new 3f885af5a87443218d4e4693c97675b277ee488c
[wine/hacks.git] / configure
blob6eddf6c484ea9bcde0951838c3c1c1b76f0218bd
1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.65 for Wine 1.1.43.
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.43'
556 PACKAGE_STRING='Wine 1.1.43'
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 PULSECFLAGS
622 PULSELIBS
623 ESDLIBS
624 ESDINCL
625 ESDCONFIG
626 ZLIB
627 FREETYPEINCL
628 FREETYPELIBS
629 ft_devel
630 LCMSLIBS
631 RESOLVLIBS
632 GPHOTO2INCL
633 GPHOTO2LIBS
634 gphoto2port_devel
635 gphoto2_devel
636 SANEINCL
637 sane_devel
638 GNUTLSINCL
639 HALINCL
640 XSLTINCL
641 XML2INCL
642 XML2LIBS
643 NASLIBS
644 X_EXTRA_LIBS
645 X_LIBS
646 X_PRE_LIBS
647 X_CFLAGS
648 XMKMF
649 LIBPTHREAD
650 CROSSTARGET
651 CROSSTEST
652 CROSSCC
653 CARBONLIB
654 FRAMEWORK_OPENAL
655 COREAUDIO
656 DISKARBITRATIONLIB
657 LDEXECFLAGS
658 IOKITLIB
659 COREFOUNDATIONLIB
660 SECURITYLIB
661 DLLWRAP
662 DLLTOOL
664 LDRPATH_LOCAL
665 LDRPATH_INSTALL
666 IMPLIBEXT
667 LIBEXT
668 LDDLLFLAGS
669 LDSHARED
670 DLLFLAGS
671 DLLEXT
673 OPENGL_LIBS
674 XLIB
675 PRELINK
676 ICOTOOL
677 CONVERT
678 RSVG
679 PKG_CONFIG
680 FONTFORGE
681 LINTFLAGS
682 LINT
683 INSTALL_DATA
684 INSTALL_SCRIPT
685 INSTALL_PROGRAM
686 LDCONFIG
687 EGREP
688 GREP
689 LN_S
690 STRIP
691 RANLIB
692 ARFLAGS
693 ac_ct_AR
695 BISON
696 FLEX
697 TOOLSDIR
698 WOW64_DISABLE
699 TARGETFLAGS
700 CPPBIN
701 ac_ct_CXX
702 CXXFLAGS
704 OBJEXT
705 EXEEXT
706 ac_ct_CC
707 CPPFLAGS
708 LDFLAGS
709 CFLAGS
711 SET_MAKE
712 host_os
713 host_vendor
714 host_cpu
715 host
716 build_os
717 build_vendor
718 build_cpu
719 build
720 MAINTAINER_MODE
721 target_alias
722 host_alias
723 build_alias
724 LIBS
725 ECHO_T
726 ECHO_N
727 ECHO_C
728 DEFS
729 mandir
730 localedir
731 libdir
732 psdir
733 pdfdir
734 dvidir
735 htmldir
736 infodir
737 docdir
738 oldincludedir
739 includedir
740 localstatedir
741 sharedstatedir
742 sysconfdir
743 datadir
744 datarootdir
745 libexecdir
746 sbindir
747 bindir
748 program_transform_name
749 prefix
750 exec_prefix
751 PACKAGE_URL
752 PACKAGE_BUGREPORT
753 PACKAGE_STRING
754 PACKAGE_VERSION
755 PACKAGE_TARNAME
756 PACKAGE_NAME
757 PATH_SEPARATOR
758 SHELL'
759 ac_subst_files='MAKE_RULES
760 MAKE_TEST_RULES
761 MAKE_DLL_RULES
762 MAKE_IMPLIB_RULES
763 MAKE_PROG_RULES'
764 ac_user_opts='
765 enable_option_checking
766 enable_win16
767 enable_win64
768 enable_tests
769 enable_maintainer_mode
770 with_alsa
771 with_audioio
772 with_capi
773 with_cms
774 with_coreaudio
775 with_cups
776 with_curses
777 with_esd
778 with_fontconfig
779 with_freetype
780 with_gphoto
781 with_glu
782 with_gnutls
783 with_gsm
784 with_hal
785 with_jack
786 with_jpeg
787 with_ldap
788 with_mpg123
789 with_nas
790 with_openal
791 with_opengl
792 with_openssl
793 with_oss
794 with_png
795 with_pthread
796 with_pulse
797 with_sane
798 with_tiff
799 with_v4l
800 with_xcomposite
801 with_xcursor
802 with_xinerama
803 with_xinput
804 with_xml
805 with_xrandr
806 with_xrender
807 with_xshape
808 with_xshm
809 with_xslt
810 with_xxf86vm
811 with_wine_tools
812 with_wine64
813 enable_largefile
814 with_x
816 ac_precious_vars='build_alias
817 host_alias
818 target_alias
820 CFLAGS
821 LDFLAGS
822 LIBS
823 CPPFLAGS
825 CXXFLAGS
828 XMKMF'
831 # Initialize some variables set by options.
832 ac_init_help=
833 ac_init_version=false
834 ac_unrecognized_opts=
835 ac_unrecognized_sep=
836 # The variables have the same names as the options, with
837 # dashes changed to underlines.
838 cache_file=/dev/null
839 exec_prefix=NONE
840 no_create=
841 no_recursion=
842 prefix=NONE
843 program_prefix=NONE
844 program_suffix=NONE
845 program_transform_name=s,x,x,
846 silent=
847 site=
848 srcdir=
849 verbose=
850 x_includes=NONE
851 x_libraries=NONE
853 # Installation directory options.
854 # These are left unexpanded so users can "make install exec_prefix=/foo"
855 # and all the variables that are supposed to be based on exec_prefix
856 # by default will actually change.
857 # Use braces instead of parens because sh, perl, etc. also accept them.
858 # (The list follows the same order as the GNU Coding Standards.)
859 bindir='${exec_prefix}/bin'
860 sbindir='${exec_prefix}/sbin'
861 libexecdir='${exec_prefix}/libexec'
862 datarootdir='${prefix}/share'
863 datadir='${datarootdir}'
864 sysconfdir='${prefix}/etc'
865 sharedstatedir='${prefix}/com'
866 localstatedir='${prefix}/var'
867 includedir='${prefix}/include'
868 oldincludedir='/usr/include'
869 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
870 infodir='${datarootdir}/info'
871 htmldir='${docdir}'
872 dvidir='${docdir}'
873 pdfdir='${docdir}'
874 psdir='${docdir}'
875 libdir='${exec_prefix}/lib'
876 localedir='${datarootdir}/locale'
877 mandir='${datarootdir}/man'
879 ac_prev=
880 ac_dashdash=
881 for ac_option
883 # If the previous option needs an argument, assign it.
884 if test -n "$ac_prev"; then
885 eval $ac_prev=\$ac_option
886 ac_prev=
887 continue
890 case $ac_option in
891 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
892 *) ac_optarg=yes ;;
893 esac
895 # Accept the important Cygnus configure options, so we can diagnose typos.
897 case $ac_dashdash$ac_option in
899 ac_dashdash=yes ;;
901 -bindir | --bindir | --bindi | --bind | --bin | --bi)
902 ac_prev=bindir ;;
903 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
904 bindir=$ac_optarg ;;
906 -build | --build | --buil | --bui | --bu)
907 ac_prev=build_alias ;;
908 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
909 build_alias=$ac_optarg ;;
911 -cache-file | --cache-file | --cache-fil | --cache-fi \
912 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
913 ac_prev=cache_file ;;
914 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
915 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
916 cache_file=$ac_optarg ;;
918 --config-cache | -C)
919 cache_file=config.cache ;;
921 -datadir | --datadir | --datadi | --datad)
922 ac_prev=datadir ;;
923 -datadir=* | --datadir=* | --datadi=* | --datad=*)
924 datadir=$ac_optarg ;;
926 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
927 | --dataroo | --dataro | --datar)
928 ac_prev=datarootdir ;;
929 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
930 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
931 datarootdir=$ac_optarg ;;
933 -disable-* | --disable-*)
934 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
935 # Reject names that are not valid shell variable names.
936 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
937 as_fn_error "invalid feature name: $ac_useropt"
938 ac_useropt_orig=$ac_useropt
939 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
940 case $ac_user_opts in
942 "enable_$ac_useropt"
943 "*) ;;
944 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
945 ac_unrecognized_sep=', ';;
946 esac
947 eval enable_$ac_useropt=no ;;
949 -docdir | --docdir | --docdi | --doc | --do)
950 ac_prev=docdir ;;
951 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
952 docdir=$ac_optarg ;;
954 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
955 ac_prev=dvidir ;;
956 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
957 dvidir=$ac_optarg ;;
959 -enable-* | --enable-*)
960 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
961 # Reject names that are not valid shell variable names.
962 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
963 as_fn_error "invalid feature name: $ac_useropt"
964 ac_useropt_orig=$ac_useropt
965 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
966 case $ac_user_opts in
968 "enable_$ac_useropt"
969 "*) ;;
970 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
971 ac_unrecognized_sep=', ';;
972 esac
973 eval enable_$ac_useropt=\$ac_optarg ;;
975 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
976 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
977 | --exec | --exe | --ex)
978 ac_prev=exec_prefix ;;
979 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
980 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
981 | --exec=* | --exe=* | --ex=*)
982 exec_prefix=$ac_optarg ;;
984 -gas | --gas | --ga | --g)
985 # Obsolete; use --with-gas.
986 with_gas=yes ;;
988 -help | --help | --hel | --he | -h)
989 ac_init_help=long ;;
990 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
991 ac_init_help=recursive ;;
992 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
993 ac_init_help=short ;;
995 -host | --host | --hos | --ho)
996 ac_prev=host_alias ;;
997 -host=* | --host=* | --hos=* | --ho=*)
998 host_alias=$ac_optarg ;;
1000 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
1001 ac_prev=htmldir ;;
1002 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
1003 | --ht=*)
1004 htmldir=$ac_optarg ;;
1006 -includedir | --includedir | --includedi | --included | --include \
1007 | --includ | --inclu | --incl | --inc)
1008 ac_prev=includedir ;;
1009 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
1010 | --includ=* | --inclu=* | --incl=* | --inc=*)
1011 includedir=$ac_optarg ;;
1013 -infodir | --infodir | --infodi | --infod | --info | --inf)
1014 ac_prev=infodir ;;
1015 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
1016 infodir=$ac_optarg ;;
1018 -libdir | --libdir | --libdi | --libd)
1019 ac_prev=libdir ;;
1020 -libdir=* | --libdir=* | --libdi=* | --libd=*)
1021 libdir=$ac_optarg ;;
1023 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1024 | --libexe | --libex | --libe)
1025 ac_prev=libexecdir ;;
1026 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1027 | --libexe=* | --libex=* | --libe=*)
1028 libexecdir=$ac_optarg ;;
1030 -localedir | --localedir | --localedi | --localed | --locale)
1031 ac_prev=localedir ;;
1032 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1033 localedir=$ac_optarg ;;
1035 -localstatedir | --localstatedir | --localstatedi | --localstated \
1036 | --localstate | --localstat | --localsta | --localst | --locals)
1037 ac_prev=localstatedir ;;
1038 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1039 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1040 localstatedir=$ac_optarg ;;
1042 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1043 ac_prev=mandir ;;
1044 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1045 mandir=$ac_optarg ;;
1047 -nfp | --nfp | --nf)
1048 # Obsolete; use --without-fp.
1049 with_fp=no ;;
1051 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1052 | --no-cr | --no-c | -n)
1053 no_create=yes ;;
1055 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1056 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1057 no_recursion=yes ;;
1059 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1060 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1061 | --oldin | --oldi | --old | --ol | --o)
1062 ac_prev=oldincludedir ;;
1063 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1064 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1065 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1066 oldincludedir=$ac_optarg ;;
1068 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1069 ac_prev=prefix ;;
1070 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1071 prefix=$ac_optarg ;;
1073 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1074 | --program-pre | --program-pr | --program-p)
1075 ac_prev=program_prefix ;;
1076 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1077 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1078 program_prefix=$ac_optarg ;;
1080 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1081 | --program-suf | --program-su | --program-s)
1082 ac_prev=program_suffix ;;
1083 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1084 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1085 program_suffix=$ac_optarg ;;
1087 -program-transform-name | --program-transform-name \
1088 | --program-transform-nam | --program-transform-na \
1089 | --program-transform-n | --program-transform- \
1090 | --program-transform | --program-transfor \
1091 | --program-transfo | --program-transf \
1092 | --program-trans | --program-tran \
1093 | --progr-tra | --program-tr | --program-t)
1094 ac_prev=program_transform_name ;;
1095 -program-transform-name=* | --program-transform-name=* \
1096 | --program-transform-nam=* | --program-transform-na=* \
1097 | --program-transform-n=* | --program-transform-=* \
1098 | --program-transform=* | --program-transfor=* \
1099 | --program-transfo=* | --program-transf=* \
1100 | --program-trans=* | --program-tran=* \
1101 | --progr-tra=* | --program-tr=* | --program-t=*)
1102 program_transform_name=$ac_optarg ;;
1104 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1105 ac_prev=pdfdir ;;
1106 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1107 pdfdir=$ac_optarg ;;
1109 -psdir | --psdir | --psdi | --psd | --ps)
1110 ac_prev=psdir ;;
1111 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1112 psdir=$ac_optarg ;;
1114 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1115 | -silent | --silent | --silen | --sile | --sil)
1116 silent=yes ;;
1118 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1119 ac_prev=sbindir ;;
1120 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1121 | --sbi=* | --sb=*)
1122 sbindir=$ac_optarg ;;
1124 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1125 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1126 | --sharedst | --shareds | --shared | --share | --shar \
1127 | --sha | --sh)
1128 ac_prev=sharedstatedir ;;
1129 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1130 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1131 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1132 | --sha=* | --sh=*)
1133 sharedstatedir=$ac_optarg ;;
1135 -site | --site | --sit)
1136 ac_prev=site ;;
1137 -site=* | --site=* | --sit=*)
1138 site=$ac_optarg ;;
1140 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1141 ac_prev=srcdir ;;
1142 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1143 srcdir=$ac_optarg ;;
1145 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1146 | --syscon | --sysco | --sysc | --sys | --sy)
1147 ac_prev=sysconfdir ;;
1148 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1149 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1150 sysconfdir=$ac_optarg ;;
1152 -target | --target | --targe | --targ | --tar | --ta | --t)
1153 ac_prev=target_alias ;;
1154 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1155 target_alias=$ac_optarg ;;
1157 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1158 verbose=yes ;;
1160 -version | --version | --versio | --versi | --vers | -V)
1161 ac_init_version=: ;;
1163 -with-* | --with-*)
1164 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1165 # Reject names that are not valid shell variable names.
1166 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1167 as_fn_error "invalid package name: $ac_useropt"
1168 ac_useropt_orig=$ac_useropt
1169 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1170 case $ac_user_opts in
1172 "with_$ac_useropt"
1173 "*) ;;
1174 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1175 ac_unrecognized_sep=', ';;
1176 esac
1177 eval with_$ac_useropt=\$ac_optarg ;;
1179 -without-* | --without-*)
1180 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1181 # Reject names that are not valid shell variable names.
1182 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1183 as_fn_error "invalid package name: $ac_useropt"
1184 ac_useropt_orig=$ac_useropt
1185 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1186 case $ac_user_opts in
1188 "with_$ac_useropt"
1189 "*) ;;
1190 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1191 ac_unrecognized_sep=', ';;
1192 esac
1193 eval with_$ac_useropt=no ;;
1195 --x)
1196 # Obsolete; use --with-x.
1197 with_x=yes ;;
1199 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1200 | --x-incl | --x-inc | --x-in | --x-i)
1201 ac_prev=x_includes ;;
1202 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1203 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1204 x_includes=$ac_optarg ;;
1206 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1207 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1208 ac_prev=x_libraries ;;
1209 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1210 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1211 x_libraries=$ac_optarg ;;
1213 -*) as_fn_error "unrecognized option: \`$ac_option'
1214 Try \`$0 --help' for more information."
1217 *=*)
1218 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1219 # Reject names that are not valid shell variable names.
1220 case $ac_envvar in #(
1221 '' | [0-9]* | *[!_$as_cr_alnum]* )
1222 as_fn_error "invalid variable name: \`$ac_envvar'" ;;
1223 esac
1224 eval $ac_envvar=\$ac_optarg
1225 export $ac_envvar ;;
1228 # FIXME: should be removed in autoconf 3.0.
1229 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1230 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1231 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1232 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1235 esac
1236 done
1238 if test -n "$ac_prev"; then
1239 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1240 as_fn_error "missing argument to $ac_option"
1243 if test -n "$ac_unrecognized_opts"; then
1244 case $enable_option_checking in
1245 no) ;;
1246 fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;;
1247 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1248 esac
1251 # Check all directory arguments for consistency.
1252 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1253 datadir sysconfdir sharedstatedir localstatedir includedir \
1254 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1255 libdir localedir mandir
1257 eval ac_val=\$$ac_var
1258 # Remove trailing slashes.
1259 case $ac_val in
1260 */ )
1261 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1262 eval $ac_var=\$ac_val;;
1263 esac
1264 # Be sure to have absolute directory names.
1265 case $ac_val in
1266 [\\/$]* | ?:[\\/]* ) continue;;
1267 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1268 esac
1269 as_fn_error "expected an absolute directory name for --$ac_var: $ac_val"
1270 done
1272 # There might be people who depend on the old broken behavior: `$host'
1273 # used to hold the argument of --host etc.
1274 # FIXME: To remove some day.
1275 build=$build_alias
1276 host=$host_alias
1277 target=$target_alias
1279 # FIXME: To remove some day.
1280 if test "x$host_alias" != x; then
1281 if test "x$build_alias" = x; then
1282 cross_compiling=maybe
1283 $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1284 If a cross compiler is detected then cross compile mode will be used." >&2
1285 elif test "x$build_alias" != "x$host_alias"; then
1286 cross_compiling=yes
1290 ac_tool_prefix=
1291 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1293 test "$silent" = yes && exec 6>/dev/null
1296 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1297 ac_ls_di=`ls -di .` &&
1298 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1299 as_fn_error "working directory cannot be determined"
1300 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1301 as_fn_error "pwd does not report name of working directory"
1304 # Find the source files, if location was not specified.
1305 if test -z "$srcdir"; then
1306 ac_srcdir_defaulted=yes
1307 # Try the directory containing this script, then the parent directory.
1308 ac_confdir=`$as_dirname -- "$as_myself" ||
1309 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1310 X"$as_myself" : 'X\(//\)[^/]' \| \
1311 X"$as_myself" : 'X\(//\)$' \| \
1312 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1313 $as_echo X"$as_myself" |
1314 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1315 s//\1/
1318 /^X\(\/\/\)[^/].*/{
1319 s//\1/
1322 /^X\(\/\/\)$/{
1323 s//\1/
1326 /^X\(\/\).*/{
1327 s//\1/
1330 s/.*/./; q'`
1331 srcdir=$ac_confdir
1332 if test ! -r "$srcdir/$ac_unique_file"; then
1333 srcdir=..
1335 else
1336 ac_srcdir_defaulted=no
1338 if test ! -r "$srcdir/$ac_unique_file"; then
1339 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1340 as_fn_error "cannot find sources ($ac_unique_file) in $srcdir"
1342 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1343 ac_abs_confdir=`(
1344 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg"
1345 pwd)`
1346 # When building in place, set srcdir=.
1347 if test "$ac_abs_confdir" = "$ac_pwd"; then
1348 srcdir=.
1350 # Remove unnecessary trailing slashes from srcdir.
1351 # Double slashes in file names in object file debugging info
1352 # mess up M-x gdb in Emacs.
1353 case $srcdir in
1354 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1355 esac
1356 for ac_var in $ac_precious_vars; do
1357 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1358 eval ac_env_${ac_var}_value=\$${ac_var}
1359 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1360 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1361 done
1364 # Report the --help message.
1366 if test "$ac_init_help" = "long"; then
1367 # Omit some internal or obsolete options to make the list less imposing.
1368 # This message is too long to be a string in the A/UX 3.1 sh.
1369 cat <<_ACEOF
1370 \`configure' configures Wine 1.1.43 to adapt to many kinds of systems.
1372 Usage: $0 [OPTION]... [VAR=VALUE]...
1374 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1375 VAR=VALUE. See below for descriptions of some of the useful variables.
1377 Defaults for the options are specified in brackets.
1379 Configuration:
1380 -h, --help display this help and exit
1381 --help=short display options specific to this package
1382 --help=recursive display the short help of all the included packages
1383 -V, --version display version information and exit
1384 -q, --quiet, --silent do not print \`checking...' messages
1385 --cache-file=FILE cache test results in FILE [disabled]
1386 -C, --config-cache alias for \`--cache-file=config.cache'
1387 -n, --no-create do not create output files
1388 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1390 Installation directories:
1391 --prefix=PREFIX install architecture-independent files in PREFIX
1392 [$ac_default_prefix]
1393 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1394 [PREFIX]
1396 By default, \`make install' will install all the files in
1397 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1398 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1399 for instance \`--prefix=\$HOME'.
1401 For better control, use the options below.
1403 Fine tuning of the installation directories:
1404 --bindir=DIR user executables [EPREFIX/bin]
1405 --sbindir=DIR system admin executables [EPREFIX/sbin]
1406 --libexecdir=DIR program executables [EPREFIX/libexec]
1407 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1408 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1409 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1410 --libdir=DIR object code libraries [EPREFIX/lib]
1411 --includedir=DIR C header files [PREFIX/include]
1412 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1413 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1414 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1415 --infodir=DIR info documentation [DATAROOTDIR/info]
1416 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1417 --mandir=DIR man documentation [DATAROOTDIR/man]
1418 --docdir=DIR documentation root [DATAROOTDIR/doc/wine]
1419 --htmldir=DIR html documentation [DOCDIR]
1420 --dvidir=DIR dvi documentation [DOCDIR]
1421 --pdfdir=DIR pdf documentation [DOCDIR]
1422 --psdir=DIR ps documentation [DOCDIR]
1423 _ACEOF
1425 cat <<\_ACEOF
1427 X features:
1428 --x-includes=DIR X include files are in DIR
1429 --x-libraries=DIR X library files are in DIR
1431 System types:
1432 --build=BUILD configure for building on BUILD [guessed]
1433 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1434 _ACEOF
1437 if test -n "$ac_init_help"; then
1438 case $ac_init_help in
1439 short | recursive ) echo "Configuration of Wine 1.1.43:";;
1440 esac
1441 cat <<\_ACEOF
1443 Optional Features:
1444 --disable-option-checking ignore unrecognized --enable/--with options
1445 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1446 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1447 --disable-win16 do not include Win16 support
1448 --enable-win64 build a Win64 emulator on AMD64 (won't run Win32
1449 binaries)
1450 --disable-tests do not build the regression tests
1451 --enable-maintainer-mode
1452 enable maintainer-specific build rules
1453 --disable-largefile omit support for large files
1455 Optional Packages:
1456 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1457 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1458 --without-alsa do not use the Alsa sound support
1459 --without-audioio do not use the AudioIO sound support
1460 --without-capi do not use CAPI (ISDN support)
1461 --without-cms do not use CMS (color management support)
1462 --without-coreaudio do not use the CoreAudio sound support
1463 --without-cups do not use CUPS
1464 --without-curses do not use (n)curses
1465 --without-esd do not use the EsounD sound support
1466 --without-fontconfig do not use fontconfig
1467 --without-freetype do not use the FreeType library
1468 --without-gphoto do not use gphoto (Digital Camera support)
1469 --without-glu do not use the GLU library
1470 --without-gnutls do not use GnuTLS (schannel support)
1471 --without-gsm do not use libgsm (GSM 06.10 codec support)
1472 --without-hal do not use HAL (dynamic device support)
1473 --without-jack do not use the Jack sound support
1474 --without-jpeg do not use JPEG
1475 --without-ldap do not use LDAP
1476 --without-mpg123 do not use the mpg123 library
1477 --without-nas do not use the NAS sound support
1478 --without-openal do not use OpenAL
1479 --without-opengl do not use OpenGL
1480 --without-openssl do not use OpenSSL
1481 --without-oss do not use the OSS sound support
1482 --without-png do not use PNG
1483 --without-pthread do not use the pthread library
1484 --without-pulse do not use PulseAudio sound support
1485 --without-sane do not use SANE (scanner support)
1486 --without-tiff do not use TIFF
1487 --without-v4l do not use v4l1 (v4l support)
1488 --without-xcomposite do not use the Xcomposite extension
1489 --without-xcursor do not use the Xcursor extension
1490 --without-xinerama do not use Xinerama (multi-monitor support)
1491 --without-xinput do not use the Xinput extension
1492 --without-xml do not use XML
1493 --without-xrandr do not use Xrandr (resolution changes)
1494 --without-xrender do not use the Xrender extension
1495 --without-xshape do not use the Xshape extension
1496 --without-xshm do not use XShm (shared memory extension)
1497 --without-xslt do not use XSLT
1498 --without-xxf86vm do not use XFree video mode extension
1499 --with-wine-tools=DIR use Wine tools from directory DIR
1500 --with-wine64=DIR use the 64-bit Wine in DIR for a Wow64 build
1501 --with-x use the X Window System
1503 Some influential environment variables:
1504 CC C compiler command
1505 CFLAGS C compiler flags
1506 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1507 nonstandard directory <lib dir>
1508 LIBS libraries to pass to the linker, e.g. -l<library>
1509 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
1510 you have headers in a nonstandard directory <include dir>
1511 CXX C++ compiler command
1512 CXXFLAGS C++ compiler flags
1513 CPP C preprocessor
1514 XMKMF Path to xmkmf, Makefile generator for X Window System
1516 Use these variables to override the choices made by `configure' or to help
1517 it to find libraries and programs with nonstandard names/locations.
1519 Report bugs to <wine-devel@winehq.org>.
1520 Wine home page: <http://www.winehq.org>.
1521 _ACEOF
1522 ac_status=$?
1525 if test "$ac_init_help" = "recursive"; then
1526 # If there are subdirs, report their specific --help.
1527 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1528 test -d "$ac_dir" ||
1529 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1530 continue
1531 ac_builddir=.
1533 case "$ac_dir" in
1534 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1536 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1537 # A ".." for each directory in $ac_dir_suffix.
1538 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1539 case $ac_top_builddir_sub in
1540 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1541 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1542 esac ;;
1543 esac
1544 ac_abs_top_builddir=$ac_pwd
1545 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1546 # for backward compatibility:
1547 ac_top_builddir=$ac_top_build_prefix
1549 case $srcdir in
1550 .) # We are building in place.
1551 ac_srcdir=.
1552 ac_top_srcdir=$ac_top_builddir_sub
1553 ac_abs_top_srcdir=$ac_pwd ;;
1554 [\\/]* | ?:[\\/]* ) # Absolute name.
1555 ac_srcdir=$srcdir$ac_dir_suffix;
1556 ac_top_srcdir=$srcdir
1557 ac_abs_top_srcdir=$srcdir ;;
1558 *) # Relative name.
1559 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1560 ac_top_srcdir=$ac_top_build_prefix$srcdir
1561 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1562 esac
1563 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1565 cd "$ac_dir" || { ac_status=$?; continue; }
1566 # Check for guested configure.
1567 if test -f "$ac_srcdir/configure.gnu"; then
1568 echo &&
1569 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1570 elif test -f "$ac_srcdir/configure"; then
1571 echo &&
1572 $SHELL "$ac_srcdir/configure" --help=recursive
1573 else
1574 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1575 fi || ac_status=$?
1576 cd "$ac_pwd" || { ac_status=$?; break; }
1577 done
1580 test -n "$ac_init_help" && exit $ac_status
1581 if $ac_init_version; then
1582 cat <<\_ACEOF
1583 Wine configure 1.1.43
1584 generated by GNU Autoconf 2.65
1586 Copyright (C) 2009 Free Software Foundation, Inc.
1587 This configure script is free software; the Free Software Foundation
1588 gives unlimited permission to copy, distribute and modify it.
1589 _ACEOF
1590 exit
1593 ## ------------------------ ##
1594 ## Autoconf initialization. ##
1595 ## ------------------------ ##
1597 # ac_fn_c_try_compile LINENO
1598 # --------------------------
1599 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1600 ac_fn_c_try_compile ()
1602 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1603 rm -f conftest.$ac_objext
1604 if { { ac_try="$ac_compile"
1605 case "(($ac_try" in
1606 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1607 *) ac_try_echo=$ac_try;;
1608 esac
1609 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1610 $as_echo "$ac_try_echo"; } >&5
1611 (eval "$ac_compile") 2>conftest.err
1612 ac_status=$?
1613 if test -s conftest.err; then
1614 grep -v '^ *+' conftest.err >conftest.er1
1615 cat conftest.er1 >&5
1616 mv -f conftest.er1 conftest.err
1618 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1619 test $ac_status = 0; } && {
1620 test -z "$ac_c_werror_flag" ||
1621 test ! -s conftest.err
1622 } && test -s conftest.$ac_objext; then :
1623 ac_retval=0
1624 else
1625 $as_echo "$as_me: failed program was:" >&5
1626 sed 's/^/| /' conftest.$ac_ext >&5
1628 ac_retval=1
1630 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1631 as_fn_set_status $ac_retval
1633 } # ac_fn_c_try_compile
1635 # ac_fn_cxx_try_compile LINENO
1636 # ----------------------------
1637 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1638 ac_fn_cxx_try_compile ()
1640 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1641 rm -f conftest.$ac_objext
1642 if { { ac_try="$ac_compile"
1643 case "(($ac_try" in
1644 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1645 *) ac_try_echo=$ac_try;;
1646 esac
1647 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1648 $as_echo "$ac_try_echo"; } >&5
1649 (eval "$ac_compile") 2>conftest.err
1650 ac_status=$?
1651 if test -s conftest.err; then
1652 grep -v '^ *+' conftest.err >conftest.er1
1653 cat conftest.er1 >&5
1654 mv -f conftest.er1 conftest.err
1656 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1657 test $ac_status = 0; } && {
1658 test -z "$ac_cxx_werror_flag" ||
1659 test ! -s conftest.err
1660 } && test -s conftest.$ac_objext; then :
1661 ac_retval=0
1662 else
1663 $as_echo "$as_me: failed program was:" >&5
1664 sed 's/^/| /' conftest.$ac_ext >&5
1666 ac_retval=1
1668 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1669 as_fn_set_status $ac_retval
1671 } # ac_fn_cxx_try_compile
1673 # ac_fn_c_try_link LINENO
1674 # -----------------------
1675 # Try to link conftest.$ac_ext, and return whether this succeeded.
1676 ac_fn_c_try_link ()
1678 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1679 rm -f conftest.$ac_objext conftest$ac_exeext
1680 if { { ac_try="$ac_link"
1681 case "(($ac_try" in
1682 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1683 *) ac_try_echo=$ac_try;;
1684 esac
1685 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1686 $as_echo "$ac_try_echo"; } >&5
1687 (eval "$ac_link") 2>conftest.err
1688 ac_status=$?
1689 if test -s conftest.err; then
1690 grep -v '^ *+' conftest.err >conftest.er1
1691 cat conftest.er1 >&5
1692 mv -f conftest.er1 conftest.err
1694 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1695 test $ac_status = 0; } && {
1696 test -z "$ac_c_werror_flag" ||
1697 test ! -s conftest.err
1698 } && test -s conftest$ac_exeext && {
1699 test "$cross_compiling" = yes ||
1700 $as_test_x conftest$ac_exeext
1701 }; then :
1702 ac_retval=0
1703 else
1704 $as_echo "$as_me: failed program was:" >&5
1705 sed 's/^/| /' conftest.$ac_ext >&5
1707 ac_retval=1
1709 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1710 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1711 # interfere with the next link command; also delete a directory that is
1712 # left behind by Apple's compiler. We do this before executing the actions.
1713 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1714 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1715 as_fn_set_status $ac_retval
1717 } # ac_fn_c_try_link
1719 # ac_fn_c_try_cpp LINENO
1720 # ----------------------
1721 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1722 ac_fn_c_try_cpp ()
1724 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1725 if { { ac_try="$ac_cpp conftest.$ac_ext"
1726 case "(($ac_try" in
1727 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1728 *) ac_try_echo=$ac_try;;
1729 esac
1730 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1731 $as_echo "$ac_try_echo"; } >&5
1732 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1733 ac_status=$?
1734 if test -s conftest.err; then
1735 grep -v '^ *+' conftest.err >conftest.er1
1736 cat conftest.er1 >&5
1737 mv -f conftest.er1 conftest.err
1739 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1740 test $ac_status = 0; } >/dev/null && {
1741 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1742 test ! -s conftest.err
1743 }; then :
1744 ac_retval=0
1745 else
1746 $as_echo "$as_me: failed program was:" >&5
1747 sed 's/^/| /' conftest.$ac_ext >&5
1749 ac_retval=1
1751 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1752 as_fn_set_status $ac_retval
1754 } # ac_fn_c_try_cpp
1756 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1757 # -------------------------------------------------------
1758 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
1759 # the include files in INCLUDES and setting the cache variable VAR
1760 # accordingly.
1761 ac_fn_c_check_header_mongrel ()
1763 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1764 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1765 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1766 $as_echo_n "checking for $2... " >&6; }
1767 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1768 $as_echo_n "(cached) " >&6
1770 eval ac_res=\$$3
1771 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1772 $as_echo "$ac_res" >&6; }
1773 else
1774 # Is the header compilable?
1775 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1776 $as_echo_n "checking $2 usability... " >&6; }
1777 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1778 /* end confdefs.h. */
1780 #include <$2>
1781 _ACEOF
1782 if ac_fn_c_try_compile "$LINENO"; then :
1783 ac_header_compiler=yes
1784 else
1785 ac_header_compiler=no
1787 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1788 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1789 $as_echo "$ac_header_compiler" >&6; }
1791 # Is the header present?
1792 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1793 $as_echo_n "checking $2 presence... " >&6; }
1794 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1795 /* end confdefs.h. */
1796 #include <$2>
1797 _ACEOF
1798 if ac_fn_c_try_cpp "$LINENO"; then :
1799 ac_header_preproc=yes
1800 else
1801 ac_header_preproc=no
1803 rm -f conftest.err conftest.$ac_ext
1804 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1805 $as_echo "$ac_header_preproc" >&6; }
1807 # So? What about this header?
1808 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1809 yes:no: )
1810 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1811 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1812 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1813 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1815 no:yes:* )
1816 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1817 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1818 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
1819 $as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
1820 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1821 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1822 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1823 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1824 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1825 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1826 ( cat <<\_ASBOX
1827 ## ------------------------------------ ##
1828 ## Report this to wine-devel@winehq.org ##
1829 ## ------------------------------------ ##
1830 _ASBOX
1831 ) | sed "s/^/$as_me: WARNING: /" >&2
1833 esac
1834 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1835 $as_echo_n "checking for $2... " >&6; }
1836 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1837 $as_echo_n "(cached) " >&6
1838 else
1839 eval "$3=\$ac_header_compiler"
1841 eval ac_res=\$$3
1842 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1843 $as_echo "$ac_res" >&6; }
1845 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1847 } # ac_fn_c_check_header_mongrel
1849 # ac_fn_c_try_run LINENO
1850 # ----------------------
1851 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1852 # that executables *can* be run.
1853 ac_fn_c_try_run ()
1855 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1856 if { { ac_try="$ac_link"
1857 case "(($ac_try" in
1858 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1859 *) ac_try_echo=$ac_try;;
1860 esac
1861 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1862 $as_echo "$ac_try_echo"; } >&5
1863 (eval "$ac_link") 2>&5
1864 ac_status=$?
1865 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1866 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1867 { { case "(($ac_try" in
1868 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1869 *) ac_try_echo=$ac_try;;
1870 esac
1871 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1872 $as_echo "$ac_try_echo"; } >&5
1873 (eval "$ac_try") 2>&5
1874 ac_status=$?
1875 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1876 test $ac_status = 0; }; }; then :
1877 ac_retval=0
1878 else
1879 $as_echo "$as_me: program exited with status $ac_status" >&5
1880 $as_echo "$as_me: failed program was:" >&5
1881 sed 's/^/| /' conftest.$ac_ext >&5
1883 ac_retval=$ac_status
1885 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1886 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1887 as_fn_set_status $ac_retval
1889 } # ac_fn_c_try_run
1891 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1892 # -------------------------------------------------------
1893 # Tests whether HEADER exists and can be compiled using the include files in
1894 # INCLUDES, setting the cache variable VAR accordingly.
1895 ac_fn_c_check_header_compile ()
1897 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1898 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1899 $as_echo_n "checking for $2... " >&6; }
1900 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1901 $as_echo_n "(cached) " >&6
1902 else
1903 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1904 /* end confdefs.h. */
1906 #include <$2>
1907 _ACEOF
1908 if ac_fn_c_try_compile "$LINENO"; then :
1909 eval "$3=yes"
1910 else
1911 eval "$3=no"
1913 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1915 eval ac_res=\$$3
1916 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1917 $as_echo "$ac_res" >&6; }
1918 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1920 } # ac_fn_c_check_header_compile
1922 # ac_fn_c_check_func LINENO FUNC VAR
1923 # ----------------------------------
1924 # Tests whether FUNC exists, setting the cache variable VAR accordingly
1925 ac_fn_c_check_func ()
1927 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1928 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1929 $as_echo_n "checking for $2... " >&6; }
1930 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1931 $as_echo_n "(cached) " >&6
1932 else
1933 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1934 /* end confdefs.h. */
1935 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1936 For example, HP-UX 11i <limits.h> declares gettimeofday. */
1937 #define $2 innocuous_$2
1939 /* System header to define __stub macros and hopefully few prototypes,
1940 which can conflict with char $2 (); below.
1941 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1942 <limits.h> exists even on freestanding compilers. */
1944 #ifdef __STDC__
1945 # include <limits.h>
1946 #else
1947 # include <assert.h>
1948 #endif
1950 #undef $2
1952 /* Override any GCC internal prototype to avoid an error.
1953 Use char because int might match the return type of a GCC
1954 builtin and then its argument prototype would still apply. */
1955 #ifdef __cplusplus
1956 extern "C"
1957 #endif
1958 char $2 ();
1959 /* The GNU C library defines this for functions which it implements
1960 to always fail with ENOSYS. Some functions are actually named
1961 something starting with __ and the normal name is an alias. */
1962 #if defined __stub_$2 || defined __stub___$2
1963 choke me
1964 #endif
1967 main ()
1969 return $2 ();
1971 return 0;
1973 _ACEOF
1974 if ac_fn_c_try_link "$LINENO"; then :
1975 eval "$3=yes"
1976 else
1977 eval "$3=no"
1979 rm -f core conftest.err conftest.$ac_objext \
1980 conftest$ac_exeext conftest.$ac_ext
1982 eval ac_res=\$$3
1983 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1984 $as_echo "$ac_res" >&6; }
1985 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1987 } # ac_fn_c_check_func
1989 # ac_fn_c_check_member LINENO AGGR MEMBER VAR INCLUDES
1990 # ----------------------------------------------------
1991 # Tries to find if the field MEMBER exists in type AGGR, after including
1992 # INCLUDES, setting cache variable VAR accordingly.
1993 ac_fn_c_check_member ()
1995 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1996 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2.$3" >&5
1997 $as_echo_n "checking for $2.$3... " >&6; }
1998 if { as_var=$4; eval "test \"\${$as_var+set}\" = set"; }; then :
1999 $as_echo_n "(cached) " >&6
2000 else
2001 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2002 /* end confdefs.h. */
2005 main ()
2007 static $2 ac_aggr;
2008 if (ac_aggr.$3)
2009 return 0;
2011 return 0;
2013 _ACEOF
2014 if ac_fn_c_try_compile "$LINENO"; then :
2015 eval "$4=yes"
2016 else
2017 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2018 /* end confdefs.h. */
2021 main ()
2023 static $2 ac_aggr;
2024 if (sizeof ac_aggr.$3)
2025 return 0;
2027 return 0;
2029 _ACEOF
2030 if ac_fn_c_try_compile "$LINENO"; then :
2031 eval "$4=yes"
2032 else
2033 eval "$4=no"
2035 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2037 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2039 eval ac_res=\$$4
2040 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2041 $as_echo "$ac_res" >&6; }
2042 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2044 } # ac_fn_c_check_member
2046 # ac_fn_c_check_type LINENO TYPE VAR INCLUDES
2047 # -------------------------------------------
2048 # Tests whether TYPE exists after having included INCLUDES, setting cache
2049 # variable VAR accordingly.
2050 ac_fn_c_check_type ()
2052 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2053 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2054 $as_echo_n "checking for $2... " >&6; }
2055 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
2056 $as_echo_n "(cached) " >&6
2057 else
2058 eval "$3=no"
2059 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2060 /* end confdefs.h. */
2063 main ()
2065 if (sizeof ($2))
2066 return 0;
2068 return 0;
2070 _ACEOF
2071 if ac_fn_c_try_compile "$LINENO"; then :
2072 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2073 /* end confdefs.h. */
2076 main ()
2078 if (sizeof (($2)))
2079 return 0;
2081 return 0;
2083 _ACEOF
2084 if ac_fn_c_try_compile "$LINENO"; then :
2086 else
2087 eval "$3=yes"
2089 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2091 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2093 eval ac_res=\$$3
2094 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2095 $as_echo "$ac_res" >&6; }
2096 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2098 } # ac_fn_c_check_type
2099 cat >config.log <<_ACEOF
2100 This file contains any messages produced by compilers while
2101 running configure, to aid debugging if configure makes a mistake.
2103 It was created by Wine $as_me 1.1.43, which was
2104 generated by GNU Autoconf 2.65. Invocation command line was
2106 $ $0 $@
2108 _ACEOF
2109 exec 5>>config.log
2111 cat <<_ASUNAME
2112 ## --------- ##
2113 ## Platform. ##
2114 ## --------- ##
2116 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
2117 uname -m = `(uname -m) 2>/dev/null || echo unknown`
2118 uname -r = `(uname -r) 2>/dev/null || echo unknown`
2119 uname -s = `(uname -s) 2>/dev/null || echo unknown`
2120 uname -v = `(uname -v) 2>/dev/null || echo unknown`
2122 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
2123 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
2125 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
2126 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
2127 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
2128 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
2129 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
2130 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
2131 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
2133 _ASUNAME
2135 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2136 for as_dir in $PATH
2138 IFS=$as_save_IFS
2139 test -z "$as_dir" && as_dir=.
2140 $as_echo "PATH: $as_dir"
2141 done
2142 IFS=$as_save_IFS
2144 } >&5
2146 cat >&5 <<_ACEOF
2149 ## ----------- ##
2150 ## Core tests. ##
2151 ## ----------- ##
2153 _ACEOF
2156 # Keep a trace of the command line.
2157 # Strip out --no-create and --no-recursion so they do not pile up.
2158 # Strip out --silent because we don't want to record it for future runs.
2159 # Also quote any args containing shell meta-characters.
2160 # Make two passes to allow for proper duplicate-argument suppression.
2161 ac_configure_args=
2162 ac_configure_args0=
2163 ac_configure_args1=
2164 ac_must_keep_next=false
2165 for ac_pass in 1 2
2167 for ac_arg
2169 case $ac_arg in
2170 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
2171 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2172 | -silent | --silent | --silen | --sile | --sil)
2173 continue ;;
2174 *\'*)
2175 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
2176 esac
2177 case $ac_pass in
2178 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
2180 as_fn_append ac_configure_args1 " '$ac_arg'"
2181 if test $ac_must_keep_next = true; then
2182 ac_must_keep_next=false # Got value, back to normal.
2183 else
2184 case $ac_arg in
2185 *=* | --config-cache | -C | -disable-* | --disable-* \
2186 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
2187 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2188 | -with-* | --with-* | -without-* | --without-* | --x)
2189 case "$ac_configure_args0 " in
2190 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2191 esac
2193 -* ) ac_must_keep_next=true ;;
2194 esac
2196 as_fn_append ac_configure_args " '$ac_arg'"
2198 esac
2199 done
2200 done
2201 { ac_configure_args0=; unset ac_configure_args0;}
2202 { ac_configure_args1=; unset ac_configure_args1;}
2204 # When interrupted or exit'd, cleanup temporary files, and complete
2205 # config.log. We remove comments because anyway the quotes in there
2206 # would cause problems or look ugly.
2207 # WARNING: Use '\'' to represent an apostrophe within the trap.
2208 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
2209 trap 'exit_status=$?
2210 # Save into config.log some information that might help in debugging.
2212 echo
2214 cat <<\_ASBOX
2215 ## ---------------- ##
2216 ## Cache variables. ##
2217 ## ---------------- ##
2218 _ASBOX
2219 echo
2220 # The following way of writing the cache mishandles newlines in values,
2222 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2223 eval ac_val=\$$ac_var
2224 case $ac_val in #(
2225 *${as_nl}*)
2226 case $ac_var in #(
2227 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2228 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2229 esac
2230 case $ac_var in #(
2231 _ | IFS | as_nl) ;; #(
2232 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2233 *) { eval $ac_var=; unset $ac_var;} ;;
2234 esac ;;
2235 esac
2236 done
2237 (set) 2>&1 |
2238 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2239 *${as_nl}ac_space=\ *)
2240 sed -n \
2241 "s/'\''/'\''\\\\'\'''\''/g;
2242 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2243 ;; #(
2245 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2247 esac |
2248 sort
2250 echo
2252 cat <<\_ASBOX
2253 ## ----------------- ##
2254 ## Output variables. ##
2255 ## ----------------- ##
2256 _ASBOX
2257 echo
2258 for ac_var in $ac_subst_vars
2260 eval ac_val=\$$ac_var
2261 case $ac_val in
2262 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2263 esac
2264 $as_echo "$ac_var='\''$ac_val'\''"
2265 done | sort
2266 echo
2268 if test -n "$ac_subst_files"; then
2269 cat <<\_ASBOX
2270 ## ------------------- ##
2271 ## File substitutions. ##
2272 ## ------------------- ##
2273 _ASBOX
2274 echo
2275 for ac_var in $ac_subst_files
2277 eval ac_val=\$$ac_var
2278 case $ac_val in
2279 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2280 esac
2281 $as_echo "$ac_var='\''$ac_val'\''"
2282 done | sort
2283 echo
2286 if test -s confdefs.h; then
2287 cat <<\_ASBOX
2288 ## ----------- ##
2289 ## confdefs.h. ##
2290 ## ----------- ##
2291 _ASBOX
2292 echo
2293 cat confdefs.h
2294 echo
2296 test "$ac_signal" != 0 &&
2297 $as_echo "$as_me: caught signal $ac_signal"
2298 $as_echo "$as_me: exit $exit_status"
2299 } >&5
2300 rm -f core *.core core.conftest.* &&
2301 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2302 exit $exit_status
2304 for ac_signal in 1 2 13 15; do
2305 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
2306 done
2307 ac_signal=0
2309 # confdefs.h avoids OS command line length limits that DEFS can exceed.
2310 rm -f -r conftest* confdefs.h
2312 $as_echo "/* confdefs.h */" > confdefs.h
2314 # Predefined preprocessor variables.
2316 cat >>confdefs.h <<_ACEOF
2317 #define PACKAGE_NAME "$PACKAGE_NAME"
2318 _ACEOF
2320 cat >>confdefs.h <<_ACEOF
2321 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2322 _ACEOF
2324 cat >>confdefs.h <<_ACEOF
2325 #define PACKAGE_VERSION "$PACKAGE_VERSION"
2326 _ACEOF
2328 cat >>confdefs.h <<_ACEOF
2329 #define PACKAGE_STRING "$PACKAGE_STRING"
2330 _ACEOF
2332 cat >>confdefs.h <<_ACEOF
2333 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2334 _ACEOF
2336 cat >>confdefs.h <<_ACEOF
2337 #define PACKAGE_URL "$PACKAGE_URL"
2338 _ACEOF
2341 # Let the site file select an alternate cache file if it wants to.
2342 # Prefer an explicitly selected file to automatically selected ones.
2343 ac_site_file1=NONE
2344 ac_site_file2=NONE
2345 if test -n "$CONFIG_SITE"; then
2346 ac_site_file1=$CONFIG_SITE
2347 elif test "x$prefix" != xNONE; then
2348 ac_site_file1=$prefix/share/config.site
2349 ac_site_file2=$prefix/etc/config.site
2350 else
2351 ac_site_file1=$ac_default_prefix/share/config.site
2352 ac_site_file2=$ac_default_prefix/etc/config.site
2354 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2356 test "x$ac_site_file" = xNONE && continue
2357 if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
2358 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2359 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
2360 sed 's/^/| /' "$ac_site_file" >&5
2361 . "$ac_site_file"
2363 done
2365 if test -r "$cache_file"; then
2366 # Some versions of bash will fail to source /dev/null (special files
2367 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
2368 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
2369 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2370 $as_echo "$as_me: loading cache $cache_file" >&6;}
2371 case $cache_file in
2372 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2373 *) . "./$cache_file";;
2374 esac
2376 else
2377 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2378 $as_echo "$as_me: creating cache $cache_file" >&6;}
2379 >$cache_file
2382 # Check that the precious variables saved in the cache have kept the same
2383 # value.
2384 ac_cache_corrupted=false
2385 for ac_var in $ac_precious_vars; do
2386 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2387 eval ac_new_set=\$ac_env_${ac_var}_set
2388 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2389 eval ac_new_val=\$ac_env_${ac_var}_value
2390 case $ac_old_set,$ac_new_set in
2391 set,)
2392 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2393 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2394 ac_cache_corrupted=: ;;
2395 ,set)
2396 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2397 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2398 ac_cache_corrupted=: ;;
2399 ,);;
2401 if test "x$ac_old_val" != "x$ac_new_val"; then
2402 # differences in whitespace do not lead to failure.
2403 ac_old_val_w=`echo x $ac_old_val`
2404 ac_new_val_w=`echo x $ac_new_val`
2405 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2406 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2407 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2408 ac_cache_corrupted=:
2409 else
2410 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2411 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2412 eval $ac_var=\$ac_old_val
2414 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2415 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2416 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2417 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
2418 fi;;
2419 esac
2420 # Pass precious variables to config.status.
2421 if test "$ac_new_set" = set; then
2422 case $ac_new_val in
2423 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2424 *) ac_arg=$ac_var=$ac_new_val ;;
2425 esac
2426 case " $ac_configure_args " in
2427 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
2428 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
2429 esac
2431 done
2432 if $ac_cache_corrupted; then
2433 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2434 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2435 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2436 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2437 as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
2439 ## -------------------- ##
2440 ## Main body of script. ##
2441 ## -------------------- ##
2443 ac_ext=c
2444 ac_cpp='$CPP $CPPFLAGS'
2445 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2446 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2447 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2451 ac_config_headers="$ac_config_headers include/config.h"
2453 ac_aux_dir=
2454 for ac_dir in tools "$srcdir"/tools; do
2455 for ac_t in install-sh install.sh shtool; do
2456 if test -f "$ac_dir/$ac_t"; then
2457 ac_aux_dir=$ac_dir
2458 ac_install_sh="$ac_aux_dir/$ac_t -c"
2459 break 2
2461 done
2462 done
2463 if test -z "$ac_aux_dir"; then
2464 as_fn_error "cannot find install-sh, install.sh, or shtool in tools \"$srcdir\"/tools" "$LINENO" 5
2467 # These three variables are undocumented and unsupported,
2468 # and are intended to be withdrawn in a future Autoconf release.
2469 # They can cause serious problems if a builder's source tree is in a directory
2470 # whose full name contains unusual characters.
2471 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2472 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2473 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2479 # Check whether --enable-win16 was given.
2480 if test "${enable_win16+set}" = set; then :
2481 enableval=$enable_win16;
2484 # Check whether --enable-win64 was given.
2485 if test "${enable_win64+set}" = set; then :
2486 enableval=$enable_win64;
2489 # Check whether --enable-tests was given.
2490 if test "${enable_tests+set}" = set; then :
2491 enableval=$enable_tests;
2494 # Check whether --enable-maintainer-mode was given.
2495 if test "${enable_maintainer_mode+set}" = set; then :
2496 enableval=$enable_maintainer_mode;
2497 else
2498 MAINTAINER_MODE=\#
2504 # Check whether --with-alsa was given.
2505 if test "${with_alsa+set}" = set; then :
2506 withval=$with_alsa; if test "x$withval" = "xno"; then ac_cv_header_sys_asoundlib_h=no; ac_cv_header_alsa_asoundlib_h=no; fi
2510 # Check whether --with-audioio was given.
2511 if test "${with_audioio+set}" = set; then :
2512 withval=$with_audioio; if test "x$withval" = "xno"; then ac_cv_header_libaudioio_h=no; fi
2516 # Check whether --with-capi was given.
2517 if test "${with_capi+set}" = set; then :
2518 withval=$with_capi; if test "x$withval" = "xno"; then ac_cv_header_capi20_h=no; ac_cv_header_linux_capi_h=no; fi
2522 # Check whether --with-cms was given.
2523 if test "${with_cms+set}" = set; then :
2524 withval=$with_cms; if test "x$withval" = "xno"; then ac_cv_header_lcms_h=no; ac_cv_header_lcms_lcms_h=no; fi
2528 # Check whether --with-coreaudio was given.
2529 if test "${with_coreaudio+set}" = set; then :
2530 withval=$with_coreaudio; if test "x$withval" = "xno"; then ac_cv_header_CoreAudio_CoreAudio_h=no; fi
2534 # Check whether --with-cups was given.
2535 if test "${with_cups+set}" = set; then :
2536 withval=$with_cups;
2540 # Check whether --with-curses was given.
2541 if test "${with_curses+set}" = set; then :
2542 withval=$with_curses; if test "x$withval" = "xno"; then ac_cv_header_ncurses_h=no; ac_cv_header_curses_h=no; fi
2546 # Check whether --with-esd was given.
2547 if test "${with_esd+set}" = set; then :
2548 withval=$with_esd;
2552 # Check whether --with-fontconfig was given.
2553 if test "${with_fontconfig+set}" = set; then :
2554 withval=$with_fontconfig; if test "x$withval" = "xno"; then ac_cv_header_fontconfig_fontconfig_h=no; fi
2558 # Check whether --with-freetype was given.
2559 if test "${with_freetype+set}" = set; then :
2560 withval=$with_freetype;
2564 # Check whether --with-gphoto was given.
2565 if test "${with_gphoto+set}" = set; then :
2566 withval=$with_gphoto;
2570 # Check whether --with-glu was given.
2571 if test "${with_glu+set}" = set; then :
2572 withval=$with_glu; if test "x$withval" = "xno"; then ac_cv_header_GL_glu_h=no; fi
2576 # Check whether --with-gnutls was given.
2577 if test "${with_gnutls+set}" = set; then :
2578 withval=$with_gnutls;
2582 # Check whether --with-gsm was given.
2583 if test "${with_gsm+set}" = set; then :
2584 withval=$with_gsm; if test "x$withval" = "xno"; then ac_cv_header_gsm_h=no; ac_cv_header_gsm_gsm_h=no; fi
2588 # Check whether --with-hal was given.
2589 if test "${with_hal+set}" = set; then :
2590 withval=$with_hal;
2594 # Check whether --with-jack was given.
2595 if test "${with_jack+set}" = set; then :
2596 withval=$with_jack; if test "x$withval" = "xno"; then ac_cv_header_jack_jack_h=no; fi
2600 # Check whether --with-jpeg was given.
2601 if test "${with_jpeg+set}" = set; then :
2602 withval=$with_jpeg; if test "x$withval" = "xno"; then ac_cv_header_jpeglib_h=no; fi
2606 # Check whether --with-ldap was given.
2607 if test "${with_ldap+set}" = set; then :
2608 withval=$with_ldap; if test "x$withval" = "xno"; then ac_cv_header_ldap_h=no; ac_cv_header_lber_h=no; fi
2612 # Check whether --with-mpg123 was given.
2613 if test "${with_mpg123+set}" = set; then :
2614 withval=$with_mpg123; if test "x$withval" = "xno"; then ac_cv_header_mpg123_h=no; fi
2618 # Check whether --with-nas was given.
2619 if test "${with_nas+set}" = set; then :
2620 withval=$with_nas; if test "x$withval" = "xno"; then ac_cv_header_audio_audiolib_h=no; fi
2624 # Check whether --with-openal was given.
2625 if test "${with_openal+set}" = set; then :
2626 withval=$with_openal; if test "x$withval" = "xno"; then ac_cv_header_AL_al_h=no; ac_cv_header_OpenAL_al_h=no; fi
2630 # Check whether --with-opengl was given.
2631 if test "${with_opengl+set}" = set; then :
2632 withval=$with_opengl;
2636 # Check whether --with-openssl was given.
2637 if test "${with_openssl+set}" = set; then :
2638 withval=$with_openssl; if test "x$withval" = "xno"; then ac_cv_header_openssl_err_h=no; ac_cv_header_openssl_ssl_h=no; fi
2642 # Check whether --with-oss was given.
2643 if test "${with_oss+set}" = set; then :
2644 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
2648 # Check whether --with-png was given.
2649 if test "${with_png+set}" = set; then :
2650 withval=$with_png; if test "x$withval" = "xno"; then ac_cv_header_png_h=no; fi
2654 # Check whether --with-pthread was given.
2655 if test "${with_pthread+set}" = set; then :
2656 withval=$with_pthread; if test "x$withval" = "xno"; then ac_cv_header_pthread_h=no; fi
2660 # Check whether --with-pulse was given.
2661 if test "${with_pulse+set}" = set; then :
2662 withval=$with_pulse;
2666 # Check whether --with-sane was given.
2667 if test "${with_sane+set}" = set; then :
2668 withval=$with_sane;
2672 # Check whether --with-tiff was given.
2673 if test "${with_tiff+set}" = set; then :
2674 withval=$with_tiff; if test "x$withval" = "xno"; then ac_cv_header_tiffio_h=no; fi
2678 # Check whether --with-v4l was given.
2679 if test "${with_v4l+set}" = set; then :
2680 withval=$with_v4l;
2684 # Check whether --with-xcomposite was given.
2685 if test "${with_xcomposite+set}" = set; then :
2686 withval=$with_xcomposite; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xcomposite_h=no; fi
2690 # Check whether --with-xcursor was given.
2691 if test "${with_xcursor+set}" = set; then :
2692 withval=$with_xcursor; if test "x$withval" = "xno"; then ac_cv_header_X11_Xcursor_Xcursor_h=no; fi
2696 # Check whether --with-xinerama was given.
2697 if test "${with_xinerama+set}" = set; then :
2698 withval=$with_xinerama; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xinerama_h=no; fi
2702 # Check whether --with-xinput was given.
2703 if test "${with_xinput+set}" = set; then :
2704 withval=$with_xinput; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput_h=no; fi
2708 # Check whether --with-xml was given.
2709 if test "${with_xml+set}" = set; then :
2710 withval=$with_xml;
2714 # Check whether --with-xrandr was given.
2715 if test "${with_xrandr+set}" = set; then :
2716 withval=$with_xrandr; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrandr_h=no; fi
2720 # Check whether --with-xrender was given.
2721 if test "${with_xrender+set}" = set; then :
2722 withval=$with_xrender; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrender_h=no; fi
2726 # Check whether --with-xshape was given.
2727 if test "${with_xshape+set}" = set; then :
2728 withval=$with_xshape; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_shape_h=no; fi
2732 # Check whether --with-xshm was given.
2733 if test "${with_xshm+set}" = set; then :
2734 withval=$with_xshm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XShm_h=no; fi
2738 # Check whether --with-xslt was given.
2739 if test "${with_xslt+set}" = set; then :
2740 withval=$with_xslt;
2744 # Check whether --with-xxf86vm was given.
2745 if test "${with_xxf86vm+set}" = set; then :
2746 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
2751 # Check whether --with-wine-tools was given.
2752 if test "${with_wine_tools+set}" = set; then :
2753 withval=$with_wine_tools;
2757 # Check whether --with-wine64 was given.
2758 if test "${with_wine64+set}" = set; then :
2759 withval=$with_wine64;
2763 # Make sure we can run config.sub.
2764 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2765 as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2767 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2768 $as_echo_n "checking build system type... " >&6; }
2769 if test "${ac_cv_build+set}" = set; then :
2770 $as_echo_n "(cached) " >&6
2771 else
2772 ac_build_alias=$build_alias
2773 test "x$ac_build_alias" = x &&
2774 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2775 test "x$ac_build_alias" = x &&
2776 as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5
2777 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2778 as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
2781 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2782 $as_echo "$ac_cv_build" >&6; }
2783 case $ac_cv_build in
2784 *-*-*) ;;
2785 *) as_fn_error "invalid value of canonical build" "$LINENO" 5;;
2786 esac
2787 build=$ac_cv_build
2788 ac_save_IFS=$IFS; IFS='-'
2789 set x $ac_cv_build
2790 shift
2791 build_cpu=$1
2792 build_vendor=$2
2793 shift; shift
2794 # Remember, the first character of IFS is used to create $*,
2795 # except with old shells:
2796 build_os=$*
2797 IFS=$ac_save_IFS
2798 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2801 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2802 $as_echo_n "checking host system type... " >&6; }
2803 if test "${ac_cv_host+set}" = set; then :
2804 $as_echo_n "(cached) " >&6
2805 else
2806 if test "x$host_alias" = x; then
2807 ac_cv_host=$ac_cv_build
2808 else
2809 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2810 as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
2814 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2815 $as_echo "$ac_cv_host" >&6; }
2816 case $ac_cv_host in
2817 *-*-*) ;;
2818 *) as_fn_error "invalid value of canonical host" "$LINENO" 5;;
2819 esac
2820 host=$ac_cv_host
2821 ac_save_IFS=$IFS; IFS='-'
2822 set x $ac_cv_host
2823 shift
2824 host_cpu=$1
2825 host_vendor=$2
2826 shift; shift
2827 # Remember, the first character of IFS is used to create $*,
2828 # except with old shells:
2829 host_os=$*
2830 IFS=$ac_save_IFS
2831 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2835 case "$srcdir" in
2836 .) ;;
2837 *) if test -f "$srcdir/Makefile" -o -f "$srcdir/include/config.h"; then
2838 as_fn_error "you are building out of the source tree, but the source tree contains object files.
2839 You need to run 'make distclean' in the source tree first." "$LINENO" 5
2840 fi ;;
2841 esac
2844 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2845 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
2846 set x ${MAKE-make}
2847 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2848 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then :
2849 $as_echo_n "(cached) " >&6
2850 else
2851 cat >conftest.make <<\_ACEOF
2852 SHELL = /bin/sh
2853 all:
2854 @echo '@@@%%%=$(MAKE)=@@@%%%'
2855 _ACEOF
2856 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
2857 case `${MAKE-make} -f conftest.make 2>/dev/null` in
2858 *@@@%%%=?*=@@@%%%*)
2859 eval ac_cv_prog_make_${ac_make}_set=yes;;
2861 eval ac_cv_prog_make_${ac_make}_set=no;;
2862 esac
2863 rm -f conftest.make
2865 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
2866 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2867 $as_echo "yes" >&6; }
2868 SET_MAKE=
2869 else
2870 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2871 $as_echo "no" >&6; }
2872 SET_MAKE="MAKE=${MAKE-make}"
2875 ac_ext=c
2876 ac_cpp='$CPP $CPPFLAGS'
2877 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2878 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2879 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2880 if test -n "$ac_tool_prefix"; then
2881 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2882 set dummy ${ac_tool_prefix}gcc; ac_word=$2
2883 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2884 $as_echo_n "checking for $ac_word... " >&6; }
2885 if test "${ac_cv_prog_CC+set}" = set; then :
2886 $as_echo_n "(cached) " >&6
2887 else
2888 if test -n "$CC"; then
2889 ac_cv_prog_CC="$CC" # Let the user override the test.
2890 else
2891 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2892 for as_dir in $PATH
2894 IFS=$as_save_IFS
2895 test -z "$as_dir" && as_dir=.
2896 for ac_exec_ext in '' $ac_executable_extensions; do
2897 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2898 ac_cv_prog_CC="${ac_tool_prefix}gcc"
2899 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2900 break 2
2902 done
2903 done
2904 IFS=$as_save_IFS
2908 CC=$ac_cv_prog_CC
2909 if test -n "$CC"; then
2910 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2911 $as_echo "$CC" >&6; }
2912 else
2913 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2914 $as_echo "no" >&6; }
2919 if test -z "$ac_cv_prog_CC"; then
2920 ac_ct_CC=$CC
2921 # Extract the first word of "gcc", so it can be a program name with args.
2922 set dummy gcc; ac_word=$2
2923 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2924 $as_echo_n "checking for $ac_word... " >&6; }
2925 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
2926 $as_echo_n "(cached) " >&6
2927 else
2928 if test -n "$ac_ct_CC"; then
2929 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2930 else
2931 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2932 for as_dir in $PATH
2934 IFS=$as_save_IFS
2935 test -z "$as_dir" && as_dir=.
2936 for ac_exec_ext in '' $ac_executable_extensions; do
2937 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2938 ac_cv_prog_ac_ct_CC="gcc"
2939 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2940 break 2
2942 done
2943 done
2944 IFS=$as_save_IFS
2948 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2949 if test -n "$ac_ct_CC"; then
2950 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2951 $as_echo "$ac_ct_CC" >&6; }
2952 else
2953 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2954 $as_echo "no" >&6; }
2957 if test "x$ac_ct_CC" = x; then
2958 CC=""
2959 else
2960 case $cross_compiling:$ac_tool_warned in
2961 yes:)
2962 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2963 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2964 ac_tool_warned=yes ;;
2965 esac
2966 CC=$ac_ct_CC
2968 else
2969 CC="$ac_cv_prog_CC"
2972 if test -z "$CC"; then
2973 if test -n "$ac_tool_prefix"; then
2974 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2975 set dummy ${ac_tool_prefix}cc; ac_word=$2
2976 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2977 $as_echo_n "checking for $ac_word... " >&6; }
2978 if test "${ac_cv_prog_CC+set}" = set; then :
2979 $as_echo_n "(cached) " >&6
2980 else
2981 if test -n "$CC"; then
2982 ac_cv_prog_CC="$CC" # Let the user override the test.
2983 else
2984 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2985 for as_dir in $PATH
2987 IFS=$as_save_IFS
2988 test -z "$as_dir" && as_dir=.
2989 for ac_exec_ext in '' $ac_executable_extensions; do
2990 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2991 ac_cv_prog_CC="${ac_tool_prefix}cc"
2992 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2993 break 2
2995 done
2996 done
2997 IFS=$as_save_IFS
3001 CC=$ac_cv_prog_CC
3002 if test -n "$CC"; then
3003 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3004 $as_echo "$CC" >&6; }
3005 else
3006 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3007 $as_echo "no" >&6; }
3013 if test -z "$CC"; then
3014 # Extract the first word of "cc", so it can be a program name with args.
3015 set dummy cc; ac_word=$2
3016 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3017 $as_echo_n "checking for $ac_word... " >&6; }
3018 if test "${ac_cv_prog_CC+set}" = set; then :
3019 $as_echo_n "(cached) " >&6
3020 else
3021 if test -n "$CC"; then
3022 ac_cv_prog_CC="$CC" # Let the user override the test.
3023 else
3024 ac_prog_rejected=no
3025 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3026 for as_dir in $PATH
3028 IFS=$as_save_IFS
3029 test -z "$as_dir" && as_dir=.
3030 for ac_exec_ext in '' $ac_executable_extensions; do
3031 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3032 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3033 ac_prog_rejected=yes
3034 continue
3036 ac_cv_prog_CC="cc"
3037 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3038 break 2
3040 done
3041 done
3042 IFS=$as_save_IFS
3044 if test $ac_prog_rejected = yes; then
3045 # We found a bogon in the path, so make sure we never use it.
3046 set dummy $ac_cv_prog_CC
3047 shift
3048 if test $# != 0; then
3049 # We chose a different compiler from the bogus one.
3050 # However, it has the same basename, so the bogon will be chosen
3051 # first if we set CC to just the basename; use the full file name.
3052 shift
3053 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
3058 CC=$ac_cv_prog_CC
3059 if test -n "$CC"; then
3060 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3061 $as_echo "$CC" >&6; }
3062 else
3063 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3064 $as_echo "no" >&6; }
3069 if test -z "$CC"; then
3070 if test -n "$ac_tool_prefix"; then
3071 for ac_prog in cl.exe
3073 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3074 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3075 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3076 $as_echo_n "checking for $ac_word... " >&6; }
3077 if test "${ac_cv_prog_CC+set}" = set; then :
3078 $as_echo_n "(cached) " >&6
3079 else
3080 if test -n "$CC"; then
3081 ac_cv_prog_CC="$CC" # Let the user override the test.
3082 else
3083 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3084 for as_dir in $PATH
3086 IFS=$as_save_IFS
3087 test -z "$as_dir" && as_dir=.
3088 for ac_exec_ext in '' $ac_executable_extensions; do
3089 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3090 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
3091 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3092 break 2
3094 done
3095 done
3096 IFS=$as_save_IFS
3100 CC=$ac_cv_prog_CC
3101 if test -n "$CC"; then
3102 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3103 $as_echo "$CC" >&6; }
3104 else
3105 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3106 $as_echo "no" >&6; }
3110 test -n "$CC" && break
3111 done
3113 if test -z "$CC"; then
3114 ac_ct_CC=$CC
3115 for ac_prog in cl.exe
3117 # Extract the first word of "$ac_prog", so it can be a program name with args.
3118 set dummy $ac_prog; ac_word=$2
3119 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3120 $as_echo_n "checking for $ac_word... " >&6; }
3121 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
3122 $as_echo_n "(cached) " >&6
3123 else
3124 if test -n "$ac_ct_CC"; then
3125 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3126 else
3127 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3128 for as_dir in $PATH
3130 IFS=$as_save_IFS
3131 test -z "$as_dir" && as_dir=.
3132 for ac_exec_ext in '' $ac_executable_extensions; do
3133 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3134 ac_cv_prog_ac_ct_CC="$ac_prog"
3135 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3136 break 2
3138 done
3139 done
3140 IFS=$as_save_IFS
3144 ac_ct_CC=$ac_cv_prog_ac_ct_CC
3145 if test -n "$ac_ct_CC"; then
3146 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3147 $as_echo "$ac_ct_CC" >&6; }
3148 else
3149 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3150 $as_echo "no" >&6; }
3154 test -n "$ac_ct_CC" && break
3155 done
3157 if test "x$ac_ct_CC" = x; then
3158 CC=""
3159 else
3160 case $cross_compiling:$ac_tool_warned in
3161 yes:)
3162 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3163 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3164 ac_tool_warned=yes ;;
3165 esac
3166 CC=$ac_ct_CC
3173 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3174 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3175 as_fn_error "no acceptable C compiler found in \$PATH
3176 See \`config.log' for more details." "$LINENO" 5; }
3178 # Provide some information about the compiler.
3179 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
3180 set X $ac_compile
3181 ac_compiler=$2
3182 for ac_option in --version -v -V -qversion; do
3183 { { ac_try="$ac_compiler $ac_option >&5"
3184 case "(($ac_try" in
3185 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3186 *) ac_try_echo=$ac_try;;
3187 esac
3188 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3189 $as_echo "$ac_try_echo"; } >&5
3190 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
3191 ac_status=$?
3192 if test -s conftest.err; then
3193 sed '10a\
3194 ... rest of stderr output deleted ...
3195 10q' conftest.err >conftest.er1
3196 cat conftest.er1 >&5
3198 rm -f conftest.er1 conftest.err
3199 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3200 test $ac_status = 0; }
3201 done
3203 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3204 /* end confdefs.h. */
3207 main ()
3211 return 0;
3213 _ACEOF
3214 ac_clean_files_save=$ac_clean_files
3215 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
3216 # Try to create an executable without -o first, disregard a.out.
3217 # It will help us diagnose broken compilers, and finding out an intuition
3218 # of exeext.
3219 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
3220 $as_echo_n "checking whether the C compiler works... " >&6; }
3221 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
3223 # The possible output files:
3224 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
3226 ac_rmfiles=
3227 for ac_file in $ac_files
3229 case $ac_file in
3230 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3231 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
3232 esac
3233 done
3234 rm -f $ac_rmfiles
3236 if { { ac_try="$ac_link_default"
3237 case "(($ac_try" in
3238 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3239 *) ac_try_echo=$ac_try;;
3240 esac
3241 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3242 $as_echo "$ac_try_echo"; } >&5
3243 (eval "$ac_link_default") 2>&5
3244 ac_status=$?
3245 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3246 test $ac_status = 0; }; then :
3247 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
3248 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
3249 # in a Makefile. We should not override ac_cv_exeext if it was cached,
3250 # so that the user can short-circuit this test for compilers unknown to
3251 # Autoconf.
3252 for ac_file in $ac_files ''
3254 test -f "$ac_file" || continue
3255 case $ac_file in
3256 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
3258 [ab].out )
3259 # We found the default executable, but exeext='' is most
3260 # certainly right.
3261 break;;
3262 *.* )
3263 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
3264 then :; else
3265 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3267 # We set ac_cv_exeext here because the later test for it is not
3268 # safe: cross compilers may not add the suffix if given an `-o'
3269 # argument, so we may need to know it at that point already.
3270 # Even if this section looks crufty: it has the advantage of
3271 # actually working.
3272 break;;
3274 break;;
3275 esac
3276 done
3277 test "$ac_cv_exeext" = no && ac_cv_exeext=
3279 else
3280 ac_file=''
3282 if test -z "$ac_file"; then :
3283 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3284 $as_echo "no" >&6; }
3285 $as_echo "$as_me: failed program was:" >&5
3286 sed 's/^/| /' conftest.$ac_ext >&5
3288 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3289 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3290 { as_fn_set_status 77
3291 as_fn_error "C compiler cannot create executables
3292 See \`config.log' for more details." "$LINENO" 5; }; }
3293 else
3294 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3295 $as_echo "yes" >&6; }
3297 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
3298 $as_echo_n "checking for C compiler default output file name... " >&6; }
3299 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
3300 $as_echo "$ac_file" >&6; }
3301 ac_exeext=$ac_cv_exeext
3303 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
3304 ac_clean_files=$ac_clean_files_save
3305 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
3306 $as_echo_n "checking for suffix of executables... " >&6; }
3307 if { { ac_try="$ac_link"
3308 case "(($ac_try" in
3309 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3310 *) ac_try_echo=$ac_try;;
3311 esac
3312 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3313 $as_echo "$ac_try_echo"; } >&5
3314 (eval "$ac_link") 2>&5
3315 ac_status=$?
3316 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3317 test $ac_status = 0; }; then :
3318 # If both `conftest.exe' and `conftest' are `present' (well, observable)
3319 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
3320 # work properly (i.e., refer to `conftest.exe'), while it won't with
3321 # `rm'.
3322 for ac_file in conftest.exe conftest conftest.*; do
3323 test -f "$ac_file" || continue
3324 case $ac_file in
3325 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3326 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3327 break;;
3328 * ) break;;
3329 esac
3330 done
3331 else
3332 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3333 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3334 as_fn_error "cannot compute suffix of executables: cannot compile and link
3335 See \`config.log' for more details." "$LINENO" 5; }
3337 rm -f conftest conftest$ac_cv_exeext
3338 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
3339 $as_echo "$ac_cv_exeext" >&6; }
3341 rm -f conftest.$ac_ext
3342 EXEEXT=$ac_cv_exeext
3343 ac_exeext=$EXEEXT
3344 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3345 /* end confdefs.h. */
3346 #include <stdio.h>
3348 main ()
3350 FILE *f = fopen ("conftest.out", "w");
3351 return ferror (f) || fclose (f) != 0;
3354 return 0;
3356 _ACEOF
3357 ac_clean_files="$ac_clean_files conftest.out"
3358 # Check that the compiler produces executables we can run. If not, either
3359 # the compiler is broken, or we cross compile.
3360 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
3361 $as_echo_n "checking whether we are cross compiling... " >&6; }
3362 if test "$cross_compiling" != yes; then
3363 { { ac_try="$ac_link"
3364 case "(($ac_try" in
3365 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3366 *) ac_try_echo=$ac_try;;
3367 esac
3368 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3369 $as_echo "$ac_try_echo"; } >&5
3370 (eval "$ac_link") 2>&5
3371 ac_status=$?
3372 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3373 test $ac_status = 0; }
3374 if { ac_try='./conftest$ac_cv_exeext'
3375 { { case "(($ac_try" in
3376 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3377 *) ac_try_echo=$ac_try;;
3378 esac
3379 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3380 $as_echo "$ac_try_echo"; } >&5
3381 (eval "$ac_try") 2>&5
3382 ac_status=$?
3383 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3384 test $ac_status = 0; }; }; then
3385 cross_compiling=no
3386 else
3387 if test "$cross_compiling" = maybe; then
3388 cross_compiling=yes
3389 else
3390 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3391 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3392 as_fn_error "cannot run C compiled programs.
3393 If you meant to cross compile, use \`--host'.
3394 See \`config.log' for more details." "$LINENO" 5; }
3398 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
3399 $as_echo "$cross_compiling" >&6; }
3401 rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
3402 ac_clean_files=$ac_clean_files_save
3403 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
3404 $as_echo_n "checking for suffix of object files... " >&6; }
3405 if test "${ac_cv_objext+set}" = set; then :
3406 $as_echo_n "(cached) " >&6
3407 else
3408 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3409 /* end confdefs.h. */
3412 main ()
3416 return 0;
3418 _ACEOF
3419 rm -f conftest.o conftest.obj
3420 if { { ac_try="$ac_compile"
3421 case "(($ac_try" in
3422 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3423 *) ac_try_echo=$ac_try;;
3424 esac
3425 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3426 $as_echo "$ac_try_echo"; } >&5
3427 (eval "$ac_compile") 2>&5
3428 ac_status=$?
3429 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3430 test $ac_status = 0; }; then :
3431 for ac_file in conftest.o conftest.obj conftest.*; do
3432 test -f "$ac_file" || continue;
3433 case $ac_file in
3434 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
3435 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
3436 break;;
3437 esac
3438 done
3439 else
3440 $as_echo "$as_me: failed program was:" >&5
3441 sed 's/^/| /' conftest.$ac_ext >&5
3443 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3444 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3445 as_fn_error "cannot compute suffix of object files: cannot compile
3446 See \`config.log' for more details." "$LINENO" 5; }
3448 rm -f conftest.$ac_cv_objext conftest.$ac_ext
3450 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
3451 $as_echo "$ac_cv_objext" >&6; }
3452 OBJEXT=$ac_cv_objext
3453 ac_objext=$OBJEXT
3454 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
3455 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
3456 if test "${ac_cv_c_compiler_gnu+set}" = set; then :
3457 $as_echo_n "(cached) " >&6
3458 else
3459 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3460 /* end confdefs.h. */
3463 main ()
3465 #ifndef __GNUC__
3466 choke me
3467 #endif
3470 return 0;
3472 _ACEOF
3473 if ac_fn_c_try_compile "$LINENO"; then :
3474 ac_compiler_gnu=yes
3475 else
3476 ac_compiler_gnu=no
3478 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3479 ac_cv_c_compiler_gnu=$ac_compiler_gnu
3482 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
3483 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
3484 if test $ac_compiler_gnu = yes; then
3485 GCC=yes
3486 else
3487 GCC=
3489 ac_test_CFLAGS=${CFLAGS+set}
3490 ac_save_CFLAGS=$CFLAGS
3491 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
3492 $as_echo_n "checking whether $CC accepts -g... " >&6; }
3493 if test "${ac_cv_prog_cc_g+set}" = set; then :
3494 $as_echo_n "(cached) " >&6
3495 else
3496 ac_save_c_werror_flag=$ac_c_werror_flag
3497 ac_c_werror_flag=yes
3498 ac_cv_prog_cc_g=no
3499 CFLAGS="-g"
3500 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3501 /* end confdefs.h. */
3504 main ()
3508 return 0;
3510 _ACEOF
3511 if ac_fn_c_try_compile "$LINENO"; then :
3512 ac_cv_prog_cc_g=yes
3513 else
3514 CFLAGS=""
3515 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3516 /* end confdefs.h. */
3519 main ()
3523 return 0;
3525 _ACEOF
3526 if ac_fn_c_try_compile "$LINENO"; then :
3528 else
3529 ac_c_werror_flag=$ac_save_c_werror_flag
3530 CFLAGS="-g"
3531 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3532 /* end confdefs.h. */
3535 main ()
3539 return 0;
3541 _ACEOF
3542 if ac_fn_c_try_compile "$LINENO"; then :
3543 ac_cv_prog_cc_g=yes
3545 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3547 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3549 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3550 ac_c_werror_flag=$ac_save_c_werror_flag
3552 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
3553 $as_echo "$ac_cv_prog_cc_g" >&6; }
3554 if test "$ac_test_CFLAGS" = set; then
3555 CFLAGS=$ac_save_CFLAGS
3556 elif test $ac_cv_prog_cc_g = yes; then
3557 if test "$GCC" = yes; then
3558 CFLAGS="-g -O2"
3559 else
3560 CFLAGS="-g"
3562 else
3563 if test "$GCC" = yes; then
3564 CFLAGS="-O2"
3565 else
3566 CFLAGS=
3569 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
3570 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3571 if test "${ac_cv_prog_cc_c89+set}" = set; then :
3572 $as_echo_n "(cached) " >&6
3573 else
3574 ac_cv_prog_cc_c89=no
3575 ac_save_CC=$CC
3576 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3577 /* end confdefs.h. */
3578 #include <stdarg.h>
3579 #include <stdio.h>
3580 #include <sys/types.h>
3581 #include <sys/stat.h>
3582 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3583 struct buf { int x; };
3584 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3585 static char *e (p, i)
3586 char **p;
3587 int i;
3589 return p[i];
3591 static char *f (char * (*g) (char **, int), char **p, ...)
3593 char *s;
3594 va_list v;
3595 va_start (v,p);
3596 s = g (p, va_arg (v,int));
3597 va_end (v);
3598 return s;
3601 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3602 function prototypes and stuff, but not '\xHH' hex character constants.
3603 These don't provoke an error unfortunately, instead are silently treated
3604 as 'x'. The following induces an error, until -std is added to get
3605 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3606 array size at least. It's necessary to write '\x00'==0 to get something
3607 that's true only with -std. */
3608 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3610 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3611 inside strings and character constants. */
3612 #define FOO(x) 'x'
3613 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3615 int test (int i, double x);
3616 struct s1 {int (*f) (int a);};
3617 struct s2 {int (*f) (double a);};
3618 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3619 int argc;
3620 char **argv;
3622 main ()
3624 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3626 return 0;
3628 _ACEOF
3629 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3630 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3632 CC="$ac_save_CC $ac_arg"
3633 if ac_fn_c_try_compile "$LINENO"; then :
3634 ac_cv_prog_cc_c89=$ac_arg
3636 rm -f core conftest.err conftest.$ac_objext
3637 test "x$ac_cv_prog_cc_c89" != "xno" && break
3638 done
3639 rm -f conftest.$ac_ext
3640 CC=$ac_save_CC
3643 # AC_CACHE_VAL
3644 case "x$ac_cv_prog_cc_c89" in
3646 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
3647 $as_echo "none needed" >&6; } ;;
3648 xno)
3649 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
3650 $as_echo "unsupported" >&6; } ;;
3652 CC="$CC $ac_cv_prog_cc_c89"
3653 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
3654 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
3655 esac
3656 if test "x$ac_cv_prog_cc_c89" != xno; then :
3660 ac_ext=c
3661 ac_cpp='$CPP $CPPFLAGS'
3662 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3663 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3664 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3666 ac_ext=cpp
3667 ac_cpp='$CXXCPP $CPPFLAGS'
3668 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3669 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3670 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3671 if test -z "$CXX"; then
3672 if test -n "$CCC"; then
3673 CXX=$CCC
3674 else
3675 if test -n "$ac_tool_prefix"; then
3676 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3678 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3679 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3680 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3681 $as_echo_n "checking for $ac_word... " >&6; }
3682 if test "${ac_cv_prog_CXX+set}" = set; then :
3683 $as_echo_n "(cached) " >&6
3684 else
3685 if test -n "$CXX"; then
3686 ac_cv_prog_CXX="$CXX" # Let the user override the test.
3687 else
3688 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3689 for as_dir in $PATH
3691 IFS=$as_save_IFS
3692 test -z "$as_dir" && as_dir=.
3693 for ac_exec_ext in '' $ac_executable_extensions; do
3694 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3695 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
3696 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3697 break 2
3699 done
3700 done
3701 IFS=$as_save_IFS
3705 CXX=$ac_cv_prog_CXX
3706 if test -n "$CXX"; then
3707 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5
3708 $as_echo "$CXX" >&6; }
3709 else
3710 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3711 $as_echo "no" >&6; }
3715 test -n "$CXX" && break
3716 done
3718 if test -z "$CXX"; then
3719 ac_ct_CXX=$CXX
3720 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3722 # Extract the first word of "$ac_prog", so it can be a program name with args.
3723 set dummy $ac_prog; ac_word=$2
3724 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3725 $as_echo_n "checking for $ac_word... " >&6; }
3726 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then :
3727 $as_echo_n "(cached) " >&6
3728 else
3729 if test -n "$ac_ct_CXX"; then
3730 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
3731 else
3732 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3733 for as_dir in $PATH
3735 IFS=$as_save_IFS
3736 test -z "$as_dir" && as_dir=.
3737 for ac_exec_ext in '' $ac_executable_extensions; do
3738 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3739 ac_cv_prog_ac_ct_CXX="$ac_prog"
3740 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3741 break 2
3743 done
3744 done
3745 IFS=$as_save_IFS
3749 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
3750 if test -n "$ac_ct_CXX"; then
3751 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5
3752 $as_echo "$ac_ct_CXX" >&6; }
3753 else
3754 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3755 $as_echo "no" >&6; }
3759 test -n "$ac_ct_CXX" && break
3760 done
3762 if test "x$ac_ct_CXX" = x; then
3763 CXX="g++"
3764 else
3765 case $cross_compiling:$ac_tool_warned in
3766 yes:)
3767 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3768 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3769 ac_tool_warned=yes ;;
3770 esac
3771 CXX=$ac_ct_CXX
3777 # Provide some information about the compiler.
3778 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5
3779 set X $ac_compile
3780 ac_compiler=$2
3781 for ac_option in --version -v -V -qversion; do
3782 { { ac_try="$ac_compiler $ac_option >&5"
3783 case "(($ac_try" in
3784 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3785 *) ac_try_echo=$ac_try;;
3786 esac
3787 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3788 $as_echo "$ac_try_echo"; } >&5
3789 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
3790 ac_status=$?
3791 if test -s conftest.err; then
3792 sed '10a\
3793 ... rest of stderr output deleted ...
3794 10q' conftest.err >conftest.er1
3795 cat conftest.er1 >&5
3797 rm -f conftest.er1 conftest.err
3798 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3799 test $ac_status = 0; }
3800 done
3802 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
3803 $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
3804 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then :
3805 $as_echo_n "(cached) " >&6
3806 else
3807 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3808 /* end confdefs.h. */
3811 main ()
3813 #ifndef __GNUC__
3814 choke me
3815 #endif
3818 return 0;
3820 _ACEOF
3821 if ac_fn_cxx_try_compile "$LINENO"; then :
3822 ac_compiler_gnu=yes
3823 else
3824 ac_compiler_gnu=no
3826 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3827 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
3830 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5
3831 $as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
3832 if test $ac_compiler_gnu = yes; then
3833 GXX=yes
3834 else
3835 GXX=
3837 ac_test_CXXFLAGS=${CXXFLAGS+set}
3838 ac_save_CXXFLAGS=$CXXFLAGS
3839 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
3840 $as_echo_n "checking whether $CXX accepts -g... " >&6; }
3841 if test "${ac_cv_prog_cxx_g+set}" = set; then :
3842 $as_echo_n "(cached) " >&6
3843 else
3844 ac_save_cxx_werror_flag=$ac_cxx_werror_flag
3845 ac_cxx_werror_flag=yes
3846 ac_cv_prog_cxx_g=no
3847 CXXFLAGS="-g"
3848 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3849 /* end confdefs.h. */
3852 main ()
3856 return 0;
3858 _ACEOF
3859 if ac_fn_cxx_try_compile "$LINENO"; then :
3860 ac_cv_prog_cxx_g=yes
3861 else
3862 CXXFLAGS=""
3863 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3864 /* end confdefs.h. */
3867 main ()
3871 return 0;
3873 _ACEOF
3874 if ac_fn_cxx_try_compile "$LINENO"; then :
3876 else
3877 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3878 CXXFLAGS="-g"
3879 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3880 /* end confdefs.h. */
3883 main ()
3887 return 0;
3889 _ACEOF
3890 if ac_fn_cxx_try_compile "$LINENO"; then :
3891 ac_cv_prog_cxx_g=yes
3893 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3895 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3897 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3898 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3900 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&5
3901 $as_echo "$ac_cv_prog_cxx_g" >&6; }
3902 if test "$ac_test_CXXFLAGS" = set; then
3903 CXXFLAGS=$ac_save_CXXFLAGS
3904 elif test $ac_cv_prog_cxx_g = yes; then
3905 if test "$GXX" = yes; then
3906 CXXFLAGS="-g -O2"
3907 else
3908 CXXFLAGS="-g"
3910 else
3911 if test "$GXX" = yes; then
3912 CXXFLAGS="-O2"
3913 else
3914 CXXFLAGS=
3917 ac_ext=c
3918 ac_cpp='$CPP $CPPFLAGS'
3919 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3920 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3921 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3923 if test -n "$ac_tool_prefix"; then
3924 # Extract the first word of "${ac_tool_prefix}cpp", so it can be a program name with args.
3925 set dummy ${ac_tool_prefix}cpp; ac_word=$2
3926 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3927 $as_echo_n "checking for $ac_word... " >&6; }
3928 if test "${ac_cv_prog_CPPBIN+set}" = set; then :
3929 $as_echo_n "(cached) " >&6
3930 else
3931 if test -n "$CPPBIN"; then
3932 ac_cv_prog_CPPBIN="$CPPBIN" # Let the user override the test.
3933 else
3934 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3935 for as_dir in $PATH
3937 IFS=$as_save_IFS
3938 test -z "$as_dir" && as_dir=.
3939 for ac_exec_ext in '' $ac_executable_extensions; do
3940 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3941 ac_cv_prog_CPPBIN="${ac_tool_prefix}cpp"
3942 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3943 break 2
3945 done
3946 done
3947 IFS=$as_save_IFS
3951 CPPBIN=$ac_cv_prog_CPPBIN
3952 if test -n "$CPPBIN"; then
3953 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPPBIN" >&5
3954 $as_echo "$CPPBIN" >&6; }
3955 else
3956 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3957 $as_echo "no" >&6; }
3962 if test -z "$ac_cv_prog_CPPBIN"; then
3963 ac_ct_CPPBIN=$CPPBIN
3964 # Extract the first word of "cpp", so it can be a program name with args.
3965 set dummy cpp; ac_word=$2
3966 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3967 $as_echo_n "checking for $ac_word... " >&6; }
3968 if test "${ac_cv_prog_ac_ct_CPPBIN+set}" = set; then :
3969 $as_echo_n "(cached) " >&6
3970 else
3971 if test -n "$ac_ct_CPPBIN"; then
3972 ac_cv_prog_ac_ct_CPPBIN="$ac_ct_CPPBIN" # Let the user override the test.
3973 else
3974 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3975 for as_dir in $PATH
3977 IFS=$as_save_IFS
3978 test -z "$as_dir" && as_dir=.
3979 for ac_exec_ext in '' $ac_executable_extensions; do
3980 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3981 ac_cv_prog_ac_ct_CPPBIN="cpp"
3982 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3983 break 2
3985 done
3986 done
3987 IFS=$as_save_IFS
3991 ac_ct_CPPBIN=$ac_cv_prog_ac_ct_CPPBIN
3992 if test -n "$ac_ct_CPPBIN"; then
3993 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CPPBIN" >&5
3994 $as_echo "$ac_ct_CPPBIN" >&6; }
3995 else
3996 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3997 $as_echo "no" >&6; }
4000 if test "x$ac_ct_CPPBIN" = x; then
4001 CPPBIN="cpp"
4002 else
4003 case $cross_compiling:$ac_tool_warned in
4004 yes:)
4005 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4006 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4007 ac_tool_warned=yes ;;
4008 esac
4009 CPPBIN=$ac_ct_CPPBIN
4011 else
4012 CPPBIN="$ac_cv_prog_CPPBIN"
4016 cat >>confdefs.h <<_ACEOF
4017 #define EXEEXT "$ac_exeext"
4018 _ACEOF
4021 case $host in
4022 *-darwin*)
4023 if test "x$enable_win64" = "xyes"
4024 then
4025 CC="$CC -m64"
4026 CXX="$CXX -m64"
4027 LD="${LD:-ld} -arch x86_64"
4028 AS="${AS:-as} -arch x86_64"
4029 host_cpu="x86_64"
4030 notice_platform="64-bit "
4031 TARGETFLAGS="-m64"
4033 else
4034 CC="$CC -m32"
4035 CXX="$CXX -m32"
4036 LD="${LD:-ld} -arch i386"
4037 AS="${AS:-as} -arch i386"
4038 host_cpu="i386"
4039 notice_platform="32-bit "
4040 TARGETFLAGS="-m32"
4042 enable_win16=${enable_win16:-yes}
4045 x86_64*)
4046 if test "x$enable_win64" != "xyes" -a "$cross_compiling" != "yes"
4047 then
4048 CC="$CC -m32"
4049 CXX="$CXX -m32"
4050 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC works" >&5
4051 $as_echo_n "checking whether $CC works... " >&6; }
4053 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4054 /* end confdefs.h. */
4057 main ()
4061 return 0;
4063 _ACEOF
4064 if ac_fn_c_try_link "$LINENO"; then :
4065 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4066 $as_echo "yes" >&6; }
4067 else
4068 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4069 $as_echo "no" >&6; }
4070 as_fn_error "Cannot build a 32-bit program, you need to install 32-bit development libraries." "$LINENO" 5
4072 rm -f core conftest.err conftest.$ac_objext \
4073 conftest$ac_exeext conftest.$ac_ext
4074 LD="${LD:-ld} -m elf_i386"
4075 AS="${AS:-as} --32"
4076 host_cpu="i386"
4077 notice_platform="32-bit "
4078 TARGETFLAGS="-m32"
4080 enable_win16=${enable_win16:-yes}
4081 else
4082 if test "x${GCC}" = "xyes"
4083 then
4084 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC supports __builtin_ms_va_list" >&5
4085 $as_echo_n "checking whether $CC supports __builtin_ms_va_list... " >&6; }
4086 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4087 /* end confdefs.h. */
4088 #include <stdarg.h>
4090 main ()
4092 void func(__builtin_ms_va_list *args);
4094 return 0;
4096 _ACEOF
4097 if ac_fn_c_try_compile "$LINENO"; then :
4098 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4099 $as_echo "yes" >&6; }
4100 else
4101 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4102 $as_echo "no" >&6; }
4103 as_fn_error "You need gcc >= 4.4 to build Wine as 64-bit." "$LINENO" 5
4105 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4107 TARGETFLAGS="-m64"
4111 *-mingw32*|*-cygwin*)
4112 enable_win16=${enable_win16:-no}
4113 CFLAGS="$CFLAGS -D_WIN32"
4115 i[3456789]86*)
4116 enable_win16=${enable_win16:-yes}
4118 esac
4120 enable_win16=${enable_win16:-no}
4122 enable_winetest=${enable_winetest:-$enable_tests}
4124 if test -n "$with_wine64"
4125 then
4126 if test "x$enable_win64" = "xyes"
4127 then
4128 as_fn_error "--enable-win64 and --with-wine64 are mutually exclusive.
4129 --enable-win64 should be used in the 64-bit build tree, --with-wine64 in the 32-bit Wow64 build tree." "$LINENO" 5
4131 WOW64_DISABLE=\#
4133 enable_fonts=${enable_fonts:-no}
4134 enable_server=${enable_server:-no}
4135 enable_tools=${enable_tools:-no}
4136 elif test "x$enable_win64" = "xyes"
4137 then
4138 test "x$libdir" != "x\${exec_prefix}/lib" || libdir="\${exec_prefix}/lib64"
4141 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the directory containing the Wine tools" >&5
4142 $as_echo_n "checking for the directory containing the Wine tools... " >&6; }
4143 if test "${wine_cv_toolsdir+set}" = set; then :
4144 $as_echo_n "(cached) " >&6
4145 else
4146 wine_cv_toolsdir="$with_wine_tools"
4147 if test -z "$with_wine_tools"; then
4148 if test "$cross_compiling" = "yes"; then
4149 as_fn_error "you must use the --with-wine-tools option when cross-compiling." "$LINENO" 5
4150 elif test -n "$with_wine64"; then
4151 wine_cv_toolsdir="$with_wine64"
4154 if test -z "$wine_cv_toolsdir"; then
4155 wine_cv_toolsdir="\$(TOPOBJDIR)"
4156 elif test -d "$wine_cv_toolsdir/tools/winebuild"; then
4157 case "$wine_cv_toolsdir" in
4158 /*) ;;
4159 *) wine_cv_toolsdir="\$(TOPOBJDIR)/$wine_cv_toolsdir" ;;
4160 esac
4161 else
4162 as_fn_error "could not find Wine tools in $wine_cv_toolsdir" "$LINENO" 5
4165 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_toolsdir" >&5
4166 $as_echo "$wine_cv_toolsdir" >&6; }
4167 TOOLSDIR=$wine_cv_toolsdir
4169 if test -n "$host_alias" -a "$host_alias" != "$build_alias"
4170 then
4171 TARGETFLAGS="-b $host_alias $TARGETFLAGS"
4175 for ac_prog in flex
4177 # Extract the first word of "$ac_prog", so it can be a program name with args.
4178 set dummy $ac_prog; ac_word=$2
4179 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4180 $as_echo_n "checking for $ac_word... " >&6; }
4181 if test "${ac_cv_prog_FLEX+set}" = set; then :
4182 $as_echo_n "(cached) " >&6
4183 else
4184 if test -n "$FLEX"; then
4185 ac_cv_prog_FLEX="$FLEX" # Let the user override the test.
4186 else
4187 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4188 for as_dir in $PATH
4190 IFS=$as_save_IFS
4191 test -z "$as_dir" && as_dir=.
4192 for ac_exec_ext in '' $ac_executable_extensions; do
4193 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4194 ac_cv_prog_FLEX="$ac_prog"
4195 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4196 break 2
4198 done
4199 done
4200 IFS=$as_save_IFS
4204 FLEX=$ac_cv_prog_FLEX
4205 if test -n "$FLEX"; then
4206 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FLEX" >&5
4207 $as_echo "$FLEX" >&6; }
4208 else
4209 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4210 $as_echo "no" >&6; }
4214 test -n "$FLEX" && break
4215 done
4216 test -n "$FLEX" || FLEX="none"
4218 if test "$FLEX" = "none"
4219 then
4220 as_fn_error "no suitable flex found. Please install the 'flex' package." "$LINENO" 5
4222 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether flex is recent enough" >&5
4223 $as_echo_n "checking whether flex is recent enough... " >&6; }
4224 cat >conftest.l <<EOF
4225 %top{
4226 #include "prediluvian.h"
4230 if $FLEX -t conftest.l >/dev/null 2>&1
4231 then
4232 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4233 $as_echo "yes" >&6; }
4234 else
4235 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4236 $as_echo "no" >&6; }
4237 as_fn_error "Your flex version is too old. Please install flex version 2.5.33 or newer." "$LINENO" 5
4240 for ac_prog in bison
4242 # Extract the first word of "$ac_prog", so it can be a program name with args.
4243 set dummy $ac_prog; ac_word=$2
4244 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4245 $as_echo_n "checking for $ac_word... " >&6; }
4246 if test "${ac_cv_prog_BISON+set}" = set; then :
4247 $as_echo_n "(cached) " >&6
4248 else
4249 if test -n "$BISON"; then
4250 ac_cv_prog_BISON="$BISON" # Let the user override the test.
4251 else
4252 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4253 for as_dir in $PATH
4255 IFS=$as_save_IFS
4256 test -z "$as_dir" && as_dir=.
4257 for ac_exec_ext in '' $ac_executable_extensions; do
4258 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4259 ac_cv_prog_BISON="$ac_prog"
4260 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4261 break 2
4263 done
4264 done
4265 IFS=$as_save_IFS
4269 BISON=$ac_cv_prog_BISON
4270 if test -n "$BISON"; then
4271 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $BISON" >&5
4272 $as_echo "$BISON" >&6; }
4273 else
4274 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4275 $as_echo "no" >&6; }
4279 test -n "$BISON" && break
4280 done
4281 test -n "$BISON" || BISON="none"
4283 if test "$BISON" = "none"
4284 then
4285 as_fn_error "no suitable bison found. Please install the 'bison' package." "$LINENO" 5
4288 if test -n "$ac_tool_prefix"; then
4289 for ac_prog in ar gar
4291 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4292 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4293 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4294 $as_echo_n "checking for $ac_word... " >&6; }
4295 if test "${ac_cv_prog_AR+set}" = set; then :
4296 $as_echo_n "(cached) " >&6
4297 else
4298 if test -n "$AR"; then
4299 ac_cv_prog_AR="$AR" # Let the user override the test.
4300 else
4301 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4302 for as_dir in $PATH
4304 IFS=$as_save_IFS
4305 test -z "$as_dir" && as_dir=.
4306 for ac_exec_ext in '' $ac_executable_extensions; do
4307 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4308 ac_cv_prog_AR="$ac_tool_prefix$ac_prog"
4309 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4310 break 2
4312 done
4313 done
4314 IFS=$as_save_IFS
4318 AR=$ac_cv_prog_AR
4319 if test -n "$AR"; then
4320 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
4321 $as_echo "$AR" >&6; }
4322 else
4323 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4324 $as_echo "no" >&6; }
4328 test -n "$AR" && break
4329 done
4331 if test -z "$AR"; then
4332 ac_ct_AR=$AR
4333 for ac_prog in ar gar
4335 # Extract the first word of "$ac_prog", so it can be a program name with args.
4336 set dummy $ac_prog; ac_word=$2
4337 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4338 $as_echo_n "checking for $ac_word... " >&6; }
4339 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then :
4340 $as_echo_n "(cached) " >&6
4341 else
4342 if test -n "$ac_ct_AR"; then
4343 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
4344 else
4345 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4346 for as_dir in $PATH
4348 IFS=$as_save_IFS
4349 test -z "$as_dir" && as_dir=.
4350 for ac_exec_ext in '' $ac_executable_extensions; do
4351 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4352 ac_cv_prog_ac_ct_AR="$ac_prog"
4353 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4354 break 2
4356 done
4357 done
4358 IFS=$as_save_IFS
4362 ac_ct_AR=$ac_cv_prog_ac_ct_AR
4363 if test -n "$ac_ct_AR"; then
4364 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
4365 $as_echo "$ac_ct_AR" >&6; }
4366 else
4367 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4368 $as_echo "no" >&6; }
4372 test -n "$ac_ct_AR" && break
4373 done
4375 if test "x$ac_ct_AR" = x; then
4376 AR="ar"
4377 else
4378 case $cross_compiling:$ac_tool_warned in
4379 yes:)
4380 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4381 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4382 ac_tool_warned=yes ;;
4383 esac
4384 AR=$ac_ct_AR
4388 ARFLAGS=rc
4390 if test -n "$ac_tool_prefix"; then
4391 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
4392 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
4393 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4394 $as_echo_n "checking for $ac_word... " >&6; }
4395 if test "${ac_cv_prog_RANLIB+set}" = set; then :
4396 $as_echo_n "(cached) " >&6
4397 else
4398 if test -n "$RANLIB"; then
4399 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
4400 else
4401 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4402 for as_dir in $PATH
4404 IFS=$as_save_IFS
4405 test -z "$as_dir" && as_dir=.
4406 for ac_exec_ext in '' $ac_executable_extensions; do
4407 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4408 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
4409 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4410 break 2
4412 done
4413 done
4414 IFS=$as_save_IFS
4418 RANLIB=$ac_cv_prog_RANLIB
4419 if test -n "$RANLIB"; then
4420 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
4421 $as_echo "$RANLIB" >&6; }
4422 else
4423 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4424 $as_echo "no" >&6; }
4429 if test -z "$ac_cv_prog_RANLIB"; then
4430 ac_ct_RANLIB=$RANLIB
4431 # Extract the first word of "ranlib", so it can be a program name with args.
4432 set dummy ranlib; ac_word=$2
4433 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4434 $as_echo_n "checking for $ac_word... " >&6; }
4435 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
4436 $as_echo_n "(cached) " >&6
4437 else
4438 if test -n "$ac_ct_RANLIB"; then
4439 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
4440 else
4441 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4442 for as_dir in $PATH
4444 IFS=$as_save_IFS
4445 test -z "$as_dir" && as_dir=.
4446 for ac_exec_ext in '' $ac_executable_extensions; do
4447 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4448 ac_cv_prog_ac_ct_RANLIB="ranlib"
4449 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4450 break 2
4452 done
4453 done
4454 IFS=$as_save_IFS
4458 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
4459 if test -n "$ac_ct_RANLIB"; then
4460 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
4461 $as_echo "$ac_ct_RANLIB" >&6; }
4462 else
4463 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4464 $as_echo "no" >&6; }
4467 if test "x$ac_ct_RANLIB" = x; then
4468 RANLIB=":"
4469 else
4470 case $cross_compiling:$ac_tool_warned in
4471 yes:)
4472 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4473 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4474 ac_tool_warned=yes ;;
4475 esac
4476 RANLIB=$ac_ct_RANLIB
4478 else
4479 RANLIB="$ac_cv_prog_RANLIB"
4482 if test -n "$ac_tool_prefix"; then
4483 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
4484 set dummy ${ac_tool_prefix}strip; ac_word=$2
4485 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4486 $as_echo_n "checking for $ac_word... " >&6; }
4487 if test "${ac_cv_prog_STRIP+set}" = set; then :
4488 $as_echo_n "(cached) " >&6
4489 else
4490 if test -n "$STRIP"; then
4491 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
4492 else
4493 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4494 for as_dir in $PATH
4496 IFS=$as_save_IFS
4497 test -z "$as_dir" && as_dir=.
4498 for ac_exec_ext in '' $ac_executable_extensions; do
4499 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4500 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
4501 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4502 break 2
4504 done
4505 done
4506 IFS=$as_save_IFS
4510 STRIP=$ac_cv_prog_STRIP
4511 if test -n "$STRIP"; then
4512 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
4513 $as_echo "$STRIP" >&6; }
4514 else
4515 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4516 $as_echo "no" >&6; }
4521 if test -z "$ac_cv_prog_STRIP"; then
4522 ac_ct_STRIP=$STRIP
4523 # Extract the first word of "strip", so it can be a program name with args.
4524 set dummy strip; ac_word=$2
4525 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4526 $as_echo_n "checking for $ac_word... " >&6; }
4527 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
4528 $as_echo_n "(cached) " >&6
4529 else
4530 if test -n "$ac_ct_STRIP"; then
4531 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
4532 else
4533 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4534 for as_dir in $PATH
4536 IFS=$as_save_IFS
4537 test -z "$as_dir" && as_dir=.
4538 for ac_exec_ext in '' $ac_executable_extensions; do
4539 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4540 ac_cv_prog_ac_ct_STRIP="strip"
4541 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4542 break 2
4544 done
4545 done
4546 IFS=$as_save_IFS
4550 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
4551 if test -n "$ac_ct_STRIP"; then
4552 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
4553 $as_echo "$ac_ct_STRIP" >&6; }
4554 else
4555 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4556 $as_echo "no" >&6; }
4559 if test "x$ac_ct_STRIP" = x; then
4560 STRIP="strip"
4561 else
4562 case $cross_compiling:$ac_tool_warned in
4563 yes:)
4564 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4565 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4566 ac_tool_warned=yes ;;
4567 esac
4568 STRIP=$ac_ct_STRIP
4570 else
4571 STRIP="$ac_cv_prog_STRIP"
4574 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
4575 $as_echo_n "checking whether ln -s works... " >&6; }
4576 LN_S=$as_ln_s
4577 if test "$LN_S" = "ln -s"; then
4578 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4579 $as_echo "yes" >&6; }
4580 else
4581 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
4582 $as_echo "no, using $LN_S" >&6; }
4585 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
4586 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
4587 if test "${ac_cv_path_GREP+set}" = set; then :
4588 $as_echo_n "(cached) " >&6
4589 else
4590 if test -z "$GREP"; then
4591 ac_path_GREP_found=false
4592 # Loop through the user's path and test for each of PROGNAME-LIST
4593 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4594 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4596 IFS=$as_save_IFS
4597 test -z "$as_dir" && as_dir=.
4598 for ac_prog in grep ggrep; do
4599 for ac_exec_ext in '' $ac_executable_extensions; do
4600 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
4601 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
4602 # Check for GNU ac_path_GREP and select it if it is found.
4603 # Check for GNU $ac_path_GREP
4604 case `"$ac_path_GREP" --version 2>&1` in
4605 *GNU*)
4606 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
4608 ac_count=0
4609 $as_echo_n 0123456789 >"conftest.in"
4610 while :
4612 cat "conftest.in" "conftest.in" >"conftest.tmp"
4613 mv "conftest.tmp" "conftest.in"
4614 cp "conftest.in" "conftest.nl"
4615 $as_echo 'GREP' >> "conftest.nl"
4616 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4617 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4618 as_fn_arith $ac_count + 1 && ac_count=$as_val
4619 if test $ac_count -gt ${ac_path_GREP_max-0}; then
4620 # Best one so far, save it but keep looking for a better one
4621 ac_cv_path_GREP="$ac_path_GREP"
4622 ac_path_GREP_max=$ac_count
4624 # 10*(2^10) chars as input seems more than enough
4625 test $ac_count -gt 10 && break
4626 done
4627 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4628 esac
4630 $ac_path_GREP_found && break 3
4631 done
4632 done
4633 done
4634 IFS=$as_save_IFS
4635 if test -z "$ac_cv_path_GREP"; then
4636 as_fn_error "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4638 else
4639 ac_cv_path_GREP=$GREP
4643 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
4644 $as_echo "$ac_cv_path_GREP" >&6; }
4645 GREP="$ac_cv_path_GREP"
4648 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
4649 $as_echo_n "checking for egrep... " >&6; }
4650 if test "${ac_cv_path_EGREP+set}" = set; then :
4651 $as_echo_n "(cached) " >&6
4652 else
4653 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
4654 then ac_cv_path_EGREP="$GREP -E"
4655 else
4656 if test -z "$EGREP"; then
4657 ac_path_EGREP_found=false
4658 # Loop through the user's path and test for each of PROGNAME-LIST
4659 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4660 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4662 IFS=$as_save_IFS
4663 test -z "$as_dir" && as_dir=.
4664 for ac_prog in egrep; do
4665 for ac_exec_ext in '' $ac_executable_extensions; do
4666 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
4667 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
4668 # Check for GNU ac_path_EGREP and select it if it is found.
4669 # Check for GNU $ac_path_EGREP
4670 case `"$ac_path_EGREP" --version 2>&1` in
4671 *GNU*)
4672 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
4674 ac_count=0
4675 $as_echo_n 0123456789 >"conftest.in"
4676 while :
4678 cat "conftest.in" "conftest.in" >"conftest.tmp"
4679 mv "conftest.tmp" "conftest.in"
4680 cp "conftest.in" "conftest.nl"
4681 $as_echo 'EGREP' >> "conftest.nl"
4682 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4683 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4684 as_fn_arith $ac_count + 1 && ac_count=$as_val
4685 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
4686 # Best one so far, save it but keep looking for a better one
4687 ac_cv_path_EGREP="$ac_path_EGREP"
4688 ac_path_EGREP_max=$ac_count
4690 # 10*(2^10) chars as input seems more than enough
4691 test $ac_count -gt 10 && break
4692 done
4693 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4694 esac
4696 $ac_path_EGREP_found && break 3
4697 done
4698 done
4699 done
4700 IFS=$as_save_IFS
4701 if test -z "$ac_cv_path_EGREP"; then
4702 as_fn_error "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4704 else
4705 ac_cv_path_EGREP=$EGREP
4710 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
4711 $as_echo "$ac_cv_path_EGREP" >&6; }
4712 EGREP="$ac_cv_path_EGREP"
4715 # Extract the first word of "ldconfig", so it can be a program name with args.
4716 set dummy ldconfig; ac_word=$2
4717 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4718 $as_echo_n "checking for $ac_word... " >&6; }
4719 if test "${ac_cv_path_LDCONFIG+set}" = set; then :
4720 $as_echo_n "(cached) " >&6
4721 else
4722 case $LDCONFIG in
4723 [\\/]* | ?:[\\/]*)
4724 ac_cv_path_LDCONFIG="$LDCONFIG" # Let the user override the test with a path.
4727 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4728 for as_dir in /sbin /usr/sbin $PATH
4730 IFS=$as_save_IFS
4731 test -z "$as_dir" && as_dir=.
4732 for ac_exec_ext in '' $ac_executable_extensions; do
4733 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4734 ac_cv_path_LDCONFIG="$as_dir/$ac_word$ac_exec_ext"
4735 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4736 break 2
4738 done
4739 done
4740 IFS=$as_save_IFS
4742 test -z "$ac_cv_path_LDCONFIG" && ac_cv_path_LDCONFIG="true"
4744 esac
4746 LDCONFIG=$ac_cv_path_LDCONFIG
4747 if test -n "$LDCONFIG"; then
4748 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LDCONFIG" >&5
4749 $as_echo "$LDCONFIG" >&6; }
4750 else
4751 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4752 $as_echo "no" >&6; }
4756 # Find a good install program. We prefer a C program (faster),
4757 # so one script is as good as another. But avoid the broken or
4758 # incompatible versions:
4759 # SysV /etc/install, /usr/sbin/install
4760 # SunOS /usr/etc/install
4761 # IRIX /sbin/install
4762 # AIX /bin/install
4763 # AmigaOS /C/install, which installs bootblocks on floppy discs
4764 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
4765 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
4766 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
4767 # OS/2's system install, which has a completely different semantic
4768 # ./install, which can be erroneously created by make from ./install.sh.
4769 # Reject install programs that cannot install multiple files.
4770 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
4771 $as_echo_n "checking for a BSD-compatible install... " >&6; }
4772 if test -z "$INSTALL"; then
4773 if test "${ac_cv_path_install+set}" = set; then :
4774 $as_echo_n "(cached) " >&6
4775 else
4776 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4777 for as_dir in $PATH
4779 IFS=$as_save_IFS
4780 test -z "$as_dir" && as_dir=.
4781 # Account for people who put trailing slashes in PATH elements.
4782 case $as_dir/ in #((
4783 ./ | .// | /[cC]/* | \
4784 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
4785 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
4786 /usr/ucb/* ) ;;
4788 # OSF1 and SCO ODT 3.0 have their own names for install.
4789 # Don't use installbsd from OSF since it installs stuff as root
4790 # by default.
4791 for ac_prog in ginstall scoinst install; do
4792 for ac_exec_ext in '' $ac_executable_extensions; do
4793 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
4794 if test $ac_prog = install &&
4795 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
4796 # AIX install. It has an incompatible calling convention.
4798 elif test $ac_prog = install &&
4799 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
4800 # program-specific install script used by HP pwplus--don't use.
4802 else
4803 rm -rf conftest.one conftest.two conftest.dir
4804 echo one > conftest.one
4805 echo two > conftest.two
4806 mkdir conftest.dir
4807 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
4808 test -s conftest.one && test -s conftest.two &&
4809 test -s conftest.dir/conftest.one &&
4810 test -s conftest.dir/conftest.two
4811 then
4812 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
4813 break 3
4817 done
4818 done
4820 esac
4822 done
4823 IFS=$as_save_IFS
4825 rm -rf conftest.one conftest.two conftest.dir
4828 if test "${ac_cv_path_install+set}" = set; then
4829 INSTALL=$ac_cv_path_install
4830 else
4831 # As a last resort, use the slow shell script. Don't cache a
4832 # value for INSTALL within a source directory, because that will
4833 # break other packages using the cache if that directory is
4834 # removed, or if the value is a relative name.
4835 INSTALL=$ac_install_sh
4838 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
4839 $as_echo "$INSTALL" >&6; }
4841 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
4842 # It thinks the first close brace ends the variable substitution.
4843 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
4845 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
4847 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
4849 case "$INSTALL" in
4850 [\\/$]* | ?:[\\/]* ) ;;
4851 *) INSTALL="\\\$(TOPSRCDIR)/$INSTALL" ;;
4852 esac
4854 for ac_prog in lclint lint
4856 # Extract the first word of "$ac_prog", so it can be a program name with args.
4857 set dummy $ac_prog; ac_word=$2
4858 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4859 $as_echo_n "checking for $ac_word... " >&6; }
4860 if test "${ac_cv_prog_LINT+set}" = set; then :
4861 $as_echo_n "(cached) " >&6
4862 else
4863 if test -n "$LINT"; then
4864 ac_cv_prog_LINT="$LINT" # Let the user override the test.
4865 else
4866 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4867 for as_dir in $PATH
4869 IFS=$as_save_IFS
4870 test -z "$as_dir" && as_dir=.
4871 for ac_exec_ext in '' $ac_executable_extensions; do
4872 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4873 ac_cv_prog_LINT="$ac_prog"
4874 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4875 break 2
4877 done
4878 done
4879 IFS=$as_save_IFS
4883 LINT=$ac_cv_prog_LINT
4884 if test -n "$LINT"; then
4885 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINT" >&5
4886 $as_echo "$LINT" >&6; }
4887 else
4888 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4889 $as_echo "no" >&6; }
4893 test -n "$LINT" && break
4894 done
4896 if test "$LINT" = "lint"
4897 then
4898 LINTFLAGS="$LINTFLAGS -errchk=%all,no%longptr64 -errhdr=%user -Ncheck=macro -Nlevel=4"
4903 for ac_prog in fontforge
4905 # Extract the first word of "$ac_prog", so it can be a program name with args.
4906 set dummy $ac_prog; ac_word=$2
4907 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4908 $as_echo_n "checking for $ac_word... " >&6; }
4909 if test "${ac_cv_prog_FONTFORGE+set}" = set; then :
4910 $as_echo_n "(cached) " >&6
4911 else
4912 if test -n "$FONTFORGE"; then
4913 ac_cv_prog_FONTFORGE="$FONTFORGE" # Let the user override the test.
4914 else
4915 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4916 for as_dir in $PATH
4918 IFS=$as_save_IFS
4919 test -z "$as_dir" && as_dir=.
4920 for ac_exec_ext in '' $ac_executable_extensions; do
4921 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4922 ac_cv_prog_FONTFORGE="$ac_prog"
4923 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4924 break 2
4926 done
4927 done
4928 IFS=$as_save_IFS
4932 FONTFORGE=$ac_cv_prog_FONTFORGE
4933 if test -n "$FONTFORGE"; then
4934 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FONTFORGE" >&5
4935 $as_echo "$FONTFORGE" >&6; }
4936 else
4937 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4938 $as_echo "no" >&6; }
4942 test -n "$FONTFORGE" && break
4943 done
4944 test -n "$FONTFORGE" || FONTFORGE="false"
4946 for ac_prog in pkg-config
4948 # Extract the first word of "$ac_prog", so it can be a program name with args.
4949 set dummy $ac_prog; ac_word=$2
4950 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4951 $as_echo_n "checking for $ac_word... " >&6; }
4952 if test "${ac_cv_prog_PKG_CONFIG+set}" = set; then :
4953 $as_echo_n "(cached) " >&6
4954 else
4955 if test -n "$PKG_CONFIG"; then
4956 ac_cv_prog_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test.
4957 else
4958 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4959 for as_dir in $PATH
4961 IFS=$as_save_IFS
4962 test -z "$as_dir" && as_dir=.
4963 for ac_exec_ext in '' $ac_executable_extensions; do
4964 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4965 ac_cv_prog_PKG_CONFIG="$ac_prog"
4966 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4967 break 2
4969 done
4970 done
4971 IFS=$as_save_IFS
4975 PKG_CONFIG=$ac_cv_prog_PKG_CONFIG
4976 if test -n "$PKG_CONFIG"; then
4977 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
4978 $as_echo "$PKG_CONFIG" >&6; }
4979 else
4980 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4981 $as_echo "no" >&6; }
4985 test -n "$PKG_CONFIG" && break
4986 done
4987 test -n "$PKG_CONFIG" || PKG_CONFIG="false"
4989 for ac_prog in rsvg
4991 # Extract the first word of "$ac_prog", so it can be a program name with args.
4992 set dummy $ac_prog; ac_word=$2
4993 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4994 $as_echo_n "checking for $ac_word... " >&6; }
4995 if test "${ac_cv_prog_RSVG+set}" = set; then :
4996 $as_echo_n "(cached) " >&6
4997 else
4998 if test -n "$RSVG"; then
4999 ac_cv_prog_RSVG="$RSVG" # Let the user override the test.
5000 else
5001 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5002 for as_dir in $PATH
5004 IFS=$as_save_IFS
5005 test -z "$as_dir" && as_dir=.
5006 for ac_exec_ext in '' $ac_executable_extensions; do
5007 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5008 ac_cv_prog_RSVG="$ac_prog"
5009 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5010 break 2
5012 done
5013 done
5014 IFS=$as_save_IFS
5018 RSVG=$ac_cv_prog_RSVG
5019 if test -n "$RSVG"; then
5020 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RSVG" >&5
5021 $as_echo "$RSVG" >&6; }
5022 else
5023 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5024 $as_echo "no" >&6; }
5028 test -n "$RSVG" && break
5029 done
5030 test -n "$RSVG" || RSVG="false"
5032 for ac_prog in convert
5034 # Extract the first word of "$ac_prog", so it can be a program name with args.
5035 set dummy $ac_prog; ac_word=$2
5036 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5037 $as_echo_n "checking for $ac_word... " >&6; }
5038 if test "${ac_cv_prog_CONVERT+set}" = set; then :
5039 $as_echo_n "(cached) " >&6
5040 else
5041 if test -n "$CONVERT"; then
5042 ac_cv_prog_CONVERT="$CONVERT" # Let the user override the test.
5043 else
5044 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5045 for as_dir in $PATH
5047 IFS=$as_save_IFS
5048 test -z "$as_dir" && as_dir=.
5049 for ac_exec_ext in '' $ac_executable_extensions; do
5050 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5051 ac_cv_prog_CONVERT="$ac_prog"
5052 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5053 break 2
5055 done
5056 done
5057 IFS=$as_save_IFS
5061 CONVERT=$ac_cv_prog_CONVERT
5062 if test -n "$CONVERT"; then
5063 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CONVERT" >&5
5064 $as_echo "$CONVERT" >&6; }
5065 else
5066 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5067 $as_echo "no" >&6; }
5071 test -n "$CONVERT" && break
5072 done
5073 test -n "$CONVERT" || CONVERT="false"
5075 for ac_prog in icotool
5077 # Extract the first word of "$ac_prog", so it can be a program name with args.
5078 set dummy $ac_prog; ac_word=$2
5079 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5080 $as_echo_n "checking for $ac_word... " >&6; }
5081 if test "${ac_cv_prog_ICOTOOL+set}" = set; then :
5082 $as_echo_n "(cached) " >&6
5083 else
5084 if test -n "$ICOTOOL"; then
5085 ac_cv_prog_ICOTOOL="$ICOTOOL" # Let the user override the test.
5086 else
5087 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5088 for as_dir in $PATH
5090 IFS=$as_save_IFS
5091 test -z "$as_dir" && as_dir=.
5092 for ac_exec_ext in '' $ac_executable_extensions; do
5093 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5094 ac_cv_prog_ICOTOOL="$ac_prog"
5095 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5096 break 2
5098 done
5099 done
5100 IFS=$as_save_IFS
5104 ICOTOOL=$ac_cv_prog_ICOTOOL
5105 if test -n "$ICOTOOL"; then
5106 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ICOTOOL" >&5
5107 $as_echo "$ICOTOOL" >&6; }
5108 else
5109 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5110 $as_echo "no" >&6; }
5114 test -n "$ICOTOOL" && break
5115 done
5116 test -n "$ICOTOOL" || ICOTOOL="false"
5119 if test "${enable_maintainer_mode+set}" = set
5120 then
5121 if test "$FONTFORGE" = "false"; then as_fn_append wine_warnings "|fontforge is missing, fonts can't be rebuilt."; fi
5122 if test "$RSVG" = "false"; then as_fn_append wine_warnings "|rsvg is missing, icons can't be rebuilt."; fi
5123 if test "$CONVERT" = "false"; then as_fn_append wine_warnings "|imagemagick is missing, icons can't be rebuilt."; fi
5125 if test "$ICOTOOL" = false
5126 then
5127 as_fn_append wine_warnings "|icotool is missing, icons can't be rebuilt."
5128 else
5129 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for recent enough icotool" >&5
5130 $as_echo_n "checking for recent enough icotool... " >&6; }
5131 icotool_version=`icotool --version | head -n1`
5132 if test "x$icotool_version" != "x"
5133 then
5134 icotool_version_major=`expr "$icotool_version" : '.* \([0-9]*\).[0-9]*'`
5135 icotool_version_minor=`expr "$icotool_version" : '.* [0-9]*.\([0-9]*\)'`
5136 if test "$icotool_version_major" -eq 0 -a "$icotool_version_minor" -lt 29
5137 then
5138 ICOTOOL=false
5139 as_fn_append wine_warnings "|icotool version 0.29.0 or newer is needed to rebuild icons."
5142 if test "$ICOTOOL" = false
5143 then
5144 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no ($icotool_version_major.$icotool_version_minor)" >&5
5145 $as_echo "no ($icotool_version_major.$icotool_version_minor)" >&6; }
5146 else
5147 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes ($icotool_version_major.$icotool_version_minor)" >&5
5148 $as_echo "yes ($icotool_version_major.$icotool_version_minor)" >&6; }
5154 case $host_cpu in
5155 *i[3456789]86*)
5156 # Extract the first word of "prelink", so it can be a program name with args.
5157 set dummy prelink; ac_word=$2
5158 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5159 $as_echo_n "checking for $ac_word... " >&6; }
5160 if test "${ac_cv_path_PRELINK+set}" = set; then :
5161 $as_echo_n "(cached) " >&6
5162 else
5163 case $PRELINK in
5164 [\\/]* | ?:[\\/]*)
5165 ac_cv_path_PRELINK="$PRELINK" # Let the user override the test with a path.
5168 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5169 for as_dir in /sbin /usr/sbin $PATH
5171 IFS=$as_save_IFS
5172 test -z "$as_dir" && as_dir=.
5173 for ac_exec_ext in '' $ac_executable_extensions; do
5174 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5175 ac_cv_path_PRELINK="$as_dir/$ac_word$ac_exec_ext"
5176 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5177 break 2
5179 done
5180 done
5181 IFS=$as_save_IFS
5183 test -z "$ac_cv_path_PRELINK" && ac_cv_path_PRELINK="false"
5185 esac
5187 PRELINK=$ac_cv_path_PRELINK
5188 if test -n "$PRELINK"; then
5189 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PRELINK" >&5
5190 $as_echo "$PRELINK" >&6; }
5191 else
5192 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5193 $as_echo "no" >&6; }
5198 esac
5201 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for i386_set_ldt in -li386" >&5
5202 $as_echo_n "checking for i386_set_ldt in -li386... " >&6; }
5203 if test "${ac_cv_lib_i386_i386_set_ldt+set}" = set; then :
5204 $as_echo_n "(cached) " >&6
5205 else
5206 ac_check_lib_save_LIBS=$LIBS
5207 LIBS="-li386 $LIBS"
5208 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5209 /* end confdefs.h. */
5211 /* Override any GCC internal prototype to avoid an error.
5212 Use char because int might match the return type of a GCC
5213 builtin and then its argument prototype would still apply. */
5214 #ifdef __cplusplus
5215 extern "C"
5216 #endif
5217 char i386_set_ldt ();
5219 main ()
5221 return i386_set_ldt ();
5223 return 0;
5225 _ACEOF
5226 if ac_fn_c_try_link "$LINENO"; then :
5227 ac_cv_lib_i386_i386_set_ldt=yes
5228 else
5229 ac_cv_lib_i386_i386_set_ldt=no
5231 rm -f core conftest.err conftest.$ac_objext \
5232 conftest$ac_exeext conftest.$ac_ext
5233 LIBS=$ac_check_lib_save_LIBS
5235 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_i386_i386_set_ldt" >&5
5236 $as_echo "$ac_cv_lib_i386_i386_set_ldt" >&6; }
5237 if test "x$ac_cv_lib_i386_i386_set_ldt" = x""yes; then :
5238 cat >>confdefs.h <<_ACEOF
5239 #define HAVE_LIBI386 1
5240 _ACEOF
5242 LIBS="-li386 $LIBS"
5246 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _oss_ioctl in -lossaudio" >&5
5247 $as_echo_n "checking for _oss_ioctl in -lossaudio... " >&6; }
5248 if test "${ac_cv_lib_ossaudio__oss_ioctl+set}" = set; then :
5249 $as_echo_n "(cached) " >&6
5250 else
5251 ac_check_lib_save_LIBS=$LIBS
5252 LIBS="-lossaudio $LIBS"
5253 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5254 /* end confdefs.h. */
5256 /* Override any GCC internal prototype to avoid an error.
5257 Use char because int might match the return type of a GCC
5258 builtin and then its argument prototype would still apply. */
5259 #ifdef __cplusplus
5260 extern "C"
5261 #endif
5262 char _oss_ioctl ();
5264 main ()
5266 return _oss_ioctl ();
5268 return 0;
5270 _ACEOF
5271 if ac_fn_c_try_link "$LINENO"; then :
5272 ac_cv_lib_ossaudio__oss_ioctl=yes
5273 else
5274 ac_cv_lib_ossaudio__oss_ioctl=no
5276 rm -f core conftest.err conftest.$ac_objext \
5277 conftest$ac_exeext conftest.$ac_ext
5278 LIBS=$ac_check_lib_save_LIBS
5280 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5
5281 $as_echo "$ac_cv_lib_ossaudio__oss_ioctl" >&6; }
5282 if test "x$ac_cv_lib_ossaudio__oss_ioctl" = x""yes; then :
5283 cat >>confdefs.h <<_ACEOF
5284 #define HAVE_LIBOSSAUDIO 1
5285 _ACEOF
5287 LIBS="-lossaudio $LIBS"
5292 XLIB=""
5294 OPENGL_LIBS=""
5298 # Check whether --enable-largefile was given.
5299 if test "${enable_largefile+set}" = set; then :
5300 enableval=$enable_largefile;
5303 if test "$enable_largefile" != no; then
5305 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5
5306 $as_echo_n "checking for special C compiler options needed for large files... " >&6; }
5307 if test "${ac_cv_sys_largefile_CC+set}" = set; then :
5308 $as_echo_n "(cached) " >&6
5309 else
5310 ac_cv_sys_largefile_CC=no
5311 if test "$GCC" != yes; then
5312 ac_save_CC=$CC
5313 while :; do
5314 # IRIX 6.2 and later do not support large files by default,
5315 # so use the C compiler's -n32 option if that helps.
5316 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5317 /* end confdefs.h. */
5318 #include <sys/types.h>
5319 /* Check that off_t can represent 2**63 - 1 correctly.
5320 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5321 since some C++ compilers masquerading as C compilers
5322 incorrectly reject 9223372036854775807. */
5323 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5324 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5325 && LARGE_OFF_T % 2147483647 == 1)
5326 ? 1 : -1];
5328 main ()
5332 return 0;
5334 _ACEOF
5335 if ac_fn_c_try_compile "$LINENO"; then :
5336 break
5338 rm -f core conftest.err conftest.$ac_objext
5339 CC="$CC -n32"
5340 if ac_fn_c_try_compile "$LINENO"; then :
5341 ac_cv_sys_largefile_CC=' -n32'; break
5343 rm -f core conftest.err conftest.$ac_objext
5344 break
5345 done
5346 CC=$ac_save_CC
5347 rm -f conftest.$ac_ext
5350 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_CC" >&5
5351 $as_echo "$ac_cv_sys_largefile_CC" >&6; }
5352 if test "$ac_cv_sys_largefile_CC" != no; then
5353 CC=$CC$ac_cv_sys_largefile_CC
5356 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5
5357 $as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; }
5358 if test "${ac_cv_sys_file_offset_bits+set}" = set; then :
5359 $as_echo_n "(cached) " >&6
5360 else
5361 while :; do
5362 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5363 /* end confdefs.h. */
5364 #include <sys/types.h>
5365 /* Check that off_t can represent 2**63 - 1 correctly.
5366 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5367 since some C++ compilers masquerading as C compilers
5368 incorrectly reject 9223372036854775807. */
5369 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5370 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5371 && LARGE_OFF_T % 2147483647 == 1)
5372 ? 1 : -1];
5374 main ()
5378 return 0;
5380 _ACEOF
5381 if ac_fn_c_try_compile "$LINENO"; then :
5382 ac_cv_sys_file_offset_bits=no; break
5384 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5385 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5386 /* end confdefs.h. */
5387 #define _FILE_OFFSET_BITS 64
5388 #include <sys/types.h>
5389 /* Check that off_t can represent 2**63 - 1 correctly.
5390 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5391 since some C++ compilers masquerading as C compilers
5392 incorrectly reject 9223372036854775807. */
5393 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5394 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5395 && LARGE_OFF_T % 2147483647 == 1)
5396 ? 1 : -1];
5398 main ()
5402 return 0;
5404 _ACEOF
5405 if ac_fn_c_try_compile "$LINENO"; then :
5406 ac_cv_sys_file_offset_bits=64; break
5408 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5409 ac_cv_sys_file_offset_bits=unknown
5410 break
5411 done
5413 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_file_offset_bits" >&5
5414 $as_echo "$ac_cv_sys_file_offset_bits" >&6; }
5415 case $ac_cv_sys_file_offset_bits in #(
5416 no | unknown) ;;
5418 cat >>confdefs.h <<_ACEOF
5419 #define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
5420 _ACEOF
5422 esac
5423 rm -rf conftest*
5424 if test $ac_cv_sys_file_offset_bits = unknown; then
5425 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5
5426 $as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; }
5427 if test "${ac_cv_sys_large_files+set}" = set; then :
5428 $as_echo_n "(cached) " >&6
5429 else
5430 while :; do
5431 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5432 /* end confdefs.h. */
5433 #include <sys/types.h>
5434 /* Check that off_t can represent 2**63 - 1 correctly.
5435 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5436 since some C++ compilers masquerading as C compilers
5437 incorrectly reject 9223372036854775807. */
5438 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5439 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5440 && LARGE_OFF_T % 2147483647 == 1)
5441 ? 1 : -1];
5443 main ()
5447 return 0;
5449 _ACEOF
5450 if ac_fn_c_try_compile "$LINENO"; then :
5451 ac_cv_sys_large_files=no; break
5453 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5454 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5455 /* end confdefs.h. */
5456 #define _LARGE_FILES 1
5457 #include <sys/types.h>
5458 /* Check that off_t can represent 2**63 - 1 correctly.
5459 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5460 since some C++ compilers masquerading as C compilers
5461 incorrectly reject 9223372036854775807. */
5462 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5463 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5464 && LARGE_OFF_T % 2147483647 == 1)
5465 ? 1 : -1];
5467 main ()
5471 return 0;
5473 _ACEOF
5474 if ac_fn_c_try_compile "$LINENO"; then :
5475 ac_cv_sys_large_files=1; break
5477 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5478 ac_cv_sys_large_files=unknown
5479 break
5480 done
5482 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_large_files" >&5
5483 $as_echo "$ac_cv_sys_large_files" >&6; }
5484 case $ac_cv_sys_large_files in #(
5485 no | unknown) ;;
5487 cat >>confdefs.h <<_ACEOF
5488 #define _LARGE_FILES $ac_cv_sys_large_files
5489 _ACEOF
5491 esac
5492 rm -rf conftest*
5497 ac_ext=c
5498 ac_cpp='$CPP $CPPFLAGS'
5499 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5500 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5501 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5502 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
5503 $as_echo_n "checking how to run the C preprocessor... " >&6; }
5504 # On Suns, sometimes $CPP names a directory.
5505 if test -n "$CPP" && test -d "$CPP"; then
5506 CPP=
5508 if test -z "$CPP"; then
5509 if test "${ac_cv_prog_CPP+set}" = set; then :
5510 $as_echo_n "(cached) " >&6
5511 else
5512 # Double quotes because CPP needs to be expanded
5513 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
5515 ac_preproc_ok=false
5516 for ac_c_preproc_warn_flag in '' yes
5518 # Use a header file that comes with gcc, so configuring glibc
5519 # with a fresh cross-compiler works.
5520 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5521 # <limits.h> exists even on freestanding compilers.
5522 # On the NeXT, cc -E runs the code through the compiler's parser,
5523 # not just through cpp. "Syntax error" is here to catch this case.
5524 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5525 /* end confdefs.h. */
5526 #ifdef __STDC__
5527 # include <limits.h>
5528 #else
5529 # include <assert.h>
5530 #endif
5531 Syntax error
5532 _ACEOF
5533 if ac_fn_c_try_cpp "$LINENO"; then :
5535 else
5536 # Broken: fails on valid input.
5537 continue
5539 rm -f conftest.err conftest.$ac_ext
5541 # OK, works on sane cases. Now check whether nonexistent headers
5542 # can be detected and how.
5543 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5544 /* end confdefs.h. */
5545 #include <ac_nonexistent.h>
5546 _ACEOF
5547 if ac_fn_c_try_cpp "$LINENO"; then :
5548 # Broken: success on invalid input.
5549 continue
5550 else
5551 # Passes both tests.
5552 ac_preproc_ok=:
5553 break
5555 rm -f conftest.err conftest.$ac_ext
5557 done
5558 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5559 rm -f conftest.err conftest.$ac_ext
5560 if $ac_preproc_ok; then :
5561 break
5564 done
5565 ac_cv_prog_CPP=$CPP
5568 CPP=$ac_cv_prog_CPP
5569 else
5570 ac_cv_prog_CPP=$CPP
5572 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
5573 $as_echo "$CPP" >&6; }
5574 ac_preproc_ok=false
5575 for ac_c_preproc_warn_flag in '' yes
5577 # Use a header file that comes with gcc, so configuring glibc
5578 # with a fresh cross-compiler works.
5579 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5580 # <limits.h> exists even on freestanding compilers.
5581 # On the NeXT, cc -E runs the code through the compiler's parser,
5582 # not just through cpp. "Syntax error" is here to catch this case.
5583 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5584 /* end confdefs.h. */
5585 #ifdef __STDC__
5586 # include <limits.h>
5587 #else
5588 # include <assert.h>
5589 #endif
5590 Syntax error
5591 _ACEOF
5592 if ac_fn_c_try_cpp "$LINENO"; then :
5594 else
5595 # Broken: fails on valid input.
5596 continue
5598 rm -f conftest.err conftest.$ac_ext
5600 # OK, works on sane cases. Now check whether nonexistent headers
5601 # can be detected and how.
5602 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5603 /* end confdefs.h. */
5604 #include <ac_nonexistent.h>
5605 _ACEOF
5606 if ac_fn_c_try_cpp "$LINENO"; then :
5607 # Broken: success on invalid input.
5608 continue
5609 else
5610 # Passes both tests.
5611 ac_preproc_ok=:
5612 break
5614 rm -f conftest.err conftest.$ac_ext
5616 done
5617 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5618 rm -f conftest.err conftest.$ac_ext
5619 if $ac_preproc_ok; then :
5621 else
5622 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5623 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5624 as_fn_error "C preprocessor \"$CPP\" fails sanity check
5625 See \`config.log' for more details." "$LINENO" 5; }
5628 ac_ext=c
5629 ac_cpp='$CPP $CPPFLAGS'
5630 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5631 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5632 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5635 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
5636 $as_echo_n "checking for ANSI C header files... " >&6; }
5637 if test "${ac_cv_header_stdc+set}" = set; then :
5638 $as_echo_n "(cached) " >&6
5639 else
5640 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5641 /* end confdefs.h. */
5642 #include <stdlib.h>
5643 #include <stdarg.h>
5644 #include <string.h>
5645 #include <float.h>
5648 main ()
5652 return 0;
5654 _ACEOF
5655 if ac_fn_c_try_compile "$LINENO"; then :
5656 ac_cv_header_stdc=yes
5657 else
5658 ac_cv_header_stdc=no
5660 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5662 if test $ac_cv_header_stdc = yes; then
5663 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
5664 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5665 /* end confdefs.h. */
5666 #include <string.h>
5668 _ACEOF
5669 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5670 $EGREP "memchr" >/dev/null 2>&1; then :
5672 else
5673 ac_cv_header_stdc=no
5675 rm -f conftest*
5679 if test $ac_cv_header_stdc = yes; then
5680 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
5681 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5682 /* end confdefs.h. */
5683 #include <stdlib.h>
5685 _ACEOF
5686 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5687 $EGREP "free" >/dev/null 2>&1; then :
5689 else
5690 ac_cv_header_stdc=no
5692 rm -f conftest*
5696 if test $ac_cv_header_stdc = yes; then
5697 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
5698 if test "$cross_compiling" = yes; then :
5700 else
5701 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5702 /* end confdefs.h. */
5703 #include <ctype.h>
5704 #include <stdlib.h>
5705 #if ((' ' & 0x0FF) == 0x020)
5706 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
5707 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5708 #else
5709 # define ISLOWER(c) \
5710 (('a' <= (c) && (c) <= 'i') \
5711 || ('j' <= (c) && (c) <= 'r') \
5712 || ('s' <= (c) && (c) <= 'z'))
5713 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
5714 #endif
5716 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
5718 main ()
5720 int i;
5721 for (i = 0; i < 256; i++)
5722 if (XOR (islower (i), ISLOWER (i))
5723 || toupper (i) != TOUPPER (i))
5724 return 2;
5725 return 0;
5727 _ACEOF
5728 if ac_fn_c_try_run "$LINENO"; then :
5730 else
5731 ac_cv_header_stdc=no
5733 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
5734 conftest.$ac_objext conftest.beam conftest.$ac_ext
5739 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
5740 $as_echo "$ac_cv_header_stdc" >&6; }
5741 if test $ac_cv_header_stdc = yes; then
5743 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
5747 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
5748 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
5749 inttypes.h stdint.h unistd.h
5750 do :
5751 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5752 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
5754 eval as_val=\$$as_ac_Header
5755 if test "x$as_val" = x""yes; then :
5756 cat >>confdefs.h <<_ACEOF
5757 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5758 _ACEOF
5762 done
5765 for ac_header in \
5766 AL/al.h \
5767 AudioToolbox/AudioConverter.h \
5768 AudioToolbox/AudioFile.h \
5769 AudioToolbox/AudioFileStream.h \
5770 AudioUnit/AudioUnit.h \
5771 Carbon/Carbon.h \
5772 CoreAudio/CoreAudio.h \
5773 DiskArbitration/DiskArbitration.h \
5774 IOKit/IOKitLib.h \
5775 IOKit/hid/IOHIDLib.h \
5776 OpenAL/al.h \
5777 alias.h \
5778 alsa/asoundlib.h \
5779 arpa/inet.h \
5780 arpa/nameser.h \
5781 asm/types.h \
5782 capi20.h \
5783 curses.h \
5784 direct.h \
5785 dirent.h \
5786 dlfcn.h \
5787 elf.h \
5788 float.h \
5789 fnmatch.h \
5790 fontconfig/fontconfig.h \
5791 getopt.h \
5792 grp.h \
5793 gsm.h \
5794 gsm/gsm.h \
5795 ieeefp.h \
5796 inet/mib2.h \
5797 io.h \
5798 jack/jack.h \
5799 jpeglib.h \
5800 kstat.h \
5801 lber.h \
5802 lcms.h \
5803 lcms/lcms.h \
5804 ldap.h \
5805 libaudioio.h \
5806 link.h \
5807 linux/cdrom.h \
5808 linux/compiler.h \
5809 linux/hdreg.h \
5810 linux/input.h \
5811 linux/ioctl.h \
5812 linux/joystick.h \
5813 linux/major.h \
5814 linux/param.h \
5815 linux/serial.h \
5816 linux/types.h \
5817 linux/ucdrom.h \
5818 mach-o/nlist.h \
5819 mach/mach.h \
5820 mach/machine.h \
5821 machine/cpu.h \
5822 machine/limits.h \
5823 machine/soundcard.h \
5824 mntent.h \
5825 mpg123.h \
5826 ncurses.h \
5827 netdb.h \
5828 netinet/in.h \
5829 netinet/in_systm.h \
5830 netinet/tcp.h \
5831 netinet/tcp_fsm.h \
5832 openssl/err.h \
5833 openssl/ssl.h \
5834 png.h \
5835 poll.h \
5836 port.h \
5837 process.h \
5838 pthread.h \
5839 pwd.h \
5840 regex.h \
5841 sched.h \
5842 scsi/scsi.h \
5843 scsi/scsi_ioctl.h \
5844 scsi/sg.h \
5845 soundcard.h \
5846 stdbool.h \
5847 stdint.h \
5848 strings.h \
5849 stropts.h \
5850 sys/asoundlib.h \
5851 sys/cdio.h \
5852 sys/elf32.h \
5853 sys/epoll.h \
5854 sys/errno.h \
5855 sys/event.h \
5856 sys/exec_elf.h \
5857 sys/filio.h \
5858 sys/inotify.h \
5859 sys/ioctl.h \
5860 sys/ipc.h \
5861 sys/limits.h \
5862 sys/link.h \
5863 sys/mman.h \
5864 sys/modem.h \
5865 sys/msg.h \
5866 sys/mtio.h \
5867 sys/param.h \
5868 sys/poll.h \
5869 sys/prctl.h \
5870 sys/protosw.h \
5871 sys/ptrace.h \
5872 sys/resource.h \
5873 sys/scsiio.h \
5874 sys/shm.h \
5875 sys/signal.h \
5876 sys/socket.h \
5877 sys/socketvar.h \
5878 sys/sockio.h \
5879 sys/soundcard.h \
5880 sys/statvfs.h \
5881 sys/strtio.h \
5882 sys/syscall.h \
5883 sys/tihdr.h \
5884 sys/time.h \
5885 sys/timeout.h \
5886 sys/times.h \
5887 sys/uio.h \
5888 sys/un.h \
5889 sys/utsname.h \
5890 sys/vm86.h \
5891 sys/wait.h \
5892 syscall.h \
5893 termios.h \
5894 tiffio.h \
5895 unistd.h \
5896 utime.h \
5897 valgrind/memcheck.h \
5898 valgrind/valgrind.h \
5899 zlib.h
5901 do :
5902 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5903 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
5904 eval as_val=\$$as_ac_Header
5905 if test "x$as_val" = x""yes; then :
5906 cat >>confdefs.h <<_ACEOF
5907 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5908 _ACEOF
5912 done
5914 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stat file-mode macros are broken" >&5
5915 $as_echo_n "checking whether stat file-mode macros are broken... " >&6; }
5916 if test "${ac_cv_header_stat_broken+set}" = set; then :
5917 $as_echo_n "(cached) " >&6
5918 else
5919 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5920 /* end confdefs.h. */
5921 #include <sys/types.h>
5922 #include <sys/stat.h>
5924 #if defined S_ISBLK && defined S_IFDIR
5925 extern char c1[S_ISBLK (S_IFDIR) ? -1 : 1];
5926 #endif
5928 #if defined S_ISBLK && defined S_IFCHR
5929 extern char c2[S_ISBLK (S_IFCHR) ? -1 : 1];
5930 #endif
5932 #if defined S_ISLNK && defined S_IFREG
5933 extern char c3[S_ISLNK (S_IFREG) ? -1 : 1];
5934 #endif
5936 #if defined S_ISSOCK && defined S_IFREG
5937 extern char c4[S_ISSOCK (S_IFREG) ? -1 : 1];
5938 #endif
5940 _ACEOF
5941 if ac_fn_c_try_compile "$LINENO"; then :
5942 ac_cv_header_stat_broken=no
5943 else
5944 ac_cv_header_stat_broken=yes
5946 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5948 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stat_broken" >&5
5949 $as_echo "$ac_cv_header_stat_broken" >&6; }
5950 if test $ac_cv_header_stat_broken = yes; then
5952 $as_echo "#define STAT_MACROS_BROKEN 1" >>confdefs.h
5958 for ac_header in sys/mount.h sys/statfs.h sys/sysctl.h sys/user.h sys/vfs.h
5959 do :
5960 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5961 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
5962 #ifdef HAVE_SYS_PARAM_H
5963 # include <sys/param.h>
5964 #endif
5966 eval as_val=\$$as_ac_Header
5967 if test "x$as_val" = x""yes; then :
5968 cat >>confdefs.h <<_ACEOF
5969 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5970 _ACEOF
5974 done
5977 for ac_header in \
5978 netinet/ip.h \
5979 net/if.h \
5980 net/if_arp.h \
5981 net/if_dl.h \
5982 net/if_types.h \
5983 net/route.h \
5984 netinet/if_ether.h \
5985 netinet/if_inarp.h \
5986 netinet/in_pcb.h \
5987 netinet/ip_icmp.h \
5988 netinet/ip_var.h \
5989 netinet/udp.h \
5990 netipx/ipx.h \
5992 do :
5993 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5994 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
5995 #ifdef HAVE_SYS_SOCKET_H
5996 # include <sys/socket.h>
5997 #endif
5998 #ifdef HAVE_SYS_SOCKETVAR_H
5999 # include <sys/socketvar.h>
6000 #endif
6001 #ifdef HAVE_NET_ROUTE_H
6002 # include <net/route.h>
6003 #endif
6004 #ifdef HAVE_NETINET_IN_H
6005 # include <netinet/in.h>
6006 #endif
6007 #ifdef HAVE_NETINET_IN_SYSTM_H
6008 # include <netinet/in_systm.h>
6009 #endif
6010 #ifdef HAVE_NET_IF_H
6011 # include <net/if.h>
6012 #endif
6013 #ifdef HAVE_NETINET_IP_H
6014 # include <netinet/ip.h>
6015 #endif
6017 eval as_val=\$$as_ac_Header
6018 if test "x$as_val" = x""yes; then :
6019 cat >>confdefs.h <<_ACEOF
6020 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6021 _ACEOF
6025 done
6028 for ac_header in netinet/tcp_timer.h netinet/udp_var.h netinet/icmp_var.h netinet/tcp_var.h
6029 do :
6030 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6031 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
6032 #ifdef HAVE_ALIAS_H
6033 # include <alias.h>
6034 #endif
6035 #ifdef HAVE_SYS_SOCKET_H
6036 # include <sys/socket.h>
6037 #endif
6038 #ifdef HAVE_SYS_SOCKETVAR_H
6039 # include <sys/socketvar.h>
6040 #endif
6041 #ifdef HAVE_SYS_TIMEOUT_H
6042 # include <sys/timeout.h>
6043 #endif
6044 #ifdef HAVE_NETINET_IN_H
6045 # include <netinet/in.h>
6046 #endif
6047 #ifdef HAVE_NETINET_IN_SYSTM_H
6048 # include <netinet/in_systm.h>
6049 #endif
6050 #ifdef HAVE_NETINET_IP_H
6051 # include <netinet/ip.h>
6052 #endif
6053 #ifdef HAVE_NETINET_IP_VAR_H
6054 # include <netinet/ip_var.h>
6055 #endif
6056 #ifdef HAVE_NETINET_IP_ICMP_H
6057 # include <netinet/ip_icmp.h>
6058 #endif
6059 #ifdef HAVE_NETINET_UDP_H
6060 # include <netinet/udp.h>
6061 #endif
6062 #ifdef HAVE_NETINET_TCP_H
6063 # include <netinet/tcp.h>
6064 #endif
6065 #ifdef HAVE_NETINET_TCP_TIMER_H
6066 #include <netinet/tcp_timer.h>
6067 #endif
6069 eval as_val=\$$as_ac_Header
6070 if test "x$as_val" = x""yes; then :
6071 cat >>confdefs.h <<_ACEOF
6072 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6073 _ACEOF
6077 done
6080 for ac_header in linux/ipx.h linux/irda.h
6081 do :
6082 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6083 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
6084 #ifdef HAVE_ASM_TYPES_H
6085 # include <asm/types.h>
6086 #endif
6087 #ifdef HAVE_SYS_SOCKET_H
6088 # include <sys/socket.h>
6089 #endif
6090 #ifdef HAVE_LINUX_TYPES_H
6091 # include <linux/types.h>
6092 #endif
6094 eval as_val=\$$as_ac_Header
6095 if test "x$as_val" = x""yes; then :
6096 cat >>confdefs.h <<_ACEOF
6097 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6098 _ACEOF
6102 done
6105 for ac_header in mach-o/dyld_images.h
6106 do :
6107 ac_fn_c_check_header_compile "$LINENO" "mach-o/dyld_images.h" "ac_cv_header_mach_o_dyld_images_h" "#ifdef HAVE_STDBOOL_H
6108 # include <stdbool.h>
6109 #endif
6110 #ifdef HAVE_STDINT_H
6111 # include <stdint.h>
6112 #endif
6114 if test "x$ac_cv_header_mach_o_dyld_images_h" = x""yes; then :
6115 cat >>confdefs.h <<_ACEOF
6116 #define HAVE_MACH_O_DYLD_IMAGES_H 1
6117 _ACEOF
6121 done
6124 for ac_header in resolv.h
6125 do :
6126 ac_fn_c_check_header_compile "$LINENO" "resolv.h" "ac_cv_header_resolv_h" "#include <sys/types.h>
6127 #ifdef HAVE_SYS_SOCKET_H
6128 # include <sys/socket.h>
6129 #endif
6130 #ifdef HAVE_NETINET_IN_H
6131 # include <netinet/in.h>
6132 #endif
6133 #ifdef HAVE_ARPA_NAMESER_H
6134 # include <arpa/nameser.h>
6135 #endif
6137 if test "x$ac_cv_header_resolv_h" = x""yes; then :
6138 cat >>confdefs.h <<_ACEOF
6139 #define HAVE_RESOLV_H 1
6140 _ACEOF
6144 done
6147 for ac_header in ifaddrs.h
6148 do :
6149 ac_fn_c_check_header_compile "$LINENO" "ifaddrs.h" "ac_cv_header_ifaddrs_h" "#include <sys/types.h>
6151 if test "x$ac_cv_header_ifaddrs_h" = x""yes; then :
6152 cat >>confdefs.h <<_ACEOF
6153 #define HAVE_IFADDRS_H 1
6154 _ACEOF
6158 done
6161 for ac_header in ucontext.h
6162 do :
6163 ac_fn_c_check_header_compile "$LINENO" "ucontext.h" "ac_cv_header_ucontext_h" "#include <signal.h>
6165 if test "x$ac_cv_header_ucontext_h" = x""yes; then :
6166 cat >>confdefs.h <<_ACEOF
6167 #define HAVE_UCONTEXT_H 1
6168 _ACEOF
6172 done
6175 for ac_header in sys/thr.h
6176 do :
6177 ac_fn_c_check_header_compile "$LINENO" "sys/thr.h" "ac_cv_header_sys_thr_h" "#include <sys/types.h>
6178 #ifdef HAVE_UCONTEXT_H
6179 #include <ucontext.h>
6180 #endif
6182 if test "x$ac_cv_header_sys_thr_h" = x""yes; then :
6183 cat >>confdefs.h <<_ACEOF
6184 #define HAVE_SYS_THR_H 1
6185 _ACEOF
6189 done
6192 for ac_header in pthread_np.h
6193 do :
6194 ac_fn_c_check_header_compile "$LINENO" "pthread_np.h" "ac_cv_header_pthread_np_h" "#ifdef HAVE_PTHREAD_H
6195 #include <pthread.h>
6196 #endif
6198 if test "x$ac_cv_header_pthread_np_h" = x""yes; then :
6199 cat >>confdefs.h <<_ACEOF
6200 #define HAVE_PTHREAD_NP_H 1
6201 _ACEOF
6205 done
6208 for ac_header in linux/videodev.h
6209 do :
6210 ac_fn_c_check_header_compile "$LINENO" "linux/videodev.h" "ac_cv_header_linux_videodev_h" "#ifdef HAVE_SYS_TIME_H
6211 #include <sys/time.h>
6212 #endif
6213 #include <sys/types.h>
6214 #ifdef HAVE_ASM_TYPES_H
6215 #include <asm/types.h>
6216 #endif
6218 if test "x$ac_cv_header_linux_videodev_h" = x""yes; then :
6219 cat >>confdefs.h <<_ACEOF
6220 #define HAVE_LINUX_VIDEODEV_H 1
6221 _ACEOF
6225 done
6228 for ac_header in linux/capi.h
6229 do :
6230 ac_fn_c_check_header_compile "$LINENO" "linux/capi.h" "ac_cv_header_linux_capi_h" "#define __user
6232 if test "x$ac_cv_header_linux_capi_h" = x""yes; then :
6233 cat >>confdefs.h <<_ACEOF
6234 #define HAVE_LINUX_CAPI_H 1
6235 _ACEOF
6239 done
6243 DLLEXT=""
6245 DLLFLAGS="-D_REENTRANT"
6247 LDSHARED=""
6249 LDDLLFLAGS=""
6251 LIBEXT="so"
6253 IMPLIBEXT="def"
6255 LDRPATH_INSTALL=""
6257 LDRPATH_LOCAL=""
6259 STATIC_IMPLIBEXT="def.a"
6260 # Extract the first word of "ldd", so it can be a program name with args.
6261 set dummy ldd; ac_word=$2
6262 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6263 $as_echo_n "checking for $ac_word... " >&6; }
6264 if test "${ac_cv_path_LDD+set}" = set; then :
6265 $as_echo_n "(cached) " >&6
6266 else
6267 case $LDD in
6268 [\\/]* | ?:[\\/]*)
6269 ac_cv_path_LDD="$LDD" # Let the user override the test with a path.
6272 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6273 as_dummy="/sbin:/usr/sbin:$PATH"
6274 for as_dir in $as_dummy
6276 IFS=$as_save_IFS
6277 test -z "$as_dir" && as_dir=.
6278 for ac_exec_ext in '' $ac_executable_extensions; do
6279 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6280 ac_cv_path_LDD="$as_dir/$ac_word$ac_exec_ext"
6281 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6282 break 2
6284 done
6285 done
6286 IFS=$as_save_IFS
6288 test -z "$ac_cv_path_LDD" && ac_cv_path_LDD="true"
6290 esac
6292 LDD=$ac_cv_path_LDD
6293 if test -n "$LDD"; then
6294 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LDD" >&5
6295 $as_echo "$LDD" >&6; }
6296 else
6297 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6298 $as_echo "no" >&6; }
6303 case $host_os in
6304 cygwin*|mingw32*)
6305 if test -n "$ac_tool_prefix"; then
6306 # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
6307 set dummy ${ac_tool_prefix}dlltool; ac_word=$2
6308 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6309 $as_echo_n "checking for $ac_word... " >&6; }
6310 if test "${ac_cv_prog_DLLTOOL+set}" = set; then :
6311 $as_echo_n "(cached) " >&6
6312 else
6313 if test -n "$DLLTOOL"; then
6314 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
6315 else
6316 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6317 for as_dir in $PATH
6319 IFS=$as_save_IFS
6320 test -z "$as_dir" && as_dir=.
6321 for ac_exec_ext in '' $ac_executable_extensions; do
6322 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6323 ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
6324 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6325 break 2
6327 done
6328 done
6329 IFS=$as_save_IFS
6333 DLLTOOL=$ac_cv_prog_DLLTOOL
6334 if test -n "$DLLTOOL"; then
6335 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
6336 $as_echo "$DLLTOOL" >&6; }
6337 else
6338 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6339 $as_echo "no" >&6; }
6344 if test -z "$ac_cv_prog_DLLTOOL"; then
6345 ac_ct_DLLTOOL=$DLLTOOL
6346 # Extract the first word of "dlltool", so it can be a program name with args.
6347 set dummy dlltool; ac_word=$2
6348 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6349 $as_echo_n "checking for $ac_word... " >&6; }
6350 if test "${ac_cv_prog_ac_ct_DLLTOOL+set}" = set; then :
6351 $as_echo_n "(cached) " >&6
6352 else
6353 if test -n "$ac_ct_DLLTOOL"; then
6354 ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test.
6355 else
6356 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6357 for as_dir in $PATH
6359 IFS=$as_save_IFS
6360 test -z "$as_dir" && as_dir=.
6361 for ac_exec_ext in '' $ac_executable_extensions; do
6362 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6363 ac_cv_prog_ac_ct_DLLTOOL="dlltool"
6364 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6365 break 2
6367 done
6368 done
6369 IFS=$as_save_IFS
6373 ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
6374 if test -n "$ac_ct_DLLTOOL"; then
6375 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DLLTOOL" >&5
6376 $as_echo "$ac_ct_DLLTOOL" >&6; }
6377 else
6378 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6379 $as_echo "no" >&6; }
6382 if test "x$ac_ct_DLLTOOL" = x; then
6383 DLLTOOL="false"
6384 else
6385 case $cross_compiling:$ac_tool_warned in
6386 yes:)
6387 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6388 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6389 ac_tool_warned=yes ;;
6390 esac
6391 DLLTOOL=$ac_ct_DLLTOOL
6393 else
6394 DLLTOOL="$ac_cv_prog_DLLTOOL"
6397 if test -n "$ac_tool_prefix"; then
6398 # Extract the first word of "${ac_tool_prefix}dllwrap", so it can be a program name with args.
6399 set dummy ${ac_tool_prefix}dllwrap; ac_word=$2
6400 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6401 $as_echo_n "checking for $ac_word... " >&6; }
6402 if test "${ac_cv_prog_DLLWRAP+set}" = set; then :
6403 $as_echo_n "(cached) " >&6
6404 else
6405 if test -n "$DLLWRAP"; then
6406 ac_cv_prog_DLLWRAP="$DLLWRAP" # Let the user override the test.
6407 else
6408 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6409 for as_dir in $PATH
6411 IFS=$as_save_IFS
6412 test -z "$as_dir" && as_dir=.
6413 for ac_exec_ext in '' $ac_executable_extensions; do
6414 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6415 ac_cv_prog_DLLWRAP="${ac_tool_prefix}dllwrap"
6416 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6417 break 2
6419 done
6420 done
6421 IFS=$as_save_IFS
6425 DLLWRAP=$ac_cv_prog_DLLWRAP
6426 if test -n "$DLLWRAP"; then
6427 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLWRAP" >&5
6428 $as_echo "$DLLWRAP" >&6; }
6429 else
6430 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6431 $as_echo "no" >&6; }
6436 if test -z "$ac_cv_prog_DLLWRAP"; then
6437 ac_ct_DLLWRAP=$DLLWRAP
6438 # Extract the first word of "dllwrap", so it can be a program name with args.
6439 set dummy dllwrap; ac_word=$2
6440 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6441 $as_echo_n "checking for $ac_word... " >&6; }
6442 if test "${ac_cv_prog_ac_ct_DLLWRAP+set}" = set; then :
6443 $as_echo_n "(cached) " >&6
6444 else
6445 if test -n "$ac_ct_DLLWRAP"; then
6446 ac_cv_prog_ac_ct_DLLWRAP="$ac_ct_DLLWRAP" # Let the user override the test.
6447 else
6448 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6449 for as_dir in $PATH
6451 IFS=$as_save_IFS
6452 test -z "$as_dir" && as_dir=.
6453 for ac_exec_ext in '' $ac_executable_extensions; do
6454 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6455 ac_cv_prog_ac_ct_DLLWRAP="dllwrap"
6456 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6457 break 2
6459 done
6460 done
6461 IFS=$as_save_IFS
6465 ac_ct_DLLWRAP=$ac_cv_prog_ac_ct_DLLWRAP
6466 if test -n "$ac_ct_DLLWRAP"; then
6467 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DLLWRAP" >&5
6468 $as_echo "$ac_ct_DLLWRAP" >&6; }
6469 else
6470 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6471 $as_echo "no" >&6; }
6474 if test "x$ac_ct_DLLWRAP" = x; then
6475 DLLWRAP="false"
6476 else
6477 case $cross_compiling:$ac_tool_warned in
6478 yes:)
6479 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6480 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6481 ac_tool_warned=yes ;;
6482 esac
6483 DLLWRAP=$ac_ct_DLLWRAP
6485 else
6486 DLLWRAP="$ac_cv_prog_DLLWRAP"
6489 if test "$DLLWRAP" = "false"; then
6490 LIBEXT="a"
6491 else
6492 LIBEXT="dll"
6494 IMPLIBEXT="a"
6495 STATIC_IMPLIBEXT="a"
6496 enable_iphlpapi=${enable_iphlpapi:-no}
6497 enable_kernel32=${enable_kernel32:-no}
6498 enable_msvcrt=${enable_msvcrt:-no}
6499 enable_ntdll=${enable_ntdll:-no}
6500 enable_ws2_32=${enable_ws2_32:-no}
6501 enable_loader=${enable_loader:-no}
6502 enable_server=${enable_server:-no}
6503 with_x=${with_x:-no}
6504 with_pthread=${with_pthread:-no}
6506 darwin*|macosx*)
6507 DLLEXT=".so"
6508 LIBEXT="dylib"
6509 DLLFLAGS="$DLLFLAGS -fPIC"
6510 LDDLLFLAGS="-bundle -multiply_defined suppress"
6511 LIBWINE_LDFLAGS="-multiply_defined suppress"
6512 LDSHARED="\$(CC) -dynamiclib"
6513 STRIP="$STRIP -x"
6514 LDRPATH_LOCAL="&& install_name_tool -change @executable_path/\`\$(RELPATH) \$(bindir) \$(libdir)\`/libwine.1.dylib @executable_path/\$(TOPOBJDIR)/libs/wine/libwine.1.dylib \$@ || \$(RM) \$@"
6515 SECURITYLIB="-framework Security -framework CoreFoundation"
6517 COREFOUNDATIONLIB="-framework CoreFoundation"
6519 IOKITLIB="-framework IOKit -framework CoreFoundation"
6521 LDEXECFLAGS="-image_base 0x7bf00000 -Wl,-segaddr,WINE_DOS,0x00000000,-segaddr,WINE_SHAREDHEAP,0x7f000000"
6523 if test "$ac_cv_header_DiskArbitration_DiskArbitration_h" = "yes"
6524 then
6525 DISKARBITRATIONLIB="-framework DiskArbitration -framework CoreFoundation"
6528 if test "$ac_cv_header_CoreAudio_CoreAudio_h" = "yes" -a "$ac_cv_header_AudioUnit_AudioUnit_h" = "yes"
6529 then
6530 COREAUDIO="-framework CoreAudio -framework AudioUnit -framework CoreServices -framework AudioToolbox -framework CoreMIDI"
6532 ac_save_LIBS="$LIBS"
6533 if test "$ac_cv_header_AudioToolbox_AudioFile_h" = "yes"
6534 then
6535 LIBS="$LIBS $COREAUDIO"
6536 for ac_func in AudioFileStreamOpen
6537 do :
6538 ac_fn_c_check_func "$LINENO" "AudioFileStreamOpen" "ac_cv_func_AudioFileStreamOpen"
6539 if test "x$ac_cv_func_AudioFileStreamOpen" = x""yes; then :
6540 cat >>confdefs.h <<_ACEOF
6541 #define HAVE_AUDIOFILESTREAMOPEN 1
6542 _ACEOF
6545 done
6547 LIBS="$ac_save_LIBS"
6549 test "x$ac_cv_func_AudioFileStreamOpen" = xyes || as_fn_append wine_notices "|AudioToolbox version too old, mp3 codec won't be supported."
6551 if test "$ac_cv_header_OpenAL_al_h" = "yes"
6552 then
6553 FRAMEWORK_OPENAL="-framework OpenAL"
6556 cat >>confdefs.h <<_ACEOF
6557 #define HAVE_OPENAL 1
6558 _ACEOF
6560 ac_cv_lib_openal=yes
6562 if test "$ac_cv_header_IOKit_hid_IOHIDLib_h" = "yes"
6563 then
6564 ac_save_LIBS="$LIBS"
6565 LIBS="$LIBS $IOKITLIB"
6566 for ac_func in IOHIDManagerCreate
6567 do :
6568 ac_fn_c_check_func "$LINENO" "IOHIDManagerCreate" "ac_cv_func_IOHIDManagerCreate"
6569 if test "x$ac_cv_func_IOHIDManagerCreate" = x""yes; then :
6570 cat >>confdefs.h <<_ACEOF
6571 #define HAVE_IOHIDMANAGERCREATE 1
6572 _ACEOF
6575 done
6577 LIBS="$ac_save_LIBS"
6579 case $host_cpu in
6580 *powerpc*)
6581 LDDLLFLAGS="$LDDLLFLAGS -read_only_relocs warning" ;;
6582 esac
6583 if test "$ac_cv_header_Carbon_Carbon_h" = "yes"
6584 then
6585 CARBONLIB="-framework Carbon"
6587 enable_winequartz_drv=${enable_winequartz_drv:-yes}
6589 if test "x$enable_win16" = "xyes"
6590 then
6591 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether 16-bit code can be built correctly" >&5
6592 $as_echo_n "checking whether 16-bit code can be built correctly... " >&6; }
6593 if test "$cross_compiling" = yes; then :
6594 { $as_echo "$as_me:${as_lineno-$LINENO}: result: cross-compiling, assuming yes" >&5
6595 $as_echo "cross-compiling, assuming yes" >&6; }
6596 else
6597 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6598 /* end confdefs.h. */
6599 asm(".text\n"
6600 "bad:\tnop;nop\n"
6601 "good:\tnop;nop\n\t"
6602 ".globl _testfunc\n"
6603 "_testfunc:\tcallw good");
6604 extern void testfunc();
6606 main ()
6608 unsigned short *p = (unsigned short *)testfunc;
6609 return p[0] != 0xe866 || p[1] != 0xfffa
6611 return 0;
6613 _ACEOF
6614 if ac_fn_c_try_run "$LINENO"; then :
6615 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6616 $as_echo "yes" >&6; }
6617 else
6618 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6619 $as_echo "no" >&6; }
6620 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
6622 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
6623 conftest.$ac_objext conftest.beam conftest.$ac_ext
6629 DLLFLAGS="$DLLFLAGS -fPIC"
6630 DLLEXT=".so"
6631 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can build a GNU style ELF dll" >&5
6632 $as_echo_n "checking whether we can build a GNU style ELF dll... " >&6; }
6633 if test "${ac_cv_c_dll_gnuelf+set}" = set; then :
6634 $as_echo_n "(cached) " >&6
6635 else
6636 ac_wine_try_cflags_saved=$CFLAGS
6637 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic"
6638 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6639 /* end confdefs.h. */
6640 void myfunc() {}
6641 _ACEOF
6642 if ac_fn_c_try_link "$LINENO"; then :
6643 ac_cv_c_dll_gnuelf="yes"
6644 else
6645 ac_cv_c_dll_gnuelf="no"
6647 rm -f core conftest.err conftest.$ac_objext \
6648 conftest$ac_exeext conftest.$ac_ext
6649 CFLAGS=$ac_wine_try_cflags_saved
6651 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dll_gnuelf" >&5
6652 $as_echo "$ac_cv_c_dll_gnuelf" >&6; }
6653 if test "$ac_cv_c_dll_gnuelf" = "yes"
6654 then
6655 LDSHARED="\$(CC) -shared"
6656 LDDLLFLAGS="-shared -Wl,-Bsymbolic"
6657 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1" >&5
6658 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1... " >&6; }
6659 if test "${ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1+set}" = set; then :
6660 $as_echo_n "(cached) " >&6
6661 else
6662 ac_wine_try_cflags_saved=$CFLAGS
6663 CFLAGS="$CFLAGS -fPIC -shared -Wl,-soname,confest.so.1"
6664 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6665 /* end confdefs.h. */
6666 int main(int argc, char **argv) { return 0; }
6667 _ACEOF
6668 if ac_fn_c_try_link "$LINENO"; then :
6669 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=yes
6670 else
6671 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=no
6673 rm -f core conftest.err conftest.$ac_objext \
6674 conftest$ac_exeext conftest.$ac_ext
6675 CFLAGS=$ac_wine_try_cflags_saved
6677 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&5
6678 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&6; }
6679 if test $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1 = yes; then :
6680 LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-soname,%)"
6681 else
6682 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1" >&5
6683 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1... " >&6; }
6684 if test "${ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1+set}" = set; then :
6685 $as_echo_n "(cached) " >&6
6686 else
6687 ac_wine_try_cflags_saved=$CFLAGS
6688 CFLAGS="$CFLAGS -fPIC -shared -Wl,-h,confest.so.1"
6689 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6690 /* end confdefs.h. */
6691 int main(int argc, char **argv) { return 0; }
6692 _ACEOF
6693 if ac_fn_c_try_link "$LINENO"; then :
6694 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=yes
6695 else
6696 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=no
6698 rm -f core conftest.err conftest.$ac_objext \
6699 conftest$ac_exeext conftest.$ac_ext
6700 CFLAGS=$ac_wine_try_cflags_saved
6702 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&5
6703 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&6; }
6704 if test $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1 = yes; then :
6705 LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-h,%)"
6709 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs" >&5
6710 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs... " >&6; }
6711 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs+set}" = set; then :
6712 $as_echo_n "(cached) " >&6
6713 else
6714 ac_wine_try_cflags_saved=$CFLAGS
6715 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-z,defs"
6716 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6717 /* end confdefs.h. */
6718 int main(int argc, char **argv) { return 0; }
6719 _ACEOF
6720 if ac_fn_c_try_link "$LINENO"; then :
6721 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=yes
6722 else
6723 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=no
6725 rm -f core conftest.err conftest.$ac_objext \
6726 conftest$ac_exeext conftest.$ac_ext
6727 CFLAGS=$ac_wine_try_cflags_saved
6729 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&5
6730 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&6; }
6731 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs = yes; then :
6732 LDDLLFLAGS="$LDDLLFLAGS,-z,defs"
6735 { $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
6736 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini... " >&6; }
6737 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini+set}" = set; then :
6738 $as_echo_n "(cached) " >&6
6739 else
6740 ac_wine_try_cflags_saved=$CFLAGS
6741 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini"
6742 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6743 /* end confdefs.h. */
6744 int main(int argc, char **argv) { return 0; }
6745 _ACEOF
6746 if ac_fn_c_try_link "$LINENO"; then :
6747 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=yes
6748 else
6749 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=no
6751 rm -f core conftest.err conftest.$ac_objext \
6752 conftest$ac_exeext conftest.$ac_ext
6753 CFLAGS=$ac_wine_try_cflags_saved
6755 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&5
6756 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&6; }
6757 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini = yes; then :
6758 LDDLLFLAGS="$LDDLLFLAGS,-init,__wine_spec_init,-fini,__wine_spec_fini"
6761 echo '{ global: *; };' >conftest.map
6762 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map" >&5
6763 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map... " >&6; }
6764 if test "${ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map+set}" = set; then :
6765 $as_echo_n "(cached) " >&6
6766 else
6767 ac_wine_try_cflags_saved=$CFLAGS
6768 CFLAGS="$CFLAGS -fPIC -shared -Wl,--version-script=conftest.map"
6769 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6770 /* end confdefs.h. */
6771 int main(int argc, char **argv) { return 0; }
6772 _ACEOF
6773 if ac_fn_c_try_link "$LINENO"; then :
6774 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=yes
6775 else
6776 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=no
6778 rm -f core conftest.err conftest.$ac_objext \
6779 conftest$ac_exeext conftest.$ac_ext
6780 CFLAGS=$ac_wine_try_cflags_saved
6782 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&5
6783 $as_echo "$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&6; }
6784 if test $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map = yes; then :
6785 LDSHARED="$LDSHARED \$(VERSCRIPT:%=-Wl,--version-script=%)"
6787 rm -f conftest.map
6789 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
6790 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--export-dynamic... " >&6; }
6791 if test "${ac_cv_cflags__fPIC__Wl___export_dynamic+set}" = set; then :
6792 $as_echo_n "(cached) " >&6
6793 else
6794 ac_wine_try_cflags_saved=$CFLAGS
6795 CFLAGS="$CFLAGS -fPIC -Wl,--export-dynamic"
6796 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6797 /* end confdefs.h. */
6798 int main(int argc, char **argv) { return 0; }
6799 _ACEOF
6800 if ac_fn_c_try_link "$LINENO"; then :
6801 ac_cv_cflags__fPIC__Wl___export_dynamic=yes
6802 else
6803 ac_cv_cflags__fPIC__Wl___export_dynamic=no
6805 rm -f core conftest.err conftest.$ac_objext \
6806 conftest$ac_exeext conftest.$ac_ext
6807 CFLAGS=$ac_wine_try_cflags_saved
6809 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
6810 $as_echo "$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
6811 if test $ac_cv_cflags__fPIC__Wl___export_dynamic = yes; then :
6812 LDEXECFLAGS="-Wl,--export-dynamic"
6816 as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,--rpath,\\$ORIGIN/../lib" | $as_tr_sh`
6817 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
6818 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... " >&6; }
6819 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then :
6820 $as_echo_n "(cached) " >&6
6821 else
6822 ac_wine_try_cflags_saved=$CFLAGS
6823 CFLAGS="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
6824 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6825 /* end confdefs.h. */
6826 int main(int argc, char **argv) { return 0; }
6827 _ACEOF
6828 if ac_fn_c_try_link "$LINENO"; then :
6829 eval "$as_ac_var=yes"
6830 else
6831 eval "$as_ac_var=no"
6833 rm -f core conftest.err conftest.$ac_objext \
6834 conftest$ac_exeext conftest.$ac_ext
6835 CFLAGS=$ac_wine_try_cflags_saved
6837 eval ac_res=\$$as_ac_var
6838 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
6839 $as_echo "$ac_res" >&6; }
6840 if test `eval 'as_val=${'$as_ac_var'};$as_echo "$as_val"'` = yes; then :
6841 LDRPATH_INSTALL="-Wl,--rpath,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
6842 LDRPATH_LOCAL="-Wl,--rpath,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
6843 else
6844 as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,-R,\\$ORIGIN/../lib" | $as_tr_sh`
6845 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
6846 $as_echo_n "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... " >&6; }
6847 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then :
6848 $as_echo_n "(cached) " >&6
6849 else
6850 ac_wine_try_cflags_saved=$CFLAGS
6851 CFLAGS="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
6852 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6853 /* end confdefs.h. */
6854 int main(int argc, char **argv) { return 0; }
6855 _ACEOF
6856 if ac_fn_c_try_link "$LINENO"; then :
6857 eval "$as_ac_var=yes"
6858 else
6859 eval "$as_ac_var=no"
6861 rm -f core conftest.err conftest.$ac_objext \
6862 conftest$ac_exeext conftest.$ac_ext
6863 CFLAGS=$ac_wine_try_cflags_saved
6865 eval ac_res=\$$as_ac_var
6866 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
6867 $as_echo "$ac_res" >&6; }
6868 if test `eval 'as_val=${'$as_ac_var'};$as_echo "$as_val"'` = yes; then :
6869 LDRPATH_INSTALL="-Wl,-R,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
6870 LDRPATH_LOCAL="-Wl,-R,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
6874 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
6875 $as_echo_n "checking whether the compiler supports -Wl,--enable-new-dtags... " >&6; }
6876 if test "${ac_cv_cflags__Wl___enable_new_dtags+set}" = set; then :
6877 $as_echo_n "(cached) " >&6
6878 else
6879 ac_wine_try_cflags_saved=$CFLAGS
6880 CFLAGS="$CFLAGS -Wl,--enable-new-dtags"
6881 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6882 /* end confdefs.h. */
6883 int main(int argc, char **argv) { return 0; }
6884 _ACEOF
6885 if ac_fn_c_try_link "$LINENO"; then :
6886 ac_cv_cflags__Wl___enable_new_dtags=yes
6887 else
6888 ac_cv_cflags__Wl___enable_new_dtags=no
6890 rm -f core conftest.err conftest.$ac_objext \
6891 conftest$ac_exeext conftest.$ac_ext
6892 CFLAGS=$ac_wine_try_cflags_saved
6894 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
6895 $as_echo "$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
6896 if test $ac_cv_cflags__Wl___enable_new_dtags = yes; then :
6897 LDRPATH_INSTALL="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
6900 case $host_cpu in
6901 *i[3456789]86* | x86_64)
6902 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400" >&5
6903 $as_echo_n "checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400... " >&6; }
6904 if test "${ac_cv_cflags__Wl___section_start__interp_0x7bf00400+set}" = set; then :
6905 $as_echo_n "(cached) " >&6
6906 else
6907 ac_wine_try_cflags_saved=$CFLAGS
6908 CFLAGS="$CFLAGS -Wl,--section-start,.interp=0x7bf00400"
6909 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6910 /* end confdefs.h. */
6911 int main(int argc, char **argv) { return 0; }
6912 _ACEOF
6913 if ac_fn_c_try_link "$LINENO"; then :
6914 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=yes
6915 else
6916 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=no
6918 rm -f core conftest.err conftest.$ac_objext \
6919 conftest$ac_exeext conftest.$ac_ext
6920 CFLAGS=$ac_wine_try_cflags_saved
6922 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&5
6923 $as_echo "$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&6; }
6924 if test $ac_cv_cflags__Wl___section_start__interp_0x7bf00400 = yes; then :
6925 LDEXECFLAGS="$LDEXECFLAGS -Wl,--section-start,.interp=0x7bf00400"
6928 esac
6930 else
6931 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can build a UnixWare (Solaris) dll" >&5
6932 $as_echo_n "checking whether we can build a UnixWare (Solaris) dll... " >&6; }
6933 if test "${ac_cv_c_dll_unixware+set}" = set; then :
6934 $as_echo_n "(cached) " >&6
6935 else
6936 ac_wine_try_cflags_saved=$CFLAGS
6937 CFLAGS="$CFLAGS -fPIC -Wl,-G,-h,conftest.so.1.0,-B,symbolic"
6938 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6939 /* end confdefs.h. */
6940 void myfunc() {}
6941 _ACEOF
6942 if ac_fn_c_try_link "$LINENO"; then :
6943 ac_cv_c_dll_unixware="yes"
6944 else
6945 ac_cv_c_dll_unixware="no"
6947 rm -f core conftest.err conftest.$ac_objext \
6948 conftest$ac_exeext conftest.$ac_ext
6949 CFLAGS=$ac_wine_try_cflags_saved
6951 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dll_unixware" >&5
6952 $as_echo "$ac_cv_c_dll_unixware" >&6; }
6953 if test "$ac_cv_c_dll_unixware" = "yes"
6954 then
6955 LDSHARED="\$(CC) -Wl,-G \$(SONAME:%=-Wl,-h,%)"
6956 LDDLLFLAGS="-Wl,-G,-B,symbolic"
6958 else
6959 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can build an HP-UX dll" >&5
6960 $as_echo_n "checking whether we can build an HP-UX dll... " >&6; }
6961 if test "${ac_cv_c_dll_hpux+set}" = set; then :
6962 $as_echo_n "(cached) " >&6
6963 else
6964 ac_wine_try_cflags_saved=$CFLAGS
6965 CFLAGS="$CFLAGS -shared"
6966 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6967 /* end confdefs.h. */
6968 void myfunc() {}
6969 _ACEOF
6970 if ac_fn_c_try_link "$LINENO"; then :
6971 ac_cv_c_dll_hpux="yes"
6972 else
6973 ac_cv_c_dll_hpux="no"
6975 rm -f core conftest.err conftest.$ac_objext \
6976 conftest$ac_exeext conftest.$ac_ext
6977 CFLAGS=$ac_wine_try_cflags_saved
6979 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dll_hpux" >&5
6980 $as_echo "$ac_cv_c_dll_hpux" >&6; }
6981 if test "$ac_cv_c_dll_hpux" = "yes"
6982 then
6983 LIBEXT="sl"
6984 DLLEXT=".sl"
6985 LDDLLFLAGS="-shared -fPIC"
6986 LDSHARED="\$(CC) -shared"
6991 esac
6993 enable_winequartz_drv=${enable_winequartz_drv:-no}
6995 if test "$LIBEXT" = "a"; then
6996 as_fn_error "could not find a way to build shared libraries.
6997 It is currently not possible to build Wine without shared library
6998 (.so) support to allow transparent switch between .so and .dll files.
6999 If you are using Linux, you will need a newer binutils.
7000 " "$LINENO" 5
7003 if test "$cross_compiling" = "no" -a "$LIBEXT" != "dll"
7004 then
7005 case "$host_cpu" in
7006 i[3456789]86*)
7007 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 " ;;
7008 x86_64)
7009 ac_prefix_list="x86_64-pc-mingw32-gcc x86_64-w64-mingw32-gcc " ;;
7011 ac_prefix_list="" ;;
7012 esac
7013 for ac_prog in $ac_prefix_list
7015 # Extract the first word of "$ac_prog", so it can be a program name with args.
7016 set dummy $ac_prog; ac_word=$2
7017 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7018 $as_echo_n "checking for $ac_word... " >&6; }
7019 if test "${ac_cv_prog_CROSSCC+set}" = set; then :
7020 $as_echo_n "(cached) " >&6
7021 else
7022 if test -n "$CROSSCC"; then
7023 ac_cv_prog_CROSSCC="$CROSSCC" # Let the user override the test.
7024 else
7025 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7026 for as_dir in $PATH
7028 IFS=$as_save_IFS
7029 test -z "$as_dir" && as_dir=.
7030 for ac_exec_ext in '' $ac_executable_extensions; do
7031 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7032 ac_cv_prog_CROSSCC="$ac_prog"
7033 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7034 break 2
7036 done
7037 done
7038 IFS=$as_save_IFS
7042 CROSSCC=$ac_cv_prog_CROSSCC
7043 if test -n "$CROSSCC"; then
7044 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CROSSCC" >&5
7045 $as_echo "$CROSSCC" >&6; }
7046 else
7047 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7048 $as_echo "no" >&6; }
7052 test -n "$CROSSCC" && break
7053 done
7054 test -n "$CROSSCC" || CROSSCC="false"
7056 if test "$CROSSCC" != "false"
7057 then
7058 CROSSTEST="\$(CROSSTEST)"
7060 set x $CROSSCC
7061 shift
7062 target=""
7063 while test $# -ge 1
7065 case "$1" in
7066 *-gcc) target=`expr "$1" : '\(.*\)-gcc'` ;;
7067 esac
7068 shift
7069 done
7070 if test -n "$target"
7071 then
7072 CROSSTARGET="$target"
7079 if test "$ac_cv_header_pthread_h" = "yes"
7080 then
7081 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pthread_create in -lpthread" >&5
7082 $as_echo_n "checking for pthread_create in -lpthread... " >&6; }
7083 if test "${ac_cv_lib_pthread_pthread_create+set}" = set; then :
7084 $as_echo_n "(cached) " >&6
7085 else
7086 ac_check_lib_save_LIBS=$LIBS
7087 LIBS="-lpthread $LIBS"
7088 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7089 /* end confdefs.h. */
7091 /* Override any GCC internal prototype to avoid an error.
7092 Use char because int might match the return type of a GCC
7093 builtin and then its argument prototype would still apply. */
7094 #ifdef __cplusplus
7095 extern "C"
7096 #endif
7097 char pthread_create ();
7099 main ()
7101 return pthread_create ();
7103 return 0;
7105 _ACEOF
7106 if ac_fn_c_try_link "$LINENO"; then :
7107 ac_cv_lib_pthread_pthread_create=yes
7108 else
7109 ac_cv_lib_pthread_pthread_create=no
7111 rm -f core conftest.err conftest.$ac_objext \
7112 conftest$ac_exeext conftest.$ac_ext
7113 LIBS=$ac_check_lib_save_LIBS
7115 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pthread_pthread_create" >&5
7116 $as_echo "$ac_cv_lib_pthread_pthread_create" >&6; }
7117 if test "x$ac_cv_lib_pthread_pthread_create" = x""yes; then :
7118 LIBPTHREAD="-lpthread"
7123 if test "x$LIBPTHREAD" = "x"; then :
7124 case "x$with_pthread" in
7125 xno) ;;
7126 *) as_fn_error "pthread ${notice_platform}development files not found.
7127 Wine cannot support threads without libpthread.
7128 Use the --without-pthread option if you really want this." "$LINENO" 5 ;;
7129 esac
7133 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for X" >&5
7134 $as_echo_n "checking for X... " >&6; }
7137 # Check whether --with-x was given.
7138 if test "${with_x+set}" = set; then :
7139 withval=$with_x;
7142 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
7143 if test "x$with_x" = xno; then
7144 # The user explicitly disabled X.
7145 have_x=disabled
7146 else
7147 case $x_includes,$x_libraries in #(
7148 *\'*) as_fn_error "cannot use X directory names containing '" "$LINENO" 5;; #(
7149 *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then :
7150 $as_echo_n "(cached) " >&6
7151 else
7152 # One or both of the vars are not set, and there is no cached value.
7153 ac_x_includes=no ac_x_libraries=no
7154 rm -f -r conftest.dir
7155 if mkdir conftest.dir; then
7156 cd conftest.dir
7157 cat >Imakefile <<'_ACEOF'
7158 incroot:
7159 @echo incroot='${INCROOT}'
7160 usrlibdir:
7161 @echo usrlibdir='${USRLIBDIR}'
7162 libdir:
7163 @echo libdir='${LIBDIR}'
7164 _ACEOF
7165 if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
7166 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
7167 for ac_var in incroot usrlibdir libdir; do
7168 eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
7169 done
7170 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
7171 for ac_extension in a so sl dylib la dll; do
7172 if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
7173 test -f "$ac_im_libdir/libX11.$ac_extension"; then
7174 ac_im_usrlibdir=$ac_im_libdir; break
7176 done
7177 # Screen out bogus values from the imake configuration. They are
7178 # bogus both because they are the default anyway, and because
7179 # using them would break gcc on systems where it needs fixed includes.
7180 case $ac_im_incroot in
7181 /usr/include) ac_x_includes= ;;
7182 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
7183 esac
7184 case $ac_im_usrlibdir in
7185 /usr/lib | /usr/lib64 | /lib | /lib64) ;;
7186 *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
7187 esac
7189 cd ..
7190 rm -f -r conftest.dir
7193 # Standard set of common directories for X headers.
7194 # Check X11 before X11Rn because it is often a symlink to the current release.
7195 ac_x_header_dirs='
7196 /usr/X11/include
7197 /usr/X11R7/include
7198 /usr/X11R6/include
7199 /usr/X11R5/include
7200 /usr/X11R4/include
7202 /usr/include/X11
7203 /usr/include/X11R7
7204 /usr/include/X11R6
7205 /usr/include/X11R5
7206 /usr/include/X11R4
7208 /usr/local/X11/include
7209 /usr/local/X11R7/include
7210 /usr/local/X11R6/include
7211 /usr/local/X11R5/include
7212 /usr/local/X11R4/include
7214 /usr/local/include/X11
7215 /usr/local/include/X11R7
7216 /usr/local/include/X11R6
7217 /usr/local/include/X11R5
7218 /usr/local/include/X11R4
7220 /usr/X386/include
7221 /usr/x386/include
7222 /usr/XFree86/include/X11
7224 /usr/include
7225 /usr/local/include
7226 /usr/unsupported/include
7227 /usr/athena/include
7228 /usr/local/x11r5/include
7229 /usr/lpp/Xamples/include
7231 /usr/openwin/include
7232 /usr/openwin/share/include'
7234 if test "$ac_x_includes" = no; then
7235 # Guess where to find include files, by looking for Xlib.h.
7236 # First, try using that file with no special directory specified.
7237 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7238 /* end confdefs.h. */
7239 #include <X11/Xlib.h>
7240 _ACEOF
7241 if ac_fn_c_try_cpp "$LINENO"; then :
7242 # We can compile using X headers with no special include directory.
7243 ac_x_includes=
7244 else
7245 for ac_dir in $ac_x_header_dirs; do
7246 if test -r "$ac_dir/X11/Xlib.h"; then
7247 ac_x_includes=$ac_dir
7248 break
7250 done
7252 rm -f conftest.err conftest.$ac_ext
7253 fi # $ac_x_includes = no
7255 if test "$ac_x_libraries" = no; then
7256 # Check for the libraries.
7257 # See if we find them without any special options.
7258 # Don't add to $LIBS permanently.
7259 ac_save_LIBS=$LIBS
7260 LIBS="-lX11 $LIBS"
7261 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7262 /* end confdefs.h. */
7263 #include <X11/Xlib.h>
7265 main ()
7267 XrmInitialize ()
7269 return 0;
7271 _ACEOF
7272 if ac_fn_c_try_link "$LINENO"; then :
7273 LIBS=$ac_save_LIBS
7274 # We can link X programs with no special library path.
7275 ac_x_libraries=
7276 else
7277 LIBS=$ac_save_LIBS
7278 for ac_dir in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
7280 # Don't even attempt the hair of trying to link an X program!
7281 for ac_extension in a so sl dylib la dll; do
7282 if test -r "$ac_dir/libX11.$ac_extension"; then
7283 ac_x_libraries=$ac_dir
7284 break 2
7286 done
7287 done
7289 rm -f core conftest.err conftest.$ac_objext \
7290 conftest$ac_exeext conftest.$ac_ext
7291 fi # $ac_x_libraries = no
7293 case $ac_x_includes,$ac_x_libraries in #(
7294 no,* | *,no | *\'*)
7295 # Didn't find X, or a directory has "'" in its name.
7296 ac_cv_have_x="have_x=no";; #(
7298 # Record where we found X for the cache.
7299 ac_cv_have_x="have_x=yes\
7300 ac_x_includes='$ac_x_includes'\
7301 ac_x_libraries='$ac_x_libraries'"
7302 esac
7304 ;; #(
7305 *) have_x=yes;;
7306 esac
7307 eval "$ac_cv_have_x"
7308 fi # $with_x != no
7310 if test "$have_x" != yes; then
7311 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $have_x" >&5
7312 $as_echo "$have_x" >&6; }
7313 no_x=yes
7314 else
7315 # If each of the values was on the command line, it overrides each guess.
7316 test "x$x_includes" = xNONE && x_includes=$ac_x_includes
7317 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
7318 # Update the cache value to reflect the command line values.
7319 ac_cv_have_x="have_x=yes\
7320 ac_x_includes='$x_includes'\
7321 ac_x_libraries='$x_libraries'"
7322 { $as_echo "$as_me:${as_lineno-$LINENO}: result: libraries $x_libraries, headers $x_includes" >&5
7323 $as_echo "libraries $x_libraries, headers $x_includes" >&6; }
7326 if test "$no_x" = yes; then
7327 # Not all programs may use this symbol, but it does not hurt to define it.
7329 $as_echo "#define X_DISPLAY_MISSING 1" >>confdefs.h
7331 X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
7332 else
7333 if test -n "$x_includes"; then
7334 X_CFLAGS="$X_CFLAGS -I$x_includes"
7337 # It would also be nice to do this for all -L options, not just this one.
7338 if test -n "$x_libraries"; then
7339 X_LIBS="$X_LIBS -L$x_libraries"
7340 # For Solaris; some versions of Sun CC require a space after -R and
7341 # others require no space. Words are not sufficient . . . .
7342 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -R must be followed by a space" >&5
7343 $as_echo_n "checking whether -R must be followed by a space... " >&6; }
7344 ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
7345 ac_xsave_c_werror_flag=$ac_c_werror_flag
7346 ac_c_werror_flag=yes
7347 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7348 /* end confdefs.h. */
7351 main ()
7355 return 0;
7357 _ACEOF
7358 if ac_fn_c_try_link "$LINENO"; then :
7359 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7360 $as_echo "no" >&6; }
7361 X_LIBS="$X_LIBS -R$x_libraries"
7362 else
7363 LIBS="$ac_xsave_LIBS -R $x_libraries"
7364 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7365 /* end confdefs.h. */
7368 main ()
7372 return 0;
7374 _ACEOF
7375 if ac_fn_c_try_link "$LINENO"; then :
7376 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
7377 $as_echo "yes" >&6; }
7378 X_LIBS="$X_LIBS -R $x_libraries"
7379 else
7380 { $as_echo "$as_me:${as_lineno-$LINENO}: result: neither works" >&5
7381 $as_echo "neither works" >&6; }
7383 rm -f core conftest.err conftest.$ac_objext \
7384 conftest$ac_exeext conftest.$ac_ext
7386 rm -f core conftest.err conftest.$ac_objext \
7387 conftest$ac_exeext conftest.$ac_ext
7388 ac_c_werror_flag=$ac_xsave_c_werror_flag
7389 LIBS=$ac_xsave_LIBS
7392 # Check for system-dependent libraries X programs must link with.
7393 # Do this before checking for the system-independent R6 libraries
7394 # (-lICE), since we may need -lsocket or whatever for X linking.
7396 if test "$ISC" = yes; then
7397 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
7398 else
7399 # Martyn Johnson says this is needed for Ultrix, if the X
7400 # libraries were built with DECnet support. And Karl Berry says
7401 # the Alpha needs dnet_stub (dnet does not exist).
7402 ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
7403 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7404 /* end confdefs.h. */
7406 /* Override any GCC internal prototype to avoid an error.
7407 Use char because int might match the return type of a GCC
7408 builtin and then its argument prototype would still apply. */
7409 #ifdef __cplusplus
7410 extern "C"
7411 #endif
7412 char XOpenDisplay ();
7414 main ()
7416 return XOpenDisplay ();
7418 return 0;
7420 _ACEOF
7421 if ac_fn_c_try_link "$LINENO"; then :
7423 else
7424 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet" >&5
7425 $as_echo_n "checking for dnet_ntoa in -ldnet... " >&6; }
7426 if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then :
7427 $as_echo_n "(cached) " >&6
7428 else
7429 ac_check_lib_save_LIBS=$LIBS
7430 LIBS="-ldnet $LIBS"
7431 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7432 /* end confdefs.h. */
7434 /* Override any GCC internal prototype to avoid an error.
7435 Use char because int might match the return type of a GCC
7436 builtin and then its argument prototype would still apply. */
7437 #ifdef __cplusplus
7438 extern "C"
7439 #endif
7440 char dnet_ntoa ();
7442 main ()
7444 return dnet_ntoa ();
7446 return 0;
7448 _ACEOF
7449 if ac_fn_c_try_link "$LINENO"; then :
7450 ac_cv_lib_dnet_dnet_ntoa=yes
7451 else
7452 ac_cv_lib_dnet_dnet_ntoa=no
7454 rm -f core conftest.err conftest.$ac_objext \
7455 conftest$ac_exeext conftest.$ac_ext
7456 LIBS=$ac_check_lib_save_LIBS
7458 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
7459 $as_echo "$ac_cv_lib_dnet_dnet_ntoa" >&6; }
7460 if test "x$ac_cv_lib_dnet_dnet_ntoa" = x""yes; then :
7461 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
7464 if test $ac_cv_lib_dnet_dnet_ntoa = no; then
7465 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet_stub" >&5
7466 $as_echo_n "checking for dnet_ntoa in -ldnet_stub... " >&6; }
7467 if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then :
7468 $as_echo_n "(cached) " >&6
7469 else
7470 ac_check_lib_save_LIBS=$LIBS
7471 LIBS="-ldnet_stub $LIBS"
7472 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7473 /* end confdefs.h. */
7475 /* Override any GCC internal prototype to avoid an error.
7476 Use char because int might match the return type of a GCC
7477 builtin and then its argument prototype would still apply. */
7478 #ifdef __cplusplus
7479 extern "C"
7480 #endif
7481 char dnet_ntoa ();
7483 main ()
7485 return dnet_ntoa ();
7487 return 0;
7489 _ACEOF
7490 if ac_fn_c_try_link "$LINENO"; then :
7491 ac_cv_lib_dnet_stub_dnet_ntoa=yes
7492 else
7493 ac_cv_lib_dnet_stub_dnet_ntoa=no
7495 rm -f core conftest.err conftest.$ac_objext \
7496 conftest$ac_exeext conftest.$ac_ext
7497 LIBS=$ac_check_lib_save_LIBS
7499 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
7500 $as_echo "$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
7501 if test "x$ac_cv_lib_dnet_stub_dnet_ntoa" = x""yes; then :
7502 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
7507 rm -f core conftest.err conftest.$ac_objext \
7508 conftest$ac_exeext conftest.$ac_ext
7509 LIBS="$ac_xsave_LIBS"
7511 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
7512 # to get the SysV transport functions.
7513 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
7514 # needs -lnsl.
7515 # The nsl library prevents programs from opening the X display
7516 # on Irix 5.2, according to T.E. Dickey.
7517 # The functions gethostbyname, getservbyname, and inet_addr are
7518 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
7519 ac_fn_c_check_func "$LINENO" "gethostbyname" "ac_cv_func_gethostbyname"
7520 if test "x$ac_cv_func_gethostbyname" = x""yes; then :
7524 if test $ac_cv_func_gethostbyname = no; then
7525 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5
7526 $as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
7527 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then :
7528 $as_echo_n "(cached) " >&6
7529 else
7530 ac_check_lib_save_LIBS=$LIBS
7531 LIBS="-lnsl $LIBS"
7532 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7533 /* end confdefs.h. */
7535 /* Override any GCC internal prototype to avoid an error.
7536 Use char because int might match the return type of a GCC
7537 builtin and then its argument prototype would still apply. */
7538 #ifdef __cplusplus
7539 extern "C"
7540 #endif
7541 char gethostbyname ();
7543 main ()
7545 return gethostbyname ();
7547 return 0;
7549 _ACEOF
7550 if ac_fn_c_try_link "$LINENO"; then :
7551 ac_cv_lib_nsl_gethostbyname=yes
7552 else
7553 ac_cv_lib_nsl_gethostbyname=no
7555 rm -f core conftest.err conftest.$ac_objext \
7556 conftest$ac_exeext conftest.$ac_ext
7557 LIBS=$ac_check_lib_save_LIBS
7559 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5
7560 $as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
7561 if test "x$ac_cv_lib_nsl_gethostbyname" = x""yes; then :
7562 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
7565 if test $ac_cv_lib_nsl_gethostbyname = no; then
7566 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lbsd" >&5
7567 $as_echo_n "checking for gethostbyname in -lbsd... " >&6; }
7568 if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then :
7569 $as_echo_n "(cached) " >&6
7570 else
7571 ac_check_lib_save_LIBS=$LIBS
7572 LIBS="-lbsd $LIBS"
7573 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7574 /* end confdefs.h. */
7576 /* Override any GCC internal prototype to avoid an error.
7577 Use char because int might match the return type of a GCC
7578 builtin and then its argument prototype would still apply. */
7579 #ifdef __cplusplus
7580 extern "C"
7581 #endif
7582 char gethostbyname ();
7584 main ()
7586 return gethostbyname ();
7588 return 0;
7590 _ACEOF
7591 if ac_fn_c_try_link "$LINENO"; then :
7592 ac_cv_lib_bsd_gethostbyname=yes
7593 else
7594 ac_cv_lib_bsd_gethostbyname=no
7596 rm -f core conftest.err conftest.$ac_objext \
7597 conftest$ac_exeext conftest.$ac_ext
7598 LIBS=$ac_check_lib_save_LIBS
7600 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_bsd_gethostbyname" >&5
7601 $as_echo "$ac_cv_lib_bsd_gethostbyname" >&6; }
7602 if test "x$ac_cv_lib_bsd_gethostbyname" = x""yes; then :
7603 X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
7609 # lieder@skyler.mavd.honeywell.com says without -lsocket,
7610 # socket/setsockopt and other routines are undefined under SCO ODT
7611 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
7612 # on later versions), says Simon Leinen: it contains gethostby*
7613 # variants that don't use the name server (or something). -lsocket
7614 # must be given before -lnsl if both are needed. We assume that
7615 # if connect needs -lnsl, so does gethostbyname.
7616 ac_fn_c_check_func "$LINENO" "connect" "ac_cv_func_connect"
7617 if test "x$ac_cv_func_connect" = x""yes; then :
7621 if test $ac_cv_func_connect = no; then
7622 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for connect in -lsocket" >&5
7623 $as_echo_n "checking for connect in -lsocket... " >&6; }
7624 if test "${ac_cv_lib_socket_connect+set}" = set; then :
7625 $as_echo_n "(cached) " >&6
7626 else
7627 ac_check_lib_save_LIBS=$LIBS
7628 LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
7629 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7630 /* end confdefs.h. */
7632 /* Override any GCC internal prototype to avoid an error.
7633 Use char because int might match the return type of a GCC
7634 builtin and then its argument prototype would still apply. */
7635 #ifdef __cplusplus
7636 extern "C"
7637 #endif
7638 char connect ();
7640 main ()
7642 return connect ();
7644 return 0;
7646 _ACEOF
7647 if ac_fn_c_try_link "$LINENO"; then :
7648 ac_cv_lib_socket_connect=yes
7649 else
7650 ac_cv_lib_socket_connect=no
7652 rm -f core conftest.err conftest.$ac_objext \
7653 conftest$ac_exeext conftest.$ac_ext
7654 LIBS=$ac_check_lib_save_LIBS
7656 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_connect" >&5
7657 $as_echo "$ac_cv_lib_socket_connect" >&6; }
7658 if test "x$ac_cv_lib_socket_connect" = x""yes; then :
7659 X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
7664 # Guillermo Gomez says -lposix is necessary on A/UX.
7665 ac_fn_c_check_func "$LINENO" "remove" "ac_cv_func_remove"
7666 if test "x$ac_cv_func_remove" = x""yes; then :
7670 if test $ac_cv_func_remove = no; then
7671 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for remove in -lposix" >&5
7672 $as_echo_n "checking for remove in -lposix... " >&6; }
7673 if test "${ac_cv_lib_posix_remove+set}" = set; then :
7674 $as_echo_n "(cached) " >&6
7675 else
7676 ac_check_lib_save_LIBS=$LIBS
7677 LIBS="-lposix $LIBS"
7678 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7679 /* end confdefs.h. */
7681 /* Override any GCC internal prototype to avoid an error.
7682 Use char because int might match the return type of a GCC
7683 builtin and then its argument prototype would still apply. */
7684 #ifdef __cplusplus
7685 extern "C"
7686 #endif
7687 char remove ();
7689 main ()
7691 return remove ();
7693 return 0;
7695 _ACEOF
7696 if ac_fn_c_try_link "$LINENO"; then :
7697 ac_cv_lib_posix_remove=yes
7698 else
7699 ac_cv_lib_posix_remove=no
7701 rm -f core conftest.err conftest.$ac_objext \
7702 conftest$ac_exeext conftest.$ac_ext
7703 LIBS=$ac_check_lib_save_LIBS
7705 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_posix_remove" >&5
7706 $as_echo "$ac_cv_lib_posix_remove" >&6; }
7707 if test "x$ac_cv_lib_posix_remove" = x""yes; then :
7708 X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
7713 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
7714 ac_fn_c_check_func "$LINENO" "shmat" "ac_cv_func_shmat"
7715 if test "x$ac_cv_func_shmat" = x""yes; then :
7719 if test $ac_cv_func_shmat = no; then
7720 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shmat in -lipc" >&5
7721 $as_echo_n "checking for shmat in -lipc... " >&6; }
7722 if test "${ac_cv_lib_ipc_shmat+set}" = set; then :
7723 $as_echo_n "(cached) " >&6
7724 else
7725 ac_check_lib_save_LIBS=$LIBS
7726 LIBS="-lipc $LIBS"
7727 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7728 /* end confdefs.h. */
7730 /* Override any GCC internal prototype to avoid an error.
7731 Use char because int might match the return type of a GCC
7732 builtin and then its argument prototype would still apply. */
7733 #ifdef __cplusplus
7734 extern "C"
7735 #endif
7736 char shmat ();
7738 main ()
7740 return shmat ();
7742 return 0;
7744 _ACEOF
7745 if ac_fn_c_try_link "$LINENO"; then :
7746 ac_cv_lib_ipc_shmat=yes
7747 else
7748 ac_cv_lib_ipc_shmat=no
7750 rm -f core conftest.err conftest.$ac_objext \
7751 conftest$ac_exeext conftest.$ac_ext
7752 LIBS=$ac_check_lib_save_LIBS
7754 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ipc_shmat" >&5
7755 $as_echo "$ac_cv_lib_ipc_shmat" >&6; }
7756 if test "x$ac_cv_lib_ipc_shmat" = x""yes; then :
7757 X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
7763 # Check for libraries that X11R6 Xt/Xaw programs need.
7764 ac_save_LDFLAGS=$LDFLAGS
7765 test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
7766 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
7767 # check for ICE first), but we must link in the order -lSM -lICE or
7768 # we get undefined symbols. So assume we have SM if we have ICE.
7769 # These have to be linked with before -lX11, unlike the other
7770 # libraries we check for below, so use a different variable.
7771 # John Interrante, Karl Berry
7772 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for IceConnectionNumber in -lICE" >&5
7773 $as_echo_n "checking for IceConnectionNumber in -lICE... " >&6; }
7774 if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then :
7775 $as_echo_n "(cached) " >&6
7776 else
7777 ac_check_lib_save_LIBS=$LIBS
7778 LIBS="-lICE $X_EXTRA_LIBS $LIBS"
7779 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7780 /* end confdefs.h. */
7782 /* Override any GCC internal prototype to avoid an error.
7783 Use char because int might match the return type of a GCC
7784 builtin and then its argument prototype would still apply. */
7785 #ifdef __cplusplus
7786 extern "C"
7787 #endif
7788 char IceConnectionNumber ();
7790 main ()
7792 return IceConnectionNumber ();
7794 return 0;
7796 _ACEOF
7797 if ac_fn_c_try_link "$LINENO"; then :
7798 ac_cv_lib_ICE_IceConnectionNumber=yes
7799 else
7800 ac_cv_lib_ICE_IceConnectionNumber=no
7802 rm -f core conftest.err conftest.$ac_objext \
7803 conftest$ac_exeext conftest.$ac_ext
7804 LIBS=$ac_check_lib_save_LIBS
7806 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
7807 $as_echo "$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
7808 if test "x$ac_cv_lib_ICE_IceConnectionNumber" = x""yes; then :
7809 X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
7812 LDFLAGS=$ac_save_LDFLAGS
7817 if test "$have_x" = "yes"
7818 then
7819 XLIB="-lX11"
7820 ac_save_CPPFLAGS="$CPPFLAGS"
7821 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
7823 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lX11" >&5
7824 $as_echo_n "checking for -lX11... " >&6; }
7825 if test "${ac_cv_lib_soname_X11+set}" = set; then :
7826 $as_echo_n "(cached) " >&6
7827 else
7828 ac_check_soname_save_LIBS=$LIBS
7829 LIBS="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
7830 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7831 /* end confdefs.h. */
7833 /* Override any GCC internal prototype to avoid an error.
7834 Use char because int might match the return type of a GCC
7835 builtin and then its argument prototype would still apply. */
7836 #ifdef __cplusplus
7837 extern "C"
7838 #endif
7839 char XCreateWindow ();
7841 main ()
7843 return XCreateWindow ();
7845 return 0;
7847 _ACEOF
7848 if ac_fn_c_try_link "$LINENO"; then :
7849 case "$LIBEXT" in
7850 dll) ac_cv_lib_soname_X11=`$ac_cv_path_LDD conftest.exe | grep "X11" | sed -e "s/dll.*/dll/"';2,$d'` ;;
7851 dylib) ac_cv_lib_soname_X11=`otool -L conftest$ac_exeext | grep "libX11\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libX11\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
7852 *) ac_cv_lib_soname_X11=`$ac_cv_path_LDD conftest$ac_exeext | grep "libX11\\.$LIBEXT" | sed -e "s/^.*\(libX11\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
7853 esac
7855 rm -f core conftest.err conftest.$ac_objext \
7856 conftest$ac_exeext conftest.$ac_ext
7857 LIBS=$ac_check_soname_save_LIBS
7859 if test "x$ac_cv_lib_soname_X11" = "x"; then :
7860 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
7861 $as_echo "not found" >&6; }
7863 else
7864 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_X11" >&5
7865 $as_echo "$ac_cv_lib_soname_X11" >&6; }
7867 cat >>confdefs.h <<_ACEOF
7868 #define SONAME_LIBX11 "$ac_cv_lib_soname_X11"
7869 _ACEOF
7873 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXext" >&5
7874 $as_echo_n "checking for -lXext... " >&6; }
7875 if test "${ac_cv_lib_soname_Xext+set}" = set; then :
7876 $as_echo_n "(cached) " >&6
7877 else
7878 ac_check_soname_save_LIBS=$LIBS
7879 LIBS="-lXext $X_LIBS -lX11 $X_EXTRA_LIBS $LIBS"
7880 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7881 /* end confdefs.h. */
7883 /* Override any GCC internal prototype to avoid an error.
7884 Use char because int might match the return type of a GCC
7885 builtin and then its argument prototype would still apply. */
7886 #ifdef __cplusplus
7887 extern "C"
7888 #endif
7889 char XextCreateExtension ();
7891 main ()
7893 return XextCreateExtension ();
7895 return 0;
7897 _ACEOF
7898 if ac_fn_c_try_link "$LINENO"; then :
7899 case "$LIBEXT" in
7900 dll) ac_cv_lib_soname_Xext=`$ac_cv_path_LDD conftest.exe | grep "Xext" | sed -e "s/dll.*/dll/"';2,$d'` ;;
7901 dylib) ac_cv_lib_soname_Xext=`otool -L conftest$ac_exeext | grep "libXext\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libXext\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
7902 *) ac_cv_lib_soname_Xext=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXext\\.$LIBEXT" | sed -e "s/^.*\(libXext\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
7903 esac
7905 rm -f core conftest.err conftest.$ac_objext \
7906 conftest$ac_exeext conftest.$ac_ext
7907 LIBS=$ac_check_soname_save_LIBS
7909 if test "x$ac_cv_lib_soname_Xext" = "x"; then :
7910 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
7911 $as_echo "not found" >&6; }
7913 else
7914 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xext" >&5
7915 $as_echo "$ac_cv_lib_soname_Xext" >&6; }
7917 cat >>confdefs.h <<_ACEOF
7918 #define SONAME_LIBXEXT "$ac_cv_lib_soname_Xext"
7919 _ACEOF
7921 XLIB="-lXext $XLIB"
7924 for ac_header in X11/Xlib.h \
7925 X11/XKBlib.h \
7926 X11/Xutil.h \
7927 X11/Xcursor/Xcursor.h \
7928 X11/extensions/shape.h \
7929 X11/extensions/XInput.h \
7930 X11/extensions/XShm.h \
7931 X11/extensions/Xcomposite.h \
7932 X11/extensions/Xinerama.h \
7933 X11/extensions/Xrandr.h \
7934 X11/extensions/Xrender.h \
7935 X11/extensions/xf86vmode.h \
7936 X11/extensions/xf86vmproto.h
7937 do :
7938 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7939 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_X11_XLIB_H
7940 # include <X11/Xlib.h>
7941 #endif
7942 #ifdef HAVE_X11_XUTIL_H
7943 # include <X11/Xutil.h>
7944 #endif
7946 eval as_val=\$$as_ac_Header
7947 if test "x$as_val" = x""yes; then :
7948 cat >>confdefs.h <<_ACEOF
7949 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7950 _ACEOF
7954 done
7957 if test "$ac_cv_header_X11_XKBlib_h" = "yes"
7958 then
7959 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XkbQueryExtension in -lX11" >&5
7960 $as_echo_n "checking for XkbQueryExtension in -lX11... " >&6; }
7961 if test "${ac_cv_lib_X11_XkbQueryExtension+set}" = set; then :
7962 $as_echo_n "(cached) " >&6
7963 else
7964 ac_check_lib_save_LIBS=$LIBS
7965 LIBS="-lX11 $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
7966 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7967 /* end confdefs.h. */
7969 /* Override any GCC internal prototype to avoid an error.
7970 Use char because int might match the return type of a GCC
7971 builtin and then its argument prototype would still apply. */
7972 #ifdef __cplusplus
7973 extern "C"
7974 #endif
7975 char XkbQueryExtension ();
7977 main ()
7979 return XkbQueryExtension ();
7981 return 0;
7983 _ACEOF
7984 if ac_fn_c_try_link "$LINENO"; then :
7985 ac_cv_lib_X11_XkbQueryExtension=yes
7986 else
7987 ac_cv_lib_X11_XkbQueryExtension=no
7989 rm -f core conftest.err conftest.$ac_objext \
7990 conftest$ac_exeext conftest.$ac_ext
7991 LIBS=$ac_check_lib_save_LIBS
7993 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_X11_XkbQueryExtension" >&5
7994 $as_echo "$ac_cv_lib_X11_XkbQueryExtension" >&6; }
7995 if test "x$ac_cv_lib_X11_XkbQueryExtension" = x""yes; then :
7997 $as_echo "#define HAVE_XKB 1" >>confdefs.h
8003 if test "$ac_cv_header_X11_Xcursor_Xcursor_h" = "yes"
8004 then
8005 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXcursor" >&5
8006 $as_echo_n "checking for -lXcursor... " >&6; }
8007 if test "${ac_cv_lib_soname_Xcursor+set}" = set; then :
8008 $as_echo_n "(cached) " >&6
8009 else
8010 ac_check_soname_save_LIBS=$LIBS
8011 LIBS="-lXcursor $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8012 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8013 /* end confdefs.h. */
8015 /* Override any GCC internal prototype to avoid an error.
8016 Use char because int might match the return type of a GCC
8017 builtin and then its argument prototype would still apply. */
8018 #ifdef __cplusplus
8019 extern "C"
8020 #endif
8021 char XcursorImageLoadCursor ();
8023 main ()
8025 return XcursorImageLoadCursor ();
8027 return 0;
8029 _ACEOF
8030 if ac_fn_c_try_link "$LINENO"; then :
8031 case "$LIBEXT" in
8032 dll) ac_cv_lib_soname_Xcursor=`$ac_cv_path_LDD conftest.exe | grep "Xcursor" | sed -e "s/dll.*/dll/"';2,$d'` ;;
8033 dylib) ac_cv_lib_soname_Xcursor=`otool -L conftest$ac_exeext | grep "libXcursor\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libXcursor\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
8034 *) ac_cv_lib_soname_Xcursor=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcursor\\.$LIBEXT" | sed -e "s/^.*\(libXcursor\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8035 esac
8037 rm -f core conftest.err conftest.$ac_objext \
8038 conftest$ac_exeext conftest.$ac_ext
8039 LIBS=$ac_check_soname_save_LIBS
8041 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then :
8042 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8043 $as_echo "not found" >&6; }
8045 else
8046 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xcursor" >&5
8047 $as_echo "$ac_cv_lib_soname_Xcursor" >&6; }
8049 cat >>confdefs.h <<_ACEOF
8050 #define SONAME_LIBXCURSOR "$ac_cv_lib_soname_Xcursor"
8051 _ACEOF
8056 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then :
8057 case "x$with_xcursor" in
8058 x) as_fn_append wine_notices "|libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported." ;;
8059 xno) ;;
8060 *) as_fn_error "libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
8061 This is an error since --with-xcursor was requested." "$LINENO" 5 ;;
8062 esac
8065 if test "$ac_cv_header_X11_extensions_XInput_h" = "yes"
8066 then
8067 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXi" >&5
8068 $as_echo_n "checking for -lXi... " >&6; }
8069 if test "${ac_cv_lib_soname_Xi+set}" = set; then :
8070 $as_echo_n "(cached) " >&6
8071 else
8072 ac_check_soname_save_LIBS=$LIBS
8073 LIBS="-lXi $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8074 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8075 /* end confdefs.h. */
8077 /* Override any GCC internal prototype to avoid an error.
8078 Use char because int might match the return type of a GCC
8079 builtin and then its argument prototype would still apply. */
8080 #ifdef __cplusplus
8081 extern "C"
8082 #endif
8083 char XOpenDevice ();
8085 main ()
8087 return XOpenDevice ();
8089 return 0;
8091 _ACEOF
8092 if ac_fn_c_try_link "$LINENO"; then :
8093 case "$LIBEXT" in
8094 dll) ac_cv_lib_soname_Xi=`$ac_cv_path_LDD conftest.exe | grep "Xi" | sed -e "s/dll.*/dll/"';2,$d'` ;;
8095 dylib) ac_cv_lib_soname_Xi=`otool -L conftest$ac_exeext | grep "libXi\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libXi\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
8096 *) ac_cv_lib_soname_Xi=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXi\\.$LIBEXT" | sed -e "s/^.*\(libXi\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8097 esac
8099 rm -f core conftest.err conftest.$ac_objext \
8100 conftest$ac_exeext conftest.$ac_ext
8101 LIBS=$ac_check_soname_save_LIBS
8103 if test "x$ac_cv_lib_soname_Xi" = "x"; then :
8104 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8105 $as_echo "not found" >&6; }
8107 else
8108 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xi" >&5
8109 $as_echo "$ac_cv_lib_soname_Xi" >&6; }
8111 cat >>confdefs.h <<_ACEOF
8112 #define SONAME_LIBXI "$ac_cv_lib_soname_Xi"
8113 _ACEOF
8118 if test "x$ac_cv_lib_soname_Xi" = "x"; then :
8119 case "x$with_xinput" in
8120 x) as_fn_append wine_notices "|libxi ${notice_platform}development files not found, the Xinput extension won't be supported." ;;
8121 xno) ;;
8122 *) as_fn_error "libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
8123 This is an error since --with-xinput was requested." "$LINENO" 5 ;;
8124 esac
8127 if test "$ac_cv_header_X11_extensions_XShm_h" = "yes"
8128 then
8129 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XShmQueryExtension in -lXext" >&5
8130 $as_echo_n "checking for XShmQueryExtension in -lXext... " >&6; }
8131 if test "${ac_cv_lib_Xext_XShmQueryExtension+set}" = set; then :
8132 $as_echo_n "(cached) " >&6
8133 else
8134 ac_check_lib_save_LIBS=$LIBS
8135 LIBS="-lXext $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8136 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8137 /* end confdefs.h. */
8139 /* Override any GCC internal prototype to avoid an error.
8140 Use char because int might match the return type of a GCC
8141 builtin and then its argument prototype would still apply. */
8142 #ifdef __cplusplus
8143 extern "C"
8144 #endif
8145 char XShmQueryExtension ();
8147 main ()
8149 return XShmQueryExtension ();
8151 return 0;
8153 _ACEOF
8154 if ac_fn_c_try_link "$LINENO"; then :
8155 ac_cv_lib_Xext_XShmQueryExtension=yes
8156 else
8157 ac_cv_lib_Xext_XShmQueryExtension=no
8159 rm -f core conftest.err conftest.$ac_objext \
8160 conftest$ac_exeext conftest.$ac_ext
8161 LIBS=$ac_check_lib_save_LIBS
8163 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xext_XShmQueryExtension" >&5
8164 $as_echo "$ac_cv_lib_Xext_XShmQueryExtension" >&6; }
8165 if test "x$ac_cv_lib_Xext_XShmQueryExtension" = x""yes; then :
8167 $as_echo "#define HAVE_LIBXXSHM 1" >>confdefs.h
8172 if test "$ac_cv_lib_Xext_XShmQueryExtension" != "yes"; then :
8173 case "x$with_xshm" in
8174 x) as_fn_append wine_notices "|XShm ${notice_platform}development files not found, X Shared Memory won't be supported." ;;
8175 xno) ;;
8176 *) as_fn_error "XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
8177 This is an error since --with-xshm was requested." "$LINENO" 5 ;;
8178 esac
8181 if test "$ac_cv_header_X11_extensions_shape_h" = "yes"
8182 then
8183 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XShapeQueryExtension in -lXext" >&5
8184 $as_echo_n "checking for XShapeQueryExtension in -lXext... " >&6; }
8185 if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then :
8186 $as_echo_n "(cached) " >&6
8187 else
8188 ac_check_lib_save_LIBS=$LIBS
8189 LIBS="-lXext $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8190 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8191 /* end confdefs.h. */
8193 /* Override any GCC internal prototype to avoid an error.
8194 Use char because int might match the return type of a GCC
8195 builtin and then its argument prototype would still apply. */
8196 #ifdef __cplusplus
8197 extern "C"
8198 #endif
8199 char XShapeQueryExtension ();
8201 main ()
8203 return XShapeQueryExtension ();
8205 return 0;
8207 _ACEOF
8208 if ac_fn_c_try_link "$LINENO"; then :
8209 ac_cv_lib_Xext_XShapeQueryExtension=yes
8210 else
8211 ac_cv_lib_Xext_XShapeQueryExtension=no
8213 rm -f core conftest.err conftest.$ac_objext \
8214 conftest$ac_exeext conftest.$ac_ext
8215 LIBS=$ac_check_lib_save_LIBS
8217 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
8218 $as_echo "$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
8219 if test "x$ac_cv_lib_Xext_XShapeQueryExtension" = x""yes; then :
8221 $as_echo "#define HAVE_LIBXSHAPE 1" >>confdefs.h
8226 if test "$ac_cv_lib_Xext_XShapeQueryExtension" != "yes"; then :
8227 case "x$with_xshape" in
8228 x) as_fn_append wine_notices "|XShape ${notice_platform}development files not found, XShape won't be supported." ;;
8229 xno) ;;
8230 *) as_fn_error "XShape ${notice_platform}development files not found, XShape won't be supported.
8231 This is an error since --with-xshape was requested." "$LINENO" 5 ;;
8232 esac
8235 if test "$ac_cv_header_X11_extensions_xf86vmode_h" = "yes" -o "$ac_cv_header_X11_extensions_xf86vmproto_h" = "yes"
8236 then
8237 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXxf86vm" >&5
8238 $as_echo_n "checking for -lXxf86vm... " >&6; }
8239 if test "${ac_cv_lib_soname_Xxf86vm+set}" = set; then :
8240 $as_echo_n "(cached) " >&6
8241 else
8242 ac_check_soname_save_LIBS=$LIBS
8243 LIBS="-lXxf86vm $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8244 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8245 /* end confdefs.h. */
8247 /* Override any GCC internal prototype to avoid an error.
8248 Use char because int might match the return type of a GCC
8249 builtin and then its argument prototype would still apply. */
8250 #ifdef __cplusplus
8251 extern "C"
8252 #endif
8253 char XF86VidModeQueryExtension ();
8255 main ()
8257 return XF86VidModeQueryExtension ();
8259 return 0;
8261 _ACEOF
8262 if ac_fn_c_try_link "$LINENO"; then :
8263 case "$LIBEXT" in
8264 dll) ac_cv_lib_soname_Xxf86vm=`$ac_cv_path_LDD conftest.exe | grep "Xxf86vm" | sed -e "s/dll.*/dll/"';2,$d'` ;;
8265 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'` ;;
8266 *) ac_cv_lib_soname_Xxf86vm=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\(libXxf86vm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8267 esac
8269 rm -f core conftest.err conftest.$ac_objext \
8270 conftest$ac_exeext conftest.$ac_ext
8271 LIBS=$ac_check_soname_save_LIBS
8273 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then :
8274 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8275 $as_echo "not found" >&6; }
8277 else
8278 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xxf86vm" >&5
8279 $as_echo "$ac_cv_lib_soname_Xxf86vm" >&6; }
8281 cat >>confdefs.h <<_ACEOF
8282 #define SONAME_LIBXXF86VM "$ac_cv_lib_soname_Xxf86vm"
8283 _ACEOF
8288 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then :
8289 case "x$with_xxf86vm" in
8290 x) as_fn_append wine_notices "|libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported." ;;
8291 xno) ;;
8292 *) as_fn_error "libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
8293 This is an error since --with-xxf86vm was requested." "$LINENO" 5 ;;
8294 esac
8297 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"
8298 then
8299 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXrender" >&5
8300 $as_echo_n "checking for -lXrender... " >&6; }
8301 if test "${ac_cv_lib_soname_Xrender+set}" = set; then :
8302 $as_echo_n "(cached) " >&6
8303 else
8304 ac_check_soname_save_LIBS=$LIBS
8305 LIBS="-lXrender $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8306 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8307 /* end confdefs.h. */
8309 /* Override any GCC internal prototype to avoid an error.
8310 Use char because int might match the return type of a GCC
8311 builtin and then its argument prototype would still apply. */
8312 #ifdef __cplusplus
8313 extern "C"
8314 #endif
8315 char XRenderQueryExtension ();
8317 main ()
8319 return XRenderQueryExtension ();
8321 return 0;
8323 _ACEOF
8324 if ac_fn_c_try_link "$LINENO"; then :
8325 case "$LIBEXT" in
8326 dll) ac_cv_lib_soname_Xrender=`$ac_cv_path_LDD conftest.exe | grep "Xrender" | sed -e "s/dll.*/dll/"';2,$d'` ;;
8327 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'` ;;
8328 *) ac_cv_lib_soname_Xrender=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrender\\.$LIBEXT" | sed -e "s/^.*\(libXrender\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8329 esac
8331 rm -f core conftest.err conftest.$ac_objext \
8332 conftest$ac_exeext conftest.$ac_ext
8333 LIBS=$ac_check_soname_save_LIBS
8335 if test "x$ac_cv_lib_soname_Xrender" = "x"; then :
8336 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8337 $as_echo "not found" >&6; }
8339 else
8340 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xrender" >&5
8341 $as_echo "$ac_cv_lib_soname_Xrender" >&6; }
8343 cat >>confdefs.h <<_ACEOF
8344 #define SONAME_LIBXRENDER "$ac_cv_lib_soname_Xrender"
8345 _ACEOF
8347 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XRenderSetPictureTransform in -lXrender" >&5
8348 $as_echo_n "checking for XRenderSetPictureTransform in -lXrender... " >&6; }
8349 if test "${ac_cv_lib_Xrender_XRenderSetPictureTransform+set}" = set; then :
8350 $as_echo_n "(cached) " >&6
8351 else
8352 ac_check_lib_save_LIBS=$LIBS
8353 LIBS="-lXrender $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8354 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8355 /* end confdefs.h. */
8357 /* Override any GCC internal prototype to avoid an error.
8358 Use char because int might match the return type of a GCC
8359 builtin and then its argument prototype would still apply. */
8360 #ifdef __cplusplus
8361 extern "C"
8362 #endif
8363 char XRenderSetPictureTransform ();
8365 main ()
8367 return XRenderSetPictureTransform ();
8369 return 0;
8371 _ACEOF
8372 if ac_fn_c_try_link "$LINENO"; then :
8373 ac_cv_lib_Xrender_XRenderSetPictureTransform=yes
8374 else
8375 ac_cv_lib_Xrender_XRenderSetPictureTransform=no
8377 rm -f core conftest.err conftest.$ac_objext \
8378 conftest$ac_exeext conftest.$ac_ext
8379 LIBS=$ac_check_lib_save_LIBS
8381 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xrender_XRenderSetPictureTransform" >&5
8382 $as_echo "$ac_cv_lib_Xrender_XRenderSetPictureTransform" >&6; }
8383 if test "x$ac_cv_lib_Xrender_XRenderSetPictureTransform" = x""yes; then :
8385 $as_echo "#define HAVE_XRENDERSETPICTURETRANSFORM 1" >>confdefs.h
8392 if test "x$ac_cv_lib_soname_Xrender" = "x"; then :
8393 case "x$with_xrender" in
8394 x) as_fn_append wine_warnings "|libxrender ${notice_platform}development files not found, XRender won't be supported." ;;
8395 xno) ;;
8396 *) as_fn_error "libxrender ${notice_platform}development files not found, XRender won't be supported.
8397 This is an error since --with-xrender was requested." "$LINENO" 5 ;;
8398 esac
8401 if test "$ac_cv_header_X11_extensions_Xrandr_h" = "yes" -a "x$ac_cv_lib_soname_Xrender" != "x"
8402 then
8403 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8404 /* end confdefs.h. */
8405 #include <X11/Xlib.h>
8406 #include <X11/extensions/Xrandr.h>
8408 main ()
8410 static typeof(XRRSetScreenConfigAndRate) * func;
8412 return 0;
8414 _ACEOF
8415 if ac_fn_c_try_compile "$LINENO"; then :
8416 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXrandr" >&5
8417 $as_echo_n "checking for -lXrandr... " >&6; }
8418 if test "${ac_cv_lib_soname_Xrandr+set}" = set; then :
8419 $as_echo_n "(cached) " >&6
8420 else
8421 ac_check_soname_save_LIBS=$LIBS
8422 LIBS="-lXrandr $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8423 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8424 /* end confdefs.h. */
8426 /* Override any GCC internal prototype to avoid an error.
8427 Use char because int might match the return type of a GCC
8428 builtin and then its argument prototype would still apply. */
8429 #ifdef __cplusplus
8430 extern "C"
8431 #endif
8432 char XRRQueryExtension ();
8434 main ()
8436 return XRRQueryExtension ();
8438 return 0;
8440 _ACEOF
8441 if ac_fn_c_try_link "$LINENO"; then :
8442 case "$LIBEXT" in
8443 dll) ac_cv_lib_soname_Xrandr=`$ac_cv_path_LDD conftest.exe | grep "Xrandr" | sed -e "s/dll.*/dll/"';2,$d'` ;;
8444 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'` ;;
8445 *) ac_cv_lib_soname_Xrandr=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrandr\\.$LIBEXT" | sed -e "s/^.*\(libXrandr\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8446 esac
8448 rm -f core conftest.err conftest.$ac_objext \
8449 conftest$ac_exeext conftest.$ac_ext
8450 LIBS=$ac_check_soname_save_LIBS
8452 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then :
8453 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8454 $as_echo "not found" >&6; }
8456 else
8457 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xrandr" >&5
8458 $as_echo "$ac_cv_lib_soname_Xrandr" >&6; }
8460 cat >>confdefs.h <<_ACEOF
8461 #define SONAME_LIBXRANDR "$ac_cv_lib_soname_Xrandr"
8462 _ACEOF
8467 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8469 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then :
8470 case "x$with_xrandr" in
8471 x) as_fn_append wine_notices "|libxrandr ${notice_platform}development files not found, XRandr won't be supported." ;;
8472 xno) ;;
8473 *) as_fn_error "libxrandr ${notice_platform}development files not found, XRandr won't be supported.
8474 This is an error since --with-xrandr was requested." "$LINENO" 5 ;;
8475 esac
8478 if test "$ac_cv_header_X11_extensions_Xinerama_h" = "yes"
8479 then
8480 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8481 /* end confdefs.h. */
8482 #include <X11/Xlib.h>
8483 #include <X11/extensions/Xinerama.h>
8485 main ()
8487 static typeof(XineramaQueryScreens) * func;
8489 return 0;
8491 _ACEOF
8492 if ac_fn_c_try_compile "$LINENO"; then :
8493 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXinerama" >&5
8494 $as_echo_n "checking for -lXinerama... " >&6; }
8495 if test "${ac_cv_lib_soname_Xinerama+set}" = set; then :
8496 $as_echo_n "(cached) " >&6
8497 else
8498 ac_check_soname_save_LIBS=$LIBS
8499 LIBS="-lXinerama $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8500 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8501 /* end confdefs.h. */
8503 /* Override any GCC internal prototype to avoid an error.
8504 Use char because int might match the return type of a GCC
8505 builtin and then its argument prototype would still apply. */
8506 #ifdef __cplusplus
8507 extern "C"
8508 #endif
8509 char XineramaQueryScreens ();
8511 main ()
8513 return XineramaQueryScreens ();
8515 return 0;
8517 _ACEOF
8518 if ac_fn_c_try_link "$LINENO"; then :
8519 case "$LIBEXT" in
8520 dll) ac_cv_lib_soname_Xinerama=`$ac_cv_path_LDD conftest.exe | grep "Xinerama" | sed -e "s/dll.*/dll/"';2,$d'` ;;
8521 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'` ;;
8522 *) ac_cv_lib_soname_Xinerama=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXinerama\\.$LIBEXT" | sed -e "s/^.*\(libXinerama\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8523 esac
8525 rm -f core conftest.err conftest.$ac_objext \
8526 conftest$ac_exeext conftest.$ac_ext
8527 LIBS=$ac_check_soname_save_LIBS
8529 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then :
8530 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8531 $as_echo "not found" >&6; }
8533 else
8534 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xinerama" >&5
8535 $as_echo "$ac_cv_lib_soname_Xinerama" >&6; }
8537 cat >>confdefs.h <<_ACEOF
8538 #define SONAME_LIBXINERAMA "$ac_cv_lib_soname_Xinerama"
8539 _ACEOF
8544 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8546 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then :
8547 case "x$with_xinerama" in
8548 x) as_fn_append wine_notices "|libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported." ;;
8549 xno) ;;
8550 *) as_fn_error "libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
8551 This is an error since --with-xinerama was requested." "$LINENO" 5 ;;
8552 esac
8555 if test "$ac_cv_header_X11_extensions_Xcomposite_h" = "yes"
8556 then
8557 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXcomposite" >&5
8558 $as_echo_n "checking for -lXcomposite... " >&6; }
8559 if test "${ac_cv_lib_soname_Xcomposite+set}" = set; then :
8560 $as_echo_n "(cached) " >&6
8561 else
8562 ac_check_soname_save_LIBS=$LIBS
8563 LIBS="-lXcomposite $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8564 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8565 /* end confdefs.h. */
8567 /* Override any GCC internal prototype to avoid an error.
8568 Use char because int might match the return type of a GCC
8569 builtin and then its argument prototype would still apply. */
8570 #ifdef __cplusplus
8571 extern "C"
8572 #endif
8573 char XCompositeRedirectWindow ();
8575 main ()
8577 return XCompositeRedirectWindow ();
8579 return 0;
8581 _ACEOF
8582 if ac_fn_c_try_link "$LINENO"; then :
8583 case "$LIBEXT" in
8584 dll) ac_cv_lib_soname_Xcomposite=`$ac_cv_path_LDD conftest.exe | grep "Xcomposite" | sed -e "s/dll.*/dll/"';2,$d'` ;;
8585 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'` ;;
8586 *) ac_cv_lib_soname_Xcomposite=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcomposite\\.$LIBEXT" | sed -e "s/^.*\(libXcomposite\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8587 esac
8589 rm -f core conftest.err conftest.$ac_objext \
8590 conftest$ac_exeext conftest.$ac_ext
8591 LIBS=$ac_check_soname_save_LIBS
8593 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then :
8594 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8595 $as_echo "not found" >&6; }
8597 else
8598 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xcomposite" >&5
8599 $as_echo "$ac_cv_lib_soname_Xcomposite" >&6; }
8601 cat >>confdefs.h <<_ACEOF
8602 #define SONAME_LIBXCOMPOSITE "$ac_cv_lib_soname_Xcomposite"
8603 _ACEOF
8608 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then :
8609 case "x$with_xcomposite" in
8610 x) as_fn_append wine_notices "|libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported." ;;
8611 xno) ;;
8612 *) as_fn_error "libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
8613 This is an error since --with-xcomposite was requested." "$LINENO" 5 ;;
8614 esac
8617 ac_fn_c_check_member "$LINENO" "XICCallback" "callback" "ac_cv_member_XICCallback_callback" "#ifdef HAVE_X11_XLIB_H
8618 #include <X11/Xlib.h>
8619 #endif
8621 if test "x$ac_cv_member_XICCallback_callback" = x""yes; then :
8623 cat >>confdefs.h <<_ACEOF
8624 #define HAVE_XICCALLBACK_CALLBACK 1
8625 _ACEOF
8632 opengl_msg=""
8633 if test "x$with_opengl" != "xno"
8634 then
8635 for ac_header in GL/gl.h GL/glx.h GL/glu.h
8636 do :
8637 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8638 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_GL_GLX_H
8639 # include <GL/glx.h>
8640 #endif
8642 eval as_val=\$$as_ac_Header
8643 if test "x$as_val" = x""yes; then :
8644 cat >>confdefs.h <<_ACEOF
8645 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8646 _ACEOF
8650 done
8652 if test "$ac_cv_header_GL_gl_h" = "yes" -a "$ac_cv_header_GL_glx_h" = "yes"
8653 then
8654 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for up-to-date OpenGL version" >&5
8655 $as_echo_n "checking for up-to-date OpenGL version... " >&6; }
8656 if test "${wine_cv_opengl_header_version_OK+set}" = set; then :
8657 $as_echo_n "(cached) " >&6
8658 else
8659 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8660 /* end confdefs.h. */
8661 #include <GL/gl.h>
8663 main ()
8665 GLenum test = GL_UNSIGNED_SHORT_5_6_5;
8667 return 0;
8669 _ACEOF
8670 if ac_fn_c_try_compile "$LINENO"; then :
8671 wine_cv_opengl_header_version_OK="yes"
8672 else
8673 wine_cv_opengl_header_version_OK="no"
8675 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8677 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_opengl_header_version_OK" >&5
8678 $as_echo "$wine_cv_opengl_header_version_OK" >&6; }
8680 if test "$wine_cv_opengl_header_version_OK" = "yes"
8681 then
8682 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGL" >&5
8683 $as_echo_n "checking for -lGL... " >&6; }
8684 if test "${ac_cv_lib_soname_GL+set}" = set; then :
8685 $as_echo_n "(cached) " >&6
8686 else
8687 ac_check_soname_save_LIBS=$LIBS
8688 LIBS="-lGL $X_LIBS $XLIB -lm $X_EXTRA_LIBS $LIBS"
8689 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8690 /* end confdefs.h. */
8692 /* Override any GCC internal prototype to avoid an error.
8693 Use char because int might match the return type of a GCC
8694 builtin and then its argument prototype would still apply. */
8695 #ifdef __cplusplus
8696 extern "C"
8697 #endif
8698 char glXCreateContext ();
8700 main ()
8702 return glXCreateContext ();
8704 return 0;
8706 _ACEOF
8707 if ac_fn_c_try_link "$LINENO"; then :
8708 case "$LIBEXT" in
8709 dll) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest.exe | grep "GL" | sed -e "s/dll.*/dll/"';2,$d'` ;;
8710 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'` ;;
8711 *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8712 esac
8714 rm -f core conftest.err conftest.$ac_objext \
8715 conftest$ac_exeext conftest.$ac_ext
8716 LIBS=$ac_check_soname_save_LIBS
8718 if test "x$ac_cv_lib_soname_GL" = "x"; then :
8719 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8720 $as_echo "not found" >&6; }
8721 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGL" >&5
8722 $as_echo_n "checking for -lGL... " >&6; }
8723 if test "${ac_cv_lib_soname_GL+set}" = set; then :
8724 $as_echo_n "(cached) " >&6
8725 else
8726 ac_check_soname_save_LIBS=$LIBS
8727 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"
8728 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8729 /* end confdefs.h. */
8731 /* Override any GCC internal prototype to avoid an error.
8732 Use char because int might match the return type of a GCC
8733 builtin and then its argument prototype would still apply. */
8734 #ifdef __cplusplus
8735 extern "C"
8736 #endif
8737 char glXCreateContext ();
8739 main ()
8741 return glXCreateContext ();
8743 return 0;
8745 _ACEOF
8746 if ac_fn_c_try_link "$LINENO"; then :
8747 case "$LIBEXT" in
8748 dll) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest.exe | grep "GL" | sed -e "s/dll.*/dll/"';2,$d'` ;;
8749 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'` ;;
8750 *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8751 esac
8753 rm -f core conftest.err conftest.$ac_objext \
8754 conftest$ac_exeext conftest.$ac_ext
8755 LIBS=$ac_check_soname_save_LIBS
8757 if test "x$ac_cv_lib_soname_GL" = "x"; then :
8758 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8759 $as_echo "not found" >&6; }
8760 if test -f /usr/X11R6/lib/libGL.a
8761 then
8762 opengl_msg="/usr/X11R6/lib/libGL.a is present on your system.
8763 This probably prevents linking to OpenGL. Try deleting the file and restarting configure."
8764 else
8765 opengl_msg="No OpenGL library found on this system."
8767 else
8768 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GL" >&5
8769 $as_echo "$ac_cv_lib_soname_GL" >&6; }
8771 cat >>confdefs.h <<_ACEOF
8772 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
8773 _ACEOF
8775 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"
8777 $as_echo "#define HAVE_OPENGL 1" >>confdefs.h
8780 else
8781 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GL" >&5
8782 $as_echo "$ac_cv_lib_soname_GL" >&6; }
8784 cat >>confdefs.h <<_ACEOF
8785 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
8786 _ACEOF
8788 OPENGL_LIBS="-lGL"
8790 $as_echo "#define HAVE_OPENGL 1" >>confdefs.h
8793 if test "$ac_cv_header_GL_glu_h" = "yes"
8794 then
8795 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGLU" >&5
8796 $as_echo_n "checking for -lGLU... " >&6; }
8797 if test "${ac_cv_lib_soname_GLU+set}" = set; then :
8798 $as_echo_n "(cached) " >&6
8799 else
8800 ac_check_soname_save_LIBS=$LIBS
8801 LIBS="-lGLU $OPENGL_LIBS $X_LIBS $X_PRE_LIBS $XLIB -lm $X_EXTRA_LIBS $LIBS"
8802 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8803 /* end confdefs.h. */
8805 /* Override any GCC internal prototype to avoid an error.
8806 Use char because int might match the return type of a GCC
8807 builtin and then its argument prototype would still apply. */
8808 #ifdef __cplusplus
8809 extern "C"
8810 #endif
8811 char gluLookAt ();
8813 main ()
8815 return gluLookAt ();
8817 return 0;
8819 _ACEOF
8820 if ac_fn_c_try_link "$LINENO"; then :
8821 case "$LIBEXT" in
8822 dll) ac_cv_lib_soname_GLU=`$ac_cv_path_LDD conftest.exe | grep "GLU" | sed -e "s/dll.*/dll/"';2,$d'` ;;
8823 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'` ;;
8824 *) ac_cv_lib_soname_GLU=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGLU\\.$LIBEXT" | sed -e "s/^.*\(libGLU\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8825 esac
8827 rm -f core conftest.err conftest.$ac_objext \
8828 conftest$ac_exeext conftest.$ac_ext
8829 LIBS=$ac_check_soname_save_LIBS
8831 if test "x$ac_cv_lib_soname_GLU" = "x"; then :
8832 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8833 $as_echo "not found" >&6; }
8835 else
8836 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GLU" >&5
8837 $as_echo "$ac_cv_lib_soname_GLU" >&6; }
8839 cat >>confdefs.h <<_ACEOF
8840 #define SONAME_LIBGLU "$ac_cv_lib_soname_GLU"
8841 _ACEOF
8846 if test "x$ac_cv_lib_soname_GLU" = "x"; then :
8847 case "x$with_glu" in
8848 x) as_fn_append wine_notices "|libGLU ${notice_platform}development files not found, GLU won't be supported." ;;
8849 xno) ;;
8850 *) as_fn_error "libGLU ${notice_platform}development files not found, GLU won't be supported.
8851 This is an error since --with-glu was requested." "$LINENO" 5 ;;
8852 esac
8854 else
8855 opengl_msg="Old Mesa headers detected. Consider upgrading your Mesa libraries."
8857 else
8858 opengl_msg="OpenGL development headers not found."
8860 test -n "$opengl_msg" && enable_opengl32=${enable_opengl32:-no}
8861 test "x$ac_cv_lib_soname_GLU" = "x" && enable_glu32=${enable_glu32:-no}
8862 else
8863 enable_opengl32=${enable_opengl32:-no}
8864 enable_glu32=${enable_glu32:-no}
8866 if test -n "$opengl_msg"; then :
8867 case "x$with_opengl" in
8868 x) as_fn_append wine_warnings "|$opengl_msg
8869 OpenGL and Direct3D won't be supported." ;;
8870 xno) ;;
8871 *) as_fn_error "$opengl_msg
8872 OpenGL and Direct3D won't be supported.
8873 This is an error since --with-opengl was requested." "$LINENO" 5 ;;
8874 esac
8877 NASLIBS=""
8879 for ac_header in audio/audiolib.h
8880 do :
8881 ac_fn_c_check_header_mongrel "$LINENO" "audio/audiolib.h" "ac_cv_header_audio_audiolib_h" "$ac_includes_default"
8882 if test "x$ac_cv_header_audio_audiolib_h" = x""yes; then :
8883 cat >>confdefs.h <<_ACEOF
8884 #define HAVE_AUDIO_AUDIOLIB_H 1
8885 _ACEOF
8886 for ac_header in audio/soundlib.h
8887 do :
8888 ac_fn_c_check_header_compile "$LINENO" "audio/soundlib.h" "ac_cv_header_audio_soundlib_h" "#include <audio/audiolib.h>
8890 if test "x$ac_cv_header_audio_soundlib_h" = x""yes; then :
8891 cat >>confdefs.h <<_ACEOF
8892 #define HAVE_AUDIO_SOUNDLIB_H 1
8893 _ACEOF
8897 done
8899 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for AuCreateFlow in -laudio" >&5
8900 $as_echo_n "checking for AuCreateFlow in -laudio... " >&6; }
8901 if test "${ac_cv_lib_audio_AuCreateFlow+set}" = set; then :
8902 $as_echo_n "(cached) " >&6
8903 else
8904 ac_check_lib_save_LIBS=$LIBS
8905 LIBS="-laudio -lXt $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8906 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8907 /* end confdefs.h. */
8909 /* Override any GCC internal prototype to avoid an error.
8910 Use char because int might match the return type of a GCC
8911 builtin and then its argument prototype would still apply. */
8912 #ifdef __cplusplus
8913 extern "C"
8914 #endif
8915 char AuCreateFlow ();
8917 main ()
8919 return AuCreateFlow ();
8921 return 0;
8923 _ACEOF
8924 if ac_fn_c_try_link "$LINENO"; then :
8925 ac_cv_lib_audio_AuCreateFlow=yes
8926 else
8927 ac_cv_lib_audio_AuCreateFlow=no
8929 rm -f core conftest.err conftest.$ac_objext \
8930 conftest$ac_exeext conftest.$ac_ext
8931 LIBS=$ac_check_lib_save_LIBS
8933 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_audio_AuCreateFlow" >&5
8934 $as_echo "$ac_cv_lib_audio_AuCreateFlow" >&6; }
8935 if test "x$ac_cv_lib_audio_AuCreateFlow" = x""yes; then :
8937 $as_echo "#define HAVE_NAS 1" >>confdefs.h
8939 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XauGetBestAuthByAddr in -lXau" >&5
8940 $as_echo_n "checking for XauGetBestAuthByAddr in -lXau... " >&6; }
8941 if test "${ac_cv_lib_Xau_XauGetBestAuthByAddr+set}" = set; then :
8942 $as_echo_n "(cached) " >&6
8943 else
8944 ac_check_lib_save_LIBS=$LIBS
8945 LIBS="-lXau $X_LIBS $LIBS"
8946 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8947 /* end confdefs.h. */
8949 /* Override any GCC internal prototype to avoid an error.
8950 Use char because int might match the return type of a GCC
8951 builtin and then its argument prototype would still apply. */
8952 #ifdef __cplusplus
8953 extern "C"
8954 #endif
8955 char XauGetBestAuthByAddr ();
8957 main ()
8959 return XauGetBestAuthByAddr ();
8961 return 0;
8963 _ACEOF
8964 if ac_fn_c_try_link "$LINENO"; then :
8965 ac_cv_lib_Xau_XauGetBestAuthByAddr=yes
8966 else
8967 ac_cv_lib_Xau_XauGetBestAuthByAddr=no
8969 rm -f core conftest.err conftest.$ac_objext \
8970 conftest$ac_exeext conftest.$ac_ext
8971 LIBS=$ac_check_lib_save_LIBS
8973 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xau_XauGetBestAuthByAddr" >&5
8974 $as_echo "$ac_cv_lib_Xau_XauGetBestAuthByAddr" >&6; }
8975 if test "x$ac_cv_lib_Xau_XauGetBestAuthByAddr" = x""yes; then :
8976 NASLIBS="-lXau -laudio -lXt $X_LIBS $XLIB $X_EXTRA_LIBS"
8977 else
8978 NASLIBS="-laudio -lXt $X_LIBS $XLIB $X_EXTRA_LIBS"
8986 done
8989 CPPFLAGS="$ac_save_CPPFLAGS"
8990 else
8991 XLIB=""
8992 X_CFLAGS=""
8993 X_LIBS=""
8994 enable_winex11_drv=${enable_winex11_drv:-no}
8995 enable_opengl32=${enable_opengl32:-no}
8996 enable_glu32=${enable_glu32:-no}
8998 if test "x$XLIB" = "x"; then :
8999 case "x$with_x" in
9000 xno) ;;
9001 *) as_fn_error "X ${notice_platform}development files not found. Wine will be built
9002 without X support, which probably isn't what you want. You will need to install
9003 ${notice_platform}development packages of Xlib/Xfree86 at the very least.
9004 Use the --without-x option if you really want this." "$LINENO" 5 ;;
9005 esac
9009 XML2LIBS=""
9011 XML2INCL=""
9013 XSLTINCL=""
9015 if test "x$with_xml" != "xno"
9016 then
9017 ac_save_CPPFLAGS="$CPPFLAGS"
9018 if test "$PKG_CONFIG" != "false"
9019 then
9020 ac_xml_libs="`$PKG_CONFIG --libs libxml-2.0 2>/dev/null`"
9021 ac_xml_cflags="`$PKG_CONFIG --cflags libxml-2.0 2>/dev/null`"
9022 else
9023 ac_xml_libs="`xml2-config --libs 2>/dev/null`"
9024 ac_xml_cflags="`xml2-config --cflags 2>/dev/null`"
9026 CPPFLAGS="$CPPFLAGS $ac_xml_cflags"
9027 for ac_header in libxml/parser.h
9028 do :
9029 ac_fn_c_check_header_mongrel "$LINENO" "libxml/parser.h" "ac_cv_header_libxml_parser_h" "$ac_includes_default"
9030 if test "x$ac_cv_header_libxml_parser_h" = x""yes; then :
9031 cat >>confdefs.h <<_ACEOF
9032 #define HAVE_LIBXML_PARSER_H 1
9033 _ACEOF
9034 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlParseMemory in -lxml2" >&5
9035 $as_echo_n "checking for xmlParseMemory in -lxml2... " >&6; }
9036 if test "${ac_cv_lib_xml2_xmlParseMemory+set}" = set; then :
9037 $as_echo_n "(cached) " >&6
9038 else
9039 ac_check_lib_save_LIBS=$LIBS
9040 LIBS="-lxml2 $ac_xml_libs $LIBS"
9041 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9042 /* end confdefs.h. */
9044 /* Override any GCC internal prototype to avoid an error.
9045 Use char because int might match the return type of a GCC
9046 builtin and then its argument prototype would still apply. */
9047 #ifdef __cplusplus
9048 extern "C"
9049 #endif
9050 char xmlParseMemory ();
9052 main ()
9054 return xmlParseMemory ();
9056 return 0;
9058 _ACEOF
9059 if ac_fn_c_try_link "$LINENO"; then :
9060 ac_cv_lib_xml2_xmlParseMemory=yes
9061 else
9062 ac_cv_lib_xml2_xmlParseMemory=no
9064 rm -f core conftest.err conftest.$ac_objext \
9065 conftest$ac_exeext conftest.$ac_ext
9066 LIBS=$ac_check_lib_save_LIBS
9068 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlParseMemory" >&5
9069 $as_echo "$ac_cv_lib_xml2_xmlParseMemory" >&6; }
9070 if test "x$ac_cv_lib_xml2_xmlParseMemory" = x""yes; then :
9072 $as_echo "#define HAVE_LIBXML2 1" >>confdefs.h
9074 XML2LIBS="$ac_xml_libs"
9075 XML2INCL="$ac_xml_cflags"
9078 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlReadMemory in -lxml2" >&5
9079 $as_echo_n "checking for xmlReadMemory in -lxml2... " >&6; }
9080 if test "${ac_cv_lib_xml2_xmlReadMemory+set}" = set; then :
9081 $as_echo_n "(cached) " >&6
9082 else
9083 ac_check_lib_save_LIBS=$LIBS
9084 LIBS="-lxml2 $ac_xml_libs $LIBS"
9085 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9086 /* end confdefs.h. */
9088 /* Override any GCC internal prototype to avoid an error.
9089 Use char because int might match the return type of a GCC
9090 builtin and then its argument prototype would still apply. */
9091 #ifdef __cplusplus
9092 extern "C"
9093 #endif
9094 char xmlReadMemory ();
9096 main ()
9098 return xmlReadMemory ();
9100 return 0;
9102 _ACEOF
9103 if ac_fn_c_try_link "$LINENO"; then :
9104 ac_cv_lib_xml2_xmlReadMemory=yes
9105 else
9106 ac_cv_lib_xml2_xmlReadMemory=no
9108 rm -f core conftest.err conftest.$ac_objext \
9109 conftest$ac_exeext conftest.$ac_ext
9110 LIBS=$ac_check_lib_save_LIBS
9112 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlReadMemory" >&5
9113 $as_echo "$ac_cv_lib_xml2_xmlReadMemory" >&6; }
9114 if test "x$ac_cv_lib_xml2_xmlReadMemory" = x""yes; then :
9116 $as_echo "#define HAVE_XMLREADMEMORY 1" >>confdefs.h
9120 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlNewDocPI in -lxml2" >&5
9121 $as_echo_n "checking for xmlNewDocPI in -lxml2... " >&6; }
9122 if test "${ac_cv_lib_xml2_xmlNewDocPI+set}" = set; then :
9123 $as_echo_n "(cached) " >&6
9124 else
9125 ac_check_lib_save_LIBS=$LIBS
9126 LIBS="-lxml2 $ac_xml_libs $LIBS"
9127 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9128 /* end confdefs.h. */
9130 /* Override any GCC internal prototype to avoid an error.
9131 Use char because int might match the return type of a GCC
9132 builtin and then its argument prototype would still apply. */
9133 #ifdef __cplusplus
9134 extern "C"
9135 #endif
9136 char xmlNewDocPI ();
9138 main ()
9140 return xmlNewDocPI ();
9142 return 0;
9144 _ACEOF
9145 if ac_fn_c_try_link "$LINENO"; then :
9146 ac_cv_lib_xml2_xmlNewDocPI=yes
9147 else
9148 ac_cv_lib_xml2_xmlNewDocPI=no
9150 rm -f core conftest.err conftest.$ac_objext \
9151 conftest$ac_exeext conftest.$ac_ext
9152 LIBS=$ac_check_lib_save_LIBS
9154 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlNewDocPI" >&5
9155 $as_echo "$ac_cv_lib_xml2_xmlNewDocPI" >&6; }
9156 if test "x$ac_cv_lib_xml2_xmlNewDocPI" = x""yes; then :
9158 $as_echo "#define HAVE_XMLNEWDOCPI 1" >>confdefs.h
9165 done
9167 CPPFLAGS="$ac_save_CPPFLAGS"
9169 if test "$ac_cv_lib_xml2_xmlParseMemory" != "yes"; then :
9170 case "x$with_xml" in
9171 x) as_fn_append wine_warnings "|libxml2 ${notice_platform}development files not found, XML won't be supported." ;;
9172 xno) ;;
9173 *) as_fn_error "libxml2 ${notice_platform}development files not found, XML won't be supported.
9174 This is an error since --with-xml was requested." "$LINENO" 5 ;;
9175 esac
9178 if test "x$with_xslt" != "xno"
9179 then
9180 if test "$PKG_CONFIG" != "false"
9181 then
9182 ac_xslt_libs="`$PKG_CONFIG --libs libxslt 2>/dev/null`"
9183 ac_xslt_cflags="`$PKG_CONFIG --cflags libxslt 2>/dev/null`"
9184 else
9185 ac_xslt_libs="`xslt-config --libs 2>/dev/null`"
9186 ac_xslt_cflags="`xslt-config --cflags 2>/dev/null`"
9188 ac_save_CPPFLAGS="$CPPFLAGS"
9189 CPPFLAGS="$CPPFLAGS $ac_xslt_cflags"
9190 for ac_header in libxslt/pattern.h libxslt/transform.h
9191 do :
9192 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
9193 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_LIBXSLT_PATTERN_H
9194 # include <libxslt/pattern.h>
9195 #endif
9197 eval as_val=\$$as_ac_Header
9198 if test "x$as_val" = x""yes; then :
9199 cat >>confdefs.h <<_ACEOF
9200 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
9201 _ACEOF
9205 done
9207 CPPFLAGS="$ac_save_CPPFLAGS"
9208 if test "$ac_cv_header_libxslt_transform_h" = "yes"
9209 then
9210 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lxslt" >&5
9211 $as_echo_n "checking for -lxslt... " >&6; }
9212 if test "${ac_cv_lib_soname_xslt+set}" = set; then :
9213 $as_echo_n "(cached) " >&6
9214 else
9215 ac_check_soname_save_LIBS=$LIBS
9216 LIBS="-lxslt $ac_xslt_libs $LIBS"
9217 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9218 /* end confdefs.h. */
9220 /* Override any GCC internal prototype to avoid an error.
9221 Use char because int might match the return type of a GCC
9222 builtin and then its argument prototype would still apply. */
9223 #ifdef __cplusplus
9224 extern "C"
9225 #endif
9226 char xsltCompilePattern ();
9228 main ()
9230 return xsltCompilePattern ();
9232 return 0;
9234 _ACEOF
9235 if ac_fn_c_try_link "$LINENO"; then :
9236 case "$LIBEXT" in
9237 dll) ac_cv_lib_soname_xslt=`$ac_cv_path_LDD conftest.exe | grep "xslt" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9238 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'` ;;
9239 *) ac_cv_lib_soname_xslt=`$ac_cv_path_LDD conftest$ac_exeext | grep "libxslt\\.$LIBEXT" | sed -e "s/^.*\(libxslt\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9240 esac
9242 rm -f core conftest.err conftest.$ac_objext \
9243 conftest$ac_exeext conftest.$ac_ext
9244 LIBS=$ac_check_soname_save_LIBS
9246 if test "x$ac_cv_lib_soname_xslt" = "x"; then :
9247 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9248 $as_echo "not found" >&6; }
9250 else
9251 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_xslt" >&5
9252 $as_echo "$ac_cv_lib_soname_xslt" >&6; }
9254 cat >>confdefs.h <<_ACEOF
9255 #define SONAME_LIBXSLT "$ac_cv_lib_soname_xslt"
9256 _ACEOF
9258 XSLTINCL="$ac_xslt_cflags"
9262 if test "x$ac_cv_lib_soname_xslt" = "x"; then :
9263 case "x$with_xslt" in
9264 x) as_fn_append wine_warnings "|libxslt ${notice_platform}development files not found, xslt won't be supported." ;;
9265 xno) ;;
9266 *) as_fn_error "libxslt ${notice_platform}development files not found, xslt won't be supported.
9267 This is an error since --with-xslt was requested." "$LINENO" 5 ;;
9268 esac
9271 HALINCL=""
9273 if test "x$with_hal" != "xno"
9274 then
9275 ac_save_CPPFLAGS="$CPPFLAGS"
9276 if test "$PKG_CONFIG" != "false"
9277 then
9278 ac_hal_libs="`$PKG_CONFIG --libs hal 2>/dev/null`"
9279 ac_hal_cflags="`$PKG_CONFIG --cflags hal 2>/dev/null`"
9280 CPPFLAGS="$CPPFLAGS $ac_hal_cflags"
9282 for ac_header in dbus/dbus.h hal/libhal.h
9283 do :
9284 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
9285 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
9286 eval as_val=\$$as_ac_Header
9287 if test "x$as_val" = x""yes; then :
9288 cat >>confdefs.h <<_ACEOF
9289 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
9290 _ACEOF
9294 done
9296 if test "$ac_cv_header_dbus_dbus_h" = "yes" -a "$ac_cv_header_hal_libhal_h" = "yes"
9297 then
9298 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dbus_connection_close in -ldbus-1" >&5
9299 $as_echo_n "checking for dbus_connection_close in -ldbus-1... " >&6; }
9300 if test "${ac_cv_lib_dbus_1_dbus_connection_close+set}" = set; then :
9301 $as_echo_n "(cached) " >&6
9302 else
9303 ac_check_lib_save_LIBS=$LIBS
9304 LIBS="-ldbus-1 $ac_hal_libs $LIBS"
9305 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9306 /* end confdefs.h. */
9308 /* Override any GCC internal prototype to avoid an error.
9309 Use char because int might match the return type of a GCC
9310 builtin and then its argument prototype would still apply. */
9311 #ifdef __cplusplus
9312 extern "C"
9313 #endif
9314 char dbus_connection_close ();
9316 main ()
9318 return dbus_connection_close ();
9320 return 0;
9322 _ACEOF
9323 if ac_fn_c_try_link "$LINENO"; then :
9324 ac_cv_lib_dbus_1_dbus_connection_close=yes
9325 else
9326 ac_cv_lib_dbus_1_dbus_connection_close=no
9328 rm -f core conftest.err conftest.$ac_objext \
9329 conftest$ac_exeext conftest.$ac_ext
9330 LIBS=$ac_check_lib_save_LIBS
9332 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dbus_1_dbus_connection_close" >&5
9333 $as_echo "$ac_cv_lib_dbus_1_dbus_connection_close" >&6; }
9334 if test "x$ac_cv_lib_dbus_1_dbus_connection_close" = x""yes; then :
9335 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lhal" >&5
9336 $as_echo_n "checking for -lhal... " >&6; }
9337 if test "${ac_cv_lib_soname_hal+set}" = set; then :
9338 $as_echo_n "(cached) " >&6
9339 else
9340 ac_check_soname_save_LIBS=$LIBS
9341 LIBS="-lhal $ac_hal_libs $LIBS"
9342 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9343 /* end confdefs.h. */
9345 /* Override any GCC internal prototype to avoid an error.
9346 Use char because int might match the return type of a GCC
9347 builtin and then its argument prototype would still apply. */
9348 #ifdef __cplusplus
9349 extern "C"
9350 #endif
9351 char libhal_ctx_new ();
9353 main ()
9355 return libhal_ctx_new ();
9357 return 0;
9359 _ACEOF
9360 if ac_fn_c_try_link "$LINENO"; then :
9361 case "$LIBEXT" in
9362 dll) ac_cv_lib_soname_hal=`$ac_cv_path_LDD conftest.exe | grep "hal" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9363 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'` ;;
9364 *) ac_cv_lib_soname_hal=`$ac_cv_path_LDD conftest$ac_exeext | grep "libhal\\.$LIBEXT" | sed -e "s/^.*\(libhal\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9365 esac
9367 rm -f core conftest.err conftest.$ac_objext \
9368 conftest$ac_exeext conftest.$ac_ext
9369 LIBS=$ac_check_soname_save_LIBS
9371 if test "x$ac_cv_lib_soname_hal" = "x"; then :
9372 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9373 $as_echo "not found" >&6; }
9375 else
9376 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_hal" >&5
9377 $as_echo "$ac_cv_lib_soname_hal" >&6; }
9379 cat >>confdefs.h <<_ACEOF
9380 #define SONAME_LIBHAL "$ac_cv_lib_soname_hal"
9381 _ACEOF
9383 HALINCL="$ac_hal_cflags"
9388 CPPFLAGS="$ac_save_CPPFLAGS"
9390 if test "x$ac_cv_lib_soname_hal" = "x" -a "x$ac_cv_header_DiskArbitration_DiskArbitration_h" != "xyes"; then :
9391 case "x$with_hal" in
9392 x) as_fn_append wine_notices "|libhal/libdbus ${notice_platform}development files not found, no dynamic device support." ;;
9393 xno) ;;
9394 *) as_fn_error "libhal/libdbus ${notice_platform}development files not found, no dynamic device support.
9395 This is an error since --with-hal was requested." "$LINENO" 5 ;;
9396 esac
9399 if test "x$with_gnutls" != "xno"
9400 then
9401 ac_save_CPPFLAGS="$CPPFLAGS"
9402 if test "$PKG_CONFIG" != "false"
9403 then
9404 ac_gnutls_libs="`$PKG_CONFIG --libs gnutls 2>/dev/null`"
9405 ac_gnutls_cflags="`$PKG_CONFIG --cflags gnutls 2>/dev/null`"
9406 CPPFLAGS="$CPPFLAGS $ac_gnutls_cflags"
9408 ac_fn_c_check_header_mongrel "$LINENO" "gnutls/gnutls.h" "ac_cv_header_gnutls_gnutls_h" "$ac_includes_default"
9409 if test "x$ac_cv_header_gnutls_gnutls_h" = x""yes; then :
9410 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9411 /* end confdefs.h. */
9412 #include <gnutls/gnutls.h>
9414 main ()
9416 typeof(gnutls_mac_get_key_size) *pfunc;
9418 return 0;
9420 _ACEOF
9421 if ac_fn_c_try_compile "$LINENO"; then :
9422 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lgnutls" >&5
9423 $as_echo_n "checking for -lgnutls... " >&6; }
9424 if test "${ac_cv_lib_soname_gnutls+set}" = set; then :
9425 $as_echo_n "(cached) " >&6
9426 else
9427 ac_check_soname_save_LIBS=$LIBS
9428 LIBS="-lgnutls $ac_gnutls_libs $LIBS"
9429 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9430 /* end confdefs.h. */
9432 /* Override any GCC internal prototype to avoid an error.
9433 Use char because int might match the return type of a GCC
9434 builtin and then its argument prototype would still apply. */
9435 #ifdef __cplusplus
9436 extern "C"
9437 #endif
9438 char gnutls_global_init ();
9440 main ()
9442 return gnutls_global_init ();
9444 return 0;
9446 _ACEOF
9447 if ac_fn_c_try_link "$LINENO"; then :
9448 case "$LIBEXT" in
9449 dll) ac_cv_lib_soname_gnutls=`$ac_cv_path_LDD conftest.exe | grep "gnutls" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9450 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'` ;;
9451 *) ac_cv_lib_soname_gnutls=`$ac_cv_path_LDD conftest$ac_exeext | grep "libgnutls\\.$LIBEXT" | sed -e "s/^.*\(libgnutls\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9452 esac
9454 rm -f core conftest.err conftest.$ac_objext \
9455 conftest$ac_exeext conftest.$ac_ext
9456 LIBS=$ac_check_soname_save_LIBS
9458 if test "x$ac_cv_lib_soname_gnutls" = "x"; then :
9459 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9460 $as_echo "not found" >&6; }
9462 else
9463 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_gnutls" >&5
9464 $as_echo "$ac_cv_lib_soname_gnutls" >&6; }
9466 cat >>confdefs.h <<_ACEOF
9467 #define SONAME_LIBGNUTLS "$ac_cv_lib_soname_gnutls"
9468 _ACEOF
9470 GNUTLSINCL="$ac_gnutls_cflags"
9474 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9478 CPPFLAGS="$ac_save_CPPFLAGS"
9480 if test "x$ac_cv_lib_soname_gnutls" = "x"; then :
9481 case "x$with_gnutls" in
9482 x) as_fn_append wine_notices "|libgnutls ${notice_platform}development files not found, no schannel support." ;;
9483 xno) ;;
9484 *) as_fn_error "libgnutls ${notice_platform}development files not found, no schannel support.
9485 This is an error since --with-gnutls was requested." "$LINENO" 5 ;;
9486 esac
9489 CURSESLIBS=""
9490 if test "$ac_cv_header_ncurses_h" = "yes"
9491 then
9492 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lncurses" >&5
9493 $as_echo_n "checking for -lncurses... " >&6; }
9494 if test "${ac_cv_lib_soname_ncurses+set}" = set; then :
9495 $as_echo_n "(cached) " >&6
9496 else
9497 ac_check_soname_save_LIBS=$LIBS
9498 LIBS="-lncurses $LIBS"
9499 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9500 /* end confdefs.h. */
9502 /* Override any GCC internal prototype to avoid an error.
9503 Use char because int might match the return type of a GCC
9504 builtin and then its argument prototype would still apply. */
9505 #ifdef __cplusplus
9506 extern "C"
9507 #endif
9508 char waddch ();
9510 main ()
9512 return waddch ();
9514 return 0;
9516 _ACEOF
9517 if ac_fn_c_try_link "$LINENO"; then :
9518 case "$LIBEXT" in
9519 dll) ac_cv_lib_soname_ncurses=`$ac_cv_path_LDD conftest.exe | grep "ncurses" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9520 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'` ;;
9521 *) ac_cv_lib_soname_ncurses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libncurses\\.$LIBEXT" | sed -e "s/^.*\(libncurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9522 esac
9524 rm -f core conftest.err conftest.$ac_objext \
9525 conftest$ac_exeext conftest.$ac_ext
9526 LIBS=$ac_check_soname_save_LIBS
9528 if test "x$ac_cv_lib_soname_ncurses" = "x"; then :
9529 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9530 $as_echo "not found" >&6; }
9532 else
9533 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_ncurses" >&5
9534 $as_echo "$ac_cv_lib_soname_ncurses" >&6; }
9536 cat >>confdefs.h <<_ACEOF
9537 #define SONAME_LIBNCURSES "$ac_cv_lib_soname_ncurses"
9538 _ACEOF
9540 CURSESLIBS="-lncurses"
9542 elif test "$ac_cv_header_curses_h" = "yes"
9543 then
9544 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcurses" >&5
9545 $as_echo_n "checking for -lcurses... " >&6; }
9546 if test "${ac_cv_lib_soname_curses+set}" = set; then :
9547 $as_echo_n "(cached) " >&6
9548 else
9549 ac_check_soname_save_LIBS=$LIBS
9550 LIBS="-lcurses $LIBS"
9551 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9552 /* end confdefs.h. */
9554 /* Override any GCC internal prototype to avoid an error.
9555 Use char because int might match the return type of a GCC
9556 builtin and then its argument prototype would still apply. */
9557 #ifdef __cplusplus
9558 extern "C"
9559 #endif
9560 char waddch ();
9562 main ()
9564 return waddch ();
9566 return 0;
9568 _ACEOF
9569 if ac_fn_c_try_link "$LINENO"; then :
9570 case "$LIBEXT" in
9571 dll) ac_cv_lib_soname_curses=`$ac_cv_path_LDD conftest.exe | grep "curses" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9572 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'` ;;
9573 *) ac_cv_lib_soname_curses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcurses\\.$LIBEXT" | sed -e "s/^.*\(libcurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9574 esac
9576 rm -f core conftest.err conftest.$ac_objext \
9577 conftest$ac_exeext conftest.$ac_ext
9578 LIBS=$ac_check_soname_save_LIBS
9580 if test "x$ac_cv_lib_soname_curses" = "x"; then :
9581 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9582 $as_echo "not found" >&6; }
9584 else
9585 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_curses" >&5
9586 $as_echo "$ac_cv_lib_soname_curses" >&6; }
9588 cat >>confdefs.h <<_ACEOF
9589 #define SONAME_LIBCURSES "$ac_cv_lib_soname_curses"
9590 _ACEOF
9592 CURSESLIBS="-lcurses"
9595 ac_save_LIBS="$LIBS"
9596 LIBS="$LIBS $CURSESLIBS"
9597 for ac_func in mousemask
9598 do :
9599 ac_fn_c_check_func "$LINENO" "mousemask" "ac_cv_func_mousemask"
9600 if test "x$ac_cv_func_mousemask" = x""yes; then :
9601 cat >>confdefs.h <<_ACEOF
9602 #define HAVE_MOUSEMASK 1
9603 _ACEOF
9606 done
9608 LIBS="$ac_save_LIBS"
9609 if test "x$ac_cv_lib_soname_curses$ac_cv_lib_soname_ncurses" = "x"; then :
9610 case "x$with_curses" in
9611 x) as_fn_append wine_notices "|lib(n)curses ${notice_platform}development files not found, curses won't be supported." ;;
9612 xno) ;;
9613 *) as_fn_error "lib(n)curses ${notice_platform}development files not found, curses won't be supported.
9614 This is an error since --with-curses was requested." "$LINENO" 5 ;;
9615 esac
9618 if test "x$with_sane" != "xno"
9619 then
9620 ac_save_CPPFLAGS="$CPPFLAGS"
9621 # Extract the first word of "sane-config", so it can be a program name with args.
9622 set dummy sane-config; ac_word=$2
9623 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9624 $as_echo_n "checking for $ac_word... " >&6; }
9625 if test "${ac_cv_prog_sane_devel+set}" = set; then :
9626 $as_echo_n "(cached) " >&6
9627 else
9628 if test -n "$sane_devel"; then
9629 ac_cv_prog_sane_devel="$sane_devel" # Let the user override the test.
9630 else
9631 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9632 for as_dir in $PATH
9634 IFS=$as_save_IFS
9635 test -z "$as_dir" && as_dir=.
9636 for ac_exec_ext in '' $ac_executable_extensions; do
9637 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9638 ac_cv_prog_sane_devel="sane-config"
9639 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9640 break 2
9642 done
9643 done
9644 IFS=$as_save_IFS
9646 test -z "$ac_cv_prog_sane_devel" && ac_cv_prog_sane_devel="no"
9649 sane_devel=$ac_cv_prog_sane_devel
9650 if test -n "$sane_devel"; then
9651 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $sane_devel" >&5
9652 $as_echo "$sane_devel" >&6; }
9653 else
9654 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9655 $as_echo "no" >&6; }
9659 if test "$sane_devel" != "no"
9660 then
9661 ac_sane_incl="`$sane_devel --cflags`"
9662 ac_sane_libs="`$sane_devel --ldflags`"
9663 CPPFLAGS="$CPPFLAGS $ac_sane_incl"
9665 ac_fn_c_check_header_mongrel "$LINENO" "sane/sane.h" "ac_cv_header_sane_sane_h" "$ac_includes_default"
9666 if test "x$ac_cv_header_sane_sane_h" = x""yes; then :
9667 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lsane" >&5
9668 $as_echo_n "checking for -lsane... " >&6; }
9669 if test "${ac_cv_lib_soname_sane+set}" = set; then :
9670 $as_echo_n "(cached) " >&6
9671 else
9672 ac_check_soname_save_LIBS=$LIBS
9673 LIBS="-lsane $ac_sane_libs $LIBS"
9674 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9675 /* end confdefs.h. */
9677 /* Override any GCC internal prototype to avoid an error.
9678 Use char because int might match the return type of a GCC
9679 builtin and then its argument prototype would still apply. */
9680 #ifdef __cplusplus
9681 extern "C"
9682 #endif
9683 char sane_init ();
9685 main ()
9687 return sane_init ();
9689 return 0;
9691 _ACEOF
9692 if ac_fn_c_try_link "$LINENO"; then :
9693 case "$LIBEXT" in
9694 dll) ac_cv_lib_soname_sane=`$ac_cv_path_LDD conftest.exe | grep "sane" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9695 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'` ;;
9696 *) ac_cv_lib_soname_sane=`$ac_cv_path_LDD conftest$ac_exeext | grep "libsane\\.$LIBEXT" | sed -e "s/^.*\(libsane\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9697 esac
9699 rm -f core conftest.err conftest.$ac_objext \
9700 conftest$ac_exeext conftest.$ac_ext
9701 LIBS=$ac_check_soname_save_LIBS
9703 if test "x$ac_cv_lib_soname_sane" = "x"; then :
9704 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9705 $as_echo "not found" >&6; }
9707 else
9708 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_sane" >&5
9709 $as_echo "$ac_cv_lib_soname_sane" >&6; }
9711 cat >>confdefs.h <<_ACEOF
9712 #define SONAME_LIBSANE "$ac_cv_lib_soname_sane"
9713 _ACEOF
9715 SANEINCL="$ac_sane_incl"
9721 CPPFLAGS="$ac_save_CPPFLAGS"
9723 if test "x$ac_cv_lib_soname_sane" = "x"; then :
9724 case "x$with_sane" in
9725 x) as_fn_append wine_notices "|libsane ${notice_platform}development files not found, scanners won't be supported." ;;
9726 xno) ;;
9727 *) as_fn_error "libsane ${notice_platform}development files not found, scanners won't be supported.
9728 This is an error since --with-sane was requested." "$LINENO" 5 ;;
9729 esac
9732 if test "x$with_v4l" != "xno"
9733 then
9734 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lv4l1" >&5
9735 $as_echo_n "checking for -lv4l1... " >&6; }
9736 if test "${ac_cv_lib_soname_v4l1+set}" = set; then :
9737 $as_echo_n "(cached) " >&6
9738 else
9739 ac_check_soname_save_LIBS=$LIBS
9740 LIBS="-lv4l1 $LIBS"
9741 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9742 /* end confdefs.h. */
9744 /* Override any GCC internal prototype to avoid an error.
9745 Use char because int might match the return type of a GCC
9746 builtin and then its argument prototype would still apply. */
9747 #ifdef __cplusplus
9748 extern "C"
9749 #endif
9750 char v4l1_open ();
9752 main ()
9754 return v4l1_open ();
9756 return 0;
9758 _ACEOF
9759 if ac_fn_c_try_link "$LINENO"; then :
9760 case "$LIBEXT" in
9761 dll) ac_cv_lib_soname_v4l1=`$ac_cv_path_LDD conftest.exe | grep "v4l1" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9762 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'` ;;
9763 *) ac_cv_lib_soname_v4l1=`$ac_cv_path_LDD conftest$ac_exeext | grep "libv4l1\\.$LIBEXT" | sed -e "s/^.*\(libv4l1\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9764 esac
9766 rm -f core conftest.err conftest.$ac_objext \
9767 conftest$ac_exeext conftest.$ac_ext
9768 LIBS=$ac_check_soname_save_LIBS
9770 if test "x$ac_cv_lib_soname_v4l1" = "x"; then :
9771 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9772 $as_echo "not found" >&6; }
9774 else
9775 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_v4l1" >&5
9776 $as_echo "$ac_cv_lib_soname_v4l1" >&6; }
9778 cat >>confdefs.h <<_ACEOF
9779 #define SONAME_LIBV4L1 "$ac_cv_lib_soname_v4l1"
9780 _ACEOF
9785 if test "x$ac_cv_lib_soname_v4l1" = "x"; then :
9786 case "x$with_v4l" in
9787 x) as_fn_append wine_notices "|libv4l ${notice_platform}development files not found." ;;
9788 xno) ;;
9789 *) as_fn_error "libv4l ${notice_platform}development files not found.
9790 This is an error since --with-v4l was requested." "$LINENO" 5 ;;
9791 esac
9794 if test "x$with_gphoto" != "xno"
9795 then
9796 ac_save_CPPFLAGS="$CPPFLAGS"
9797 # Extract the first word of "gphoto2-config", so it can be a program name with args.
9798 set dummy gphoto2-config; ac_word=$2
9799 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9800 $as_echo_n "checking for $ac_word... " >&6; }
9801 if test "${ac_cv_prog_gphoto2_devel+set}" = set; then :
9802 $as_echo_n "(cached) " >&6
9803 else
9804 if test -n "$gphoto2_devel"; then
9805 ac_cv_prog_gphoto2_devel="$gphoto2_devel" # Let the user override the test.
9806 else
9807 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9808 for as_dir in $PATH
9810 IFS=$as_save_IFS
9811 test -z "$as_dir" && as_dir=.
9812 for ac_exec_ext in '' $ac_executable_extensions; do
9813 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9814 ac_cv_prog_gphoto2_devel="gphoto2-config"
9815 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9816 break 2
9818 done
9819 done
9820 IFS=$as_save_IFS
9822 test -z "$ac_cv_prog_gphoto2_devel" && ac_cv_prog_gphoto2_devel="no"
9825 gphoto2_devel=$ac_cv_prog_gphoto2_devel
9826 if test -n "$gphoto2_devel"; then
9827 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gphoto2_devel" >&5
9828 $as_echo "$gphoto2_devel" >&6; }
9829 else
9830 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9831 $as_echo "no" >&6; }
9835 # Extract the first word of "gphoto2-port-config", so it can be a program name with args.
9836 set dummy gphoto2-port-config; ac_word=$2
9837 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9838 $as_echo_n "checking for $ac_word... " >&6; }
9839 if test "${ac_cv_prog_gphoto2port_devel+set}" = set; then :
9840 $as_echo_n "(cached) " >&6
9841 else
9842 if test -n "$gphoto2port_devel"; then
9843 ac_cv_prog_gphoto2port_devel="$gphoto2port_devel" # Let the user override the test.
9844 else
9845 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9846 for as_dir in $PATH
9848 IFS=$as_save_IFS
9849 test -z "$as_dir" && as_dir=.
9850 for ac_exec_ext in '' $ac_executable_extensions; do
9851 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9852 ac_cv_prog_gphoto2port_devel="gphoto2-port-config"
9853 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9854 break 2
9856 done
9857 done
9858 IFS=$as_save_IFS
9860 test -z "$ac_cv_prog_gphoto2port_devel" && ac_cv_prog_gphoto2port_devel="no"
9863 gphoto2port_devel=$ac_cv_prog_gphoto2port_devel
9864 if test -n "$gphoto2port_devel"; then
9865 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gphoto2port_devel" >&5
9866 $as_echo "$gphoto2port_devel" >&6; }
9867 else
9868 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9869 $as_echo "no" >&6; }
9873 if test "$gphoto2_devel" != "no" -a "$gphoto2port_devel" != "no"
9874 then
9875 ac_gphoto2_incl="`$gphoto2_devel --cflags` `$gphoto2port_devel --cflags`"
9876 ac_gphoto2_libs=""
9877 for i in `$gphoto2_devel --libs` `$gphoto2port_devel --libs`
9879 case "$i" in
9880 -L/usr/lib|-L/usr/lib64) ;;
9881 -L*|-l*) ac_gphoto2_libs="$ac_gphoto2_libs $i";;
9882 esac
9883 done
9884 CPPFLAGS="$CPPFLAGS $ac_gphoto2_incl"
9886 ac_gphoto2_libs=${ac_gphoto2_libs:-"-lgphoto2"}
9887 ac_fn_c_check_header_mongrel "$LINENO" "gphoto2-camera.h" "ac_cv_header_gphoto2_camera_h" "$ac_includes_default"
9888 if test "x$ac_cv_header_gphoto2_camera_h" = x""yes; then :
9889 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gp_camera_new in -lgphoto2" >&5
9890 $as_echo_n "checking for gp_camera_new in -lgphoto2... " >&6; }
9891 if test "${ac_cv_lib_gphoto2_gp_camera_new+set}" = set; then :
9892 $as_echo_n "(cached) " >&6
9893 else
9894 ac_check_lib_save_LIBS=$LIBS
9895 LIBS="-lgphoto2 $ac_gphoto2_libs $LIBS"
9896 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9897 /* end confdefs.h. */
9899 /* Override any GCC internal prototype to avoid an error.
9900 Use char because int might match the return type of a GCC
9901 builtin and then its argument prototype would still apply. */
9902 #ifdef __cplusplus
9903 extern "C"
9904 #endif
9905 char gp_camera_new ();
9907 main ()
9909 return gp_camera_new ();
9911 return 0;
9913 _ACEOF
9914 if ac_fn_c_try_link "$LINENO"; then :
9915 ac_cv_lib_gphoto2_gp_camera_new=yes
9916 else
9917 ac_cv_lib_gphoto2_gp_camera_new=no
9919 rm -f core conftest.err conftest.$ac_objext \
9920 conftest$ac_exeext conftest.$ac_ext
9921 LIBS=$ac_check_lib_save_LIBS
9923 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gphoto2_gp_camera_new" >&5
9924 $as_echo "$ac_cv_lib_gphoto2_gp_camera_new" >&6; }
9925 if test "x$ac_cv_lib_gphoto2_gp_camera_new" = x""yes; then :
9927 $as_echo "#define HAVE_GPHOTO2 1" >>confdefs.h
9929 GPHOTO2LIBS="$ac_gphoto2_libs"
9931 GPHOTO2INCL="$ac_gphoto2_incl"
9938 CPPFLAGS="$ac_save_CPPFLAGS"
9940 if test "$ac_cv_lib_gphoto2_gp_camera_new" != "yes"; then :
9941 case "x$with_gphoto" in
9942 x) as_fn_append wine_notices "|libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported." ;;
9943 xno) ;;
9944 *) as_fn_error "libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
9945 This is an error since --with-gphoto was requested." "$LINENO" 5 ;;
9946 esac
9950 RESOLVLIBS=""
9952 if test "$ac_cv_header_resolv_h" = "yes"
9953 then
9954 ac_save_LIBS="$LIBS"
9955 LIBS="$LIBS -lresolv"
9956 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9957 /* end confdefs.h. */
9958 #ifdef HAVE_NETINET_IN_H
9959 #include <netinet/in.h>
9960 #endif
9961 #include <resolv.h>
9963 main ()
9965 res_init();
9967 return 0;
9969 _ACEOF
9970 if ac_fn_c_try_link "$LINENO"; then :
9972 $as_echo "#define HAVE_RESOLV 1" >>confdefs.h
9974 RESOLVLIBS="-lresolv"
9976 rm -f core conftest.err conftest.$ac_objext \
9977 conftest$ac_exeext conftest.$ac_ext
9978 LIBS="$ac_save_LIBS"
9981 LCMSLIBS=""
9983 if test "$ac_cv_header_lcms_h" = "yes" -o "$ac_cv_header_lcms_lcms_h" = "yes"
9984 then
9985 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cmsOpenProfileFromFile in -llcms" >&5
9986 $as_echo_n "checking for cmsOpenProfileFromFile in -llcms... " >&6; }
9987 if test "${ac_cv_lib_lcms_cmsOpenProfileFromFile+set}" = set; then :
9988 $as_echo_n "(cached) " >&6
9989 else
9990 ac_check_lib_save_LIBS=$LIBS
9991 LIBS="-llcms $LIBS"
9992 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9993 /* end confdefs.h. */
9995 /* Override any GCC internal prototype to avoid an error.
9996 Use char because int might match the return type of a GCC
9997 builtin and then its argument prototype would still apply. */
9998 #ifdef __cplusplus
9999 extern "C"
10000 #endif
10001 char cmsOpenProfileFromFile ();
10003 main ()
10005 return cmsOpenProfileFromFile ();
10007 return 0;
10009 _ACEOF
10010 if ac_fn_c_try_link "$LINENO"; then :
10011 ac_cv_lib_lcms_cmsOpenProfileFromFile=yes
10012 else
10013 ac_cv_lib_lcms_cmsOpenProfileFromFile=no
10015 rm -f core conftest.err conftest.$ac_objext \
10016 conftest$ac_exeext conftest.$ac_ext
10017 LIBS=$ac_check_lib_save_LIBS
10019 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lcms_cmsOpenProfileFromFile" >&5
10020 $as_echo "$ac_cv_lib_lcms_cmsOpenProfileFromFile" >&6; }
10021 if test "x$ac_cv_lib_lcms_cmsOpenProfileFromFile" = x""yes; then :
10023 $as_echo "#define HAVE_LCMS 1" >>confdefs.h
10025 LCMSLIBS="-llcms"
10029 if test "$ac_cv_lib_lcms_cmsOpenProfileFromFile" != "yes"; then :
10030 case "x$with_cms" in
10031 x) as_fn_append wine_notices "|liblcms ${notice_platform}development files not found, Color Management won't be supported." ;;
10032 xno) ;;
10033 *) as_fn_error "liblcms ${notice_platform}development files not found, Color Management won't be supported.
10034 This is an error since --with-cms was requested." "$LINENO" 5 ;;
10035 esac
10038 if test "x$with_freetype" != "xno"
10039 then
10040 for ac_prog in freetype-config freetype2-config
10042 # Extract the first word of "$ac_prog", so it can be a program name with args.
10043 set dummy $ac_prog; ac_word=$2
10044 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10045 $as_echo_n "checking for $ac_word... " >&6; }
10046 if test "${ac_cv_prog_ft_devel+set}" = set; then :
10047 $as_echo_n "(cached) " >&6
10048 else
10049 if test -n "$ft_devel"; then
10050 ac_cv_prog_ft_devel="$ft_devel" # Let the user override the test.
10051 else
10052 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10053 for as_dir in $PATH
10055 IFS=$as_save_IFS
10056 test -z "$as_dir" && as_dir=.
10057 for ac_exec_ext in '' $ac_executable_extensions; do
10058 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10059 ac_cv_prog_ft_devel="$ac_prog"
10060 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10061 break 2
10063 done
10064 done
10065 IFS=$as_save_IFS
10069 ft_devel=$ac_cv_prog_ft_devel
10070 if test -n "$ft_devel"; then
10071 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ft_devel" >&5
10072 $as_echo "$ft_devel" >&6; }
10073 else
10074 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10075 $as_echo "no" >&6; }
10079 test -n "$ft_devel" && break
10080 done
10081 test -n "$ft_devel" || ft_devel="no"
10083 if test "$ft_devel" != "no"
10084 then
10085 ac_freetype_incl=`$ft_devel --cflags`
10086 ac_freetype_libs=`$ft_devel --libs`
10088 ac_freetype_libs=${ac_freetype_libs:-"-lfreetype"}
10089 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfreetype" >&5
10090 $as_echo_n "checking for -lfreetype... " >&6; }
10091 if test "${ac_cv_lib_soname_freetype+set}" = set; then :
10092 $as_echo_n "(cached) " >&6
10093 else
10094 ac_check_soname_save_LIBS=$LIBS
10095 LIBS="-lfreetype $ac_freetype_libs $LIBS"
10096 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10097 /* end confdefs.h. */
10099 /* Override any GCC internal prototype to avoid an error.
10100 Use char because int might match the return type of a GCC
10101 builtin and then its argument prototype would still apply. */
10102 #ifdef __cplusplus
10103 extern "C"
10104 #endif
10105 char FT_Init_FreeType ();
10107 main ()
10109 return FT_Init_FreeType ();
10111 return 0;
10113 _ACEOF
10114 if ac_fn_c_try_link "$LINENO"; then :
10115 case "$LIBEXT" in
10116 dll) ac_cv_lib_soname_freetype=`$ac_cv_path_LDD conftest.exe | grep "freetype" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10117 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'` ;;
10118 *) ac_cv_lib_soname_freetype=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfreetype\\.$LIBEXT" | sed -e "s/^.*\(libfreetype\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10119 esac
10121 rm -f core conftest.err conftest.$ac_objext \
10122 conftest$ac_exeext conftest.$ac_ext
10123 LIBS=$ac_check_soname_save_LIBS
10125 if test "x$ac_cv_lib_soname_freetype" = "x"; then :
10126 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10127 $as_echo "not found" >&6; }
10128 ft_lib=no
10129 else
10130 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_freetype" >&5
10131 $as_echo "$ac_cv_lib_soname_freetype" >&6; }
10133 cat >>confdefs.h <<_ACEOF
10134 #define SONAME_LIBFREETYPE "$ac_cv_lib_soname_freetype"
10135 _ACEOF
10137 ft_lib=yes
10139 if test "$ft_lib" = "yes"
10140 then
10141 ac_save_CPPFLAGS="$CPPFLAGS"
10142 CPPFLAGS="$ac_freetype_incl $CPPFLAGS"
10143 for ac_header in ft2build.h \
10144 freetype/freetype.h \
10145 freetype/ftglyph.h \
10146 freetype/fttypes.h \
10147 freetype/tttables.h \
10148 freetype/ftsnames.h \
10149 freetype/ttnameid.h \
10150 freetype/ftoutln.h \
10151 freetype/ftwinfnt.h \
10152 freetype/ftmodapi.h \
10153 freetype/ftlcdfil.h \
10154 freetype/internal/sfnt.h
10155 do :
10156 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
10157 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_FT2BUILD_H
10158 # include <ft2build.h>
10159 #endif
10161 eval as_val=\$$as_ac_Header
10162 if test "x$as_val" = x""yes; then :
10163 cat >>confdefs.h <<_ACEOF
10164 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
10165 _ACEOF
10169 done
10171 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10172 /* end confdefs.h. */
10173 #include <ft2build.h>
10174 #include <freetype/fttrigon.h>
10175 _ACEOF
10176 if ac_fn_c_try_cpp "$LINENO"; then :
10178 $as_echo "#define HAVE_FREETYPE_FTTRIGON_H 1" >>confdefs.h
10180 wine_cv_fttrigon=yes
10181 else
10182 wine_cv_fttrigon=no
10184 rm -f conftest.err conftest.$ac_ext
10185 ac_fn_c_check_type "$LINENO" "FT_TrueTypeEngineType" "ac_cv_type_FT_TrueTypeEngineType" "#include <freetype/ftmodapi.h>
10187 if test "x$ac_cv_type_FT_TrueTypeEngineType" = x""yes; then :
10189 cat >>confdefs.h <<_ACEOF
10190 #define HAVE_FT_TRUETYPEENGINETYPE 1
10191 _ACEOF
10196 ac_save_CFLAGS="$CFLAGS"
10197 CFLAGS="$CFLAGS $ac_freetype_libs"
10198 for ac_func in FT_Load_Sfnt_Table
10199 do :
10200 ac_fn_c_check_func "$LINENO" "FT_Load_Sfnt_Table" "ac_cv_func_FT_Load_Sfnt_Table"
10201 if test "x$ac_cv_func_FT_Load_Sfnt_Table" = x""yes; then :
10202 cat >>confdefs.h <<_ACEOF
10203 #define HAVE_FT_LOAD_SFNT_TABLE 1
10204 _ACEOF
10207 done
10209 CFLAGS="$ac_save_CFLAGS"
10210 CPPFLAGS="$ac_save_CPPFLAGS"
10211 if test "$ac_cv_header_freetype_freetype_h" = "yes" -a "$wine_cv_fttrigon" = "yes"
10212 then
10214 $as_echo "#define HAVE_FREETYPE 1" >>confdefs.h
10216 FREETYPELIBS="$ac_freetype_libs"
10218 FREETYPEINCL="$ac_freetype_incl"
10223 if test "x$FREETYPELIBS" = "x"; then :
10224 case "x$with_freetype" in
10225 xno) ;;
10226 *) as_fn_error "FreeType ${notice_platform}development files not found. Fonts will not be built.
10227 Use the --without-freetype option if you really want this." "$LINENO" 5 ;;
10228 esac
10230 test "x$FREETYPELIBS" = "x" && enable_fonts=${enable_fonts:-no}
10232 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for parport header/ppdev.h" >&5
10233 $as_echo_n "checking for parport header/ppdev.h... " >&6; }
10234 if test "${ac_cv_c_ppdev+set}" = set; then :
10235 $as_echo_n "(cached) " >&6
10236 else
10237 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10238 /* end confdefs.h. */
10239 #ifdef HAVE_SYS_IOCTL_H
10240 # include <sys/ioctl.h>
10241 #endif
10242 #include <linux/ppdev.h>
10244 main ()
10246 ioctl (1,PPCLAIM,0)
10248 return 0;
10250 _ACEOF
10251 if ac_fn_c_try_compile "$LINENO"; then :
10252 ac_cv_c_ppdev="yes"
10253 else
10254 ac_cv_c_ppdev="no"
10256 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10258 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_ppdev" >&5
10259 $as_echo "$ac_cv_c_ppdev" >&6; }
10260 if test "$ac_cv_c_ppdev" = "yes"
10261 then
10263 $as_echo "#define HAVE_PPDEV 1" >>confdefs.h
10267 ac_wine_check_funcs_save_LIBS="$LIBS"
10268 LIBS="$LIBS $LIBPTHREAD"
10269 for ac_func in \
10270 pthread_attr_get_np \
10271 pthread_getattr_np \
10272 pthread_get_stackaddr_np \
10273 pthread_get_stacksize_np
10274 do :
10275 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
10276 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
10277 eval as_val=\$$as_ac_var
10278 if test "x$as_val" = x""yes; then :
10279 cat >>confdefs.h <<_ACEOF
10280 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
10281 _ACEOF
10284 done
10286 LIBS="$ac_wine_check_funcs_save_LIBS"
10288 if test "$ac_cv_header_zlib_h" = "yes"
10289 then
10290 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inflate in -lz" >&5
10291 $as_echo_n "checking for inflate in -lz... " >&6; }
10292 if test "${ac_cv_lib_z_inflate+set}" = set; then :
10293 $as_echo_n "(cached) " >&6
10294 else
10295 ac_check_lib_save_LIBS=$LIBS
10296 LIBS="-lz $LIBS"
10297 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10298 /* end confdefs.h. */
10300 /* Override any GCC internal prototype to avoid an error.
10301 Use char because int might match the return type of a GCC
10302 builtin and then its argument prototype would still apply. */
10303 #ifdef __cplusplus
10304 extern "C"
10305 #endif
10306 char inflate ();
10308 main ()
10310 return inflate ();
10312 return 0;
10314 _ACEOF
10315 if ac_fn_c_try_link "$LINENO"; then :
10316 ac_cv_lib_z_inflate=yes
10317 else
10318 ac_cv_lib_z_inflate=no
10320 rm -f core conftest.err conftest.$ac_objext \
10321 conftest$ac_exeext conftest.$ac_ext
10322 LIBS=$ac_check_lib_save_LIBS
10324 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_z_inflate" >&5
10325 $as_echo "$ac_cv_lib_z_inflate" >&6; }
10326 if test "x$ac_cv_lib_z_inflate" = x""yes; then :
10328 $as_echo "#define HAVE_ZLIB 1" >>confdefs.h
10330 ZLIB="-lz"
10336 if test "x$with_esd" != xno
10337 then
10338 save_CFLAGS="$CFLAGS"
10339 # Extract the first word of "esd-config", so it can be a program name with args.
10340 set dummy esd-config; ac_word=$2
10341 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10342 $as_echo_n "checking for $ac_word... " >&6; }
10343 if test "${ac_cv_path_ESDCONFIG+set}" = set; then :
10344 $as_echo_n "(cached) " >&6
10345 else
10346 case $ESDCONFIG in
10347 [\\/]* | ?:[\\/]*)
10348 ac_cv_path_ESDCONFIG="$ESDCONFIG" # Let the user override the test with a path.
10351 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10352 for as_dir in $PATH
10354 IFS=$as_save_IFS
10355 test -z "$as_dir" && as_dir=.
10356 for ac_exec_ext in '' $ac_executable_extensions; do
10357 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10358 ac_cv_path_ESDCONFIG="$as_dir/$ac_word$ac_exec_ext"
10359 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10360 break 2
10362 done
10363 done
10364 IFS=$as_save_IFS
10366 test -z "$ac_cv_path_ESDCONFIG" && ac_cv_path_ESDCONFIG="no"
10368 esac
10370 ESDCONFIG=$ac_cv_path_ESDCONFIG
10371 if test -n "$ESDCONFIG"; then
10372 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ESDCONFIG" >&5
10373 $as_echo "$ESDCONFIG" >&6; }
10374 else
10375 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10376 $as_echo "no" >&6; }
10380 if test "x$ESDCONFIG" != "xno"
10381 then
10382 ac_esd_incl=""
10383 for i in `$ESDCONFIG --cflags`
10385 case "$i" in
10386 -I*) ac_esd_incl="$ac_esd_incl $i";;
10387 esac
10388 done
10389 ac_esd_libs=`$ESDCONFIG --libs`
10390 CFLAGS="$CFLAGS $ac_esd_incl"
10392 ac_esd_libs=${ac_esd_libs:-"-lesd"}
10393 ac_fn_c_check_header_mongrel "$LINENO" "esd.h" "ac_cv_header_esd_h" "$ac_includes_default"
10394 if test "x$ac_cv_header_esd_h" = x""yes; then :
10395 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for esd_open_sound in -lesd" >&5
10396 $as_echo_n "checking for esd_open_sound in -lesd... " >&6; }
10397 if test "${ac_cv_lib_esd_esd_open_sound+set}" = set; then :
10398 $as_echo_n "(cached) " >&6
10399 else
10400 ac_check_lib_save_LIBS=$LIBS
10401 LIBS="-lesd $ac_esd_libs $LIBS"
10402 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10403 /* end confdefs.h. */
10405 /* Override any GCC internal prototype to avoid an error.
10406 Use char because int might match the return type of a GCC
10407 builtin and then its argument prototype would still apply. */
10408 #ifdef __cplusplus
10409 extern "C"
10410 #endif
10411 char esd_open_sound ();
10413 main ()
10415 return esd_open_sound ();
10417 return 0;
10419 _ACEOF
10420 if ac_fn_c_try_link "$LINENO"; then :
10421 ac_cv_lib_esd_esd_open_sound=yes
10422 else
10423 ac_cv_lib_esd_esd_open_sound=no
10425 rm -f core conftest.err conftest.$ac_objext \
10426 conftest$ac_exeext conftest.$ac_ext
10427 LIBS=$ac_check_lib_save_LIBS
10429 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_esd_esd_open_sound" >&5
10430 $as_echo "$ac_cv_lib_esd_esd_open_sound" >&6; }
10431 if test "x$ac_cv_lib_esd_esd_open_sound" = x""yes; then :
10432 ESDINCL="$ac_esd_incl"
10434 ESDLIBS="$ac_esd_libs"
10437 $as_echo "#define HAVE_ESD 1" >>confdefs.h
10444 CFLAGS="$save_CFLAGS"
10447 PULSELIBS=""
10449 PULSECFLAGS=""
10451 if test "x$with_pulse" != "xno";
10452 then
10453 ac_save_CPPFLAGS="$CPPFLAGS"
10454 if test "$PKG_CONFIG" != "false";
10455 then
10456 ac_pulse_libs="`$PKG_CONFIG --libs libpulse 2>/dev/null`"
10457 ac_pulse_cflags="`$PKG_CONFIG --cflags libpulse 2>/dev/null`"
10459 CPPFLAGS="$CPPFLAGS $ac_pulse_cflags"
10460 for ac_header in pulse/pulseaudio.h
10461 do :
10462 ac_fn_c_check_header_mongrel "$LINENO" "pulse/pulseaudio.h" "ac_cv_header_pulse_pulseaudio_h" "$ac_includes_default"
10463 if test "x$ac_cv_header_pulse_pulseaudio_h" = x""yes; then :
10464 cat >>confdefs.h <<_ACEOF
10465 #define HAVE_PULSE_PULSEAUDIO_H 1
10466 _ACEOF
10467 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pa_stream_is_corked in -lpulse" >&5
10468 $as_echo_n "checking for pa_stream_is_corked in -lpulse... " >&6; }
10469 if test "${ac_cv_lib_pulse_pa_stream_is_corked+set}" = set; then :
10470 $as_echo_n "(cached) " >&6
10471 else
10472 ac_check_lib_save_LIBS=$LIBS
10473 LIBS="-lpulse $ac_pulse_libs $LIBS"
10474 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10475 /* end confdefs.h. */
10477 /* Override any GCC internal prototype to avoid an error.
10478 Use char because int might match the return type of a GCC
10479 builtin and then its argument prototype would still apply. */
10480 #ifdef __cplusplus
10481 extern "C"
10482 #endif
10483 char pa_stream_is_corked ();
10485 main ()
10487 return pa_stream_is_corked ();
10489 return 0;
10491 _ACEOF
10492 if ac_fn_c_try_link "$LINENO"; then :
10493 ac_cv_lib_pulse_pa_stream_is_corked=yes
10494 else
10495 ac_cv_lib_pulse_pa_stream_is_corked=no
10497 rm -f core conftest.err conftest.$ac_objext \
10498 conftest$ac_exeext conftest.$ac_ext
10499 LIBS=$ac_check_lib_save_LIBS
10501 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pulse_pa_stream_is_corked" >&5
10502 $as_echo "$ac_cv_lib_pulse_pa_stream_is_corked" >&6; }
10503 if test "x$ac_cv_lib_pulse_pa_stream_is_corked" = x""yes; then :
10505 $as_echo "#define HAVE_PULSEAUDIO 1" >>confdefs.h
10507 PULSELIBS="$ac_pulse_libs"
10508 PULSECFLAGS="$ac_pulse_cflags"
10514 done
10517 CPPFLAGS="$ac_save_CPPFLAGS"
10519 if test "$ac_cv_lib_pulse_pa_stream_is_corked" != "yes"; then :
10520 case "x$with_pulse" in
10521 x) as_fn_append wine_warnings "|libpulse ${notice_platform}development files not found or too old, Pulse won't be supported." ;;
10522 xno) ;;
10523 *) as_fn_error "libpulse ${notice_platform}development files not found or too old, Pulse won't be supported.
10524 This is an error since --with-pulse was requested." "$LINENO" 5 ;;
10525 esac
10528 ALSALIBS=""
10530 if test "$ac_cv_header_sys_asoundlib_h" = "yes" -o "$ac_cv_header_alsa_asoundlib_h" = "yes"
10531 then
10532 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for snd_pcm_hw_params_get_access in -lasound" >&5
10533 $as_echo_n "checking for snd_pcm_hw_params_get_access in -lasound... " >&6; }
10534 if test "${ac_cv_lib_asound_snd_pcm_hw_params_get_access+set}" = set; then :
10535 $as_echo_n "(cached) " >&6
10536 else
10537 ac_check_lib_save_LIBS=$LIBS
10538 LIBS="-lasound $LIBS"
10539 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10540 /* end confdefs.h. */
10542 /* Override any GCC internal prototype to avoid an error.
10543 Use char because int might match the return type of a GCC
10544 builtin and then its argument prototype would still apply. */
10545 #ifdef __cplusplus
10546 extern "C"
10547 #endif
10548 char snd_pcm_hw_params_get_access ();
10550 main ()
10552 return snd_pcm_hw_params_get_access ();
10554 return 0;
10556 _ACEOF
10557 if ac_fn_c_try_link "$LINENO"; then :
10558 ac_cv_lib_asound_snd_pcm_hw_params_get_access=yes
10559 else
10560 ac_cv_lib_asound_snd_pcm_hw_params_get_access=no
10562 rm -f core conftest.err conftest.$ac_objext \
10563 conftest$ac_exeext conftest.$ac_ext
10564 LIBS=$ac_check_lib_save_LIBS
10566 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&5
10567 $as_echo "$ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&6; }
10568 if test "x$ac_cv_lib_asound_snd_pcm_hw_params_get_access" = x""yes; then :
10569 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10570 /* end confdefs.h. */
10571 #ifdef HAVE_ALSA_ASOUNDLIB_H
10572 #include <alsa/asoundlib.h>
10573 #elif defined(HAVE_SYS_ASOUNDLIB_H)
10574 #include <sys/asoundlib.h>
10575 #endif
10577 main ()
10579 int ret = snd_pcm_hw_params_get_access(NULL, NULL)
10581 return 0;
10583 _ACEOF
10584 if ac_fn_c_try_compile "$LINENO"; then :
10586 $as_echo "#define HAVE_ALSA 1" >>confdefs.h
10588 ALSALIBS="-lasound"
10590 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10595 AUDIOIOLIBS=""
10597 if test "$ac_cv_header_libaudioio_h" = "yes"
10598 then
10599 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for AudioIOGetVersion in -laudioio" >&5
10600 $as_echo_n "checking for AudioIOGetVersion in -laudioio... " >&6; }
10601 if test "${ac_cv_lib_audioio_AudioIOGetVersion+set}" = set; then :
10602 $as_echo_n "(cached) " >&6
10603 else
10604 ac_check_lib_save_LIBS=$LIBS
10605 LIBS="-laudioio $LIBS"
10606 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10607 /* end confdefs.h. */
10609 /* Override any GCC internal prototype to avoid an error.
10610 Use char because int might match the return type of a GCC
10611 builtin and then its argument prototype would still apply. */
10612 #ifdef __cplusplus
10613 extern "C"
10614 #endif
10615 char AudioIOGetVersion ();
10617 main ()
10619 return AudioIOGetVersion ();
10621 return 0;
10623 _ACEOF
10624 if ac_fn_c_try_link "$LINENO"; then :
10625 ac_cv_lib_audioio_AudioIOGetVersion=yes
10626 else
10627 ac_cv_lib_audioio_AudioIOGetVersion=no
10629 rm -f core conftest.err conftest.$ac_objext \
10630 conftest$ac_exeext conftest.$ac_ext
10631 LIBS=$ac_check_lib_save_LIBS
10633 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_audioio_AudioIOGetVersion" >&5
10634 $as_echo "$ac_cv_lib_audioio_AudioIOGetVersion" >&6; }
10635 if test "x$ac_cv_lib_audioio_AudioIOGetVersion" = x""yes; then :
10636 AUDIOIOLIBS="-laudioio"
10638 $as_echo "#define HAVE_LIBAUDIOIO 1" >>confdefs.h
10645 if test "$ac_cv_header_capi20_h" = "yes" -a "$ac_cv_header_linux_capi_h" = "yes"
10646 then
10647 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcapi20" >&5
10648 $as_echo_n "checking for -lcapi20... " >&6; }
10649 if test "${ac_cv_lib_soname_capi20+set}" = set; then :
10650 $as_echo_n "(cached) " >&6
10651 else
10652 ac_check_soname_save_LIBS=$LIBS
10653 LIBS="-lcapi20 $LIBS"
10654 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10655 /* end confdefs.h. */
10657 /* Override any GCC internal prototype to avoid an error.
10658 Use char because int might match the return type of a GCC
10659 builtin and then its argument prototype would still apply. */
10660 #ifdef __cplusplus
10661 extern "C"
10662 #endif
10663 char capi20_register ();
10665 main ()
10667 return capi20_register ();
10669 return 0;
10671 _ACEOF
10672 if ac_fn_c_try_link "$LINENO"; then :
10673 case "$LIBEXT" in
10674 dll) ac_cv_lib_soname_capi20=`$ac_cv_path_LDD conftest.exe | grep "capi20" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10675 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'` ;;
10676 *) ac_cv_lib_soname_capi20=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcapi20\\.$LIBEXT" | sed -e "s/^.*\(libcapi20\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10677 esac
10679 rm -f core conftest.err conftest.$ac_objext \
10680 conftest$ac_exeext conftest.$ac_ext
10681 LIBS=$ac_check_soname_save_LIBS
10683 if test "x$ac_cv_lib_soname_capi20" = "x"; then :
10684 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10685 $as_echo "not found" >&6; }
10687 else
10688 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_capi20" >&5
10689 $as_echo "$ac_cv_lib_soname_capi20" >&6; }
10691 cat >>confdefs.h <<_ACEOF
10692 #define SONAME_LIBCAPI20 "$ac_cv_lib_soname_capi20"
10693 _ACEOF
10698 if test "x$ac_cv_lib_soname_capi20" = "x"; then :
10699 case "x$with_capi" in
10700 x) as_fn_append wine_notices "|libcapi20 ${notice_platform}development files not found, ISDN won't be supported." ;;
10701 xno) ;;
10702 *) as_fn_error "libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
10703 This is an error since --with-capi was requested." "$LINENO" 5 ;;
10704 esac
10707 CUPSINCL=""
10709 if test "x$with_cups" != "xno"
10710 then
10711 ac_save_CPPFLAGS="$CPPFLAGS"
10712 ac_cups_cflags=`cups-config --cflags 2>/dev/null`
10713 ac_cups_libs=`cups-config --ldflags 2>/dev/null`
10714 CPPFLAGS="$CPPFLAGS $ac_cups_cflags"
10715 for ac_header in cups/cups.h
10716 do :
10717 ac_fn_c_check_header_mongrel "$LINENO" "cups/cups.h" "ac_cv_header_cups_cups_h" "$ac_includes_default"
10718 if test "x$ac_cv_header_cups_cups_h" = x""yes; then :
10719 cat >>confdefs.h <<_ACEOF
10720 #define HAVE_CUPS_CUPS_H 1
10721 _ACEOF
10722 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcups" >&5
10723 $as_echo_n "checking for -lcups... " >&6; }
10724 if test "${ac_cv_lib_soname_cups+set}" = set; then :
10725 $as_echo_n "(cached) " >&6
10726 else
10727 ac_check_soname_save_LIBS=$LIBS
10728 LIBS="-lcups $ac_cups_libs $LIBS"
10729 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10730 /* end confdefs.h. */
10732 /* Override any GCC internal prototype to avoid an error.
10733 Use char because int might match the return type of a GCC
10734 builtin and then its argument prototype would still apply. */
10735 #ifdef __cplusplus
10736 extern "C"
10737 #endif
10738 char cupsGetDefault ();
10740 main ()
10742 return cupsGetDefault ();
10744 return 0;
10746 _ACEOF
10747 if ac_fn_c_try_link "$LINENO"; then :
10748 case "$LIBEXT" in
10749 dll) ac_cv_lib_soname_cups=`$ac_cv_path_LDD conftest.exe | grep "cups" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10750 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'` ;;
10751 *) ac_cv_lib_soname_cups=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcups\\.$LIBEXT" | sed -e "s/^.*\(libcups\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10752 esac
10754 rm -f core conftest.err conftest.$ac_objext \
10755 conftest$ac_exeext conftest.$ac_ext
10756 LIBS=$ac_check_soname_save_LIBS
10758 if test "x$ac_cv_lib_soname_cups" = "x"; then :
10759 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10760 $as_echo "not found" >&6; }
10762 else
10763 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_cups" >&5
10764 $as_echo "$ac_cv_lib_soname_cups" >&6; }
10766 cat >>confdefs.h <<_ACEOF
10767 #define SONAME_LIBCUPS "$ac_cv_lib_soname_cups"
10768 _ACEOF
10770 CUPSINCL="$ac_cups_cflags"
10774 done
10776 CPPFLAGS="$ac_save_CPPFLAGS"
10778 if test "x$ac_cv_lib_soname_cups" = "x"; then :
10779 case "x$with_cups" in
10780 x) as_fn_append wine_notices "|libcups ${notice_platform}development files not found, CUPS won't be supported." ;;
10781 xno) ;;
10782 *) as_fn_error "libcups ${notice_platform}development files not found, CUPS won't be supported.
10783 This is an error since --with-cups was requested." "$LINENO" 5 ;;
10784 esac
10787 if test "$ac_cv_header_jack_jack_h" = "yes"
10788 then
10789 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ljack" >&5
10790 $as_echo_n "checking for -ljack... " >&6; }
10791 if test "${ac_cv_lib_soname_jack+set}" = set; then :
10792 $as_echo_n "(cached) " >&6
10793 else
10794 ac_check_soname_save_LIBS=$LIBS
10795 LIBS="-ljack $LIBS"
10796 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10797 /* end confdefs.h. */
10799 /* Override any GCC internal prototype to avoid an error.
10800 Use char because int might match the return type of a GCC
10801 builtin and then its argument prototype would still apply. */
10802 #ifdef __cplusplus
10803 extern "C"
10804 #endif
10805 char jack_client_new ();
10807 main ()
10809 return jack_client_new ();
10811 return 0;
10813 _ACEOF
10814 if ac_fn_c_try_link "$LINENO"; then :
10815 case "$LIBEXT" in
10816 dll) ac_cv_lib_soname_jack=`$ac_cv_path_LDD conftest.exe | grep "jack" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10817 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'` ;;
10818 *) 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'` ;;
10819 esac
10821 rm -f core conftest.err conftest.$ac_objext \
10822 conftest$ac_exeext conftest.$ac_ext
10823 LIBS=$ac_check_soname_save_LIBS
10825 if test "x$ac_cv_lib_soname_jack" = "x"; then :
10826 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10827 $as_echo "not found" >&6; }
10829 else
10830 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_jack" >&5
10831 $as_echo "$ac_cv_lib_soname_jack" >&6; }
10833 cat >>confdefs.h <<_ACEOF
10834 #define SONAME_LIBJACK "$ac_cv_lib_soname_jack"
10835 _ACEOF
10841 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
10842 then
10843 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfontconfig" >&5
10844 $as_echo_n "checking for -lfontconfig... " >&6; }
10845 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then :
10846 $as_echo_n "(cached) " >&6
10847 else
10848 ac_check_soname_save_LIBS=$LIBS
10849 LIBS="-lfontconfig $LIBS"
10850 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10851 /* end confdefs.h. */
10853 /* Override any GCC internal prototype to avoid an error.
10854 Use char because int might match the return type of a GCC
10855 builtin and then its argument prototype would still apply. */
10856 #ifdef __cplusplus
10857 extern "C"
10858 #endif
10859 char FcInit ();
10861 main ()
10863 return FcInit ();
10865 return 0;
10867 _ACEOF
10868 if ac_fn_c_try_link "$LINENO"; then :
10869 case "$LIBEXT" in
10870 dll) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest.exe | grep "fontconfig" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10871 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'` ;;
10872 *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10873 esac
10875 rm -f core conftest.err conftest.$ac_objext \
10876 conftest$ac_exeext conftest.$ac_ext
10877 LIBS=$ac_check_soname_save_LIBS
10879 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then :
10880 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10881 $as_echo "not found" >&6; }
10883 else
10884 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_fontconfig" >&5
10885 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
10887 cat >>confdefs.h <<_ACEOF
10888 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
10889 _ACEOF
10893 elif test -n "$X_CFLAGS" -a "x$with_fontconfig" != "xno"
10894 then
10895 ac_save_CPPFLAGS="$CPPFLAGS"
10896 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
10897 $as_unset ac_cv_header_fontconfig_fontconfig_h
10898 for ac_header in fontconfig/fontconfig.h
10899 do :
10900 ac_fn_c_check_header_mongrel "$LINENO" "fontconfig/fontconfig.h" "ac_cv_header_fontconfig_fontconfig_h" "$ac_includes_default"
10901 if test "x$ac_cv_header_fontconfig_fontconfig_h" = x""yes; then :
10902 cat >>confdefs.h <<_ACEOF
10903 #define HAVE_FONTCONFIG_FONTCONFIG_H 1
10904 _ACEOF
10908 done
10910 CPPFLAGS="$ac_save_CPPFLAGS"
10911 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
10912 then
10913 FONTCONFIGINCL="$X_CFLAGS"
10915 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfontconfig" >&5
10916 $as_echo_n "checking for -lfontconfig... " >&6; }
10917 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then :
10918 $as_echo_n "(cached) " >&6
10919 else
10920 ac_check_soname_save_LIBS=$LIBS
10921 LIBS="-lfontconfig $X_LIBS $LIBS"
10922 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10923 /* end confdefs.h. */
10925 /* Override any GCC internal prototype to avoid an error.
10926 Use char because int might match the return type of a GCC
10927 builtin and then its argument prototype would still apply. */
10928 #ifdef __cplusplus
10929 extern "C"
10930 #endif
10931 char FcInit ();
10933 main ()
10935 return FcInit ();
10937 return 0;
10939 _ACEOF
10940 if ac_fn_c_try_link "$LINENO"; then :
10941 case "$LIBEXT" in
10942 dll) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest.exe | grep "fontconfig" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10943 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'` ;;
10944 *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10945 esac
10947 rm -f core conftest.err conftest.$ac_objext \
10948 conftest$ac_exeext conftest.$ac_ext
10949 LIBS=$ac_check_soname_save_LIBS
10951 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then :
10952 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10953 $as_echo "not found" >&6; }
10955 else
10956 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_fontconfig" >&5
10957 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
10959 cat >>confdefs.h <<_ACEOF
10960 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
10961 _ACEOF
10967 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then :
10968 case "x$with_fontconfig" in
10969 x) as_fn_append wine_notices "|fontconfig ${notice_platform}development files not found, fontconfig won't be supported." ;;
10970 xno) ;;
10971 *) as_fn_error "fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
10972 This is an error since --with-fontconfig was requested." "$LINENO" 5 ;;
10973 esac
10976 if test "$ac_cv_header_openssl_err_h" = "yes" -a "$ac_cv_header_openssl_ssl_h" = "yes"
10977 then
10978 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lssl" >&5
10979 $as_echo_n "checking for -lssl... " >&6; }
10980 if test "${ac_cv_lib_soname_ssl+set}" = set; then :
10981 $as_echo_n "(cached) " >&6
10982 else
10983 ac_check_soname_save_LIBS=$LIBS
10984 LIBS="-lssl $LIBS"
10985 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10986 /* end confdefs.h. */
10988 /* Override any GCC internal prototype to avoid an error.
10989 Use char because int might match the return type of a GCC
10990 builtin and then its argument prototype would still apply. */
10991 #ifdef __cplusplus
10992 extern "C"
10993 #endif
10994 char SSL_library_init ();
10996 main ()
10998 return SSL_library_init ();
11000 return 0;
11002 _ACEOF
11003 if ac_fn_c_try_link "$LINENO"; then :
11004 case "$LIBEXT" in
11005 dll) ac_cv_lib_soname_ssl=`$ac_cv_path_LDD conftest.exe | grep "ssl" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11006 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'` ;;
11007 *) ac_cv_lib_soname_ssl=`$ac_cv_path_LDD conftest$ac_exeext | grep "libssl\\.$LIBEXT" | sed -e "s/^.*\(libssl\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11008 esac
11010 rm -f core conftest.err conftest.$ac_objext \
11011 conftest$ac_exeext conftest.$ac_ext
11012 LIBS=$ac_check_soname_save_LIBS
11014 if test "x$ac_cv_lib_soname_ssl" = "x"; then :
11015 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11016 $as_echo "not found" >&6; }
11018 else
11019 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_ssl" >&5
11020 $as_echo "$ac_cv_lib_soname_ssl" >&6; }
11022 cat >>confdefs.h <<_ACEOF
11023 #define SONAME_LIBSSL "$ac_cv_lib_soname_ssl"
11024 _ACEOF
11028 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcrypto" >&5
11029 $as_echo_n "checking for -lcrypto... " >&6; }
11030 if test "${ac_cv_lib_soname_crypto+set}" = set; then :
11031 $as_echo_n "(cached) " >&6
11032 else
11033 ac_check_soname_save_LIBS=$LIBS
11034 LIBS="-lcrypto $LIBS"
11035 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11036 /* end confdefs.h. */
11038 /* Override any GCC internal prototype to avoid an error.
11039 Use char because int might match the return type of a GCC
11040 builtin and then its argument prototype would still apply. */
11041 #ifdef __cplusplus
11042 extern "C"
11043 #endif
11044 char BIO_new_socket ();
11046 main ()
11048 return BIO_new_socket ();
11050 return 0;
11052 _ACEOF
11053 if ac_fn_c_try_link "$LINENO"; then :
11054 case "$LIBEXT" in
11055 dll) ac_cv_lib_soname_crypto=`$ac_cv_path_LDD conftest.exe | grep "crypto" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11056 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'` ;;
11057 *) ac_cv_lib_soname_crypto=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcrypto\\.$LIBEXT" | sed -e "s/^.*\(libcrypto\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11058 esac
11060 rm -f core conftest.err conftest.$ac_objext \
11061 conftest$ac_exeext conftest.$ac_ext
11062 LIBS=$ac_check_soname_save_LIBS
11064 if test "x$ac_cv_lib_soname_crypto" = "x"; then :
11065 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11066 $as_echo "not found" >&6; }
11068 else
11069 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_crypto" >&5
11070 $as_echo "$ac_cv_lib_soname_crypto" >&6; }
11072 cat >>confdefs.h <<_ACEOF
11073 #define SONAME_LIBCRYPTO "$ac_cv_lib_soname_crypto"
11074 _ACEOF
11079 if test "x$ac_cv_lib_soname_ssl" = "x" -o "x$ac_cv_lib_soname_crypto" = "x"; then :
11080 case "x$with_openssl" in
11081 x) as_fn_append wine_warnings "|OpenSSL ${notice_platform}development files not found, SSL won't be supported." ;;
11082 xno) ;;
11083 *) as_fn_error "OpenSSL ${notice_platform}development files not found, SSL won't be supported.
11084 This is an error since --with-openssl was requested." "$LINENO" 5 ;;
11085 esac
11088 if test "$ac_cv_header_gsm_h" = "yes" -o "$ac_cv_header_gsm_gsm_h" = "yes"
11089 then
11090 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lgsm" >&5
11091 $as_echo_n "checking for -lgsm... " >&6; }
11092 if test "${ac_cv_lib_soname_gsm+set}" = set; then :
11093 $as_echo_n "(cached) " >&6
11094 else
11095 ac_check_soname_save_LIBS=$LIBS
11096 LIBS="-lgsm $LIBS"
11097 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11098 /* end confdefs.h. */
11100 /* Override any GCC internal prototype to avoid an error.
11101 Use char because int might match the return type of a GCC
11102 builtin and then its argument prototype would still apply. */
11103 #ifdef __cplusplus
11104 extern "C"
11105 #endif
11106 char gsm_create ();
11108 main ()
11110 return gsm_create ();
11112 return 0;
11114 _ACEOF
11115 if ac_fn_c_try_link "$LINENO"; then :
11116 case "$LIBEXT" in
11117 dll) ac_cv_lib_soname_gsm=`$ac_cv_path_LDD conftest.exe | grep "gsm" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11118 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'` ;;
11119 *) ac_cv_lib_soname_gsm=`$ac_cv_path_LDD conftest$ac_exeext | grep "libgsm\\.$LIBEXT" | sed -e "s/^.*\(libgsm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11120 esac
11122 rm -f core conftest.err conftest.$ac_objext \
11123 conftest$ac_exeext conftest.$ac_ext
11124 LIBS=$ac_check_soname_save_LIBS
11126 if test "x$ac_cv_lib_soname_gsm" = "x"; then :
11127 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11128 $as_echo "not found" >&6; }
11130 else
11131 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_gsm" >&5
11132 $as_echo "$ac_cv_lib_soname_gsm" >&6; }
11134 cat >>confdefs.h <<_ACEOF
11135 #define SONAME_LIBGSM "$ac_cv_lib_soname_gsm"
11136 _ACEOF
11141 if test "x$ac_cv_lib_soname_gsm" = "x"; then :
11142 case "x$with_gsm" in
11143 x) as_fn_append wine_notices "|libgsm ${notice_platform}development files not found, gsm 06.10 codec won't be supported." ;;
11144 xno) ;;
11145 *) as_fn_error "libgsm ${notice_platform}development files not found, gsm 06.10 codec won't be supported.
11146 This is an error since --with-gsm was requested." "$LINENO" 5 ;;
11147 esac
11150 if test "$ac_cv_header_jpeglib_h" = "yes"
11151 then
11152 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ljpeg" >&5
11153 $as_echo_n "checking for -ljpeg... " >&6; }
11154 if test "${ac_cv_lib_soname_jpeg+set}" = set; then :
11155 $as_echo_n "(cached) " >&6
11156 else
11157 ac_check_soname_save_LIBS=$LIBS
11158 LIBS="-ljpeg $LIBS"
11159 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11160 /* end confdefs.h. */
11162 /* Override any GCC internal prototype to avoid an error.
11163 Use char because int might match the return type of a GCC
11164 builtin and then its argument prototype would still apply. */
11165 #ifdef __cplusplus
11166 extern "C"
11167 #endif
11168 char jpeg_start_decompress ();
11170 main ()
11172 return jpeg_start_decompress ();
11174 return 0;
11176 _ACEOF
11177 if ac_fn_c_try_link "$LINENO"; then :
11178 case "$LIBEXT" in
11179 dll) ac_cv_lib_soname_jpeg=`$ac_cv_path_LDD conftest.exe | grep "jpeg" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11180 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'` ;;
11181 *) ac_cv_lib_soname_jpeg=`$ac_cv_path_LDD conftest$ac_exeext | grep "libjpeg\\.$LIBEXT" | sed -e "s/^.*\(libjpeg\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11182 esac
11184 rm -f core conftest.err conftest.$ac_objext \
11185 conftest$ac_exeext conftest.$ac_ext
11186 LIBS=$ac_check_soname_save_LIBS
11188 if test "x$ac_cv_lib_soname_jpeg" = "x"; then :
11189 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11190 $as_echo "not found" >&6; }
11192 else
11193 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_jpeg" >&5
11194 $as_echo "$ac_cv_lib_soname_jpeg" >&6; }
11196 cat >>confdefs.h <<_ACEOF
11197 #define SONAME_LIBJPEG "$ac_cv_lib_soname_jpeg"
11198 _ACEOF
11203 if test "x$ac_cv_lib_soname_jpeg" = "x"; then :
11204 case "x$with_jpeg" in
11205 x) as_fn_append wine_warnings "|libjpeg ${notice_platform}development files not found, JPEG won't be supported." ;;
11206 xno) ;;
11207 *) as_fn_error "libjpeg ${notice_platform}development files not found, JPEG won't be supported.
11208 This is an error since --with-jpeg was requested." "$LINENO" 5 ;;
11209 esac
11212 if test "$ac_cv_header_png_h" = "yes"
11213 then
11214 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lpng" >&5
11215 $as_echo_n "checking for -lpng... " >&6; }
11216 if test "${ac_cv_lib_soname_png+set}" = set; then :
11217 $as_echo_n "(cached) " >&6
11218 else
11219 ac_check_soname_save_LIBS=$LIBS
11220 LIBS="-lpng -lm -lz $LIBS"
11221 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11222 /* end confdefs.h. */
11224 /* Override any GCC internal prototype to avoid an error.
11225 Use char because int might match the return type of a GCC
11226 builtin and then its argument prototype would still apply. */
11227 #ifdef __cplusplus
11228 extern "C"
11229 #endif
11230 char png_create_read_struct ();
11232 main ()
11234 return png_create_read_struct ();
11236 return 0;
11238 _ACEOF
11239 if ac_fn_c_try_link "$LINENO"; then :
11240 case "$LIBEXT" in
11241 dll) ac_cv_lib_soname_png=`$ac_cv_path_LDD conftest.exe | grep "png" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11242 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'` ;;
11243 *) 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'` ;;
11244 esac
11246 rm -f core conftest.err conftest.$ac_objext \
11247 conftest$ac_exeext conftest.$ac_ext
11248 LIBS=$ac_check_soname_save_LIBS
11250 if test "x$ac_cv_lib_soname_png" = "x"; then :
11251 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11252 $as_echo "not found" >&6; }
11254 else
11255 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_png" >&5
11256 $as_echo "$ac_cv_lib_soname_png" >&6; }
11258 cat >>confdefs.h <<_ACEOF
11259 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
11260 _ACEOF
11264 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for png_set_expand_gray_1_2_4_to_8 in -lpng" >&5
11265 $as_echo_n "checking for png_set_expand_gray_1_2_4_to_8 in -lpng... " >&6; }
11266 if test "${ac_cv_lib_png_png_set_expand_gray_1_2_4_to_8+set}" = set; then :
11267 $as_echo_n "(cached) " >&6
11268 else
11269 ac_check_lib_save_LIBS=$LIBS
11270 LIBS="-lpng -lm -lz $LIBS"
11271 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11272 /* end confdefs.h. */
11274 /* Override any GCC internal prototype to avoid an error.
11275 Use char because int might match the return type of a GCC
11276 builtin and then its argument prototype would still apply. */
11277 #ifdef __cplusplus
11278 extern "C"
11279 #endif
11280 char png_set_expand_gray_1_2_4_to_8 ();
11282 main ()
11284 return png_set_expand_gray_1_2_4_to_8 ();
11286 return 0;
11288 _ACEOF
11289 if ac_fn_c_try_link "$LINENO"; then :
11290 ac_cv_lib_png_png_set_expand_gray_1_2_4_to_8=yes
11291 else
11292 ac_cv_lib_png_png_set_expand_gray_1_2_4_to_8=no
11294 rm -f core conftest.err conftest.$ac_objext \
11295 conftest$ac_exeext conftest.$ac_ext
11296 LIBS=$ac_check_lib_save_LIBS
11298 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_png_png_set_expand_gray_1_2_4_to_8" >&5
11299 $as_echo "$ac_cv_lib_png_png_set_expand_gray_1_2_4_to_8" >&6; }
11300 if test "x$ac_cv_lib_png_png_set_expand_gray_1_2_4_to_8" = x""yes; then :
11302 $as_echo "#define HAVE_PNG_SET_EXPAND_GRAY_1_2_4_TO_8 1" >>confdefs.h
11307 elif test -n "$X_CFLAGS" -a "x$with_png" != "xno"
11308 then
11309 ac_save_CPPFLAGS="$CPPFLAGS"
11310 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
11311 $as_unset ac_cv_header_png_h
11312 for ac_header in png.h
11313 do :
11314 ac_fn_c_check_header_mongrel "$LINENO" "png.h" "ac_cv_header_png_h" "$ac_includes_default"
11315 if test "x$ac_cv_header_png_h" = x""yes; then :
11316 cat >>confdefs.h <<_ACEOF
11317 #define HAVE_PNG_H 1
11318 _ACEOF
11322 done
11324 CPPFLAGS="$ac_save_CPPFLAGS"
11325 if test "$ac_cv_header_png_h" = "yes"
11326 then
11327 PNGINCL="$X_CFLAGS"
11329 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lpng" >&5
11330 $as_echo_n "checking for -lpng... " >&6; }
11331 if test "${ac_cv_lib_soname_png+set}" = set; then :
11332 $as_echo_n "(cached) " >&6
11333 else
11334 ac_check_soname_save_LIBS=$LIBS
11335 LIBS="-lpng $X_LIBS -lm -lz $LIBS"
11336 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11337 /* end confdefs.h. */
11339 /* Override any GCC internal prototype to avoid an error.
11340 Use char because int might match the return type of a GCC
11341 builtin and then its argument prototype would still apply. */
11342 #ifdef __cplusplus
11343 extern "C"
11344 #endif
11345 char png_create_read_struct ();
11347 main ()
11349 return png_create_read_struct ();
11351 return 0;
11353 _ACEOF
11354 if ac_fn_c_try_link "$LINENO"; then :
11355 case "$LIBEXT" in
11356 dll) ac_cv_lib_soname_png=`$ac_cv_path_LDD conftest.exe | grep "png" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11357 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'` ;;
11358 *) 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'` ;;
11359 esac
11361 rm -f core conftest.err conftest.$ac_objext \
11362 conftest$ac_exeext conftest.$ac_ext
11363 LIBS=$ac_check_soname_save_LIBS
11365 if test "x$ac_cv_lib_soname_png" = "x"; then :
11366 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11367 $as_echo "not found" >&6; }
11369 else
11370 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_png" >&5
11371 $as_echo "$ac_cv_lib_soname_png" >&6; }
11373 cat >>confdefs.h <<_ACEOF
11374 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
11375 _ACEOF
11379 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for png_set_expand_gray_1_2_4_to_8 in -lpng" >&5
11380 $as_echo_n "checking for png_set_expand_gray_1_2_4_to_8 in -lpng... " >&6; }
11381 if test "${ac_cv_lib_png_png_set_expand_gray_1_2_4_to_8+set}" = set; then :
11382 $as_echo_n "(cached) " >&6
11383 else
11384 ac_check_lib_save_LIBS=$LIBS
11385 LIBS="-lpng $X_LIBS -lm -lz $LIBS"
11386 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11387 /* end confdefs.h. */
11389 /* Override any GCC internal prototype to avoid an error.
11390 Use char because int might match the return type of a GCC
11391 builtin and then its argument prototype would still apply. */
11392 #ifdef __cplusplus
11393 extern "C"
11394 #endif
11395 char png_set_expand_gray_1_2_4_to_8 ();
11397 main ()
11399 return png_set_expand_gray_1_2_4_to_8 ();
11401 return 0;
11403 _ACEOF
11404 if ac_fn_c_try_link "$LINENO"; then :
11405 ac_cv_lib_png_png_set_expand_gray_1_2_4_to_8=yes
11406 else
11407 ac_cv_lib_png_png_set_expand_gray_1_2_4_to_8=no
11409 rm -f core conftest.err conftest.$ac_objext \
11410 conftest$ac_exeext conftest.$ac_ext
11411 LIBS=$ac_check_lib_save_LIBS
11413 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_png_png_set_expand_gray_1_2_4_to_8" >&5
11414 $as_echo "$ac_cv_lib_png_png_set_expand_gray_1_2_4_to_8" >&6; }
11415 if test "x$ac_cv_lib_png_png_set_expand_gray_1_2_4_to_8" = x""yes; then :
11416 $as_echo "#define HAVE_PNG_SET_EXPAND_GRAY_1_2_4_TO_8 1" >>confdefs.h
11422 if test "x$ac_cv_lib_soname_png" = "x"; then :
11423 case "x$with_png" in
11424 x) as_fn_append wine_warnings "|libpng ${notice_platform}development files not found, PNG won't be supported." ;;
11425 xno) ;;
11426 *) as_fn_error "libpng ${notice_platform}development files not found, PNG won't be supported.
11427 This is an error since --with-png was requested." "$LINENO" 5 ;;
11428 esac
11431 if test "$ac_cv_header_tiffio_h" = "yes"
11432 then
11433 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ltiff" >&5
11434 $as_echo_n "checking for -ltiff... " >&6; }
11435 if test "${ac_cv_lib_soname_tiff+set}" = set; then :
11436 $as_echo_n "(cached) " >&6
11437 else
11438 ac_check_soname_save_LIBS=$LIBS
11439 LIBS="-ltiff $LIBS"
11440 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11441 /* end confdefs.h. */
11443 /* Override any GCC internal prototype to avoid an error.
11444 Use char because int might match the return type of a GCC
11445 builtin and then its argument prototype would still apply. */
11446 #ifdef __cplusplus
11447 extern "C"
11448 #endif
11449 char TIFFClientOpen ();
11451 main ()
11453 return TIFFClientOpen ();
11455 return 0;
11457 _ACEOF
11458 if ac_fn_c_try_link "$LINENO"; then :
11459 case "$LIBEXT" in
11460 dll) ac_cv_lib_soname_tiff=`$ac_cv_path_LDD conftest.exe | grep "tiff" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11461 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'` ;;
11462 *) ac_cv_lib_soname_tiff=`$ac_cv_path_LDD conftest$ac_exeext | grep "libtiff\\.$LIBEXT" | sed -e "s/^.*\(libtiff\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11463 esac
11465 rm -f core conftest.err conftest.$ac_objext \
11466 conftest$ac_exeext conftest.$ac_ext
11467 LIBS=$ac_check_soname_save_LIBS
11469 if test "x$ac_cv_lib_soname_tiff" = "x"; then :
11470 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11471 $as_echo "not found" >&6; }
11473 else
11474 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_tiff" >&5
11475 $as_echo "$ac_cv_lib_soname_tiff" >&6; }
11477 cat >>confdefs.h <<_ACEOF
11478 #define SONAME_LIBTIFF "$ac_cv_lib_soname_tiff"
11479 _ACEOF
11484 if test "x$ac_cv_lib_soname_tiff" = "x"; then :
11485 case "x$with_tiff" in
11486 x) as_fn_append wine_notices "|libtiff ${notice_platform}development files not found, TIFF won't be supported." ;;
11487 xno) ;;
11488 *) as_fn_error "libtiff ${notice_platform}development files not found, TIFF won't be supported.
11489 This is an error since --with-tiff was requested." "$LINENO" 5 ;;
11490 esac
11493 if test "$ac_cv_header_mpg123_h" = "yes"
11494 then
11495 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for mpg123_feed in -lmpg123" >&5
11496 $as_echo_n "checking for mpg123_feed in -lmpg123... " >&6; }
11497 if test "${ac_cv_lib_mpg123_mpg123_feed+set}" = set; then :
11498 $as_echo_n "(cached) " >&6
11499 else
11500 ac_check_lib_save_LIBS=$LIBS
11501 LIBS="-lmpg123 $LIBS"
11502 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11503 /* end confdefs.h. */
11505 /* Override any GCC internal prototype to avoid an error.
11506 Use char because int might match the return type of a GCC
11507 builtin and then its argument prototype would still apply. */
11508 #ifdef __cplusplus
11509 extern "C"
11510 #endif
11511 char mpg123_feed ();
11513 main ()
11515 return mpg123_feed ();
11517 return 0;
11519 _ACEOF
11520 if ac_fn_c_try_link "$LINENO"; then :
11521 ac_cv_lib_mpg123_mpg123_feed=yes
11522 else
11523 ac_cv_lib_mpg123_mpg123_feed=no
11525 rm -f core conftest.err conftest.$ac_objext \
11526 conftest$ac_exeext conftest.$ac_ext
11527 LIBS=$ac_check_lib_save_LIBS
11529 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_mpg123_mpg123_feed" >&5
11530 $as_echo "$ac_cv_lib_mpg123_mpg123_feed" >&6; }
11531 if test "x$ac_cv_lib_mpg123_mpg123_feed" = x""yes; then :
11532 LIBMPG123="-lmpg123"
11537 if test "x$ac_cv_lib_mpg123_mpg123_feed" != xyes -a x"$ac_cv_header_CoreAudio_CoreAudio_h" != xyes; then :
11538 case "x$with_mpg123" in
11539 x) as_fn_append wine_notices "|libmpg123 ${notice_platform}development files not found (or too old), mp3 codec won't be supported." ;;
11540 xno) ;;
11541 *) as_fn_error "libmpg123 ${notice_platform}development files not found (or too old), mp3 codec won't be supported.
11542 This is an error since --with-mpg123 was requested." "$LINENO" 5 ;;
11543 esac
11545 test "x$ac_cv_lib_mpg123_mpg123_feed" = xyes -o "x$ac_cv_func_AudioFileStreamOpen" = xyes || enable_winemp3_acm=${enable_winemp3_acm:-no}
11547 if test "$ac_cv_header_AL_al_h" = "yes"
11548 then
11549 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lopenal" >&5
11550 $as_echo_n "checking for -lopenal... " >&6; }
11551 if test "${ac_cv_lib_soname_openal+set}" = set; then :
11552 $as_echo_n "(cached) " >&6
11553 else
11554 ac_check_soname_save_LIBS=$LIBS
11555 LIBS="-lopenal $LIBS"
11556 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11557 /* end confdefs.h. */
11559 /* Override any GCC internal prototype to avoid an error.
11560 Use char because int might match the return type of a GCC
11561 builtin and then its argument prototype would still apply. */
11562 #ifdef __cplusplus
11563 extern "C"
11564 #endif
11565 char alGetSource3i ();
11567 main ()
11569 return alGetSource3i ();
11571 return 0;
11573 _ACEOF
11574 if ac_fn_c_try_link "$LINENO"; then :
11575 case "$LIBEXT" in
11576 dll) ac_cv_lib_soname_openal=`$ac_cv_path_LDD conftest.exe | grep "openal" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11577 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'` ;;
11578 *) ac_cv_lib_soname_openal=`$ac_cv_path_LDD conftest$ac_exeext | grep "libopenal\\.$LIBEXT" | sed -e "s/^.*\(libopenal\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11579 esac
11581 rm -f core conftest.err conftest.$ac_objext \
11582 conftest$ac_exeext conftest.$ac_ext
11583 LIBS=$ac_check_soname_save_LIBS
11585 if test "x$ac_cv_lib_soname_openal" = "x"; then :
11586 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11587 $as_echo "not found" >&6; }
11589 else
11590 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_openal" >&5
11591 $as_echo "$ac_cv_lib_soname_openal" >&6; }
11593 cat >>confdefs.h <<_ACEOF
11594 #define SONAME_LIBOPENAL "$ac_cv_lib_soname_openal"
11595 _ACEOF
11597 LIBOPENAL="-lopenal"
11599 ac_cv_lib_openal=yes
11601 cat >>confdefs.h <<_ACEOF
11602 #define HAVE_OPENAL 1
11603 _ACEOF
11607 if test "x$ac_cv_lib_openal" != xyes; then :
11608 case "x$with_openal" in
11609 x) as_fn_append wine_notices "|libopenal ${notice_platform}development files not found (or too old), OpenAL won't be supported." ;;
11610 xno) ;;
11611 *) as_fn_error "libopenal ${notice_platform}development files not found (or too old), OpenAL won't be supported.
11612 This is an error since --with-openal was requested." "$LINENO" 5 ;;
11613 esac
11615 test "x$ac_cv_lib_openal" = xyes || enable_openal32=${enable_openal32:-no}
11617 if test "$ac_cv_header_kstat_h" = "yes"
11618 then
11619 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for kstat_open in -lkstat" >&5
11620 $as_echo_n "checking for kstat_open in -lkstat... " >&6; }
11621 if test "${ac_cv_lib_kstat_kstat_open+set}" = set; then :
11622 $as_echo_n "(cached) " >&6
11623 else
11624 ac_check_lib_save_LIBS=$LIBS
11625 LIBS="-lkstat $LIBS"
11626 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11627 /* end confdefs.h. */
11629 /* Override any GCC internal prototype to avoid an error.
11630 Use char because int might match the return type of a GCC
11631 builtin and then its argument prototype would still apply. */
11632 #ifdef __cplusplus
11633 extern "C"
11634 #endif
11635 char kstat_open ();
11637 main ()
11639 return kstat_open ();
11641 return 0;
11643 _ACEOF
11644 if ac_fn_c_try_link "$LINENO"; then :
11645 ac_cv_lib_kstat_kstat_open=yes
11646 else
11647 ac_cv_lib_kstat_kstat_open=no
11649 rm -f core conftest.err conftest.$ac_objext \
11650 conftest$ac_exeext conftest.$ac_ext
11651 LIBS=$ac_check_lib_save_LIBS
11653 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_kstat_kstat_open" >&5
11654 $as_echo "$ac_cv_lib_kstat_kstat_open" >&6; }
11655 if test "x$ac_cv_lib_kstat_kstat_open" = x""yes; then :
11657 $as_echo "#define HAVE_LIBKSTAT 1" >>confdefs.h
11659 LIBKSTAT="-lkstat"
11665 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lodbc" >&5
11666 $as_echo_n "checking for -lodbc... " >&6; }
11667 if test "${ac_cv_lib_soname_odbc+set}" = set; then :
11668 $as_echo_n "(cached) " >&6
11669 else
11670 ac_check_soname_save_LIBS=$LIBS
11671 LIBS="-lodbc $LIBS"
11672 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11673 /* end confdefs.h. */
11675 /* Override any GCC internal prototype to avoid an error.
11676 Use char because int might match the return type of a GCC
11677 builtin and then its argument prototype would still apply. */
11678 #ifdef __cplusplus
11679 extern "C"
11680 #endif
11681 char SQLConnect ();
11683 main ()
11685 return SQLConnect ();
11687 return 0;
11689 _ACEOF
11690 if ac_fn_c_try_link "$LINENO"; then :
11691 case "$LIBEXT" in
11692 dll) ac_cv_lib_soname_odbc=`$ac_cv_path_LDD conftest.exe | grep "odbc" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11693 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'` ;;
11694 *) ac_cv_lib_soname_odbc=`$ac_cv_path_LDD conftest$ac_exeext | grep "libodbc\\.$LIBEXT" | sed -e "s/^.*\(libodbc\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11695 esac
11697 rm -f core conftest.err conftest.$ac_objext \
11698 conftest$ac_exeext conftest.$ac_ext
11699 LIBS=$ac_check_soname_save_LIBS
11701 if test "x$ac_cv_lib_soname_odbc" = "x"; then :
11702 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11703 $as_echo "not found" >&6; }
11704 cat >>confdefs.h <<_ACEOF
11705 #define SONAME_LIBODBC "libodbc.$LIBEXT"
11706 _ACEOF
11708 else
11709 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_odbc" >&5
11710 $as_echo "$ac_cv_lib_soname_odbc" >&6; }
11712 cat >>confdefs.h <<_ACEOF
11713 #define SONAME_LIBODBC "$ac_cv_lib_soname_odbc"
11714 _ACEOF
11719 if test "x$ALSALIBS$AUDIOIOLIBS$COREAUDIO$NASLIBS$ESDLIBS$PULSELIBS$ac_cv_lib_soname_jack" = "x" -a \
11720 "$ac_cv_header_sys_soundcard_h" != "yes" -a \
11721 "$ac_cv_header_machine_soundcard_h" != "yes" -a \
11722 "$ac_cv_header_soundcard_h" != "yes" -a \
11723 "x$with_alsa$with_audioio$with_coreaudio$with_nas$with_esd$with_jack$with_oss" != xnonononononono
11724 then
11725 as_fn_append wine_warnings "|No sound system was found. Windows applications will be silent."
11729 EXTRACFLAGS=""
11731 if test "x${GCC}" = "xyes"
11732 then
11733 EXTRACFLAGS="-Wall -pipe"
11735 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gcc strength-reduce bug" >&5
11736 $as_echo_n "checking for gcc strength-reduce bug... " >&6; }
11737 if test "${ac_cv_c_gcc_strength_bug+set}" = set; then :
11738 $as_echo_n "(cached) " >&6
11739 else
11740 if test "$cross_compiling" = yes; then :
11741 ac_cv_c_gcc_strength_bug="yes"
11742 else
11743 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11744 /* end confdefs.h. */
11745 int L[4] = {0,1,2,3};
11747 main ()
11749 static int Array[3];
11750 unsigned int B = 3;
11751 int i;
11752 for(i=0; i<B; i++) Array[i] = i - 3;
11753 for(i=0; i<4 - 1; i++) L[i] = L[i + 1];
11754 L[i] = 4;
11755 return (Array[1] != -2 || L[2] != 3)
11757 return 0;
11759 _ACEOF
11760 if ac_fn_c_try_run "$LINENO"; then :
11761 ac_cv_c_gcc_strength_bug="no"
11762 else
11763 ac_cv_c_gcc_strength_bug="yes"
11765 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
11766 conftest.$ac_objext conftest.beam conftest.$ac_ext
11770 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_gcc_strength_bug" >&5
11771 $as_echo "$ac_cv_c_gcc_strength_bug" >&6; }
11772 if test "$ac_cv_c_gcc_strength_bug" = "yes"
11773 then
11774 EXTRACFLAGS="$EXTRACFLAGS -fno-strength-reduce"
11777 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-builtin" >&5
11778 $as_echo_n "checking whether the compiler supports -fno-builtin... " >&6; }
11779 if test "${ac_cv_cflags__fno_builtin+set}" = set; then :
11780 $as_echo_n "(cached) " >&6
11781 else
11782 ac_wine_try_cflags_saved=$CFLAGS
11783 CFLAGS="$CFLAGS -fno-builtin"
11784 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11785 /* end confdefs.h. */
11786 int main(int argc, char **argv) { return 0; }
11787 _ACEOF
11788 if ac_fn_c_try_link "$LINENO"; then :
11789 ac_cv_cflags__fno_builtin=yes
11790 else
11791 ac_cv_cflags__fno_builtin=no
11793 rm -f core conftest.err conftest.$ac_objext \
11794 conftest$ac_exeext conftest.$ac_ext
11795 CFLAGS=$ac_wine_try_cflags_saved
11797 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_builtin" >&5
11798 $as_echo "$ac_cv_cflags__fno_builtin" >&6; }
11799 if test $ac_cv_cflags__fno_builtin = yes; then :
11800 BUILTINFLAG="-fno-builtin"
11803 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-strict-aliasing" >&5
11804 $as_echo_n "checking whether the compiler supports -fno-strict-aliasing... " >&6; }
11805 if test "${ac_cv_cflags__fno_strict_aliasing+set}" = set; then :
11806 $as_echo_n "(cached) " >&6
11807 else
11808 ac_wine_try_cflags_saved=$CFLAGS
11809 CFLAGS="$CFLAGS -fno-strict-aliasing"
11810 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11811 /* end confdefs.h. */
11812 int main(int argc, char **argv) { return 0; }
11813 _ACEOF
11814 if ac_fn_c_try_link "$LINENO"; then :
11815 ac_cv_cflags__fno_strict_aliasing=yes
11816 else
11817 ac_cv_cflags__fno_strict_aliasing=no
11819 rm -f core conftest.err conftest.$ac_objext \
11820 conftest$ac_exeext conftest.$ac_ext
11821 CFLAGS=$ac_wine_try_cflags_saved
11823 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_strict_aliasing" >&5
11824 $as_echo "$ac_cv_cflags__fno_strict_aliasing" >&6; }
11825 if test $ac_cv_cflags__fno_strict_aliasing = yes; then :
11826 EXTRACFLAGS="$EXTRACFLAGS -fno-strict-aliasing"
11828 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wdeclaration-after-statement" >&5
11829 $as_echo_n "checking whether the compiler supports -Wdeclaration-after-statement... " >&6; }
11830 if test "${ac_cv_cflags__Wdeclaration_after_statement+set}" = set; then :
11831 $as_echo_n "(cached) " >&6
11832 else
11833 ac_wine_try_cflags_saved=$CFLAGS
11834 CFLAGS="$CFLAGS -Wdeclaration-after-statement"
11835 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11836 /* end confdefs.h. */
11837 int main(int argc, char **argv) { return 0; }
11838 _ACEOF
11839 if ac_fn_c_try_link "$LINENO"; then :
11840 ac_cv_cflags__Wdeclaration_after_statement=yes
11841 else
11842 ac_cv_cflags__Wdeclaration_after_statement=no
11844 rm -f core conftest.err conftest.$ac_objext \
11845 conftest$ac_exeext conftest.$ac_ext
11846 CFLAGS=$ac_wine_try_cflags_saved
11848 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wdeclaration_after_statement" >&5
11849 $as_echo "$ac_cv_cflags__Wdeclaration_after_statement" >&6; }
11850 if test $ac_cv_cflags__Wdeclaration_after_statement = yes; then :
11851 EXTRACFLAGS="$EXTRACFLAGS -Wdeclaration-after-statement"
11853 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wstrict-prototypes" >&5
11854 $as_echo_n "checking whether the compiler supports -Wstrict-prototypes... " >&6; }
11855 if test "${ac_cv_cflags__Wstrict_prototypes+set}" = set; then :
11856 $as_echo_n "(cached) " >&6
11857 else
11858 ac_wine_try_cflags_saved=$CFLAGS
11859 CFLAGS="$CFLAGS -Wstrict-prototypes"
11860 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11861 /* end confdefs.h. */
11862 int main(int argc, char **argv) { return 0; }
11863 _ACEOF
11864 if ac_fn_c_try_link "$LINENO"; then :
11865 ac_cv_cflags__Wstrict_prototypes=yes
11866 else
11867 ac_cv_cflags__Wstrict_prototypes=no
11869 rm -f core conftest.err conftest.$ac_objext \
11870 conftest$ac_exeext conftest.$ac_ext
11871 CFLAGS=$ac_wine_try_cflags_saved
11873 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wstrict_prototypes" >&5
11874 $as_echo "$ac_cv_cflags__Wstrict_prototypes" >&6; }
11875 if test $ac_cv_cflags__Wstrict_prototypes = yes; then :
11876 EXTRACFLAGS="$EXTRACFLAGS -Wstrict-prototypes"
11878 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wtype-limits" >&5
11879 $as_echo_n "checking whether the compiler supports -Wtype-limits... " >&6; }
11880 if test "${ac_cv_cflags__Wtype_limits+set}" = set; then :
11881 $as_echo_n "(cached) " >&6
11882 else
11883 ac_wine_try_cflags_saved=$CFLAGS
11884 CFLAGS="$CFLAGS -Wtype-limits"
11885 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11886 /* end confdefs.h. */
11887 int main(int argc, char **argv) { return 0; }
11888 _ACEOF
11889 if ac_fn_c_try_link "$LINENO"; then :
11890 ac_cv_cflags__Wtype_limits=yes
11891 else
11892 ac_cv_cflags__Wtype_limits=no
11894 rm -f core conftest.err conftest.$ac_objext \
11895 conftest$ac_exeext conftest.$ac_ext
11896 CFLAGS=$ac_wine_try_cflags_saved
11898 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wtype_limits" >&5
11899 $as_echo "$ac_cv_cflags__Wtype_limits" >&6; }
11900 if test $ac_cv_cflags__Wtype_limits = yes; then :
11901 EXTRACFLAGS="$EXTRACFLAGS -Wtype-limits"
11903 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wwrite-strings" >&5
11904 $as_echo_n "checking whether the compiler supports -Wwrite-strings... " >&6; }
11905 if test "${ac_cv_cflags__Wwrite_strings+set}" = set; then :
11906 $as_echo_n "(cached) " >&6
11907 else
11908 ac_wine_try_cflags_saved=$CFLAGS
11909 CFLAGS="$CFLAGS -Wwrite-strings"
11910 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11911 /* end confdefs.h. */
11912 int main(int argc, char **argv) { return 0; }
11913 _ACEOF
11914 if ac_fn_c_try_link "$LINENO"; then :
11915 ac_cv_cflags__Wwrite_strings=yes
11916 else
11917 ac_cv_cflags__Wwrite_strings=no
11919 rm -f core conftest.err conftest.$ac_objext \
11920 conftest$ac_exeext conftest.$ac_ext
11921 CFLAGS=$ac_wine_try_cflags_saved
11923 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wwrite_strings" >&5
11924 $as_echo "$ac_cv_cflags__Wwrite_strings" >&6; }
11925 if test $ac_cv_cflags__Wwrite_strings = yes; then :
11926 EXTRACFLAGS="$EXTRACFLAGS -Wwrite-strings"
11929 saved_CFLAGS="$CFLAGS"
11930 CFLAGS="$CFLAGS -Wpointer-arith -Werror"
11931 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for broken string.h that generates warnings" >&5
11932 $as_echo_n "checking for broken string.h that generates warnings... " >&6; }
11933 if test "${ac_cv_c_string_h_warnings+set}" = set; then :
11934 $as_echo_n "(cached) " >&6
11935 else
11936 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11937 /* end confdefs.h. */
11938 #include <string.h>
11940 main ()
11944 return 0;
11946 _ACEOF
11947 if ac_fn_c_try_compile "$LINENO"; then :
11948 ac_cv_c_string_h_warnings=no
11949 else
11950 ac_cv_c_string_h_warnings=yes
11952 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11954 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_string_h_warnings" >&5
11955 $as_echo "$ac_cv_c_string_h_warnings" >&6; }
11956 CFLAGS="$saved_CFLAGS"
11957 if test "$ac_cv_c_string_h_warnings" = "no"
11958 then
11959 EXTRACFLAGS="$EXTRACFLAGS -Wpointer-arith"
11962 if test "${enable_maintainer_mode+set}" = set
11963 then
11964 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Werror" >&5
11965 $as_echo_n "checking whether the compiler supports -Werror... " >&6; }
11966 if test "${ac_cv_cflags__Werror+set}" = set; then :
11967 $as_echo_n "(cached) " >&6
11968 else
11969 ac_wine_try_cflags_saved=$CFLAGS
11970 CFLAGS="$CFLAGS -Werror"
11971 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11972 /* end confdefs.h. */
11973 int main(int argc, char **argv) { return 0; }
11974 _ACEOF
11975 if ac_fn_c_try_link "$LINENO"; then :
11976 ac_cv_cflags__Werror=yes
11977 else
11978 ac_cv_cflags__Werror=no
11980 rm -f core conftest.err conftest.$ac_objext \
11981 conftest$ac_exeext conftest.$ac_ext
11982 CFLAGS=$ac_wine_try_cflags_saved
11984 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Werror" >&5
11985 $as_echo "$ac_cv_cflags__Werror" >&6; }
11986 if test $ac_cv_cflags__Werror = yes; then :
11987 EXTRACFLAGS="$EXTRACFLAGS -Werror"
11991 saved_CFLAGS="$CFLAGS"
11992 CFLAGS="$CFLAGS -Werror"
11993 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ms_hook_prologue attribute" >&5
11994 $as_echo_n "checking for ms_hook_prologue attribute... " >&6; }
11995 if test "${ac_cv_have_ms_hook_prologue+set}" = set; then :
11996 $as_echo_n "(cached) " >&6
11997 else
11998 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11999 /* end confdefs.h. */
12000 int __attribute__((__ms_hook_prologue__)) test(void) { return 0; }
12002 main ()
12006 return 0;
12008 _ACEOF
12009 if ac_fn_c_try_compile "$LINENO"; then :
12010 ac_cv_have_ms_hook_prologue="yes"
12011 else
12012 ac_cv_have_ms_hook_prologue="no"
12014 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12016 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_ms_hook_prologue" >&5
12017 $as_echo "$ac_cv_have_ms_hook_prologue" >&6; }
12018 CFLAGS="$saved_CFLAGS"
12019 if test "$ac_cv_have_ms_hook_prologue" = "yes"
12020 then
12022 $as_echo "#define DECLSPEC_HOTPATCH __attribute__((__ms_hook_prologue__))" >>confdefs.h
12024 else
12025 $as_echo "#define DECLSPEC_HOTPATCH /* */" >>confdefs.h
12031 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether external symbols need an underscore prefix" >&5
12032 $as_echo_n "checking whether external symbols need an underscore prefix... " >&6; }
12033 if test "${ac_cv_c_extern_prefix+set}" = set; then :
12034 $as_echo_n "(cached) " >&6
12035 else
12036 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12037 /* end confdefs.h. */
12038 extern int ac_test;
12040 main ()
12042 asm(".globl _ac_test\n_ac_test:\t.long 0"); if (ac_test) return 1
12044 return 0;
12046 _ACEOF
12047 if ac_fn_c_try_link "$LINENO"; then :
12048 ac_cv_c_extern_prefix="yes"
12049 else
12050 ac_cv_c_extern_prefix="no"
12052 rm -f core conftest.err conftest.$ac_objext \
12053 conftest$ac_exeext conftest.$ac_ext
12055 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_extern_prefix" >&5
12056 $as_echo "$ac_cv_c_extern_prefix" >&6; }
12058 case $host_cpu in
12059 *i[3456789]86*)
12060 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether external symbols need stdcall decoration" >&5
12061 $as_echo_n "checking whether external symbols need stdcall decoration... " >&6; }
12062 if test "${ac_cv_c_stdcall_suffix+set}" = set; then :
12063 $as_echo_n "(cached) " >&6
12064 else
12065 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12066 /* end confdefs.h. */
12067 #ifndef _MSC_VER
12068 #define __stdcall __attribute__((__stdcall__))
12069 #endif
12070 int __stdcall ac_test(int i) { return i; }
12072 main ()
12074 asm("jmp _ac_test@4"); if (ac_test(1)) return 1
12076 return 0;
12078 _ACEOF
12079 if ac_fn_c_try_link "$LINENO"; then :
12080 ac_cv_c_stdcall_suffix="yes"
12081 else
12082 ac_cv_c_stdcall_suffix="no"
12084 rm -f core conftest.err conftest.$ac_objext \
12085 conftest$ac_exeext conftest.$ac_ext
12087 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_stdcall_suffix" >&5
12088 $as_echo "$ac_cv_c_stdcall_suffix" >&6; } ;;
12089 *) ac_cv_c_stdcall_suffix="no" ;;
12090 esac
12093 if test "$ac_cv_c_extern_prefix" = "yes"
12094 then
12095 $as_echo "#define __ASM_NAME(name) \"_\" name" >>confdefs.h
12097 asm_name_prefix="_"
12098 else
12099 $as_echo "#define __ASM_NAME(name) name" >>confdefs.h
12101 asm_name_prefix=""
12105 if test "$ac_cv_c_stdcall_suffix" = "yes"
12106 then
12107 $as_echo "#define __ASM_STDCALL(args) \"@\" #args" >>confdefs.h
12109 else
12110 $as_echo "#define __ASM_STDCALL(args) \"\"" >>confdefs.h
12115 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to define a function in assembly code" >&5
12116 $as_echo_n "checking how to define a function in assembly code... " >&6; }
12117 if test "${ac_cv_asm_func_def+set}" = set; then :
12118 $as_echo_n "(cached) " >&6
12119 else
12120 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12121 /* end confdefs.h. */
12124 main ()
12126 asm("\t.globl _ac_test\n\t.def _ac_test; .scl 2; .type 32; .endef\n_ac_test:\t.long 0");
12128 return 0;
12130 _ACEOF
12131 if ac_fn_c_try_link "$LINENO"; then :
12132 ac_cv_asm_func_def=".def"
12133 else
12134 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12135 /* end confdefs.h. */
12138 main ()
12140 asm("\t.globl _ac_test\n\t.type _ac_test,@function\n_ac_test:\t.long 0");
12142 return 0;
12144 _ACEOF
12145 if ac_fn_c_try_link "$LINENO"; then :
12146 ac_cv_asm_func_def=".type @function"
12147 else
12148 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12149 /* end confdefs.h. */
12152 main ()
12154 asm("\t.globl _ac_test\n\t.type _ac_test,2\n_ac_test:\t.long 0");
12156 return 0;
12158 _ACEOF
12159 if ac_fn_c_try_link "$LINENO"; then :
12160 ac_cv_asm_func_def=".type 2"
12161 else
12162 ac_cv_asm_func_def="unknown"
12164 rm -f core conftest.err conftest.$ac_objext \
12165 conftest$ac_exeext conftest.$ac_ext
12167 rm -f core conftest.err conftest.$ac_objext \
12168 conftest$ac_exeext conftest.$ac_ext
12170 rm -f core conftest.err conftest.$ac_objext \
12171 conftest$ac_exeext conftest.$ac_ext
12173 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_asm_func_def" >&5
12174 $as_echo "$ac_cv_asm_func_def" >&6; }
12177 case "$ac_cv_asm_func_def" in
12178 ".def")
12179 $as_echo "#define __ASM_FUNC(name) \".def \" __ASM_NAME(name) \"; .scl 2; .type 32; .endef\"" >>confdefs.h
12181 asm_func_header=".def $asm_name_prefix\" #name suffix \"; .scl 2; .type 32; .endef" ;;
12182 ".type @function")
12183 $as_echo "#define __ASM_FUNC(name) \".type \" __ASM_NAME(name) \",@function\"" >>confdefs.h
12185 asm_func_header=".type $asm_name_prefix\" #name suffix \",@function" ;;
12186 ".type 2")
12187 $as_echo "#define __ASM_FUNC(name) \".type \" __ASM_NAME(name) \",2\"" >>confdefs.h
12189 asm_func_header=".type $asm_name_prefix\" #name suffix \",2" ;;
12191 $as_echo "#define __ASM_FUNC(name) \"\"" >>confdefs.h
12193 asm_func_header="" ;;
12194 esac
12196 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether asm() works outside of functions" >&5
12197 $as_echo_n "checking whether asm() works outside of functions... " >&6; }
12198 if test "${ac_cv_c_asm_outside_funcs+set}" = set; then :
12199 $as_echo_n "(cached) " >&6
12200 else
12201 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12202 /* end confdefs.h. */
12203 asm(".text\n\t.long 0");
12205 main ()
12209 return 0;
12211 _ACEOF
12212 if ac_fn_c_try_compile "$LINENO"; then :
12213 ac_cv_c_asm_outside_funcs="yes"
12214 else
12215 ac_cv_c_asm_outside_funcs="no"
12217 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12219 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_asm_outside_funcs" >&5
12220 $as_echo "$ac_cv_c_asm_outside_funcs" >&6; }
12222 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether .previous is supported in assembly code" >&5
12223 $as_echo_n "checking whether .previous is supported in assembly code... " >&6; }
12224 if test "${ac_cv_c_dot_previous+set}" = set; then :
12225 $as_echo_n "(cached) " >&6
12226 else
12227 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12228 /* end confdefs.h. */
12231 main ()
12233 asm(".text\nac_test:\t.long 0\n\t.previous");
12235 return 0;
12237 _ACEOF
12238 if ac_fn_c_try_link "$LINENO"; then :
12239 ac_cv_c_dot_previous="yes"
12240 else
12241 ac_cv_c_dot_previous="no"
12243 rm -f core conftest.err conftest.$ac_objext \
12244 conftest$ac_exeext conftest.$ac_ext
12246 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dot_previous" >&5
12247 $as_echo "$ac_cv_c_dot_previous" >&6; }
12249 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether CFI directives are supported in assembly code" >&5
12250 $as_echo_n "checking whether CFI directives are supported in assembly code... " >&6; }
12251 if test "${ac_cv_c_cfi_support+set}" = set; then :
12252 $as_echo_n "(cached) " >&6
12253 else
12254 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12255 /* end confdefs.h. */
12256 asm(".text\nac_test:\t.cfi_startproc\n\t.long 0\n\t.cfi_endproc");
12258 main ()
12262 return 0;
12264 _ACEOF
12265 if ac_fn_c_try_compile "$LINENO"; then :
12266 ac_cv_c_cfi_support="yes"
12267 else
12268 ac_cv_c_cfi_support="no"
12270 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12272 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_cfi_support" >&5
12273 $as_echo "$ac_cv_c_cfi_support" >&6; }
12275 asm_func_header=".globl $asm_name_prefix\" #name suffix \"\\n\\t$asm_func_header\\n$asm_name_prefix\" #name suffix \":\\n\\t"
12276 asm_func_trailer=""
12277 if test "$ac_cv_c_dot_previous" = "yes"
12278 then
12279 asm_func_trailer="\\n\\t.previous"
12281 if test "$ac_cv_c_cfi_support" = "yes"
12282 then
12283 asm_func_header="$asm_func_header.cfi_startproc\\n\\t"
12284 asm_func_trailer="\\n\\t.cfi_endproc$asm_func_trailer"
12286 $as_echo "#define __ASM_CFI(str) str" >>confdefs.h
12288 UNWINDFLAGS=-fasynchronous-unwind-tables
12290 else
12291 $as_echo "#define __ASM_CFI(str) \"\"" >>confdefs.h
12295 asm_func_code="$asm_func_header\" code \"$asm_func_trailer"
12298 if test "$ac_cv_c_asm_outside_funcs" = "yes"
12299 then
12300 cat >>confdefs.h <<_ACEOF
12301 #define __ASM_DEFINE_FUNC(name,suffix,code) asm(".text\n\t.align 4\n\t$asm_func_code");
12302 _ACEOF
12304 else
12305 cat >>confdefs.h <<_ACEOF
12306 #define __ASM_DEFINE_FUNC(name,suffix,code) void __asm_dummy_##name(void) { asm(".text\n\t.align 4\n\t$asm_func_code"); }
12307 _ACEOF
12311 $as_echo "#define __ASM_GLOBAL_FUNC(name,code) __ASM_DEFINE_FUNC(name,\"\",code)" >>confdefs.h
12314 $as_echo "#define __ASM_STDCALL_FUNC(name,args,code) __ASM_DEFINE_FUNC(name,__ASM_STDCALL(args),code)" >>confdefs.h
12318 LDPATH=""
12320 case $build_os in
12321 cygwin*|mingw32*)
12322 TOOLSEXT=".exe"
12324 LDPATH="PATH=\"\$(TOOLSDIR)/libs/wine:\$\$PATH\""
12326 darwin*|macosx*)
12329 LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
12331 esac
12333 case $host_os in
12334 mingw32*)
12335 CRTLIBS="-lmsvcrt"
12337 SOCKETLIBS="-L\$(TOPOBJDIR)/dlls/ws2_32 -lws2_32"
12340 esac
12342 MAIN_BINARY="wine"
12344 test -z "$with_wine64" || MAIN_BINARY="wine32"
12346 case $host_cpu in
12347 *i[3456789]86*)
12348 case $host_os in
12349 linux*)
12350 EXTRA_BINARIES="wine-preloader"
12352 esac
12354 esac
12357 ac_save_CFLAGS="$CFLAGS"
12358 CFLAGS="$CFLAGS $BUILTINFLAG"
12359 for ac_func in \
12360 _pclose \
12361 _popen \
12362 _snprintf \
12363 _spawnvp \
12364 _strdup \
12365 _stricmp \
12366 _strnicmp \
12367 _strtoi64 \
12368 _strtoui64 \
12369 _vsnprintf \
12370 asctime_r \
12371 chsize \
12372 dlopen \
12373 epoll_create \
12374 ffs \
12375 finite \
12376 fnmatch \
12377 fork \
12378 fpclass \
12379 fstatfs \
12380 fstatvfs \
12381 ftruncate \
12382 futimes \
12383 futimesat \
12384 getdirentries \
12385 getopt_long \
12386 getpagesize \
12387 getpwuid \
12388 gettid \
12389 gettimeofday \
12390 getuid \
12391 kqueue \
12392 lstat \
12393 memmove \
12394 mmap \
12395 pclose \
12396 pipe2 \
12397 poll \
12398 popen \
12399 port_create \
12400 prctl \
12401 pread \
12402 pwrite \
12403 readdir \
12404 readlink \
12405 sched_setaffinity \
12406 sched_yield \
12407 select \
12408 setproctitle \
12409 setrlimit \
12410 settimeofday \
12411 sigaltstack \
12412 sigprocmask \
12413 snprintf \
12414 spawnvp \
12415 statfs \
12416 statvfs \
12417 strcasecmp \
12418 strdup \
12419 strerror \
12420 strncasecmp \
12421 strtold \
12422 strtoll \
12423 strtoull \
12424 symlink \
12425 tcgetattr \
12426 thr_kill2 \
12427 timegm \
12428 usleep \
12429 vsnprintf \
12430 wait4 \
12431 waitpid \
12433 do :
12434 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
12435 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
12436 eval as_val=\$$as_ac_var
12437 if test "x$as_val" = x""yes; then :
12438 cat >>confdefs.h <<_ACEOF
12439 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
12440 _ACEOF
12443 done
12445 CFLAGS="$ac_save_CFLAGS"
12447 if test "$ac_cv_func_dlopen" = no
12448 then
12449 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
12450 $as_echo_n "checking for dlopen in -ldl... " >&6; }
12451 if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
12452 $as_echo_n "(cached) " >&6
12453 else
12454 ac_check_lib_save_LIBS=$LIBS
12455 LIBS="-ldl $LIBS"
12456 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12457 /* end confdefs.h. */
12459 /* Override any GCC internal prototype to avoid an error.
12460 Use char because int might match the return type of a GCC
12461 builtin and then its argument prototype would still apply. */
12462 #ifdef __cplusplus
12463 extern "C"
12464 #endif
12465 char dlopen ();
12467 main ()
12469 return dlopen ();
12471 return 0;
12473 _ACEOF
12474 if ac_fn_c_try_link "$LINENO"; then :
12475 ac_cv_lib_dl_dlopen=yes
12476 else
12477 ac_cv_lib_dl_dlopen=no
12479 rm -f core conftest.err conftest.$ac_objext \
12480 conftest$ac_exeext conftest.$ac_ext
12481 LIBS=$ac_check_lib_save_LIBS
12483 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
12484 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
12485 if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
12486 $as_echo "#define HAVE_DLOPEN 1" >>confdefs.h
12487 LIBDL="-ldl"
12492 ac_wine_check_funcs_save_LIBS="$LIBS"
12493 LIBS="$LIBS $LIBDL"
12494 for ac_func in dladdr
12495 do :
12496 ac_fn_c_check_func "$LINENO" "dladdr" "ac_cv_func_dladdr"
12497 if test "x$ac_cv_func_dladdr" = x""yes; then :
12498 cat >>confdefs.h <<_ACEOF
12499 #define HAVE_DLADDR 1
12500 _ACEOF
12503 done
12505 LIBS="$ac_wine_check_funcs_save_LIBS"
12507 if test "$ac_cv_func_poll" = no
12508 then
12509 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for poll in -lpoll" >&5
12510 $as_echo_n "checking for poll in -lpoll... " >&6; }
12511 if test "${ac_cv_lib_poll_poll+set}" = set; then :
12512 $as_echo_n "(cached) " >&6
12513 else
12514 ac_check_lib_save_LIBS=$LIBS
12515 LIBS="-lpoll $LIBS"
12516 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12517 /* end confdefs.h. */
12519 /* Override any GCC internal prototype to avoid an error.
12520 Use char because int might match the return type of a GCC
12521 builtin and then its argument prototype would still apply. */
12522 #ifdef __cplusplus
12523 extern "C"
12524 #endif
12525 char poll ();
12527 main ()
12529 return poll ();
12531 return 0;
12533 _ACEOF
12534 if ac_fn_c_try_link "$LINENO"; then :
12535 ac_cv_lib_poll_poll=yes
12536 else
12537 ac_cv_lib_poll_poll=no
12539 rm -f core conftest.err conftest.$ac_objext \
12540 conftest$ac_exeext conftest.$ac_ext
12541 LIBS=$ac_check_lib_save_LIBS
12543 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_poll_poll" >&5
12544 $as_echo "$ac_cv_lib_poll_poll" >&6; }
12545 if test "x$ac_cv_lib_poll_poll" = x""yes; then :
12546 $as_echo "#define HAVE_POLL 1" >>confdefs.h
12547 LIBPOLL="-lpoll"
12553 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing gethostbyname" >&5
12554 $as_echo_n "checking for library containing gethostbyname... " >&6; }
12555 if test "${ac_cv_search_gethostbyname+set}" = set; then :
12556 $as_echo_n "(cached) " >&6
12557 else
12558 ac_func_search_save_LIBS=$LIBS
12559 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12560 /* end confdefs.h. */
12562 /* Override any GCC internal prototype to avoid an error.
12563 Use char because int might match the return type of a GCC
12564 builtin and then its argument prototype would still apply. */
12565 #ifdef __cplusplus
12566 extern "C"
12567 #endif
12568 char gethostbyname ();
12570 main ()
12572 return gethostbyname ();
12574 return 0;
12576 _ACEOF
12577 for ac_lib in '' nsl; do
12578 if test -z "$ac_lib"; then
12579 ac_res="none required"
12580 else
12581 ac_res=-l$ac_lib
12582 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
12584 if ac_fn_c_try_link "$LINENO"; then :
12585 ac_cv_search_gethostbyname=$ac_res
12587 rm -f core conftest.err conftest.$ac_objext \
12588 conftest$ac_exeext
12589 if test "${ac_cv_search_gethostbyname+set}" = set; then :
12590 break
12592 done
12593 if test "${ac_cv_search_gethostbyname+set}" = set; then :
12595 else
12596 ac_cv_search_gethostbyname=no
12598 rm conftest.$ac_ext
12599 LIBS=$ac_func_search_save_LIBS
12601 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_gethostbyname" >&5
12602 $as_echo "$ac_cv_search_gethostbyname" >&6; }
12603 ac_res=$ac_cv_search_gethostbyname
12604 if test "$ac_res" != no; then :
12605 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
12610 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing connect" >&5
12611 $as_echo_n "checking for library containing connect... " >&6; }
12612 if test "${ac_cv_search_connect+set}" = set; then :
12613 $as_echo_n "(cached) " >&6
12614 else
12615 ac_func_search_save_LIBS=$LIBS
12616 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12617 /* end confdefs.h. */
12619 /* Override any GCC internal prototype to avoid an error.
12620 Use char because int might match the return type of a GCC
12621 builtin and then its argument prototype would still apply. */
12622 #ifdef __cplusplus
12623 extern "C"
12624 #endif
12625 char connect ();
12627 main ()
12629 return connect ();
12631 return 0;
12633 _ACEOF
12634 for ac_lib in '' socket; do
12635 if test -z "$ac_lib"; then
12636 ac_res="none required"
12637 else
12638 ac_res=-l$ac_lib
12639 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
12641 if ac_fn_c_try_link "$LINENO"; then :
12642 ac_cv_search_connect=$ac_res
12644 rm -f core conftest.err conftest.$ac_objext \
12645 conftest$ac_exeext
12646 if test "${ac_cv_search_connect+set}" = set; then :
12647 break
12649 done
12650 if test "${ac_cv_search_connect+set}" = set; then :
12652 else
12653 ac_cv_search_connect=no
12655 rm conftest.$ac_ext
12656 LIBS=$ac_func_search_save_LIBS
12658 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_connect" >&5
12659 $as_echo "$ac_cv_search_connect" >&6; }
12660 ac_res=$ac_cv_search_connect
12661 if test "$ac_res" != no; then :
12662 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
12667 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing inet_aton" >&5
12668 $as_echo_n "checking for library containing inet_aton... " >&6; }
12669 if test "${ac_cv_search_inet_aton+set}" = set; then :
12670 $as_echo_n "(cached) " >&6
12671 else
12672 ac_func_search_save_LIBS=$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 inet_aton ();
12684 main ()
12686 return inet_aton ();
12688 return 0;
12690 _ACEOF
12691 for ac_lib in '' resolv; do
12692 if test -z "$ac_lib"; then
12693 ac_res="none required"
12694 else
12695 ac_res=-l$ac_lib
12696 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
12698 if ac_fn_c_try_link "$LINENO"; then :
12699 ac_cv_search_inet_aton=$ac_res
12701 rm -f core conftest.err conftest.$ac_objext \
12702 conftest$ac_exeext
12703 if test "${ac_cv_search_inet_aton+set}" = set; then :
12704 break
12706 done
12707 if test "${ac_cv_search_inet_aton+set}" = set; then :
12709 else
12710 ac_cv_search_inet_aton=no
12712 rm conftest.$ac_ext
12713 LIBS=$ac_func_search_save_LIBS
12715 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_inet_aton" >&5
12716 $as_echo "$ac_cv_search_inet_aton" >&6; }
12717 ac_res=$ac_cv_search_inet_aton
12718 if test "$ac_res" != no; then :
12719 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
12724 for ac_func in \
12725 getaddrinfo \
12726 getnameinfo \
12727 getnetbyname \
12728 getprotobyname \
12729 getprotobynumber \
12730 getservbyport \
12731 inet_network \
12732 inet_ntop \
12733 inet_pton \
12734 sendmsg \
12735 socketpair \
12737 do :
12738 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
12739 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
12740 eval as_val=\$$as_ac_var
12741 if test "x$as_val" = x""yes; then :
12742 cat >>confdefs.h <<_ACEOF
12743 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
12744 _ACEOF
12747 done
12750 LDAPLIBS=""
12752 if test "$ac_cv_header_ldap_h" = "yes" -a "$ac_cv_header_lber_h" = "yes"
12753 then
12754 ac_fn_c_check_type "$LINENO" "LDAPSortKey" "ac_cv_type_LDAPSortKey" "#include <ldap.h>
12756 if test "x$ac_cv_type_LDAPSortKey" = x""yes; then :
12757 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ldap_initialize in -lldap_r" >&5
12758 $as_echo_n "checking for ldap_initialize in -lldap_r... " >&6; }
12759 if test "${ac_cv_lib_ldap_r_ldap_initialize+set}" = set; then :
12760 $as_echo_n "(cached) " >&6
12761 else
12762 ac_check_lib_save_LIBS=$LIBS
12763 LIBS="-lldap_r $LIBPTHREAD $LIBS"
12764 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12765 /* end confdefs.h. */
12767 /* Override any GCC internal prototype to avoid an error.
12768 Use char because int might match the return type of a GCC
12769 builtin and then its argument prototype would still apply. */
12770 #ifdef __cplusplus
12771 extern "C"
12772 #endif
12773 char ldap_initialize ();
12775 main ()
12777 return ldap_initialize ();
12779 return 0;
12781 _ACEOF
12782 if ac_fn_c_try_link "$LINENO"; then :
12783 ac_cv_lib_ldap_r_ldap_initialize=yes
12784 else
12785 ac_cv_lib_ldap_r_ldap_initialize=no
12787 rm -f core conftest.err conftest.$ac_objext \
12788 conftest$ac_exeext conftest.$ac_ext
12789 LIBS=$ac_check_lib_save_LIBS
12791 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ldap_r_ldap_initialize" >&5
12792 $as_echo "$ac_cv_lib_ldap_r_ldap_initialize" >&6; }
12793 if test "x$ac_cv_lib_ldap_r_ldap_initialize" = x""yes; then :
12794 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ber_init in -llber" >&5
12795 $as_echo_n "checking for ber_init in -llber... " >&6; }
12796 if test "${ac_cv_lib_lber_ber_init+set}" = set; then :
12797 $as_echo_n "(cached) " >&6
12798 else
12799 ac_check_lib_save_LIBS=$LIBS
12800 LIBS="-llber $LIBPTHREAD $LIBS"
12801 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12802 /* end confdefs.h. */
12804 /* Override any GCC internal prototype to avoid an error.
12805 Use char because int might match the return type of a GCC
12806 builtin and then its argument prototype would still apply. */
12807 #ifdef __cplusplus
12808 extern "C"
12809 #endif
12810 char ber_init ();
12812 main ()
12814 return ber_init ();
12816 return 0;
12818 _ACEOF
12819 if ac_fn_c_try_link "$LINENO"; then :
12820 ac_cv_lib_lber_ber_init=yes
12821 else
12822 ac_cv_lib_lber_ber_init=no
12824 rm -f core conftest.err conftest.$ac_objext \
12825 conftest$ac_exeext conftest.$ac_ext
12826 LIBS=$ac_check_lib_save_LIBS
12828 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lber_ber_init" >&5
12829 $as_echo "$ac_cv_lib_lber_ber_init" >&6; }
12830 if test "x$ac_cv_lib_lber_ber_init" = x""yes; then :
12832 $as_echo "#define HAVE_LDAP 1" >>confdefs.h
12834 LDAPLIBS="-lldap_r -llber"
12841 ac_wine_check_funcs_save_LIBS="$LIBS"
12842 LIBS="$LIBS $LDAPLIBS $LIBPTHREAD"
12843 for ac_func in \
12844 ldap_count_references \
12845 ldap_first_reference \
12846 ldap_next_reference \
12847 ldap_parse_reference \
12848 ldap_parse_sort_control \
12849 ldap_parse_sortresponse_control \
12850 ldap_parse_vlv_control \
12851 ldap_parse_vlvresponse_control
12852 do :
12853 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
12854 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
12855 eval as_val=\$$as_ac_var
12856 if test "x$as_val" = x""yes; then :
12857 cat >>confdefs.h <<_ACEOF
12858 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
12859 _ACEOF
12862 done
12864 LIBS="$ac_wine_check_funcs_save_LIBS"
12866 if test "x$LDAPLIBS" = "x"; then :
12867 case "x$with_ldap" in
12868 x) as_fn_append wine_notices "|libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported." ;;
12869 xno) ;;
12870 *) as_fn_error "libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
12871 This is an error since --with-ldap was requested." "$LINENO" 5 ;;
12872 esac
12875 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether mkdir takes only one argument" >&5
12876 $as_echo_n "checking whether mkdir takes only one argument... " >&6; }
12877 if test "${wine_cv_one_arg_mkdir+set}" = set; then :
12878 $as_echo_n "(cached) " >&6
12879 else
12880 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12881 /* end confdefs.h. */
12882 #include <sys/stat.h>
12884 main ()
12886 mkdir("foo");
12888 return 0;
12890 _ACEOF
12891 if ac_fn_c_try_compile "$LINENO"; then :
12892 wine_cv_one_arg_mkdir=yes
12893 else
12894 wine_cv_one_arg_mkdir=no
12896 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12898 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_one_arg_mkdir" >&5
12899 $as_echo "$wine_cv_one_arg_mkdir" >&6; }
12900 if test "$wine_cv_one_arg_mkdir" = "yes"
12901 then
12903 $as_echo "#define HAVE_ONE_ARG_MKDIR 1" >>confdefs.h
12908 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for an ANSI C-conforming const" >&5
12909 $as_echo_n "checking for an ANSI C-conforming const... " >&6; }
12910 if test "${ac_cv_c_const+set}" = set; then :
12911 $as_echo_n "(cached) " >&6
12912 else
12913 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12914 /* end confdefs.h. */
12917 main ()
12919 /* FIXME: Include the comments suggested by Paul. */
12920 #ifndef __cplusplus
12921 /* Ultrix mips cc rejects this. */
12922 typedef int charset[2];
12923 const charset cs;
12924 /* SunOS 4.1.1 cc rejects this. */
12925 char const *const *pcpcc;
12926 char **ppc;
12927 /* NEC SVR4.0.2 mips cc rejects this. */
12928 struct point {int x, y;};
12929 static struct point const zero = {0,0};
12930 /* AIX XL C 1.02.0.0 rejects this.
12931 It does not let you subtract one const X* pointer from another in
12932 an arm of an if-expression whose if-part is not a constant
12933 expression */
12934 const char *g = "string";
12935 pcpcc = &g + (g ? g-g : 0);
12936 /* HPUX 7.0 cc rejects these. */
12937 ++pcpcc;
12938 ppc = (char**) pcpcc;
12939 pcpcc = (char const *const *) ppc;
12940 { /* SCO 3.2v4 cc rejects this. */
12941 char *t;
12942 char const *s = 0 ? (char *) 0 : (char const *) 0;
12944 *t++ = 0;
12945 if (s) return 0;
12947 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
12948 int x[] = {25, 17};
12949 const int *foo = &x[0];
12950 ++foo;
12952 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
12953 typedef const int *iptr;
12954 iptr p = 0;
12955 ++p;
12957 { /* AIX XL C 1.02.0.0 rejects this saying
12958 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
12959 struct s { int j; const int *ap[3]; };
12960 struct s *b; b->j = 5;
12962 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
12963 const int foo = 10;
12964 if (!foo) return 0;
12966 return !cs[0] && !zero.x;
12967 #endif
12970 return 0;
12972 _ACEOF
12973 if ac_fn_c_try_compile "$LINENO"; then :
12974 ac_cv_c_const=yes
12975 else
12976 ac_cv_c_const=no
12978 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12980 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_const" >&5
12981 $as_echo "$ac_cv_c_const" >&6; }
12982 if test $ac_cv_c_const = no; then
12984 $as_echo "#define const /**/" >>confdefs.h
12988 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inline" >&5
12989 $as_echo_n "checking for inline... " >&6; }
12990 if test "${ac_cv_c_inline+set}" = set; then :
12991 $as_echo_n "(cached) " >&6
12992 else
12993 ac_cv_c_inline=no
12994 for ac_kw in inline __inline__ __inline; do
12995 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12996 /* end confdefs.h. */
12997 #ifndef __cplusplus
12998 typedef int foo_t;
12999 static $ac_kw foo_t static_foo () {return 0; }
13000 $ac_kw foo_t foo () {return 0; }
13001 #endif
13003 _ACEOF
13004 if ac_fn_c_try_compile "$LINENO"; then :
13005 ac_cv_c_inline=$ac_kw
13007 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13008 test "$ac_cv_c_inline" != no && break
13009 done
13012 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_inline" >&5
13013 $as_echo "$ac_cv_c_inline" >&6; }
13015 case $ac_cv_c_inline in
13016 inline | yes) ;;
13018 case $ac_cv_c_inline in
13019 no) ac_val=;;
13020 *) ac_val=$ac_cv_c_inline;;
13021 esac
13022 cat >>confdefs.h <<_ACEOF
13023 #ifndef __cplusplus
13024 #define inline $ac_val
13025 #endif
13026 _ACEOF
13028 esac
13030 ac_fn_c_check_type "$LINENO" "mode_t" "ac_cv_type_mode_t" "$ac_includes_default"
13031 if test "x$ac_cv_type_mode_t" = x""yes; then :
13033 cat >>confdefs.h <<_ACEOF
13034 #define HAVE_MODE_T 1
13035 _ACEOF
13039 ac_fn_c_check_type "$LINENO" "off_t" "ac_cv_type_off_t" "$ac_includes_default"
13040 if test "x$ac_cv_type_off_t" = x""yes; then :
13042 cat >>confdefs.h <<_ACEOF
13043 #define HAVE_OFF_T 1
13044 _ACEOF
13048 ac_fn_c_check_type "$LINENO" "pid_t" "ac_cv_type_pid_t" "$ac_includes_default"
13049 if test "x$ac_cv_type_pid_t" = x""yes; then :
13051 cat >>confdefs.h <<_ACEOF
13052 #define HAVE_PID_T 1
13053 _ACEOF
13057 ac_fn_c_check_type "$LINENO" "size_t" "ac_cv_type_size_t" "$ac_includes_default"
13058 if test "x$ac_cv_type_size_t" = x""yes; then :
13060 cat >>confdefs.h <<_ACEOF
13061 #define HAVE_SIZE_T 1
13062 _ACEOF
13066 ac_fn_c_check_type "$LINENO" "ssize_t" "ac_cv_type_ssize_t" "$ac_includes_default"
13067 if test "x$ac_cv_type_ssize_t" = x""yes; then :
13069 cat >>confdefs.h <<_ACEOF
13070 #define HAVE_SSIZE_T 1
13071 _ACEOF
13075 ac_fn_c_check_type "$LINENO" "long long" "ac_cv_type_long_long" "$ac_includes_default"
13076 if test "x$ac_cv_type_long_long" = x""yes; then :
13078 cat >>confdefs.h <<_ACEOF
13079 #define HAVE_LONG_LONG 1
13080 _ACEOF
13084 ac_fn_c_check_type "$LINENO" "fsblkcnt_t" "ac_cv_type_fsblkcnt_t" "$ac_includes_default"
13085 if test "x$ac_cv_type_fsblkcnt_t" = x""yes; then :
13087 cat >>confdefs.h <<_ACEOF
13088 #define HAVE_FSBLKCNT_T 1
13089 _ACEOF
13093 ac_fn_c_check_type "$LINENO" "fsfilcnt_t" "ac_cv_type_fsfilcnt_t" "$ac_includes_default"
13094 if test "x$ac_cv_type_fsfilcnt_t" = x""yes; then :
13096 cat >>confdefs.h <<_ACEOF
13097 #define HAVE_FSFILCNT_T 1
13098 _ACEOF
13103 ac_fn_c_check_type "$LINENO" "sigset_t" "ac_cv_type_sigset_t" "#include <sys/types.h>
13104 #include <signal.h>
13106 if test "x$ac_cv_type_sigset_t" = x""yes; then :
13108 cat >>confdefs.h <<_ACEOF
13109 #define HAVE_SIGSET_T 1
13110 _ACEOF
13115 ac_fn_c_check_type "$LINENO" "request_sense" "ac_cv_type_request_sense" "#include <linux/cdrom.h>
13117 if test "x$ac_cv_type_request_sense" = x""yes; then :
13119 cat >>confdefs.h <<_ACEOF
13120 #define HAVE_REQUEST_SENSE 1
13121 _ACEOF
13127 ac_fn_c_check_type "$LINENO" "struct xinpgen" "ac_cv_type_struct_xinpgen" "#include <sys/types.h>
13128 #ifdef HAVE_SYS_SOCKET_H
13129 #include <sys/socket.h>
13130 #endif
13131 #ifdef HAVE_SYS_SOCKETVAR_H
13132 #include <sys/socketvar.h>
13133 #endif
13134 #ifdef HAVE_NET_ROUTE_H
13135 #include <net/route.h>
13136 #endif
13137 #ifdef HAVE_NETINET_IN_H
13138 #include <netinet/in.h>
13139 #endif
13140 #ifdef HAVE_NETINET_IN_SYSTM_H
13141 #include <netinet/in_systm.h>
13142 #endif
13143 #ifdef HAVE_NETINET_IP_H
13144 #include <netinet/ip.h>
13145 #endif
13146 #ifdef HAVE_NETINET_IN_PCB_H
13147 #include <netinet/in_pcb.h>
13148 #endif
13150 if test "x$ac_cv_type_struct_xinpgen" = x""yes; then :
13152 cat >>confdefs.h <<_ACEOF
13153 #define HAVE_STRUCT_XINPGEN 1
13154 _ACEOF
13160 ac_fn_c_check_member "$LINENO" "struct ff_effect" "direction" "ac_cv_member_struct_ff_effect_direction" "#ifdef HAVE_LINUX_INPUT_H
13161 #include <linux/input.h>
13162 #endif
13164 if test "x$ac_cv_member_struct_ff_effect_direction" = x""yes; then :
13166 cat >>confdefs.h <<_ACEOF
13167 #define HAVE_STRUCT_FF_EFFECT_DIRECTION 1
13168 _ACEOF
13174 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sigaddset" >&5
13175 $as_echo_n "checking for sigaddset... " >&6; }
13176 if test "${wine_cv_have_sigaddset+set}" = set; then :
13177 $as_echo_n "(cached) " >&6
13178 else
13179 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13180 /* end confdefs.h. */
13181 #include <signal.h>
13183 main ()
13185 sigset_t set; sigaddset(&set,SIGTERM);
13187 return 0;
13189 _ACEOF
13190 if ac_fn_c_try_link "$LINENO"; then :
13191 wine_cv_have_sigaddset=yes
13192 else
13193 wine_cv_have_sigaddset=no
13195 rm -f core conftest.err conftest.$ac_objext \
13196 conftest$ac_exeext conftest.$ac_ext
13198 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_have_sigaddset" >&5
13199 $as_echo "$wine_cv_have_sigaddset" >&6; }
13200 if test "$wine_cv_have_sigaddset" = "yes"
13201 then
13203 $as_echo "#define HAVE_SIGADDSET 1" >>confdefs.h
13208 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can use re-entrant gethostbyname_r Linux style" >&5
13209 $as_echo_n "checking whether we can use re-entrant gethostbyname_r Linux style... " >&6; }
13210 if test "${wine_cv_linux_gethostbyname_r_6+set}" = set; then :
13211 $as_echo_n "(cached) " >&6
13212 else
13213 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13214 /* end confdefs.h. */
13215 #include <netdb.h>
13217 main ()
13220 char *name=0;
13221 struct hostent he;
13222 struct hostent *result;
13223 char *buf=0;
13224 int bufsize=0;
13225 int res,errnr;
13226 char *addr=0;
13227 int addrlen=0;
13228 int addrtype=0;
13229 res=gethostbyname_r(name,&he,buf,bufsize,&result,&errnr);
13230 res=gethostbyaddr_r(addr, addrlen, addrtype,&he,buf,bufsize,&result,&errnr);
13233 return 0;
13235 _ACEOF
13236 if ac_fn_c_try_link "$LINENO"; then :
13237 wine_cv_linux_gethostbyname_r_6=yes
13238 else
13239 wine_cv_linux_gethostbyname_r_6=no
13242 rm -f core conftest.err conftest.$ac_objext \
13243 conftest$ac_exeext conftest.$ac_ext
13246 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_linux_gethostbyname_r_6" >&5
13247 $as_echo "$wine_cv_linux_gethostbyname_r_6" >&6; }
13248 if test "$wine_cv_linux_gethostbyname_r_6" = "yes"
13249 then
13251 $as_echo "#define HAVE_LINUX_GETHOSTBYNAME_R_6 1" >>confdefs.h
13255 if test "$ac_cv_header_linux_joystick_h" = "yes"
13256 then
13257 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether linux/joystick.h uses the Linux 2.2+ API" >&5
13258 $as_echo_n "checking whether linux/joystick.h uses the Linux 2.2+ API... " >&6; }
13259 if test "${wine_cv_linux_joystick_22_api+set}" = set; then :
13260 $as_echo_n "(cached) " >&6
13261 else
13262 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13263 /* end confdefs.h. */
13265 #include <sys/ioctl.h>
13266 #include <sys/types.h>
13267 #include <linux/joystick.h>
13269 struct js_event blub;
13270 #if !defined(JS_EVENT_AXIS) || !defined(JS_EVENT_BUTTON)
13271 #error "no 2.2 header"
13272 #endif
13275 main ()
13277 /*empty*/
13279 return 0;
13281 _ACEOF
13282 if ac_fn_c_try_compile "$LINENO"; then :
13283 wine_cv_linux_joystick_22_api=yes
13284 else
13285 wine_cv_linux_joystick_22_api=no
13287 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13290 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_linux_joystick_22_api" >&5
13291 $as_echo "$wine_cv_linux_joystick_22_api" >&6; }
13292 if test "$wine_cv_linux_joystick_22_api" = "yes"
13293 then
13295 $as_echo "#define HAVE_LINUX_22_JOYSTICK_API 1" >>confdefs.h
13301 ac_fn_c_check_member "$LINENO" "struct statfs" "f_bfree" "ac_cv_member_struct_statfs_f_bfree" "#include <sys/types.h>
13302 #ifdef HAVE_SYS_PARAM_H
13303 # include <sys/param.h>
13304 #endif
13305 #ifdef HAVE_SYS_MOUNT_H
13306 # include <sys/mount.h>
13307 #endif
13308 #ifdef HAVE_SYS_VFS_H
13309 # include <sys/vfs.h>
13310 #endif
13311 #ifdef HAVE_SYS_STATFS_H
13312 # include <sys/statfs.h>
13313 #endif
13315 if test "x$ac_cv_member_struct_statfs_f_bfree" = x""yes; then :
13317 cat >>confdefs.h <<_ACEOF
13318 #define HAVE_STRUCT_STATFS_F_BFREE 1
13319 _ACEOF
13323 ac_fn_c_check_member "$LINENO" "struct statfs" "f_bavail" "ac_cv_member_struct_statfs_f_bavail" "#include <sys/types.h>
13324 #ifdef HAVE_SYS_PARAM_H
13325 # include <sys/param.h>
13326 #endif
13327 #ifdef HAVE_SYS_MOUNT_H
13328 # include <sys/mount.h>
13329 #endif
13330 #ifdef HAVE_SYS_VFS_H
13331 # include <sys/vfs.h>
13332 #endif
13333 #ifdef HAVE_SYS_STATFS_H
13334 # include <sys/statfs.h>
13335 #endif
13337 if test "x$ac_cv_member_struct_statfs_f_bavail" = x""yes; then :
13339 cat >>confdefs.h <<_ACEOF
13340 #define HAVE_STRUCT_STATFS_F_BAVAIL 1
13341 _ACEOF
13345 ac_fn_c_check_member "$LINENO" "struct statfs" "f_frsize" "ac_cv_member_struct_statfs_f_frsize" "#include <sys/types.h>
13346 #ifdef HAVE_SYS_PARAM_H
13347 # include <sys/param.h>
13348 #endif
13349 #ifdef HAVE_SYS_MOUNT_H
13350 # include <sys/mount.h>
13351 #endif
13352 #ifdef HAVE_SYS_VFS_H
13353 # include <sys/vfs.h>
13354 #endif
13355 #ifdef HAVE_SYS_STATFS_H
13356 # include <sys/statfs.h>
13357 #endif
13359 if test "x$ac_cv_member_struct_statfs_f_frsize" = x""yes; then :
13361 cat >>confdefs.h <<_ACEOF
13362 #define HAVE_STRUCT_STATFS_F_FRSIZE 1
13363 _ACEOF
13367 ac_fn_c_check_member "$LINENO" "struct statfs" "f_ffree" "ac_cv_member_struct_statfs_f_ffree" "#include <sys/types.h>
13368 #ifdef HAVE_SYS_PARAM_H
13369 # include <sys/param.h>
13370 #endif
13371 #ifdef HAVE_SYS_MOUNT_H
13372 # include <sys/mount.h>
13373 #endif
13374 #ifdef HAVE_SYS_VFS_H
13375 # include <sys/vfs.h>
13376 #endif
13377 #ifdef HAVE_SYS_STATFS_H
13378 # include <sys/statfs.h>
13379 #endif
13381 if test "x$ac_cv_member_struct_statfs_f_ffree" = x""yes; then :
13383 cat >>confdefs.h <<_ACEOF
13384 #define HAVE_STRUCT_STATFS_F_FFREE 1
13385 _ACEOF
13389 ac_fn_c_check_member "$LINENO" "struct statfs" "f_favail" "ac_cv_member_struct_statfs_f_favail" "#include <sys/types.h>
13390 #ifdef HAVE_SYS_PARAM_H
13391 # include <sys/param.h>
13392 #endif
13393 #ifdef HAVE_SYS_MOUNT_H
13394 # include <sys/mount.h>
13395 #endif
13396 #ifdef HAVE_SYS_VFS_H
13397 # include <sys/vfs.h>
13398 #endif
13399 #ifdef HAVE_SYS_STATFS_H
13400 # include <sys/statfs.h>
13401 #endif
13403 if test "x$ac_cv_member_struct_statfs_f_favail" = x""yes; then :
13405 cat >>confdefs.h <<_ACEOF
13406 #define HAVE_STRUCT_STATFS_F_FAVAIL 1
13407 _ACEOF
13411 ac_fn_c_check_member "$LINENO" "struct statfs" "f_namelen" "ac_cv_member_struct_statfs_f_namelen" "#include <sys/types.h>
13412 #ifdef HAVE_SYS_PARAM_H
13413 # include <sys/param.h>
13414 #endif
13415 #ifdef HAVE_SYS_MOUNT_H
13416 # include <sys/mount.h>
13417 #endif
13418 #ifdef HAVE_SYS_VFS_H
13419 # include <sys/vfs.h>
13420 #endif
13421 #ifdef HAVE_SYS_STATFS_H
13422 # include <sys/statfs.h>
13423 #endif
13425 if test "x$ac_cv_member_struct_statfs_f_namelen" = x""yes; then :
13427 cat >>confdefs.h <<_ACEOF
13428 #define HAVE_STRUCT_STATFS_F_NAMELEN 1
13429 _ACEOF
13435 ac_fn_c_check_member "$LINENO" "struct statvfs" "f_blocks" "ac_cv_member_struct_statvfs_f_blocks" "#ifdef HAVE_SYS_STATVFS_H
13436 #include <sys/statvfs.h>
13437 #endif
13439 if test "x$ac_cv_member_struct_statvfs_f_blocks" = x""yes; then :
13441 cat >>confdefs.h <<_ACEOF
13442 #define HAVE_STRUCT_STATVFS_F_BLOCKS 1
13443 _ACEOF
13449 ac_fn_c_check_member "$LINENO" "struct msghdr" "msg_accrights" "ac_cv_member_struct_msghdr_msg_accrights" "#include <sys/types.h>
13450 #ifdef HAVE_SYS_SOCKET_H
13451 # include <sys/socket.h>
13452 #endif
13453 #ifdef HAVE_SYS_UN_H
13454 # include <sys/un.h>
13455 #endif
13457 if test "x$ac_cv_member_struct_msghdr_msg_accrights" = x""yes; then :
13459 cat >>confdefs.h <<_ACEOF
13460 #define HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTS 1
13461 _ACEOF
13465 ac_fn_c_check_member "$LINENO" "struct sockaddr" "sa_len" "ac_cv_member_struct_sockaddr_sa_len" "#include <sys/types.h>
13466 #ifdef HAVE_SYS_SOCKET_H
13467 # include <sys/socket.h>
13468 #endif
13469 #ifdef HAVE_SYS_UN_H
13470 # include <sys/un.h>
13471 #endif
13473 if test "x$ac_cv_member_struct_sockaddr_sa_len" = x""yes; then :
13475 cat >>confdefs.h <<_ACEOF
13476 #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
13477 _ACEOF
13481 ac_fn_c_check_member "$LINENO" "struct sockaddr_un" "sun_len" "ac_cv_member_struct_sockaddr_un_sun_len" "#include <sys/types.h>
13482 #ifdef HAVE_SYS_SOCKET_H
13483 # include <sys/socket.h>
13484 #endif
13485 #ifdef HAVE_SYS_UN_H
13486 # include <sys/un.h>
13487 #endif
13489 if test "x$ac_cv_member_struct_sockaddr_un_sun_len" = x""yes; then :
13491 cat >>confdefs.h <<_ACEOF
13492 #define HAVE_STRUCT_SOCKADDR_UN_SUN_LEN 1
13493 _ACEOF
13499 ac_fn_c_check_member "$LINENO" "scsireq_t" "cmd" "ac_cv_member_scsireq_t_cmd" "#include <sys/types.h>
13500 #ifdef HAVE_SCSI_SG_H
13501 #include <scsi/sg.h>
13502 #endif
13504 if test "x$ac_cv_member_scsireq_t_cmd" = x""yes; then :
13506 cat >>confdefs.h <<_ACEOF
13507 #define HAVE_SCSIREQ_T_CMD 1
13508 _ACEOF
13512 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>
13513 #ifdef HAVE_SCSI_SG_H
13514 #include <scsi/sg.h>
13515 #endif
13517 if test "x$ac_cv_member_sg_io_hdr_t_interface_id" = x""yes; then :
13519 cat >>confdefs.h <<_ACEOF
13520 #define HAVE_SG_IO_HDR_T_INTERFACE_ID 1
13521 _ACEOF
13527 ac_fn_c_check_member "$LINENO" "siginfo_t" "si_fd" "ac_cv_member_siginfo_t_si_fd" "#include <signal.h>
13529 if test "x$ac_cv_member_siginfo_t_si_fd" = x""yes; then :
13531 cat >>confdefs.h <<_ACEOF
13532 #define HAVE_SIGINFO_T_SI_FD 1
13533 _ACEOF
13539 ac_fn_c_check_member "$LINENO" "struct mtget" "mt_blksiz" "ac_cv_member_struct_mtget_mt_blksiz" "#include <sys/types.h>
13540 #ifdef HAVE_SYS_MTIO_H
13541 #include <sys/mtio.h>
13542 #endif
13544 if test "x$ac_cv_member_struct_mtget_mt_blksiz" = x""yes; then :
13546 cat >>confdefs.h <<_ACEOF
13547 #define HAVE_STRUCT_MTGET_MT_BLKSIZ 1
13548 _ACEOF
13552 ac_fn_c_check_member "$LINENO" "struct mtget" "mt_gstat" "ac_cv_member_struct_mtget_mt_gstat" "#include <sys/types.h>
13553 #ifdef HAVE_SYS_MTIO_H
13554 #include <sys/mtio.h>
13555 #endif
13557 if test "x$ac_cv_member_struct_mtget_mt_gstat" = x""yes; then :
13559 cat >>confdefs.h <<_ACEOF
13560 #define HAVE_STRUCT_MTGET_MT_GSTAT 1
13561 _ACEOF
13565 ac_fn_c_check_member "$LINENO" "struct mtget" "mt_blkno" "ac_cv_member_struct_mtget_mt_blkno" "#include <sys/types.h>
13566 #ifdef HAVE_SYS_MTIO_H
13567 #include <sys/mtio.h>
13568 #endif
13570 if test "x$ac_cv_member_struct_mtget_mt_blkno" = x""yes; then :
13572 cat >>confdefs.h <<_ACEOF
13573 #define HAVE_STRUCT_MTGET_MT_BLKNO 1
13574 _ACEOF
13580 ac_fn_c_check_member "$LINENO" "struct option" "name" "ac_cv_member_struct_option_name" "#ifdef HAVE_GETOPT_H
13581 #include <getopt.h>
13582 #endif
13584 if test "x$ac_cv_member_struct_option_name" = x""yes; then :
13586 cat >>confdefs.h <<_ACEOF
13587 #define HAVE_STRUCT_OPTION_NAME 1
13588 _ACEOF
13594 ac_fn_c_check_member "$LINENO" "struct stat" "st_blocks" "ac_cv_member_struct_stat_st_blocks" "$ac_includes_default"
13595 if test "x$ac_cv_member_struct_stat_st_blocks" = x""yes; then :
13597 cat >>confdefs.h <<_ACEOF
13598 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
13599 _ACEOF
13603 ac_fn_c_check_member "$LINENO" "struct stat" "st_mtim" "ac_cv_member_struct_stat_st_mtim" "$ac_includes_default"
13604 if test "x$ac_cv_member_struct_stat_st_mtim" = x""yes; then :
13606 cat >>confdefs.h <<_ACEOF
13607 #define HAVE_STRUCT_STAT_ST_MTIM 1
13608 _ACEOF
13612 ac_fn_c_check_member "$LINENO" "struct stat" "st_ctim" "ac_cv_member_struct_stat_st_ctim" "$ac_includes_default"
13613 if test "x$ac_cv_member_struct_stat_st_ctim" = x""yes; then :
13615 cat >>confdefs.h <<_ACEOF
13616 #define HAVE_STRUCT_STAT_ST_CTIM 1
13617 _ACEOF
13621 ac_fn_c_check_member "$LINENO" "struct stat" "st_atim" "ac_cv_member_struct_stat_st_atim" "$ac_includes_default"
13622 if test "x$ac_cv_member_struct_stat_st_atim" = x""yes; then :
13624 cat >>confdefs.h <<_ACEOF
13625 #define HAVE_STRUCT_STAT_ST_ATIM 1
13626 _ACEOF
13632 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
13633 #include <sys/types.h>
13634 #endif
13635 #ifdef HAVE_NETINET_IN_H
13636 #include <netinet/in.h>
13637 #endif
13639 if test "x$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" = x""yes; then :
13641 cat >>confdefs.h <<_ACEOF
13642 #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
13643 _ACEOF
13649 ac_fn_c_check_member "$LINENO" "ns_msg" "_msg_ptr" "ac_cv_member_ns_msg__msg_ptr" "#ifdef HAVE_SYS_TYPES_H
13650 #include <sys/types.h>
13651 #endif
13652 #ifdef HAVE_NETINET_IN_H
13653 # include <netinet/in.h>
13654 #endif
13655 #ifdef HAVE_ARPA_NAMESER_H
13656 # include <arpa/nameser.h>
13657 #endif
13659 if test "x$ac_cv_member_ns_msg__msg_ptr" = x""yes; then :
13661 cat >>confdefs.h <<_ACEOF
13662 #define HAVE_NS_MSG__MSG_PTR 1
13663 _ACEOF
13669 ac_fn_c_check_member "$LINENO" "struct icmpstat" "icps_outhist" "ac_cv_member_struct_icmpstat_icps_outhist" "#ifdef HAVE_SYS_TYPES_H
13670 #include <sys/types.h>
13671 #endif
13672 #ifdef HAVE_ALIAS_H
13673 #include <alias.h>
13674 #endif
13675 #ifdef HAVE_SYS_SOCKET_H
13676 #include <sys/socket.h>
13677 #endif
13678 #ifdef HAVE_SYS_SOCKETVAR_H
13679 #include <sys/socketvar.h>
13680 #endif
13681 #ifdef HAVE_SYS_TIMEOUT_H
13682 #include <sys/timeout.h>
13683 #endif
13684 #ifdef HAVE_NETINET_IN_H
13685 #include <netinet/in.h>
13686 #endif
13687 #ifdef HAVE_NETINET_IN_SYSTM_H
13688 #include <netinet/in_systm.h>
13689 #endif
13690 #ifdef HAVE_NETINET_IP_H
13691 #include <netinet/ip.h>
13692 #endif
13693 #ifdef HAVE_NETINET_IP_VAR_H
13694 #include <netinet/ip_var.h>
13695 #endif
13696 #ifdef HAVE_NETINET_IP_ICMP_H
13697 #include <netinet/ip_icmp.h>
13698 #endif
13699 #ifdef HAVE_NETINET_ICMP_VAR
13700 #include <netinet/icmp_var.h>
13701 #endif
13703 if test "x$ac_cv_member_struct_icmpstat_icps_outhist" = x""yes; then :
13705 cat >>confdefs.h <<_ACEOF
13706 #define HAVE_STRUCT_ICMPSTAT_ICPS_OUTHIST 1
13707 _ACEOF
13713 ac_fn_c_check_member "$LINENO" "struct ifreq" "ifr_hwaddr" "ac_cv_member_struct_ifreq_ifr_hwaddr" "#ifdef HAVE_SYS_TYPES_H
13714 #include <sys/types.h>
13715 #endif
13716 #ifdef HAVE_NET_IF_H
13717 # include <net/if.h>
13718 #endif
13720 if test "x$ac_cv_member_struct_ifreq_ifr_hwaddr" = x""yes; then :
13722 cat >>confdefs.h <<_ACEOF
13723 #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
13724 _ACEOF
13730 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for timezone variable" >&5
13731 $as_echo_n "checking for timezone variable... " >&6; }
13732 if test "${ac_cv_have_timezone+set}" = set; then :
13733 $as_echo_n "(cached) " >&6
13734 else
13735 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13736 /* end confdefs.h. */
13737 #include <time.h>
13739 main ()
13741 timezone = 1
13743 return 0;
13745 _ACEOF
13746 if ac_fn_c_try_link "$LINENO"; then :
13747 ac_cv_have_timezone="yes"
13748 else
13749 ac_cv_have_timezone="no"
13751 rm -f core conftest.err conftest.$ac_objext \
13752 conftest$ac_exeext conftest.$ac_ext
13754 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_timezone" >&5
13755 $as_echo "$ac_cv_have_timezone" >&6; }
13756 if test "$ac_cv_have_timezone" = "yes"
13757 then
13759 $as_echo "#define HAVE_TIMEZONE 1" >>confdefs.h
13762 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for daylight variable" >&5
13763 $as_echo_n "checking for daylight variable... " >&6; }
13764 if test "${ac_cv_have_daylight+set}" = set; then :
13765 $as_echo_n "(cached) " >&6
13766 else
13767 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13768 /* end confdefs.h. */
13769 #include <time.h>
13771 main ()
13773 daylight = 1
13775 return 0;
13777 _ACEOF
13778 if ac_fn_c_try_link "$LINENO"; then :
13779 ac_cv_have_daylight="yes"
13780 else
13781 ac_cv_have_daylight="no"
13783 rm -f core conftest.err conftest.$ac_objext \
13784 conftest$ac_exeext conftest.$ac_ext
13786 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_daylight" >&5
13787 $as_echo "$ac_cv_have_daylight" >&6; }
13788 if test "$ac_cv_have_daylight" = "yes"
13789 then
13791 $as_echo "#define HAVE_DAYLIGHT 1" >>confdefs.h
13795 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isinf" >&5
13796 $as_echo_n "checking for isinf... " >&6; }
13797 if test "${ac_cv_have_isinf+set}" = set; then :
13798 $as_echo_n "(cached) " >&6
13799 else
13800 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13801 /* end confdefs.h. */
13802 #include <math.h>
13804 main ()
13806 float f = 0.0; int i=isinf(f)
13808 return 0;
13810 _ACEOF
13811 if ac_fn_c_try_link "$LINENO"; then :
13812 ac_cv_have_isinf="yes"
13813 else
13814 ac_cv_have_isinf="no"
13816 rm -f core conftest.err conftest.$ac_objext \
13817 conftest$ac_exeext conftest.$ac_ext
13819 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isinf" >&5
13820 $as_echo "$ac_cv_have_isinf" >&6; }
13821 if test "$ac_cv_have_isinf" = "yes"
13822 then
13824 $as_echo "#define HAVE_ISINF 1" >>confdefs.h
13828 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isnan" >&5
13829 $as_echo_n "checking for isnan... " >&6; }
13830 if test "${ac_cv_have_isnan+set}" = set; then :
13831 $as_echo_n "(cached) " >&6
13832 else
13833 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13834 /* end confdefs.h. */
13835 #include <math.h>
13837 main ()
13839 float f = 0.0; int i=isnan(f)
13841 return 0;
13843 _ACEOF
13844 if ac_fn_c_try_link "$LINENO"; then :
13845 ac_cv_have_isnan="yes"
13846 else
13847 ac_cv_have_isnan="no"
13849 rm -f core conftest.err conftest.$ac_objext \
13850 conftest$ac_exeext conftest.$ac_ext
13852 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isnan" >&5
13853 $as_echo "$ac_cv_have_isnan" >&6; }
13854 if test "$ac_cv_have_isnan" = "yes"
13855 then
13857 $as_echo "#define HAVE_ISNAN 1" >>confdefs.h
13862 case $host_cpu in
13863 *i[3456789]86*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __i386__" >&5
13864 $as_echo_n "checking whether we need to define __i386__... " >&6; }
13865 if test "${ac_cv_cpp_def___i386__+set}" = set; then :
13866 $as_echo_n "(cached) " >&6
13867 else
13868 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13869 /* end confdefs.h. */
13870 #ifndef __i386__
13872 #endif
13873 _ACEOF
13874 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13875 $EGREP "yes" >/dev/null 2>&1; then :
13876 ac_cv_cpp_def___i386__=yes
13877 else
13878 ac_cv_cpp_def___i386__=no
13880 rm -f conftest*
13883 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___i386__" >&5
13884 $as_echo "$ac_cv_cpp_def___i386__" >&6; }
13885 if test $ac_cv_cpp_def___i386__ = yes; then :
13886 CFLAGS="$CFLAGS -D__i386__"
13887 LINTFLAGS="$LINTFLAGS -D__i386__"
13888 fi ;;
13889 *x86_64*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __x86_64__" >&5
13890 $as_echo_n "checking whether we need to define __x86_64__... " >&6; }
13891 if test "${ac_cv_cpp_def___x86_64__+set}" = set; then :
13892 $as_echo_n "(cached) " >&6
13893 else
13894 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13895 /* end confdefs.h. */
13896 #ifndef __x86_64__
13898 #endif
13899 _ACEOF
13900 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13901 $EGREP "yes" >/dev/null 2>&1; then :
13902 ac_cv_cpp_def___x86_64__=yes
13903 else
13904 ac_cv_cpp_def___x86_64__=no
13906 rm -f conftest*
13909 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___x86_64__" >&5
13910 $as_echo "$ac_cv_cpp_def___x86_64__" >&6; }
13911 if test $ac_cv_cpp_def___x86_64__ = yes; then :
13912 CFLAGS="$CFLAGS -D__x86_64__"
13913 LINTFLAGS="$LINTFLAGS -D__x86_64__"
13914 fi ;;
13915 *alpha*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __ALPHA__" >&5
13916 $as_echo_n "checking whether we need to define __ALPHA__... " >&6; }
13917 if test "${ac_cv_cpp_def___ALPHA__+set}" = set; then :
13918 $as_echo_n "(cached) " >&6
13919 else
13920 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13921 /* end confdefs.h. */
13922 #ifndef __ALPHA__
13924 #endif
13925 _ACEOF
13926 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13927 $EGREP "yes" >/dev/null 2>&1; then :
13928 ac_cv_cpp_def___ALPHA__=yes
13929 else
13930 ac_cv_cpp_def___ALPHA__=no
13932 rm -f conftest*
13935 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___ALPHA__" >&5
13936 $as_echo "$ac_cv_cpp_def___ALPHA__" >&6; }
13937 if test $ac_cv_cpp_def___ALPHA__ = yes; then :
13938 CFLAGS="$CFLAGS -D__ALPHA__"
13939 LINTFLAGS="$LINTFLAGS -D__ALPHA__"
13940 fi ;;
13941 *sparc*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sparc__" >&5
13942 $as_echo_n "checking whether we need to define __sparc__... " >&6; }
13943 if test "${ac_cv_cpp_def___sparc__+set}" = set; then :
13944 $as_echo_n "(cached) " >&6
13945 else
13946 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13947 /* end confdefs.h. */
13948 #ifndef __sparc__
13950 #endif
13951 _ACEOF
13952 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13953 $EGREP "yes" >/dev/null 2>&1; then :
13954 ac_cv_cpp_def___sparc__=yes
13955 else
13956 ac_cv_cpp_def___sparc__=no
13958 rm -f conftest*
13961 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sparc__" >&5
13962 $as_echo "$ac_cv_cpp_def___sparc__" >&6; }
13963 if test $ac_cv_cpp_def___sparc__ = yes; then :
13964 CFLAGS="$CFLAGS -D__sparc__"
13965 LINTFLAGS="$LINTFLAGS -D__sparc__"
13966 fi ;;
13967 *powerpc*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __powerpc__" >&5
13968 $as_echo_n "checking whether we need to define __powerpc__... " >&6; }
13969 if test "${ac_cv_cpp_def___powerpc__+set}" = set; then :
13970 $as_echo_n "(cached) " >&6
13971 else
13972 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13973 /* end confdefs.h. */
13974 #ifndef __powerpc__
13976 #endif
13977 _ACEOF
13978 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13979 $EGREP "yes" >/dev/null 2>&1; then :
13980 ac_cv_cpp_def___powerpc__=yes
13981 else
13982 ac_cv_cpp_def___powerpc__=no
13984 rm -f conftest*
13987 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___powerpc__" >&5
13988 $as_echo "$ac_cv_cpp_def___powerpc__" >&6; }
13989 if test $ac_cv_cpp_def___powerpc__ = yes; then :
13990 CFLAGS="$CFLAGS -D__powerpc__"
13991 LINTFLAGS="$LINTFLAGS -D__powerpc__"
13992 fi ;;
13993 esac
13995 case $host_vendor in
13996 *sun*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sun__" >&5
13997 $as_echo_n "checking whether we need to define __sun__... " >&6; }
13998 if test "${ac_cv_cpp_def___sun__+set}" = set; then :
13999 $as_echo_n "(cached) " >&6
14000 else
14001 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14002 /* end confdefs.h. */
14003 #ifndef __sun__
14005 #endif
14006 _ACEOF
14007 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
14008 $EGREP "yes" >/dev/null 2>&1; then :
14009 ac_cv_cpp_def___sun__=yes
14010 else
14011 ac_cv_cpp_def___sun__=no
14013 rm -f conftest*
14016 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sun__" >&5
14017 $as_echo "$ac_cv_cpp_def___sun__" >&6; }
14018 if test $ac_cv_cpp_def___sun__ = yes; then :
14019 CFLAGS="$CFLAGS -D__sun__"
14020 LINTFLAGS="$LINTFLAGS -D__sun__"
14021 fi ;;
14022 esac
14028 ac_config_commands="$ac_config_commands include/stamp-h"
14031 ALL_MAKEFILE_DEPENDS="
14032 # Rules automatically generated by configure
14034 .INIT: Makefile
14035 .BEGIN: Makefile
14036 .MAKEFILEDEPS:
14037 Makefile: Makefile.in Make.rules config.status
14038 @./config.status Make.tmp Makefile"
14040 ALL_WINETEST_DEPENDS="# Test binaries"
14042 ALL_TEST_BINARIES=""
14045 wine_fn_append_file ()
14047 as_fn_append $1 " \\$as_nl $2"
14050 wine_fn_append_rule ()
14052 as_fn_append $1 "$as_nl$2"
14055 wine_fn_all_dir_rules ()
14057 wine_fn_append_file ALL_DIRS $1
14058 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14059 "__clean__ .PHONY: $1/__clean__
14060 $1/__clean__: $1/Makefile
14061 @cd $1 && \$(MAKE) clean
14062 \$(RM) $1/Makefile
14063 $1/Makefile: $1/Makefile.in config.status $2
14064 @./config.status --file $1/Makefile && cd $1 && \$(MAKE) depend
14065 depend .PHONY: $1/__depend__
14066 $1/__depend__: \$(MAKEDEP) dummy
14067 @./config.status --file $1/Makefile && cd $1 && \$(MAKE) depend"
14070 wine_fn_config_makefile ()
14072 ac_dir=$1
14073 ac_enable=$2
14074 wine_fn_all_dir_rules $ac_dir "Make.rules \$(MAKEDEP)"
14076 eval as_val=\$$ac_enable
14077 if test "x$as_val" = x""no; then :
14079 else
14080 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14081 "all .PHONY: $ac_dir
14082 $ac_dir: $ac_dir/Makefile dummy
14083 @cd $ac_dir && \$(MAKE)
14084 install:: $ac_dir
14085 @cd $ac_dir && \$(MAKE) install
14086 install-lib:: $ac_dir
14087 @cd $ac_dir && \$(MAKE) install-lib
14088 install-dev:: $ac_dir
14089 @cd $ac_dir && \$(MAKE) install-dev
14090 uninstall:: $ac_dir/Makefile
14091 @cd $ac_dir && \$(MAKE) uninstall"
14095 wine_fn_config_lib ()
14097 ac_name=$1
14098 ac_dir=dlls/$ac_name
14099 wine_fn_all_dir_rules $ac_dir "dlls/Makeimplib.rules \$(MAKEDEP)"
14100 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14101 "all __builddeps__: $ac_dir
14102 __buildcrossdeps__: $ac_dir/lib$ac_name.cross.a
14103 $ac_dir $ac_dir/lib$ac_name.cross.a: $ac_dir/Makefile tools/widl tools/winebuild tools/winegcc include
14104 $ac_dir: dummy
14105 @cd $ac_dir && \$(MAKE)
14106 $ac_dir/lib$ac_name.cross.a: dummy
14107 @cd $ac_dir && \$(MAKE) lib$ac_name.cross.a
14108 install install-dev:: $ac_dir
14109 @cd $ac_dir && \$(MAKE) install
14110 uninstall:: $ac_dir/Makefile
14111 @cd $ac_dir && \$(MAKE) uninstall"
14114 wine_fn_config_dll ()
14116 ac_dir=$1
14117 ac_enable=$2
14118 ac_implib=$3
14119 ac_implibsrc=$4
14120 ac_file="dlls/$ac_dir/lib$ac_implib"
14121 ac_deps="tools/widl tools/winebuild tools/winegcc include"
14123 wine_fn_all_dir_rules dlls/$ac_dir "dlls/Makedll.rules \$(MAKEDEP)"
14125 eval as_val=\$$ac_enable
14126 if test "x$as_val" = x""no; then :
14127 test "$ac_enable" != enable_win16 || return 0
14128 else
14129 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14130 "all .PHONY: dlls/$ac_dir
14131 dlls/$ac_dir: dlls/$ac_dir/Makefile __builddeps__ dummy
14132 @cd dlls/$ac_dir && \$(MAKE)
14133 install:: dlls/$ac_dir/Makefile __builddeps__
14134 @cd dlls/$ac_dir && \$(MAKE) install
14135 install-lib:: dlls/$ac_dir/Makefile __builddeps__
14136 @cd dlls/$ac_dir && \$(MAKE) install-lib
14137 uninstall manpages htmlpages sgmlpages xmlpages:: dlls/$ac_dir/Makefile
14138 @cd dlls/$ac_dir && \$(MAKE) \$@"
14141 if test -n "$ac_implibsrc"
14142 then
14143 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14144 "__builddeps__: $ac_file.$IMPLIBEXT $ac_file.$STATIC_IMPLIBEXT
14145 __buildcrossdeps__: $ac_file.cross.a
14146 $ac_file.$IMPLIBEXT $ac_file.$STATIC_IMPLIBEXT $ac_file.cross.a: $ac_deps
14147 $ac_file.def: dlls/$ac_dir/$ac_dir.spec dlls/$ac_dir/Makefile
14148 @cd dlls/$ac_dir && \$(MAKE) \`basename \$@\`
14149 $ac_file.$STATIC_IMPLIBEXT $ac_file.cross.a: dlls/$ac_dir/Makefile dummy
14150 @cd dlls/$ac_dir && \$(MAKE) \`basename \$@\`
14151 install-dev:: dlls/$ac_dir/Makefile __builddeps__
14152 @cd dlls/$ac_dir && \$(MAKE) install-dev"
14153 elif test -n "$ac_implib"
14154 then
14155 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14156 "__builddeps__: $ac_file.$IMPLIBEXT
14157 __buildcrossdeps__: $ac_file.cross.a
14158 $ac_file.$IMPLIBEXT $ac_file.cross.a: dlls/$ac_dir/$ac_dir.spec dlls/$ac_dir/Makefile $ac_deps
14159 @cd dlls/$ac_dir && \$(MAKE) \`basename \$@\`
14160 install-dev:: dlls/$ac_dir/Makefile __builddeps__
14161 @cd dlls/$ac_dir && \$(MAKE) install-dev"
14163 if test "$ac_dir" != "$ac_implib"
14164 then
14165 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14166 "__builddeps__: dlls/lib$ac_implib.$IMPLIBEXT
14167 __buildcrossdeps__: dlls/lib$ac_implib.cross.a
14168 dlls/lib$ac_implib.$IMPLIBEXT: $ac_file.$IMPLIBEXT
14169 \$(RM) \$@ && \$(LN_S) $ac_dir/lib$ac_implib.$IMPLIBEXT \$@
14170 dlls/lib$ac_implib.cross.a: $ac_file.cross.a
14171 \$(RM) \$@ && \$(LN_S) $ac_dir/lib$ac_implib.cross.a \$@
14172 clean::
14173 \$(RM) dlls/lib$ac_implib.$IMPLIBEXT"
14178 wine_fn_config_program ()
14180 ac_dir=$1
14181 ac_enable=$2
14182 ac_install=$3
14183 wine_fn_all_dir_rules programs/$ac_dir "programs/Makeprog.rules \$(MAKEDEP)"
14185 eval as_val=\$$ac_enable
14186 if test "x$as_val" = x""no; then :
14188 else
14189 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14190 "all .PHONY: programs/$ac_dir
14191 programs/$ac_dir: programs/$ac_dir/Makefile __builddeps__ dummy
14192 @cd programs/$ac_dir && \$(MAKE)"
14194 test -n "$ac_install" || return
14195 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14196 "install install-lib:: programs/$ac_dir/Makefile __builddeps__
14197 @cd programs/$ac_dir && \$(MAKE) install
14198 uninstall:: programs/$ac_dir/Makefile
14199 @cd programs/$ac_dir && \$(MAKE) uninstall"
14200 if test "$ac_install" = installbin -a -n "$DLLEXT" -a "x$enable_tools" != xno
14201 then
14202 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14203 "install install-lib:: tools \$(DESTDIR)\$(bindir)
14204 \$(INSTALL_SCRIPT) tools/wineapploader \$(DESTDIR)\$(bindir)/$ac_dir
14205 uninstall::
14206 \$(RM) \$(DESTDIR)\$(bindir)/$ac_dir"
14211 wine_fn_config_test ()
14213 ac_dir=$1
14214 ac_name=$2
14215 wine_fn_append_file ALL_TEST_BINARIES $ac_name.exe
14216 wine_fn_append_rule ALL_WINETEST_DEPENDS \
14217 "$ac_name.exe: \$(TOPOBJDIR)/$ac_dir/$ac_name.exe$DLLEXT
14218 cp \$(TOPOBJDIR)/$ac_dir/$ac_name.exe$DLLEXT \$@ && \$(STRIP) \$@
14219 $ac_name.rc:
14220 echo \"$ac_name.exe TESTRES \\\"$ac_name.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
14221 $ac_name.res: $ac_name.rc $ac_name.exe"
14222 wine_fn_all_dir_rules $ac_dir "Maketest.rules \$(MAKEDEP)"
14224 if test "x$enable_tests" = x""no; then :
14226 else
14227 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14228 "all programs/winetest .PHONY: $ac_dir
14229 $ac_dir: $ac_dir/Makefile __builddeps__ dummy
14230 @cd $ac_dir && \$(MAKE)
14231 crosstest .PHONY: $ac_dir/__crosstest__
14232 $ac_dir/__crosstest__: $ac_dir/Makefile __buildcrossdeps__ dummy
14233 @cd $ac_dir && \$(MAKE) crosstest
14234 test .PHONY: $ac_dir/__test__
14235 $ac_dir/__test__: dummy
14236 @cd $ac_dir && \$(MAKE) test
14237 testclean::
14238 \$(RM) $ac_dir/*.ok"
14242 wine_fn_config_tool ()
14244 ac_dir=$1
14245 ac_deps="Make.rules"
14246 if test "$ac_dir" != tools
14247 then
14248 ac_deps="$ac_deps \$(MAKEDEP)"
14250 wine_fn_all_dir_rules $ac_dir "$ac_deps"
14252 if test "x$enable_tools" = x""no; then :
14254 else
14255 case $ac_dir in
14256 tools) wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14257 "install:: $ac_dir
14258 @cd $ac_dir && \$(MAKE) install
14259 install-lib:: $ac_dir
14260 @cd $ac_dir && \$(MAKE) install-lib
14261 install-dev:: $ac_dir
14262 @cd $ac_dir && \$(MAKE) install-dev" ;;
14263 *) wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14264 "install install-dev:: $ac_dir
14265 @cd $ac_dir && \$(MAKE) install" ;;
14266 esac
14267 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14268 "uninstall:: $ac_dir/Makefile
14269 @cd $ac_dir && \$(MAKE) uninstall
14270 all __tooldeps__ .PHONY: $ac_dir
14271 $ac_dir: $ac_dir/Makefile libs/port dummy
14272 @cd $ac_dir && \$(MAKE)"
14276 wine_fn_config_makerules ()
14278 ac_rules=$1
14279 ac_deps=$2
14280 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14281 "$ac_rules: $ac_rules.in $ac_deps config.status
14282 @./config.status $ac_rules
14283 distclean::
14284 \$(RM) $ac_rules"
14287 wine_fn_config_symlink ()
14289 ac_link=$1
14290 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14291 "$ac_link:
14292 @./config.status $ac_link
14293 distclean::
14294 \$(RM) $ac_link"
14296 ac_config_links="$ac_config_links dlls/wineps.drv/generic.ppd:dlls/wineps.drv/generic.ppd"
14297 test "$srcdir" = "." || wine_fn_config_symlink dlls/wineps.drv/generic.ppd
14298 if test "x$enable_fonts" != xno; then
14299 ac_config_links="$ac_config_links fonts/marlett.ttf:fonts/marlett.ttf"
14300 test "$srcdir" = "." || wine_fn_config_symlink fonts/marlett.ttf
14302 if test "x$enable_fonts" != xno; then
14303 ac_config_links="$ac_config_links fonts/symbol.ttf:fonts/symbol.ttf"
14304 test "$srcdir" = "." || wine_fn_config_symlink fonts/symbol.ttf
14306 if test "x$enable_fonts" != xno; then
14307 ac_config_links="$ac_config_links fonts/tahoma.ttf:fonts/tahoma.ttf"
14308 test "$srcdir" = "." || wine_fn_config_symlink fonts/tahoma.ttf
14310 if test "x$enable_fonts" != xno; then
14311 ac_config_links="$ac_config_links fonts/tahomabd.ttf:fonts/tahomabd.ttf"
14312 test "$srcdir" = "." || wine_fn_config_symlink fonts/tahomabd.ttf
14314 ac_config_links="$ac_config_links wine:tools/winewrapper"
14315 wine_fn_config_symlink wine
14317 ac_config_commands="$ac_config_commands dlls/gdi32/enhmfdrv"
14319 ac_config_commands="$ac_config_commands dlls/gdi32/mfdrv"
14321 ac_config_commands="$ac_config_commands dlls/kernel32/nls"
14323 ac_config_commands="$ac_config_commands dlls/user32/resources"
14325 ac_config_commands="$ac_config_commands dlls/wineps.drv/data"
14327 ac_config_commands="$ac_config_commands include/wine"
14330 wine_fn_config_makerules Make.rules
14331 MAKE_RULES=Make.rules
14332 ac_config_files="$ac_config_files Make.rules"
14334 wine_fn_config_makerules Maketest.rules Make.rules
14335 MAKE_TEST_RULES=Maketest.rules
14336 ac_config_files="$ac_config_files Maketest.rules"
14338 wine_fn_config_makerules dlls/Makedll.rules Make.rules
14339 MAKE_DLL_RULES=dlls/Makedll.rules
14340 ac_config_files="$ac_config_files dlls/Makedll.rules"
14342 wine_fn_config_makerules dlls/Makeimplib.rules Make.rules
14343 MAKE_IMPLIB_RULES=dlls/Makeimplib.rules
14344 ac_config_files="$ac_config_files dlls/Makeimplib.rules"
14346 wine_fn_config_makerules programs/Makeprog.rules Make.rules
14347 MAKE_PROG_RULES=programs/Makeprog.rules
14348 ac_config_files="$ac_config_files programs/Makeprog.rules"
14351 wine_fn_config_dll acledit enable_acledit
14352 wine_fn_config_dll aclui enable_aclui aclui
14353 wine_fn_config_dll activeds enable_activeds activeds
14354 wine_fn_config_dll actxprxy enable_actxprxy
14355 wine_fn_config_lib adsiid
14356 wine_fn_config_dll advapi32 enable_advapi32 advapi32
14357 wine_fn_config_test dlls/advapi32/tests advapi32_test
14358 wine_fn_config_dll advpack enable_advpack advpack
14359 wine_fn_config_test dlls/advpack/tests advpack_test
14360 wine_fn_config_dll amstream enable_amstream
14361 wine_fn_config_test dlls/amstream/tests amstream_test
14362 wine_fn_config_dll appwiz.cpl enable_appwiz_cpl
14363 wine_fn_config_dll atl enable_atl atl
14364 wine_fn_config_dll authz enable_authz
14365 wine_fn_config_dll avicap32 enable_avicap32 avicap32
14366 wine_fn_config_dll avifil32 enable_avifil32 avifil32
14367 wine_fn_config_test dlls/avifil32/tests avifil32_test
14368 wine_fn_config_dll avifile.dll16 enable_win16
14369 wine_fn_config_dll avrt enable_avrt avrt
14370 wine_fn_config_dll bcrypt enable_bcrypt
14371 wine_fn_config_dll browseui enable_browseui
14372 wine_fn_config_test dlls/browseui/tests browseui_test
14373 wine_fn_config_dll cabinet enable_cabinet cabinet
14374 wine_fn_config_test dlls/cabinet/tests cabinet_test
14375 wine_fn_config_dll capi2032 enable_capi2032 capi2032
14376 wine_fn_config_dll cards enable_cards cards
14377 wine_fn_config_dll cfgmgr32 enable_cfgmgr32 cfgmgr32
14378 wine_fn_config_dll clusapi enable_clusapi clusapi
14379 wine_fn_config_dll comcat enable_comcat
14380 wine_fn_config_test dlls/comcat/tests comcat_test
14381 wine_fn_config_dll comctl32 enable_comctl32 comctl32
14382 wine_fn_config_test dlls/comctl32/tests comctl32_test
14383 wine_fn_config_dll comdlg32 enable_comdlg32 comdlg32
14384 wine_fn_config_test dlls/comdlg32/tests comdlg32_test
14385 wine_fn_config_dll comm.drv16 enable_win16
14386 wine_fn_config_dll commdlg.dll16 enable_win16
14387 wine_fn_config_dll compobj.dll16 enable_win16
14388 wine_fn_config_dll compstui enable_compstui compstui
14389 wine_fn_config_dll credui enable_credui credui
14390 wine_fn_config_test dlls/credui/tests credui_test
14391 wine_fn_config_dll crtdll enable_crtdll crtdll
14392 wine_fn_config_dll crypt32 enable_crypt32 crypt32
14393 wine_fn_config_test dlls/crypt32/tests crypt32_test
14394 wine_fn_config_dll cryptdlg enable_cryptdlg
14395 wine_fn_config_dll cryptdll enable_cryptdll cryptdll
14396 wine_fn_config_dll cryptnet enable_cryptnet cryptnet
14397 wine_fn_config_test dlls/cryptnet/tests cryptnet_test
14398 wine_fn_config_dll cryptui enable_cryptui cryptui
14399 wine_fn_config_test dlls/cryptui/tests cryptui_test
14400 wine_fn_config_dll ctapi32 enable_ctapi32
14401 wine_fn_config_dll ctl3d.dll16 enable_win16
14402 wine_fn_config_dll ctl3d32 enable_ctl3d32 ctl3d32
14403 wine_fn_config_dll ctl3dv2.dll16 enable_win16
14404 wine_fn_config_dll d3d10 enable_d3d10 d3d10
14405 wine_fn_config_test dlls/d3d10/tests d3d10_test
14406 wine_fn_config_dll d3d10core enable_d3d10core d3d10core
14407 wine_fn_config_test dlls/d3d10core/tests d3d10core_test
14408 wine_fn_config_dll d3d8 enable_d3d8 d3d8
14409 wine_fn_config_test dlls/d3d8/tests d3d8_test
14410 wine_fn_config_dll d3d9 enable_d3d9 d3d9
14411 wine_fn_config_test dlls/d3d9/tests d3d9_test
14412 wine_fn_config_dll d3dim enable_d3dim d3dim
14413 wine_fn_config_dll d3drm enable_d3drm d3drm
14414 wine_fn_config_test dlls/d3drm/tests d3drm_test
14415 wine_fn_config_dll d3dx9_24 enable_d3dx9_24
14416 wine_fn_config_dll d3dx9_25 enable_d3dx9_25
14417 wine_fn_config_dll d3dx9_26 enable_d3dx9_26
14418 wine_fn_config_dll d3dx9_27 enable_d3dx9_27
14419 wine_fn_config_dll d3dx9_28 enable_d3dx9_28
14420 wine_fn_config_dll d3dx9_29 enable_d3dx9_29
14421 wine_fn_config_dll d3dx9_30 enable_d3dx9_30
14422 wine_fn_config_dll d3dx9_31 enable_d3dx9_31
14423 wine_fn_config_dll d3dx9_32 enable_d3dx9_32
14424 wine_fn_config_dll d3dx9_33 enable_d3dx9_33
14425 wine_fn_config_dll d3dx9_34 enable_d3dx9_34
14426 wine_fn_config_dll d3dx9_35 enable_d3dx9_35
14427 wine_fn_config_dll d3dx9_36 enable_d3dx9_36 d3dx9
14428 wine_fn_config_test dlls/d3dx9_36/tests d3dx9_36_test
14429 wine_fn_config_dll d3dx9_37 enable_d3dx9_37
14430 wine_fn_config_dll d3dx9_38 enable_d3dx9_38
14431 wine_fn_config_dll d3dx9_39 enable_d3dx9_39
14432 wine_fn_config_dll d3dx9_40 enable_d3dx9_40
14433 wine_fn_config_dll d3dx9_41 enable_d3dx9_41
14434 wine_fn_config_dll d3dx9_42 enable_d3dx9_42
14435 wine_fn_config_dll d3dxof enable_d3dxof d3dxof
14436 wine_fn_config_test dlls/d3dxof/tests d3dxof_test
14437 wine_fn_config_dll dbghelp enable_dbghelp dbghelp
14438 wine_fn_config_dll dciman32 enable_dciman32 dciman32
14439 wine_fn_config_dll ddeml.dll16 enable_win16
14440 wine_fn_config_dll ddraw enable_ddraw ddraw
14441 wine_fn_config_test dlls/ddraw/tests ddraw_test
14442 wine_fn_config_dll ddrawex enable_ddrawex
14443 wine_fn_config_test dlls/ddrawex/tests ddrawex_test
14444 wine_fn_config_dll devenum enable_devenum
14445 wine_fn_config_dll dinput enable_dinput dinput "data_formats.c"
14446 wine_fn_config_test dlls/dinput/tests dinput_test
14447 wine_fn_config_dll dinput8 enable_dinput8 dinput8
14448 wine_fn_config_dll dispdib.dll16 enable_win16
14449 wine_fn_config_dll dispex enable_dispex
14450 wine_fn_config_test dlls/dispex/tests dispex_test
14451 wine_fn_config_dll display.drv16 enable_win16
14452 wine_fn_config_dll dmband enable_dmband
14453 wine_fn_config_dll dmcompos enable_dmcompos
14454 wine_fn_config_dll dmime enable_dmime
14455 wine_fn_config_dll dmloader enable_dmloader
14456 wine_fn_config_test dlls/dmloader/tests dmloader_test
14457 wine_fn_config_dll dmscript enable_dmscript
14458 wine_fn_config_dll dmstyle enable_dmstyle
14459 wine_fn_config_dll dmsynth enable_dmsynth
14460 wine_fn_config_dll dmusic enable_dmusic
14461 wine_fn_config_dll dmusic32 enable_dmusic32 dmusic32
14462 wine_fn_config_dll dnsapi enable_dnsapi dnsapi
14463 wine_fn_config_test dlls/dnsapi/tests dnsapi_test
14464 wine_fn_config_dll dplay enable_dplay dplay
14465 wine_fn_config_dll dplayx enable_dplayx dplayx
14466 wine_fn_config_test dlls/dplayx/tests dplayx_test
14467 wine_fn_config_dll dpnaddr enable_dpnaddr
14468 wine_fn_config_dll dpnet enable_dpnet dpnet
14469 wine_fn_config_dll dpnhpast enable_dpnhpast
14470 wine_fn_config_dll dpnlobby enable_dpnlobby
14471 wine_fn_config_dll dpwsockx enable_dpwsockx
14472 wine_fn_config_dll drmclien enable_drmclien
14473 wine_fn_config_dll dsound enable_dsound dsound
14474 wine_fn_config_test dlls/dsound/tests dsound_test
14475 wine_fn_config_dll dssenh enable_dssenh
14476 wine_fn_config_dll dswave enable_dswave
14477 wine_fn_config_dll dwmapi enable_dwmapi dwmapi
14478 wine_fn_config_dll dxdiagn enable_dxdiagn
14479 wine_fn_config_test dlls/dxdiagn/tests dxdiagn_test
14480 wine_fn_config_lib dxerr8
14481 wine_fn_config_lib dxerr9
14482 wine_fn_config_dll dxgi enable_dxgi dxgi
14483 wine_fn_config_test dlls/dxgi/tests dxgi_test
14484 wine_fn_config_lib dxguid
14485 wine_fn_config_dll faultrep enable_faultrep
14486 wine_fn_config_dll fltlib enable_fltlib
14487 wine_fn_config_dll fusion enable_fusion
14488 wine_fn_config_test dlls/fusion/tests fusion_test
14489 wine_fn_config_dll fwpuclnt enable_fwpuclnt
14490 wine_fn_config_dll gdi.exe16 enable_win16
14491 wine_fn_config_dll gdi32 enable_gdi32 gdi32
14492 wine_fn_config_test dlls/gdi32/tests gdi32_test
14493 wine_fn_config_dll gdiplus enable_gdiplus gdiplus
14494 wine_fn_config_test dlls/gdiplus/tests gdiplus_test
14495 wine_fn_config_dll glu32 enable_glu32 glu32
14496 wine_fn_config_dll gphoto2.ds enable_gphoto2_ds
14497 wine_fn_config_dll gpkcsp enable_gpkcsp
14498 wine_fn_config_dll hal enable_hal
14499 wine_fn_config_dll hhctrl.ocx enable_hhctrl_ocx
14500 wine_fn_config_dll hid enable_hid hid
14501 wine_fn_config_dll hlink enable_hlink hlink
14502 wine_fn_config_test dlls/hlink/tests hlink_test
14503 wine_fn_config_dll hnetcfg enable_hnetcfg
14504 wine_fn_config_dll httpapi enable_httpapi
14505 wine_fn_config_dll iccvid enable_iccvid
14506 wine_fn_config_dll icmp enable_icmp
14507 wine_fn_config_dll ifsmgr.vxd enable_win16
14508 wine_fn_config_dll imaadp32.acm enable_imaadp32_acm
14509 wine_fn_config_dll imagehlp enable_imagehlp imagehlp
14510 wine_fn_config_test dlls/imagehlp/tests imagehlp_test
14511 wine_fn_config_dll imm.dll16 enable_win16
14512 wine_fn_config_dll imm32 enable_imm32 imm32
14513 wine_fn_config_test dlls/imm32/tests imm32_test
14514 wine_fn_config_dll inetcomm enable_inetcomm inetcomm
14515 wine_fn_config_test dlls/inetcomm/tests inetcomm_test
14516 wine_fn_config_dll inetmib1 enable_inetmib1
14517 wine_fn_config_test dlls/inetmib1/tests inetmib1_test
14518 wine_fn_config_dll infosoft enable_infosoft
14519 wine_fn_config_test dlls/infosoft/tests infosoft_test
14520 wine_fn_config_dll initpki enable_initpki
14521 wine_fn_config_dll inkobj enable_inkobj
14522 wine_fn_config_dll inseng enable_inseng
14523 wine_fn_config_dll iphlpapi enable_iphlpapi iphlpapi
14524 wine_fn_config_test dlls/iphlpapi/tests iphlpapi_test
14525 wine_fn_config_dll itircl enable_itircl
14526 wine_fn_config_dll itss enable_itss
14527 wine_fn_config_test dlls/itss/tests itss_test
14528 wine_fn_config_dll jscript enable_jscript
14529 wine_fn_config_test dlls/jscript/tests jscript_test
14530 wine_fn_config_dll kernel32 enable_kernel32 kernel32
14531 wine_fn_config_test dlls/kernel32/tests kernel32_test
14532 wine_fn_config_dll keyboard.drv16 enable_win16
14533 wine_fn_config_dll krnl386.exe16 enable_win16 kernel
14534 wine_fn_config_dll loadperf enable_loadperf loadperf
14535 wine_fn_config_dll localspl enable_localspl
14536 wine_fn_config_test dlls/localspl/tests localspl_test
14537 wine_fn_config_dll localui enable_localui
14538 wine_fn_config_test dlls/localui/tests localui_test
14539 wine_fn_config_dll lz32 enable_lz32 lz32
14540 wine_fn_config_test dlls/lz32/tests lz32_test
14541 wine_fn_config_dll lzexpand.dll16 enable_win16
14542 wine_fn_config_dll mapi32 enable_mapi32 mapi32
14543 wine_fn_config_test dlls/mapi32/tests mapi32_test
14544 wine_fn_config_dll mapistub enable_mapistub
14545 wine_fn_config_dll mciavi32 enable_mciavi32
14546 wine_fn_config_dll mcicda enable_mcicda
14547 wine_fn_config_dll mciqtz32 enable_mciqtz32
14548 wine_fn_config_dll mciseq enable_mciseq
14549 wine_fn_config_dll mciwave enable_mciwave
14550 wine_fn_config_dll midimap enable_midimap
14551 wine_fn_config_dll mlang enable_mlang mlang
14552 wine_fn_config_test dlls/mlang/tests mlang_test
14553 wine_fn_config_dll mmdevapi enable_mmdevapi
14554 wine_fn_config_test dlls/mmdevapi/tests mmdevapi_test
14555 wine_fn_config_dll mmdevldr.vxd enable_win16
14556 wine_fn_config_dll mmsystem.dll16 enable_win16
14557 wine_fn_config_dll monodebg.vxd enable_win16
14558 wine_fn_config_dll mountmgr.sys enable_mountmgr_sys
14559 wine_fn_config_dll mouse.drv16 enable_win16
14560 wine_fn_config_dll mpr enable_mpr mpr
14561 wine_fn_config_dll mprapi enable_mprapi mprapi
14562 wine_fn_config_dll msacm.dll16 enable_win16
14563 wine_fn_config_dll msacm32.drv enable_msacm32_drv
14564 wine_fn_config_dll msacm32 enable_msacm32 msacm32
14565 wine_fn_config_test dlls/msacm32/tests msacm32_test
14566 wine_fn_config_dll msadp32.acm enable_msadp32_acm
14567 wine_fn_config_dll mscat32 enable_mscat32
14568 wine_fn_config_dll mscms enable_mscms mscms
14569 wine_fn_config_test dlls/mscms/tests mscms_test
14570 wine_fn_config_dll mscoree enable_mscoree
14571 wine_fn_config_dll msctf enable_msctf
14572 wine_fn_config_test dlls/msctf/tests msctf_test
14573 wine_fn_config_dll msdaps enable_msdaps
14574 wine_fn_config_dll msdmo enable_msdmo msdmo
14575 wine_fn_config_dll msftedit enable_msftedit
14576 wine_fn_config_dll msg711.acm enable_msg711_acm
14577 wine_fn_config_dll msgsm32.acm enable_msgsm32_acm
14578 wine_fn_config_dll mshtml.tlb enable_mshtml_tlb
14579 wine_fn_config_dll mshtml enable_mshtml mshtml
14580 wine_fn_config_test dlls/mshtml/tests mshtml_test
14581 wine_fn_config_dll msi enable_msi msi
14582 wine_fn_config_test dlls/msi/tests msi_test
14583 wine_fn_config_dll msimg32 enable_msimg32 msimg32
14584 wine_fn_config_dll msimtf enable_msimtf
14585 wine_fn_config_dll msisip enable_msisip
14586 wine_fn_config_dll msisys.ocx enable_msisys_ocx
14587 wine_fn_config_dll msnet32 enable_msnet32
14588 wine_fn_config_dll msrle32 enable_msrle32
14589 wine_fn_config_dll mssign32 enable_mssign32
14590 wine_fn_config_dll mssip32 enable_mssip32
14591 wine_fn_config_dll mstask enable_mstask
14592 wine_fn_config_test dlls/mstask/tests mstask_test
14593 wine_fn_config_dll msvcirt enable_msvcirt
14594 wine_fn_config_dll msvcr70 enable_msvcr70 msvcr70
14595 wine_fn_config_dll msvcr71 enable_msvcr71 msvcr71
14596 wine_fn_config_dll msvcr80 enable_msvcr80
14597 wine_fn_config_dll msvcr90 enable_msvcr90
14598 wine_fn_config_test dlls/msvcr90/tests msvcr90_test
14599 wine_fn_config_dll msvcrt enable_msvcrt msvcrt
14600 wine_fn_config_test dlls/msvcrt/tests msvcrt_test
14601 wine_fn_config_dll msvcrt20 enable_msvcrt20 msvcrt20
14602 wine_fn_config_dll msvcrt40 enable_msvcrt40 msvcrt40
14603 wine_fn_config_dll msvcrtd enable_msvcrtd msvcrtd
14604 wine_fn_config_test dlls/msvcrtd/tests msvcrtd_test
14605 wine_fn_config_dll msvfw32 enable_msvfw32 msvfw32
14606 wine_fn_config_test dlls/msvfw32/tests msvfw32_test
14607 wine_fn_config_dll msvidc32 enable_msvidc32
14608 wine_fn_config_dll msvideo.dll16 enable_win16
14609 wine_fn_config_dll mswsock enable_mswsock mswsock
14610 wine_fn_config_dll msxml3 enable_msxml3
14611 wine_fn_config_test dlls/msxml3/tests msxml3_test
14612 wine_fn_config_dll msxml4 enable_msxml4
14613 wine_fn_config_dll nddeapi enable_nddeapi nddeapi
14614 wine_fn_config_dll netapi32 enable_netapi32 netapi32
14615 wine_fn_config_test dlls/netapi32/tests netapi32_test
14616 wine_fn_config_dll newdev enable_newdev newdev
14617 wine_fn_config_dll ntdll enable_ntdll ntdll
14618 wine_fn_config_test dlls/ntdll/tests ntdll_test
14619 wine_fn_config_dll ntdsapi enable_ntdsapi ntdsapi
14620 wine_fn_config_test dlls/ntdsapi/tests ntdsapi_test
14621 wine_fn_config_dll ntoskrnl.exe enable_ntoskrnl_exe ntoskrnl.exe
14622 wine_fn_config_dll ntprint enable_ntprint
14623 wine_fn_config_test dlls/ntprint/tests ntprint_test
14624 wine_fn_config_dll objsel enable_objsel
14625 wine_fn_config_dll odbc32 enable_odbc32 odbc32
14626 wine_fn_config_dll odbccp32 enable_odbccp32 odbccp32
14627 wine_fn_config_test dlls/odbccp32/tests odbccp32_test
14628 wine_fn_config_dll ole2.dll16 enable_win16
14629 wine_fn_config_dll ole2conv.dll16 enable_win16
14630 wine_fn_config_dll ole2disp.dll16 enable_win16
14631 wine_fn_config_dll ole2nls.dll16 enable_win16
14632 wine_fn_config_dll ole2prox.dll16 enable_win16
14633 wine_fn_config_dll ole2thk.dll16 enable_win16
14634 wine_fn_config_dll ole32 enable_ole32 ole32
14635 wine_fn_config_test dlls/ole32/tests ole32_test
14636 wine_fn_config_dll oleacc enable_oleacc oleacc
14637 wine_fn_config_test dlls/oleacc/tests oleacc_test
14638 wine_fn_config_dll oleaut32 enable_oleaut32 oleaut32
14639 wine_fn_config_test dlls/oleaut32/tests oleaut32_test
14640 wine_fn_config_dll olecli.dll16 enable_win16
14641 wine_fn_config_dll olecli32 enable_olecli32 olecli32
14642 wine_fn_config_dll oledb32 enable_oledb32
14643 wine_fn_config_test dlls/oledb32/tests oledb32_test
14644 wine_fn_config_dll oledlg enable_oledlg oledlg
14645 wine_fn_config_dll olepro32 enable_olepro32 olepro32
14646 wine_fn_config_dll olesvr.dll16 enable_win16
14647 wine_fn_config_dll olesvr32 enable_olesvr32 olesvr32
14648 wine_fn_config_dll olethk32 enable_olethk32
14649 wine_fn_config_dll openal32 enable_openal32
14650 wine_fn_config_dll opengl32 enable_opengl32 opengl32
14651 wine_fn_config_test dlls/opengl32/tests opengl32_test
14652 wine_fn_config_dll pdh enable_pdh pdh
14653 wine_fn_config_test dlls/pdh/tests pdh_test
14654 wine_fn_config_dll pidgen enable_pidgen
14655 wine_fn_config_dll powrprof enable_powrprof powrprof
14656 wine_fn_config_dll printui enable_printui
14657 wine_fn_config_dll propsys enable_propsys
14658 wine_fn_config_dll psapi enable_psapi psapi
14659 wine_fn_config_test dlls/psapi/tests psapi_test
14660 wine_fn_config_dll pstorec enable_pstorec
14661 wine_fn_config_dll qcap enable_qcap
14662 wine_fn_config_dll qedit enable_qedit
14663 wine_fn_config_test dlls/qedit/tests qedit_test
14664 wine_fn_config_dll qmgr enable_qmgr
14665 wine_fn_config_test dlls/qmgr/tests qmgr_test
14666 wine_fn_config_dll qmgrprxy enable_qmgrprxy
14667 wine_fn_config_dll quartz enable_quartz quartz
14668 wine_fn_config_test dlls/quartz/tests quartz_test
14669 wine_fn_config_dll query enable_query
14670 wine_fn_config_dll rasapi16.dll16 enable_win16
14671 wine_fn_config_dll rasapi32 enable_rasapi32 rasapi32
14672 wine_fn_config_test dlls/rasapi32/tests rasapi32_test
14673 wine_fn_config_dll rasdlg enable_rasdlg rasdlg
14674 wine_fn_config_dll resutils enable_resutils resutils
14675 wine_fn_config_dll riched20 enable_riched20 riched20
14676 wine_fn_config_test dlls/riched20/tests riched20_test
14677 wine_fn_config_dll riched32 enable_riched32
14678 wine_fn_config_test dlls/riched32/tests riched32_test
14679 wine_fn_config_dll rpcrt4 enable_rpcrt4 rpcrt4
14680 wine_fn_config_test dlls/rpcrt4/tests rpcrt4_test
14681 wine_fn_config_dll rsabase enable_rsabase
14682 wine_fn_config_dll rsaenh enable_rsaenh rsaenh
14683 wine_fn_config_test dlls/rsaenh/tests rsaenh_test
14684 wine_fn_config_dll rtutils enable_rtutils rtutils
14685 wine_fn_config_dll sane.ds enable_sane_ds
14686 wine_fn_config_dll sccbase enable_sccbase
14687 wine_fn_config_dll schannel enable_schannel
14688 wine_fn_config_test dlls/schannel/tests schannel_test
14689 wine_fn_config_dll secur32 enable_secur32 secur32
14690 wine_fn_config_test dlls/secur32/tests secur32_test
14691 wine_fn_config_dll security enable_security
14692 wine_fn_config_dll sensapi enable_sensapi sensapi
14693 wine_fn_config_dll serialui enable_serialui serialui
14694 wine_fn_config_test dlls/serialui/tests serialui_test
14695 wine_fn_config_dll setupapi enable_setupapi setupapi
14696 wine_fn_config_test dlls/setupapi/tests setupapi_test
14697 wine_fn_config_dll setupx.dll16 enable_win16
14698 wine_fn_config_dll sfc enable_sfc sfc
14699 wine_fn_config_dll sfc_os enable_sfc_os sfc_os
14700 wine_fn_config_dll shdoclc enable_shdoclc
14701 wine_fn_config_dll shdocvw enable_shdocvw shdocvw
14702 wine_fn_config_test dlls/shdocvw/tests shdocvw_test
14703 wine_fn_config_dll shell.dll16 enable_win16
14704 wine_fn_config_dll shell32 enable_shell32 shell32
14705 wine_fn_config_test dlls/shell32/tests shell32_test
14706 wine_fn_config_dll shfolder enable_shfolder shfolder
14707 wine_fn_config_dll shlwapi enable_shlwapi shlwapi
14708 wine_fn_config_test dlls/shlwapi/tests shlwapi_test
14709 wine_fn_config_dll slbcsp enable_slbcsp
14710 wine_fn_config_dll slc enable_slc slc
14711 wine_fn_config_dll snmpapi enable_snmpapi snmpapi
14712 wine_fn_config_test dlls/snmpapi/tests snmpapi_test
14713 wine_fn_config_dll softpub enable_softpub
14714 wine_fn_config_dll sound.drv16 enable_win16
14715 wine_fn_config_dll spoolss enable_spoolss spoolss
14716 wine_fn_config_test dlls/spoolss/tests spoolss_test
14717 wine_fn_config_dll stdole2.tlb enable_stdole2_tlb
14718 wine_fn_config_dll stdole32.tlb enable_stdole32_tlb
14719 wine_fn_config_dll sti enable_sti sti
14720 wine_fn_config_test dlls/sti/tests sti_test
14721 wine_fn_config_dll storage.dll16 enable_win16
14722 wine_fn_config_dll stress.dll16 enable_win16
14723 wine_fn_config_lib strmiids
14724 wine_fn_config_dll svrapi enable_svrapi
14725 wine_fn_config_dll sxs enable_sxs
14726 wine_fn_config_dll system.drv16 enable_win16
14727 wine_fn_config_dll t2embed enable_t2embed
14728 wine_fn_config_dll tapi32 enable_tapi32 tapi32
14729 wine_fn_config_dll toolhelp.dll16 enable_win16
14730 wine_fn_config_dll traffic enable_traffic
14731 wine_fn_config_dll twain.dll16 enable_win16
14732 wine_fn_config_dll twain_32 enable_twain_32
14733 wine_fn_config_test dlls/twain_32/tests twain_32_test
14734 wine_fn_config_dll typelib.dll16 enable_win16
14735 wine_fn_config_dll unicows enable_unicows unicows
14736 wine_fn_config_dll updspapi enable_updspapi
14737 wine_fn_config_dll url enable_url url
14738 wine_fn_config_dll urlmon enable_urlmon urlmon
14739 wine_fn_config_test dlls/urlmon/tests urlmon_test
14740 wine_fn_config_dll usbd.sys enable_usbd_sys usbd.sys
14741 wine_fn_config_dll user.exe16 enable_win16
14742 wine_fn_config_dll user32 enable_user32 user32
14743 wine_fn_config_test dlls/user32/tests user32_test
14744 wine_fn_config_dll userenv enable_userenv userenv
14745 wine_fn_config_test dlls/userenv/tests userenv_test
14746 wine_fn_config_dll usp10 enable_usp10 usp10
14747 wine_fn_config_test dlls/usp10/tests usp10_test
14748 wine_fn_config_lib uuid
14749 wine_fn_config_dll uxtheme enable_uxtheme uxtheme
14750 wine_fn_config_test dlls/uxtheme/tests uxtheme_test
14751 wine_fn_config_dll vdhcp.vxd enable_win16
14752 wine_fn_config_dll vdmdbg enable_vdmdbg vdmdbg
14753 wine_fn_config_dll ver.dll16 enable_win16
14754 wine_fn_config_dll version enable_version version
14755 wine_fn_config_test dlls/version/tests version_test
14756 wine_fn_config_dll vmm.vxd enable_win16
14757 wine_fn_config_dll vnbt.vxd enable_win16
14758 wine_fn_config_dll vnetbios.vxd enable_win16
14759 wine_fn_config_dll vtdapi.vxd enable_win16
14760 wine_fn_config_dll vwin32.vxd enable_win16
14761 wine_fn_config_dll w32skrnl enable_win16
14762 wine_fn_config_dll w32sys.dll16 enable_win16
14763 wine_fn_config_dll wbemprox enable_wbemprox
14764 wine_fn_config_dll wiaservc enable_wiaservc
14765 wine_fn_config_dll win32s16.dll16 enable_win16
14766 wine_fn_config_dll win87em.dll16 enable_win16
14767 wine_fn_config_dll winaspi.dll16 enable_win16
14768 wine_fn_config_dll windebug.dll16 enable_win16
14769 wine_fn_config_dll windowscodecs enable_windowscodecs windowscodecs
14770 wine_fn_config_test dlls/windowscodecs/tests windowscodecs_test
14771 wine_fn_config_dll winealsa.drv enable_winealsa_drv
14772 wine_fn_config_dll wineaudioio.drv enable_wineaudioio_drv
14773 wine_fn_config_dll winecoreaudio.drv enable_winecoreaudio_drv
14774 wine_fn_config_lib winecrt0
14775 wine_fn_config_dll wined3d enable_wined3d wined3d
14776 wine_fn_config_dll wineesd.drv enable_wineesd_drv
14777 wine_fn_config_dll winejack.drv enable_winejack_drv
14778 wine_fn_config_dll winejoystick.drv enable_winejoystick_drv
14779 wine_fn_config_dll winemapi enable_winemapi
14780 wine_fn_config_dll winemp3.acm enable_winemp3_acm
14781 wine_fn_config_dll winenas.drv enable_winenas_drv
14782 wine_fn_config_dll wineoss.drv enable_wineoss_drv
14783 wine_fn_config_dll wineps.drv enable_wineps_drv
14784 wine_fn_config_dll wineps16.drv16 enable_win16
14785 wine_fn_config_dll winepulse.drv enable_winepulse_drv
14786 wine_fn_config_dll winequartz.drv enable_winequartz_drv
14787 wine_fn_config_dll winex11.drv enable_winex11_drv
14788 wine_fn_config_dll wing.dll16 enable_win16
14789 wine_fn_config_dll wing32 enable_wing32
14790 wine_fn_config_dll winhttp enable_winhttp winhttp
14791 wine_fn_config_test dlls/winhttp/tests winhttp_test
14792 wine_fn_config_dll wininet enable_wininet wininet
14793 wine_fn_config_test dlls/wininet/tests wininet_test
14794 wine_fn_config_dll winmm enable_winmm winmm
14795 wine_fn_config_test dlls/winmm/tests winmm_test
14796 wine_fn_config_dll winnls.dll16 enable_win16
14797 wine_fn_config_dll winnls32 enable_winnls32 winnls32
14798 wine_fn_config_dll winscard enable_winscard winscard
14799 wine_fn_config_dll winsock.dll16 enable_win16
14800 wine_fn_config_dll winspool.drv enable_winspool_drv winspool
14801 wine_fn_config_test dlls/winspool.drv/tests winspool.drv_test
14802 wine_fn_config_dll wintab.dll16 enable_win16
14803 wine_fn_config_dll wintab32 enable_wintab32 wintab32
14804 wine_fn_config_test dlls/wintab32/tests wintab32_test
14805 wine_fn_config_dll wintrust enable_wintrust wintrust
14806 wine_fn_config_test dlls/wintrust/tests wintrust_test
14807 wine_fn_config_dll wldap32 enable_wldap32 wldap32
14808 wine_fn_config_test dlls/wldap32/tests wldap32_test
14809 wine_fn_config_dll wmi enable_wmi
14810 wine_fn_config_dll wmiutils enable_wmiutils
14811 wine_fn_config_dll wnaspi32 enable_wnaspi32 wnaspi32
14812 wine_fn_config_dll wow32 enable_win16 wow32
14813 wine_fn_config_dll ws2_32 enable_ws2_32 ws2_32
14814 wine_fn_config_test dlls/ws2_32/tests ws2_32_test
14815 wine_fn_config_dll wsock32 enable_wsock32 wsock32
14816 wine_fn_config_dll wtsapi32 enable_wtsapi32 wtsapi32
14817 wine_fn_config_dll wuapi enable_wuapi
14818 wine_fn_config_dll wuaueng enable_wuaueng
14819 wine_fn_config_dll xinput1_1 enable_xinput1_1
14820 wine_fn_config_dll xinput1_2 enable_xinput1_2
14821 wine_fn_config_dll xinput1_3 enable_xinput1_3 xinput
14822 wine_fn_config_test dlls/xinput1_3/tests xinput1_3_test
14823 wine_fn_config_dll xinput9_1_0 enable_xinput9_1_0
14824 wine_fn_config_dll xmllite enable_xmllite
14825 wine_fn_config_test dlls/xmllite/tests xmllite_test
14826 wine_fn_config_makefile documentation enable_documentation
14827 wine_fn_config_makefile fonts enable_fonts
14828 wine_fn_config_makefile include enable_include
14829 wine_fn_config_makefile libs/port enable_libs_port
14830 wine_fn_config_makefile libs/wine enable_libs_wine
14831 wine_fn_config_makefile libs/wpp enable_libs_wpp
14832 wine_fn_config_makefile loader enable_loader
14833 wine_fn_config_program attrib enable_attrib install
14834 wine_fn_config_program cacls enable_cacls install
14835 wine_fn_config_program clock enable_clock install
14836 wine_fn_config_program cmd enable_cmd install
14837 wine_fn_config_test programs/cmd/tests cmd.exe_test
14838 wine_fn_config_program cmdlgtst enable_cmdlgtst
14839 wine_fn_config_program control enable_control install
14840 wine_fn_config_program dxdiag enable_dxdiag install
14841 wine_fn_config_program eject enable_eject install
14842 wine_fn_config_program expand enable_expand install
14843 wine_fn_config_program explorer enable_explorer install
14844 wine_fn_config_program extrac32 enable_extrac32 install
14845 wine_fn_config_program hh enable_hh install
14846 wine_fn_config_program icinfo enable_icinfo install
14847 wine_fn_config_program iexplore enable_iexplore install
14848 wine_fn_config_program lodctr enable_lodctr install
14849 wine_fn_config_program mshta enable_mshta install
14850 wine_fn_config_program msiexec enable_msiexec installbin
14851 wine_fn_config_program net enable_net install
14852 wine_fn_config_program ngen enable_ngen install
14853 wine_fn_config_program notepad enable_notepad installbin
14854 wine_fn_config_program oleview enable_oleview install
14855 wine_fn_config_program ping enable_ping install
14856 wine_fn_config_program progman enable_progman install
14857 wine_fn_config_program reg enable_reg install
14858 wine_fn_config_program regedit enable_regedit installbin
14859 wine_fn_config_program regsvr32 enable_regsvr32 installbin
14860 wine_fn_config_program rpcss enable_rpcss install
14861 wine_fn_config_program rundll32 enable_rundll32 install
14862 wine_fn_config_program secedit enable_secedit install
14863 wine_fn_config_program services enable_services install
14864 wine_fn_config_program spoolsv enable_spoolsv install
14865 wine_fn_config_program start enable_start install
14866 wine_fn_config_program svchost enable_svchost install
14867 wine_fn_config_program taskmgr enable_taskmgr install
14868 wine_fn_config_program termsv enable_termsv install
14869 wine_fn_config_program uninstaller enable_uninstaller install
14870 wine_fn_config_program unlodctr enable_unlodctr install
14871 wine_fn_config_program view enable_view
14872 wine_fn_config_program wineboot enable_wineboot installbin
14873 wine_fn_config_program winebrowser enable_winebrowser install
14874 wine_fn_config_program winecfg enable_winecfg installbin
14875 wine_fn_config_program wineconsole enable_wineconsole installbin
14876 wine_fn_config_program winedbg enable_winedbg installbin
14877 wine_fn_config_program winedevice enable_winedevice install
14878 wine_fn_config_program winefile enable_winefile installbin
14879 wine_fn_config_program winemenubuilder enable_winemenubuilder install
14880 wine_fn_config_program winemine enable_winemine installbin
14881 wine_fn_config_program winepath enable_winepath installbin
14882 wine_fn_config_program winetest enable_winetest
14883 wine_fn_config_program winevdm enable_win16 install
14884 wine_fn_config_program winhelp.exe16 enable_win16 install
14885 wine_fn_config_program winhlp32 enable_winhlp32 install
14886 wine_fn_config_program winoldap.mod16 enable_win16 install
14887 wine_fn_config_program winver enable_winver install
14888 wine_fn_config_program wordpad enable_wordpad install
14889 wine_fn_config_program write enable_write install
14890 wine_fn_config_program xcopy enable_xcopy install
14891 wine_fn_config_makefile server enable_server
14892 wine_fn_config_tool tools
14893 wine_fn_config_tool tools/widl
14894 wine_fn_config_tool tools/winebuild
14895 wine_fn_config_tool tools/winedump
14896 wine_fn_config_tool tools/winegcc
14897 wine_fn_config_tool tools/wmc
14898 wine_fn_config_tool tools/wrc
14900 ac_config_commands="$ac_config_commands Makefile"
14903 ac_config_files="$ac_config_files Make.tmp:Makefile.in"
14907 if test -n "$with_wine64"
14908 then
14909 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "all: fonts server $with_wine64/loader/wine32
14910 fonts server:
14911 \$(RM) \$@ && \$(LN_S) $with_wine64/\$@ \$@
14912 $with_wine64/loader/wine32:
14913 \$(RM) \$@ && \$(LN_S) $ac_pwd/loader/wine32 \$@
14914 clean::
14915 \$(RM) fonts server $with_wine64/loader/wine32"
14918 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "uninstall::
14919 -rmdir \$(DESTDIR)\$(datadir)/wine \$(DESTDIR)\$(fakedlldir) \$(DESTDIR)\$(dlldir)"
14921 cat >confcache <<\_ACEOF
14922 # This file is a shell script that caches the results of configure
14923 # tests run on this system so they can be shared between configure
14924 # scripts and configure runs, see configure's option --config-cache.
14925 # It is not useful on other systems. If it contains results you don't
14926 # want to keep, you may remove or edit it.
14928 # config.status only pays attention to the cache file if you give it
14929 # the --recheck option to rerun configure.
14931 # `ac_cv_env_foo' variables (set or unset) will be overridden when
14932 # loading this file, other *unset* `ac_cv_foo' will be assigned the
14933 # following values.
14935 _ACEOF
14937 # The following way of writing the cache mishandles newlines in values,
14938 # but we know of no workaround that is simple, portable, and efficient.
14939 # So, we kill variables containing newlines.
14940 # Ultrix sh set writes to stderr and can't be redirected directly,
14941 # and sets the high bit in the cache file unless we assign to the vars.
14943 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
14944 eval ac_val=\$$ac_var
14945 case $ac_val in #(
14946 *${as_nl}*)
14947 case $ac_var in #(
14948 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
14949 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
14950 esac
14951 case $ac_var in #(
14952 _ | IFS | as_nl) ;; #(
14953 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
14954 *) { eval $ac_var=; unset $ac_var;} ;;
14955 esac ;;
14956 esac
14957 done
14959 (set) 2>&1 |
14960 case $as_nl`(ac_space=' '; set) 2>&1` in #(
14961 *${as_nl}ac_space=\ *)
14962 # `set' does not quote correctly, so add quotes: double-quote
14963 # substitution turns \\\\ into \\, and sed turns \\ into \.
14964 sed -n \
14965 "s/'/'\\\\''/g;
14966 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
14967 ;; #(
14969 # `set' quotes correctly as required by POSIX, so do not add quotes.
14970 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
14972 esac |
14973 sort
14975 sed '
14976 /^ac_cv_env_/b end
14977 t clear
14978 :clear
14979 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
14980 t end
14981 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
14982 :end' >>confcache
14983 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
14984 if test -w "$cache_file"; then
14985 test "x$cache_file" != "x/dev/null" &&
14986 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
14987 $as_echo "$as_me: updating cache $cache_file" >&6;}
14988 cat confcache >$cache_file
14989 else
14990 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
14991 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
14994 rm -f confcache
14996 test "x$prefix" = xNONE && prefix=$ac_default_prefix
14997 # Let make expand exec_prefix.
14998 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
15000 DEFS=-DHAVE_CONFIG_H
15002 ac_libobjs=
15003 ac_ltlibobjs=
15004 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
15005 # 1. Remove the extension, and $U if already installed.
15006 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
15007 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
15008 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
15009 # will be set to the directory where LIBOBJS objects are built.
15010 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
15011 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
15012 done
15013 LIBOBJS=$ac_libobjs
15015 LTLIBOBJS=$ac_ltlibobjs
15019 : ${CONFIG_STATUS=./config.status}
15020 ac_write_fail=0
15021 ac_clean_files_save=$ac_clean_files
15022 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
15023 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
15024 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
15025 as_write_fail=0
15026 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
15027 #! $SHELL
15028 # Generated by $as_me.
15029 # Run this file to recreate the current configuration.
15030 # Compiler output produced by configure, useful for debugging
15031 # configure, is in config.log if it exists.
15033 debug=false
15034 ac_cs_recheck=false
15035 ac_cs_silent=false
15037 SHELL=\${CONFIG_SHELL-$SHELL}
15038 export SHELL
15039 _ASEOF
15040 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
15041 ## -------------------- ##
15042 ## M4sh Initialization. ##
15043 ## -------------------- ##
15045 # Be more Bourne compatible
15046 DUALCASE=1; export DUALCASE # for MKS sh
15047 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
15048 emulate sh
15049 NULLCMD=:
15050 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
15051 # is contrary to our usage. Disable this feature.
15052 alias -g '${1+"$@"}'='"$@"'
15053 setopt NO_GLOB_SUBST
15054 else
15055 case `(set -o) 2>/dev/null` in #(
15056 *posix*) :
15057 set -o posix ;; #(
15058 *) :
15060 esac
15064 as_nl='
15066 export as_nl
15067 # Printing a long string crashes Solaris 7 /usr/bin/printf.
15068 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
15069 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
15070 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
15071 # Prefer a ksh shell builtin over an external printf program on Solaris,
15072 # but without wasting forks for bash or zsh.
15073 if test -z "$BASH_VERSION$ZSH_VERSION" \
15074 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
15075 as_echo='print -r --'
15076 as_echo_n='print -rn --'
15077 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
15078 as_echo='printf %s\n'
15079 as_echo_n='printf %s'
15080 else
15081 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
15082 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
15083 as_echo_n='/usr/ucb/echo -n'
15084 else
15085 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
15086 as_echo_n_body='eval
15087 arg=$1;
15088 case $arg in #(
15089 *"$as_nl"*)
15090 expr "X$arg" : "X\\(.*\\)$as_nl";
15091 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
15092 esac;
15093 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
15095 export as_echo_n_body
15096 as_echo_n='sh -c $as_echo_n_body as_echo'
15098 export as_echo_body
15099 as_echo='sh -c $as_echo_body as_echo'
15102 # The user is always right.
15103 if test "${PATH_SEPARATOR+set}" != set; then
15104 PATH_SEPARATOR=:
15105 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
15106 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
15107 PATH_SEPARATOR=';'
15112 # IFS
15113 # We need space, tab and new line, in precisely that order. Quoting is
15114 # there to prevent editors from complaining about space-tab.
15115 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
15116 # splitting by setting IFS to empty value.)
15117 IFS=" "" $as_nl"
15119 # Find who we are. Look in the path if we contain no directory separator.
15120 case $0 in #((
15121 *[\\/]* ) as_myself=$0 ;;
15122 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
15123 for as_dir in $PATH
15125 IFS=$as_save_IFS
15126 test -z "$as_dir" && as_dir=.
15127 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
15128 done
15129 IFS=$as_save_IFS
15132 esac
15133 # We did not find ourselves, most probably we were run as `sh COMMAND'
15134 # in which case we are not to be found in the path.
15135 if test "x$as_myself" = x; then
15136 as_myself=$0
15138 if test ! -f "$as_myself"; then
15139 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
15140 exit 1
15143 # Unset variables that we do not need and which cause bugs (e.g. in
15144 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
15145 # suppresses any "Segmentation fault" message there. '((' could
15146 # trigger a bug in pdksh 5.2.14.
15147 for as_var in BASH_ENV ENV MAIL MAILPATH
15148 do eval test x\${$as_var+set} = xset \
15149 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
15150 done
15151 PS1='$ '
15152 PS2='> '
15153 PS4='+ '
15155 # NLS nuisances.
15156 LC_ALL=C
15157 export LC_ALL
15158 LANGUAGE=C
15159 export LANGUAGE
15161 # CDPATH.
15162 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
15165 # as_fn_error ERROR [LINENO LOG_FD]
15166 # ---------------------------------
15167 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
15168 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
15169 # script with status $?, using 1 if that was 0.
15170 as_fn_error ()
15172 as_status=$?; test $as_status -eq 0 && as_status=1
15173 if test "$3"; then
15174 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
15175 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
15177 $as_echo "$as_me: error: $1" >&2
15178 as_fn_exit $as_status
15179 } # as_fn_error
15182 # as_fn_set_status STATUS
15183 # -----------------------
15184 # Set $? to STATUS, without forking.
15185 as_fn_set_status ()
15187 return $1
15188 } # as_fn_set_status
15190 # as_fn_exit STATUS
15191 # -----------------
15192 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
15193 as_fn_exit ()
15195 set +e
15196 as_fn_set_status $1
15197 exit $1
15198 } # as_fn_exit
15200 # as_fn_unset VAR
15201 # ---------------
15202 # Portably unset VAR.
15203 as_fn_unset ()
15205 { eval $1=; unset $1;}
15207 as_unset=as_fn_unset
15208 # as_fn_append VAR VALUE
15209 # ----------------------
15210 # Append the text in VALUE to the end of the definition contained in VAR. Take
15211 # advantage of any shell optimizations that allow amortized linear growth over
15212 # repeated appends, instead of the typical quadratic growth present in naive
15213 # implementations.
15214 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
15215 eval 'as_fn_append ()
15217 eval $1+=\$2
15219 else
15220 as_fn_append ()
15222 eval $1=\$$1\$2
15224 fi # as_fn_append
15226 # as_fn_arith ARG...
15227 # ------------------
15228 # Perform arithmetic evaluation on the ARGs, and store the result in the
15229 # global $as_val. Take advantage of shells that can avoid forks. The arguments
15230 # must be portable across $(()) and expr.
15231 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
15232 eval 'as_fn_arith ()
15234 as_val=$(( $* ))
15236 else
15237 as_fn_arith ()
15239 as_val=`expr "$@" || test $? -eq 1`
15241 fi # as_fn_arith
15244 if expr a : '\(a\)' >/dev/null 2>&1 &&
15245 test "X`expr 00001 : '.*\(...\)'`" = X001; then
15246 as_expr=expr
15247 else
15248 as_expr=false
15251 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
15252 as_basename=basename
15253 else
15254 as_basename=false
15257 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
15258 as_dirname=dirname
15259 else
15260 as_dirname=false
15263 as_me=`$as_basename -- "$0" ||
15264 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
15265 X"$0" : 'X\(//\)$' \| \
15266 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
15267 $as_echo X/"$0" |
15268 sed '/^.*\/\([^/][^/]*\)\/*$/{
15269 s//\1/
15272 /^X\/\(\/\/\)$/{
15273 s//\1/
15276 /^X\/\(\/\).*/{
15277 s//\1/
15280 s/.*/./; q'`
15282 # Avoid depending upon Character Ranges.
15283 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
15284 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
15285 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
15286 as_cr_digits='0123456789'
15287 as_cr_alnum=$as_cr_Letters$as_cr_digits
15289 ECHO_C= ECHO_N= ECHO_T=
15290 case `echo -n x` in #(((((
15291 -n*)
15292 case `echo 'xy\c'` in
15293 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
15294 xy) ECHO_C='\c';;
15295 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
15296 ECHO_T=' ';;
15297 esac;;
15299 ECHO_N='-n';;
15300 esac
15302 rm -f conf$$ conf$$.exe conf$$.file
15303 if test -d conf$$.dir; then
15304 rm -f conf$$.dir/conf$$.file
15305 else
15306 rm -f conf$$.dir
15307 mkdir conf$$.dir 2>/dev/null
15309 if (echo >conf$$.file) 2>/dev/null; then
15310 if ln -s conf$$.file conf$$ 2>/dev/null; then
15311 as_ln_s='ln -s'
15312 # ... but there are two gotchas:
15313 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
15314 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
15315 # In both cases, we have to default to `cp -p'.
15316 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
15317 as_ln_s='cp -p'
15318 elif ln conf$$.file conf$$ 2>/dev/null; then
15319 as_ln_s=ln
15320 else
15321 as_ln_s='cp -p'
15323 else
15324 as_ln_s='cp -p'
15326 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
15327 rmdir conf$$.dir 2>/dev/null
15330 # as_fn_mkdir_p
15331 # -------------
15332 # Create "$as_dir" as a directory, including parents if necessary.
15333 as_fn_mkdir_p ()
15336 case $as_dir in #(
15337 -*) as_dir=./$as_dir;;
15338 esac
15339 test -d "$as_dir" || eval $as_mkdir_p || {
15340 as_dirs=
15341 while :; do
15342 case $as_dir in #(
15343 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
15344 *) as_qdir=$as_dir;;
15345 esac
15346 as_dirs="'$as_qdir' $as_dirs"
15347 as_dir=`$as_dirname -- "$as_dir" ||
15348 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15349 X"$as_dir" : 'X\(//\)[^/]' \| \
15350 X"$as_dir" : 'X\(//\)$' \| \
15351 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
15352 $as_echo X"$as_dir" |
15353 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
15354 s//\1/
15357 /^X\(\/\/\)[^/].*/{
15358 s//\1/
15361 /^X\(\/\/\)$/{
15362 s//\1/
15365 /^X\(\/\).*/{
15366 s//\1/
15369 s/.*/./; q'`
15370 test -d "$as_dir" && break
15371 done
15372 test -z "$as_dirs" || eval "mkdir $as_dirs"
15373 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
15376 } # as_fn_mkdir_p
15377 if mkdir -p . 2>/dev/null; then
15378 as_mkdir_p='mkdir -p "$as_dir"'
15379 else
15380 test -d ./-p && rmdir ./-p
15381 as_mkdir_p=false
15384 if test -x / >/dev/null 2>&1; then
15385 as_test_x='test -x'
15386 else
15387 if ls -dL / >/dev/null 2>&1; then
15388 as_ls_L_option=L
15389 else
15390 as_ls_L_option=
15392 as_test_x='
15393 eval sh -c '\''
15394 if test -d "$1"; then
15395 test -d "$1/.";
15396 else
15397 case $1 in #(
15398 -*)set "./$1";;
15399 esac;
15400 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
15401 ???[sx]*):;;*)false;;esac;fi
15402 '\'' sh
15405 as_executable_p=$as_test_x
15407 # Sed expression to map a string onto a valid CPP name.
15408 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
15410 # Sed expression to map a string onto a valid variable name.
15411 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
15414 exec 6>&1
15415 ## ----------------------------------- ##
15416 ## Main body of $CONFIG_STATUS script. ##
15417 ## ----------------------------------- ##
15418 _ASEOF
15419 test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
15421 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15422 # Save the log message, to keep $0 and so on meaningful, and to
15423 # report actual input values of CONFIG_FILES etc. instead of their
15424 # values after options handling.
15425 ac_log="
15426 This file was extended by Wine $as_me 1.1.43, which was
15427 generated by GNU Autoconf 2.65. Invocation command line was
15429 CONFIG_FILES = $CONFIG_FILES
15430 CONFIG_HEADERS = $CONFIG_HEADERS
15431 CONFIG_LINKS = $CONFIG_LINKS
15432 CONFIG_COMMANDS = $CONFIG_COMMANDS
15433 $ $0 $@
15435 on `(hostname || uname -n) 2>/dev/null | sed 1q`
15438 _ACEOF
15440 case $ac_config_files in *"
15441 "*) set x $ac_config_files; shift; ac_config_files=$*;;
15442 esac
15444 case $ac_config_headers in *"
15445 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
15446 esac
15449 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15450 # Files that config.status was made for.
15451 config_files="$ac_config_files"
15452 config_headers="$ac_config_headers"
15453 config_links="$ac_config_links"
15454 config_commands="$ac_config_commands"
15456 _ACEOF
15458 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15459 ac_cs_usage="\
15460 \`$as_me' instantiates files and other configuration actions
15461 from templates according to the current configuration. Unless the files
15462 and actions are specified as TAGs, all are instantiated by default.
15464 Usage: $0 [OPTION]... [TAG]...
15466 -h, --help print this help, then exit
15467 -V, --version print version number and configuration settings, then exit
15468 --config print configuration, then exit
15469 -q, --quiet, --silent
15470 do not print progress messages
15471 -d, --debug don't remove temporary files
15472 --recheck update $as_me by reconfiguring in the same conditions
15473 --file=FILE[:TEMPLATE]
15474 instantiate the configuration file FILE
15475 --header=FILE[:TEMPLATE]
15476 instantiate the configuration header FILE
15478 Configuration files:
15479 $config_files
15481 Configuration headers:
15482 $config_headers
15484 Configuration links:
15485 $config_links
15487 Configuration commands:
15488 $config_commands
15490 Report bugs to <wine-devel@winehq.org>.
15491 Wine home page: <http://www.winehq.org>."
15493 _ACEOF
15494 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15495 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
15496 ac_cs_version="\\
15497 Wine config.status 1.1.43
15498 configured by $0, generated by GNU Autoconf 2.65,
15499 with options \\"\$ac_cs_config\\"
15501 Copyright (C) 2009 Free Software Foundation, Inc.
15502 This config.status script is free software; the Free Software Foundation
15503 gives unlimited permission to copy, distribute and modify it."
15505 ac_pwd='$ac_pwd'
15506 srcdir='$srcdir'
15507 INSTALL='$INSTALL'
15508 test -n "\$AWK" || AWK=awk
15509 _ACEOF
15511 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15512 # The default lists apply if the user does not specify any file.
15513 ac_need_defaults=:
15514 while test $# != 0
15516 case $1 in
15517 --*=*)
15518 ac_option=`expr "X$1" : 'X\([^=]*\)='`
15519 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
15520 ac_shift=:
15523 ac_option=$1
15524 ac_optarg=$2
15525 ac_shift=shift
15527 esac
15529 case $ac_option in
15530 # Handling of the options.
15531 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
15532 ac_cs_recheck=: ;;
15533 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
15534 $as_echo "$ac_cs_version"; exit ;;
15535 --config | --confi | --conf | --con | --co | --c )
15536 $as_echo "$ac_cs_config"; exit ;;
15537 --debug | --debu | --deb | --de | --d | -d )
15538 debug=: ;;
15539 --file | --fil | --fi | --f )
15540 $ac_shift
15541 case $ac_optarg in
15542 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
15543 esac
15544 as_fn_append CONFIG_FILES " '$ac_optarg'"
15545 ac_need_defaults=false;;
15546 --header | --heade | --head | --hea )
15547 $ac_shift
15548 case $ac_optarg in
15549 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
15550 esac
15551 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
15552 ac_need_defaults=false;;
15553 --he | --h)
15554 # Conflict between --help and --header
15555 as_fn_error "ambiguous option: \`$1'
15556 Try \`$0 --help' for more information.";;
15557 --help | --hel | -h )
15558 $as_echo "$ac_cs_usage"; exit ;;
15559 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
15560 | -silent | --silent | --silen | --sile | --sil | --si | --s)
15561 ac_cs_silent=: ;;
15563 # This is an error.
15564 -*) as_fn_error "unrecognized option: \`$1'
15565 Try \`$0 --help' for more information." ;;
15567 *) as_fn_append ac_config_targets " $1"
15568 ac_need_defaults=false ;;
15570 esac
15571 shift
15572 done
15574 ac_configure_extra_args=
15576 if $ac_cs_silent; then
15577 exec 6>/dev/null
15578 ac_configure_extra_args="$ac_configure_extra_args --silent"
15581 _ACEOF
15582 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15583 if \$ac_cs_recheck; then
15584 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
15585 shift
15586 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
15587 CONFIG_SHELL='$SHELL'
15588 export CONFIG_SHELL
15589 exec "\$@"
15592 _ACEOF
15593 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15594 exec 5>>config.log
15596 echo
15597 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
15598 ## Running $as_me. ##
15599 _ASBOX
15600 $as_echo "$ac_log"
15601 } >&5
15603 _ACEOF
15604 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15606 # INIT-COMMANDS
15608 wine_fn_output_makefile ()
15610 cat Make.tmp - <<\_WINE_EOF >\$tmp/makefile && mv -f \$tmp/makefile \$1 && rm -f Make.tmp && return
15611 $ALL_MAKEFILE_DEPENDS
15612 _WINE_EOF
15613 as_fn_error "could not create Makefile" "$LINENO" 5
15616 _ACEOF
15618 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15620 # Handling of arguments.
15621 for ac_config_target in $ac_config_targets
15623 case $ac_config_target in
15624 "include/config.h") CONFIG_HEADERS="$CONFIG_HEADERS include/config.h" ;;
15625 "include/stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS include/stamp-h" ;;
15626 "dlls/wineps.drv/generic.ppd") CONFIG_LINKS="$CONFIG_LINKS dlls/wineps.drv/generic.ppd:dlls/wineps.drv/generic.ppd" ;;
15627 "fonts/marlett.ttf") CONFIG_LINKS="$CONFIG_LINKS fonts/marlett.ttf:fonts/marlett.ttf" ;;
15628 "fonts/symbol.ttf") CONFIG_LINKS="$CONFIG_LINKS fonts/symbol.ttf:fonts/symbol.ttf" ;;
15629 "fonts/tahoma.ttf") CONFIG_LINKS="$CONFIG_LINKS fonts/tahoma.ttf:fonts/tahoma.ttf" ;;
15630 "fonts/tahomabd.ttf") CONFIG_LINKS="$CONFIG_LINKS fonts/tahomabd.ttf:fonts/tahomabd.ttf" ;;
15631 "wine") CONFIG_LINKS="$CONFIG_LINKS wine:tools/winewrapper" ;;
15632 "dlls/gdi32/enhmfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/enhmfdrv" ;;
15633 "dlls/gdi32/mfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/mfdrv" ;;
15634 "dlls/kernel32/nls") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/kernel32/nls" ;;
15635 "dlls/user32/resources") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/user32/resources" ;;
15636 "dlls/wineps.drv/data") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/wineps.drv/data" ;;
15637 "include/wine") CONFIG_COMMANDS="$CONFIG_COMMANDS include/wine" ;;
15638 "Make.rules") CONFIG_FILES="$CONFIG_FILES Make.rules" ;;
15639 "Maketest.rules") CONFIG_FILES="$CONFIG_FILES Maketest.rules" ;;
15640 "dlls/Makedll.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makedll.rules" ;;
15641 "dlls/Makeimplib.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makeimplib.rules" ;;
15642 "programs/Makeprog.rules") CONFIG_FILES="$CONFIG_FILES programs/Makeprog.rules" ;;
15643 "Makefile") CONFIG_COMMANDS="$CONFIG_COMMANDS Makefile" ;;
15644 "Make.tmp") CONFIG_FILES="$CONFIG_FILES Make.tmp:Makefile.in" ;;
15646 *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
15647 esac
15648 done
15651 # If the user did not use the arguments to specify the items to instantiate,
15652 # then the envvar interface is used. Set only those that are not.
15653 # We use the long form for the default assignment because of an extremely
15654 # bizarre bug on SunOS 4.1.3.
15655 if $ac_need_defaults; then
15656 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
15657 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
15658 test "${CONFIG_LINKS+set}" = set || CONFIG_LINKS=$config_links
15659 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
15662 # Have a temporary directory for convenience. Make it in the build tree
15663 # simply because there is no reason against having it here, and in addition,
15664 # creating and moving files from /tmp can sometimes cause problems.
15665 # Hook for its removal unless debugging.
15666 # Note that there is a small window in which the directory will not be cleaned:
15667 # after its creation but before its name has been assigned to `$tmp'.
15668 $debug ||
15670 tmp=
15671 trap 'exit_status=$?
15672 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
15674 trap 'as_fn_exit 1' 1 2 13 15
15676 # Create a (secure) tmp directory for tmp files.
15679 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
15680 test -n "$tmp" && test -d "$tmp"
15681 } ||
15683 tmp=./conf$$-$RANDOM
15684 (umask 077 && mkdir "$tmp")
15685 } || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
15687 # Set up the scripts for CONFIG_FILES section.
15688 # No need to generate them if there are no CONFIG_FILES.
15689 # This happens for instance with `./config.status config.h'.
15690 if test -n "$CONFIG_FILES"; then
15692 if $AWK 'BEGIN { getline <"/dev/null" }' </dev/null 2>/dev/null; then
15693 ac_cs_awk_getline=:
15694 ac_cs_awk_pipe_init=
15695 ac_cs_awk_read_file='
15696 while ((getline aline < (F[key])) > 0)
15697 print(aline)
15698 close(F[key])'
15699 ac_cs_awk_pipe_fini=
15700 else
15701 ac_cs_awk_getline=false
15702 ac_cs_awk_pipe_init="print \"cat <<'|#_!!_#|' &&\""
15703 ac_cs_awk_read_file='
15704 print "|#_!!_#|"
15705 print "cat " F[key] " &&"
15706 '$ac_cs_awk_pipe_init
15707 # The final `:' finishes the AND list.
15708 ac_cs_awk_pipe_fini='END { print "|#_!!_#|"; print ":" }'
15710 ac_cr=`echo X | tr X '\015'`
15711 # On cygwin, bash can eat \r inside `` if the user requested igncr.
15712 # But we know of no other shell where ac_cr would be empty at this
15713 # point, so we can use a bashism as a fallback.
15714 if test "x$ac_cr" = x; then
15715 eval ac_cr=\$\'\\r\'
15717 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
15718 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
15719 ac_cs_awk_cr='\r'
15720 else
15721 ac_cs_awk_cr=$ac_cr
15724 echo 'BEGIN {' >"$tmp/subs1.awk" &&
15725 _ACEOF
15727 # Create commands to substitute file output variables.
15729 echo "cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1" &&
15730 echo 'cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&' &&
15731 echo "$ac_subst_files" | sed 's/.*/F["&"]="$&"/' &&
15732 echo "_ACAWK" &&
15733 echo "_ACEOF"
15734 } >conf$$files.sh &&
15735 . ./conf$$files.sh ||
15736 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
15737 rm -f conf$$files.sh
15740 echo "cat >conf$$subs.awk <<_ACEOF" &&
15741 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
15742 echo "_ACEOF"
15743 } >conf$$subs.sh ||
15744 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
15745 ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
15746 ac_delim='%!_!# '
15747 for ac_last_try in false false false false false :; do
15748 . ./conf$$subs.sh ||
15749 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
15751 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
15752 if test $ac_delim_n = $ac_delim_num; then
15753 break
15754 elif $ac_last_try; then
15755 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
15756 else
15757 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
15759 done
15760 rm -f conf$$subs.sh
15762 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15763 cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
15764 _ACEOF
15765 sed -n '
15767 s/^/S["/; s/!.*/"]=/
15770 s/^[^!]*!//
15771 :repl
15772 t repl
15773 s/'"$ac_delim"'$//
15774 t delim
15777 s/\(.\{148\}\)..*/\1/
15778 t more1
15779 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
15782 b repl
15783 :more1
15784 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
15787 s/.\{148\}//
15788 t nl
15789 :delim
15791 s/\(.\{148\}\)..*/\1/
15792 t more2
15793 s/["\\]/\\&/g; s/^/"/; s/$/"/
15796 :more2
15797 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
15800 s/.\{148\}//
15801 t delim
15802 ' <conf$$subs.awk | sed '
15803 /^[^""]/{
15805 s/\n//
15807 ' >>$CONFIG_STATUS || ac_write_fail=1
15808 rm -f conf$$subs.awk
15809 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15810 _ACAWK
15811 cat >>"\$tmp/subs1.awk" <<_ACAWK &&
15812 for (key in S) S_is_set[key] = 1
15813 FS = "\a"
15814 \$ac_cs_awk_pipe_init
15817 line = $ 0
15818 nfields = split(line, field, "@")
15819 substed = 0
15820 len = length(field[1])
15821 for (i = 2; i < nfields; i++) {
15822 key = field[i]
15823 keylen = length(key)
15824 if (S_is_set[key]) {
15825 value = S[key]
15826 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
15827 len += length(value) + length(field[++i])
15828 substed = 1
15829 } else
15830 len += 1 + keylen
15832 if (nfields == 3 && !substed) {
15833 key = field[2]
15834 if (F[key] != "" && line ~ /^[ ]*@.*@[ ]*$/) {
15835 \$ac_cs_awk_read_file
15836 next
15839 print line
15841 \$ac_cs_awk_pipe_fini
15842 _ACAWK
15843 _ACEOF
15844 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15845 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
15846 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
15847 else
15849 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
15850 || as_fn_error "could not setup config files machinery" "$LINENO" 5
15851 _ACEOF
15853 # VPATH may cause trouble with some makes, so we remove $(srcdir),
15854 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
15855 # trailing colons and then remove the whole line if VPATH becomes empty
15856 # (actually we leave an empty line to preserve line numbers).
15857 if test "x$srcdir" = x.; then
15858 ac_vpsub='/^[ ]*VPATH[ ]*=/{
15859 s/:*\$(srcdir):*/:/
15860 s/:*\${srcdir}:*/:/
15861 s/:*@srcdir@:*/:/
15862 s/^\([^=]*=[ ]*\):*/\1/
15863 s/:*$//
15864 s/^[^=]*=[ ]*$//
15868 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15869 fi # test -n "$CONFIG_FILES"
15871 # Set up the scripts for CONFIG_HEADERS section.
15872 # No need to generate them if there are no CONFIG_HEADERS.
15873 # This happens for instance with `./config.status Makefile'.
15874 if test -n "$CONFIG_HEADERS"; then
15875 cat >"$tmp/defines.awk" <<\_ACAWK ||
15876 BEGIN {
15877 _ACEOF
15879 # Transform confdefs.h into an awk script `defines.awk', embedded as
15880 # here-document in config.status, that substitutes the proper values into
15881 # config.h.in to produce config.h.
15883 # Create a delimiter string that does not exist in confdefs.h, to ease
15884 # handling of long lines.
15885 ac_delim='%!_!# '
15886 for ac_last_try in false false :; do
15887 ac_t=`sed -n "/$ac_delim/p" confdefs.h`
15888 if test -z "$ac_t"; then
15889 break
15890 elif $ac_last_try; then
15891 as_fn_error "could not make $CONFIG_HEADERS" "$LINENO" 5
15892 else
15893 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
15895 done
15897 # For the awk script, D is an array of macro values keyed by name,
15898 # likewise P contains macro parameters if any. Preserve backslash
15899 # newline sequences.
15901 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
15902 sed -n '
15903 s/.\{148\}/&'"$ac_delim"'/g
15904 t rset
15905 :rset
15906 s/^[ ]*#[ ]*define[ ][ ]*/ /
15907 t def
15909 :def
15910 s/\\$//
15911 t bsnl
15912 s/["\\]/\\&/g
15913 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
15914 D["\1"]=" \3"/p
15915 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
15917 :bsnl
15918 s/["\\]/\\&/g
15919 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
15920 D["\1"]=" \3\\\\\\n"\\/p
15921 t cont
15922 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
15923 t cont
15925 :cont
15927 s/.\{148\}/&'"$ac_delim"'/g
15928 t clear
15929 :clear
15930 s/\\$//
15931 t bsnlc
15932 s/["\\]/\\&/g; s/^/"/; s/$/"/p
15934 :bsnlc
15935 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
15936 b cont
15937 ' <confdefs.h | sed '
15938 s/'"$ac_delim"'/"\\\
15939 "/g' >>$CONFIG_STATUS || ac_write_fail=1
15941 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15942 for (key in D) D_is_set[key] = 1
15943 FS = "\a"
15945 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
15946 line = \$ 0
15947 split(line, arg, " ")
15948 if (arg[1] == "#") {
15949 defundef = arg[2]
15950 mac1 = arg[3]
15951 } else {
15952 defundef = substr(arg[1], 2)
15953 mac1 = arg[2]
15955 split(mac1, mac2, "(") #)
15956 macro = mac2[1]
15957 prefix = substr(line, 1, index(line, defundef) - 1)
15958 if (D_is_set[macro]) {
15959 # Preserve the white space surrounding the "#".
15960 print prefix "define", macro P[macro] D[macro]
15961 next
15962 } else {
15963 # Replace #undef with comments. This is necessary, for example,
15964 # in the case of _POSIX_SOURCE, which is predefined and required
15965 # on some systems where configure will not decide to define it.
15966 if (defundef == "undef") {
15967 print "/*", prefix defundef, macro, "*/"
15968 next
15972 { print }
15973 _ACAWK
15974 _ACEOF
15975 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15976 as_fn_error "could not setup config headers machinery" "$LINENO" 5
15977 fi # test -n "$CONFIG_HEADERS"
15980 eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :L $CONFIG_LINKS :C $CONFIG_COMMANDS"
15981 shift
15982 for ac_tag
15984 case $ac_tag in
15985 :[FHLC]) ac_mode=$ac_tag; continue;;
15986 esac
15987 case $ac_mode$ac_tag in
15988 :[FHL]*:*);;
15989 :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
15990 :[FH]-) ac_tag=-:-;;
15991 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
15992 esac
15993 ac_save_IFS=$IFS
15994 IFS=:
15995 set x $ac_tag
15996 IFS=$ac_save_IFS
15997 shift
15998 ac_file=$1
15999 shift
16001 case $ac_mode in
16002 :L) ac_source=$1;;
16003 :[FH])
16004 ac_file_inputs=
16005 for ac_f
16007 case $ac_f in
16008 -) ac_f="$tmp/stdin";;
16009 *) # Look for the file first in the build tree, then in the source tree
16010 # (if the path is not absolute). The absolute path cannot be DOS-style,
16011 # because $ac_f cannot contain `:'.
16012 test -f "$ac_f" ||
16013 case $ac_f in
16014 [\\/$]*) false;;
16015 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
16016 esac ||
16017 as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
16018 esac
16019 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
16020 as_fn_append ac_file_inputs " '$ac_f'"
16021 done
16023 # Let's still pretend it is `configure' which instantiates (i.e., don't
16024 # use $as_me), people would be surprised to read:
16025 # /* config.h. Generated by config.status. */
16026 configure_input='Generated from '`
16027 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
16028 `' by configure.'
16029 if test x"$ac_file" != x-; then
16030 configure_input="$ac_file. $configure_input"
16031 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
16032 $as_echo "$as_me: creating $ac_file" >&6;}
16034 # Neutralize special characters interpreted by sed in replacement strings.
16035 case $configure_input in #(
16036 *\&* | *\|* | *\\* )
16037 ac_sed_conf_input=`$as_echo "$configure_input" |
16038 sed 's/[\\\\&|]/\\\\&/g'`;; #(
16039 *) ac_sed_conf_input=$configure_input;;
16040 esac
16042 case $ac_tag in
16043 *:-:* | *:-) cat >"$tmp/stdin" \
16044 || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
16045 esac
16047 esac
16049 ac_dir=`$as_dirname -- "$ac_file" ||
16050 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
16051 X"$ac_file" : 'X\(//\)[^/]' \| \
16052 X"$ac_file" : 'X\(//\)$' \| \
16053 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
16054 $as_echo X"$ac_file" |
16055 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
16056 s//\1/
16059 /^X\(\/\/\)[^/].*/{
16060 s//\1/
16063 /^X\(\/\/\)$/{
16064 s//\1/
16067 /^X\(\/\).*/{
16068 s//\1/
16071 s/.*/./; q'`
16072 as_dir="$ac_dir"; as_fn_mkdir_p
16073 ac_builddir=.
16075 case "$ac_dir" in
16076 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
16078 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
16079 # A ".." for each directory in $ac_dir_suffix.
16080 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
16081 case $ac_top_builddir_sub in
16082 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
16083 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
16084 esac ;;
16085 esac
16086 ac_abs_top_builddir=$ac_pwd
16087 ac_abs_builddir=$ac_pwd$ac_dir_suffix
16088 # for backward compatibility:
16089 ac_top_builddir=$ac_top_build_prefix
16091 case $srcdir in
16092 .) # We are building in place.
16093 ac_srcdir=.
16094 ac_top_srcdir=$ac_top_builddir_sub
16095 ac_abs_top_srcdir=$ac_pwd ;;
16096 [\\/]* | ?:[\\/]* ) # Absolute name.
16097 ac_srcdir=$srcdir$ac_dir_suffix;
16098 ac_top_srcdir=$srcdir
16099 ac_abs_top_srcdir=$srcdir ;;
16100 *) # Relative name.
16101 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
16102 ac_top_srcdir=$ac_top_build_prefix$srcdir
16103 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
16104 esac
16105 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
16108 case $ac_mode in
16111 # CONFIG_FILE
16114 case $INSTALL in
16115 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
16116 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
16117 esac
16118 _ACEOF
16120 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16121 # If the template does not know about datarootdir, expand it.
16122 # FIXME: This hack should be removed a few years after 2.60.
16123 ac_datarootdir_hack=; ac_datarootdir_seen=
16124 ac_sed_dataroot='
16125 /datarootdir/ {
16129 /@datadir@/p
16130 /@docdir@/p
16131 /@infodir@/p
16132 /@localedir@/p
16133 /@mandir@/p'
16134 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
16135 *datarootdir*) ac_datarootdir_seen=yes;;
16136 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
16137 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
16138 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
16139 _ACEOF
16140 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16141 ac_datarootdir_hack='
16142 s&@datadir@&$datadir&g
16143 s&@docdir@&$docdir&g
16144 s&@infodir@&$infodir&g
16145 s&@localedir@&$localedir&g
16146 s&@mandir@&$mandir&g
16147 s&\\\${datarootdir}&$datarootdir&g' ;;
16148 esac
16149 _ACEOF
16151 # Neutralize VPATH when `$srcdir' = `.'.
16152 # Shell code in configure.ac might set extrasub.
16153 # FIXME: do we really want to maintain this feature?
16154 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16155 ac_sed_extra="$ac_vpsub
16156 $extrasub
16157 _ACEOF
16158 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16160 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
16161 s|@configure_input@|$ac_sed_conf_input|;t t
16162 s&@top_builddir@&$ac_top_builddir_sub&;t t
16163 s&@top_build_prefix@&$ac_top_build_prefix&;t t
16164 s&@srcdir@&$ac_srcdir&;t t
16165 s&@abs_srcdir@&$ac_abs_srcdir&;t t
16166 s&@top_srcdir@&$ac_top_srcdir&;t t
16167 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
16168 s&@builddir@&$ac_builddir&;t t
16169 s&@abs_builddir@&$ac_abs_builddir&;t t
16170 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
16171 s&@INSTALL@&$ac_INSTALL&;t t
16172 $ac_datarootdir_hack
16174 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" |
16175 if $ac_cs_awk_getline; then
16176 $AWK -f "$tmp/subs.awk"
16177 else
16178 $AWK -f "$tmp/subs.awk" | $SHELL
16179 fi >$tmp/out \
16180 || as_fn_error "could not create $ac_file" "$LINENO" 5
16182 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
16183 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
16184 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
16185 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
16186 which seems to be undefined. Please make sure it is defined." >&5
16187 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
16188 which seems to be undefined. Please make sure it is defined." >&2;}
16190 rm -f "$tmp/stdin"
16191 case $ac_file in
16192 -) cat "$tmp/out" && rm -f "$tmp/out";;
16193 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
16194 esac \
16195 || as_fn_error "could not create $ac_file" "$LINENO" 5
16199 # CONFIG_HEADER
16201 if test x"$ac_file" != x-; then
16203 $as_echo "/* $configure_input */" \
16204 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
16205 } >"$tmp/config.h" \
16206 || as_fn_error "could not create $ac_file" "$LINENO" 5
16207 if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
16208 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
16209 $as_echo "$as_me: $ac_file is unchanged" >&6;}
16210 else
16211 rm -f "$ac_file"
16212 mv "$tmp/config.h" "$ac_file" \
16213 || as_fn_error "could not create $ac_file" "$LINENO" 5
16215 else
16216 $as_echo "/* $configure_input */" \
16217 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
16218 || as_fn_error "could not create -" "$LINENO" 5
16223 # CONFIG_LINK
16226 if test "$ac_source" = "$ac_file" && test "$srcdir" = '.'; then
16228 else
16229 # Prefer the file from the source tree if names are identical.
16230 if test "$ac_source" = "$ac_file" || test ! -r "$ac_source"; then
16231 ac_source=$srcdir/$ac_source
16234 { $as_echo "$as_me:${as_lineno-$LINENO}: linking $ac_source to $ac_file" >&5
16235 $as_echo "$as_me: linking $ac_source to $ac_file" >&6;}
16237 if test ! -r "$ac_source"; then
16238 as_fn_error "$ac_source: file not found" "$LINENO" 5
16240 rm -f "$ac_file"
16242 # Try a relative symlink, then a hard link, then a copy.
16243 case $srcdir in
16244 [\\/$]* | ?:[\\/]* ) ac_rel_source=$ac_source ;;
16245 *) ac_rel_source=$ac_top_build_prefix$ac_source ;;
16246 esac
16247 ln -s "$ac_rel_source" "$ac_file" 2>/dev/null ||
16248 ln "$ac_source" "$ac_file" 2>/dev/null ||
16249 cp -p "$ac_source" "$ac_file" ||
16250 as_fn_error "cannot link or copy $ac_source to $ac_file" "$LINENO" 5
16253 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
16254 $as_echo "$as_me: executing $ac_file commands" >&6;}
16256 esac
16259 case $ac_file$ac_mode in
16260 "include/stamp-h":C) echo timestamp > include/stamp-h ;;
16261 "dlls/gdi32/enhmfdrv":C) test -d "dlls/gdi32/enhmfdrv" || { { $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/gdi32/enhmfdrv" >&5
16262 $as_echo "$as_me: creating dlls/gdi32/enhmfdrv" >&6;}; as_dir="dlls/gdi32/enhmfdrv"; as_fn_mkdir_p; } ;;
16263 "dlls/gdi32/mfdrv":C) test -d "dlls/gdi32/mfdrv" || { { $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/gdi32/mfdrv" >&5
16264 $as_echo "$as_me: creating dlls/gdi32/mfdrv" >&6;}; as_dir="dlls/gdi32/mfdrv"; as_fn_mkdir_p; } ;;
16265 "dlls/kernel32/nls":C) test -d "dlls/kernel32/nls" || { { $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/kernel32/nls" >&5
16266 $as_echo "$as_me: creating dlls/kernel32/nls" >&6;}; as_dir="dlls/kernel32/nls"; as_fn_mkdir_p; } ;;
16267 "dlls/user32/resources":C) test -d "dlls/user32/resources" || { { $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/user32/resources" >&5
16268 $as_echo "$as_me: creating dlls/user32/resources" >&6;}; as_dir="dlls/user32/resources"; as_fn_mkdir_p; } ;;
16269 "dlls/wineps.drv/data":C) test -d "dlls/wineps.drv/data" || { { $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/wineps.drv/data" >&5
16270 $as_echo "$as_me: creating dlls/wineps.drv/data" >&6;}; as_dir="dlls/wineps.drv/data"; as_fn_mkdir_p; } ;;
16271 "include/wine":C) test -d "include/wine" || { { $as_echo "$as_me:${as_lineno-$LINENO}: creating include/wine" >&5
16272 $as_echo "$as_me: creating include/wine" >&6;}; as_dir="include/wine"; as_fn_mkdir_p; } ;;
16273 "Makefile":C) wine_fn_output_makefile Makefile ;;
16275 esac
16276 done # for ac_tag
16279 as_fn_exit 0
16280 _ACEOF
16281 ac_clean_files=$ac_clean_files_save
16283 test $ac_write_fail = 0 ||
16284 as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
16287 # configure is writing to config.log, and then calls config.status.
16288 # config.status does its own redirection, appending to config.log.
16289 # Unfortunately, on DOS this fails, as config.log is still kept open
16290 # by configure, so config.status won't be able to write to it; its
16291 # output is simply discarded. So we exec the FD to /dev/null,
16292 # effectively closing config.log, so it can be properly (re)opened and
16293 # appended to by config.status. When coming back to configure, we
16294 # need to make the FD available again.
16295 if test "$no_create" != yes; then
16296 ac_cs_success=:
16297 ac_config_status_args=
16298 test "$silent" = yes &&
16299 ac_config_status_args="$ac_config_status_args --quiet"
16300 exec 5>/dev/null
16301 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
16302 exec 5>>config.log
16303 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
16304 # would make configure fail if this is the last instruction.
16305 $ac_cs_success || as_fn_exit $?
16307 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
16308 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
16309 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
16313 if test "$no_create" = "yes"
16314 then
16315 exit 0
16318 ac_save_IFS="$IFS"
16319 if test "x$wine_notices != "x; then
16320 echo >&6
16321 IFS="|"
16322 for msg in $wine_notices; do
16323 IFS="$ac_save_IFS"
16324 if test -n "$msg"; then
16325 { $as_echo "$as_me:${as_lineno-$LINENO}: $msg" >&5
16326 $as_echo "$as_me: $msg" >&6;}
16328 done
16330 IFS="|"
16331 for msg in $wine_warnings; do
16332 IFS="$ac_save_IFS"
16333 if test -n "$msg"; then
16334 echo >&2
16335 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $msg" >&5
16336 $as_echo "$as_me: WARNING: $msg" >&2;}
16338 done
16339 IFS="$ac_save_IFS"
16341 echo "
16342 $as_me: Finished. Do '${ac_make}' to compile Wine.
16343 " >&6