urlmon: Forward the DllMain call to the dlldata.c generated function.
[wine/multimedia.git] / configure
blobe021e48f0dafe0394ecbf54c78a1a1e7535be270
1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.65 for Wine 1.1.42.
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.42'
556 PACKAGE_STRING='Wine 1.1.42'
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 BUILTINFLAG
611 EXTRACFLAGS
612 LIBKSTAT
613 LIBOPENAL
614 LIBMPG123
615 PNGINCL
616 FONTCONFIGINCL
617 CUPSINCL
618 AUDIOIOLIBS
619 ALSALIBS
620 ESDLIBS
621 ESDINCL
622 ESDCONFIG
623 ZLIB
624 FREETYPEINCL
625 FREETYPELIBS
626 ft_devel
627 LCMSLIBS
628 RESOLVLIBS
629 GPHOTO2INCL
630 GPHOTO2LIBS
631 gphoto2port_devel
632 gphoto2_devel
633 SANEINCL
634 sane_devel
635 GNUTLSINCL
636 HALINCL
637 XSLTINCL
638 XML2INCL
639 XML2LIBS
640 NASLIBS
641 X_EXTRA_LIBS
642 X_LIBS
643 X_PRE_LIBS
644 X_CFLAGS
645 XMKMF
646 LIBPTHREAD
647 CROSSTARGET
648 CROSSTEST
649 CROSSCC
650 CARBONLIB
651 FRAMEWORK_OPENAL
652 COREAUDIO
653 DISKARBITRATIONLIB
654 LDEXECFLAGS
655 IOKITLIB
656 COREFOUNDATIONLIB
657 SECURITYLIB
658 DLLWRAP
659 DLLTOOL
661 LDRPATH_LOCAL
662 LDRPATH_INSTALL
663 IMPLIBEXT
664 LIBEXT
665 LDDLLFLAGS
666 LDSHARED
667 DLLFLAGS
668 DLLEXT
670 OPENGL_LIBS
671 XLIB
672 PRELINK
673 ICOTOOL
674 CONVERT
675 RSVG
676 PKG_CONFIG
677 FONTFORGE
678 LINTFLAGS
679 LINT
680 INSTALL_DATA
681 INSTALL_SCRIPT
682 INSTALL_PROGRAM
683 LDCONFIG
684 EGREP
685 GREP
686 LN_S
687 STRIP
688 RANLIB
689 ARFLAGS
690 ac_ct_AR
692 BISON
693 FLEX
694 TOOLSDIR
695 WOW64_DISABLE
696 TARGETFLAGS
697 CPPBIN
698 ac_ct_CXX
699 CXXFLAGS
701 OBJEXT
702 EXEEXT
703 ac_ct_CC
704 CPPFLAGS
705 LDFLAGS
706 CFLAGS
708 SET_MAKE
709 host_os
710 host_vendor
711 host_cpu
712 host
713 build_os
714 build_vendor
715 build_cpu
716 build
717 MAINTAINER_MODE
718 target_alias
719 host_alias
720 build_alias
721 LIBS
722 ECHO_T
723 ECHO_N
724 ECHO_C
725 DEFS
726 mandir
727 localedir
728 libdir
729 psdir
730 pdfdir
731 dvidir
732 htmldir
733 infodir
734 docdir
735 oldincludedir
736 includedir
737 localstatedir
738 sharedstatedir
739 sysconfdir
740 datadir
741 datarootdir
742 libexecdir
743 sbindir
744 bindir
745 program_transform_name
746 prefix
747 exec_prefix
748 PACKAGE_URL
749 PACKAGE_BUGREPORT
750 PACKAGE_STRING
751 PACKAGE_VERSION
752 PACKAGE_TARNAME
753 PACKAGE_NAME
754 PATH_SEPARATOR
755 SHELL'
756 ac_subst_files='MAKE_RULES
757 MAKE_TEST_RULES
758 MAKE_DLL_RULES
759 MAKE_IMPLIB_RULES
760 MAKE_PROG_RULES'
761 ac_user_opts='
762 enable_option_checking
763 enable_win16
764 enable_win64
765 enable_tests
766 enable_maintainer_mode
767 with_alsa
768 with_audioio
769 with_capi
770 with_cms
771 with_coreaudio
772 with_cups
773 with_curses
774 with_esd
775 with_fontconfig
776 with_freetype
777 with_gphoto
778 with_glu
779 with_gnutls
780 with_gsm
781 with_hal
782 with_jack
783 with_jpeg
784 with_ldap
785 with_mpg123
786 with_nas
787 with_openal
788 with_opengl
789 with_openssl
790 with_oss
791 with_png
792 with_pthread
793 with_sane
794 with_tiff
795 with_v4l
796 with_xcomposite
797 with_xcursor
798 with_xinerama
799 with_xinput
800 with_xml
801 with_xrandr
802 with_xrender
803 with_xshape
804 with_xshm
805 with_xslt
806 with_xxf86vm
807 with_wine_tools
808 with_wine64
809 enable_largefile
810 with_x
812 ac_precious_vars='build_alias
813 host_alias
814 target_alias
816 CFLAGS
817 LDFLAGS
818 LIBS
819 CPPFLAGS
821 CXXFLAGS
824 XMKMF'
827 # Initialize some variables set by options.
828 ac_init_help=
829 ac_init_version=false
830 ac_unrecognized_opts=
831 ac_unrecognized_sep=
832 # The variables have the same names as the options, with
833 # dashes changed to underlines.
834 cache_file=/dev/null
835 exec_prefix=NONE
836 no_create=
837 no_recursion=
838 prefix=NONE
839 program_prefix=NONE
840 program_suffix=NONE
841 program_transform_name=s,x,x,
842 silent=
843 site=
844 srcdir=
845 verbose=
846 x_includes=NONE
847 x_libraries=NONE
849 # Installation directory options.
850 # These are left unexpanded so users can "make install exec_prefix=/foo"
851 # and all the variables that are supposed to be based on exec_prefix
852 # by default will actually change.
853 # Use braces instead of parens because sh, perl, etc. also accept them.
854 # (The list follows the same order as the GNU Coding Standards.)
855 bindir='${exec_prefix}/bin'
856 sbindir='${exec_prefix}/sbin'
857 libexecdir='${exec_prefix}/libexec'
858 datarootdir='${prefix}/share'
859 datadir='${datarootdir}'
860 sysconfdir='${prefix}/etc'
861 sharedstatedir='${prefix}/com'
862 localstatedir='${prefix}/var'
863 includedir='${prefix}/include'
864 oldincludedir='/usr/include'
865 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
866 infodir='${datarootdir}/info'
867 htmldir='${docdir}'
868 dvidir='${docdir}'
869 pdfdir='${docdir}'
870 psdir='${docdir}'
871 libdir='${exec_prefix}/lib'
872 localedir='${datarootdir}/locale'
873 mandir='${datarootdir}/man'
875 ac_prev=
876 ac_dashdash=
877 for ac_option
879 # If the previous option needs an argument, assign it.
880 if test -n "$ac_prev"; then
881 eval $ac_prev=\$ac_option
882 ac_prev=
883 continue
886 case $ac_option in
887 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
888 *) ac_optarg=yes ;;
889 esac
891 # Accept the important Cygnus configure options, so we can diagnose typos.
893 case $ac_dashdash$ac_option in
895 ac_dashdash=yes ;;
897 -bindir | --bindir | --bindi | --bind | --bin | --bi)
898 ac_prev=bindir ;;
899 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
900 bindir=$ac_optarg ;;
902 -build | --build | --buil | --bui | --bu)
903 ac_prev=build_alias ;;
904 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
905 build_alias=$ac_optarg ;;
907 -cache-file | --cache-file | --cache-fil | --cache-fi \
908 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
909 ac_prev=cache_file ;;
910 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
911 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
912 cache_file=$ac_optarg ;;
914 --config-cache | -C)
915 cache_file=config.cache ;;
917 -datadir | --datadir | --datadi | --datad)
918 ac_prev=datadir ;;
919 -datadir=* | --datadir=* | --datadi=* | --datad=*)
920 datadir=$ac_optarg ;;
922 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
923 | --dataroo | --dataro | --datar)
924 ac_prev=datarootdir ;;
925 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
926 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
927 datarootdir=$ac_optarg ;;
929 -disable-* | --disable-*)
930 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
931 # Reject names that are not valid shell variable names.
932 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
933 as_fn_error "invalid feature name: $ac_useropt"
934 ac_useropt_orig=$ac_useropt
935 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
936 case $ac_user_opts in
938 "enable_$ac_useropt"
939 "*) ;;
940 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
941 ac_unrecognized_sep=', ';;
942 esac
943 eval enable_$ac_useropt=no ;;
945 -docdir | --docdir | --docdi | --doc | --do)
946 ac_prev=docdir ;;
947 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
948 docdir=$ac_optarg ;;
950 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
951 ac_prev=dvidir ;;
952 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
953 dvidir=$ac_optarg ;;
955 -enable-* | --enable-*)
956 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
957 # Reject names that are not valid shell variable names.
958 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
959 as_fn_error "invalid feature name: $ac_useropt"
960 ac_useropt_orig=$ac_useropt
961 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
962 case $ac_user_opts in
964 "enable_$ac_useropt"
965 "*) ;;
966 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
967 ac_unrecognized_sep=', ';;
968 esac
969 eval enable_$ac_useropt=\$ac_optarg ;;
971 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
972 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
973 | --exec | --exe | --ex)
974 ac_prev=exec_prefix ;;
975 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
976 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
977 | --exec=* | --exe=* | --ex=*)
978 exec_prefix=$ac_optarg ;;
980 -gas | --gas | --ga | --g)
981 # Obsolete; use --with-gas.
982 with_gas=yes ;;
984 -help | --help | --hel | --he | -h)
985 ac_init_help=long ;;
986 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
987 ac_init_help=recursive ;;
988 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
989 ac_init_help=short ;;
991 -host | --host | --hos | --ho)
992 ac_prev=host_alias ;;
993 -host=* | --host=* | --hos=* | --ho=*)
994 host_alias=$ac_optarg ;;
996 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
997 ac_prev=htmldir ;;
998 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
999 | --ht=*)
1000 htmldir=$ac_optarg ;;
1002 -includedir | --includedir | --includedi | --included | --include \
1003 | --includ | --inclu | --incl | --inc)
1004 ac_prev=includedir ;;
1005 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
1006 | --includ=* | --inclu=* | --incl=* | --inc=*)
1007 includedir=$ac_optarg ;;
1009 -infodir | --infodir | --infodi | --infod | --info | --inf)
1010 ac_prev=infodir ;;
1011 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
1012 infodir=$ac_optarg ;;
1014 -libdir | --libdir | --libdi | --libd)
1015 ac_prev=libdir ;;
1016 -libdir=* | --libdir=* | --libdi=* | --libd=*)
1017 libdir=$ac_optarg ;;
1019 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1020 | --libexe | --libex | --libe)
1021 ac_prev=libexecdir ;;
1022 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1023 | --libexe=* | --libex=* | --libe=*)
1024 libexecdir=$ac_optarg ;;
1026 -localedir | --localedir | --localedi | --localed | --locale)
1027 ac_prev=localedir ;;
1028 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1029 localedir=$ac_optarg ;;
1031 -localstatedir | --localstatedir | --localstatedi | --localstated \
1032 | --localstate | --localstat | --localsta | --localst | --locals)
1033 ac_prev=localstatedir ;;
1034 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1035 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1036 localstatedir=$ac_optarg ;;
1038 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1039 ac_prev=mandir ;;
1040 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1041 mandir=$ac_optarg ;;
1043 -nfp | --nfp | --nf)
1044 # Obsolete; use --without-fp.
1045 with_fp=no ;;
1047 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1048 | --no-cr | --no-c | -n)
1049 no_create=yes ;;
1051 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1052 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1053 no_recursion=yes ;;
1055 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1056 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1057 | --oldin | --oldi | --old | --ol | --o)
1058 ac_prev=oldincludedir ;;
1059 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1060 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1061 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1062 oldincludedir=$ac_optarg ;;
1064 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1065 ac_prev=prefix ;;
1066 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1067 prefix=$ac_optarg ;;
1069 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1070 | --program-pre | --program-pr | --program-p)
1071 ac_prev=program_prefix ;;
1072 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1073 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1074 program_prefix=$ac_optarg ;;
1076 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1077 | --program-suf | --program-su | --program-s)
1078 ac_prev=program_suffix ;;
1079 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1080 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1081 program_suffix=$ac_optarg ;;
1083 -program-transform-name | --program-transform-name \
1084 | --program-transform-nam | --program-transform-na \
1085 | --program-transform-n | --program-transform- \
1086 | --program-transform | --program-transfor \
1087 | --program-transfo | --program-transf \
1088 | --program-trans | --program-tran \
1089 | --progr-tra | --program-tr | --program-t)
1090 ac_prev=program_transform_name ;;
1091 -program-transform-name=* | --program-transform-name=* \
1092 | --program-transform-nam=* | --program-transform-na=* \
1093 | --program-transform-n=* | --program-transform-=* \
1094 | --program-transform=* | --program-transfor=* \
1095 | --program-transfo=* | --program-transf=* \
1096 | --program-trans=* | --program-tran=* \
1097 | --progr-tra=* | --program-tr=* | --program-t=*)
1098 program_transform_name=$ac_optarg ;;
1100 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1101 ac_prev=pdfdir ;;
1102 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1103 pdfdir=$ac_optarg ;;
1105 -psdir | --psdir | --psdi | --psd | --ps)
1106 ac_prev=psdir ;;
1107 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1108 psdir=$ac_optarg ;;
1110 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1111 | -silent | --silent | --silen | --sile | --sil)
1112 silent=yes ;;
1114 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1115 ac_prev=sbindir ;;
1116 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1117 | --sbi=* | --sb=*)
1118 sbindir=$ac_optarg ;;
1120 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1121 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1122 | --sharedst | --shareds | --shared | --share | --shar \
1123 | --sha | --sh)
1124 ac_prev=sharedstatedir ;;
1125 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1126 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1127 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1128 | --sha=* | --sh=*)
1129 sharedstatedir=$ac_optarg ;;
1131 -site | --site | --sit)
1132 ac_prev=site ;;
1133 -site=* | --site=* | --sit=*)
1134 site=$ac_optarg ;;
1136 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1137 ac_prev=srcdir ;;
1138 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1139 srcdir=$ac_optarg ;;
1141 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1142 | --syscon | --sysco | --sysc | --sys | --sy)
1143 ac_prev=sysconfdir ;;
1144 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1145 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1146 sysconfdir=$ac_optarg ;;
1148 -target | --target | --targe | --targ | --tar | --ta | --t)
1149 ac_prev=target_alias ;;
1150 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1151 target_alias=$ac_optarg ;;
1153 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1154 verbose=yes ;;
1156 -version | --version | --versio | --versi | --vers | -V)
1157 ac_init_version=: ;;
1159 -with-* | --with-*)
1160 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1161 # Reject names that are not valid shell variable names.
1162 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1163 as_fn_error "invalid package name: $ac_useropt"
1164 ac_useropt_orig=$ac_useropt
1165 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1166 case $ac_user_opts in
1168 "with_$ac_useropt"
1169 "*) ;;
1170 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1171 ac_unrecognized_sep=', ';;
1172 esac
1173 eval with_$ac_useropt=\$ac_optarg ;;
1175 -without-* | --without-*)
1176 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1177 # Reject names that are not valid shell variable names.
1178 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1179 as_fn_error "invalid package name: $ac_useropt"
1180 ac_useropt_orig=$ac_useropt
1181 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1182 case $ac_user_opts in
1184 "with_$ac_useropt"
1185 "*) ;;
1186 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1187 ac_unrecognized_sep=', ';;
1188 esac
1189 eval with_$ac_useropt=no ;;
1191 --x)
1192 # Obsolete; use --with-x.
1193 with_x=yes ;;
1195 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1196 | --x-incl | --x-inc | --x-in | --x-i)
1197 ac_prev=x_includes ;;
1198 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1199 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1200 x_includes=$ac_optarg ;;
1202 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1203 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1204 ac_prev=x_libraries ;;
1205 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1206 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1207 x_libraries=$ac_optarg ;;
1209 -*) as_fn_error "unrecognized option: \`$ac_option'
1210 Try \`$0 --help' for more information."
1213 *=*)
1214 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1215 # Reject names that are not valid shell variable names.
1216 case $ac_envvar in #(
1217 '' | [0-9]* | *[!_$as_cr_alnum]* )
1218 as_fn_error "invalid variable name: \`$ac_envvar'" ;;
1219 esac
1220 eval $ac_envvar=\$ac_optarg
1221 export $ac_envvar ;;
1224 # FIXME: should be removed in autoconf 3.0.
1225 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1226 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1227 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1228 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1231 esac
1232 done
1234 if test -n "$ac_prev"; then
1235 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1236 as_fn_error "missing argument to $ac_option"
1239 if test -n "$ac_unrecognized_opts"; then
1240 case $enable_option_checking in
1241 no) ;;
1242 fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;;
1243 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1244 esac
1247 # Check all directory arguments for consistency.
1248 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1249 datadir sysconfdir sharedstatedir localstatedir includedir \
1250 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1251 libdir localedir mandir
1253 eval ac_val=\$$ac_var
1254 # Remove trailing slashes.
1255 case $ac_val in
1256 */ )
1257 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1258 eval $ac_var=\$ac_val;;
1259 esac
1260 # Be sure to have absolute directory names.
1261 case $ac_val in
1262 [\\/$]* | ?:[\\/]* ) continue;;
1263 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1264 esac
1265 as_fn_error "expected an absolute directory name for --$ac_var: $ac_val"
1266 done
1268 # There might be people who depend on the old broken behavior: `$host'
1269 # used to hold the argument of --host etc.
1270 # FIXME: To remove some day.
1271 build=$build_alias
1272 host=$host_alias
1273 target=$target_alias
1275 # FIXME: To remove some day.
1276 if test "x$host_alias" != x; then
1277 if test "x$build_alias" = x; then
1278 cross_compiling=maybe
1279 $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1280 If a cross compiler is detected then cross compile mode will be used." >&2
1281 elif test "x$build_alias" != "x$host_alias"; then
1282 cross_compiling=yes
1286 ac_tool_prefix=
1287 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1289 test "$silent" = yes && exec 6>/dev/null
1292 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1293 ac_ls_di=`ls -di .` &&
1294 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1295 as_fn_error "working directory cannot be determined"
1296 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1297 as_fn_error "pwd does not report name of working directory"
1300 # Find the source files, if location was not specified.
1301 if test -z "$srcdir"; then
1302 ac_srcdir_defaulted=yes
1303 # Try the directory containing this script, then the parent directory.
1304 ac_confdir=`$as_dirname -- "$as_myself" ||
1305 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1306 X"$as_myself" : 'X\(//\)[^/]' \| \
1307 X"$as_myself" : 'X\(//\)$' \| \
1308 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1309 $as_echo X"$as_myself" |
1310 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1311 s//\1/
1314 /^X\(\/\/\)[^/].*/{
1315 s//\1/
1318 /^X\(\/\/\)$/{
1319 s//\1/
1322 /^X\(\/\).*/{
1323 s//\1/
1326 s/.*/./; q'`
1327 srcdir=$ac_confdir
1328 if test ! -r "$srcdir/$ac_unique_file"; then
1329 srcdir=..
1331 else
1332 ac_srcdir_defaulted=no
1334 if test ! -r "$srcdir/$ac_unique_file"; then
1335 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1336 as_fn_error "cannot find sources ($ac_unique_file) in $srcdir"
1338 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1339 ac_abs_confdir=`(
1340 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg"
1341 pwd)`
1342 # When building in place, set srcdir=.
1343 if test "$ac_abs_confdir" = "$ac_pwd"; then
1344 srcdir=.
1346 # Remove unnecessary trailing slashes from srcdir.
1347 # Double slashes in file names in object file debugging info
1348 # mess up M-x gdb in Emacs.
1349 case $srcdir in
1350 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1351 esac
1352 for ac_var in $ac_precious_vars; do
1353 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1354 eval ac_env_${ac_var}_value=\$${ac_var}
1355 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1356 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1357 done
1360 # Report the --help message.
1362 if test "$ac_init_help" = "long"; then
1363 # Omit some internal or obsolete options to make the list less imposing.
1364 # This message is too long to be a string in the A/UX 3.1 sh.
1365 cat <<_ACEOF
1366 \`configure' configures Wine 1.1.42 to adapt to many kinds of systems.
1368 Usage: $0 [OPTION]... [VAR=VALUE]...
1370 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1371 VAR=VALUE. See below for descriptions of some of the useful variables.
1373 Defaults for the options are specified in brackets.
1375 Configuration:
1376 -h, --help display this help and exit
1377 --help=short display options specific to this package
1378 --help=recursive display the short help of all the included packages
1379 -V, --version display version information and exit
1380 -q, --quiet, --silent do not print \`checking...' messages
1381 --cache-file=FILE cache test results in FILE [disabled]
1382 -C, --config-cache alias for \`--cache-file=config.cache'
1383 -n, --no-create do not create output files
1384 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1386 Installation directories:
1387 --prefix=PREFIX install architecture-independent files in PREFIX
1388 [$ac_default_prefix]
1389 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1390 [PREFIX]
1392 By default, \`make install' will install all the files in
1393 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1394 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1395 for instance \`--prefix=\$HOME'.
1397 For better control, use the options below.
1399 Fine tuning of the installation directories:
1400 --bindir=DIR user executables [EPREFIX/bin]
1401 --sbindir=DIR system admin executables [EPREFIX/sbin]
1402 --libexecdir=DIR program executables [EPREFIX/libexec]
1403 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1404 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1405 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1406 --libdir=DIR object code libraries [EPREFIX/lib]
1407 --includedir=DIR C header files [PREFIX/include]
1408 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1409 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1410 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1411 --infodir=DIR info documentation [DATAROOTDIR/info]
1412 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1413 --mandir=DIR man documentation [DATAROOTDIR/man]
1414 --docdir=DIR documentation root [DATAROOTDIR/doc/wine]
1415 --htmldir=DIR html documentation [DOCDIR]
1416 --dvidir=DIR dvi documentation [DOCDIR]
1417 --pdfdir=DIR pdf documentation [DOCDIR]
1418 --psdir=DIR ps documentation [DOCDIR]
1419 _ACEOF
1421 cat <<\_ACEOF
1423 X features:
1424 --x-includes=DIR X include files are in DIR
1425 --x-libraries=DIR X library files are in DIR
1427 System types:
1428 --build=BUILD configure for building on BUILD [guessed]
1429 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1430 _ACEOF
1433 if test -n "$ac_init_help"; then
1434 case $ac_init_help in
1435 short | recursive ) echo "Configuration of Wine 1.1.42:";;
1436 esac
1437 cat <<\_ACEOF
1439 Optional Features:
1440 --disable-option-checking ignore unrecognized --enable/--with options
1441 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1442 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1443 --disable-win16 do not include Win16 support
1444 --enable-win64 build a Win64 emulator on AMD64 (won't run Win32
1445 binaries)
1446 --disable-tests do not build the regression tests
1447 --enable-maintainer-mode
1448 enable maintainer-specific build rules
1449 --disable-largefile omit support for large files
1451 Optional Packages:
1452 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1453 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1454 --without-alsa do not use the Alsa sound support
1455 --without-audioio do not use the AudioIO sound support
1456 --without-capi do not use CAPI (ISDN support)
1457 --without-cms do not use CMS (color management support)
1458 --without-coreaudio do not use the CoreAudio sound support
1459 --without-cups do not use CUPS
1460 --without-curses do not use (n)curses
1461 --without-esd do not use the EsounD sound support
1462 --without-fontconfig do not use fontconfig
1463 --without-freetype do not use the FreeType library
1464 --without-gphoto do not use gphoto (Digital Camera support)
1465 --without-glu do not use the GLU library
1466 --without-gnutls do not use GnuTLS (schannel support)
1467 --without-gsm do not use libgsm (GSM 06.10 codec support)
1468 --without-hal do not use HAL (dynamic device support)
1469 --without-jack do not use the Jack sound support
1470 --without-jpeg do not use JPEG
1471 --without-ldap do not use LDAP
1472 --without-mpg123 do not use the mpg123 library
1473 --without-nas do not use the NAS sound support
1474 --without-openal do not use OpenAL
1475 --without-opengl do not use OpenGL
1476 --without-openssl do not use OpenSSL
1477 --without-oss do not use the OSS sound support
1478 --without-png do not use PNG
1479 --without-pthread do not use the pthread library
1480 --without-sane do not use SANE (scanner support)
1481 --without-tiff do not use TIFF
1482 --without-v4l do not use v4l1 (v4l support)
1483 --without-xcomposite do not use the Xcomposite extension
1484 --without-xcursor do not use the Xcursor extension
1485 --without-xinerama do not use Xinerama (multi-monitor support)
1486 --without-xinput do not use the Xinput extension
1487 --without-xml do not use XML
1488 --without-xrandr do not use Xrandr (resolution changes)
1489 --without-xrender do not use the Xrender extension
1490 --without-xshape do not use the Xshape extension
1491 --without-xshm do not use XShm (shared memory extension)
1492 --without-xslt do not use XSLT
1493 --without-xxf86vm do not use XFree video mode extension
1494 --with-wine-tools=DIR use Wine tools from directory DIR
1495 --with-wine64=DIR use the 64-bit Wine in DIR for a Wow64 build
1496 --with-x use the X Window System
1498 Some influential environment variables:
1499 CC C compiler command
1500 CFLAGS C compiler flags
1501 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1502 nonstandard directory <lib dir>
1503 LIBS libraries to pass to the linker, e.g. -l<library>
1504 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
1505 you have headers in a nonstandard directory <include dir>
1506 CXX C++ compiler command
1507 CXXFLAGS C++ compiler flags
1508 CPP C preprocessor
1509 XMKMF Path to xmkmf, Makefile generator for X Window System
1511 Use these variables to override the choices made by `configure' or to help
1512 it to find libraries and programs with nonstandard names/locations.
1514 Report bugs to <wine-devel@winehq.org>.
1515 Wine home page: <http://www.winehq.org>.
1516 _ACEOF
1517 ac_status=$?
1520 if test "$ac_init_help" = "recursive"; then
1521 # If there are subdirs, report their specific --help.
1522 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1523 test -d "$ac_dir" ||
1524 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1525 continue
1526 ac_builddir=.
1528 case "$ac_dir" in
1529 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1531 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1532 # A ".." for each directory in $ac_dir_suffix.
1533 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1534 case $ac_top_builddir_sub in
1535 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1536 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1537 esac ;;
1538 esac
1539 ac_abs_top_builddir=$ac_pwd
1540 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1541 # for backward compatibility:
1542 ac_top_builddir=$ac_top_build_prefix
1544 case $srcdir in
1545 .) # We are building in place.
1546 ac_srcdir=.
1547 ac_top_srcdir=$ac_top_builddir_sub
1548 ac_abs_top_srcdir=$ac_pwd ;;
1549 [\\/]* | ?:[\\/]* ) # Absolute name.
1550 ac_srcdir=$srcdir$ac_dir_suffix;
1551 ac_top_srcdir=$srcdir
1552 ac_abs_top_srcdir=$srcdir ;;
1553 *) # Relative name.
1554 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1555 ac_top_srcdir=$ac_top_build_prefix$srcdir
1556 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1557 esac
1558 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1560 cd "$ac_dir" || { ac_status=$?; continue; }
1561 # Check for guested configure.
1562 if test -f "$ac_srcdir/configure.gnu"; then
1563 echo &&
1564 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1565 elif test -f "$ac_srcdir/configure"; then
1566 echo &&
1567 $SHELL "$ac_srcdir/configure" --help=recursive
1568 else
1569 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1570 fi || ac_status=$?
1571 cd "$ac_pwd" || { ac_status=$?; break; }
1572 done
1575 test -n "$ac_init_help" && exit $ac_status
1576 if $ac_init_version; then
1577 cat <<\_ACEOF
1578 Wine configure 1.1.42
1579 generated by GNU Autoconf 2.65
1581 Copyright (C) 2009 Free Software Foundation, Inc.
1582 This configure script is free software; the Free Software Foundation
1583 gives unlimited permission to copy, distribute and modify it.
1584 _ACEOF
1585 exit
1588 ## ------------------------ ##
1589 ## Autoconf initialization. ##
1590 ## ------------------------ ##
1592 # ac_fn_c_try_compile LINENO
1593 # --------------------------
1594 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1595 ac_fn_c_try_compile ()
1597 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1598 rm -f conftest.$ac_objext
1599 if { { ac_try="$ac_compile"
1600 case "(($ac_try" in
1601 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1602 *) ac_try_echo=$ac_try;;
1603 esac
1604 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1605 $as_echo "$ac_try_echo"; } >&5
1606 (eval "$ac_compile") 2>conftest.err
1607 ac_status=$?
1608 if test -s conftest.err; then
1609 grep -v '^ *+' conftest.err >conftest.er1
1610 cat conftest.er1 >&5
1611 mv -f conftest.er1 conftest.err
1613 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1614 test $ac_status = 0; } && {
1615 test -z "$ac_c_werror_flag" ||
1616 test ! -s conftest.err
1617 } && test -s conftest.$ac_objext; then :
1618 ac_retval=0
1619 else
1620 $as_echo "$as_me: failed program was:" >&5
1621 sed 's/^/| /' conftest.$ac_ext >&5
1623 ac_retval=1
1625 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1626 as_fn_set_status $ac_retval
1628 } # ac_fn_c_try_compile
1630 # ac_fn_cxx_try_compile LINENO
1631 # ----------------------------
1632 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1633 ac_fn_cxx_try_compile ()
1635 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1636 rm -f conftest.$ac_objext
1637 if { { ac_try="$ac_compile"
1638 case "(($ac_try" in
1639 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1640 *) ac_try_echo=$ac_try;;
1641 esac
1642 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1643 $as_echo "$ac_try_echo"; } >&5
1644 (eval "$ac_compile") 2>conftest.err
1645 ac_status=$?
1646 if test -s conftest.err; then
1647 grep -v '^ *+' conftest.err >conftest.er1
1648 cat conftest.er1 >&5
1649 mv -f conftest.er1 conftest.err
1651 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1652 test $ac_status = 0; } && {
1653 test -z "$ac_cxx_werror_flag" ||
1654 test ! -s conftest.err
1655 } && test -s conftest.$ac_objext; then :
1656 ac_retval=0
1657 else
1658 $as_echo "$as_me: failed program was:" >&5
1659 sed 's/^/| /' conftest.$ac_ext >&5
1661 ac_retval=1
1663 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1664 as_fn_set_status $ac_retval
1666 } # ac_fn_cxx_try_compile
1668 # ac_fn_c_try_link LINENO
1669 # -----------------------
1670 # Try to link conftest.$ac_ext, and return whether this succeeded.
1671 ac_fn_c_try_link ()
1673 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1674 rm -f conftest.$ac_objext conftest$ac_exeext
1675 if { { ac_try="$ac_link"
1676 case "(($ac_try" in
1677 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1678 *) ac_try_echo=$ac_try;;
1679 esac
1680 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1681 $as_echo "$ac_try_echo"; } >&5
1682 (eval "$ac_link") 2>conftest.err
1683 ac_status=$?
1684 if test -s conftest.err; then
1685 grep -v '^ *+' conftest.err >conftest.er1
1686 cat conftest.er1 >&5
1687 mv -f conftest.er1 conftest.err
1689 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1690 test $ac_status = 0; } && {
1691 test -z "$ac_c_werror_flag" ||
1692 test ! -s conftest.err
1693 } && test -s conftest$ac_exeext && {
1694 test "$cross_compiling" = yes ||
1695 $as_test_x conftest$ac_exeext
1696 }; then :
1697 ac_retval=0
1698 else
1699 $as_echo "$as_me: failed program was:" >&5
1700 sed 's/^/| /' conftest.$ac_ext >&5
1702 ac_retval=1
1704 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1705 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1706 # interfere with the next link command; also delete a directory that is
1707 # left behind by Apple's compiler. We do this before executing the actions.
1708 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1709 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1710 as_fn_set_status $ac_retval
1712 } # ac_fn_c_try_link
1714 # ac_fn_c_try_cpp LINENO
1715 # ----------------------
1716 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1717 ac_fn_c_try_cpp ()
1719 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1720 if { { ac_try="$ac_cpp conftest.$ac_ext"
1721 case "(($ac_try" in
1722 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1723 *) ac_try_echo=$ac_try;;
1724 esac
1725 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1726 $as_echo "$ac_try_echo"; } >&5
1727 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1728 ac_status=$?
1729 if test -s conftest.err; then
1730 grep -v '^ *+' conftest.err >conftest.er1
1731 cat conftest.er1 >&5
1732 mv -f conftest.er1 conftest.err
1734 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1735 test $ac_status = 0; } >/dev/null && {
1736 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1737 test ! -s conftest.err
1738 }; then :
1739 ac_retval=0
1740 else
1741 $as_echo "$as_me: failed program was:" >&5
1742 sed 's/^/| /' conftest.$ac_ext >&5
1744 ac_retval=1
1746 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1747 as_fn_set_status $ac_retval
1749 } # ac_fn_c_try_cpp
1751 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1752 # -------------------------------------------------------
1753 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
1754 # the include files in INCLUDES and setting the cache variable VAR
1755 # accordingly.
1756 ac_fn_c_check_header_mongrel ()
1758 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1759 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1760 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1761 $as_echo_n "checking for $2... " >&6; }
1762 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1763 $as_echo_n "(cached) " >&6
1765 eval ac_res=\$$3
1766 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1767 $as_echo "$ac_res" >&6; }
1768 else
1769 # Is the header compilable?
1770 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1771 $as_echo_n "checking $2 usability... " >&6; }
1772 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1773 /* end confdefs.h. */
1775 #include <$2>
1776 _ACEOF
1777 if ac_fn_c_try_compile "$LINENO"; then :
1778 ac_header_compiler=yes
1779 else
1780 ac_header_compiler=no
1782 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1783 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1784 $as_echo "$ac_header_compiler" >&6; }
1786 # Is the header present?
1787 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1788 $as_echo_n "checking $2 presence... " >&6; }
1789 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1790 /* end confdefs.h. */
1791 #include <$2>
1792 _ACEOF
1793 if ac_fn_c_try_cpp "$LINENO"; then :
1794 ac_header_preproc=yes
1795 else
1796 ac_header_preproc=no
1798 rm -f conftest.err conftest.$ac_ext
1799 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1800 $as_echo "$ac_header_preproc" >&6; }
1802 # So? What about this header?
1803 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1804 yes:no: )
1805 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1806 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1807 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1808 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1810 no:yes:* )
1811 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1812 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1813 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
1814 $as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
1815 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1816 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1817 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1818 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1819 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1820 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1821 ( cat <<\_ASBOX
1822 ## ------------------------------------ ##
1823 ## Report this to wine-devel@winehq.org ##
1824 ## ------------------------------------ ##
1825 _ASBOX
1826 ) | sed "s/^/$as_me: WARNING: /" >&2
1828 esac
1829 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1830 $as_echo_n "checking for $2... " >&6; }
1831 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1832 $as_echo_n "(cached) " >&6
1833 else
1834 eval "$3=\$ac_header_compiler"
1836 eval ac_res=\$$3
1837 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1838 $as_echo "$ac_res" >&6; }
1840 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1842 } # ac_fn_c_check_header_mongrel
1844 # ac_fn_c_try_run LINENO
1845 # ----------------------
1846 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1847 # that executables *can* be run.
1848 ac_fn_c_try_run ()
1850 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1851 if { { ac_try="$ac_link"
1852 case "(($ac_try" in
1853 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1854 *) ac_try_echo=$ac_try;;
1855 esac
1856 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1857 $as_echo "$ac_try_echo"; } >&5
1858 (eval "$ac_link") 2>&5
1859 ac_status=$?
1860 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1861 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1862 { { case "(($ac_try" in
1863 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1864 *) ac_try_echo=$ac_try;;
1865 esac
1866 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1867 $as_echo "$ac_try_echo"; } >&5
1868 (eval "$ac_try") 2>&5
1869 ac_status=$?
1870 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1871 test $ac_status = 0; }; }; then :
1872 ac_retval=0
1873 else
1874 $as_echo "$as_me: program exited with status $ac_status" >&5
1875 $as_echo "$as_me: failed program was:" >&5
1876 sed 's/^/| /' conftest.$ac_ext >&5
1878 ac_retval=$ac_status
1880 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1881 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1882 as_fn_set_status $ac_retval
1884 } # ac_fn_c_try_run
1886 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1887 # -------------------------------------------------------
1888 # Tests whether HEADER exists and can be compiled using the include files in
1889 # INCLUDES, setting the cache variable VAR accordingly.
1890 ac_fn_c_check_header_compile ()
1892 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1893 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1894 $as_echo_n "checking for $2... " >&6; }
1895 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1896 $as_echo_n "(cached) " >&6
1897 else
1898 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1899 /* end confdefs.h. */
1901 #include <$2>
1902 _ACEOF
1903 if ac_fn_c_try_compile "$LINENO"; then :
1904 eval "$3=yes"
1905 else
1906 eval "$3=no"
1908 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1910 eval ac_res=\$$3
1911 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1912 $as_echo "$ac_res" >&6; }
1913 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1915 } # ac_fn_c_check_header_compile
1917 # ac_fn_c_check_func LINENO FUNC VAR
1918 # ----------------------------------
1919 # Tests whether FUNC exists, setting the cache variable VAR accordingly
1920 ac_fn_c_check_func ()
1922 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1923 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1924 $as_echo_n "checking for $2... " >&6; }
1925 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1926 $as_echo_n "(cached) " >&6
1927 else
1928 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1929 /* end confdefs.h. */
1930 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1931 For example, HP-UX 11i <limits.h> declares gettimeofday. */
1932 #define $2 innocuous_$2
1934 /* System header to define __stub macros and hopefully few prototypes,
1935 which can conflict with char $2 (); below.
1936 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1937 <limits.h> exists even on freestanding compilers. */
1939 #ifdef __STDC__
1940 # include <limits.h>
1941 #else
1942 # include <assert.h>
1943 #endif
1945 #undef $2
1947 /* Override any GCC internal prototype to avoid an error.
1948 Use char because int might match the return type of a GCC
1949 builtin and then its argument prototype would still apply. */
1950 #ifdef __cplusplus
1951 extern "C"
1952 #endif
1953 char $2 ();
1954 /* The GNU C library defines this for functions which it implements
1955 to always fail with ENOSYS. Some functions are actually named
1956 something starting with __ and the normal name is an alias. */
1957 #if defined __stub_$2 || defined __stub___$2
1958 choke me
1959 #endif
1962 main ()
1964 return $2 ();
1966 return 0;
1968 _ACEOF
1969 if ac_fn_c_try_link "$LINENO"; then :
1970 eval "$3=yes"
1971 else
1972 eval "$3=no"
1974 rm -f core conftest.err conftest.$ac_objext \
1975 conftest$ac_exeext conftest.$ac_ext
1977 eval ac_res=\$$3
1978 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1979 $as_echo "$ac_res" >&6; }
1980 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1982 } # ac_fn_c_check_func
1984 # ac_fn_c_check_member LINENO AGGR MEMBER VAR INCLUDES
1985 # ----------------------------------------------------
1986 # Tries to find if the field MEMBER exists in type AGGR, after including
1987 # INCLUDES, setting cache variable VAR accordingly.
1988 ac_fn_c_check_member ()
1990 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1991 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2.$3" >&5
1992 $as_echo_n "checking for $2.$3... " >&6; }
1993 if { as_var=$4; eval "test \"\${$as_var+set}\" = set"; }; then :
1994 $as_echo_n "(cached) " >&6
1995 else
1996 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1997 /* end confdefs.h. */
2000 main ()
2002 static $2 ac_aggr;
2003 if (ac_aggr.$3)
2004 return 0;
2006 return 0;
2008 _ACEOF
2009 if ac_fn_c_try_compile "$LINENO"; then :
2010 eval "$4=yes"
2011 else
2012 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2013 /* end confdefs.h. */
2016 main ()
2018 static $2 ac_aggr;
2019 if (sizeof ac_aggr.$3)
2020 return 0;
2022 return 0;
2024 _ACEOF
2025 if ac_fn_c_try_compile "$LINENO"; then :
2026 eval "$4=yes"
2027 else
2028 eval "$4=no"
2030 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2032 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2034 eval ac_res=\$$4
2035 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2036 $as_echo "$ac_res" >&6; }
2037 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2039 } # ac_fn_c_check_member
2041 # ac_fn_c_check_type LINENO TYPE VAR INCLUDES
2042 # -------------------------------------------
2043 # Tests whether TYPE exists after having included INCLUDES, setting cache
2044 # variable VAR accordingly.
2045 ac_fn_c_check_type ()
2047 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2048 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2049 $as_echo_n "checking for $2... " >&6; }
2050 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
2051 $as_echo_n "(cached) " >&6
2052 else
2053 eval "$3=no"
2054 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2055 /* end confdefs.h. */
2058 main ()
2060 if (sizeof ($2))
2061 return 0;
2063 return 0;
2065 _ACEOF
2066 if ac_fn_c_try_compile "$LINENO"; then :
2067 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2068 /* end confdefs.h. */
2071 main ()
2073 if (sizeof (($2)))
2074 return 0;
2076 return 0;
2078 _ACEOF
2079 if ac_fn_c_try_compile "$LINENO"; then :
2081 else
2082 eval "$3=yes"
2084 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2086 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2088 eval ac_res=\$$3
2089 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2090 $as_echo "$ac_res" >&6; }
2091 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2093 } # ac_fn_c_check_type
2094 cat >config.log <<_ACEOF
2095 This file contains any messages produced by compilers while
2096 running configure, to aid debugging if configure makes a mistake.
2098 It was created by Wine $as_me 1.1.42, which was
2099 generated by GNU Autoconf 2.65. Invocation command line was
2101 $ $0 $@
2103 _ACEOF
2104 exec 5>>config.log
2106 cat <<_ASUNAME
2107 ## --------- ##
2108 ## Platform. ##
2109 ## --------- ##
2111 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
2112 uname -m = `(uname -m) 2>/dev/null || echo unknown`
2113 uname -r = `(uname -r) 2>/dev/null || echo unknown`
2114 uname -s = `(uname -s) 2>/dev/null || echo unknown`
2115 uname -v = `(uname -v) 2>/dev/null || echo unknown`
2117 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
2118 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
2120 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
2121 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
2122 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
2123 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
2124 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
2125 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
2126 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
2128 _ASUNAME
2130 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2131 for as_dir in $PATH
2133 IFS=$as_save_IFS
2134 test -z "$as_dir" && as_dir=.
2135 $as_echo "PATH: $as_dir"
2136 done
2137 IFS=$as_save_IFS
2139 } >&5
2141 cat >&5 <<_ACEOF
2144 ## ----------- ##
2145 ## Core tests. ##
2146 ## ----------- ##
2148 _ACEOF
2151 # Keep a trace of the command line.
2152 # Strip out --no-create and --no-recursion so they do not pile up.
2153 # Strip out --silent because we don't want to record it for future runs.
2154 # Also quote any args containing shell meta-characters.
2155 # Make two passes to allow for proper duplicate-argument suppression.
2156 ac_configure_args=
2157 ac_configure_args0=
2158 ac_configure_args1=
2159 ac_must_keep_next=false
2160 for ac_pass in 1 2
2162 for ac_arg
2164 case $ac_arg in
2165 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
2166 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2167 | -silent | --silent | --silen | --sile | --sil)
2168 continue ;;
2169 *\'*)
2170 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
2171 esac
2172 case $ac_pass in
2173 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
2175 as_fn_append ac_configure_args1 " '$ac_arg'"
2176 if test $ac_must_keep_next = true; then
2177 ac_must_keep_next=false # Got value, back to normal.
2178 else
2179 case $ac_arg in
2180 *=* | --config-cache | -C | -disable-* | --disable-* \
2181 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
2182 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2183 | -with-* | --with-* | -without-* | --without-* | --x)
2184 case "$ac_configure_args0 " in
2185 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2186 esac
2188 -* ) ac_must_keep_next=true ;;
2189 esac
2191 as_fn_append ac_configure_args " '$ac_arg'"
2193 esac
2194 done
2195 done
2196 { ac_configure_args0=; unset ac_configure_args0;}
2197 { ac_configure_args1=; unset ac_configure_args1;}
2199 # When interrupted or exit'd, cleanup temporary files, and complete
2200 # config.log. We remove comments because anyway the quotes in there
2201 # would cause problems or look ugly.
2202 # WARNING: Use '\'' to represent an apostrophe within the trap.
2203 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
2204 trap 'exit_status=$?
2205 # Save into config.log some information that might help in debugging.
2207 echo
2209 cat <<\_ASBOX
2210 ## ---------------- ##
2211 ## Cache variables. ##
2212 ## ---------------- ##
2213 _ASBOX
2214 echo
2215 # The following way of writing the cache mishandles newlines in values,
2217 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2218 eval ac_val=\$$ac_var
2219 case $ac_val in #(
2220 *${as_nl}*)
2221 case $ac_var in #(
2222 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2223 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2224 esac
2225 case $ac_var in #(
2226 _ | IFS | as_nl) ;; #(
2227 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2228 *) { eval $ac_var=; unset $ac_var;} ;;
2229 esac ;;
2230 esac
2231 done
2232 (set) 2>&1 |
2233 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2234 *${as_nl}ac_space=\ *)
2235 sed -n \
2236 "s/'\''/'\''\\\\'\'''\''/g;
2237 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2238 ;; #(
2240 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2242 esac |
2243 sort
2245 echo
2247 cat <<\_ASBOX
2248 ## ----------------- ##
2249 ## Output variables. ##
2250 ## ----------------- ##
2251 _ASBOX
2252 echo
2253 for ac_var in $ac_subst_vars
2255 eval ac_val=\$$ac_var
2256 case $ac_val in
2257 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2258 esac
2259 $as_echo "$ac_var='\''$ac_val'\''"
2260 done | sort
2261 echo
2263 if test -n "$ac_subst_files"; then
2264 cat <<\_ASBOX
2265 ## ------------------- ##
2266 ## File substitutions. ##
2267 ## ------------------- ##
2268 _ASBOX
2269 echo
2270 for ac_var in $ac_subst_files
2272 eval ac_val=\$$ac_var
2273 case $ac_val in
2274 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2275 esac
2276 $as_echo "$ac_var='\''$ac_val'\''"
2277 done | sort
2278 echo
2281 if test -s confdefs.h; then
2282 cat <<\_ASBOX
2283 ## ----------- ##
2284 ## confdefs.h. ##
2285 ## ----------- ##
2286 _ASBOX
2287 echo
2288 cat confdefs.h
2289 echo
2291 test "$ac_signal" != 0 &&
2292 $as_echo "$as_me: caught signal $ac_signal"
2293 $as_echo "$as_me: exit $exit_status"
2294 } >&5
2295 rm -f core *.core core.conftest.* &&
2296 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2297 exit $exit_status
2299 for ac_signal in 1 2 13 15; do
2300 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
2301 done
2302 ac_signal=0
2304 # confdefs.h avoids OS command line length limits that DEFS can exceed.
2305 rm -f -r conftest* confdefs.h
2307 $as_echo "/* confdefs.h */" > confdefs.h
2309 # Predefined preprocessor variables.
2311 cat >>confdefs.h <<_ACEOF
2312 #define PACKAGE_NAME "$PACKAGE_NAME"
2313 _ACEOF
2315 cat >>confdefs.h <<_ACEOF
2316 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2317 _ACEOF
2319 cat >>confdefs.h <<_ACEOF
2320 #define PACKAGE_VERSION "$PACKAGE_VERSION"
2321 _ACEOF
2323 cat >>confdefs.h <<_ACEOF
2324 #define PACKAGE_STRING "$PACKAGE_STRING"
2325 _ACEOF
2327 cat >>confdefs.h <<_ACEOF
2328 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2329 _ACEOF
2331 cat >>confdefs.h <<_ACEOF
2332 #define PACKAGE_URL "$PACKAGE_URL"
2333 _ACEOF
2336 # Let the site file select an alternate cache file if it wants to.
2337 # Prefer an explicitly selected file to automatically selected ones.
2338 ac_site_file1=NONE
2339 ac_site_file2=NONE
2340 if test -n "$CONFIG_SITE"; then
2341 ac_site_file1=$CONFIG_SITE
2342 elif test "x$prefix" != xNONE; then
2343 ac_site_file1=$prefix/share/config.site
2344 ac_site_file2=$prefix/etc/config.site
2345 else
2346 ac_site_file1=$ac_default_prefix/share/config.site
2347 ac_site_file2=$ac_default_prefix/etc/config.site
2349 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2351 test "x$ac_site_file" = xNONE && continue
2352 if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
2353 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2354 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
2355 sed 's/^/| /' "$ac_site_file" >&5
2356 . "$ac_site_file"
2358 done
2360 if test -r "$cache_file"; then
2361 # Some versions of bash will fail to source /dev/null (special files
2362 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
2363 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
2364 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2365 $as_echo "$as_me: loading cache $cache_file" >&6;}
2366 case $cache_file in
2367 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2368 *) . "./$cache_file";;
2369 esac
2371 else
2372 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2373 $as_echo "$as_me: creating cache $cache_file" >&6;}
2374 >$cache_file
2377 # Check that the precious variables saved in the cache have kept the same
2378 # value.
2379 ac_cache_corrupted=false
2380 for ac_var in $ac_precious_vars; do
2381 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2382 eval ac_new_set=\$ac_env_${ac_var}_set
2383 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2384 eval ac_new_val=\$ac_env_${ac_var}_value
2385 case $ac_old_set,$ac_new_set in
2386 set,)
2387 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2388 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2389 ac_cache_corrupted=: ;;
2390 ,set)
2391 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2392 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2393 ac_cache_corrupted=: ;;
2394 ,);;
2396 if test "x$ac_old_val" != "x$ac_new_val"; then
2397 # differences in whitespace do not lead to failure.
2398 ac_old_val_w=`echo x $ac_old_val`
2399 ac_new_val_w=`echo x $ac_new_val`
2400 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2401 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2402 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2403 ac_cache_corrupted=:
2404 else
2405 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2406 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2407 eval $ac_var=\$ac_old_val
2409 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2410 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2411 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2412 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
2413 fi;;
2414 esac
2415 # Pass precious variables to config.status.
2416 if test "$ac_new_set" = set; then
2417 case $ac_new_val in
2418 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2419 *) ac_arg=$ac_var=$ac_new_val ;;
2420 esac
2421 case " $ac_configure_args " in
2422 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
2423 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
2424 esac
2426 done
2427 if $ac_cache_corrupted; then
2428 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2429 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2430 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2431 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2432 as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
2434 ## -------------------- ##
2435 ## Main body of script. ##
2436 ## -------------------- ##
2438 ac_ext=c
2439 ac_cpp='$CPP $CPPFLAGS'
2440 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2441 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2442 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2446 ac_config_headers="$ac_config_headers include/config.h"
2448 ac_aux_dir=
2449 for ac_dir in tools "$srcdir"/tools; do
2450 for ac_t in install-sh install.sh shtool; do
2451 if test -f "$ac_dir/$ac_t"; then
2452 ac_aux_dir=$ac_dir
2453 ac_install_sh="$ac_aux_dir/$ac_t -c"
2454 break 2
2456 done
2457 done
2458 if test -z "$ac_aux_dir"; then
2459 as_fn_error "cannot find install-sh, install.sh, or shtool in tools \"$srcdir\"/tools" "$LINENO" 5
2462 # These three variables are undocumented and unsupported,
2463 # and are intended to be withdrawn in a future Autoconf release.
2464 # They can cause serious problems if a builder's source tree is in a directory
2465 # whose full name contains unusual characters.
2466 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2467 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2468 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2474 # Check whether --enable-win16 was given.
2475 if test "${enable_win16+set}" = set; then :
2476 enableval=$enable_win16;
2479 # Check whether --enable-win64 was given.
2480 if test "${enable_win64+set}" = set; then :
2481 enableval=$enable_win64;
2484 # Check whether --enable-tests was given.
2485 if test "${enable_tests+set}" = set; then :
2486 enableval=$enable_tests;
2489 # Check whether --enable-maintainer-mode was given.
2490 if test "${enable_maintainer_mode+set}" = set; then :
2491 enableval=$enable_maintainer_mode;
2492 else
2493 MAINTAINER_MODE=\#
2499 # Check whether --with-alsa was given.
2500 if test "${with_alsa+set}" = set; then :
2501 withval=$with_alsa; if test "x$withval" = "xno"; then ac_cv_header_sys_asoundlib_h=no; ac_cv_header_alsa_asoundlib_h=no; fi
2505 # Check whether --with-audioio was given.
2506 if test "${with_audioio+set}" = set; then :
2507 withval=$with_audioio; if test "x$withval" = "xno"; then ac_cv_header_libaudioio_h=no; fi
2511 # Check whether --with-capi was given.
2512 if test "${with_capi+set}" = set; then :
2513 withval=$with_capi; if test "x$withval" = "xno"; then ac_cv_header_capi20_h=no; ac_cv_header_linux_capi_h=no; fi
2517 # Check whether --with-cms was given.
2518 if test "${with_cms+set}" = set; then :
2519 withval=$with_cms; if test "x$withval" = "xno"; then ac_cv_header_lcms_h=no; ac_cv_header_lcms_lcms_h=no; fi
2523 # Check whether --with-coreaudio was given.
2524 if test "${with_coreaudio+set}" = set; then :
2525 withval=$with_coreaudio; if test "x$withval" = "xno"; then ac_cv_header_CoreAudio_CoreAudio_h=no; fi
2529 # Check whether --with-cups was given.
2530 if test "${with_cups+set}" = set; then :
2531 withval=$with_cups;
2535 # Check whether --with-curses was given.
2536 if test "${with_curses+set}" = set; then :
2537 withval=$with_curses; if test "x$withval" = "xno"; then ac_cv_header_ncurses_h=no; ac_cv_header_curses_h=no; fi
2541 # Check whether --with-esd was given.
2542 if test "${with_esd+set}" = set; then :
2543 withval=$with_esd;
2547 # Check whether --with-fontconfig was given.
2548 if test "${with_fontconfig+set}" = set; then :
2549 withval=$with_fontconfig; if test "x$withval" = "xno"; then ac_cv_header_fontconfig_fontconfig_h=no; fi
2553 # Check whether --with-freetype was given.
2554 if test "${with_freetype+set}" = set; then :
2555 withval=$with_freetype;
2559 # Check whether --with-gphoto was given.
2560 if test "${with_gphoto+set}" = set; then :
2561 withval=$with_gphoto;
2565 # Check whether --with-glu was given.
2566 if test "${with_glu+set}" = set; then :
2567 withval=$with_glu; if test "x$withval" = "xno"; then ac_cv_header_GL_glu_h=no; fi
2571 # Check whether --with-gnutls was given.
2572 if test "${with_gnutls+set}" = set; then :
2573 withval=$with_gnutls;
2577 # Check whether --with-gsm was given.
2578 if test "${with_gsm+set}" = set; then :
2579 withval=$with_gsm; if test "x$withval" = "xno"; then ac_cv_header_gsm_h=no; ac_cv_header_gsm_gsm_h=no; fi
2583 # Check whether --with-hal was given.
2584 if test "${with_hal+set}" = set; then :
2585 withval=$with_hal;
2589 # Check whether --with-jack was given.
2590 if test "${with_jack+set}" = set; then :
2591 withval=$with_jack; if test "x$withval" = "xno"; then ac_cv_header_jack_jack_h=no; fi
2595 # Check whether --with-jpeg was given.
2596 if test "${with_jpeg+set}" = set; then :
2597 withval=$with_jpeg; if test "x$withval" = "xno"; then ac_cv_header_jpeglib_h=no; fi
2601 # Check whether --with-ldap was given.
2602 if test "${with_ldap+set}" = set; then :
2603 withval=$with_ldap; if test "x$withval" = "xno"; then ac_cv_header_ldap_h=no; ac_cv_header_lber_h=no; fi
2607 # Check whether --with-mpg123 was given.
2608 if test "${with_mpg123+set}" = set; then :
2609 withval=$with_mpg123; if test "x$withval" = "xno"; then ac_cv_header_mpg123_h=no; fi
2613 # Check whether --with-nas was given.
2614 if test "${with_nas+set}" = set; then :
2615 withval=$with_nas; if test "x$withval" = "xno"; then ac_cv_header_audio_audiolib_h=no; fi
2619 # Check whether --with-openal was given.
2620 if test "${with_openal+set}" = set; then :
2621 withval=$with_openal; if test "x$withval" = "xno"; then ac_cv_header_AL_al_h=no; ac_cv_header_OpenAL_al_h=no; fi
2625 # Check whether --with-opengl was given.
2626 if test "${with_opengl+set}" = set; then :
2627 withval=$with_opengl;
2631 # Check whether --with-openssl was given.
2632 if test "${with_openssl+set}" = set; then :
2633 withval=$with_openssl; if test "x$withval" = "xno"; then ac_cv_header_openssl_err_h=no; ac_cv_header_openssl_ssl_h=no; fi
2637 # Check whether --with-oss was given.
2638 if test "${with_oss+set}" = set; then :
2639 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
2643 # Check whether --with-png was given.
2644 if test "${with_png+set}" = set; then :
2645 withval=$with_png; if test "x$withval" = "xno"; then ac_cv_header_png_h=no; fi
2649 # Check whether --with-pthread was given.
2650 if test "${with_pthread+set}" = set; then :
2651 withval=$with_pthread; if test "x$withval" = "xno"; then ac_cv_header_pthread_h=no; fi
2655 # Check whether --with-sane was given.
2656 if test "${with_sane+set}" = set; then :
2657 withval=$with_sane;
2661 # Check whether --with-tiff was given.
2662 if test "${with_tiff+set}" = set; then :
2663 withval=$with_tiff; if test "x$withval" = "xno"; then ac_cv_header_tiffio_h=no; fi
2667 # Check whether --with-v4l was given.
2668 if test "${with_v4l+set}" = set; then :
2669 withval=$with_v4l;
2673 # Check whether --with-xcomposite was given.
2674 if test "${with_xcomposite+set}" = set; then :
2675 withval=$with_xcomposite; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xcomposite_h=no; fi
2679 # Check whether --with-xcursor was given.
2680 if test "${with_xcursor+set}" = set; then :
2681 withval=$with_xcursor; if test "x$withval" = "xno"; then ac_cv_header_X11_Xcursor_Xcursor_h=no; fi
2685 # Check whether --with-xinerama was given.
2686 if test "${with_xinerama+set}" = set; then :
2687 withval=$with_xinerama; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xinerama_h=no; fi
2691 # Check whether --with-xinput was given.
2692 if test "${with_xinput+set}" = set; then :
2693 withval=$with_xinput; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput_h=no; fi
2697 # Check whether --with-xml was given.
2698 if test "${with_xml+set}" = set; then :
2699 withval=$with_xml;
2703 # Check whether --with-xrandr was given.
2704 if test "${with_xrandr+set}" = set; then :
2705 withval=$with_xrandr; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrandr_h=no; fi
2709 # Check whether --with-xrender was given.
2710 if test "${with_xrender+set}" = set; then :
2711 withval=$with_xrender; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrender_h=no; fi
2715 # Check whether --with-xshape was given.
2716 if test "${with_xshape+set}" = set; then :
2717 withval=$with_xshape; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_shape_h=no; fi
2721 # Check whether --with-xshm was given.
2722 if test "${with_xshm+set}" = set; then :
2723 withval=$with_xshm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XShm_h=no; fi
2727 # Check whether --with-xslt was given.
2728 if test "${with_xslt+set}" = set; then :
2729 withval=$with_xslt;
2733 # Check whether --with-xxf86vm was given.
2734 if test "${with_xxf86vm+set}" = set; then :
2735 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
2740 # Check whether --with-wine-tools was given.
2741 if test "${with_wine_tools+set}" = set; then :
2742 withval=$with_wine_tools;
2746 # Check whether --with-wine64 was given.
2747 if test "${with_wine64+set}" = set; then :
2748 withval=$with_wine64;
2752 # Make sure we can run config.sub.
2753 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2754 as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2756 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2757 $as_echo_n "checking build system type... " >&6; }
2758 if test "${ac_cv_build+set}" = set; then :
2759 $as_echo_n "(cached) " >&6
2760 else
2761 ac_build_alias=$build_alias
2762 test "x$ac_build_alias" = x &&
2763 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2764 test "x$ac_build_alias" = x &&
2765 as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5
2766 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2767 as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
2770 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2771 $as_echo "$ac_cv_build" >&6; }
2772 case $ac_cv_build in
2773 *-*-*) ;;
2774 *) as_fn_error "invalid value of canonical build" "$LINENO" 5;;
2775 esac
2776 build=$ac_cv_build
2777 ac_save_IFS=$IFS; IFS='-'
2778 set x $ac_cv_build
2779 shift
2780 build_cpu=$1
2781 build_vendor=$2
2782 shift; shift
2783 # Remember, the first character of IFS is used to create $*,
2784 # except with old shells:
2785 build_os=$*
2786 IFS=$ac_save_IFS
2787 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2790 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2791 $as_echo_n "checking host system type... " >&6; }
2792 if test "${ac_cv_host+set}" = set; then :
2793 $as_echo_n "(cached) " >&6
2794 else
2795 if test "x$host_alias" = x; then
2796 ac_cv_host=$ac_cv_build
2797 else
2798 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2799 as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
2803 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2804 $as_echo "$ac_cv_host" >&6; }
2805 case $ac_cv_host in
2806 *-*-*) ;;
2807 *) as_fn_error "invalid value of canonical host" "$LINENO" 5;;
2808 esac
2809 host=$ac_cv_host
2810 ac_save_IFS=$IFS; IFS='-'
2811 set x $ac_cv_host
2812 shift
2813 host_cpu=$1
2814 host_vendor=$2
2815 shift; shift
2816 # Remember, the first character of IFS is used to create $*,
2817 # except with old shells:
2818 host_os=$*
2819 IFS=$ac_save_IFS
2820 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2824 case "$srcdir" in
2825 .) ;;
2826 *) if test -f "$srcdir/Makefile" -o -f "$srcdir/include/config.h"; then
2827 as_fn_error "you are building out of the source tree, but the source tree contains object files.
2828 You need to run 'make distclean' in the source tree first." "$LINENO" 5
2829 fi ;;
2830 esac
2833 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2834 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
2835 set x ${MAKE-make}
2836 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2837 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then :
2838 $as_echo_n "(cached) " >&6
2839 else
2840 cat >conftest.make <<\_ACEOF
2841 SHELL = /bin/sh
2842 all:
2843 @echo '@@@%%%=$(MAKE)=@@@%%%'
2844 _ACEOF
2845 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
2846 case `${MAKE-make} -f conftest.make 2>/dev/null` in
2847 *@@@%%%=?*=@@@%%%*)
2848 eval ac_cv_prog_make_${ac_make}_set=yes;;
2850 eval ac_cv_prog_make_${ac_make}_set=no;;
2851 esac
2852 rm -f conftest.make
2854 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
2855 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2856 $as_echo "yes" >&6; }
2857 SET_MAKE=
2858 else
2859 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2860 $as_echo "no" >&6; }
2861 SET_MAKE="MAKE=${MAKE-make}"
2864 ac_ext=c
2865 ac_cpp='$CPP $CPPFLAGS'
2866 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2867 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2868 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2869 if test -n "$ac_tool_prefix"; then
2870 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2871 set dummy ${ac_tool_prefix}gcc; ac_word=$2
2872 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2873 $as_echo_n "checking for $ac_word... " >&6; }
2874 if test "${ac_cv_prog_CC+set}" = set; then :
2875 $as_echo_n "(cached) " >&6
2876 else
2877 if test -n "$CC"; then
2878 ac_cv_prog_CC="$CC" # Let the user override the test.
2879 else
2880 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2881 for as_dir in $PATH
2883 IFS=$as_save_IFS
2884 test -z "$as_dir" && as_dir=.
2885 for ac_exec_ext in '' $ac_executable_extensions; do
2886 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2887 ac_cv_prog_CC="${ac_tool_prefix}gcc"
2888 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2889 break 2
2891 done
2892 done
2893 IFS=$as_save_IFS
2897 CC=$ac_cv_prog_CC
2898 if test -n "$CC"; then
2899 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2900 $as_echo "$CC" >&6; }
2901 else
2902 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2903 $as_echo "no" >&6; }
2908 if test -z "$ac_cv_prog_CC"; then
2909 ac_ct_CC=$CC
2910 # Extract the first word of "gcc", so it can be a program name with args.
2911 set dummy gcc; ac_word=$2
2912 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2913 $as_echo_n "checking for $ac_word... " >&6; }
2914 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
2915 $as_echo_n "(cached) " >&6
2916 else
2917 if test -n "$ac_ct_CC"; then
2918 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2919 else
2920 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2921 for as_dir in $PATH
2923 IFS=$as_save_IFS
2924 test -z "$as_dir" && as_dir=.
2925 for ac_exec_ext in '' $ac_executable_extensions; do
2926 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2927 ac_cv_prog_ac_ct_CC="gcc"
2928 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2929 break 2
2931 done
2932 done
2933 IFS=$as_save_IFS
2937 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2938 if test -n "$ac_ct_CC"; then
2939 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2940 $as_echo "$ac_ct_CC" >&6; }
2941 else
2942 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2943 $as_echo "no" >&6; }
2946 if test "x$ac_ct_CC" = x; then
2947 CC=""
2948 else
2949 case $cross_compiling:$ac_tool_warned in
2950 yes:)
2951 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2952 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2953 ac_tool_warned=yes ;;
2954 esac
2955 CC=$ac_ct_CC
2957 else
2958 CC="$ac_cv_prog_CC"
2961 if test -z "$CC"; then
2962 if test -n "$ac_tool_prefix"; then
2963 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2964 set dummy ${ac_tool_prefix}cc; ac_word=$2
2965 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2966 $as_echo_n "checking for $ac_word... " >&6; }
2967 if test "${ac_cv_prog_CC+set}" = set; then :
2968 $as_echo_n "(cached) " >&6
2969 else
2970 if test -n "$CC"; then
2971 ac_cv_prog_CC="$CC" # Let the user override the test.
2972 else
2973 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2974 for as_dir in $PATH
2976 IFS=$as_save_IFS
2977 test -z "$as_dir" && as_dir=.
2978 for ac_exec_ext in '' $ac_executable_extensions; do
2979 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2980 ac_cv_prog_CC="${ac_tool_prefix}cc"
2981 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2982 break 2
2984 done
2985 done
2986 IFS=$as_save_IFS
2990 CC=$ac_cv_prog_CC
2991 if test -n "$CC"; then
2992 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2993 $as_echo "$CC" >&6; }
2994 else
2995 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2996 $as_echo "no" >&6; }
3002 if test -z "$CC"; then
3003 # Extract the first word of "cc", so it can be a program name with args.
3004 set dummy cc; ac_word=$2
3005 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3006 $as_echo_n "checking for $ac_word... " >&6; }
3007 if test "${ac_cv_prog_CC+set}" = set; then :
3008 $as_echo_n "(cached) " >&6
3009 else
3010 if test -n "$CC"; then
3011 ac_cv_prog_CC="$CC" # Let the user override the test.
3012 else
3013 ac_prog_rejected=no
3014 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3015 for as_dir in $PATH
3017 IFS=$as_save_IFS
3018 test -z "$as_dir" && as_dir=.
3019 for ac_exec_ext in '' $ac_executable_extensions; do
3020 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3021 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3022 ac_prog_rejected=yes
3023 continue
3025 ac_cv_prog_CC="cc"
3026 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3027 break 2
3029 done
3030 done
3031 IFS=$as_save_IFS
3033 if test $ac_prog_rejected = yes; then
3034 # We found a bogon in the path, so make sure we never use it.
3035 set dummy $ac_cv_prog_CC
3036 shift
3037 if test $# != 0; then
3038 # We chose a different compiler from the bogus one.
3039 # However, it has the same basename, so the bogon will be chosen
3040 # first if we set CC to just the basename; use the full file name.
3041 shift
3042 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
3047 CC=$ac_cv_prog_CC
3048 if test -n "$CC"; then
3049 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3050 $as_echo "$CC" >&6; }
3051 else
3052 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3053 $as_echo "no" >&6; }
3058 if test -z "$CC"; then
3059 if test -n "$ac_tool_prefix"; then
3060 for ac_prog in cl.exe
3062 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3063 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3064 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3065 $as_echo_n "checking for $ac_word... " >&6; }
3066 if test "${ac_cv_prog_CC+set}" = set; then :
3067 $as_echo_n "(cached) " >&6
3068 else
3069 if test -n "$CC"; then
3070 ac_cv_prog_CC="$CC" # Let the user override the test.
3071 else
3072 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3073 for as_dir in $PATH
3075 IFS=$as_save_IFS
3076 test -z "$as_dir" && as_dir=.
3077 for ac_exec_ext in '' $ac_executable_extensions; do
3078 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3079 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
3080 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3081 break 2
3083 done
3084 done
3085 IFS=$as_save_IFS
3089 CC=$ac_cv_prog_CC
3090 if test -n "$CC"; then
3091 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3092 $as_echo "$CC" >&6; }
3093 else
3094 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3095 $as_echo "no" >&6; }
3099 test -n "$CC" && break
3100 done
3102 if test -z "$CC"; then
3103 ac_ct_CC=$CC
3104 for ac_prog in cl.exe
3106 # Extract the first word of "$ac_prog", so it can be a program name with args.
3107 set dummy $ac_prog; ac_word=$2
3108 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3109 $as_echo_n "checking for $ac_word... " >&6; }
3110 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
3111 $as_echo_n "(cached) " >&6
3112 else
3113 if test -n "$ac_ct_CC"; then
3114 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3115 else
3116 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3117 for as_dir in $PATH
3119 IFS=$as_save_IFS
3120 test -z "$as_dir" && as_dir=.
3121 for ac_exec_ext in '' $ac_executable_extensions; do
3122 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3123 ac_cv_prog_ac_ct_CC="$ac_prog"
3124 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3125 break 2
3127 done
3128 done
3129 IFS=$as_save_IFS
3133 ac_ct_CC=$ac_cv_prog_ac_ct_CC
3134 if test -n "$ac_ct_CC"; then
3135 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3136 $as_echo "$ac_ct_CC" >&6; }
3137 else
3138 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3139 $as_echo "no" >&6; }
3143 test -n "$ac_ct_CC" && break
3144 done
3146 if test "x$ac_ct_CC" = x; then
3147 CC=""
3148 else
3149 case $cross_compiling:$ac_tool_warned in
3150 yes:)
3151 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3152 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3153 ac_tool_warned=yes ;;
3154 esac
3155 CC=$ac_ct_CC
3162 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3163 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3164 as_fn_error "no acceptable C compiler found in \$PATH
3165 See \`config.log' for more details." "$LINENO" 5; }
3167 # Provide some information about the compiler.
3168 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
3169 set X $ac_compile
3170 ac_compiler=$2
3171 for ac_option in --version -v -V -qversion; do
3172 { { ac_try="$ac_compiler $ac_option >&5"
3173 case "(($ac_try" in
3174 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3175 *) ac_try_echo=$ac_try;;
3176 esac
3177 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3178 $as_echo "$ac_try_echo"; } >&5
3179 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
3180 ac_status=$?
3181 if test -s conftest.err; then
3182 sed '10a\
3183 ... rest of stderr output deleted ...
3184 10q' conftest.err >conftest.er1
3185 cat conftest.er1 >&5
3187 rm -f conftest.er1 conftest.err
3188 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3189 test $ac_status = 0; }
3190 done
3192 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3193 /* end confdefs.h. */
3196 main ()
3200 return 0;
3202 _ACEOF
3203 ac_clean_files_save=$ac_clean_files
3204 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
3205 # Try to create an executable without -o first, disregard a.out.
3206 # It will help us diagnose broken compilers, and finding out an intuition
3207 # of exeext.
3208 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
3209 $as_echo_n "checking whether the C compiler works... " >&6; }
3210 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
3212 # The possible output files:
3213 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
3215 ac_rmfiles=
3216 for ac_file in $ac_files
3218 case $ac_file in
3219 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3220 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
3221 esac
3222 done
3223 rm -f $ac_rmfiles
3225 if { { ac_try="$ac_link_default"
3226 case "(($ac_try" in
3227 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3228 *) ac_try_echo=$ac_try;;
3229 esac
3230 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3231 $as_echo "$ac_try_echo"; } >&5
3232 (eval "$ac_link_default") 2>&5
3233 ac_status=$?
3234 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3235 test $ac_status = 0; }; then :
3236 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
3237 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
3238 # in a Makefile. We should not override ac_cv_exeext if it was cached,
3239 # so that the user can short-circuit this test for compilers unknown to
3240 # Autoconf.
3241 for ac_file in $ac_files ''
3243 test -f "$ac_file" || continue
3244 case $ac_file in
3245 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
3247 [ab].out )
3248 # We found the default executable, but exeext='' is most
3249 # certainly right.
3250 break;;
3251 *.* )
3252 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
3253 then :; else
3254 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3256 # We set ac_cv_exeext here because the later test for it is not
3257 # safe: cross compilers may not add the suffix if given an `-o'
3258 # argument, so we may need to know it at that point already.
3259 # Even if this section looks crufty: it has the advantage of
3260 # actually working.
3261 break;;
3263 break;;
3264 esac
3265 done
3266 test "$ac_cv_exeext" = no && ac_cv_exeext=
3268 else
3269 ac_file=''
3271 if test -z "$ac_file"; then :
3272 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3273 $as_echo "no" >&6; }
3274 $as_echo "$as_me: failed program was:" >&5
3275 sed 's/^/| /' conftest.$ac_ext >&5
3277 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3278 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3279 { as_fn_set_status 77
3280 as_fn_error "C compiler cannot create executables
3281 See \`config.log' for more details." "$LINENO" 5; }; }
3282 else
3283 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3284 $as_echo "yes" >&6; }
3286 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
3287 $as_echo_n "checking for C compiler default output file name... " >&6; }
3288 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
3289 $as_echo "$ac_file" >&6; }
3290 ac_exeext=$ac_cv_exeext
3292 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
3293 ac_clean_files=$ac_clean_files_save
3294 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
3295 $as_echo_n "checking for suffix of executables... " >&6; }
3296 if { { ac_try="$ac_link"
3297 case "(($ac_try" in
3298 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3299 *) ac_try_echo=$ac_try;;
3300 esac
3301 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3302 $as_echo "$ac_try_echo"; } >&5
3303 (eval "$ac_link") 2>&5
3304 ac_status=$?
3305 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3306 test $ac_status = 0; }; then :
3307 # If both `conftest.exe' and `conftest' are `present' (well, observable)
3308 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
3309 # work properly (i.e., refer to `conftest.exe'), while it won't with
3310 # `rm'.
3311 for ac_file in conftest.exe conftest conftest.*; do
3312 test -f "$ac_file" || continue
3313 case $ac_file in
3314 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3315 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3316 break;;
3317 * ) break;;
3318 esac
3319 done
3320 else
3321 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3322 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3323 as_fn_error "cannot compute suffix of executables: cannot compile and link
3324 See \`config.log' for more details." "$LINENO" 5; }
3326 rm -f conftest conftest$ac_cv_exeext
3327 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
3328 $as_echo "$ac_cv_exeext" >&6; }
3330 rm -f conftest.$ac_ext
3331 EXEEXT=$ac_cv_exeext
3332 ac_exeext=$EXEEXT
3333 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3334 /* end confdefs.h. */
3335 #include <stdio.h>
3337 main ()
3339 FILE *f = fopen ("conftest.out", "w");
3340 return ferror (f) || fclose (f) != 0;
3343 return 0;
3345 _ACEOF
3346 ac_clean_files="$ac_clean_files conftest.out"
3347 # Check that the compiler produces executables we can run. If not, either
3348 # the compiler is broken, or we cross compile.
3349 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
3350 $as_echo_n "checking whether we are cross compiling... " >&6; }
3351 if test "$cross_compiling" != yes; then
3352 { { ac_try="$ac_link"
3353 case "(($ac_try" in
3354 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3355 *) ac_try_echo=$ac_try;;
3356 esac
3357 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3358 $as_echo "$ac_try_echo"; } >&5
3359 (eval "$ac_link") 2>&5
3360 ac_status=$?
3361 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3362 test $ac_status = 0; }
3363 if { ac_try='./conftest$ac_cv_exeext'
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_try") 2>&5
3371 ac_status=$?
3372 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3373 test $ac_status = 0; }; }; then
3374 cross_compiling=no
3375 else
3376 if test "$cross_compiling" = maybe; then
3377 cross_compiling=yes
3378 else
3379 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3380 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3381 as_fn_error "cannot run C compiled programs.
3382 If you meant to cross compile, use \`--host'.
3383 See \`config.log' for more details." "$LINENO" 5; }
3387 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
3388 $as_echo "$cross_compiling" >&6; }
3390 rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
3391 ac_clean_files=$ac_clean_files_save
3392 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
3393 $as_echo_n "checking for suffix of object files... " >&6; }
3394 if test "${ac_cv_objext+set}" = set; then :
3395 $as_echo_n "(cached) " >&6
3396 else
3397 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3398 /* end confdefs.h. */
3401 main ()
3405 return 0;
3407 _ACEOF
3408 rm -f conftest.o conftest.obj
3409 if { { ac_try="$ac_compile"
3410 case "(($ac_try" in
3411 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3412 *) ac_try_echo=$ac_try;;
3413 esac
3414 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3415 $as_echo "$ac_try_echo"; } >&5
3416 (eval "$ac_compile") 2>&5
3417 ac_status=$?
3418 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3419 test $ac_status = 0; }; then :
3420 for ac_file in conftest.o conftest.obj conftest.*; do
3421 test -f "$ac_file" || continue;
3422 case $ac_file in
3423 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
3424 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
3425 break;;
3426 esac
3427 done
3428 else
3429 $as_echo "$as_me: failed program was:" >&5
3430 sed 's/^/| /' conftest.$ac_ext >&5
3432 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3433 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3434 as_fn_error "cannot compute suffix of object files: cannot compile
3435 See \`config.log' for more details." "$LINENO" 5; }
3437 rm -f conftest.$ac_cv_objext conftest.$ac_ext
3439 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
3440 $as_echo "$ac_cv_objext" >&6; }
3441 OBJEXT=$ac_cv_objext
3442 ac_objext=$OBJEXT
3443 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
3444 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
3445 if test "${ac_cv_c_compiler_gnu+set}" = set; then :
3446 $as_echo_n "(cached) " >&6
3447 else
3448 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3449 /* end confdefs.h. */
3452 main ()
3454 #ifndef __GNUC__
3455 choke me
3456 #endif
3459 return 0;
3461 _ACEOF
3462 if ac_fn_c_try_compile "$LINENO"; then :
3463 ac_compiler_gnu=yes
3464 else
3465 ac_compiler_gnu=no
3467 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3468 ac_cv_c_compiler_gnu=$ac_compiler_gnu
3471 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
3472 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
3473 if test $ac_compiler_gnu = yes; then
3474 GCC=yes
3475 else
3476 GCC=
3478 ac_test_CFLAGS=${CFLAGS+set}
3479 ac_save_CFLAGS=$CFLAGS
3480 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
3481 $as_echo_n "checking whether $CC accepts -g... " >&6; }
3482 if test "${ac_cv_prog_cc_g+set}" = set; then :
3483 $as_echo_n "(cached) " >&6
3484 else
3485 ac_save_c_werror_flag=$ac_c_werror_flag
3486 ac_c_werror_flag=yes
3487 ac_cv_prog_cc_g=no
3488 CFLAGS="-g"
3489 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3490 /* end confdefs.h. */
3493 main ()
3497 return 0;
3499 _ACEOF
3500 if ac_fn_c_try_compile "$LINENO"; then :
3501 ac_cv_prog_cc_g=yes
3502 else
3503 CFLAGS=""
3504 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3505 /* end confdefs.h. */
3508 main ()
3512 return 0;
3514 _ACEOF
3515 if ac_fn_c_try_compile "$LINENO"; then :
3517 else
3518 ac_c_werror_flag=$ac_save_c_werror_flag
3519 CFLAGS="-g"
3520 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3521 /* end confdefs.h. */
3524 main ()
3528 return 0;
3530 _ACEOF
3531 if ac_fn_c_try_compile "$LINENO"; then :
3532 ac_cv_prog_cc_g=yes
3534 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3536 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3538 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3539 ac_c_werror_flag=$ac_save_c_werror_flag
3541 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
3542 $as_echo "$ac_cv_prog_cc_g" >&6; }
3543 if test "$ac_test_CFLAGS" = set; then
3544 CFLAGS=$ac_save_CFLAGS
3545 elif test $ac_cv_prog_cc_g = yes; then
3546 if test "$GCC" = yes; then
3547 CFLAGS="-g -O2"
3548 else
3549 CFLAGS="-g"
3551 else
3552 if test "$GCC" = yes; then
3553 CFLAGS="-O2"
3554 else
3555 CFLAGS=
3558 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
3559 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3560 if test "${ac_cv_prog_cc_c89+set}" = set; then :
3561 $as_echo_n "(cached) " >&6
3562 else
3563 ac_cv_prog_cc_c89=no
3564 ac_save_CC=$CC
3565 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3566 /* end confdefs.h. */
3567 #include <stdarg.h>
3568 #include <stdio.h>
3569 #include <sys/types.h>
3570 #include <sys/stat.h>
3571 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3572 struct buf { int x; };
3573 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3574 static char *e (p, i)
3575 char **p;
3576 int i;
3578 return p[i];
3580 static char *f (char * (*g) (char **, int), char **p, ...)
3582 char *s;
3583 va_list v;
3584 va_start (v,p);
3585 s = g (p, va_arg (v,int));
3586 va_end (v);
3587 return s;
3590 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3591 function prototypes and stuff, but not '\xHH' hex character constants.
3592 These don't provoke an error unfortunately, instead are silently treated
3593 as 'x'. The following induces an error, until -std is added to get
3594 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3595 array size at least. It's necessary to write '\x00'==0 to get something
3596 that's true only with -std. */
3597 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3599 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3600 inside strings and character constants. */
3601 #define FOO(x) 'x'
3602 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3604 int test (int i, double x);
3605 struct s1 {int (*f) (int a);};
3606 struct s2 {int (*f) (double a);};
3607 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3608 int argc;
3609 char **argv;
3611 main ()
3613 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3615 return 0;
3617 _ACEOF
3618 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3619 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3621 CC="$ac_save_CC $ac_arg"
3622 if ac_fn_c_try_compile "$LINENO"; then :
3623 ac_cv_prog_cc_c89=$ac_arg
3625 rm -f core conftest.err conftest.$ac_objext
3626 test "x$ac_cv_prog_cc_c89" != "xno" && break
3627 done
3628 rm -f conftest.$ac_ext
3629 CC=$ac_save_CC
3632 # AC_CACHE_VAL
3633 case "x$ac_cv_prog_cc_c89" in
3635 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
3636 $as_echo "none needed" >&6; } ;;
3637 xno)
3638 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
3639 $as_echo "unsupported" >&6; } ;;
3641 CC="$CC $ac_cv_prog_cc_c89"
3642 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
3643 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
3644 esac
3645 if test "x$ac_cv_prog_cc_c89" != xno; then :
3649 ac_ext=c
3650 ac_cpp='$CPP $CPPFLAGS'
3651 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3652 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3653 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3655 ac_ext=cpp
3656 ac_cpp='$CXXCPP $CPPFLAGS'
3657 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3658 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3659 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3660 if test -z "$CXX"; then
3661 if test -n "$CCC"; then
3662 CXX=$CCC
3663 else
3664 if test -n "$ac_tool_prefix"; then
3665 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3667 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3668 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3669 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3670 $as_echo_n "checking for $ac_word... " >&6; }
3671 if test "${ac_cv_prog_CXX+set}" = set; then :
3672 $as_echo_n "(cached) " >&6
3673 else
3674 if test -n "$CXX"; then
3675 ac_cv_prog_CXX="$CXX" # Let the user override the test.
3676 else
3677 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3678 for as_dir in $PATH
3680 IFS=$as_save_IFS
3681 test -z "$as_dir" && as_dir=.
3682 for ac_exec_ext in '' $ac_executable_extensions; do
3683 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3684 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
3685 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3686 break 2
3688 done
3689 done
3690 IFS=$as_save_IFS
3694 CXX=$ac_cv_prog_CXX
3695 if test -n "$CXX"; then
3696 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5
3697 $as_echo "$CXX" >&6; }
3698 else
3699 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3700 $as_echo "no" >&6; }
3704 test -n "$CXX" && break
3705 done
3707 if test -z "$CXX"; then
3708 ac_ct_CXX=$CXX
3709 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3711 # Extract the first word of "$ac_prog", so it can be a program name with args.
3712 set dummy $ac_prog; ac_word=$2
3713 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3714 $as_echo_n "checking for $ac_word... " >&6; }
3715 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then :
3716 $as_echo_n "(cached) " >&6
3717 else
3718 if test -n "$ac_ct_CXX"; then
3719 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
3720 else
3721 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3722 for as_dir in $PATH
3724 IFS=$as_save_IFS
3725 test -z "$as_dir" && as_dir=.
3726 for ac_exec_ext in '' $ac_executable_extensions; do
3727 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3728 ac_cv_prog_ac_ct_CXX="$ac_prog"
3729 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3730 break 2
3732 done
3733 done
3734 IFS=$as_save_IFS
3738 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
3739 if test -n "$ac_ct_CXX"; then
3740 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5
3741 $as_echo "$ac_ct_CXX" >&6; }
3742 else
3743 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3744 $as_echo "no" >&6; }
3748 test -n "$ac_ct_CXX" && break
3749 done
3751 if test "x$ac_ct_CXX" = x; then
3752 CXX="g++"
3753 else
3754 case $cross_compiling:$ac_tool_warned in
3755 yes:)
3756 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3757 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3758 ac_tool_warned=yes ;;
3759 esac
3760 CXX=$ac_ct_CXX
3766 # Provide some information about the compiler.
3767 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5
3768 set X $ac_compile
3769 ac_compiler=$2
3770 for ac_option in --version -v -V -qversion; do
3771 { { ac_try="$ac_compiler $ac_option >&5"
3772 case "(($ac_try" in
3773 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3774 *) ac_try_echo=$ac_try;;
3775 esac
3776 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3777 $as_echo "$ac_try_echo"; } >&5
3778 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
3779 ac_status=$?
3780 if test -s conftest.err; then
3781 sed '10a\
3782 ... rest of stderr output deleted ...
3783 10q' conftest.err >conftest.er1
3784 cat conftest.er1 >&5
3786 rm -f conftest.er1 conftest.err
3787 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3788 test $ac_status = 0; }
3789 done
3791 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
3792 $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
3793 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then :
3794 $as_echo_n "(cached) " >&6
3795 else
3796 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3797 /* end confdefs.h. */
3800 main ()
3802 #ifndef __GNUC__
3803 choke me
3804 #endif
3807 return 0;
3809 _ACEOF
3810 if ac_fn_cxx_try_compile "$LINENO"; then :
3811 ac_compiler_gnu=yes
3812 else
3813 ac_compiler_gnu=no
3815 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3816 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
3819 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5
3820 $as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
3821 if test $ac_compiler_gnu = yes; then
3822 GXX=yes
3823 else
3824 GXX=
3826 ac_test_CXXFLAGS=${CXXFLAGS+set}
3827 ac_save_CXXFLAGS=$CXXFLAGS
3828 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
3829 $as_echo_n "checking whether $CXX accepts -g... " >&6; }
3830 if test "${ac_cv_prog_cxx_g+set}" = set; then :
3831 $as_echo_n "(cached) " >&6
3832 else
3833 ac_save_cxx_werror_flag=$ac_cxx_werror_flag
3834 ac_cxx_werror_flag=yes
3835 ac_cv_prog_cxx_g=no
3836 CXXFLAGS="-g"
3837 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3838 /* end confdefs.h. */
3841 main ()
3845 return 0;
3847 _ACEOF
3848 if ac_fn_cxx_try_compile "$LINENO"; then :
3849 ac_cv_prog_cxx_g=yes
3850 else
3851 CXXFLAGS=""
3852 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3853 /* end confdefs.h. */
3856 main ()
3860 return 0;
3862 _ACEOF
3863 if ac_fn_cxx_try_compile "$LINENO"; then :
3865 else
3866 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3867 CXXFLAGS="-g"
3868 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3869 /* end confdefs.h. */
3872 main ()
3876 return 0;
3878 _ACEOF
3879 if ac_fn_cxx_try_compile "$LINENO"; then :
3880 ac_cv_prog_cxx_g=yes
3882 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3884 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3886 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3887 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3889 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&5
3890 $as_echo "$ac_cv_prog_cxx_g" >&6; }
3891 if test "$ac_test_CXXFLAGS" = set; then
3892 CXXFLAGS=$ac_save_CXXFLAGS
3893 elif test $ac_cv_prog_cxx_g = yes; then
3894 if test "$GXX" = yes; then
3895 CXXFLAGS="-g -O2"
3896 else
3897 CXXFLAGS="-g"
3899 else
3900 if test "$GXX" = yes; then
3901 CXXFLAGS="-O2"
3902 else
3903 CXXFLAGS=
3906 ac_ext=c
3907 ac_cpp='$CPP $CPPFLAGS'
3908 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3909 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3910 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3912 if test -n "$ac_tool_prefix"; then
3913 # Extract the first word of "${ac_tool_prefix}cpp", so it can be a program name with args.
3914 set dummy ${ac_tool_prefix}cpp; ac_word=$2
3915 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3916 $as_echo_n "checking for $ac_word... " >&6; }
3917 if test "${ac_cv_prog_CPPBIN+set}" = set; then :
3918 $as_echo_n "(cached) " >&6
3919 else
3920 if test -n "$CPPBIN"; then
3921 ac_cv_prog_CPPBIN="$CPPBIN" # Let the user override the test.
3922 else
3923 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3924 for as_dir in $PATH
3926 IFS=$as_save_IFS
3927 test -z "$as_dir" && as_dir=.
3928 for ac_exec_ext in '' $ac_executable_extensions; do
3929 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3930 ac_cv_prog_CPPBIN="${ac_tool_prefix}cpp"
3931 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3932 break 2
3934 done
3935 done
3936 IFS=$as_save_IFS
3940 CPPBIN=$ac_cv_prog_CPPBIN
3941 if test -n "$CPPBIN"; then
3942 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPPBIN" >&5
3943 $as_echo "$CPPBIN" >&6; }
3944 else
3945 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3946 $as_echo "no" >&6; }
3951 if test -z "$ac_cv_prog_CPPBIN"; then
3952 ac_ct_CPPBIN=$CPPBIN
3953 # Extract the first word of "cpp", so it can be a program name with args.
3954 set dummy cpp; ac_word=$2
3955 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3956 $as_echo_n "checking for $ac_word... " >&6; }
3957 if test "${ac_cv_prog_ac_ct_CPPBIN+set}" = set; then :
3958 $as_echo_n "(cached) " >&6
3959 else
3960 if test -n "$ac_ct_CPPBIN"; then
3961 ac_cv_prog_ac_ct_CPPBIN="$ac_ct_CPPBIN" # Let the user override the test.
3962 else
3963 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3964 for as_dir in $PATH
3966 IFS=$as_save_IFS
3967 test -z "$as_dir" && as_dir=.
3968 for ac_exec_ext in '' $ac_executable_extensions; do
3969 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3970 ac_cv_prog_ac_ct_CPPBIN="cpp"
3971 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3972 break 2
3974 done
3975 done
3976 IFS=$as_save_IFS
3980 ac_ct_CPPBIN=$ac_cv_prog_ac_ct_CPPBIN
3981 if test -n "$ac_ct_CPPBIN"; then
3982 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CPPBIN" >&5
3983 $as_echo "$ac_ct_CPPBIN" >&6; }
3984 else
3985 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3986 $as_echo "no" >&6; }
3989 if test "x$ac_ct_CPPBIN" = x; then
3990 CPPBIN="cpp"
3991 else
3992 case $cross_compiling:$ac_tool_warned in
3993 yes:)
3994 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3995 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3996 ac_tool_warned=yes ;;
3997 esac
3998 CPPBIN=$ac_ct_CPPBIN
4000 else
4001 CPPBIN="$ac_cv_prog_CPPBIN"
4005 cat >>confdefs.h <<_ACEOF
4006 #define EXEEXT "$ac_exeext"
4007 _ACEOF
4010 case $host in
4011 *-darwin*)
4012 if test "x$enable_win64" = "xyes"
4013 then
4014 CC="$CC -m64"
4015 CXX="$CXX -m64"
4016 LD="${LD:-ld} -arch x86_64"
4017 AS="${AS:-as} -arch x86_64"
4018 host_cpu="x86_64"
4019 notice_platform="64-bit "
4020 TARGETFLAGS="-m64"
4022 else
4023 CC="$CC -m32"
4024 CXX="$CXX -m32"
4025 LD="${LD:-ld} -arch i386"
4026 AS="${AS:-as} -arch i386"
4027 host_cpu="i386"
4028 notice_platform="32-bit "
4029 TARGETFLAGS="-m32"
4031 enable_win16=${enable_win16:-yes}
4034 x86_64*)
4035 if test "x$enable_win64" != "xyes" -a "$cross_compiling" != "yes"
4036 then
4037 CC="$CC -m32"
4038 CXX="$CXX -m32"
4039 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC works" >&5
4040 $as_echo_n "checking whether $CC works... " >&6; }
4042 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4043 /* end confdefs.h. */
4046 main ()
4050 return 0;
4052 _ACEOF
4053 if ac_fn_c_try_link "$LINENO"; then :
4054 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4055 $as_echo "yes" >&6; }
4056 else
4057 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4058 $as_echo "no" >&6; }
4059 as_fn_error "Cannot build a 32-bit program, you need to install 32-bit development libraries." "$LINENO" 5
4061 rm -f core conftest.err conftest.$ac_objext \
4062 conftest$ac_exeext conftest.$ac_ext
4063 LD="${LD:-ld} -m elf_i386"
4064 AS="${AS:-as} --32"
4065 host_cpu="i386"
4066 notice_platform="32-bit "
4067 TARGETFLAGS="-m32"
4069 enable_win16=${enable_win16:-yes}
4070 else
4071 if test "x${GCC}" = "xyes"
4072 then
4073 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC supports __builtin_ms_va_list" >&5
4074 $as_echo_n "checking whether $CC supports __builtin_ms_va_list... " >&6; }
4075 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4076 /* end confdefs.h. */
4077 #include <stdarg.h>
4079 main ()
4081 void func(__builtin_ms_va_list *args);
4083 return 0;
4085 _ACEOF
4086 if ac_fn_c_try_compile "$LINENO"; then :
4087 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4088 $as_echo "yes" >&6; }
4089 else
4090 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4091 $as_echo "no" >&6; }
4092 as_fn_error "You need gcc >= 4.4 to build Wine as 64-bit." "$LINENO" 5
4094 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4096 TARGETFLAGS="-m64"
4100 *-mingw32*|*-cygwin*)
4101 enable_win16=${enable_win16:-no}
4102 CFLAGS="$CFLAGS -D_WIN32"
4104 i[3456789]86*)
4105 enable_win16=${enable_win16:-yes}
4107 esac
4109 enable_win16=${enable_win16:-no}
4111 enable_winetest=${enable_winetest:-$enable_tests}
4113 if test -n "$with_wine64"
4114 then
4115 if test "x$enable_win64" = "xyes"
4116 then
4117 as_fn_error "--enable-win64 and --with-wine64 are mutually exclusive.
4118 --enable-win64 should be used in the 64-bit build tree, --with-wine64 in the 32-bit Wow64 build tree." "$LINENO" 5
4120 WOW64_DISABLE=\#
4122 enable_fonts=${enable_fonts:-no}
4123 enable_rpcss=${enable_rpcss:-no}
4124 enable_server=${enable_server:-no}
4125 enable_tools=${enable_tools:-no}
4126 enable_wineboot=${enable_wineboot:-no}
4127 enable_winedbg=${enable_winedbg:-no}
4128 enable_winemenubuilder=${enable_winemenubuilder:-no}
4129 test "x$libdir" != "x\${exec_prefix}/lib" || libdir="\${exec_prefix}/lib32"
4132 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the directory containing the Wine tools" >&5
4133 $as_echo_n "checking for the directory containing the Wine tools... " >&6; }
4134 if test "${wine_cv_toolsdir+set}" = set; then :
4135 $as_echo_n "(cached) " >&6
4136 else
4137 wine_cv_toolsdir="$with_wine_tools"
4138 if test -z "$with_wine_tools"; then
4139 if test "$cross_compiling" = "yes"; then
4140 as_fn_error "you must use the --with-wine-tools option when cross-compiling." "$LINENO" 5
4141 elif test -n "$with_wine64"; then
4142 wine_cv_toolsdir="$with_wine64"
4145 if test -z "$wine_cv_toolsdir"; then
4146 wine_cv_toolsdir="\$(TOPOBJDIR)"
4147 elif test -d "$wine_cv_toolsdir/tools/winebuild"; then
4148 case "$wine_cv_toolsdir" in
4149 /*) ;;
4150 *) wine_cv_toolsdir="\$(TOPOBJDIR)/$wine_cv_toolsdir" ;;
4151 esac
4152 else
4153 as_fn_error "could not find Wine tools in $wine_cv_toolsdir" "$LINENO" 5
4156 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_toolsdir" >&5
4157 $as_echo "$wine_cv_toolsdir" >&6; }
4158 TOOLSDIR=$wine_cv_toolsdir
4160 if test -n "$host_alias" -a "$host_alias" != "$build_alias"
4161 then
4162 TARGETFLAGS="-b $host_alias $TARGETFLAGS"
4166 for ac_prog in flex
4168 # Extract the first word of "$ac_prog", so it can be a program name with args.
4169 set dummy $ac_prog; ac_word=$2
4170 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4171 $as_echo_n "checking for $ac_word... " >&6; }
4172 if test "${ac_cv_prog_FLEX+set}" = set; then :
4173 $as_echo_n "(cached) " >&6
4174 else
4175 if test -n "$FLEX"; then
4176 ac_cv_prog_FLEX="$FLEX" # Let the user override the test.
4177 else
4178 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4179 for as_dir in $PATH
4181 IFS=$as_save_IFS
4182 test -z "$as_dir" && as_dir=.
4183 for ac_exec_ext in '' $ac_executable_extensions; do
4184 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4185 ac_cv_prog_FLEX="$ac_prog"
4186 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4187 break 2
4189 done
4190 done
4191 IFS=$as_save_IFS
4195 FLEX=$ac_cv_prog_FLEX
4196 if test -n "$FLEX"; then
4197 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FLEX" >&5
4198 $as_echo "$FLEX" >&6; }
4199 else
4200 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4201 $as_echo "no" >&6; }
4205 test -n "$FLEX" && break
4206 done
4207 test -n "$FLEX" || FLEX="none"
4209 if test "$FLEX" = "none"
4210 then
4211 as_fn_error "no suitable flex found. Please install the 'flex' package." "$LINENO" 5
4213 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether flex is recent enough" >&5
4214 $as_echo_n "checking whether flex is recent enough... " >&6; }
4215 cat >conftest.l <<EOF
4216 %top{
4217 #include "prediluvian.h"
4221 if $FLEX -t conftest.l >/dev/null 2>&1
4222 then
4223 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4224 $as_echo "yes" >&6; }
4225 else
4226 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4227 $as_echo "no" >&6; }
4228 as_fn_error "Your flex version is too old. Please install flex version 2.5.33 or newer." "$LINENO" 5
4231 for ac_prog in bison
4233 # Extract the first word of "$ac_prog", so it can be a program name with args.
4234 set dummy $ac_prog; ac_word=$2
4235 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4236 $as_echo_n "checking for $ac_word... " >&6; }
4237 if test "${ac_cv_prog_BISON+set}" = set; then :
4238 $as_echo_n "(cached) " >&6
4239 else
4240 if test -n "$BISON"; then
4241 ac_cv_prog_BISON="$BISON" # Let the user override the test.
4242 else
4243 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4244 for as_dir in $PATH
4246 IFS=$as_save_IFS
4247 test -z "$as_dir" && as_dir=.
4248 for ac_exec_ext in '' $ac_executable_extensions; do
4249 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4250 ac_cv_prog_BISON="$ac_prog"
4251 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4252 break 2
4254 done
4255 done
4256 IFS=$as_save_IFS
4260 BISON=$ac_cv_prog_BISON
4261 if test -n "$BISON"; then
4262 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $BISON" >&5
4263 $as_echo "$BISON" >&6; }
4264 else
4265 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4266 $as_echo "no" >&6; }
4270 test -n "$BISON" && break
4271 done
4272 test -n "$BISON" || BISON="none"
4274 if test "$BISON" = "none"
4275 then
4276 as_fn_error "no suitable bison found. Please install the 'bison' package." "$LINENO" 5
4279 if test -n "$ac_tool_prefix"; then
4280 for ac_prog in ar gar
4282 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4283 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4284 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4285 $as_echo_n "checking for $ac_word... " >&6; }
4286 if test "${ac_cv_prog_AR+set}" = set; then :
4287 $as_echo_n "(cached) " >&6
4288 else
4289 if test -n "$AR"; then
4290 ac_cv_prog_AR="$AR" # Let the user override the test.
4291 else
4292 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4293 for as_dir in $PATH
4295 IFS=$as_save_IFS
4296 test -z "$as_dir" && as_dir=.
4297 for ac_exec_ext in '' $ac_executable_extensions; do
4298 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4299 ac_cv_prog_AR="$ac_tool_prefix$ac_prog"
4300 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4301 break 2
4303 done
4304 done
4305 IFS=$as_save_IFS
4309 AR=$ac_cv_prog_AR
4310 if test -n "$AR"; then
4311 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
4312 $as_echo "$AR" >&6; }
4313 else
4314 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4315 $as_echo "no" >&6; }
4319 test -n "$AR" && break
4320 done
4322 if test -z "$AR"; then
4323 ac_ct_AR=$AR
4324 for ac_prog in ar gar
4326 # Extract the first word of "$ac_prog", so it can be a program name with args.
4327 set dummy $ac_prog; ac_word=$2
4328 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4329 $as_echo_n "checking for $ac_word... " >&6; }
4330 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then :
4331 $as_echo_n "(cached) " >&6
4332 else
4333 if test -n "$ac_ct_AR"; then
4334 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
4335 else
4336 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4337 for as_dir in $PATH
4339 IFS=$as_save_IFS
4340 test -z "$as_dir" && as_dir=.
4341 for ac_exec_ext in '' $ac_executable_extensions; do
4342 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4343 ac_cv_prog_ac_ct_AR="$ac_prog"
4344 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4345 break 2
4347 done
4348 done
4349 IFS=$as_save_IFS
4353 ac_ct_AR=$ac_cv_prog_ac_ct_AR
4354 if test -n "$ac_ct_AR"; then
4355 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
4356 $as_echo "$ac_ct_AR" >&6; }
4357 else
4358 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4359 $as_echo "no" >&6; }
4363 test -n "$ac_ct_AR" && break
4364 done
4366 if test "x$ac_ct_AR" = x; then
4367 AR="ar"
4368 else
4369 case $cross_compiling:$ac_tool_warned in
4370 yes:)
4371 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4372 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4373 ac_tool_warned=yes ;;
4374 esac
4375 AR=$ac_ct_AR
4379 ARFLAGS=rc
4381 if test -n "$ac_tool_prefix"; then
4382 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
4383 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
4384 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4385 $as_echo_n "checking for $ac_word... " >&6; }
4386 if test "${ac_cv_prog_RANLIB+set}" = set; then :
4387 $as_echo_n "(cached) " >&6
4388 else
4389 if test -n "$RANLIB"; then
4390 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
4391 else
4392 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4393 for as_dir in $PATH
4395 IFS=$as_save_IFS
4396 test -z "$as_dir" && as_dir=.
4397 for ac_exec_ext in '' $ac_executable_extensions; do
4398 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4399 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
4400 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4401 break 2
4403 done
4404 done
4405 IFS=$as_save_IFS
4409 RANLIB=$ac_cv_prog_RANLIB
4410 if test -n "$RANLIB"; then
4411 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
4412 $as_echo "$RANLIB" >&6; }
4413 else
4414 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4415 $as_echo "no" >&6; }
4420 if test -z "$ac_cv_prog_RANLIB"; then
4421 ac_ct_RANLIB=$RANLIB
4422 # Extract the first word of "ranlib", so it can be a program name with args.
4423 set dummy ranlib; ac_word=$2
4424 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4425 $as_echo_n "checking for $ac_word... " >&6; }
4426 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
4427 $as_echo_n "(cached) " >&6
4428 else
4429 if test -n "$ac_ct_RANLIB"; then
4430 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
4431 else
4432 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4433 for as_dir in $PATH
4435 IFS=$as_save_IFS
4436 test -z "$as_dir" && as_dir=.
4437 for ac_exec_ext in '' $ac_executable_extensions; do
4438 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4439 ac_cv_prog_ac_ct_RANLIB="ranlib"
4440 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4441 break 2
4443 done
4444 done
4445 IFS=$as_save_IFS
4449 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
4450 if test -n "$ac_ct_RANLIB"; then
4451 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
4452 $as_echo "$ac_ct_RANLIB" >&6; }
4453 else
4454 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4455 $as_echo "no" >&6; }
4458 if test "x$ac_ct_RANLIB" = x; then
4459 RANLIB=":"
4460 else
4461 case $cross_compiling:$ac_tool_warned in
4462 yes:)
4463 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4464 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4465 ac_tool_warned=yes ;;
4466 esac
4467 RANLIB=$ac_ct_RANLIB
4469 else
4470 RANLIB="$ac_cv_prog_RANLIB"
4473 if test -n "$ac_tool_prefix"; then
4474 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
4475 set dummy ${ac_tool_prefix}strip; ac_word=$2
4476 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4477 $as_echo_n "checking for $ac_word... " >&6; }
4478 if test "${ac_cv_prog_STRIP+set}" = set; then :
4479 $as_echo_n "(cached) " >&6
4480 else
4481 if test -n "$STRIP"; then
4482 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
4483 else
4484 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4485 for as_dir in $PATH
4487 IFS=$as_save_IFS
4488 test -z "$as_dir" && as_dir=.
4489 for ac_exec_ext in '' $ac_executable_extensions; do
4490 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4491 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
4492 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4493 break 2
4495 done
4496 done
4497 IFS=$as_save_IFS
4501 STRIP=$ac_cv_prog_STRIP
4502 if test -n "$STRIP"; then
4503 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
4504 $as_echo "$STRIP" >&6; }
4505 else
4506 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4507 $as_echo "no" >&6; }
4512 if test -z "$ac_cv_prog_STRIP"; then
4513 ac_ct_STRIP=$STRIP
4514 # Extract the first word of "strip", so it can be a program name with args.
4515 set dummy strip; ac_word=$2
4516 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4517 $as_echo_n "checking for $ac_word... " >&6; }
4518 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
4519 $as_echo_n "(cached) " >&6
4520 else
4521 if test -n "$ac_ct_STRIP"; then
4522 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
4523 else
4524 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4525 for as_dir in $PATH
4527 IFS=$as_save_IFS
4528 test -z "$as_dir" && as_dir=.
4529 for ac_exec_ext in '' $ac_executable_extensions; do
4530 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4531 ac_cv_prog_ac_ct_STRIP="strip"
4532 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4533 break 2
4535 done
4536 done
4537 IFS=$as_save_IFS
4541 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
4542 if test -n "$ac_ct_STRIP"; then
4543 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
4544 $as_echo "$ac_ct_STRIP" >&6; }
4545 else
4546 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4547 $as_echo "no" >&6; }
4550 if test "x$ac_ct_STRIP" = x; then
4551 STRIP="strip"
4552 else
4553 case $cross_compiling:$ac_tool_warned in
4554 yes:)
4555 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4556 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4557 ac_tool_warned=yes ;;
4558 esac
4559 STRIP=$ac_ct_STRIP
4561 else
4562 STRIP="$ac_cv_prog_STRIP"
4565 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
4566 $as_echo_n "checking whether ln -s works... " >&6; }
4567 LN_S=$as_ln_s
4568 if test "$LN_S" = "ln -s"; then
4569 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4570 $as_echo "yes" >&6; }
4571 else
4572 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
4573 $as_echo "no, using $LN_S" >&6; }
4576 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
4577 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
4578 if test "${ac_cv_path_GREP+set}" = set; then :
4579 $as_echo_n "(cached) " >&6
4580 else
4581 if test -z "$GREP"; then
4582 ac_path_GREP_found=false
4583 # Loop through the user's path and test for each of PROGNAME-LIST
4584 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4585 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4587 IFS=$as_save_IFS
4588 test -z "$as_dir" && as_dir=.
4589 for ac_prog in grep ggrep; do
4590 for ac_exec_ext in '' $ac_executable_extensions; do
4591 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
4592 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
4593 # Check for GNU ac_path_GREP and select it if it is found.
4594 # Check for GNU $ac_path_GREP
4595 case `"$ac_path_GREP" --version 2>&1` in
4596 *GNU*)
4597 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
4599 ac_count=0
4600 $as_echo_n 0123456789 >"conftest.in"
4601 while :
4603 cat "conftest.in" "conftest.in" >"conftest.tmp"
4604 mv "conftest.tmp" "conftest.in"
4605 cp "conftest.in" "conftest.nl"
4606 $as_echo 'GREP' >> "conftest.nl"
4607 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4608 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4609 as_fn_arith $ac_count + 1 && ac_count=$as_val
4610 if test $ac_count -gt ${ac_path_GREP_max-0}; then
4611 # Best one so far, save it but keep looking for a better one
4612 ac_cv_path_GREP="$ac_path_GREP"
4613 ac_path_GREP_max=$ac_count
4615 # 10*(2^10) chars as input seems more than enough
4616 test $ac_count -gt 10 && break
4617 done
4618 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4619 esac
4621 $ac_path_GREP_found && break 3
4622 done
4623 done
4624 done
4625 IFS=$as_save_IFS
4626 if test -z "$ac_cv_path_GREP"; then
4627 as_fn_error "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4629 else
4630 ac_cv_path_GREP=$GREP
4634 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
4635 $as_echo "$ac_cv_path_GREP" >&6; }
4636 GREP="$ac_cv_path_GREP"
4639 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
4640 $as_echo_n "checking for egrep... " >&6; }
4641 if test "${ac_cv_path_EGREP+set}" = set; then :
4642 $as_echo_n "(cached) " >&6
4643 else
4644 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
4645 then ac_cv_path_EGREP="$GREP -E"
4646 else
4647 if test -z "$EGREP"; then
4648 ac_path_EGREP_found=false
4649 # Loop through the user's path and test for each of PROGNAME-LIST
4650 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4651 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4653 IFS=$as_save_IFS
4654 test -z "$as_dir" && as_dir=.
4655 for ac_prog in egrep; do
4656 for ac_exec_ext in '' $ac_executable_extensions; do
4657 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
4658 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
4659 # Check for GNU ac_path_EGREP and select it if it is found.
4660 # Check for GNU $ac_path_EGREP
4661 case `"$ac_path_EGREP" --version 2>&1` in
4662 *GNU*)
4663 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
4665 ac_count=0
4666 $as_echo_n 0123456789 >"conftest.in"
4667 while :
4669 cat "conftest.in" "conftest.in" >"conftest.tmp"
4670 mv "conftest.tmp" "conftest.in"
4671 cp "conftest.in" "conftest.nl"
4672 $as_echo 'EGREP' >> "conftest.nl"
4673 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4674 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4675 as_fn_arith $ac_count + 1 && ac_count=$as_val
4676 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
4677 # Best one so far, save it but keep looking for a better one
4678 ac_cv_path_EGREP="$ac_path_EGREP"
4679 ac_path_EGREP_max=$ac_count
4681 # 10*(2^10) chars as input seems more than enough
4682 test $ac_count -gt 10 && break
4683 done
4684 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4685 esac
4687 $ac_path_EGREP_found && break 3
4688 done
4689 done
4690 done
4691 IFS=$as_save_IFS
4692 if test -z "$ac_cv_path_EGREP"; then
4693 as_fn_error "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4695 else
4696 ac_cv_path_EGREP=$EGREP
4701 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
4702 $as_echo "$ac_cv_path_EGREP" >&6; }
4703 EGREP="$ac_cv_path_EGREP"
4706 # Extract the first word of "ldconfig", so it can be a program name with args.
4707 set dummy ldconfig; ac_word=$2
4708 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4709 $as_echo_n "checking for $ac_word... " >&6; }
4710 if test "${ac_cv_path_LDCONFIG+set}" = set; then :
4711 $as_echo_n "(cached) " >&6
4712 else
4713 case $LDCONFIG in
4714 [\\/]* | ?:[\\/]*)
4715 ac_cv_path_LDCONFIG="$LDCONFIG" # Let the user override the test with a path.
4718 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4719 for as_dir in /sbin /usr/sbin $PATH
4721 IFS=$as_save_IFS
4722 test -z "$as_dir" && as_dir=.
4723 for ac_exec_ext in '' $ac_executable_extensions; do
4724 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4725 ac_cv_path_LDCONFIG="$as_dir/$ac_word$ac_exec_ext"
4726 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4727 break 2
4729 done
4730 done
4731 IFS=$as_save_IFS
4733 test -z "$ac_cv_path_LDCONFIG" && ac_cv_path_LDCONFIG="true"
4735 esac
4737 LDCONFIG=$ac_cv_path_LDCONFIG
4738 if test -n "$LDCONFIG"; then
4739 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LDCONFIG" >&5
4740 $as_echo "$LDCONFIG" >&6; }
4741 else
4742 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4743 $as_echo "no" >&6; }
4747 # Find a good install program. We prefer a C program (faster),
4748 # so one script is as good as another. But avoid the broken or
4749 # incompatible versions:
4750 # SysV /etc/install, /usr/sbin/install
4751 # SunOS /usr/etc/install
4752 # IRIX /sbin/install
4753 # AIX /bin/install
4754 # AmigaOS /C/install, which installs bootblocks on floppy discs
4755 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
4756 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
4757 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
4758 # OS/2's system install, which has a completely different semantic
4759 # ./install, which can be erroneously created by make from ./install.sh.
4760 # Reject install programs that cannot install multiple files.
4761 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
4762 $as_echo_n "checking for a BSD-compatible install... " >&6; }
4763 if test -z "$INSTALL"; then
4764 if test "${ac_cv_path_install+set}" = set; then :
4765 $as_echo_n "(cached) " >&6
4766 else
4767 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4768 for as_dir in $PATH
4770 IFS=$as_save_IFS
4771 test -z "$as_dir" && as_dir=.
4772 # Account for people who put trailing slashes in PATH elements.
4773 case $as_dir/ in #((
4774 ./ | .// | /[cC]/* | \
4775 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
4776 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
4777 /usr/ucb/* ) ;;
4779 # OSF1 and SCO ODT 3.0 have their own names for install.
4780 # Don't use installbsd from OSF since it installs stuff as root
4781 # by default.
4782 for ac_prog in ginstall scoinst install; do
4783 for ac_exec_ext in '' $ac_executable_extensions; do
4784 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
4785 if test $ac_prog = install &&
4786 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
4787 # AIX install. It has an incompatible calling convention.
4789 elif test $ac_prog = install &&
4790 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
4791 # program-specific install script used by HP pwplus--don't use.
4793 else
4794 rm -rf conftest.one conftest.two conftest.dir
4795 echo one > conftest.one
4796 echo two > conftest.two
4797 mkdir conftest.dir
4798 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
4799 test -s conftest.one && test -s conftest.two &&
4800 test -s conftest.dir/conftest.one &&
4801 test -s conftest.dir/conftest.two
4802 then
4803 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
4804 break 3
4808 done
4809 done
4811 esac
4813 done
4814 IFS=$as_save_IFS
4816 rm -rf conftest.one conftest.two conftest.dir
4819 if test "${ac_cv_path_install+set}" = set; then
4820 INSTALL=$ac_cv_path_install
4821 else
4822 # As a last resort, use the slow shell script. Don't cache a
4823 # value for INSTALL within a source directory, because that will
4824 # break other packages using the cache if that directory is
4825 # removed, or if the value is a relative name.
4826 INSTALL=$ac_install_sh
4829 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
4830 $as_echo "$INSTALL" >&6; }
4832 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
4833 # It thinks the first close brace ends the variable substitution.
4834 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
4836 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
4838 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
4840 case "$INSTALL" in
4841 [\\/$]* | ?:[\\/]* ) ;;
4842 *) INSTALL="\\\$(TOPSRCDIR)/$INSTALL" ;;
4843 esac
4845 for ac_prog in lclint lint
4847 # Extract the first word of "$ac_prog", so it can be a program name with args.
4848 set dummy $ac_prog; ac_word=$2
4849 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4850 $as_echo_n "checking for $ac_word... " >&6; }
4851 if test "${ac_cv_prog_LINT+set}" = set; then :
4852 $as_echo_n "(cached) " >&6
4853 else
4854 if test -n "$LINT"; then
4855 ac_cv_prog_LINT="$LINT" # Let the user override the test.
4856 else
4857 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4858 for as_dir in $PATH
4860 IFS=$as_save_IFS
4861 test -z "$as_dir" && as_dir=.
4862 for ac_exec_ext in '' $ac_executable_extensions; do
4863 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4864 ac_cv_prog_LINT="$ac_prog"
4865 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4866 break 2
4868 done
4869 done
4870 IFS=$as_save_IFS
4874 LINT=$ac_cv_prog_LINT
4875 if test -n "$LINT"; then
4876 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINT" >&5
4877 $as_echo "$LINT" >&6; }
4878 else
4879 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4880 $as_echo "no" >&6; }
4884 test -n "$LINT" && break
4885 done
4887 if test "$LINT" = "lint"
4888 then
4889 LINTFLAGS="$LINTFLAGS -errchk=%all,no%longptr64 -errhdr=%user -Ncheck=macro -Nlevel=4"
4894 for ac_prog in fontforge
4896 # Extract the first word of "$ac_prog", so it can be a program name with args.
4897 set dummy $ac_prog; ac_word=$2
4898 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4899 $as_echo_n "checking for $ac_word... " >&6; }
4900 if test "${ac_cv_prog_FONTFORGE+set}" = set; then :
4901 $as_echo_n "(cached) " >&6
4902 else
4903 if test -n "$FONTFORGE"; then
4904 ac_cv_prog_FONTFORGE="$FONTFORGE" # Let the user override the test.
4905 else
4906 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4907 for as_dir in $PATH
4909 IFS=$as_save_IFS
4910 test -z "$as_dir" && as_dir=.
4911 for ac_exec_ext in '' $ac_executable_extensions; do
4912 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4913 ac_cv_prog_FONTFORGE="$ac_prog"
4914 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4915 break 2
4917 done
4918 done
4919 IFS=$as_save_IFS
4923 FONTFORGE=$ac_cv_prog_FONTFORGE
4924 if test -n "$FONTFORGE"; then
4925 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FONTFORGE" >&5
4926 $as_echo "$FONTFORGE" >&6; }
4927 else
4928 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4929 $as_echo "no" >&6; }
4933 test -n "$FONTFORGE" && break
4934 done
4935 test -n "$FONTFORGE" || FONTFORGE="false"
4937 for ac_prog in pkg-config
4939 # Extract the first word of "$ac_prog", so it can be a program name with args.
4940 set dummy $ac_prog; ac_word=$2
4941 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4942 $as_echo_n "checking for $ac_word... " >&6; }
4943 if test "${ac_cv_prog_PKG_CONFIG+set}" = set; then :
4944 $as_echo_n "(cached) " >&6
4945 else
4946 if test -n "$PKG_CONFIG"; then
4947 ac_cv_prog_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test.
4948 else
4949 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4950 for as_dir in $PATH
4952 IFS=$as_save_IFS
4953 test -z "$as_dir" && as_dir=.
4954 for ac_exec_ext in '' $ac_executable_extensions; do
4955 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4956 ac_cv_prog_PKG_CONFIG="$ac_prog"
4957 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4958 break 2
4960 done
4961 done
4962 IFS=$as_save_IFS
4966 PKG_CONFIG=$ac_cv_prog_PKG_CONFIG
4967 if test -n "$PKG_CONFIG"; then
4968 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
4969 $as_echo "$PKG_CONFIG" >&6; }
4970 else
4971 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4972 $as_echo "no" >&6; }
4976 test -n "$PKG_CONFIG" && break
4977 done
4978 test -n "$PKG_CONFIG" || PKG_CONFIG="false"
4980 for ac_prog in rsvg
4982 # Extract the first word of "$ac_prog", so it can be a program name with args.
4983 set dummy $ac_prog; ac_word=$2
4984 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4985 $as_echo_n "checking for $ac_word... " >&6; }
4986 if test "${ac_cv_prog_RSVG+set}" = set; then :
4987 $as_echo_n "(cached) " >&6
4988 else
4989 if test -n "$RSVG"; then
4990 ac_cv_prog_RSVG="$RSVG" # Let the user override the test.
4991 else
4992 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4993 for as_dir in $PATH
4995 IFS=$as_save_IFS
4996 test -z "$as_dir" && as_dir=.
4997 for ac_exec_ext in '' $ac_executable_extensions; do
4998 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4999 ac_cv_prog_RSVG="$ac_prog"
5000 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5001 break 2
5003 done
5004 done
5005 IFS=$as_save_IFS
5009 RSVG=$ac_cv_prog_RSVG
5010 if test -n "$RSVG"; then
5011 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RSVG" >&5
5012 $as_echo "$RSVG" >&6; }
5013 else
5014 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5015 $as_echo "no" >&6; }
5019 test -n "$RSVG" && break
5020 done
5021 test -n "$RSVG" || RSVG="false"
5023 for ac_prog in convert
5025 # Extract the first word of "$ac_prog", so it can be a program name with args.
5026 set dummy $ac_prog; ac_word=$2
5027 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5028 $as_echo_n "checking for $ac_word... " >&6; }
5029 if test "${ac_cv_prog_CONVERT+set}" = set; then :
5030 $as_echo_n "(cached) " >&6
5031 else
5032 if test -n "$CONVERT"; then
5033 ac_cv_prog_CONVERT="$CONVERT" # Let the user override the test.
5034 else
5035 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5036 for as_dir in $PATH
5038 IFS=$as_save_IFS
5039 test -z "$as_dir" && as_dir=.
5040 for ac_exec_ext in '' $ac_executable_extensions; do
5041 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5042 ac_cv_prog_CONVERT="$ac_prog"
5043 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5044 break 2
5046 done
5047 done
5048 IFS=$as_save_IFS
5052 CONVERT=$ac_cv_prog_CONVERT
5053 if test -n "$CONVERT"; then
5054 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CONVERT" >&5
5055 $as_echo "$CONVERT" >&6; }
5056 else
5057 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5058 $as_echo "no" >&6; }
5062 test -n "$CONVERT" && break
5063 done
5064 test -n "$CONVERT" || CONVERT="false"
5066 for ac_prog in icotool
5068 # Extract the first word of "$ac_prog", so it can be a program name with args.
5069 set dummy $ac_prog; ac_word=$2
5070 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5071 $as_echo_n "checking for $ac_word... " >&6; }
5072 if test "${ac_cv_prog_ICOTOOL+set}" = set; then :
5073 $as_echo_n "(cached) " >&6
5074 else
5075 if test -n "$ICOTOOL"; then
5076 ac_cv_prog_ICOTOOL="$ICOTOOL" # Let the user override the test.
5077 else
5078 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5079 for as_dir in $PATH
5081 IFS=$as_save_IFS
5082 test -z "$as_dir" && as_dir=.
5083 for ac_exec_ext in '' $ac_executable_extensions; do
5084 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5085 ac_cv_prog_ICOTOOL="$ac_prog"
5086 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5087 break 2
5089 done
5090 done
5091 IFS=$as_save_IFS
5095 ICOTOOL=$ac_cv_prog_ICOTOOL
5096 if test -n "$ICOTOOL"; then
5097 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ICOTOOL" >&5
5098 $as_echo "$ICOTOOL" >&6; }
5099 else
5100 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5101 $as_echo "no" >&6; }
5105 test -n "$ICOTOOL" && break
5106 done
5107 test -n "$ICOTOOL" || ICOTOOL="false"
5110 if test "${enable_maintainer_mode+set}" = set
5111 then
5112 if test "$FONTFORGE" = "false"; then as_fn_append wine_warnings "|fontforge is missing, fonts can't be rebuilt."; fi
5113 if test "$RSVG" = "false"; then as_fn_append wine_warnings "|rsvg is missing, icons can't be rebuilt."; fi
5114 if test "$CONVERT" = "false"; then as_fn_append wine_warnings "|imagemagick is missing, icons can't be rebuilt."; fi
5116 if test "$ICOTOOL" = false
5117 then
5118 as_fn_append wine_warnings "|icotool is missing, icons can't be rebuilt."
5119 else
5120 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for recent enough icotool" >&5
5121 $as_echo_n "checking for recent enough icotool... " >&6; }
5122 icotool_version=`icotool --version | head -n1`
5123 if test "x$icotool_version" != "x"
5124 then
5125 icotool_version_major=`expr "$icotool_version" : '.* \([0-9]*\).[0-9]*'`
5126 icotool_version_minor=`expr "$icotool_version" : '.* [0-9]*.\([0-9]*\)'`
5127 if test "$icotool_version_major" -eq 0 -a "$icotool_version_minor" -lt 29
5128 then
5129 ICOTOOL=false
5130 as_fn_append wine_warnings "|icotool version 0.29.0 or newer is needed to rebuild icons."
5133 if test "$ICOTOOL" = false
5134 then
5135 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no ($icotool_version_major.$icotool_version_minor)" >&5
5136 $as_echo "no ($icotool_version_major.$icotool_version_minor)" >&6; }
5137 else
5138 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes ($icotool_version_major.$icotool_version_minor)" >&5
5139 $as_echo "yes ($icotool_version_major.$icotool_version_minor)" >&6; }
5145 case $host_cpu in
5146 *i[3456789]86*)
5147 # Extract the first word of "prelink", so it can be a program name with args.
5148 set dummy prelink; ac_word=$2
5149 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5150 $as_echo_n "checking for $ac_word... " >&6; }
5151 if test "${ac_cv_path_PRELINK+set}" = set; then :
5152 $as_echo_n "(cached) " >&6
5153 else
5154 case $PRELINK in
5155 [\\/]* | ?:[\\/]*)
5156 ac_cv_path_PRELINK="$PRELINK" # Let the user override the test with a path.
5159 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5160 for as_dir in /sbin /usr/sbin $PATH
5162 IFS=$as_save_IFS
5163 test -z "$as_dir" && as_dir=.
5164 for ac_exec_ext in '' $ac_executable_extensions; do
5165 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5166 ac_cv_path_PRELINK="$as_dir/$ac_word$ac_exec_ext"
5167 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5168 break 2
5170 done
5171 done
5172 IFS=$as_save_IFS
5174 test -z "$ac_cv_path_PRELINK" && ac_cv_path_PRELINK="false"
5176 esac
5178 PRELINK=$ac_cv_path_PRELINK
5179 if test -n "$PRELINK"; then
5180 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PRELINK" >&5
5181 $as_echo "$PRELINK" >&6; }
5182 else
5183 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5184 $as_echo "no" >&6; }
5189 esac
5192 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for i386_set_ldt in -li386" >&5
5193 $as_echo_n "checking for i386_set_ldt in -li386... " >&6; }
5194 if test "${ac_cv_lib_i386_i386_set_ldt+set}" = set; then :
5195 $as_echo_n "(cached) " >&6
5196 else
5197 ac_check_lib_save_LIBS=$LIBS
5198 LIBS="-li386 $LIBS"
5199 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5200 /* end confdefs.h. */
5202 /* Override any GCC internal prototype to avoid an error.
5203 Use char because int might match the return type of a GCC
5204 builtin and then its argument prototype would still apply. */
5205 #ifdef __cplusplus
5206 extern "C"
5207 #endif
5208 char i386_set_ldt ();
5210 main ()
5212 return i386_set_ldt ();
5214 return 0;
5216 _ACEOF
5217 if ac_fn_c_try_link "$LINENO"; then :
5218 ac_cv_lib_i386_i386_set_ldt=yes
5219 else
5220 ac_cv_lib_i386_i386_set_ldt=no
5222 rm -f core conftest.err conftest.$ac_objext \
5223 conftest$ac_exeext conftest.$ac_ext
5224 LIBS=$ac_check_lib_save_LIBS
5226 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_i386_i386_set_ldt" >&5
5227 $as_echo "$ac_cv_lib_i386_i386_set_ldt" >&6; }
5228 if test "x$ac_cv_lib_i386_i386_set_ldt" = x""yes; then :
5229 cat >>confdefs.h <<_ACEOF
5230 #define HAVE_LIBI386 1
5231 _ACEOF
5233 LIBS="-li386 $LIBS"
5237 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _oss_ioctl in -lossaudio" >&5
5238 $as_echo_n "checking for _oss_ioctl in -lossaudio... " >&6; }
5239 if test "${ac_cv_lib_ossaudio__oss_ioctl+set}" = set; then :
5240 $as_echo_n "(cached) " >&6
5241 else
5242 ac_check_lib_save_LIBS=$LIBS
5243 LIBS="-lossaudio $LIBS"
5244 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5245 /* end confdefs.h. */
5247 /* Override any GCC internal prototype to avoid an error.
5248 Use char because int might match the return type of a GCC
5249 builtin and then its argument prototype would still apply. */
5250 #ifdef __cplusplus
5251 extern "C"
5252 #endif
5253 char _oss_ioctl ();
5255 main ()
5257 return _oss_ioctl ();
5259 return 0;
5261 _ACEOF
5262 if ac_fn_c_try_link "$LINENO"; then :
5263 ac_cv_lib_ossaudio__oss_ioctl=yes
5264 else
5265 ac_cv_lib_ossaudio__oss_ioctl=no
5267 rm -f core conftest.err conftest.$ac_objext \
5268 conftest$ac_exeext conftest.$ac_ext
5269 LIBS=$ac_check_lib_save_LIBS
5271 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5
5272 $as_echo "$ac_cv_lib_ossaudio__oss_ioctl" >&6; }
5273 if test "x$ac_cv_lib_ossaudio__oss_ioctl" = x""yes; then :
5274 cat >>confdefs.h <<_ACEOF
5275 #define HAVE_LIBOSSAUDIO 1
5276 _ACEOF
5278 LIBS="-lossaudio $LIBS"
5283 XLIB=""
5285 OPENGL_LIBS=""
5289 # Check whether --enable-largefile was given.
5290 if test "${enable_largefile+set}" = set; then :
5291 enableval=$enable_largefile;
5294 if test "$enable_largefile" != no; then
5296 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5
5297 $as_echo_n "checking for special C compiler options needed for large files... " >&6; }
5298 if test "${ac_cv_sys_largefile_CC+set}" = set; then :
5299 $as_echo_n "(cached) " >&6
5300 else
5301 ac_cv_sys_largefile_CC=no
5302 if test "$GCC" != yes; then
5303 ac_save_CC=$CC
5304 while :; do
5305 # IRIX 6.2 and later do not support large files by default,
5306 # so use the C compiler's -n32 option if that helps.
5307 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5308 /* end confdefs.h. */
5309 #include <sys/types.h>
5310 /* Check that off_t can represent 2**63 - 1 correctly.
5311 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5312 since some C++ compilers masquerading as C compilers
5313 incorrectly reject 9223372036854775807. */
5314 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5315 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5316 && LARGE_OFF_T % 2147483647 == 1)
5317 ? 1 : -1];
5319 main ()
5323 return 0;
5325 _ACEOF
5326 if ac_fn_c_try_compile "$LINENO"; then :
5327 break
5329 rm -f core conftest.err conftest.$ac_objext
5330 CC="$CC -n32"
5331 if ac_fn_c_try_compile "$LINENO"; then :
5332 ac_cv_sys_largefile_CC=' -n32'; break
5334 rm -f core conftest.err conftest.$ac_objext
5335 break
5336 done
5337 CC=$ac_save_CC
5338 rm -f conftest.$ac_ext
5341 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_CC" >&5
5342 $as_echo "$ac_cv_sys_largefile_CC" >&6; }
5343 if test "$ac_cv_sys_largefile_CC" != no; then
5344 CC=$CC$ac_cv_sys_largefile_CC
5347 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5
5348 $as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; }
5349 if test "${ac_cv_sys_file_offset_bits+set}" = set; then :
5350 $as_echo_n "(cached) " >&6
5351 else
5352 while :; do
5353 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5354 /* end confdefs.h. */
5355 #include <sys/types.h>
5356 /* Check that off_t can represent 2**63 - 1 correctly.
5357 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5358 since some C++ compilers masquerading as C compilers
5359 incorrectly reject 9223372036854775807. */
5360 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5361 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5362 && LARGE_OFF_T % 2147483647 == 1)
5363 ? 1 : -1];
5365 main ()
5369 return 0;
5371 _ACEOF
5372 if ac_fn_c_try_compile "$LINENO"; then :
5373 ac_cv_sys_file_offset_bits=no; break
5375 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5376 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5377 /* end confdefs.h. */
5378 #define _FILE_OFFSET_BITS 64
5379 #include <sys/types.h>
5380 /* Check that off_t can represent 2**63 - 1 correctly.
5381 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5382 since some C++ compilers masquerading as C compilers
5383 incorrectly reject 9223372036854775807. */
5384 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5385 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5386 && LARGE_OFF_T % 2147483647 == 1)
5387 ? 1 : -1];
5389 main ()
5393 return 0;
5395 _ACEOF
5396 if ac_fn_c_try_compile "$LINENO"; then :
5397 ac_cv_sys_file_offset_bits=64; break
5399 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5400 ac_cv_sys_file_offset_bits=unknown
5401 break
5402 done
5404 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_file_offset_bits" >&5
5405 $as_echo "$ac_cv_sys_file_offset_bits" >&6; }
5406 case $ac_cv_sys_file_offset_bits in #(
5407 no | unknown) ;;
5409 cat >>confdefs.h <<_ACEOF
5410 #define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
5411 _ACEOF
5413 esac
5414 rm -rf conftest*
5415 if test $ac_cv_sys_file_offset_bits = unknown; then
5416 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5
5417 $as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; }
5418 if test "${ac_cv_sys_large_files+set}" = set; then :
5419 $as_echo_n "(cached) " >&6
5420 else
5421 while :; do
5422 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5423 /* end confdefs.h. */
5424 #include <sys/types.h>
5425 /* Check that off_t can represent 2**63 - 1 correctly.
5426 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5427 since some C++ compilers masquerading as C compilers
5428 incorrectly reject 9223372036854775807. */
5429 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5430 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5431 && LARGE_OFF_T % 2147483647 == 1)
5432 ? 1 : -1];
5434 main ()
5438 return 0;
5440 _ACEOF
5441 if ac_fn_c_try_compile "$LINENO"; then :
5442 ac_cv_sys_large_files=no; break
5444 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5445 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5446 /* end confdefs.h. */
5447 #define _LARGE_FILES 1
5448 #include <sys/types.h>
5449 /* Check that off_t can represent 2**63 - 1 correctly.
5450 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5451 since some C++ compilers masquerading as C compilers
5452 incorrectly reject 9223372036854775807. */
5453 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5454 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5455 && LARGE_OFF_T % 2147483647 == 1)
5456 ? 1 : -1];
5458 main ()
5462 return 0;
5464 _ACEOF
5465 if ac_fn_c_try_compile "$LINENO"; then :
5466 ac_cv_sys_large_files=1; break
5468 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5469 ac_cv_sys_large_files=unknown
5470 break
5471 done
5473 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_large_files" >&5
5474 $as_echo "$ac_cv_sys_large_files" >&6; }
5475 case $ac_cv_sys_large_files in #(
5476 no | unknown) ;;
5478 cat >>confdefs.h <<_ACEOF
5479 #define _LARGE_FILES $ac_cv_sys_large_files
5480 _ACEOF
5482 esac
5483 rm -rf conftest*
5488 ac_ext=c
5489 ac_cpp='$CPP $CPPFLAGS'
5490 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5491 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5492 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5493 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
5494 $as_echo_n "checking how to run the C preprocessor... " >&6; }
5495 # On Suns, sometimes $CPP names a directory.
5496 if test -n "$CPP" && test -d "$CPP"; then
5497 CPP=
5499 if test -z "$CPP"; then
5500 if test "${ac_cv_prog_CPP+set}" = set; then :
5501 $as_echo_n "(cached) " >&6
5502 else
5503 # Double quotes because CPP needs to be expanded
5504 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
5506 ac_preproc_ok=false
5507 for ac_c_preproc_warn_flag in '' yes
5509 # Use a header file that comes with gcc, so configuring glibc
5510 # with a fresh cross-compiler works.
5511 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5512 # <limits.h> exists even on freestanding compilers.
5513 # On the NeXT, cc -E runs the code through the compiler's parser,
5514 # not just through cpp. "Syntax error" is here to catch this case.
5515 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5516 /* end confdefs.h. */
5517 #ifdef __STDC__
5518 # include <limits.h>
5519 #else
5520 # include <assert.h>
5521 #endif
5522 Syntax error
5523 _ACEOF
5524 if ac_fn_c_try_cpp "$LINENO"; then :
5526 else
5527 # Broken: fails on valid input.
5528 continue
5530 rm -f conftest.err conftest.$ac_ext
5532 # OK, works on sane cases. Now check whether nonexistent headers
5533 # can be detected and how.
5534 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5535 /* end confdefs.h. */
5536 #include <ac_nonexistent.h>
5537 _ACEOF
5538 if ac_fn_c_try_cpp "$LINENO"; then :
5539 # Broken: success on invalid input.
5540 continue
5541 else
5542 # Passes both tests.
5543 ac_preproc_ok=:
5544 break
5546 rm -f conftest.err conftest.$ac_ext
5548 done
5549 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5550 rm -f conftest.err conftest.$ac_ext
5551 if $ac_preproc_ok; then :
5552 break
5555 done
5556 ac_cv_prog_CPP=$CPP
5559 CPP=$ac_cv_prog_CPP
5560 else
5561 ac_cv_prog_CPP=$CPP
5563 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
5564 $as_echo "$CPP" >&6; }
5565 ac_preproc_ok=false
5566 for ac_c_preproc_warn_flag in '' yes
5568 # Use a header file that comes with gcc, so configuring glibc
5569 # with a fresh cross-compiler works.
5570 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5571 # <limits.h> exists even on freestanding compilers.
5572 # On the NeXT, cc -E runs the code through the compiler's parser,
5573 # not just through cpp. "Syntax error" is here to catch this case.
5574 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5575 /* end confdefs.h. */
5576 #ifdef __STDC__
5577 # include <limits.h>
5578 #else
5579 # include <assert.h>
5580 #endif
5581 Syntax error
5582 _ACEOF
5583 if ac_fn_c_try_cpp "$LINENO"; then :
5585 else
5586 # Broken: fails on valid input.
5587 continue
5589 rm -f conftest.err conftest.$ac_ext
5591 # OK, works on sane cases. Now check whether nonexistent headers
5592 # can be detected and how.
5593 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5594 /* end confdefs.h. */
5595 #include <ac_nonexistent.h>
5596 _ACEOF
5597 if ac_fn_c_try_cpp "$LINENO"; then :
5598 # Broken: success on invalid input.
5599 continue
5600 else
5601 # Passes both tests.
5602 ac_preproc_ok=:
5603 break
5605 rm -f conftest.err conftest.$ac_ext
5607 done
5608 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5609 rm -f conftest.err conftest.$ac_ext
5610 if $ac_preproc_ok; then :
5612 else
5613 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5614 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5615 as_fn_error "C preprocessor \"$CPP\" fails sanity check
5616 See \`config.log' for more details." "$LINENO" 5; }
5619 ac_ext=c
5620 ac_cpp='$CPP $CPPFLAGS'
5621 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5622 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5623 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5626 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
5627 $as_echo_n "checking for ANSI C header files... " >&6; }
5628 if test "${ac_cv_header_stdc+set}" = set; then :
5629 $as_echo_n "(cached) " >&6
5630 else
5631 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5632 /* end confdefs.h. */
5633 #include <stdlib.h>
5634 #include <stdarg.h>
5635 #include <string.h>
5636 #include <float.h>
5639 main ()
5643 return 0;
5645 _ACEOF
5646 if ac_fn_c_try_compile "$LINENO"; then :
5647 ac_cv_header_stdc=yes
5648 else
5649 ac_cv_header_stdc=no
5651 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5653 if test $ac_cv_header_stdc = yes; then
5654 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
5655 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5656 /* end confdefs.h. */
5657 #include <string.h>
5659 _ACEOF
5660 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5661 $EGREP "memchr" >/dev/null 2>&1; then :
5663 else
5664 ac_cv_header_stdc=no
5666 rm -f conftest*
5670 if test $ac_cv_header_stdc = yes; then
5671 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
5672 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5673 /* end confdefs.h. */
5674 #include <stdlib.h>
5676 _ACEOF
5677 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5678 $EGREP "free" >/dev/null 2>&1; then :
5680 else
5681 ac_cv_header_stdc=no
5683 rm -f conftest*
5687 if test $ac_cv_header_stdc = yes; then
5688 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
5689 if test "$cross_compiling" = yes; then :
5691 else
5692 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5693 /* end confdefs.h. */
5694 #include <ctype.h>
5695 #include <stdlib.h>
5696 #if ((' ' & 0x0FF) == 0x020)
5697 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
5698 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5699 #else
5700 # define ISLOWER(c) \
5701 (('a' <= (c) && (c) <= 'i') \
5702 || ('j' <= (c) && (c) <= 'r') \
5703 || ('s' <= (c) && (c) <= 'z'))
5704 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
5705 #endif
5707 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
5709 main ()
5711 int i;
5712 for (i = 0; i < 256; i++)
5713 if (XOR (islower (i), ISLOWER (i))
5714 || toupper (i) != TOUPPER (i))
5715 return 2;
5716 return 0;
5718 _ACEOF
5719 if ac_fn_c_try_run "$LINENO"; then :
5721 else
5722 ac_cv_header_stdc=no
5724 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
5725 conftest.$ac_objext conftest.beam conftest.$ac_ext
5730 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
5731 $as_echo "$ac_cv_header_stdc" >&6; }
5732 if test $ac_cv_header_stdc = yes; then
5734 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
5738 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
5739 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
5740 inttypes.h stdint.h unistd.h
5741 do :
5742 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5743 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
5745 eval as_val=\$$as_ac_Header
5746 if test "x$as_val" = x""yes; then :
5747 cat >>confdefs.h <<_ACEOF
5748 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5749 _ACEOF
5753 done
5756 for ac_header in \
5757 AL/al.h \
5758 AudioToolbox/AudioConverter.h \
5759 AudioToolbox/AudioFile.h \
5760 AudioToolbox/AudioFileStream.h \
5761 AudioUnit/AudioUnit.h \
5762 Carbon/Carbon.h \
5763 CoreAudio/CoreAudio.h \
5764 DiskArbitration/DiskArbitration.h \
5765 IOKit/IOKitLib.h \
5766 IOKit/hid/IOHIDLib.h \
5767 OpenAL/al.h \
5768 alias.h \
5769 alsa/asoundlib.h \
5770 arpa/inet.h \
5771 arpa/nameser.h \
5772 asm/types.h \
5773 capi20.h \
5774 curses.h \
5775 direct.h \
5776 dirent.h \
5777 dlfcn.h \
5778 elf.h \
5779 float.h \
5780 fnmatch.h \
5781 fontconfig/fontconfig.h \
5782 getopt.h \
5783 grp.h \
5784 gsm.h \
5785 gsm/gsm.h \
5786 ieeefp.h \
5787 inet/mib2.h \
5788 io.h \
5789 jack/jack.h \
5790 jpeglib.h \
5791 kstat.h \
5792 lber.h \
5793 lcms.h \
5794 lcms/lcms.h \
5795 ldap.h \
5796 libaudioio.h \
5797 link.h \
5798 linux/cdrom.h \
5799 linux/compiler.h \
5800 linux/hdreg.h \
5801 linux/input.h \
5802 linux/ioctl.h \
5803 linux/joystick.h \
5804 linux/major.h \
5805 linux/param.h \
5806 linux/serial.h \
5807 linux/types.h \
5808 linux/ucdrom.h \
5809 mach-o/nlist.h \
5810 mach/mach.h \
5811 mach/machine.h \
5812 machine/cpu.h \
5813 machine/limits.h \
5814 machine/soundcard.h \
5815 mntent.h \
5816 mpg123.h \
5817 ncurses.h \
5818 netdb.h \
5819 netinet/in.h \
5820 netinet/in_systm.h \
5821 netinet/tcp.h \
5822 netinet/tcp_fsm.h \
5823 openssl/err.h \
5824 openssl/ssl.h \
5825 png.h \
5826 poll.h \
5827 port.h \
5828 process.h \
5829 pthread.h \
5830 pwd.h \
5831 regex.h \
5832 sched.h \
5833 scsi/scsi.h \
5834 scsi/scsi_ioctl.h \
5835 scsi/sg.h \
5836 soundcard.h \
5837 stdbool.h \
5838 stdint.h \
5839 strings.h \
5840 stropts.h \
5841 sys/asoundlib.h \
5842 sys/cdio.h \
5843 sys/elf32.h \
5844 sys/epoll.h \
5845 sys/errno.h \
5846 sys/event.h \
5847 sys/exec_elf.h \
5848 sys/filio.h \
5849 sys/inotify.h \
5850 sys/ioctl.h \
5851 sys/ipc.h \
5852 sys/limits.h \
5853 sys/link.h \
5854 sys/mman.h \
5855 sys/modem.h \
5856 sys/msg.h \
5857 sys/mtio.h \
5858 sys/param.h \
5859 sys/poll.h \
5860 sys/prctl.h \
5861 sys/protosw.h \
5862 sys/ptrace.h \
5863 sys/resource.h \
5864 sys/scsiio.h \
5865 sys/shm.h \
5866 sys/signal.h \
5867 sys/socket.h \
5868 sys/socketvar.h \
5869 sys/sockio.h \
5870 sys/soundcard.h \
5871 sys/statvfs.h \
5872 sys/strtio.h \
5873 sys/syscall.h \
5874 sys/tihdr.h \
5875 sys/time.h \
5876 sys/timeout.h \
5877 sys/times.h \
5878 sys/uio.h \
5879 sys/un.h \
5880 sys/utsname.h \
5881 sys/vm86.h \
5882 sys/wait.h \
5883 syscall.h \
5884 termios.h \
5885 tiffio.h \
5886 unistd.h \
5887 utime.h \
5888 valgrind/memcheck.h \
5889 valgrind/valgrind.h \
5890 zlib.h
5892 do :
5893 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5894 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
5895 eval as_val=\$$as_ac_Header
5896 if test "x$as_val" = x""yes; then :
5897 cat >>confdefs.h <<_ACEOF
5898 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5899 _ACEOF
5903 done
5905 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stat file-mode macros are broken" >&5
5906 $as_echo_n "checking whether stat file-mode macros are broken... " >&6; }
5907 if test "${ac_cv_header_stat_broken+set}" = set; then :
5908 $as_echo_n "(cached) " >&6
5909 else
5910 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5911 /* end confdefs.h. */
5912 #include <sys/types.h>
5913 #include <sys/stat.h>
5915 #if defined S_ISBLK && defined S_IFDIR
5916 extern char c1[S_ISBLK (S_IFDIR) ? -1 : 1];
5917 #endif
5919 #if defined S_ISBLK && defined S_IFCHR
5920 extern char c2[S_ISBLK (S_IFCHR) ? -1 : 1];
5921 #endif
5923 #if defined S_ISLNK && defined S_IFREG
5924 extern char c3[S_ISLNK (S_IFREG) ? -1 : 1];
5925 #endif
5927 #if defined S_ISSOCK && defined S_IFREG
5928 extern char c4[S_ISSOCK (S_IFREG) ? -1 : 1];
5929 #endif
5931 _ACEOF
5932 if ac_fn_c_try_compile "$LINENO"; then :
5933 ac_cv_header_stat_broken=no
5934 else
5935 ac_cv_header_stat_broken=yes
5937 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5939 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stat_broken" >&5
5940 $as_echo "$ac_cv_header_stat_broken" >&6; }
5941 if test $ac_cv_header_stat_broken = yes; then
5943 $as_echo "#define STAT_MACROS_BROKEN 1" >>confdefs.h
5949 for ac_header in sys/mount.h sys/statfs.h sys/sysctl.h sys/user.h sys/vfs.h
5950 do :
5951 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5952 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
5953 #ifdef HAVE_SYS_PARAM_H
5954 # include <sys/param.h>
5955 #endif
5957 eval as_val=\$$as_ac_Header
5958 if test "x$as_val" = x""yes; then :
5959 cat >>confdefs.h <<_ACEOF
5960 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5961 _ACEOF
5965 done
5968 for ac_header in \
5969 netinet/ip.h \
5970 net/if.h \
5971 net/if_arp.h \
5972 net/if_dl.h \
5973 net/if_types.h \
5974 net/route.h \
5975 netinet/if_ether.h \
5976 netinet/if_inarp.h \
5977 netinet/in_pcb.h \
5978 netinet/ip_icmp.h \
5979 netinet/ip_var.h \
5980 netinet/udp.h \
5981 netipx/ipx.h \
5983 do :
5984 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5985 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
5986 #ifdef HAVE_SYS_SOCKET_H
5987 # include <sys/socket.h>
5988 #endif
5989 #ifdef HAVE_SYS_SOCKETVAR_H
5990 # include <sys/socketvar.h>
5991 #endif
5992 #ifdef HAVE_NET_ROUTE_H
5993 # include <net/route.h>
5994 #endif
5995 #ifdef HAVE_NETINET_IN_H
5996 # include <netinet/in.h>
5997 #endif
5998 #ifdef HAVE_NETINET_IN_SYSTM_H
5999 # include <netinet/in_systm.h>
6000 #endif
6001 #ifdef HAVE_NET_IF_H
6002 # include <net/if.h>
6003 #endif
6004 #ifdef HAVE_NETINET_IP_H
6005 # include <netinet/ip.h>
6006 #endif
6008 eval as_val=\$$as_ac_Header
6009 if test "x$as_val" = x""yes; then :
6010 cat >>confdefs.h <<_ACEOF
6011 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6012 _ACEOF
6016 done
6019 for ac_header in netinet/tcp_timer.h netinet/udp_var.h netinet/icmp_var.h netinet/tcp_var.h
6020 do :
6021 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6022 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
6023 #ifdef HAVE_ALIAS_H
6024 # include <alias.h>
6025 #endif
6026 #ifdef HAVE_SYS_SOCKET_H
6027 # include <sys/socket.h>
6028 #endif
6029 #ifdef HAVE_SYS_SOCKETVAR_H
6030 # include <sys/socketvar.h>
6031 #endif
6032 #ifdef HAVE_SYS_TIMEOUT_H
6033 # include <sys/timeout.h>
6034 #endif
6035 #ifdef HAVE_NETINET_IN_H
6036 # include <netinet/in.h>
6037 #endif
6038 #ifdef HAVE_NETINET_IN_SYSTM_H
6039 # include <netinet/in_systm.h>
6040 #endif
6041 #ifdef HAVE_NETINET_IP_H
6042 # include <netinet/ip.h>
6043 #endif
6044 #ifdef HAVE_NETINET_IP_VAR_H
6045 # include <netinet/ip_var.h>
6046 #endif
6047 #ifdef HAVE_NETINET_IP_ICMP_H
6048 # include <netinet/ip_icmp.h>
6049 #endif
6050 #ifdef HAVE_NETINET_UDP_H
6051 # include <netinet/udp.h>
6052 #endif
6053 #ifdef HAVE_NETINET_TCP_H
6054 # include <netinet/tcp.h>
6055 #endif
6056 #ifdef HAVE_NETINET_TCP_TIMER_H
6057 #include <netinet/tcp_timer.h>
6058 #endif
6060 eval as_val=\$$as_ac_Header
6061 if test "x$as_val" = x""yes; then :
6062 cat >>confdefs.h <<_ACEOF
6063 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6064 _ACEOF
6068 done
6071 for ac_header in linux/ipx.h linux/irda.h
6072 do :
6073 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6074 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
6075 #ifdef HAVE_ASM_TYPES_H
6076 # include <asm/types.h>
6077 #endif
6078 #ifdef HAVE_SYS_SOCKET_H
6079 # include <sys/socket.h>
6080 #endif
6081 #ifdef HAVE_LINUX_TYPES_H
6082 # include <linux/types.h>
6083 #endif
6085 eval as_val=\$$as_ac_Header
6086 if test "x$as_val" = x""yes; then :
6087 cat >>confdefs.h <<_ACEOF
6088 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6089 _ACEOF
6093 done
6096 for ac_header in mach-o/dyld_images.h
6097 do :
6098 ac_fn_c_check_header_compile "$LINENO" "mach-o/dyld_images.h" "ac_cv_header_mach_o_dyld_images_h" "#ifdef HAVE_STDBOOL_H
6099 # include <stdbool.h>
6100 #endif
6101 #ifdef HAVE_STDINT_H
6102 # include <stdint.h>
6103 #endif
6105 if test "x$ac_cv_header_mach_o_dyld_images_h" = x""yes; then :
6106 cat >>confdefs.h <<_ACEOF
6107 #define HAVE_MACH_O_DYLD_IMAGES_H 1
6108 _ACEOF
6112 done
6115 for ac_header in resolv.h
6116 do :
6117 ac_fn_c_check_header_compile "$LINENO" "resolv.h" "ac_cv_header_resolv_h" "#include <sys/types.h>
6118 #ifdef HAVE_SYS_SOCKET_H
6119 # include <sys/socket.h>
6120 #endif
6121 #ifdef HAVE_NETINET_IN_H
6122 # include <netinet/in.h>
6123 #endif
6124 #ifdef HAVE_ARPA_NAMESER_H
6125 # include <arpa/nameser.h>
6126 #endif
6128 if test "x$ac_cv_header_resolv_h" = x""yes; then :
6129 cat >>confdefs.h <<_ACEOF
6130 #define HAVE_RESOLV_H 1
6131 _ACEOF
6135 done
6138 for ac_header in ifaddrs.h
6139 do :
6140 ac_fn_c_check_header_compile "$LINENO" "ifaddrs.h" "ac_cv_header_ifaddrs_h" "#include <sys/types.h>
6142 if test "x$ac_cv_header_ifaddrs_h" = x""yes; then :
6143 cat >>confdefs.h <<_ACEOF
6144 #define HAVE_IFADDRS_H 1
6145 _ACEOF
6149 done
6152 for ac_header in ucontext.h
6153 do :
6154 ac_fn_c_check_header_compile "$LINENO" "ucontext.h" "ac_cv_header_ucontext_h" "#include <signal.h>
6156 if test "x$ac_cv_header_ucontext_h" = x""yes; then :
6157 cat >>confdefs.h <<_ACEOF
6158 #define HAVE_UCONTEXT_H 1
6159 _ACEOF
6163 done
6166 for ac_header in sys/thr.h
6167 do :
6168 ac_fn_c_check_header_compile "$LINENO" "sys/thr.h" "ac_cv_header_sys_thr_h" "#include <sys/types.h>
6169 #ifdef HAVE_UCONTEXT_H
6170 #include <ucontext.h>
6171 #endif
6173 if test "x$ac_cv_header_sys_thr_h" = x""yes; then :
6174 cat >>confdefs.h <<_ACEOF
6175 #define HAVE_SYS_THR_H 1
6176 _ACEOF
6180 done
6183 for ac_header in pthread_np.h
6184 do :
6185 ac_fn_c_check_header_compile "$LINENO" "pthread_np.h" "ac_cv_header_pthread_np_h" "#ifdef HAVE_PTHREAD_H
6186 #include <pthread.h>
6187 #endif
6189 if test "x$ac_cv_header_pthread_np_h" = x""yes; then :
6190 cat >>confdefs.h <<_ACEOF
6191 #define HAVE_PTHREAD_NP_H 1
6192 _ACEOF
6196 done
6199 for ac_header in linux/videodev.h
6200 do :
6201 ac_fn_c_check_header_compile "$LINENO" "linux/videodev.h" "ac_cv_header_linux_videodev_h" "#ifdef HAVE_SYS_TIME_H
6202 #include <sys/time.h>
6203 #endif
6204 #include <sys/types.h>
6205 #ifdef HAVE_ASM_TYPES_H
6206 #include <asm/types.h>
6207 #endif
6209 if test "x$ac_cv_header_linux_videodev_h" = x""yes; then :
6210 cat >>confdefs.h <<_ACEOF
6211 #define HAVE_LINUX_VIDEODEV_H 1
6212 _ACEOF
6216 done
6219 for ac_header in linux/capi.h
6220 do :
6221 ac_fn_c_check_header_compile "$LINENO" "linux/capi.h" "ac_cv_header_linux_capi_h" "#define __user
6223 if test "x$ac_cv_header_linux_capi_h" = x""yes; then :
6224 cat >>confdefs.h <<_ACEOF
6225 #define HAVE_LINUX_CAPI_H 1
6226 _ACEOF
6230 done
6234 DLLEXT=""
6236 DLLFLAGS="-D_REENTRANT"
6238 LDSHARED=""
6240 LDDLLFLAGS=""
6242 LIBEXT="so"
6244 IMPLIBEXT="def"
6246 LDRPATH_INSTALL=""
6248 LDRPATH_LOCAL=""
6250 STATIC_IMPLIBEXT="def.a"
6251 # Extract the first word of "ldd", so it can be a program name with args.
6252 set dummy ldd; ac_word=$2
6253 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6254 $as_echo_n "checking for $ac_word... " >&6; }
6255 if test "${ac_cv_path_LDD+set}" = set; then :
6256 $as_echo_n "(cached) " >&6
6257 else
6258 case $LDD in
6259 [\\/]* | ?:[\\/]*)
6260 ac_cv_path_LDD="$LDD" # Let the user override the test with a path.
6263 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6264 as_dummy="/sbin:/usr/sbin:$PATH"
6265 for as_dir in $as_dummy
6267 IFS=$as_save_IFS
6268 test -z "$as_dir" && as_dir=.
6269 for ac_exec_ext in '' $ac_executable_extensions; do
6270 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6271 ac_cv_path_LDD="$as_dir/$ac_word$ac_exec_ext"
6272 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6273 break 2
6275 done
6276 done
6277 IFS=$as_save_IFS
6279 test -z "$ac_cv_path_LDD" && ac_cv_path_LDD="true"
6281 esac
6283 LDD=$ac_cv_path_LDD
6284 if test -n "$LDD"; then
6285 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LDD" >&5
6286 $as_echo "$LDD" >&6; }
6287 else
6288 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6289 $as_echo "no" >&6; }
6294 case $host_os in
6295 cygwin*|mingw32*)
6296 if test -n "$ac_tool_prefix"; then
6297 # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
6298 set dummy ${ac_tool_prefix}dlltool; ac_word=$2
6299 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6300 $as_echo_n "checking for $ac_word... " >&6; }
6301 if test "${ac_cv_prog_DLLTOOL+set}" = set; then :
6302 $as_echo_n "(cached) " >&6
6303 else
6304 if test -n "$DLLTOOL"; then
6305 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
6306 else
6307 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6308 for as_dir in $PATH
6310 IFS=$as_save_IFS
6311 test -z "$as_dir" && as_dir=.
6312 for ac_exec_ext in '' $ac_executable_extensions; do
6313 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6314 ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
6315 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6316 break 2
6318 done
6319 done
6320 IFS=$as_save_IFS
6324 DLLTOOL=$ac_cv_prog_DLLTOOL
6325 if test -n "$DLLTOOL"; then
6326 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
6327 $as_echo "$DLLTOOL" >&6; }
6328 else
6329 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6330 $as_echo "no" >&6; }
6335 if test -z "$ac_cv_prog_DLLTOOL"; then
6336 ac_ct_DLLTOOL=$DLLTOOL
6337 # Extract the first word of "dlltool", so it can be a program name with args.
6338 set dummy dlltool; ac_word=$2
6339 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6340 $as_echo_n "checking for $ac_word... " >&6; }
6341 if test "${ac_cv_prog_ac_ct_DLLTOOL+set}" = set; then :
6342 $as_echo_n "(cached) " >&6
6343 else
6344 if test -n "$ac_ct_DLLTOOL"; then
6345 ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test.
6346 else
6347 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6348 for as_dir in $PATH
6350 IFS=$as_save_IFS
6351 test -z "$as_dir" && as_dir=.
6352 for ac_exec_ext in '' $ac_executable_extensions; do
6353 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6354 ac_cv_prog_ac_ct_DLLTOOL="dlltool"
6355 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6356 break 2
6358 done
6359 done
6360 IFS=$as_save_IFS
6364 ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
6365 if test -n "$ac_ct_DLLTOOL"; then
6366 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DLLTOOL" >&5
6367 $as_echo "$ac_ct_DLLTOOL" >&6; }
6368 else
6369 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6370 $as_echo "no" >&6; }
6373 if test "x$ac_ct_DLLTOOL" = x; then
6374 DLLTOOL="false"
6375 else
6376 case $cross_compiling:$ac_tool_warned in
6377 yes:)
6378 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6379 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6380 ac_tool_warned=yes ;;
6381 esac
6382 DLLTOOL=$ac_ct_DLLTOOL
6384 else
6385 DLLTOOL="$ac_cv_prog_DLLTOOL"
6388 if test -n "$ac_tool_prefix"; then
6389 # Extract the first word of "${ac_tool_prefix}dllwrap", so it can be a program name with args.
6390 set dummy ${ac_tool_prefix}dllwrap; ac_word=$2
6391 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6392 $as_echo_n "checking for $ac_word... " >&6; }
6393 if test "${ac_cv_prog_DLLWRAP+set}" = set; then :
6394 $as_echo_n "(cached) " >&6
6395 else
6396 if test -n "$DLLWRAP"; then
6397 ac_cv_prog_DLLWRAP="$DLLWRAP" # Let the user override the test.
6398 else
6399 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6400 for as_dir in $PATH
6402 IFS=$as_save_IFS
6403 test -z "$as_dir" && as_dir=.
6404 for ac_exec_ext in '' $ac_executable_extensions; do
6405 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6406 ac_cv_prog_DLLWRAP="${ac_tool_prefix}dllwrap"
6407 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6408 break 2
6410 done
6411 done
6412 IFS=$as_save_IFS
6416 DLLWRAP=$ac_cv_prog_DLLWRAP
6417 if test -n "$DLLWRAP"; then
6418 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLWRAP" >&5
6419 $as_echo "$DLLWRAP" >&6; }
6420 else
6421 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6422 $as_echo "no" >&6; }
6427 if test -z "$ac_cv_prog_DLLWRAP"; then
6428 ac_ct_DLLWRAP=$DLLWRAP
6429 # Extract the first word of "dllwrap", so it can be a program name with args.
6430 set dummy dllwrap; ac_word=$2
6431 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6432 $as_echo_n "checking for $ac_word... " >&6; }
6433 if test "${ac_cv_prog_ac_ct_DLLWRAP+set}" = set; then :
6434 $as_echo_n "(cached) " >&6
6435 else
6436 if test -n "$ac_ct_DLLWRAP"; then
6437 ac_cv_prog_ac_ct_DLLWRAP="$ac_ct_DLLWRAP" # Let the user override the test.
6438 else
6439 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6440 for as_dir in $PATH
6442 IFS=$as_save_IFS
6443 test -z "$as_dir" && as_dir=.
6444 for ac_exec_ext in '' $ac_executable_extensions; do
6445 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6446 ac_cv_prog_ac_ct_DLLWRAP="dllwrap"
6447 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6448 break 2
6450 done
6451 done
6452 IFS=$as_save_IFS
6456 ac_ct_DLLWRAP=$ac_cv_prog_ac_ct_DLLWRAP
6457 if test -n "$ac_ct_DLLWRAP"; then
6458 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DLLWRAP" >&5
6459 $as_echo "$ac_ct_DLLWRAP" >&6; }
6460 else
6461 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6462 $as_echo "no" >&6; }
6465 if test "x$ac_ct_DLLWRAP" = x; then
6466 DLLWRAP="false"
6467 else
6468 case $cross_compiling:$ac_tool_warned in
6469 yes:)
6470 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6471 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6472 ac_tool_warned=yes ;;
6473 esac
6474 DLLWRAP=$ac_ct_DLLWRAP
6476 else
6477 DLLWRAP="$ac_cv_prog_DLLWRAP"
6480 if test "$DLLWRAP" = "false"; then
6481 LIBEXT="a"
6482 else
6483 LIBEXT="dll"
6485 IMPLIBEXT="a"
6486 STATIC_IMPLIBEXT="a"
6487 enable_iphlpapi=${enable_iphlpapi:-no}
6488 enable_kernel32=${enable_kernel32:-no}
6489 enable_msvcrt=${enable_msvcrt:-no}
6490 enable_ntdll=${enable_ntdll:-no}
6491 enable_ws2_32=${enable_ws2_32:-no}
6492 enable_loader=${enable_loader:-no}
6493 enable_server=${enable_server:-no}
6494 with_x=${with_x:-no}
6495 with_pthread=${with_pthread:-no}
6497 darwin*|macosx*)
6498 DLLEXT=".so"
6499 LIBEXT="dylib"
6500 DLLFLAGS="$DLLFLAGS -fPIC"
6501 LDDLLFLAGS="-bundle -multiply_defined suppress"
6502 LIBWINE_LDFLAGS="-multiply_defined suppress"
6503 LDSHARED="\$(CC) -dynamiclib"
6504 STRIP="$STRIP -x"
6505 LDRPATH_LOCAL="&& install_name_tool -change @executable_path/\`\$(RELPATH) \$(bindir) \$(libdir)\`/libwine.1.dylib @executable_path/\$(TOPOBJDIR)/libs/wine/libwine.1.dylib \$@ || \$(RM) \$@"
6506 SECURITYLIB="-framework Security -framework CoreFoundation"
6508 COREFOUNDATIONLIB="-framework CoreFoundation"
6510 IOKITLIB="-framework IOKit -framework CoreFoundation"
6512 LDEXECFLAGS="-image_base 0x7bf00000 -Wl,-segaddr,WINE_DOS,0x00000000,-segaddr,WINE_SHAREDHEAP,0x7f000000"
6514 if test "$ac_cv_header_DiskArbitration_DiskArbitration_h" = "yes"
6515 then
6516 DISKARBITRATIONLIB="-framework DiskArbitration -framework CoreFoundation"
6519 if test "$ac_cv_header_CoreAudio_CoreAudio_h" = "yes" -a "$ac_cv_header_AudioUnit_AudioUnit_h" = "yes"
6520 then
6521 COREAUDIO="-framework CoreAudio -framework AudioUnit -framework CoreServices -framework AudioToolbox -framework CoreMIDI"
6523 ac_save_LIBS="$LIBS"
6524 if test "$ac_cv_header_AudioToolbox_AudioFile_h" = "yes"
6525 then
6526 LIBS="$LIBS $COREAUDIO"
6527 for ac_func in AudioFileStreamOpen
6528 do :
6529 ac_fn_c_check_func "$LINENO" "AudioFileStreamOpen" "ac_cv_func_AudioFileStreamOpen"
6530 if test "x$ac_cv_func_AudioFileStreamOpen" = x""yes; then :
6531 cat >>confdefs.h <<_ACEOF
6532 #define HAVE_AUDIOFILESTREAMOPEN 1
6533 _ACEOF
6536 done
6538 LIBS="$ac_save_LIBS"
6540 test "x$ac_cv_func_AudioFileStreamOpen" = xyes || as_fn_append wine_notices "|AudioToolbox version too old, mp3 codec won't be supported."
6542 if test "$ac_cv_header_OpenAL_al_h" = "yes"
6543 then
6544 FRAMEWORK_OPENAL="-framework OpenAL"
6547 cat >>confdefs.h <<_ACEOF
6548 #define HAVE_OPENAL 1
6549 _ACEOF
6551 ac_cv_lib_openal=yes
6553 if test "$ac_cv_header_IOKit_hid_IOHIDLib_h" = "yes"
6554 then
6555 ac_save_LIBS="$LIBS"
6556 LIBS="$LIBS $IOKITLIB"
6557 for ac_func in IOHIDManagerCreate
6558 do :
6559 ac_fn_c_check_func "$LINENO" "IOHIDManagerCreate" "ac_cv_func_IOHIDManagerCreate"
6560 if test "x$ac_cv_func_IOHIDManagerCreate" = x""yes; then :
6561 cat >>confdefs.h <<_ACEOF
6562 #define HAVE_IOHIDMANAGERCREATE 1
6563 _ACEOF
6566 done
6568 LIBS="$ac_save_LIBS"
6570 case $host_cpu in
6571 *powerpc*)
6572 LDDLLFLAGS="$LDDLLFLAGS -read_only_relocs warning" ;;
6573 esac
6574 if test "$ac_cv_header_Carbon_Carbon_h" = "yes"
6575 then
6576 CARBONLIB="-framework Carbon"
6578 enable_winequartz_drv=${enable_winequartz_drv:-yes}
6580 if test "x$enable_win16" = "xyes"
6581 then
6582 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether 16-bit code can be built correctly" >&5
6583 $as_echo_n "checking whether 16-bit code can be built correctly... " >&6; }
6584 if test "$cross_compiling" = yes; then :
6585 { $as_echo "$as_me:${as_lineno-$LINENO}: result: cross-compiling, assuming yes" >&5
6586 $as_echo "cross-compiling, assuming yes" >&6; }
6587 else
6588 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6589 /* end confdefs.h. */
6590 asm(".text\n"
6591 "bad:\tnop;nop\n"
6592 "good:\tnop;nop\n\t"
6593 ".globl _testfunc\n"
6594 "_testfunc:\tcallw good");
6595 extern void testfunc();
6597 main ()
6599 unsigned short *p = (unsigned short *)testfunc;
6600 return p[0] != 0xe866 || p[1] != 0xfffa
6602 return 0;
6604 _ACEOF
6605 if ac_fn_c_try_run "$LINENO"; then :
6606 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6607 $as_echo "yes" >&6; }
6608 else
6609 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6610 $as_echo "no" >&6; }
6611 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
6613 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
6614 conftest.$ac_objext conftest.beam conftest.$ac_ext
6620 DLLFLAGS="$DLLFLAGS -fPIC"
6621 DLLEXT=".so"
6622 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can build a GNU style ELF dll" >&5
6623 $as_echo_n "checking whether we can build a GNU style ELF dll... " >&6; }
6624 if test "${ac_cv_c_dll_gnuelf+set}" = set; then :
6625 $as_echo_n "(cached) " >&6
6626 else
6627 ac_wine_try_cflags_saved=$CFLAGS
6628 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic"
6629 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6630 /* end confdefs.h. */
6631 void myfunc() {}
6632 _ACEOF
6633 if ac_fn_c_try_link "$LINENO"; then :
6634 ac_cv_c_dll_gnuelf="yes"
6635 else
6636 ac_cv_c_dll_gnuelf="no"
6638 rm -f core conftest.err conftest.$ac_objext \
6639 conftest$ac_exeext conftest.$ac_ext
6640 CFLAGS=$ac_wine_try_cflags_saved
6642 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dll_gnuelf" >&5
6643 $as_echo "$ac_cv_c_dll_gnuelf" >&6; }
6644 if test "$ac_cv_c_dll_gnuelf" = "yes"
6645 then
6646 LDSHARED="\$(CC) -shared"
6647 LDDLLFLAGS="-shared -Wl,-Bsymbolic"
6648 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1" >&5
6649 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1... " >&6; }
6650 if test "${ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1+set}" = set; then :
6651 $as_echo_n "(cached) " >&6
6652 else
6653 ac_wine_try_cflags_saved=$CFLAGS
6654 CFLAGS="$CFLAGS -fPIC -shared -Wl,-soname,confest.so.1"
6655 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6656 /* end confdefs.h. */
6657 int main(int argc, char **argv) { return 0; }
6658 _ACEOF
6659 if ac_fn_c_try_link "$LINENO"; then :
6660 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=yes
6661 else
6662 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=no
6664 rm -f core conftest.err conftest.$ac_objext \
6665 conftest$ac_exeext conftest.$ac_ext
6666 CFLAGS=$ac_wine_try_cflags_saved
6668 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&5
6669 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&6; }
6670 if test $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1 = yes; then :
6671 LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-soname,%)"
6672 else
6673 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1" >&5
6674 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1... " >&6; }
6675 if test "${ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1+set}" = set; then :
6676 $as_echo_n "(cached) " >&6
6677 else
6678 ac_wine_try_cflags_saved=$CFLAGS
6679 CFLAGS="$CFLAGS -fPIC -shared -Wl,-h,confest.so.1"
6680 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6681 /* end confdefs.h. */
6682 int main(int argc, char **argv) { return 0; }
6683 _ACEOF
6684 if ac_fn_c_try_link "$LINENO"; then :
6685 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=yes
6686 else
6687 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=no
6689 rm -f core conftest.err conftest.$ac_objext \
6690 conftest$ac_exeext conftest.$ac_ext
6691 CFLAGS=$ac_wine_try_cflags_saved
6693 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&5
6694 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&6; }
6695 if test $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1 = yes; then :
6696 LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-h,%)"
6700 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs" >&5
6701 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs... " >&6; }
6702 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs+set}" = set; then :
6703 $as_echo_n "(cached) " >&6
6704 else
6705 ac_wine_try_cflags_saved=$CFLAGS
6706 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-z,defs"
6707 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6708 /* end confdefs.h. */
6709 int main(int argc, char **argv) { return 0; }
6710 _ACEOF
6711 if ac_fn_c_try_link "$LINENO"; then :
6712 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=yes
6713 else
6714 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=no
6716 rm -f core conftest.err conftest.$ac_objext \
6717 conftest$ac_exeext conftest.$ac_ext
6718 CFLAGS=$ac_wine_try_cflags_saved
6720 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&5
6721 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&6; }
6722 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs = yes; then :
6723 LDDLLFLAGS="$LDDLLFLAGS,-z,defs"
6726 { $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
6727 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini... " >&6; }
6728 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini+set}" = set; then :
6729 $as_echo_n "(cached) " >&6
6730 else
6731 ac_wine_try_cflags_saved=$CFLAGS
6732 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini"
6733 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6734 /* end confdefs.h. */
6735 int main(int argc, char **argv) { return 0; }
6736 _ACEOF
6737 if ac_fn_c_try_link "$LINENO"; then :
6738 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=yes
6739 else
6740 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=no
6742 rm -f core conftest.err conftest.$ac_objext \
6743 conftest$ac_exeext conftest.$ac_ext
6744 CFLAGS=$ac_wine_try_cflags_saved
6746 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&5
6747 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&6; }
6748 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini = yes; then :
6749 LDDLLFLAGS="$LDDLLFLAGS,-init,__wine_spec_init,-fini,__wine_spec_fini"
6752 echo '{ global: *; };' >conftest.map
6753 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map" >&5
6754 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map... " >&6; }
6755 if test "${ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map+set}" = set; then :
6756 $as_echo_n "(cached) " >&6
6757 else
6758 ac_wine_try_cflags_saved=$CFLAGS
6759 CFLAGS="$CFLAGS -fPIC -shared -Wl,--version-script=conftest.map"
6760 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6761 /* end confdefs.h. */
6762 int main(int argc, char **argv) { return 0; }
6763 _ACEOF
6764 if ac_fn_c_try_link "$LINENO"; then :
6765 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=yes
6766 else
6767 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=no
6769 rm -f core conftest.err conftest.$ac_objext \
6770 conftest$ac_exeext conftest.$ac_ext
6771 CFLAGS=$ac_wine_try_cflags_saved
6773 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&5
6774 $as_echo "$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&6; }
6775 if test $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map = yes; then :
6776 LDSHARED="$LDSHARED \$(VERSCRIPT:%=-Wl,--version-script=%)"
6778 rm -f conftest.map
6780 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
6781 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--export-dynamic... " >&6; }
6782 if test "${ac_cv_cflags__fPIC__Wl___export_dynamic+set}" = set; then :
6783 $as_echo_n "(cached) " >&6
6784 else
6785 ac_wine_try_cflags_saved=$CFLAGS
6786 CFLAGS="$CFLAGS -fPIC -Wl,--export-dynamic"
6787 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6788 /* end confdefs.h. */
6789 int main(int argc, char **argv) { return 0; }
6790 _ACEOF
6791 if ac_fn_c_try_link "$LINENO"; then :
6792 ac_cv_cflags__fPIC__Wl___export_dynamic=yes
6793 else
6794 ac_cv_cflags__fPIC__Wl___export_dynamic=no
6796 rm -f core conftest.err conftest.$ac_objext \
6797 conftest$ac_exeext conftest.$ac_ext
6798 CFLAGS=$ac_wine_try_cflags_saved
6800 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
6801 $as_echo "$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
6802 if test $ac_cv_cflags__fPIC__Wl___export_dynamic = yes; then :
6803 LDEXECFLAGS="-Wl,--export-dynamic"
6807 as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,--rpath,\\$ORIGIN/../lib" | $as_tr_sh`
6808 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
6809 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... " >&6; }
6810 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then :
6811 $as_echo_n "(cached) " >&6
6812 else
6813 ac_wine_try_cflags_saved=$CFLAGS
6814 CFLAGS="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
6815 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6816 /* end confdefs.h. */
6817 int main(int argc, char **argv) { return 0; }
6818 _ACEOF
6819 if ac_fn_c_try_link "$LINENO"; then :
6820 eval "$as_ac_var=yes"
6821 else
6822 eval "$as_ac_var=no"
6824 rm -f core conftest.err conftest.$ac_objext \
6825 conftest$ac_exeext conftest.$ac_ext
6826 CFLAGS=$ac_wine_try_cflags_saved
6828 eval ac_res=\$$as_ac_var
6829 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
6830 $as_echo "$ac_res" >&6; }
6831 if test `eval 'as_val=${'$as_ac_var'};$as_echo "$as_val"'` = yes; then :
6832 LDRPATH_INSTALL="-Wl,--rpath,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
6833 LDRPATH_LOCAL="-Wl,--rpath,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
6834 else
6835 as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,-R,\\$ORIGIN/../lib" | $as_tr_sh`
6836 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
6837 $as_echo_n "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... " >&6; }
6838 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then :
6839 $as_echo_n "(cached) " >&6
6840 else
6841 ac_wine_try_cflags_saved=$CFLAGS
6842 CFLAGS="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
6843 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6844 /* end confdefs.h. */
6845 int main(int argc, char **argv) { return 0; }
6846 _ACEOF
6847 if ac_fn_c_try_link "$LINENO"; then :
6848 eval "$as_ac_var=yes"
6849 else
6850 eval "$as_ac_var=no"
6852 rm -f core conftest.err conftest.$ac_objext \
6853 conftest$ac_exeext conftest.$ac_ext
6854 CFLAGS=$ac_wine_try_cflags_saved
6856 eval ac_res=\$$as_ac_var
6857 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
6858 $as_echo "$ac_res" >&6; }
6859 if test `eval 'as_val=${'$as_ac_var'};$as_echo "$as_val"'` = yes; then :
6860 LDRPATH_INSTALL="-Wl,-R,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
6861 LDRPATH_LOCAL="-Wl,-R,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
6865 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
6866 $as_echo_n "checking whether the compiler supports -Wl,--enable-new-dtags... " >&6; }
6867 if test "${ac_cv_cflags__Wl___enable_new_dtags+set}" = set; then :
6868 $as_echo_n "(cached) " >&6
6869 else
6870 ac_wine_try_cflags_saved=$CFLAGS
6871 CFLAGS="$CFLAGS -Wl,--enable-new-dtags"
6872 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6873 /* end confdefs.h. */
6874 int main(int argc, char **argv) { return 0; }
6875 _ACEOF
6876 if ac_fn_c_try_link "$LINENO"; then :
6877 ac_cv_cflags__Wl___enable_new_dtags=yes
6878 else
6879 ac_cv_cflags__Wl___enable_new_dtags=no
6881 rm -f core conftest.err conftest.$ac_objext \
6882 conftest$ac_exeext conftest.$ac_ext
6883 CFLAGS=$ac_wine_try_cflags_saved
6885 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
6886 $as_echo "$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
6887 if test $ac_cv_cflags__Wl___enable_new_dtags = yes; then :
6888 LDRPATH_INSTALL="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
6891 case $host_cpu in
6892 *i[3456789]86* | x86_64)
6893 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400" >&5
6894 $as_echo_n "checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400... " >&6; }
6895 if test "${ac_cv_cflags__Wl___section_start__interp_0x7bf00400+set}" = set; then :
6896 $as_echo_n "(cached) " >&6
6897 else
6898 ac_wine_try_cflags_saved=$CFLAGS
6899 CFLAGS="$CFLAGS -Wl,--section-start,.interp=0x7bf00400"
6900 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6901 /* end confdefs.h. */
6902 int main(int argc, char **argv) { return 0; }
6903 _ACEOF
6904 if ac_fn_c_try_link "$LINENO"; then :
6905 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=yes
6906 else
6907 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=no
6909 rm -f core conftest.err conftest.$ac_objext \
6910 conftest$ac_exeext conftest.$ac_ext
6911 CFLAGS=$ac_wine_try_cflags_saved
6913 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&5
6914 $as_echo "$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&6; }
6915 if test $ac_cv_cflags__Wl___section_start__interp_0x7bf00400 = yes; then :
6916 LDEXECFLAGS="$LDEXECFLAGS -Wl,--section-start,.interp=0x7bf00400"
6919 esac
6921 else
6922 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can build a UnixWare (Solaris) dll" >&5
6923 $as_echo_n "checking whether we can build a UnixWare (Solaris) dll... " >&6; }
6924 if test "${ac_cv_c_dll_unixware+set}" = set; then :
6925 $as_echo_n "(cached) " >&6
6926 else
6927 ac_wine_try_cflags_saved=$CFLAGS
6928 CFLAGS="$CFLAGS -fPIC -Wl,-G,-h,conftest.so.1.0,-B,symbolic"
6929 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6930 /* end confdefs.h. */
6931 void myfunc() {}
6932 _ACEOF
6933 if ac_fn_c_try_link "$LINENO"; then :
6934 ac_cv_c_dll_unixware="yes"
6935 else
6936 ac_cv_c_dll_unixware="no"
6938 rm -f core conftest.err conftest.$ac_objext \
6939 conftest$ac_exeext conftest.$ac_ext
6940 CFLAGS=$ac_wine_try_cflags_saved
6942 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dll_unixware" >&5
6943 $as_echo "$ac_cv_c_dll_unixware" >&6; }
6944 if test "$ac_cv_c_dll_unixware" = "yes"
6945 then
6946 LDSHARED="\$(CC) -Wl,-G \$(SONAME:%=-Wl,-h,%)"
6947 LDDLLFLAGS="-Wl,-G,-B,symbolic"
6949 else
6950 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can build an HP-UX dll" >&5
6951 $as_echo_n "checking whether we can build an HP-UX dll... " >&6; }
6952 if test "${ac_cv_c_dll_hpux+set}" = set; then :
6953 $as_echo_n "(cached) " >&6
6954 else
6955 ac_wine_try_cflags_saved=$CFLAGS
6956 CFLAGS="$CFLAGS -shared"
6957 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6958 /* end confdefs.h. */
6959 void myfunc() {}
6960 _ACEOF
6961 if ac_fn_c_try_link "$LINENO"; then :
6962 ac_cv_c_dll_hpux="yes"
6963 else
6964 ac_cv_c_dll_hpux="no"
6966 rm -f core conftest.err conftest.$ac_objext \
6967 conftest$ac_exeext conftest.$ac_ext
6968 CFLAGS=$ac_wine_try_cflags_saved
6970 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dll_hpux" >&5
6971 $as_echo "$ac_cv_c_dll_hpux" >&6; }
6972 if test "$ac_cv_c_dll_hpux" = "yes"
6973 then
6974 LIBEXT="sl"
6975 DLLEXT=".sl"
6976 LDDLLFLAGS="-shared -fPIC"
6977 LDSHARED="\$(CC) -shared"
6982 esac
6984 enable_winequartz_drv=${enable_winequartz_drv:-no}
6986 if test "$LIBEXT" = "a"; then
6987 as_fn_error "could not find a way to build shared libraries.
6988 It is currently not possible to build Wine without shared library
6989 (.so) support to allow transparent switch between .so and .dll files.
6990 If you are using Linux, you will need a newer binutils.
6991 " "$LINENO" 5
6994 if test "$cross_compiling" = "no" -a "$LIBEXT" != "dll"
6995 then
6996 case "$host_cpu" in
6997 i[3456789]86*)
6998 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 " ;;
6999 x86_64)
7000 ac_prefix_list="x86_64-pc-mingw32-gcc x86_64-w64-mingw32-gcc " ;;
7002 ac_prefix_list="" ;;
7003 esac
7004 for ac_prog in $ac_prefix_list
7006 # Extract the first word of "$ac_prog", so it can be a program name with args.
7007 set dummy $ac_prog; ac_word=$2
7008 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7009 $as_echo_n "checking for $ac_word... " >&6; }
7010 if test "${ac_cv_prog_CROSSCC+set}" = set; then :
7011 $as_echo_n "(cached) " >&6
7012 else
7013 if test -n "$CROSSCC"; then
7014 ac_cv_prog_CROSSCC="$CROSSCC" # Let the user override the test.
7015 else
7016 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7017 for as_dir in $PATH
7019 IFS=$as_save_IFS
7020 test -z "$as_dir" && as_dir=.
7021 for ac_exec_ext in '' $ac_executable_extensions; do
7022 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7023 ac_cv_prog_CROSSCC="$ac_prog"
7024 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7025 break 2
7027 done
7028 done
7029 IFS=$as_save_IFS
7033 CROSSCC=$ac_cv_prog_CROSSCC
7034 if test -n "$CROSSCC"; then
7035 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CROSSCC" >&5
7036 $as_echo "$CROSSCC" >&6; }
7037 else
7038 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7039 $as_echo "no" >&6; }
7043 test -n "$CROSSCC" && break
7044 done
7045 test -n "$CROSSCC" || CROSSCC="false"
7047 if test "$CROSSCC" != "false"
7048 then
7049 CROSSTEST="\$(CROSSTEST)"
7051 set x $CROSSCC
7052 shift
7053 target=""
7054 while test $# -ge 1
7056 case "$1" in
7057 *-gcc) target=`expr "$1" : '\(.*\)-gcc'` ;;
7058 esac
7059 shift
7060 done
7061 if test -n "$target"
7062 then
7063 CROSSTARGET="$target"
7070 if test "$ac_cv_header_pthread_h" = "yes"
7071 then
7072 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pthread_create in -lpthread" >&5
7073 $as_echo_n "checking for pthread_create in -lpthread... " >&6; }
7074 if test "${ac_cv_lib_pthread_pthread_create+set}" = set; then :
7075 $as_echo_n "(cached) " >&6
7076 else
7077 ac_check_lib_save_LIBS=$LIBS
7078 LIBS="-lpthread $LIBS"
7079 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7080 /* end confdefs.h. */
7082 /* Override any GCC internal prototype to avoid an error.
7083 Use char because int might match the return type of a GCC
7084 builtin and then its argument prototype would still apply. */
7085 #ifdef __cplusplus
7086 extern "C"
7087 #endif
7088 char pthread_create ();
7090 main ()
7092 return pthread_create ();
7094 return 0;
7096 _ACEOF
7097 if ac_fn_c_try_link "$LINENO"; then :
7098 ac_cv_lib_pthread_pthread_create=yes
7099 else
7100 ac_cv_lib_pthread_pthread_create=no
7102 rm -f core conftest.err conftest.$ac_objext \
7103 conftest$ac_exeext conftest.$ac_ext
7104 LIBS=$ac_check_lib_save_LIBS
7106 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pthread_pthread_create" >&5
7107 $as_echo "$ac_cv_lib_pthread_pthread_create" >&6; }
7108 if test "x$ac_cv_lib_pthread_pthread_create" = x""yes; then :
7109 LIBPTHREAD="-lpthread"
7114 if test "x$LIBPTHREAD" = "x"; then :
7115 case "x$with_pthread" in
7116 xno) ;;
7117 *) as_fn_error "pthread ${notice_platform}development files not found.
7118 Wine cannot support threads without libpthread.
7119 Use the --without-pthread option if you really want this." "$LINENO" 5 ;;
7120 esac
7124 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for X" >&5
7125 $as_echo_n "checking for X... " >&6; }
7128 # Check whether --with-x was given.
7129 if test "${with_x+set}" = set; then :
7130 withval=$with_x;
7133 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
7134 if test "x$with_x" = xno; then
7135 # The user explicitly disabled X.
7136 have_x=disabled
7137 else
7138 case $x_includes,$x_libraries in #(
7139 *\'*) as_fn_error "cannot use X directory names containing '" "$LINENO" 5;; #(
7140 *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then :
7141 $as_echo_n "(cached) " >&6
7142 else
7143 # One or both of the vars are not set, and there is no cached value.
7144 ac_x_includes=no ac_x_libraries=no
7145 rm -f -r conftest.dir
7146 if mkdir conftest.dir; then
7147 cd conftest.dir
7148 cat >Imakefile <<'_ACEOF'
7149 incroot:
7150 @echo incroot='${INCROOT}'
7151 usrlibdir:
7152 @echo usrlibdir='${USRLIBDIR}'
7153 libdir:
7154 @echo libdir='${LIBDIR}'
7155 _ACEOF
7156 if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
7157 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
7158 for ac_var in incroot usrlibdir libdir; do
7159 eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
7160 done
7161 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
7162 for ac_extension in a so sl dylib la dll; do
7163 if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
7164 test -f "$ac_im_libdir/libX11.$ac_extension"; then
7165 ac_im_usrlibdir=$ac_im_libdir; break
7167 done
7168 # Screen out bogus values from the imake configuration. They are
7169 # bogus both because they are the default anyway, and because
7170 # using them would break gcc on systems where it needs fixed includes.
7171 case $ac_im_incroot in
7172 /usr/include) ac_x_includes= ;;
7173 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
7174 esac
7175 case $ac_im_usrlibdir in
7176 /usr/lib | /usr/lib64 | /lib | /lib64) ;;
7177 *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
7178 esac
7180 cd ..
7181 rm -f -r conftest.dir
7184 # Standard set of common directories for X headers.
7185 # Check X11 before X11Rn because it is often a symlink to the current release.
7186 ac_x_header_dirs='
7187 /usr/X11/include
7188 /usr/X11R7/include
7189 /usr/X11R6/include
7190 /usr/X11R5/include
7191 /usr/X11R4/include
7193 /usr/include/X11
7194 /usr/include/X11R7
7195 /usr/include/X11R6
7196 /usr/include/X11R5
7197 /usr/include/X11R4
7199 /usr/local/X11/include
7200 /usr/local/X11R7/include
7201 /usr/local/X11R6/include
7202 /usr/local/X11R5/include
7203 /usr/local/X11R4/include
7205 /usr/local/include/X11
7206 /usr/local/include/X11R7
7207 /usr/local/include/X11R6
7208 /usr/local/include/X11R5
7209 /usr/local/include/X11R4
7211 /usr/X386/include
7212 /usr/x386/include
7213 /usr/XFree86/include/X11
7215 /usr/include
7216 /usr/local/include
7217 /usr/unsupported/include
7218 /usr/athena/include
7219 /usr/local/x11r5/include
7220 /usr/lpp/Xamples/include
7222 /usr/openwin/include
7223 /usr/openwin/share/include'
7225 if test "$ac_x_includes" = no; then
7226 # Guess where to find include files, by looking for Xlib.h.
7227 # First, try using that file with no special directory specified.
7228 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7229 /* end confdefs.h. */
7230 #include <X11/Xlib.h>
7231 _ACEOF
7232 if ac_fn_c_try_cpp "$LINENO"; then :
7233 # We can compile using X headers with no special include directory.
7234 ac_x_includes=
7235 else
7236 for ac_dir in $ac_x_header_dirs; do
7237 if test -r "$ac_dir/X11/Xlib.h"; then
7238 ac_x_includes=$ac_dir
7239 break
7241 done
7243 rm -f conftest.err conftest.$ac_ext
7244 fi # $ac_x_includes = no
7246 if test "$ac_x_libraries" = no; then
7247 # Check for the libraries.
7248 # See if we find them without any special options.
7249 # Don't add to $LIBS permanently.
7250 ac_save_LIBS=$LIBS
7251 LIBS="-lX11 $LIBS"
7252 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7253 /* end confdefs.h. */
7254 #include <X11/Xlib.h>
7256 main ()
7258 XrmInitialize ()
7260 return 0;
7262 _ACEOF
7263 if ac_fn_c_try_link "$LINENO"; then :
7264 LIBS=$ac_save_LIBS
7265 # We can link X programs with no special library path.
7266 ac_x_libraries=
7267 else
7268 LIBS=$ac_save_LIBS
7269 for ac_dir in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
7271 # Don't even attempt the hair of trying to link an X program!
7272 for ac_extension in a so sl dylib la dll; do
7273 if test -r "$ac_dir/libX11.$ac_extension"; then
7274 ac_x_libraries=$ac_dir
7275 break 2
7277 done
7278 done
7280 rm -f core conftest.err conftest.$ac_objext \
7281 conftest$ac_exeext conftest.$ac_ext
7282 fi # $ac_x_libraries = no
7284 case $ac_x_includes,$ac_x_libraries in #(
7285 no,* | *,no | *\'*)
7286 # Didn't find X, or a directory has "'" in its name.
7287 ac_cv_have_x="have_x=no";; #(
7289 # Record where we found X for the cache.
7290 ac_cv_have_x="have_x=yes\
7291 ac_x_includes='$ac_x_includes'\
7292 ac_x_libraries='$ac_x_libraries'"
7293 esac
7295 ;; #(
7296 *) have_x=yes;;
7297 esac
7298 eval "$ac_cv_have_x"
7299 fi # $with_x != no
7301 if test "$have_x" != yes; then
7302 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $have_x" >&5
7303 $as_echo "$have_x" >&6; }
7304 no_x=yes
7305 else
7306 # If each of the values was on the command line, it overrides each guess.
7307 test "x$x_includes" = xNONE && x_includes=$ac_x_includes
7308 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
7309 # Update the cache value to reflect the command line values.
7310 ac_cv_have_x="have_x=yes\
7311 ac_x_includes='$x_includes'\
7312 ac_x_libraries='$x_libraries'"
7313 { $as_echo "$as_me:${as_lineno-$LINENO}: result: libraries $x_libraries, headers $x_includes" >&5
7314 $as_echo "libraries $x_libraries, headers $x_includes" >&6; }
7317 if test "$no_x" = yes; then
7318 # Not all programs may use this symbol, but it does not hurt to define it.
7320 $as_echo "#define X_DISPLAY_MISSING 1" >>confdefs.h
7322 X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
7323 else
7324 if test -n "$x_includes"; then
7325 X_CFLAGS="$X_CFLAGS -I$x_includes"
7328 # It would also be nice to do this for all -L options, not just this one.
7329 if test -n "$x_libraries"; then
7330 X_LIBS="$X_LIBS -L$x_libraries"
7331 # For Solaris; some versions of Sun CC require a space after -R and
7332 # others require no space. Words are not sufficient . . . .
7333 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -R must be followed by a space" >&5
7334 $as_echo_n "checking whether -R must be followed by a space... " >&6; }
7335 ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
7336 ac_xsave_c_werror_flag=$ac_c_werror_flag
7337 ac_c_werror_flag=yes
7338 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7339 /* end confdefs.h. */
7342 main ()
7346 return 0;
7348 _ACEOF
7349 if ac_fn_c_try_link "$LINENO"; then :
7350 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7351 $as_echo "no" >&6; }
7352 X_LIBS="$X_LIBS -R$x_libraries"
7353 else
7354 LIBS="$ac_xsave_LIBS -R $x_libraries"
7355 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7356 /* end confdefs.h. */
7359 main ()
7363 return 0;
7365 _ACEOF
7366 if ac_fn_c_try_link "$LINENO"; then :
7367 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
7368 $as_echo "yes" >&6; }
7369 X_LIBS="$X_LIBS -R $x_libraries"
7370 else
7371 { $as_echo "$as_me:${as_lineno-$LINENO}: result: neither works" >&5
7372 $as_echo "neither works" >&6; }
7374 rm -f core conftest.err conftest.$ac_objext \
7375 conftest$ac_exeext conftest.$ac_ext
7377 rm -f core conftest.err conftest.$ac_objext \
7378 conftest$ac_exeext conftest.$ac_ext
7379 ac_c_werror_flag=$ac_xsave_c_werror_flag
7380 LIBS=$ac_xsave_LIBS
7383 # Check for system-dependent libraries X programs must link with.
7384 # Do this before checking for the system-independent R6 libraries
7385 # (-lICE), since we may need -lsocket or whatever for X linking.
7387 if test "$ISC" = yes; then
7388 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
7389 else
7390 # Martyn Johnson says this is needed for Ultrix, if the X
7391 # libraries were built with DECnet support. And Karl Berry says
7392 # the Alpha needs dnet_stub (dnet does not exist).
7393 ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
7394 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7395 /* end confdefs.h. */
7397 /* Override any GCC internal prototype to avoid an error.
7398 Use char because int might match the return type of a GCC
7399 builtin and then its argument prototype would still apply. */
7400 #ifdef __cplusplus
7401 extern "C"
7402 #endif
7403 char XOpenDisplay ();
7405 main ()
7407 return XOpenDisplay ();
7409 return 0;
7411 _ACEOF
7412 if ac_fn_c_try_link "$LINENO"; then :
7414 else
7415 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet" >&5
7416 $as_echo_n "checking for dnet_ntoa in -ldnet... " >&6; }
7417 if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then :
7418 $as_echo_n "(cached) " >&6
7419 else
7420 ac_check_lib_save_LIBS=$LIBS
7421 LIBS="-ldnet $LIBS"
7422 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7423 /* end confdefs.h. */
7425 /* Override any GCC internal prototype to avoid an error.
7426 Use char because int might match the return type of a GCC
7427 builtin and then its argument prototype would still apply. */
7428 #ifdef __cplusplus
7429 extern "C"
7430 #endif
7431 char dnet_ntoa ();
7433 main ()
7435 return dnet_ntoa ();
7437 return 0;
7439 _ACEOF
7440 if ac_fn_c_try_link "$LINENO"; then :
7441 ac_cv_lib_dnet_dnet_ntoa=yes
7442 else
7443 ac_cv_lib_dnet_dnet_ntoa=no
7445 rm -f core conftest.err conftest.$ac_objext \
7446 conftest$ac_exeext conftest.$ac_ext
7447 LIBS=$ac_check_lib_save_LIBS
7449 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
7450 $as_echo "$ac_cv_lib_dnet_dnet_ntoa" >&6; }
7451 if test "x$ac_cv_lib_dnet_dnet_ntoa" = x""yes; then :
7452 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
7455 if test $ac_cv_lib_dnet_dnet_ntoa = no; then
7456 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet_stub" >&5
7457 $as_echo_n "checking for dnet_ntoa in -ldnet_stub... " >&6; }
7458 if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then :
7459 $as_echo_n "(cached) " >&6
7460 else
7461 ac_check_lib_save_LIBS=$LIBS
7462 LIBS="-ldnet_stub $LIBS"
7463 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7464 /* end confdefs.h. */
7466 /* Override any GCC internal prototype to avoid an error.
7467 Use char because int might match the return type of a GCC
7468 builtin and then its argument prototype would still apply. */
7469 #ifdef __cplusplus
7470 extern "C"
7471 #endif
7472 char dnet_ntoa ();
7474 main ()
7476 return dnet_ntoa ();
7478 return 0;
7480 _ACEOF
7481 if ac_fn_c_try_link "$LINENO"; then :
7482 ac_cv_lib_dnet_stub_dnet_ntoa=yes
7483 else
7484 ac_cv_lib_dnet_stub_dnet_ntoa=no
7486 rm -f core conftest.err conftest.$ac_objext \
7487 conftest$ac_exeext conftest.$ac_ext
7488 LIBS=$ac_check_lib_save_LIBS
7490 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
7491 $as_echo "$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
7492 if test "x$ac_cv_lib_dnet_stub_dnet_ntoa" = x""yes; then :
7493 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
7498 rm -f core conftest.err conftest.$ac_objext \
7499 conftest$ac_exeext conftest.$ac_ext
7500 LIBS="$ac_xsave_LIBS"
7502 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
7503 # to get the SysV transport functions.
7504 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
7505 # needs -lnsl.
7506 # The nsl library prevents programs from opening the X display
7507 # on Irix 5.2, according to T.E. Dickey.
7508 # The functions gethostbyname, getservbyname, and inet_addr are
7509 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
7510 ac_fn_c_check_func "$LINENO" "gethostbyname" "ac_cv_func_gethostbyname"
7511 if test "x$ac_cv_func_gethostbyname" = x""yes; then :
7515 if test $ac_cv_func_gethostbyname = no; then
7516 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5
7517 $as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
7518 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then :
7519 $as_echo_n "(cached) " >&6
7520 else
7521 ac_check_lib_save_LIBS=$LIBS
7522 LIBS="-lnsl $LIBS"
7523 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7524 /* end confdefs.h. */
7526 /* Override any GCC internal prototype to avoid an error.
7527 Use char because int might match the return type of a GCC
7528 builtin and then its argument prototype would still apply. */
7529 #ifdef __cplusplus
7530 extern "C"
7531 #endif
7532 char gethostbyname ();
7534 main ()
7536 return gethostbyname ();
7538 return 0;
7540 _ACEOF
7541 if ac_fn_c_try_link "$LINENO"; then :
7542 ac_cv_lib_nsl_gethostbyname=yes
7543 else
7544 ac_cv_lib_nsl_gethostbyname=no
7546 rm -f core conftest.err conftest.$ac_objext \
7547 conftest$ac_exeext conftest.$ac_ext
7548 LIBS=$ac_check_lib_save_LIBS
7550 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5
7551 $as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
7552 if test "x$ac_cv_lib_nsl_gethostbyname" = x""yes; then :
7553 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
7556 if test $ac_cv_lib_nsl_gethostbyname = no; then
7557 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lbsd" >&5
7558 $as_echo_n "checking for gethostbyname in -lbsd... " >&6; }
7559 if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then :
7560 $as_echo_n "(cached) " >&6
7561 else
7562 ac_check_lib_save_LIBS=$LIBS
7563 LIBS="-lbsd $LIBS"
7564 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7565 /* end confdefs.h. */
7567 /* Override any GCC internal prototype to avoid an error.
7568 Use char because int might match the return type of a GCC
7569 builtin and then its argument prototype would still apply. */
7570 #ifdef __cplusplus
7571 extern "C"
7572 #endif
7573 char gethostbyname ();
7575 main ()
7577 return gethostbyname ();
7579 return 0;
7581 _ACEOF
7582 if ac_fn_c_try_link "$LINENO"; then :
7583 ac_cv_lib_bsd_gethostbyname=yes
7584 else
7585 ac_cv_lib_bsd_gethostbyname=no
7587 rm -f core conftest.err conftest.$ac_objext \
7588 conftest$ac_exeext conftest.$ac_ext
7589 LIBS=$ac_check_lib_save_LIBS
7591 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_bsd_gethostbyname" >&5
7592 $as_echo "$ac_cv_lib_bsd_gethostbyname" >&6; }
7593 if test "x$ac_cv_lib_bsd_gethostbyname" = x""yes; then :
7594 X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
7600 # lieder@skyler.mavd.honeywell.com says without -lsocket,
7601 # socket/setsockopt and other routines are undefined under SCO ODT
7602 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
7603 # on later versions), says Simon Leinen: it contains gethostby*
7604 # variants that don't use the name server (or something). -lsocket
7605 # must be given before -lnsl if both are needed. We assume that
7606 # if connect needs -lnsl, so does gethostbyname.
7607 ac_fn_c_check_func "$LINENO" "connect" "ac_cv_func_connect"
7608 if test "x$ac_cv_func_connect" = x""yes; then :
7612 if test $ac_cv_func_connect = no; then
7613 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for connect in -lsocket" >&5
7614 $as_echo_n "checking for connect in -lsocket... " >&6; }
7615 if test "${ac_cv_lib_socket_connect+set}" = set; then :
7616 $as_echo_n "(cached) " >&6
7617 else
7618 ac_check_lib_save_LIBS=$LIBS
7619 LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
7620 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7621 /* end confdefs.h. */
7623 /* Override any GCC internal prototype to avoid an error.
7624 Use char because int might match the return type of a GCC
7625 builtin and then its argument prototype would still apply. */
7626 #ifdef __cplusplus
7627 extern "C"
7628 #endif
7629 char connect ();
7631 main ()
7633 return connect ();
7635 return 0;
7637 _ACEOF
7638 if ac_fn_c_try_link "$LINENO"; then :
7639 ac_cv_lib_socket_connect=yes
7640 else
7641 ac_cv_lib_socket_connect=no
7643 rm -f core conftest.err conftest.$ac_objext \
7644 conftest$ac_exeext conftest.$ac_ext
7645 LIBS=$ac_check_lib_save_LIBS
7647 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_connect" >&5
7648 $as_echo "$ac_cv_lib_socket_connect" >&6; }
7649 if test "x$ac_cv_lib_socket_connect" = x""yes; then :
7650 X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
7655 # Guillermo Gomez says -lposix is necessary on A/UX.
7656 ac_fn_c_check_func "$LINENO" "remove" "ac_cv_func_remove"
7657 if test "x$ac_cv_func_remove" = x""yes; then :
7661 if test $ac_cv_func_remove = no; then
7662 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for remove in -lposix" >&5
7663 $as_echo_n "checking for remove in -lposix... " >&6; }
7664 if test "${ac_cv_lib_posix_remove+set}" = set; then :
7665 $as_echo_n "(cached) " >&6
7666 else
7667 ac_check_lib_save_LIBS=$LIBS
7668 LIBS="-lposix $LIBS"
7669 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7670 /* end confdefs.h. */
7672 /* Override any GCC internal prototype to avoid an error.
7673 Use char because int might match the return type of a GCC
7674 builtin and then its argument prototype would still apply. */
7675 #ifdef __cplusplus
7676 extern "C"
7677 #endif
7678 char remove ();
7680 main ()
7682 return remove ();
7684 return 0;
7686 _ACEOF
7687 if ac_fn_c_try_link "$LINENO"; then :
7688 ac_cv_lib_posix_remove=yes
7689 else
7690 ac_cv_lib_posix_remove=no
7692 rm -f core conftest.err conftest.$ac_objext \
7693 conftest$ac_exeext conftest.$ac_ext
7694 LIBS=$ac_check_lib_save_LIBS
7696 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_posix_remove" >&5
7697 $as_echo "$ac_cv_lib_posix_remove" >&6; }
7698 if test "x$ac_cv_lib_posix_remove" = x""yes; then :
7699 X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
7704 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
7705 ac_fn_c_check_func "$LINENO" "shmat" "ac_cv_func_shmat"
7706 if test "x$ac_cv_func_shmat" = x""yes; then :
7710 if test $ac_cv_func_shmat = no; then
7711 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shmat in -lipc" >&5
7712 $as_echo_n "checking for shmat in -lipc... " >&6; }
7713 if test "${ac_cv_lib_ipc_shmat+set}" = set; then :
7714 $as_echo_n "(cached) " >&6
7715 else
7716 ac_check_lib_save_LIBS=$LIBS
7717 LIBS="-lipc $LIBS"
7718 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7719 /* end confdefs.h. */
7721 /* Override any GCC internal prototype to avoid an error.
7722 Use char because int might match the return type of a GCC
7723 builtin and then its argument prototype would still apply. */
7724 #ifdef __cplusplus
7725 extern "C"
7726 #endif
7727 char shmat ();
7729 main ()
7731 return shmat ();
7733 return 0;
7735 _ACEOF
7736 if ac_fn_c_try_link "$LINENO"; then :
7737 ac_cv_lib_ipc_shmat=yes
7738 else
7739 ac_cv_lib_ipc_shmat=no
7741 rm -f core conftest.err conftest.$ac_objext \
7742 conftest$ac_exeext conftest.$ac_ext
7743 LIBS=$ac_check_lib_save_LIBS
7745 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ipc_shmat" >&5
7746 $as_echo "$ac_cv_lib_ipc_shmat" >&6; }
7747 if test "x$ac_cv_lib_ipc_shmat" = x""yes; then :
7748 X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
7754 # Check for libraries that X11R6 Xt/Xaw programs need.
7755 ac_save_LDFLAGS=$LDFLAGS
7756 test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
7757 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
7758 # check for ICE first), but we must link in the order -lSM -lICE or
7759 # we get undefined symbols. So assume we have SM if we have ICE.
7760 # These have to be linked with before -lX11, unlike the other
7761 # libraries we check for below, so use a different variable.
7762 # John Interrante, Karl Berry
7763 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for IceConnectionNumber in -lICE" >&5
7764 $as_echo_n "checking for IceConnectionNumber in -lICE... " >&6; }
7765 if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then :
7766 $as_echo_n "(cached) " >&6
7767 else
7768 ac_check_lib_save_LIBS=$LIBS
7769 LIBS="-lICE $X_EXTRA_LIBS $LIBS"
7770 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7771 /* end confdefs.h. */
7773 /* Override any GCC internal prototype to avoid an error.
7774 Use char because int might match the return type of a GCC
7775 builtin and then its argument prototype would still apply. */
7776 #ifdef __cplusplus
7777 extern "C"
7778 #endif
7779 char IceConnectionNumber ();
7781 main ()
7783 return IceConnectionNumber ();
7785 return 0;
7787 _ACEOF
7788 if ac_fn_c_try_link "$LINENO"; then :
7789 ac_cv_lib_ICE_IceConnectionNumber=yes
7790 else
7791 ac_cv_lib_ICE_IceConnectionNumber=no
7793 rm -f core conftest.err conftest.$ac_objext \
7794 conftest$ac_exeext conftest.$ac_ext
7795 LIBS=$ac_check_lib_save_LIBS
7797 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
7798 $as_echo "$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
7799 if test "x$ac_cv_lib_ICE_IceConnectionNumber" = x""yes; then :
7800 X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
7803 LDFLAGS=$ac_save_LDFLAGS
7808 if test "$have_x" = "yes"
7809 then
7810 XLIB="-lX11"
7811 ac_save_CPPFLAGS="$CPPFLAGS"
7812 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
7814 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lX11" >&5
7815 $as_echo_n "checking for -lX11... " >&6; }
7816 if test "${ac_cv_lib_soname_X11+set}" = set; then :
7817 $as_echo_n "(cached) " >&6
7818 else
7819 ac_check_soname_save_LIBS=$LIBS
7820 LIBS="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
7821 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7822 /* end confdefs.h. */
7824 /* Override any GCC internal prototype to avoid an error.
7825 Use char because int might match the return type of a GCC
7826 builtin and then its argument prototype would still apply. */
7827 #ifdef __cplusplus
7828 extern "C"
7829 #endif
7830 char XCreateWindow ();
7832 main ()
7834 return XCreateWindow ();
7836 return 0;
7838 _ACEOF
7839 if ac_fn_c_try_link "$LINENO"; then :
7840 case "$LIBEXT" in
7841 dll) ac_cv_lib_soname_X11=`$ac_cv_path_LDD conftest.exe | grep "X11" | sed -e "s/dll.*/dll/"';2,$d'` ;;
7842 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'` ;;
7843 *) ac_cv_lib_soname_X11=`$ac_cv_path_LDD conftest$ac_exeext | grep "libX11\\.$LIBEXT" | sed -e "s/^.*\(libX11\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
7844 esac
7846 rm -f core conftest.err conftest.$ac_objext \
7847 conftest$ac_exeext conftest.$ac_ext
7848 LIBS=$ac_check_soname_save_LIBS
7850 if test "x$ac_cv_lib_soname_X11" = "x"; then :
7851 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
7852 $as_echo "not found" >&6; }
7854 else
7855 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_X11" >&5
7856 $as_echo "$ac_cv_lib_soname_X11" >&6; }
7858 cat >>confdefs.h <<_ACEOF
7859 #define SONAME_LIBX11 "$ac_cv_lib_soname_X11"
7860 _ACEOF
7864 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXext" >&5
7865 $as_echo_n "checking for -lXext... " >&6; }
7866 if test "${ac_cv_lib_soname_Xext+set}" = set; then :
7867 $as_echo_n "(cached) " >&6
7868 else
7869 ac_check_soname_save_LIBS=$LIBS
7870 LIBS="-lXext $X_LIBS -lX11 $X_EXTRA_LIBS $LIBS"
7871 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7872 /* end confdefs.h. */
7874 /* Override any GCC internal prototype to avoid an error.
7875 Use char because int might match the return type of a GCC
7876 builtin and then its argument prototype would still apply. */
7877 #ifdef __cplusplus
7878 extern "C"
7879 #endif
7880 char XextCreateExtension ();
7882 main ()
7884 return XextCreateExtension ();
7886 return 0;
7888 _ACEOF
7889 if ac_fn_c_try_link "$LINENO"; then :
7890 case "$LIBEXT" in
7891 dll) ac_cv_lib_soname_Xext=`$ac_cv_path_LDD conftest.exe | grep "Xext" | sed -e "s/dll.*/dll/"';2,$d'` ;;
7892 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'` ;;
7893 *) ac_cv_lib_soname_Xext=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXext\\.$LIBEXT" | sed -e "s/^.*\(libXext\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
7894 esac
7896 rm -f core conftest.err conftest.$ac_objext \
7897 conftest$ac_exeext conftest.$ac_ext
7898 LIBS=$ac_check_soname_save_LIBS
7900 if test "x$ac_cv_lib_soname_Xext" = "x"; then :
7901 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
7902 $as_echo "not found" >&6; }
7904 else
7905 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xext" >&5
7906 $as_echo "$ac_cv_lib_soname_Xext" >&6; }
7908 cat >>confdefs.h <<_ACEOF
7909 #define SONAME_LIBXEXT "$ac_cv_lib_soname_Xext"
7910 _ACEOF
7912 XLIB="-lXext $XLIB"
7915 for ac_header in X11/Xlib.h \
7916 X11/XKBlib.h \
7917 X11/Xutil.h \
7918 X11/Xcursor/Xcursor.h \
7919 X11/extensions/shape.h \
7920 X11/extensions/XInput.h \
7921 X11/extensions/XShm.h \
7922 X11/extensions/Xcomposite.h \
7923 X11/extensions/Xinerama.h \
7924 X11/extensions/Xrandr.h \
7925 X11/extensions/Xrender.h \
7926 X11/extensions/xf86vmode.h \
7927 X11/extensions/xf86vmproto.h
7928 do :
7929 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7930 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_X11_XLIB_H
7931 # include <X11/Xlib.h>
7932 #endif
7933 #ifdef HAVE_X11_XUTIL_H
7934 # include <X11/Xutil.h>
7935 #endif
7937 eval as_val=\$$as_ac_Header
7938 if test "x$as_val" = x""yes; then :
7939 cat >>confdefs.h <<_ACEOF
7940 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7941 _ACEOF
7945 done
7948 if test "$ac_cv_header_X11_XKBlib_h" = "yes"
7949 then
7950 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XkbQueryExtension in -lX11" >&5
7951 $as_echo_n "checking for XkbQueryExtension in -lX11... " >&6; }
7952 if test "${ac_cv_lib_X11_XkbQueryExtension+set}" = set; then :
7953 $as_echo_n "(cached) " >&6
7954 else
7955 ac_check_lib_save_LIBS=$LIBS
7956 LIBS="-lX11 $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
7957 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7958 /* end confdefs.h. */
7960 /* Override any GCC internal prototype to avoid an error.
7961 Use char because int might match the return type of a GCC
7962 builtin and then its argument prototype would still apply. */
7963 #ifdef __cplusplus
7964 extern "C"
7965 #endif
7966 char XkbQueryExtension ();
7968 main ()
7970 return XkbQueryExtension ();
7972 return 0;
7974 _ACEOF
7975 if ac_fn_c_try_link "$LINENO"; then :
7976 ac_cv_lib_X11_XkbQueryExtension=yes
7977 else
7978 ac_cv_lib_X11_XkbQueryExtension=no
7980 rm -f core conftest.err conftest.$ac_objext \
7981 conftest$ac_exeext conftest.$ac_ext
7982 LIBS=$ac_check_lib_save_LIBS
7984 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_X11_XkbQueryExtension" >&5
7985 $as_echo "$ac_cv_lib_X11_XkbQueryExtension" >&6; }
7986 if test "x$ac_cv_lib_X11_XkbQueryExtension" = x""yes; then :
7988 $as_echo "#define HAVE_XKB 1" >>confdefs.h
7994 if test "$ac_cv_header_X11_Xcursor_Xcursor_h" = "yes"
7995 then
7996 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXcursor" >&5
7997 $as_echo_n "checking for -lXcursor... " >&6; }
7998 if test "${ac_cv_lib_soname_Xcursor+set}" = set; then :
7999 $as_echo_n "(cached) " >&6
8000 else
8001 ac_check_soname_save_LIBS=$LIBS
8002 LIBS="-lXcursor $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8003 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8004 /* end confdefs.h. */
8006 /* Override any GCC internal prototype to avoid an error.
8007 Use char because int might match the return type of a GCC
8008 builtin and then its argument prototype would still apply. */
8009 #ifdef __cplusplus
8010 extern "C"
8011 #endif
8012 char XcursorImageLoadCursor ();
8014 main ()
8016 return XcursorImageLoadCursor ();
8018 return 0;
8020 _ACEOF
8021 if ac_fn_c_try_link "$LINENO"; then :
8022 case "$LIBEXT" in
8023 dll) ac_cv_lib_soname_Xcursor=`$ac_cv_path_LDD conftest.exe | grep "Xcursor" | sed -e "s/dll.*/dll/"';2,$d'` ;;
8024 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'` ;;
8025 *) ac_cv_lib_soname_Xcursor=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcursor\\.$LIBEXT" | sed -e "s/^.*\(libXcursor\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8026 esac
8028 rm -f core conftest.err conftest.$ac_objext \
8029 conftest$ac_exeext conftest.$ac_ext
8030 LIBS=$ac_check_soname_save_LIBS
8032 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then :
8033 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8034 $as_echo "not found" >&6; }
8036 else
8037 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xcursor" >&5
8038 $as_echo "$ac_cv_lib_soname_Xcursor" >&6; }
8040 cat >>confdefs.h <<_ACEOF
8041 #define SONAME_LIBXCURSOR "$ac_cv_lib_soname_Xcursor"
8042 _ACEOF
8047 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then :
8048 case "x$with_xcursor" in
8049 x) as_fn_append wine_notices "|libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported." ;;
8050 xno) ;;
8051 *) as_fn_error "libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
8052 This is an error since --with-xcursor was requested." "$LINENO" 5 ;;
8053 esac
8056 if test "$ac_cv_header_X11_extensions_XInput_h" = "yes"
8057 then
8058 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXi" >&5
8059 $as_echo_n "checking for -lXi... " >&6; }
8060 if test "${ac_cv_lib_soname_Xi+set}" = set; then :
8061 $as_echo_n "(cached) " >&6
8062 else
8063 ac_check_soname_save_LIBS=$LIBS
8064 LIBS="-lXi $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8065 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8066 /* end confdefs.h. */
8068 /* Override any GCC internal prototype to avoid an error.
8069 Use char because int might match the return type of a GCC
8070 builtin and then its argument prototype would still apply. */
8071 #ifdef __cplusplus
8072 extern "C"
8073 #endif
8074 char XOpenDevice ();
8076 main ()
8078 return XOpenDevice ();
8080 return 0;
8082 _ACEOF
8083 if ac_fn_c_try_link "$LINENO"; then :
8084 case "$LIBEXT" in
8085 dll) ac_cv_lib_soname_Xi=`$ac_cv_path_LDD conftest.exe | grep "Xi" | sed -e "s/dll.*/dll/"';2,$d'` ;;
8086 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'` ;;
8087 *) ac_cv_lib_soname_Xi=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXi\\.$LIBEXT" | sed -e "s/^.*\(libXi\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8088 esac
8090 rm -f core conftest.err conftest.$ac_objext \
8091 conftest$ac_exeext conftest.$ac_ext
8092 LIBS=$ac_check_soname_save_LIBS
8094 if test "x$ac_cv_lib_soname_Xi" = "x"; then :
8095 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8096 $as_echo "not found" >&6; }
8098 else
8099 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xi" >&5
8100 $as_echo "$ac_cv_lib_soname_Xi" >&6; }
8102 cat >>confdefs.h <<_ACEOF
8103 #define SONAME_LIBXI "$ac_cv_lib_soname_Xi"
8104 _ACEOF
8109 if test "x$ac_cv_lib_soname_Xi" = "x"; then :
8110 case "x$with_xinput" in
8111 x) as_fn_append wine_notices "|libxi ${notice_platform}development files not found, the Xinput extension won't be supported." ;;
8112 xno) ;;
8113 *) as_fn_error "libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
8114 This is an error since --with-xinput was requested." "$LINENO" 5 ;;
8115 esac
8118 if test "$ac_cv_header_X11_extensions_XShm_h" = "yes"
8119 then
8120 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XShmQueryExtension in -lXext" >&5
8121 $as_echo_n "checking for XShmQueryExtension in -lXext... " >&6; }
8122 if test "${ac_cv_lib_Xext_XShmQueryExtension+set}" = set; then :
8123 $as_echo_n "(cached) " >&6
8124 else
8125 ac_check_lib_save_LIBS=$LIBS
8126 LIBS="-lXext $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8127 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8128 /* end confdefs.h. */
8130 /* Override any GCC internal prototype to avoid an error.
8131 Use char because int might match the return type of a GCC
8132 builtin and then its argument prototype would still apply. */
8133 #ifdef __cplusplus
8134 extern "C"
8135 #endif
8136 char XShmQueryExtension ();
8138 main ()
8140 return XShmQueryExtension ();
8142 return 0;
8144 _ACEOF
8145 if ac_fn_c_try_link "$LINENO"; then :
8146 ac_cv_lib_Xext_XShmQueryExtension=yes
8147 else
8148 ac_cv_lib_Xext_XShmQueryExtension=no
8150 rm -f core conftest.err conftest.$ac_objext \
8151 conftest$ac_exeext conftest.$ac_ext
8152 LIBS=$ac_check_lib_save_LIBS
8154 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xext_XShmQueryExtension" >&5
8155 $as_echo "$ac_cv_lib_Xext_XShmQueryExtension" >&6; }
8156 if test "x$ac_cv_lib_Xext_XShmQueryExtension" = x""yes; then :
8158 $as_echo "#define HAVE_LIBXXSHM 1" >>confdefs.h
8163 if test "$ac_cv_lib_Xext_XShmQueryExtension" != "yes"; then :
8164 case "x$with_xshm" in
8165 x) as_fn_append wine_notices "|XShm ${notice_platform}development files not found, X Shared Memory won't be supported." ;;
8166 xno) ;;
8167 *) as_fn_error "XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
8168 This is an error since --with-xshm was requested." "$LINENO" 5 ;;
8169 esac
8172 if test "$ac_cv_header_X11_extensions_shape_h" = "yes"
8173 then
8174 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XShapeQueryExtension in -lXext" >&5
8175 $as_echo_n "checking for XShapeQueryExtension in -lXext... " >&6; }
8176 if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then :
8177 $as_echo_n "(cached) " >&6
8178 else
8179 ac_check_lib_save_LIBS=$LIBS
8180 LIBS="-lXext $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8181 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8182 /* end confdefs.h. */
8184 /* Override any GCC internal prototype to avoid an error.
8185 Use char because int might match the return type of a GCC
8186 builtin and then its argument prototype would still apply. */
8187 #ifdef __cplusplus
8188 extern "C"
8189 #endif
8190 char XShapeQueryExtension ();
8192 main ()
8194 return XShapeQueryExtension ();
8196 return 0;
8198 _ACEOF
8199 if ac_fn_c_try_link "$LINENO"; then :
8200 ac_cv_lib_Xext_XShapeQueryExtension=yes
8201 else
8202 ac_cv_lib_Xext_XShapeQueryExtension=no
8204 rm -f core conftest.err conftest.$ac_objext \
8205 conftest$ac_exeext conftest.$ac_ext
8206 LIBS=$ac_check_lib_save_LIBS
8208 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
8209 $as_echo "$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
8210 if test "x$ac_cv_lib_Xext_XShapeQueryExtension" = x""yes; then :
8212 $as_echo "#define HAVE_LIBXSHAPE 1" >>confdefs.h
8217 if test "$ac_cv_lib_Xext_XShapeQueryExtension" != "yes"; then :
8218 case "x$with_xshape" in
8219 x) as_fn_append wine_notices "|XShape ${notice_platform}development files not found, XShape won't be supported." ;;
8220 xno) ;;
8221 *) as_fn_error "XShape ${notice_platform}development files not found, XShape won't be supported.
8222 This is an error since --with-xshape was requested." "$LINENO" 5 ;;
8223 esac
8226 if test "$ac_cv_header_X11_extensions_xf86vmode_h" = "yes" -o "$ac_cv_header_X11_extensions_xf86vmproto_h" = "yes"
8227 then
8228 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXxf86vm" >&5
8229 $as_echo_n "checking for -lXxf86vm... " >&6; }
8230 if test "${ac_cv_lib_soname_Xxf86vm+set}" = set; then :
8231 $as_echo_n "(cached) " >&6
8232 else
8233 ac_check_soname_save_LIBS=$LIBS
8234 LIBS="-lXxf86vm $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8235 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8236 /* end confdefs.h. */
8238 /* Override any GCC internal prototype to avoid an error.
8239 Use char because int might match the return type of a GCC
8240 builtin and then its argument prototype would still apply. */
8241 #ifdef __cplusplus
8242 extern "C"
8243 #endif
8244 char XF86VidModeQueryExtension ();
8246 main ()
8248 return XF86VidModeQueryExtension ();
8250 return 0;
8252 _ACEOF
8253 if ac_fn_c_try_link "$LINENO"; then :
8254 case "$LIBEXT" in
8255 dll) ac_cv_lib_soname_Xxf86vm=`$ac_cv_path_LDD conftest.exe | grep "Xxf86vm" | sed -e "s/dll.*/dll/"';2,$d'` ;;
8256 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'` ;;
8257 *) ac_cv_lib_soname_Xxf86vm=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\(libXxf86vm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8258 esac
8260 rm -f core conftest.err conftest.$ac_objext \
8261 conftest$ac_exeext conftest.$ac_ext
8262 LIBS=$ac_check_soname_save_LIBS
8264 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then :
8265 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8266 $as_echo "not found" >&6; }
8268 else
8269 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xxf86vm" >&5
8270 $as_echo "$ac_cv_lib_soname_Xxf86vm" >&6; }
8272 cat >>confdefs.h <<_ACEOF
8273 #define SONAME_LIBXXF86VM "$ac_cv_lib_soname_Xxf86vm"
8274 _ACEOF
8279 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then :
8280 case "x$with_xxf86vm" in
8281 x) as_fn_append wine_notices "|libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported." ;;
8282 xno) ;;
8283 *) as_fn_error "libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
8284 This is an error since --with-xxf86vm was requested." "$LINENO" 5 ;;
8285 esac
8288 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"
8289 then
8290 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXrender" >&5
8291 $as_echo_n "checking for -lXrender... " >&6; }
8292 if test "${ac_cv_lib_soname_Xrender+set}" = set; then :
8293 $as_echo_n "(cached) " >&6
8294 else
8295 ac_check_soname_save_LIBS=$LIBS
8296 LIBS="-lXrender $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8297 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8298 /* end confdefs.h. */
8300 /* Override any GCC internal prototype to avoid an error.
8301 Use char because int might match the return type of a GCC
8302 builtin and then its argument prototype would still apply. */
8303 #ifdef __cplusplus
8304 extern "C"
8305 #endif
8306 char XRenderQueryExtension ();
8308 main ()
8310 return XRenderQueryExtension ();
8312 return 0;
8314 _ACEOF
8315 if ac_fn_c_try_link "$LINENO"; then :
8316 case "$LIBEXT" in
8317 dll) ac_cv_lib_soname_Xrender=`$ac_cv_path_LDD conftest.exe | grep "Xrender" | sed -e "s/dll.*/dll/"';2,$d'` ;;
8318 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'` ;;
8319 *) ac_cv_lib_soname_Xrender=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrender\\.$LIBEXT" | sed -e "s/^.*\(libXrender\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8320 esac
8322 rm -f core conftest.err conftest.$ac_objext \
8323 conftest$ac_exeext conftest.$ac_ext
8324 LIBS=$ac_check_soname_save_LIBS
8326 if test "x$ac_cv_lib_soname_Xrender" = "x"; then :
8327 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8328 $as_echo "not found" >&6; }
8330 else
8331 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xrender" >&5
8332 $as_echo "$ac_cv_lib_soname_Xrender" >&6; }
8334 cat >>confdefs.h <<_ACEOF
8335 #define SONAME_LIBXRENDER "$ac_cv_lib_soname_Xrender"
8336 _ACEOF
8338 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XRenderSetPictureTransform in -lXrender" >&5
8339 $as_echo_n "checking for XRenderSetPictureTransform in -lXrender... " >&6; }
8340 if test "${ac_cv_lib_Xrender_XRenderSetPictureTransform+set}" = set; then :
8341 $as_echo_n "(cached) " >&6
8342 else
8343 ac_check_lib_save_LIBS=$LIBS
8344 LIBS="-lXrender $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8345 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8346 /* end confdefs.h. */
8348 /* Override any GCC internal prototype to avoid an error.
8349 Use char because int might match the return type of a GCC
8350 builtin and then its argument prototype would still apply. */
8351 #ifdef __cplusplus
8352 extern "C"
8353 #endif
8354 char XRenderSetPictureTransform ();
8356 main ()
8358 return XRenderSetPictureTransform ();
8360 return 0;
8362 _ACEOF
8363 if ac_fn_c_try_link "$LINENO"; then :
8364 ac_cv_lib_Xrender_XRenderSetPictureTransform=yes
8365 else
8366 ac_cv_lib_Xrender_XRenderSetPictureTransform=no
8368 rm -f core conftest.err conftest.$ac_objext \
8369 conftest$ac_exeext conftest.$ac_ext
8370 LIBS=$ac_check_lib_save_LIBS
8372 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xrender_XRenderSetPictureTransform" >&5
8373 $as_echo "$ac_cv_lib_Xrender_XRenderSetPictureTransform" >&6; }
8374 if test "x$ac_cv_lib_Xrender_XRenderSetPictureTransform" = x""yes; then :
8376 $as_echo "#define HAVE_XRENDERSETPICTURETRANSFORM 1" >>confdefs.h
8383 if test "x$ac_cv_lib_soname_Xrender" = "x"; then :
8384 case "x$with_xrender" in
8385 x) as_fn_append wine_warnings "|libxrender ${notice_platform}development files not found, XRender won't be supported." ;;
8386 xno) ;;
8387 *) as_fn_error "libxrender ${notice_platform}development files not found, XRender won't be supported.
8388 This is an error since --with-xrender was requested." "$LINENO" 5 ;;
8389 esac
8392 if test "$ac_cv_header_X11_extensions_Xrandr_h" = "yes" -a "x$ac_cv_lib_soname_Xrender" != "x"
8393 then
8394 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8395 /* end confdefs.h. */
8396 #include <X11/Xlib.h>
8397 #include <X11/extensions/Xrandr.h>
8399 main ()
8401 static typeof(XRRSetScreenConfigAndRate) * func;
8403 return 0;
8405 _ACEOF
8406 if ac_fn_c_try_compile "$LINENO"; then :
8407 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXrandr" >&5
8408 $as_echo_n "checking for -lXrandr... " >&6; }
8409 if test "${ac_cv_lib_soname_Xrandr+set}" = set; then :
8410 $as_echo_n "(cached) " >&6
8411 else
8412 ac_check_soname_save_LIBS=$LIBS
8413 LIBS="-lXrandr $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8414 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8415 /* end confdefs.h. */
8417 /* Override any GCC internal prototype to avoid an error.
8418 Use char because int might match the return type of a GCC
8419 builtin and then its argument prototype would still apply. */
8420 #ifdef __cplusplus
8421 extern "C"
8422 #endif
8423 char XRRQueryExtension ();
8425 main ()
8427 return XRRQueryExtension ();
8429 return 0;
8431 _ACEOF
8432 if ac_fn_c_try_link "$LINENO"; then :
8433 case "$LIBEXT" in
8434 dll) ac_cv_lib_soname_Xrandr=`$ac_cv_path_LDD conftest.exe | grep "Xrandr" | sed -e "s/dll.*/dll/"';2,$d'` ;;
8435 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'` ;;
8436 *) ac_cv_lib_soname_Xrandr=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrandr\\.$LIBEXT" | sed -e "s/^.*\(libXrandr\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8437 esac
8439 rm -f core conftest.err conftest.$ac_objext \
8440 conftest$ac_exeext conftest.$ac_ext
8441 LIBS=$ac_check_soname_save_LIBS
8443 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then :
8444 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8445 $as_echo "not found" >&6; }
8447 else
8448 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xrandr" >&5
8449 $as_echo "$ac_cv_lib_soname_Xrandr" >&6; }
8451 cat >>confdefs.h <<_ACEOF
8452 #define SONAME_LIBXRANDR "$ac_cv_lib_soname_Xrandr"
8453 _ACEOF
8458 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8460 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then :
8461 case "x$with_xrandr" in
8462 x) as_fn_append wine_notices "|libxrandr ${notice_platform}development files not found, XRandr won't be supported." ;;
8463 xno) ;;
8464 *) as_fn_error "libxrandr ${notice_platform}development files not found, XRandr won't be supported.
8465 This is an error since --with-xrandr was requested." "$LINENO" 5 ;;
8466 esac
8469 if test "$ac_cv_header_X11_extensions_Xinerama_h" = "yes"
8470 then
8471 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8472 /* end confdefs.h. */
8473 #include <X11/Xlib.h>
8474 #include <X11/extensions/Xinerama.h>
8476 main ()
8478 static typeof(XineramaQueryScreens) * func;
8480 return 0;
8482 _ACEOF
8483 if ac_fn_c_try_compile "$LINENO"; then :
8484 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXinerama" >&5
8485 $as_echo_n "checking for -lXinerama... " >&6; }
8486 if test "${ac_cv_lib_soname_Xinerama+set}" = set; then :
8487 $as_echo_n "(cached) " >&6
8488 else
8489 ac_check_soname_save_LIBS=$LIBS
8490 LIBS="-lXinerama $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8491 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8492 /* end confdefs.h. */
8494 /* Override any GCC internal prototype to avoid an error.
8495 Use char because int might match the return type of a GCC
8496 builtin and then its argument prototype would still apply. */
8497 #ifdef __cplusplus
8498 extern "C"
8499 #endif
8500 char XineramaQueryScreens ();
8502 main ()
8504 return XineramaQueryScreens ();
8506 return 0;
8508 _ACEOF
8509 if ac_fn_c_try_link "$LINENO"; then :
8510 case "$LIBEXT" in
8511 dll) ac_cv_lib_soname_Xinerama=`$ac_cv_path_LDD conftest.exe | grep "Xinerama" | sed -e "s/dll.*/dll/"';2,$d'` ;;
8512 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'` ;;
8513 *) ac_cv_lib_soname_Xinerama=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXinerama\\.$LIBEXT" | sed -e "s/^.*\(libXinerama\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8514 esac
8516 rm -f core conftest.err conftest.$ac_objext \
8517 conftest$ac_exeext conftest.$ac_ext
8518 LIBS=$ac_check_soname_save_LIBS
8520 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then :
8521 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8522 $as_echo "not found" >&6; }
8524 else
8525 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xinerama" >&5
8526 $as_echo "$ac_cv_lib_soname_Xinerama" >&6; }
8528 cat >>confdefs.h <<_ACEOF
8529 #define SONAME_LIBXINERAMA "$ac_cv_lib_soname_Xinerama"
8530 _ACEOF
8535 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8537 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then :
8538 case "x$with_xinerama" in
8539 x) as_fn_append wine_notices "|libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported." ;;
8540 xno) ;;
8541 *) as_fn_error "libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
8542 This is an error since --with-xinerama was requested." "$LINENO" 5 ;;
8543 esac
8546 if test "$ac_cv_header_X11_extensions_Xcomposite_h" = "yes"
8547 then
8548 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXcomposite" >&5
8549 $as_echo_n "checking for -lXcomposite... " >&6; }
8550 if test "${ac_cv_lib_soname_Xcomposite+set}" = set; then :
8551 $as_echo_n "(cached) " >&6
8552 else
8553 ac_check_soname_save_LIBS=$LIBS
8554 LIBS="-lXcomposite $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8555 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8556 /* end confdefs.h. */
8558 /* Override any GCC internal prototype to avoid an error.
8559 Use char because int might match the return type of a GCC
8560 builtin and then its argument prototype would still apply. */
8561 #ifdef __cplusplus
8562 extern "C"
8563 #endif
8564 char XCompositeRedirectWindow ();
8566 main ()
8568 return XCompositeRedirectWindow ();
8570 return 0;
8572 _ACEOF
8573 if ac_fn_c_try_link "$LINENO"; then :
8574 case "$LIBEXT" in
8575 dll) ac_cv_lib_soname_Xcomposite=`$ac_cv_path_LDD conftest.exe | grep "Xcomposite" | sed -e "s/dll.*/dll/"';2,$d'` ;;
8576 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'` ;;
8577 *) ac_cv_lib_soname_Xcomposite=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcomposite\\.$LIBEXT" | sed -e "s/^.*\(libXcomposite\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8578 esac
8580 rm -f core conftest.err conftest.$ac_objext \
8581 conftest$ac_exeext conftest.$ac_ext
8582 LIBS=$ac_check_soname_save_LIBS
8584 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then :
8585 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8586 $as_echo "not found" >&6; }
8588 else
8589 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xcomposite" >&5
8590 $as_echo "$ac_cv_lib_soname_Xcomposite" >&6; }
8592 cat >>confdefs.h <<_ACEOF
8593 #define SONAME_LIBXCOMPOSITE "$ac_cv_lib_soname_Xcomposite"
8594 _ACEOF
8599 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then :
8600 case "x$with_xcomposite" in
8601 x) as_fn_append wine_notices "|libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported." ;;
8602 xno) ;;
8603 *) as_fn_error "libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
8604 This is an error since --with-xcomposite was requested." "$LINENO" 5 ;;
8605 esac
8608 ac_fn_c_check_member "$LINENO" "XICCallback" "callback" "ac_cv_member_XICCallback_callback" "#ifdef HAVE_X11_XLIB_H
8609 #include <X11/Xlib.h>
8610 #endif
8612 if test "x$ac_cv_member_XICCallback_callback" = x""yes; then :
8614 cat >>confdefs.h <<_ACEOF
8615 #define HAVE_XICCALLBACK_CALLBACK 1
8616 _ACEOF
8623 opengl_msg=""
8624 if test "x$with_opengl" != "xno"
8625 then
8626 for ac_header in GL/gl.h GL/glx.h GL/glu.h
8627 do :
8628 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8629 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_GL_GLX_H
8630 # include <GL/glx.h>
8631 #endif
8633 eval as_val=\$$as_ac_Header
8634 if test "x$as_val" = x""yes; then :
8635 cat >>confdefs.h <<_ACEOF
8636 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8637 _ACEOF
8641 done
8643 if test "$ac_cv_header_GL_gl_h" = "yes" -a "$ac_cv_header_GL_glx_h" = "yes"
8644 then
8645 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for up-to-date OpenGL version" >&5
8646 $as_echo_n "checking for up-to-date OpenGL version... " >&6; }
8647 if test "${wine_cv_opengl_header_version_OK+set}" = set; then :
8648 $as_echo_n "(cached) " >&6
8649 else
8650 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8651 /* end confdefs.h. */
8652 #include <GL/gl.h>
8654 main ()
8656 GLenum test = GL_UNSIGNED_SHORT_5_6_5;
8658 return 0;
8660 _ACEOF
8661 if ac_fn_c_try_compile "$LINENO"; then :
8662 wine_cv_opengl_header_version_OK="yes"
8663 else
8664 wine_cv_opengl_header_version_OK="no"
8666 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8668 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_opengl_header_version_OK" >&5
8669 $as_echo "$wine_cv_opengl_header_version_OK" >&6; }
8671 if test "$wine_cv_opengl_header_version_OK" = "yes"
8672 then
8673 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGL" >&5
8674 $as_echo_n "checking for -lGL... " >&6; }
8675 if test "${ac_cv_lib_soname_GL+set}" = set; then :
8676 $as_echo_n "(cached) " >&6
8677 else
8678 ac_check_soname_save_LIBS=$LIBS
8679 LIBS="-lGL $X_LIBS $XLIB -lm $X_EXTRA_LIBS $LIBS"
8680 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8681 /* end confdefs.h. */
8683 /* Override any GCC internal prototype to avoid an error.
8684 Use char because int might match the return type of a GCC
8685 builtin and then its argument prototype would still apply. */
8686 #ifdef __cplusplus
8687 extern "C"
8688 #endif
8689 char glXCreateContext ();
8691 main ()
8693 return glXCreateContext ();
8695 return 0;
8697 _ACEOF
8698 if ac_fn_c_try_link "$LINENO"; then :
8699 case "$LIBEXT" in
8700 dll) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest.exe | grep "GL" | sed -e "s/dll.*/dll/"';2,$d'` ;;
8701 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'` ;;
8702 *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8703 esac
8705 rm -f core conftest.err conftest.$ac_objext \
8706 conftest$ac_exeext conftest.$ac_ext
8707 LIBS=$ac_check_soname_save_LIBS
8709 if test "x$ac_cv_lib_soname_GL" = "x"; then :
8710 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8711 $as_echo "not found" >&6; }
8712 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGL" >&5
8713 $as_echo_n "checking for -lGL... " >&6; }
8714 if test "${ac_cv_lib_soname_GL+set}" = set; then :
8715 $as_echo_n "(cached) " >&6
8716 else
8717 ac_check_soname_save_LIBS=$LIBS
8718 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"
8719 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8720 /* end confdefs.h. */
8722 /* Override any GCC internal prototype to avoid an error.
8723 Use char because int might match the return type of a GCC
8724 builtin and then its argument prototype would still apply. */
8725 #ifdef __cplusplus
8726 extern "C"
8727 #endif
8728 char glXCreateContext ();
8730 main ()
8732 return glXCreateContext ();
8734 return 0;
8736 _ACEOF
8737 if ac_fn_c_try_link "$LINENO"; then :
8738 case "$LIBEXT" in
8739 dll) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest.exe | grep "GL" | sed -e "s/dll.*/dll/"';2,$d'` ;;
8740 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'` ;;
8741 *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8742 esac
8744 rm -f core conftest.err conftest.$ac_objext \
8745 conftest$ac_exeext conftest.$ac_ext
8746 LIBS=$ac_check_soname_save_LIBS
8748 if test "x$ac_cv_lib_soname_GL" = "x"; then :
8749 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8750 $as_echo "not found" >&6; }
8751 if test -f /usr/X11R6/lib/libGL.a
8752 then
8753 opengl_msg="/usr/X11R6/lib/libGL.a is present on your system.
8754 This probably prevents linking to OpenGL. Try deleting the file and restarting configure."
8755 else
8756 opengl_msg="No OpenGL library found on this system."
8758 else
8759 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GL" >&5
8760 $as_echo "$ac_cv_lib_soname_GL" >&6; }
8762 cat >>confdefs.h <<_ACEOF
8763 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
8764 _ACEOF
8766 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"
8768 $as_echo "#define HAVE_OPENGL 1" >>confdefs.h
8771 else
8772 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GL" >&5
8773 $as_echo "$ac_cv_lib_soname_GL" >&6; }
8775 cat >>confdefs.h <<_ACEOF
8776 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
8777 _ACEOF
8779 OPENGL_LIBS="-lGL"
8781 $as_echo "#define HAVE_OPENGL 1" >>confdefs.h
8784 if test "$ac_cv_header_GL_glu_h" = "yes"
8785 then
8786 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGLU" >&5
8787 $as_echo_n "checking for -lGLU... " >&6; }
8788 if test "${ac_cv_lib_soname_GLU+set}" = set; then :
8789 $as_echo_n "(cached) " >&6
8790 else
8791 ac_check_soname_save_LIBS=$LIBS
8792 LIBS="-lGLU $OPENGL_LIBS $X_LIBS $X_PRE_LIBS $XLIB -lm $X_EXTRA_LIBS $LIBS"
8793 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8794 /* end confdefs.h. */
8796 /* Override any GCC internal prototype to avoid an error.
8797 Use char because int might match the return type of a GCC
8798 builtin and then its argument prototype would still apply. */
8799 #ifdef __cplusplus
8800 extern "C"
8801 #endif
8802 char gluLookAt ();
8804 main ()
8806 return gluLookAt ();
8808 return 0;
8810 _ACEOF
8811 if ac_fn_c_try_link "$LINENO"; then :
8812 case "$LIBEXT" in
8813 dll) ac_cv_lib_soname_GLU=`$ac_cv_path_LDD conftest.exe | grep "GLU" | sed -e "s/dll.*/dll/"';2,$d'` ;;
8814 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'` ;;
8815 *) ac_cv_lib_soname_GLU=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGLU\\.$LIBEXT" | sed -e "s/^.*\(libGLU\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8816 esac
8818 rm -f core conftest.err conftest.$ac_objext \
8819 conftest$ac_exeext conftest.$ac_ext
8820 LIBS=$ac_check_soname_save_LIBS
8822 if test "x$ac_cv_lib_soname_GLU" = "x"; then :
8823 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8824 $as_echo "not found" >&6; }
8826 else
8827 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GLU" >&5
8828 $as_echo "$ac_cv_lib_soname_GLU" >&6; }
8830 cat >>confdefs.h <<_ACEOF
8831 #define SONAME_LIBGLU "$ac_cv_lib_soname_GLU"
8832 _ACEOF
8837 if test "x$ac_cv_lib_soname_GLU" = "x"; then :
8838 case "x$with_glu" in
8839 x) as_fn_append wine_notices "|libGLU ${notice_platform}development files not found, GLU won't be supported." ;;
8840 xno) ;;
8841 *) as_fn_error "libGLU ${notice_platform}development files not found, GLU won't be supported.
8842 This is an error since --with-glu was requested." "$LINENO" 5 ;;
8843 esac
8845 else
8846 opengl_msg="Old Mesa headers detected. Consider upgrading your Mesa libraries."
8848 else
8849 opengl_msg="OpenGL development headers not found."
8851 test -n "$opengl_msg" && enable_opengl32=${enable_opengl32:-no}
8852 test "x$ac_cv_lib_soname_GLU" = "x" && enable_glu32=${enable_glu32:-no}
8853 else
8854 enable_opengl32=${enable_opengl32:-no}
8855 enable_glu32=${enable_glu32:-no}
8857 if test -n "$opengl_msg"; then :
8858 case "x$with_opengl" in
8859 x) as_fn_append wine_warnings "|$opengl_msg
8860 OpenGL and Direct3D won't be supported." ;;
8861 xno) ;;
8862 *) as_fn_error "$opengl_msg
8863 OpenGL and Direct3D won't be supported.
8864 This is an error since --with-opengl was requested." "$LINENO" 5 ;;
8865 esac
8868 NASLIBS=""
8870 for ac_header in audio/audiolib.h
8871 do :
8872 ac_fn_c_check_header_mongrel "$LINENO" "audio/audiolib.h" "ac_cv_header_audio_audiolib_h" "$ac_includes_default"
8873 if test "x$ac_cv_header_audio_audiolib_h" = x""yes; then :
8874 cat >>confdefs.h <<_ACEOF
8875 #define HAVE_AUDIO_AUDIOLIB_H 1
8876 _ACEOF
8877 for ac_header in audio/soundlib.h
8878 do :
8879 ac_fn_c_check_header_compile "$LINENO" "audio/soundlib.h" "ac_cv_header_audio_soundlib_h" "#include <audio/audiolib.h>
8881 if test "x$ac_cv_header_audio_soundlib_h" = x""yes; then :
8882 cat >>confdefs.h <<_ACEOF
8883 #define HAVE_AUDIO_SOUNDLIB_H 1
8884 _ACEOF
8888 done
8890 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for AuCreateFlow in -laudio" >&5
8891 $as_echo_n "checking for AuCreateFlow in -laudio... " >&6; }
8892 if test "${ac_cv_lib_audio_AuCreateFlow+set}" = set; then :
8893 $as_echo_n "(cached) " >&6
8894 else
8895 ac_check_lib_save_LIBS=$LIBS
8896 LIBS="-laudio -lXt $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8897 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8898 /* end confdefs.h. */
8900 /* Override any GCC internal prototype to avoid an error.
8901 Use char because int might match the return type of a GCC
8902 builtin and then its argument prototype would still apply. */
8903 #ifdef __cplusplus
8904 extern "C"
8905 #endif
8906 char AuCreateFlow ();
8908 main ()
8910 return AuCreateFlow ();
8912 return 0;
8914 _ACEOF
8915 if ac_fn_c_try_link "$LINENO"; then :
8916 ac_cv_lib_audio_AuCreateFlow=yes
8917 else
8918 ac_cv_lib_audio_AuCreateFlow=no
8920 rm -f core conftest.err conftest.$ac_objext \
8921 conftest$ac_exeext conftest.$ac_ext
8922 LIBS=$ac_check_lib_save_LIBS
8924 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_audio_AuCreateFlow" >&5
8925 $as_echo "$ac_cv_lib_audio_AuCreateFlow" >&6; }
8926 if test "x$ac_cv_lib_audio_AuCreateFlow" = x""yes; then :
8928 $as_echo "#define HAVE_NAS 1" >>confdefs.h
8930 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XauGetBestAuthByAddr in -lXau" >&5
8931 $as_echo_n "checking for XauGetBestAuthByAddr in -lXau... " >&6; }
8932 if test "${ac_cv_lib_Xau_XauGetBestAuthByAddr+set}" = set; then :
8933 $as_echo_n "(cached) " >&6
8934 else
8935 ac_check_lib_save_LIBS=$LIBS
8936 LIBS="-lXau $X_LIBS $LIBS"
8937 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8938 /* end confdefs.h. */
8940 /* Override any GCC internal prototype to avoid an error.
8941 Use char because int might match the return type of a GCC
8942 builtin and then its argument prototype would still apply. */
8943 #ifdef __cplusplus
8944 extern "C"
8945 #endif
8946 char XauGetBestAuthByAddr ();
8948 main ()
8950 return XauGetBestAuthByAddr ();
8952 return 0;
8954 _ACEOF
8955 if ac_fn_c_try_link "$LINENO"; then :
8956 ac_cv_lib_Xau_XauGetBestAuthByAddr=yes
8957 else
8958 ac_cv_lib_Xau_XauGetBestAuthByAddr=no
8960 rm -f core conftest.err conftest.$ac_objext \
8961 conftest$ac_exeext conftest.$ac_ext
8962 LIBS=$ac_check_lib_save_LIBS
8964 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xau_XauGetBestAuthByAddr" >&5
8965 $as_echo "$ac_cv_lib_Xau_XauGetBestAuthByAddr" >&6; }
8966 if test "x$ac_cv_lib_Xau_XauGetBestAuthByAddr" = x""yes; then :
8967 NASLIBS="-lXau -laudio -lXt $X_LIBS $XLIB $X_EXTRA_LIBS"
8968 else
8969 NASLIBS="-laudio -lXt $X_LIBS $XLIB $X_EXTRA_LIBS"
8977 done
8980 CPPFLAGS="$ac_save_CPPFLAGS"
8981 else
8982 XLIB=""
8983 X_CFLAGS=""
8984 X_LIBS=""
8985 enable_winex11_drv=${enable_winex11_drv:-no}
8986 enable_opengl32=${enable_opengl32:-no}
8987 enable_glu32=${enable_glu32:-no}
8989 if test "x$XLIB" = "x"; then :
8990 case "x$with_x" in
8991 xno) ;;
8992 *) as_fn_error "X ${notice_platform}development files not found. Wine will be built
8993 without X support, which probably isn't what you want. You will need to install
8994 ${notice_platform}development packages of Xlib/Xfree86 at the very least.
8995 Use the --without-x option if you really want this." "$LINENO" 5 ;;
8996 esac
9000 XML2LIBS=""
9002 XML2INCL=""
9004 XSLTINCL=""
9006 if test "x$with_xml" != "xno"
9007 then
9008 ac_save_CPPFLAGS="$CPPFLAGS"
9009 if test "$PKG_CONFIG" != "false"
9010 then
9011 ac_xml_libs="`$PKG_CONFIG --libs libxml-2.0 2>/dev/null`"
9012 ac_xml_cflags="`$PKG_CONFIG --cflags libxml-2.0 2>/dev/null`"
9013 else
9014 ac_xml_libs="`xml2-config --libs 2>/dev/null`"
9015 ac_xml_cflags="`xml2-config --cflags 2>/dev/null`"
9017 CPPFLAGS="$CPPFLAGS $ac_xml_cflags"
9018 for ac_header in libxml/parser.h
9019 do :
9020 ac_fn_c_check_header_mongrel "$LINENO" "libxml/parser.h" "ac_cv_header_libxml_parser_h" "$ac_includes_default"
9021 if test "x$ac_cv_header_libxml_parser_h" = x""yes; then :
9022 cat >>confdefs.h <<_ACEOF
9023 #define HAVE_LIBXML_PARSER_H 1
9024 _ACEOF
9025 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlParseMemory in -lxml2" >&5
9026 $as_echo_n "checking for xmlParseMemory in -lxml2... " >&6; }
9027 if test "${ac_cv_lib_xml2_xmlParseMemory+set}" = set; then :
9028 $as_echo_n "(cached) " >&6
9029 else
9030 ac_check_lib_save_LIBS=$LIBS
9031 LIBS="-lxml2 $ac_xml_libs $LIBS"
9032 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9033 /* end confdefs.h. */
9035 /* Override any GCC internal prototype to avoid an error.
9036 Use char because int might match the return type of a GCC
9037 builtin and then its argument prototype would still apply. */
9038 #ifdef __cplusplus
9039 extern "C"
9040 #endif
9041 char xmlParseMemory ();
9043 main ()
9045 return xmlParseMemory ();
9047 return 0;
9049 _ACEOF
9050 if ac_fn_c_try_link "$LINENO"; then :
9051 ac_cv_lib_xml2_xmlParseMemory=yes
9052 else
9053 ac_cv_lib_xml2_xmlParseMemory=no
9055 rm -f core conftest.err conftest.$ac_objext \
9056 conftest$ac_exeext conftest.$ac_ext
9057 LIBS=$ac_check_lib_save_LIBS
9059 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlParseMemory" >&5
9060 $as_echo "$ac_cv_lib_xml2_xmlParseMemory" >&6; }
9061 if test "x$ac_cv_lib_xml2_xmlParseMemory" = x""yes; then :
9063 $as_echo "#define HAVE_LIBXML2 1" >>confdefs.h
9065 XML2LIBS="$ac_xml_libs"
9066 XML2INCL="$ac_xml_cflags"
9069 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlReadMemory in -lxml2" >&5
9070 $as_echo_n "checking for xmlReadMemory in -lxml2... " >&6; }
9071 if test "${ac_cv_lib_xml2_xmlReadMemory+set}" = set; then :
9072 $as_echo_n "(cached) " >&6
9073 else
9074 ac_check_lib_save_LIBS=$LIBS
9075 LIBS="-lxml2 $ac_xml_libs $LIBS"
9076 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9077 /* end confdefs.h. */
9079 /* Override any GCC internal prototype to avoid an error.
9080 Use char because int might match the return type of a GCC
9081 builtin and then its argument prototype would still apply. */
9082 #ifdef __cplusplus
9083 extern "C"
9084 #endif
9085 char xmlReadMemory ();
9087 main ()
9089 return xmlReadMemory ();
9091 return 0;
9093 _ACEOF
9094 if ac_fn_c_try_link "$LINENO"; then :
9095 ac_cv_lib_xml2_xmlReadMemory=yes
9096 else
9097 ac_cv_lib_xml2_xmlReadMemory=no
9099 rm -f core conftest.err conftest.$ac_objext \
9100 conftest$ac_exeext conftest.$ac_ext
9101 LIBS=$ac_check_lib_save_LIBS
9103 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlReadMemory" >&5
9104 $as_echo "$ac_cv_lib_xml2_xmlReadMemory" >&6; }
9105 if test "x$ac_cv_lib_xml2_xmlReadMemory" = x""yes; then :
9107 $as_echo "#define HAVE_XMLREADMEMORY 1" >>confdefs.h
9111 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlNewDocPI in -lxml2" >&5
9112 $as_echo_n "checking for xmlNewDocPI in -lxml2... " >&6; }
9113 if test "${ac_cv_lib_xml2_xmlNewDocPI+set}" = set; then :
9114 $as_echo_n "(cached) " >&6
9115 else
9116 ac_check_lib_save_LIBS=$LIBS
9117 LIBS="-lxml2 $ac_xml_libs $LIBS"
9118 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9119 /* end confdefs.h. */
9121 /* Override any GCC internal prototype to avoid an error.
9122 Use char because int might match the return type of a GCC
9123 builtin and then its argument prototype would still apply. */
9124 #ifdef __cplusplus
9125 extern "C"
9126 #endif
9127 char xmlNewDocPI ();
9129 main ()
9131 return xmlNewDocPI ();
9133 return 0;
9135 _ACEOF
9136 if ac_fn_c_try_link "$LINENO"; then :
9137 ac_cv_lib_xml2_xmlNewDocPI=yes
9138 else
9139 ac_cv_lib_xml2_xmlNewDocPI=no
9141 rm -f core conftest.err conftest.$ac_objext \
9142 conftest$ac_exeext conftest.$ac_ext
9143 LIBS=$ac_check_lib_save_LIBS
9145 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlNewDocPI" >&5
9146 $as_echo "$ac_cv_lib_xml2_xmlNewDocPI" >&6; }
9147 if test "x$ac_cv_lib_xml2_xmlNewDocPI" = x""yes; then :
9149 $as_echo "#define HAVE_XMLNEWDOCPI 1" >>confdefs.h
9156 done
9158 CPPFLAGS="$ac_save_CPPFLAGS"
9160 if test "$ac_cv_lib_xml2_xmlParseMemory" != "yes"; then :
9161 case "x$with_xml" in
9162 x) as_fn_append wine_warnings "|libxml2 ${notice_platform}development files not found, XML won't be supported." ;;
9163 xno) ;;
9164 *) as_fn_error "libxml2 ${notice_platform}development files not found, XML won't be supported.
9165 This is an error since --with-xml was requested." "$LINENO" 5 ;;
9166 esac
9169 if test "x$with_xslt" != "xno"
9170 then
9171 if test "$PKG_CONFIG" != "false"
9172 then
9173 ac_xslt_libs="`$PKG_CONFIG --libs libxslt 2>/dev/null`"
9174 ac_xslt_cflags="`$PKG_CONFIG --cflags libxslt 2>/dev/null`"
9175 else
9176 ac_xslt_libs="`xslt-config --libs 2>/dev/null`"
9177 ac_xslt_cflags="`xslt-config --cflags 2>/dev/null`"
9179 ac_save_CPPFLAGS="$CPPFLAGS"
9180 CPPFLAGS="$CPPFLAGS $ac_xslt_cflags"
9181 for ac_header in libxslt/pattern.h libxslt/transform.h
9182 do :
9183 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
9184 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_LIBXSLT_PATTERN_H
9185 # include <libxslt/pattern.h>
9186 #endif
9188 eval as_val=\$$as_ac_Header
9189 if test "x$as_val" = x""yes; then :
9190 cat >>confdefs.h <<_ACEOF
9191 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
9192 _ACEOF
9196 done
9198 CPPFLAGS="$ac_save_CPPFLAGS"
9199 if test "$ac_cv_header_libxslt_transform_h" = "yes"
9200 then
9201 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lxslt" >&5
9202 $as_echo_n "checking for -lxslt... " >&6; }
9203 if test "${ac_cv_lib_soname_xslt+set}" = set; then :
9204 $as_echo_n "(cached) " >&6
9205 else
9206 ac_check_soname_save_LIBS=$LIBS
9207 LIBS="-lxslt $ac_xslt_libs $LIBS"
9208 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9209 /* end confdefs.h. */
9211 /* Override any GCC internal prototype to avoid an error.
9212 Use char because int might match the return type of a GCC
9213 builtin and then its argument prototype would still apply. */
9214 #ifdef __cplusplus
9215 extern "C"
9216 #endif
9217 char xsltCompilePattern ();
9219 main ()
9221 return xsltCompilePattern ();
9223 return 0;
9225 _ACEOF
9226 if ac_fn_c_try_link "$LINENO"; then :
9227 case "$LIBEXT" in
9228 dll) ac_cv_lib_soname_xslt=`$ac_cv_path_LDD conftest.exe | grep "xslt" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9229 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'` ;;
9230 *) ac_cv_lib_soname_xslt=`$ac_cv_path_LDD conftest$ac_exeext | grep "libxslt\\.$LIBEXT" | sed -e "s/^.*\(libxslt\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9231 esac
9233 rm -f core conftest.err conftest.$ac_objext \
9234 conftest$ac_exeext conftest.$ac_ext
9235 LIBS=$ac_check_soname_save_LIBS
9237 if test "x$ac_cv_lib_soname_xslt" = "x"; then :
9238 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9239 $as_echo "not found" >&6; }
9241 else
9242 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_xslt" >&5
9243 $as_echo "$ac_cv_lib_soname_xslt" >&6; }
9245 cat >>confdefs.h <<_ACEOF
9246 #define SONAME_LIBXSLT "$ac_cv_lib_soname_xslt"
9247 _ACEOF
9249 XSLTINCL="$ac_xslt_cflags"
9253 if test "x$ac_cv_lib_soname_xslt" = "x"; then :
9254 case "x$with_xslt" in
9255 x) as_fn_append wine_warnings "|libxslt ${notice_platform}development files not found, xslt won't be supported." ;;
9256 xno) ;;
9257 *) as_fn_error "libxslt ${notice_platform}development files not found, xslt won't be supported.
9258 This is an error since --with-xslt was requested." "$LINENO" 5 ;;
9259 esac
9262 HALINCL=""
9264 if test "x$with_hal" != "xno"
9265 then
9266 ac_save_CPPFLAGS="$CPPFLAGS"
9267 if test "$PKG_CONFIG" != "false"
9268 then
9269 ac_hal_libs="`$PKG_CONFIG --libs hal 2>/dev/null`"
9270 ac_hal_cflags="`$PKG_CONFIG --cflags hal 2>/dev/null`"
9271 CPPFLAGS="$CPPFLAGS $ac_hal_cflags"
9273 for ac_header in dbus/dbus.h hal/libhal.h
9274 do :
9275 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
9276 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
9277 eval as_val=\$$as_ac_Header
9278 if test "x$as_val" = x""yes; then :
9279 cat >>confdefs.h <<_ACEOF
9280 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
9281 _ACEOF
9285 done
9287 if test "$ac_cv_header_dbus_dbus_h" = "yes" -a "$ac_cv_header_hal_libhal_h" = "yes"
9288 then
9289 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dbus_connection_close in -ldbus-1" >&5
9290 $as_echo_n "checking for dbus_connection_close in -ldbus-1... " >&6; }
9291 if test "${ac_cv_lib_dbus_1_dbus_connection_close+set}" = set; then :
9292 $as_echo_n "(cached) " >&6
9293 else
9294 ac_check_lib_save_LIBS=$LIBS
9295 LIBS="-ldbus-1 $ac_hal_libs $LIBS"
9296 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9297 /* end confdefs.h. */
9299 /* Override any GCC internal prototype to avoid an error.
9300 Use char because int might match the return type of a GCC
9301 builtin and then its argument prototype would still apply. */
9302 #ifdef __cplusplus
9303 extern "C"
9304 #endif
9305 char dbus_connection_close ();
9307 main ()
9309 return dbus_connection_close ();
9311 return 0;
9313 _ACEOF
9314 if ac_fn_c_try_link "$LINENO"; then :
9315 ac_cv_lib_dbus_1_dbus_connection_close=yes
9316 else
9317 ac_cv_lib_dbus_1_dbus_connection_close=no
9319 rm -f core conftest.err conftest.$ac_objext \
9320 conftest$ac_exeext conftest.$ac_ext
9321 LIBS=$ac_check_lib_save_LIBS
9323 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dbus_1_dbus_connection_close" >&5
9324 $as_echo "$ac_cv_lib_dbus_1_dbus_connection_close" >&6; }
9325 if test "x$ac_cv_lib_dbus_1_dbus_connection_close" = x""yes; then :
9326 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lhal" >&5
9327 $as_echo_n "checking for -lhal... " >&6; }
9328 if test "${ac_cv_lib_soname_hal+set}" = set; then :
9329 $as_echo_n "(cached) " >&6
9330 else
9331 ac_check_soname_save_LIBS=$LIBS
9332 LIBS="-lhal $ac_hal_libs $LIBS"
9333 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9334 /* end confdefs.h. */
9336 /* Override any GCC internal prototype to avoid an error.
9337 Use char because int might match the return type of a GCC
9338 builtin and then its argument prototype would still apply. */
9339 #ifdef __cplusplus
9340 extern "C"
9341 #endif
9342 char libhal_ctx_new ();
9344 main ()
9346 return libhal_ctx_new ();
9348 return 0;
9350 _ACEOF
9351 if ac_fn_c_try_link "$LINENO"; then :
9352 case "$LIBEXT" in
9353 dll) ac_cv_lib_soname_hal=`$ac_cv_path_LDD conftest.exe | grep "hal" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9354 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'` ;;
9355 *) ac_cv_lib_soname_hal=`$ac_cv_path_LDD conftest$ac_exeext | grep "libhal\\.$LIBEXT" | sed -e "s/^.*\(libhal\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9356 esac
9358 rm -f core conftest.err conftest.$ac_objext \
9359 conftest$ac_exeext conftest.$ac_ext
9360 LIBS=$ac_check_soname_save_LIBS
9362 if test "x$ac_cv_lib_soname_hal" = "x"; then :
9363 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9364 $as_echo "not found" >&6; }
9366 else
9367 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_hal" >&5
9368 $as_echo "$ac_cv_lib_soname_hal" >&6; }
9370 cat >>confdefs.h <<_ACEOF
9371 #define SONAME_LIBHAL "$ac_cv_lib_soname_hal"
9372 _ACEOF
9374 HALINCL="$ac_hal_cflags"
9379 CPPFLAGS="$ac_save_CPPFLAGS"
9381 if test "x$ac_cv_lib_soname_hal" = "x"; then :
9382 case "x$with_hal" in
9383 x) as_fn_append wine_notices "|libhal/libdbus ${notice_platform}development files not found, no dynamic device support." ;;
9384 xno) ;;
9385 *) as_fn_error "libhal/libdbus ${notice_platform}development files not found, no dynamic device support.
9386 This is an error since --with-hal was requested." "$LINENO" 5 ;;
9387 esac
9390 if test "x$with_gnutls" != "xno"
9391 then
9392 ac_save_CPPFLAGS="$CPPFLAGS"
9393 if test "$PKG_CONFIG" != "false"
9394 then
9395 ac_gnutls_libs="`$PKG_CONFIG --libs gnutls 2>/dev/null`"
9396 ac_gnutls_cflags="`$PKG_CONFIG --cflags gnutls 2>/dev/null`"
9397 CPPFLAGS="$CPPFLAGS $ac_gnutls_cflags"
9399 ac_fn_c_check_header_mongrel "$LINENO" "gnutls/gnutls.h" "ac_cv_header_gnutls_gnutls_h" "$ac_includes_default"
9400 if test "x$ac_cv_header_gnutls_gnutls_h" = x""yes; then :
9401 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9402 /* end confdefs.h. */
9403 #include <gnutls/gnutls.h>
9405 main ()
9407 typeof(gnutls_mac_get_key_size) *pfunc;
9409 return 0;
9411 _ACEOF
9412 if ac_fn_c_try_compile "$LINENO"; then :
9413 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lgnutls" >&5
9414 $as_echo_n "checking for -lgnutls... " >&6; }
9415 if test "${ac_cv_lib_soname_gnutls+set}" = set; then :
9416 $as_echo_n "(cached) " >&6
9417 else
9418 ac_check_soname_save_LIBS=$LIBS
9419 LIBS="-lgnutls $ac_gnutls_libs $LIBS"
9420 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9421 /* end confdefs.h. */
9423 /* Override any GCC internal prototype to avoid an error.
9424 Use char because int might match the return type of a GCC
9425 builtin and then its argument prototype would still apply. */
9426 #ifdef __cplusplus
9427 extern "C"
9428 #endif
9429 char gnutls_global_init ();
9431 main ()
9433 return gnutls_global_init ();
9435 return 0;
9437 _ACEOF
9438 if ac_fn_c_try_link "$LINENO"; then :
9439 case "$LIBEXT" in
9440 dll) ac_cv_lib_soname_gnutls=`$ac_cv_path_LDD conftest.exe | grep "gnutls" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9441 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'` ;;
9442 *) ac_cv_lib_soname_gnutls=`$ac_cv_path_LDD conftest$ac_exeext | grep "libgnutls\\.$LIBEXT" | sed -e "s/^.*\(libgnutls\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9443 esac
9445 rm -f core conftest.err conftest.$ac_objext \
9446 conftest$ac_exeext conftest.$ac_ext
9447 LIBS=$ac_check_soname_save_LIBS
9449 if test "x$ac_cv_lib_soname_gnutls" = "x"; then :
9450 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9451 $as_echo "not found" >&6; }
9453 else
9454 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_gnutls" >&5
9455 $as_echo "$ac_cv_lib_soname_gnutls" >&6; }
9457 cat >>confdefs.h <<_ACEOF
9458 #define SONAME_LIBGNUTLS "$ac_cv_lib_soname_gnutls"
9459 _ACEOF
9461 GNUTLSINCL="$ac_gnutls_cflags"
9465 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9469 CPPFLAGS="$ac_save_CPPFLAGS"
9471 if test "x$ac_cv_lib_soname_gnutls" = "x"; then :
9472 case "x$with_gnutls" in
9473 x) as_fn_append wine_notices "|libgnutls ${notice_platform}development files not found, no schannel support." ;;
9474 xno) ;;
9475 *) as_fn_error "libgnutls ${notice_platform}development files not found, no schannel support.
9476 This is an error since --with-gnutls was requested." "$LINENO" 5 ;;
9477 esac
9480 CURSESLIBS=""
9481 if test "$ac_cv_header_ncurses_h" = "yes"
9482 then
9483 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lncurses" >&5
9484 $as_echo_n "checking for -lncurses... " >&6; }
9485 if test "${ac_cv_lib_soname_ncurses+set}" = set; then :
9486 $as_echo_n "(cached) " >&6
9487 else
9488 ac_check_soname_save_LIBS=$LIBS
9489 LIBS="-lncurses $LIBS"
9490 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9491 /* end confdefs.h. */
9493 /* Override any GCC internal prototype to avoid an error.
9494 Use char because int might match the return type of a GCC
9495 builtin and then its argument prototype would still apply. */
9496 #ifdef __cplusplus
9497 extern "C"
9498 #endif
9499 char waddch ();
9501 main ()
9503 return waddch ();
9505 return 0;
9507 _ACEOF
9508 if ac_fn_c_try_link "$LINENO"; then :
9509 case "$LIBEXT" in
9510 dll) ac_cv_lib_soname_ncurses=`$ac_cv_path_LDD conftest.exe | grep "ncurses" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9511 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'` ;;
9512 *) ac_cv_lib_soname_ncurses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libncurses\\.$LIBEXT" | sed -e "s/^.*\(libncurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9513 esac
9515 rm -f core conftest.err conftest.$ac_objext \
9516 conftest$ac_exeext conftest.$ac_ext
9517 LIBS=$ac_check_soname_save_LIBS
9519 if test "x$ac_cv_lib_soname_ncurses" = "x"; then :
9520 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9521 $as_echo "not found" >&6; }
9523 else
9524 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_ncurses" >&5
9525 $as_echo "$ac_cv_lib_soname_ncurses" >&6; }
9527 cat >>confdefs.h <<_ACEOF
9528 #define SONAME_LIBNCURSES "$ac_cv_lib_soname_ncurses"
9529 _ACEOF
9531 CURSESLIBS="-lncurses"
9533 elif test "$ac_cv_header_curses_h" = "yes"
9534 then
9535 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcurses" >&5
9536 $as_echo_n "checking for -lcurses... " >&6; }
9537 if test "${ac_cv_lib_soname_curses+set}" = set; then :
9538 $as_echo_n "(cached) " >&6
9539 else
9540 ac_check_soname_save_LIBS=$LIBS
9541 LIBS="-lcurses $LIBS"
9542 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9543 /* end confdefs.h. */
9545 /* Override any GCC internal prototype to avoid an error.
9546 Use char because int might match the return type of a GCC
9547 builtin and then its argument prototype would still apply. */
9548 #ifdef __cplusplus
9549 extern "C"
9550 #endif
9551 char waddch ();
9553 main ()
9555 return waddch ();
9557 return 0;
9559 _ACEOF
9560 if ac_fn_c_try_link "$LINENO"; then :
9561 case "$LIBEXT" in
9562 dll) ac_cv_lib_soname_curses=`$ac_cv_path_LDD conftest.exe | grep "curses" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9563 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'` ;;
9564 *) ac_cv_lib_soname_curses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcurses\\.$LIBEXT" | sed -e "s/^.*\(libcurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9565 esac
9567 rm -f core conftest.err conftest.$ac_objext \
9568 conftest$ac_exeext conftest.$ac_ext
9569 LIBS=$ac_check_soname_save_LIBS
9571 if test "x$ac_cv_lib_soname_curses" = "x"; then :
9572 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9573 $as_echo "not found" >&6; }
9575 else
9576 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_curses" >&5
9577 $as_echo "$ac_cv_lib_soname_curses" >&6; }
9579 cat >>confdefs.h <<_ACEOF
9580 #define SONAME_LIBCURSES "$ac_cv_lib_soname_curses"
9581 _ACEOF
9583 CURSESLIBS="-lcurses"
9586 ac_save_LIBS="$LIBS"
9587 LIBS="$LIBS $CURSESLIBS"
9588 for ac_func in mousemask
9589 do :
9590 ac_fn_c_check_func "$LINENO" "mousemask" "ac_cv_func_mousemask"
9591 if test "x$ac_cv_func_mousemask" = x""yes; then :
9592 cat >>confdefs.h <<_ACEOF
9593 #define HAVE_MOUSEMASK 1
9594 _ACEOF
9597 done
9599 LIBS="$ac_save_LIBS"
9600 if test "x$ac_cv_lib_soname_curses$ac_cv_lib_soname_ncurses" = "x"; then :
9601 case "x$with_curses" in
9602 x) as_fn_append wine_notices "|lib(n)curses ${notice_platform}development files not found, curses won't be supported." ;;
9603 xno) ;;
9604 *) as_fn_error "lib(n)curses ${notice_platform}development files not found, curses won't be supported.
9605 This is an error since --with-curses was requested." "$LINENO" 5 ;;
9606 esac
9609 if test "x$with_sane" != "xno"
9610 then
9611 ac_save_CPPFLAGS="$CPPFLAGS"
9612 # Extract the first word of "sane-config", so it can be a program name with args.
9613 set dummy sane-config; ac_word=$2
9614 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9615 $as_echo_n "checking for $ac_word... " >&6; }
9616 if test "${ac_cv_prog_sane_devel+set}" = set; then :
9617 $as_echo_n "(cached) " >&6
9618 else
9619 if test -n "$sane_devel"; then
9620 ac_cv_prog_sane_devel="$sane_devel" # Let the user override the test.
9621 else
9622 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9623 for as_dir in $PATH
9625 IFS=$as_save_IFS
9626 test -z "$as_dir" && as_dir=.
9627 for ac_exec_ext in '' $ac_executable_extensions; do
9628 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9629 ac_cv_prog_sane_devel="sane-config"
9630 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9631 break 2
9633 done
9634 done
9635 IFS=$as_save_IFS
9637 test -z "$ac_cv_prog_sane_devel" && ac_cv_prog_sane_devel="no"
9640 sane_devel=$ac_cv_prog_sane_devel
9641 if test -n "$sane_devel"; then
9642 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $sane_devel" >&5
9643 $as_echo "$sane_devel" >&6; }
9644 else
9645 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9646 $as_echo "no" >&6; }
9650 if test "$sane_devel" != "no"
9651 then
9652 ac_sane_incl="`$sane_devel --cflags`"
9653 ac_sane_libs="`$sane_devel --ldflags`"
9654 CPPFLAGS="$CPPFLAGS $ac_sane_incl"
9656 ac_fn_c_check_header_mongrel "$LINENO" "sane/sane.h" "ac_cv_header_sane_sane_h" "$ac_includes_default"
9657 if test "x$ac_cv_header_sane_sane_h" = x""yes; then :
9658 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lsane" >&5
9659 $as_echo_n "checking for -lsane... " >&6; }
9660 if test "${ac_cv_lib_soname_sane+set}" = set; then :
9661 $as_echo_n "(cached) " >&6
9662 else
9663 ac_check_soname_save_LIBS=$LIBS
9664 LIBS="-lsane $ac_sane_libs $LIBS"
9665 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9666 /* end confdefs.h. */
9668 /* Override any GCC internal prototype to avoid an error.
9669 Use char because int might match the return type of a GCC
9670 builtin and then its argument prototype would still apply. */
9671 #ifdef __cplusplus
9672 extern "C"
9673 #endif
9674 char sane_init ();
9676 main ()
9678 return sane_init ();
9680 return 0;
9682 _ACEOF
9683 if ac_fn_c_try_link "$LINENO"; then :
9684 case "$LIBEXT" in
9685 dll) ac_cv_lib_soname_sane=`$ac_cv_path_LDD conftest.exe | grep "sane" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9686 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'` ;;
9687 *) ac_cv_lib_soname_sane=`$ac_cv_path_LDD conftest$ac_exeext | grep "libsane\\.$LIBEXT" | sed -e "s/^.*\(libsane\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9688 esac
9690 rm -f core conftest.err conftest.$ac_objext \
9691 conftest$ac_exeext conftest.$ac_ext
9692 LIBS=$ac_check_soname_save_LIBS
9694 if test "x$ac_cv_lib_soname_sane" = "x"; then :
9695 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9696 $as_echo "not found" >&6; }
9698 else
9699 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_sane" >&5
9700 $as_echo "$ac_cv_lib_soname_sane" >&6; }
9702 cat >>confdefs.h <<_ACEOF
9703 #define SONAME_LIBSANE "$ac_cv_lib_soname_sane"
9704 _ACEOF
9706 SANEINCL="$ac_sane_incl"
9712 CPPFLAGS="$ac_save_CPPFLAGS"
9714 if test "x$ac_cv_lib_soname_sane" = "x"; then :
9715 case "x$with_sane" in
9716 x) as_fn_append wine_notices "|libsane ${notice_platform}development files not found, scanners won't be supported." ;;
9717 xno) ;;
9718 *) as_fn_error "libsane ${notice_platform}development files not found, scanners won't be supported.
9719 This is an error since --with-sane was requested." "$LINENO" 5 ;;
9720 esac
9723 if test "x$with_v4l" != "xno"
9724 then
9725 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lv4l1" >&5
9726 $as_echo_n "checking for -lv4l1... " >&6; }
9727 if test "${ac_cv_lib_soname_v4l1+set}" = set; then :
9728 $as_echo_n "(cached) " >&6
9729 else
9730 ac_check_soname_save_LIBS=$LIBS
9731 LIBS="-lv4l1 $LIBS"
9732 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9733 /* end confdefs.h. */
9735 /* Override any GCC internal prototype to avoid an error.
9736 Use char because int might match the return type of a GCC
9737 builtin and then its argument prototype would still apply. */
9738 #ifdef __cplusplus
9739 extern "C"
9740 #endif
9741 char v4l1_open ();
9743 main ()
9745 return v4l1_open ();
9747 return 0;
9749 _ACEOF
9750 if ac_fn_c_try_link "$LINENO"; then :
9751 case "$LIBEXT" in
9752 dll) ac_cv_lib_soname_v4l1=`$ac_cv_path_LDD conftest.exe | grep "v4l1" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9753 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'` ;;
9754 *) ac_cv_lib_soname_v4l1=`$ac_cv_path_LDD conftest$ac_exeext | grep "libv4l1\\.$LIBEXT" | sed -e "s/^.*\(libv4l1\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9755 esac
9757 rm -f core conftest.err conftest.$ac_objext \
9758 conftest$ac_exeext conftest.$ac_ext
9759 LIBS=$ac_check_soname_save_LIBS
9761 if test "x$ac_cv_lib_soname_v4l1" = "x"; then :
9762 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9763 $as_echo "not found" >&6; }
9765 else
9766 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_v4l1" >&5
9767 $as_echo "$ac_cv_lib_soname_v4l1" >&6; }
9769 cat >>confdefs.h <<_ACEOF
9770 #define SONAME_LIBV4L1 "$ac_cv_lib_soname_v4l1"
9771 _ACEOF
9776 if test "x$ac_cv_lib_soname_v4l1" = "x"; then :
9777 case "x$with_v4l" in
9778 x) as_fn_append wine_notices "|libv4l ${notice_platform}development files not found." ;;
9779 xno) ;;
9780 *) as_fn_error "libv4l ${notice_platform}development files not found.
9781 This is an error since --with-v4l was requested." "$LINENO" 5 ;;
9782 esac
9785 if test "x$with_gphoto" != "xno"
9786 then
9787 ac_save_CPPFLAGS="$CPPFLAGS"
9788 # Extract the first word of "gphoto2-config", so it can be a program name with args.
9789 set dummy gphoto2-config; ac_word=$2
9790 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9791 $as_echo_n "checking for $ac_word... " >&6; }
9792 if test "${ac_cv_prog_gphoto2_devel+set}" = set; then :
9793 $as_echo_n "(cached) " >&6
9794 else
9795 if test -n "$gphoto2_devel"; then
9796 ac_cv_prog_gphoto2_devel="$gphoto2_devel" # Let the user override the test.
9797 else
9798 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9799 for as_dir in $PATH
9801 IFS=$as_save_IFS
9802 test -z "$as_dir" && as_dir=.
9803 for ac_exec_ext in '' $ac_executable_extensions; do
9804 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9805 ac_cv_prog_gphoto2_devel="gphoto2-config"
9806 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9807 break 2
9809 done
9810 done
9811 IFS=$as_save_IFS
9813 test -z "$ac_cv_prog_gphoto2_devel" && ac_cv_prog_gphoto2_devel="no"
9816 gphoto2_devel=$ac_cv_prog_gphoto2_devel
9817 if test -n "$gphoto2_devel"; then
9818 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gphoto2_devel" >&5
9819 $as_echo "$gphoto2_devel" >&6; }
9820 else
9821 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9822 $as_echo "no" >&6; }
9826 # Extract the first word of "gphoto2-port-config", so it can be a program name with args.
9827 set dummy gphoto2-port-config; ac_word=$2
9828 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9829 $as_echo_n "checking for $ac_word... " >&6; }
9830 if test "${ac_cv_prog_gphoto2port_devel+set}" = set; then :
9831 $as_echo_n "(cached) " >&6
9832 else
9833 if test -n "$gphoto2port_devel"; then
9834 ac_cv_prog_gphoto2port_devel="$gphoto2port_devel" # Let the user override the test.
9835 else
9836 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9837 for as_dir in $PATH
9839 IFS=$as_save_IFS
9840 test -z "$as_dir" && as_dir=.
9841 for ac_exec_ext in '' $ac_executable_extensions; do
9842 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9843 ac_cv_prog_gphoto2port_devel="gphoto2-port-config"
9844 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9845 break 2
9847 done
9848 done
9849 IFS=$as_save_IFS
9851 test -z "$ac_cv_prog_gphoto2port_devel" && ac_cv_prog_gphoto2port_devel="no"
9854 gphoto2port_devel=$ac_cv_prog_gphoto2port_devel
9855 if test -n "$gphoto2port_devel"; then
9856 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gphoto2port_devel" >&5
9857 $as_echo "$gphoto2port_devel" >&6; }
9858 else
9859 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9860 $as_echo "no" >&6; }
9864 if test "$gphoto2_devel" != "no" -a "$gphoto2port_devel" != "no"
9865 then
9866 ac_gphoto2_incl="`$gphoto2_devel --cflags` `$gphoto2port_devel --cflags`"
9867 ac_gphoto2_libs=""
9868 for i in `$gphoto2_devel --libs` `$gphoto2port_devel --libs`
9870 case "$i" in
9871 -L/usr/lib|-L/usr/lib64) ;;
9872 -L*|-l*) ac_gphoto2_libs="$ac_gphoto2_libs $i";;
9873 esac
9874 done
9875 CPPFLAGS="$CPPFLAGS $ac_gphoto2_incl"
9877 ac_gphoto2_libs=${ac_gphoto2_libs:-"-lgphoto2"}
9878 ac_fn_c_check_header_mongrel "$LINENO" "gphoto2-camera.h" "ac_cv_header_gphoto2_camera_h" "$ac_includes_default"
9879 if test "x$ac_cv_header_gphoto2_camera_h" = x""yes; then :
9880 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gp_camera_new in -lgphoto2" >&5
9881 $as_echo_n "checking for gp_camera_new in -lgphoto2... " >&6; }
9882 if test "${ac_cv_lib_gphoto2_gp_camera_new+set}" = set; then :
9883 $as_echo_n "(cached) " >&6
9884 else
9885 ac_check_lib_save_LIBS=$LIBS
9886 LIBS="-lgphoto2 $ac_gphoto2_libs $LIBS"
9887 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9888 /* end confdefs.h. */
9890 /* Override any GCC internal prototype to avoid an error.
9891 Use char because int might match the return type of a GCC
9892 builtin and then its argument prototype would still apply. */
9893 #ifdef __cplusplus
9894 extern "C"
9895 #endif
9896 char gp_camera_new ();
9898 main ()
9900 return gp_camera_new ();
9902 return 0;
9904 _ACEOF
9905 if ac_fn_c_try_link "$LINENO"; then :
9906 ac_cv_lib_gphoto2_gp_camera_new=yes
9907 else
9908 ac_cv_lib_gphoto2_gp_camera_new=no
9910 rm -f core conftest.err conftest.$ac_objext \
9911 conftest$ac_exeext conftest.$ac_ext
9912 LIBS=$ac_check_lib_save_LIBS
9914 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gphoto2_gp_camera_new" >&5
9915 $as_echo "$ac_cv_lib_gphoto2_gp_camera_new" >&6; }
9916 if test "x$ac_cv_lib_gphoto2_gp_camera_new" = x""yes; then :
9918 $as_echo "#define HAVE_GPHOTO2 1" >>confdefs.h
9920 GPHOTO2LIBS="$ac_gphoto2_libs"
9922 GPHOTO2INCL="$ac_gphoto2_incl"
9929 CPPFLAGS="$ac_save_CPPFLAGS"
9931 if test "$ac_cv_lib_gphoto2_gp_camera_new" != "yes"; then :
9932 case "x$with_gphoto" in
9933 x) as_fn_append wine_notices "|libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported." ;;
9934 xno) ;;
9935 *) as_fn_error "libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
9936 This is an error since --with-gphoto was requested." "$LINENO" 5 ;;
9937 esac
9941 RESOLVLIBS=""
9943 if test "$ac_cv_header_resolv_h" = "yes"
9944 then
9945 ac_save_LIBS="$LIBS"
9946 LIBS="$LIBS -lresolv"
9947 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9948 /* end confdefs.h. */
9949 #ifdef HAVE_NETINET_IN_H
9950 #include <netinet/in.h>
9951 #endif
9952 #include <resolv.h>
9954 main ()
9956 res_init();
9958 return 0;
9960 _ACEOF
9961 if ac_fn_c_try_link "$LINENO"; then :
9963 $as_echo "#define HAVE_RESOLV 1" >>confdefs.h
9965 RESOLVLIBS="-lresolv"
9967 rm -f core conftest.err conftest.$ac_objext \
9968 conftest$ac_exeext conftest.$ac_ext
9969 LIBS="$ac_save_LIBS"
9972 LCMSLIBS=""
9974 if test "$ac_cv_header_lcms_h" = "yes" -o "$ac_cv_header_lcms_lcms_h" = "yes"
9975 then
9976 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cmsOpenProfileFromFile in -llcms" >&5
9977 $as_echo_n "checking for cmsOpenProfileFromFile in -llcms... " >&6; }
9978 if test "${ac_cv_lib_lcms_cmsOpenProfileFromFile+set}" = set; then :
9979 $as_echo_n "(cached) " >&6
9980 else
9981 ac_check_lib_save_LIBS=$LIBS
9982 LIBS="-llcms $LIBS"
9983 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9984 /* end confdefs.h. */
9986 /* Override any GCC internal prototype to avoid an error.
9987 Use char because int might match the return type of a GCC
9988 builtin and then its argument prototype would still apply. */
9989 #ifdef __cplusplus
9990 extern "C"
9991 #endif
9992 char cmsOpenProfileFromFile ();
9994 main ()
9996 return cmsOpenProfileFromFile ();
9998 return 0;
10000 _ACEOF
10001 if ac_fn_c_try_link "$LINENO"; then :
10002 ac_cv_lib_lcms_cmsOpenProfileFromFile=yes
10003 else
10004 ac_cv_lib_lcms_cmsOpenProfileFromFile=no
10006 rm -f core conftest.err conftest.$ac_objext \
10007 conftest$ac_exeext conftest.$ac_ext
10008 LIBS=$ac_check_lib_save_LIBS
10010 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lcms_cmsOpenProfileFromFile" >&5
10011 $as_echo "$ac_cv_lib_lcms_cmsOpenProfileFromFile" >&6; }
10012 if test "x$ac_cv_lib_lcms_cmsOpenProfileFromFile" = x""yes; then :
10014 $as_echo "#define HAVE_LCMS 1" >>confdefs.h
10016 LCMSLIBS="-llcms"
10020 if test "$ac_cv_lib_lcms_cmsOpenProfileFromFile" != "yes"; then :
10021 case "x$with_cms" in
10022 x) as_fn_append wine_notices "|liblcms ${notice_platform}development files not found, Color Management won't be supported." ;;
10023 xno) ;;
10024 *) as_fn_error "liblcms ${notice_platform}development files not found, Color Management won't be supported.
10025 This is an error since --with-cms was requested." "$LINENO" 5 ;;
10026 esac
10029 if test "x$with_freetype" != "xno"
10030 then
10031 for ac_prog in freetype-config freetype2-config
10033 # Extract the first word of "$ac_prog", so it can be a program name with args.
10034 set dummy $ac_prog; ac_word=$2
10035 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10036 $as_echo_n "checking for $ac_word... " >&6; }
10037 if test "${ac_cv_prog_ft_devel+set}" = set; then :
10038 $as_echo_n "(cached) " >&6
10039 else
10040 if test -n "$ft_devel"; then
10041 ac_cv_prog_ft_devel="$ft_devel" # Let the user override the test.
10042 else
10043 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10044 for as_dir in $PATH
10046 IFS=$as_save_IFS
10047 test -z "$as_dir" && as_dir=.
10048 for ac_exec_ext in '' $ac_executable_extensions; do
10049 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10050 ac_cv_prog_ft_devel="$ac_prog"
10051 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10052 break 2
10054 done
10055 done
10056 IFS=$as_save_IFS
10060 ft_devel=$ac_cv_prog_ft_devel
10061 if test -n "$ft_devel"; then
10062 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ft_devel" >&5
10063 $as_echo "$ft_devel" >&6; }
10064 else
10065 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10066 $as_echo "no" >&6; }
10070 test -n "$ft_devel" && break
10071 done
10072 test -n "$ft_devel" || ft_devel="no"
10074 if test "$ft_devel" != "no"
10075 then
10076 ac_freetype_incl=`$ft_devel --cflags`
10077 ac_freetype_libs=`$ft_devel --libs`
10079 ac_freetype_libs=${ac_freetype_libs:-"-lfreetype"}
10080 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfreetype" >&5
10081 $as_echo_n "checking for -lfreetype... " >&6; }
10082 if test "${ac_cv_lib_soname_freetype+set}" = set; then :
10083 $as_echo_n "(cached) " >&6
10084 else
10085 ac_check_soname_save_LIBS=$LIBS
10086 LIBS="-lfreetype $ac_freetype_libs $LIBS"
10087 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10088 /* end confdefs.h. */
10090 /* Override any GCC internal prototype to avoid an error.
10091 Use char because int might match the return type of a GCC
10092 builtin and then its argument prototype would still apply. */
10093 #ifdef __cplusplus
10094 extern "C"
10095 #endif
10096 char FT_Init_FreeType ();
10098 main ()
10100 return FT_Init_FreeType ();
10102 return 0;
10104 _ACEOF
10105 if ac_fn_c_try_link "$LINENO"; then :
10106 case "$LIBEXT" in
10107 dll) ac_cv_lib_soname_freetype=`$ac_cv_path_LDD conftest.exe | grep "freetype" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10108 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'` ;;
10109 *) ac_cv_lib_soname_freetype=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfreetype\\.$LIBEXT" | sed -e "s/^.*\(libfreetype\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10110 esac
10112 rm -f core conftest.err conftest.$ac_objext \
10113 conftest$ac_exeext conftest.$ac_ext
10114 LIBS=$ac_check_soname_save_LIBS
10116 if test "x$ac_cv_lib_soname_freetype" = "x"; then :
10117 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10118 $as_echo "not found" >&6; }
10119 ft_lib=no
10120 else
10121 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_freetype" >&5
10122 $as_echo "$ac_cv_lib_soname_freetype" >&6; }
10124 cat >>confdefs.h <<_ACEOF
10125 #define SONAME_LIBFREETYPE "$ac_cv_lib_soname_freetype"
10126 _ACEOF
10128 ft_lib=yes
10130 if test "$ft_lib" = "yes"
10131 then
10132 ac_save_CPPFLAGS="$CPPFLAGS"
10133 CPPFLAGS="$ac_freetype_incl $CPPFLAGS"
10134 for ac_header in ft2build.h \
10135 freetype/freetype.h \
10136 freetype/ftglyph.h \
10137 freetype/fttypes.h \
10138 freetype/tttables.h \
10139 freetype/ftsnames.h \
10140 freetype/ttnameid.h \
10141 freetype/ftoutln.h \
10142 freetype/ftwinfnt.h \
10143 freetype/ftmodapi.h \
10144 freetype/ftlcdfil.h \
10145 freetype/internal/sfnt.h
10146 do :
10147 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
10148 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_FT2BUILD_H
10149 # include <ft2build.h>
10150 #endif
10152 eval as_val=\$$as_ac_Header
10153 if test "x$as_val" = x""yes; then :
10154 cat >>confdefs.h <<_ACEOF
10155 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
10156 _ACEOF
10160 done
10162 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10163 /* end confdefs.h. */
10164 #include <ft2build.h>
10165 #include <freetype/fttrigon.h>
10166 _ACEOF
10167 if ac_fn_c_try_cpp "$LINENO"; then :
10169 $as_echo "#define HAVE_FREETYPE_FTTRIGON_H 1" >>confdefs.h
10171 wine_cv_fttrigon=yes
10172 else
10173 wine_cv_fttrigon=no
10175 rm -f conftest.err conftest.$ac_ext
10176 ac_fn_c_check_type "$LINENO" "FT_TrueTypeEngineType" "ac_cv_type_FT_TrueTypeEngineType" "#include <freetype/ftmodapi.h>
10178 if test "x$ac_cv_type_FT_TrueTypeEngineType" = x""yes; then :
10180 cat >>confdefs.h <<_ACEOF
10181 #define HAVE_FT_TRUETYPEENGINETYPE 1
10182 _ACEOF
10187 ac_save_CFLAGS="$CFLAGS"
10188 CFLAGS="$CFLAGS $ac_freetype_libs"
10189 for ac_func in FT_Load_Sfnt_Table
10190 do :
10191 ac_fn_c_check_func "$LINENO" "FT_Load_Sfnt_Table" "ac_cv_func_FT_Load_Sfnt_Table"
10192 if test "x$ac_cv_func_FT_Load_Sfnt_Table" = x""yes; then :
10193 cat >>confdefs.h <<_ACEOF
10194 #define HAVE_FT_LOAD_SFNT_TABLE 1
10195 _ACEOF
10198 done
10200 CFLAGS="$ac_save_CFLAGS"
10201 CPPFLAGS="$ac_save_CPPFLAGS"
10202 if test "$ac_cv_header_freetype_freetype_h" = "yes" -a "$wine_cv_fttrigon" = "yes"
10203 then
10205 $as_echo "#define HAVE_FREETYPE 1" >>confdefs.h
10207 FREETYPELIBS="$ac_freetype_libs"
10209 FREETYPEINCL="$ac_freetype_incl"
10214 if test "x$FREETYPELIBS" = "x"; then :
10215 case "x$with_freetype" in
10216 xno) ;;
10217 *) as_fn_error "FreeType ${notice_platform}development files not found. Fonts will not be built.
10218 Use the --without-freetype option if you really want this." "$LINENO" 5 ;;
10219 esac
10221 test "x$FREETYPELIBS" = "x" && enable_fonts=${enable_fonts:-no}
10223 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for parport header/ppdev.h" >&5
10224 $as_echo_n "checking for parport header/ppdev.h... " >&6; }
10225 if test "${ac_cv_c_ppdev+set}" = set; then :
10226 $as_echo_n "(cached) " >&6
10227 else
10228 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10229 /* end confdefs.h. */
10230 #ifdef HAVE_SYS_IOCTL_H
10231 # include <sys/ioctl.h>
10232 #endif
10233 #include <linux/ppdev.h>
10235 main ()
10237 ioctl (1,PPCLAIM,0)
10239 return 0;
10241 _ACEOF
10242 if ac_fn_c_try_compile "$LINENO"; then :
10243 ac_cv_c_ppdev="yes"
10244 else
10245 ac_cv_c_ppdev="no"
10247 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10249 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_ppdev" >&5
10250 $as_echo "$ac_cv_c_ppdev" >&6; }
10251 if test "$ac_cv_c_ppdev" = "yes"
10252 then
10254 $as_echo "#define HAVE_PPDEV 1" >>confdefs.h
10258 ac_wine_check_funcs_save_LIBS="$LIBS"
10259 LIBS="$LIBS $LIBPTHREAD"
10260 for ac_func in \
10261 pthread_attr_get_np \
10262 pthread_getattr_np \
10263 pthread_get_stackaddr_np \
10264 pthread_get_stacksize_np
10265 do :
10266 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
10267 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
10268 eval as_val=\$$as_ac_var
10269 if test "x$as_val" = x""yes; then :
10270 cat >>confdefs.h <<_ACEOF
10271 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
10272 _ACEOF
10275 done
10277 LIBS="$ac_wine_check_funcs_save_LIBS"
10279 if test "$ac_cv_header_zlib_h" = "yes"
10280 then
10281 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inflate in -lz" >&5
10282 $as_echo_n "checking for inflate in -lz... " >&6; }
10283 if test "${ac_cv_lib_z_inflate+set}" = set; then :
10284 $as_echo_n "(cached) " >&6
10285 else
10286 ac_check_lib_save_LIBS=$LIBS
10287 LIBS="-lz $LIBS"
10288 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10289 /* end confdefs.h. */
10291 /* Override any GCC internal prototype to avoid an error.
10292 Use char because int might match the return type of a GCC
10293 builtin and then its argument prototype would still apply. */
10294 #ifdef __cplusplus
10295 extern "C"
10296 #endif
10297 char inflate ();
10299 main ()
10301 return inflate ();
10303 return 0;
10305 _ACEOF
10306 if ac_fn_c_try_link "$LINENO"; then :
10307 ac_cv_lib_z_inflate=yes
10308 else
10309 ac_cv_lib_z_inflate=no
10311 rm -f core conftest.err conftest.$ac_objext \
10312 conftest$ac_exeext conftest.$ac_ext
10313 LIBS=$ac_check_lib_save_LIBS
10315 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_z_inflate" >&5
10316 $as_echo "$ac_cv_lib_z_inflate" >&6; }
10317 if test "x$ac_cv_lib_z_inflate" = x""yes; then :
10319 $as_echo "#define HAVE_ZLIB 1" >>confdefs.h
10321 ZLIB="-lz"
10327 if test "x$with_esd" != xno
10328 then
10329 save_CFLAGS="$CFLAGS"
10330 # Extract the first word of "esd-config", so it can be a program name with args.
10331 set dummy esd-config; ac_word=$2
10332 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10333 $as_echo_n "checking for $ac_word... " >&6; }
10334 if test "${ac_cv_path_ESDCONFIG+set}" = set; then :
10335 $as_echo_n "(cached) " >&6
10336 else
10337 case $ESDCONFIG in
10338 [\\/]* | ?:[\\/]*)
10339 ac_cv_path_ESDCONFIG="$ESDCONFIG" # Let the user override the test with a path.
10342 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10343 for as_dir in $PATH
10345 IFS=$as_save_IFS
10346 test -z "$as_dir" && as_dir=.
10347 for ac_exec_ext in '' $ac_executable_extensions; do
10348 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10349 ac_cv_path_ESDCONFIG="$as_dir/$ac_word$ac_exec_ext"
10350 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10351 break 2
10353 done
10354 done
10355 IFS=$as_save_IFS
10357 test -z "$ac_cv_path_ESDCONFIG" && ac_cv_path_ESDCONFIG="no"
10359 esac
10361 ESDCONFIG=$ac_cv_path_ESDCONFIG
10362 if test -n "$ESDCONFIG"; then
10363 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ESDCONFIG" >&5
10364 $as_echo "$ESDCONFIG" >&6; }
10365 else
10366 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10367 $as_echo "no" >&6; }
10371 if test "x$ESDCONFIG" != "xno"
10372 then
10373 ac_esd_incl=""
10374 for i in `$ESDCONFIG --cflags`
10376 case "$i" in
10377 -I*) ac_esd_incl="$ac_esd_incl $i";;
10378 esac
10379 done
10380 ac_esd_libs=`$ESDCONFIG --libs`
10381 CFLAGS="$CFLAGS $ac_esd_incl"
10383 ac_esd_libs=${ac_esd_libs:-"-lesd"}
10384 ac_fn_c_check_header_mongrel "$LINENO" "esd.h" "ac_cv_header_esd_h" "$ac_includes_default"
10385 if test "x$ac_cv_header_esd_h" = x""yes; then :
10386 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for esd_open_sound in -lesd" >&5
10387 $as_echo_n "checking for esd_open_sound in -lesd... " >&6; }
10388 if test "${ac_cv_lib_esd_esd_open_sound+set}" = set; then :
10389 $as_echo_n "(cached) " >&6
10390 else
10391 ac_check_lib_save_LIBS=$LIBS
10392 LIBS="-lesd $ac_esd_libs $LIBS"
10393 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10394 /* end confdefs.h. */
10396 /* Override any GCC internal prototype to avoid an error.
10397 Use char because int might match the return type of a GCC
10398 builtin and then its argument prototype would still apply. */
10399 #ifdef __cplusplus
10400 extern "C"
10401 #endif
10402 char esd_open_sound ();
10404 main ()
10406 return esd_open_sound ();
10408 return 0;
10410 _ACEOF
10411 if ac_fn_c_try_link "$LINENO"; then :
10412 ac_cv_lib_esd_esd_open_sound=yes
10413 else
10414 ac_cv_lib_esd_esd_open_sound=no
10416 rm -f core conftest.err conftest.$ac_objext \
10417 conftest$ac_exeext conftest.$ac_ext
10418 LIBS=$ac_check_lib_save_LIBS
10420 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_esd_esd_open_sound" >&5
10421 $as_echo "$ac_cv_lib_esd_esd_open_sound" >&6; }
10422 if test "x$ac_cv_lib_esd_esd_open_sound" = x""yes; then :
10423 ESDINCL="$ac_esd_incl"
10425 ESDLIBS="$ac_esd_libs"
10428 $as_echo "#define HAVE_ESD 1" >>confdefs.h
10435 CFLAGS="$save_CFLAGS"
10438 ALSALIBS=""
10440 if test "$ac_cv_header_sys_asoundlib_h" = "yes" -o "$ac_cv_header_alsa_asoundlib_h" = "yes"
10441 then
10442 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for snd_pcm_hw_params_get_access in -lasound" >&5
10443 $as_echo_n "checking for snd_pcm_hw_params_get_access in -lasound... " >&6; }
10444 if test "${ac_cv_lib_asound_snd_pcm_hw_params_get_access+set}" = set; then :
10445 $as_echo_n "(cached) " >&6
10446 else
10447 ac_check_lib_save_LIBS=$LIBS
10448 LIBS="-lasound $LIBS"
10449 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10450 /* end confdefs.h. */
10452 /* Override any GCC internal prototype to avoid an error.
10453 Use char because int might match the return type of a GCC
10454 builtin and then its argument prototype would still apply. */
10455 #ifdef __cplusplus
10456 extern "C"
10457 #endif
10458 char snd_pcm_hw_params_get_access ();
10460 main ()
10462 return snd_pcm_hw_params_get_access ();
10464 return 0;
10466 _ACEOF
10467 if ac_fn_c_try_link "$LINENO"; then :
10468 ac_cv_lib_asound_snd_pcm_hw_params_get_access=yes
10469 else
10470 ac_cv_lib_asound_snd_pcm_hw_params_get_access=no
10472 rm -f core conftest.err conftest.$ac_objext \
10473 conftest$ac_exeext conftest.$ac_ext
10474 LIBS=$ac_check_lib_save_LIBS
10476 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&5
10477 $as_echo "$ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&6; }
10478 if test "x$ac_cv_lib_asound_snd_pcm_hw_params_get_access" = x""yes; then :
10479 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10480 /* end confdefs.h. */
10481 #ifdef HAVE_ALSA_ASOUNDLIB_H
10482 #include <alsa/asoundlib.h>
10483 #elif defined(HAVE_SYS_ASOUNDLIB_H)
10484 #include <sys/asoundlib.h>
10485 #endif
10487 main ()
10489 int ret = snd_pcm_hw_params_get_access(NULL, NULL)
10491 return 0;
10493 _ACEOF
10494 if ac_fn_c_try_compile "$LINENO"; then :
10496 $as_echo "#define HAVE_ALSA 1" >>confdefs.h
10498 ALSALIBS="-lasound"
10500 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10505 AUDIOIOLIBS=""
10507 if test "$ac_cv_header_libaudioio_h" = "yes"
10508 then
10509 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for AudioIOGetVersion in -laudioio" >&5
10510 $as_echo_n "checking for AudioIOGetVersion in -laudioio... " >&6; }
10511 if test "${ac_cv_lib_audioio_AudioIOGetVersion+set}" = set; then :
10512 $as_echo_n "(cached) " >&6
10513 else
10514 ac_check_lib_save_LIBS=$LIBS
10515 LIBS="-laudioio $LIBS"
10516 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10517 /* end confdefs.h. */
10519 /* Override any GCC internal prototype to avoid an error.
10520 Use char because int might match the return type of a GCC
10521 builtin and then its argument prototype would still apply. */
10522 #ifdef __cplusplus
10523 extern "C"
10524 #endif
10525 char AudioIOGetVersion ();
10527 main ()
10529 return AudioIOGetVersion ();
10531 return 0;
10533 _ACEOF
10534 if ac_fn_c_try_link "$LINENO"; then :
10535 ac_cv_lib_audioio_AudioIOGetVersion=yes
10536 else
10537 ac_cv_lib_audioio_AudioIOGetVersion=no
10539 rm -f core conftest.err conftest.$ac_objext \
10540 conftest$ac_exeext conftest.$ac_ext
10541 LIBS=$ac_check_lib_save_LIBS
10543 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_audioio_AudioIOGetVersion" >&5
10544 $as_echo "$ac_cv_lib_audioio_AudioIOGetVersion" >&6; }
10545 if test "x$ac_cv_lib_audioio_AudioIOGetVersion" = x""yes; then :
10546 AUDIOIOLIBS="-laudioio"
10548 $as_echo "#define HAVE_LIBAUDIOIO 1" >>confdefs.h
10555 if test "$ac_cv_header_capi20_h" = "yes" -a "$ac_cv_header_linux_capi_h" = "yes"
10556 then
10557 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcapi20" >&5
10558 $as_echo_n "checking for -lcapi20... " >&6; }
10559 if test "${ac_cv_lib_soname_capi20+set}" = set; then :
10560 $as_echo_n "(cached) " >&6
10561 else
10562 ac_check_soname_save_LIBS=$LIBS
10563 LIBS="-lcapi20 $LIBS"
10564 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10565 /* end confdefs.h. */
10567 /* Override any GCC internal prototype to avoid an error.
10568 Use char because int might match the return type of a GCC
10569 builtin and then its argument prototype would still apply. */
10570 #ifdef __cplusplus
10571 extern "C"
10572 #endif
10573 char capi20_register ();
10575 main ()
10577 return capi20_register ();
10579 return 0;
10581 _ACEOF
10582 if ac_fn_c_try_link "$LINENO"; then :
10583 case "$LIBEXT" in
10584 dll) ac_cv_lib_soname_capi20=`$ac_cv_path_LDD conftest.exe | grep "capi20" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10585 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'` ;;
10586 *) ac_cv_lib_soname_capi20=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcapi20\\.$LIBEXT" | sed -e "s/^.*\(libcapi20\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10587 esac
10589 rm -f core conftest.err conftest.$ac_objext \
10590 conftest$ac_exeext conftest.$ac_ext
10591 LIBS=$ac_check_soname_save_LIBS
10593 if test "x$ac_cv_lib_soname_capi20" = "x"; then :
10594 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10595 $as_echo "not found" >&6; }
10597 else
10598 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_capi20" >&5
10599 $as_echo "$ac_cv_lib_soname_capi20" >&6; }
10601 cat >>confdefs.h <<_ACEOF
10602 #define SONAME_LIBCAPI20 "$ac_cv_lib_soname_capi20"
10603 _ACEOF
10608 if test "x$ac_cv_lib_soname_capi20" = "x"; then :
10609 case "x$with_capi" in
10610 x) as_fn_append wine_notices "|libcapi20 ${notice_platform}development files not found, ISDN won't be supported." ;;
10611 xno) ;;
10612 *) as_fn_error "libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
10613 This is an error since --with-capi was requested." "$LINENO" 5 ;;
10614 esac
10617 CUPSINCL=""
10619 if test "x$with_cups" != "xno"
10620 then
10621 ac_save_CPPFLAGS="$CPPFLAGS"
10622 ac_cups_cflags=`cups-config --cflags 2>/dev/null`
10623 ac_cups_libs=`cups-config --ldflags 2>/dev/null`
10624 CPPFLAGS="$CPPFLAGS $ac_cups_cflags"
10625 for ac_header in cups/cups.h
10626 do :
10627 ac_fn_c_check_header_mongrel "$LINENO" "cups/cups.h" "ac_cv_header_cups_cups_h" "$ac_includes_default"
10628 if test "x$ac_cv_header_cups_cups_h" = x""yes; then :
10629 cat >>confdefs.h <<_ACEOF
10630 #define HAVE_CUPS_CUPS_H 1
10631 _ACEOF
10632 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcups" >&5
10633 $as_echo_n "checking for -lcups... " >&6; }
10634 if test "${ac_cv_lib_soname_cups+set}" = set; then :
10635 $as_echo_n "(cached) " >&6
10636 else
10637 ac_check_soname_save_LIBS=$LIBS
10638 LIBS="-lcups $ac_cups_libs $LIBS"
10639 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10640 /* end confdefs.h. */
10642 /* Override any GCC internal prototype to avoid an error.
10643 Use char because int might match the return type of a GCC
10644 builtin and then its argument prototype would still apply. */
10645 #ifdef __cplusplus
10646 extern "C"
10647 #endif
10648 char cupsGetDefault ();
10650 main ()
10652 return cupsGetDefault ();
10654 return 0;
10656 _ACEOF
10657 if ac_fn_c_try_link "$LINENO"; then :
10658 case "$LIBEXT" in
10659 dll) ac_cv_lib_soname_cups=`$ac_cv_path_LDD conftest.exe | grep "cups" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10660 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'` ;;
10661 *) ac_cv_lib_soname_cups=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcups\\.$LIBEXT" | sed -e "s/^.*\(libcups\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10662 esac
10664 rm -f core conftest.err conftest.$ac_objext \
10665 conftest$ac_exeext conftest.$ac_ext
10666 LIBS=$ac_check_soname_save_LIBS
10668 if test "x$ac_cv_lib_soname_cups" = "x"; then :
10669 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10670 $as_echo "not found" >&6; }
10672 else
10673 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_cups" >&5
10674 $as_echo "$ac_cv_lib_soname_cups" >&6; }
10676 cat >>confdefs.h <<_ACEOF
10677 #define SONAME_LIBCUPS "$ac_cv_lib_soname_cups"
10678 _ACEOF
10680 CUPSINCL="$ac_cups_cflags"
10684 done
10686 CPPFLAGS="$ac_save_CPPFLAGS"
10688 if test "x$ac_cv_lib_soname_cups" = "x"; then :
10689 case "x$with_cups" in
10690 x) as_fn_append wine_notices "|libcups ${notice_platform}development files not found, CUPS won't be supported." ;;
10691 xno) ;;
10692 *) as_fn_error "libcups ${notice_platform}development files not found, CUPS won't be supported.
10693 This is an error since --with-cups was requested." "$LINENO" 5 ;;
10694 esac
10697 if test "$ac_cv_header_jack_jack_h" = "yes"
10698 then
10699 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ljack" >&5
10700 $as_echo_n "checking for -ljack... " >&6; }
10701 if test "${ac_cv_lib_soname_jack+set}" = set; then :
10702 $as_echo_n "(cached) " >&6
10703 else
10704 ac_check_soname_save_LIBS=$LIBS
10705 LIBS="-ljack $LIBS"
10706 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10707 /* end confdefs.h. */
10709 /* Override any GCC internal prototype to avoid an error.
10710 Use char because int might match the return type of a GCC
10711 builtin and then its argument prototype would still apply. */
10712 #ifdef __cplusplus
10713 extern "C"
10714 #endif
10715 char jack_client_new ();
10717 main ()
10719 return jack_client_new ();
10721 return 0;
10723 _ACEOF
10724 if ac_fn_c_try_link "$LINENO"; then :
10725 case "$LIBEXT" in
10726 dll) ac_cv_lib_soname_jack=`$ac_cv_path_LDD conftest.exe | grep "jack" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10727 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'` ;;
10728 *) 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'` ;;
10729 esac
10731 rm -f core conftest.err conftest.$ac_objext \
10732 conftest$ac_exeext conftest.$ac_ext
10733 LIBS=$ac_check_soname_save_LIBS
10735 if test "x$ac_cv_lib_soname_jack" = "x"; then :
10736 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10737 $as_echo "not found" >&6; }
10739 else
10740 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_jack" >&5
10741 $as_echo "$ac_cv_lib_soname_jack" >&6; }
10743 cat >>confdefs.h <<_ACEOF
10744 #define SONAME_LIBJACK "$ac_cv_lib_soname_jack"
10745 _ACEOF
10751 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
10752 then
10753 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfontconfig" >&5
10754 $as_echo_n "checking for -lfontconfig... " >&6; }
10755 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then :
10756 $as_echo_n "(cached) " >&6
10757 else
10758 ac_check_soname_save_LIBS=$LIBS
10759 LIBS="-lfontconfig $LIBS"
10760 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10761 /* end confdefs.h. */
10763 /* Override any GCC internal prototype to avoid an error.
10764 Use char because int might match the return type of a GCC
10765 builtin and then its argument prototype would still apply. */
10766 #ifdef __cplusplus
10767 extern "C"
10768 #endif
10769 char FcInit ();
10771 main ()
10773 return FcInit ();
10775 return 0;
10777 _ACEOF
10778 if ac_fn_c_try_link "$LINENO"; then :
10779 case "$LIBEXT" in
10780 dll) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest.exe | grep "fontconfig" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10781 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'` ;;
10782 *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10783 esac
10785 rm -f core conftest.err conftest.$ac_objext \
10786 conftest$ac_exeext conftest.$ac_ext
10787 LIBS=$ac_check_soname_save_LIBS
10789 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then :
10790 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10791 $as_echo "not found" >&6; }
10793 else
10794 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_fontconfig" >&5
10795 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
10797 cat >>confdefs.h <<_ACEOF
10798 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
10799 _ACEOF
10803 elif test -n "$X_CFLAGS" -a "x$with_fontconfig" != "xno"
10804 then
10805 ac_save_CPPFLAGS="$CPPFLAGS"
10806 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
10807 $as_unset ac_cv_header_fontconfig_fontconfig_h
10808 for ac_header in fontconfig/fontconfig.h
10809 do :
10810 ac_fn_c_check_header_mongrel "$LINENO" "fontconfig/fontconfig.h" "ac_cv_header_fontconfig_fontconfig_h" "$ac_includes_default"
10811 if test "x$ac_cv_header_fontconfig_fontconfig_h" = x""yes; then :
10812 cat >>confdefs.h <<_ACEOF
10813 #define HAVE_FONTCONFIG_FONTCONFIG_H 1
10814 _ACEOF
10818 done
10820 CPPFLAGS="$ac_save_CPPFLAGS"
10821 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
10822 then
10823 FONTCONFIGINCL="$X_CFLAGS"
10825 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfontconfig" >&5
10826 $as_echo_n "checking for -lfontconfig... " >&6; }
10827 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then :
10828 $as_echo_n "(cached) " >&6
10829 else
10830 ac_check_soname_save_LIBS=$LIBS
10831 LIBS="-lfontconfig $X_LIBS $LIBS"
10832 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10833 /* end confdefs.h. */
10835 /* Override any GCC internal prototype to avoid an error.
10836 Use char because int might match the return type of a GCC
10837 builtin and then its argument prototype would still apply. */
10838 #ifdef __cplusplus
10839 extern "C"
10840 #endif
10841 char FcInit ();
10843 main ()
10845 return FcInit ();
10847 return 0;
10849 _ACEOF
10850 if ac_fn_c_try_link "$LINENO"; then :
10851 case "$LIBEXT" in
10852 dll) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest.exe | grep "fontconfig" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10853 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'` ;;
10854 *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10855 esac
10857 rm -f core conftest.err conftest.$ac_objext \
10858 conftest$ac_exeext conftest.$ac_ext
10859 LIBS=$ac_check_soname_save_LIBS
10861 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then :
10862 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10863 $as_echo "not found" >&6; }
10865 else
10866 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_fontconfig" >&5
10867 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
10869 cat >>confdefs.h <<_ACEOF
10870 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
10871 _ACEOF
10877 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then :
10878 case "x$with_fontconfig" in
10879 x) as_fn_append wine_notices "|fontconfig ${notice_platform}development files not found, fontconfig won't be supported." ;;
10880 xno) ;;
10881 *) as_fn_error "fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
10882 This is an error since --with-fontconfig was requested." "$LINENO" 5 ;;
10883 esac
10886 if test "$ac_cv_header_openssl_err_h" = "yes" -a "$ac_cv_header_openssl_ssl_h" = "yes"
10887 then
10888 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lssl" >&5
10889 $as_echo_n "checking for -lssl... " >&6; }
10890 if test "${ac_cv_lib_soname_ssl+set}" = set; then :
10891 $as_echo_n "(cached) " >&6
10892 else
10893 ac_check_soname_save_LIBS=$LIBS
10894 LIBS="-lssl $LIBS"
10895 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10896 /* end confdefs.h. */
10898 /* Override any GCC internal prototype to avoid an error.
10899 Use char because int might match the return type of a GCC
10900 builtin and then its argument prototype would still apply. */
10901 #ifdef __cplusplus
10902 extern "C"
10903 #endif
10904 char SSL_library_init ();
10906 main ()
10908 return SSL_library_init ();
10910 return 0;
10912 _ACEOF
10913 if ac_fn_c_try_link "$LINENO"; then :
10914 case "$LIBEXT" in
10915 dll) ac_cv_lib_soname_ssl=`$ac_cv_path_LDD conftest.exe | grep "ssl" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10916 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'` ;;
10917 *) ac_cv_lib_soname_ssl=`$ac_cv_path_LDD conftest$ac_exeext | grep "libssl\\.$LIBEXT" | sed -e "s/^.*\(libssl\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10918 esac
10920 rm -f core conftest.err conftest.$ac_objext \
10921 conftest$ac_exeext conftest.$ac_ext
10922 LIBS=$ac_check_soname_save_LIBS
10924 if test "x$ac_cv_lib_soname_ssl" = "x"; then :
10925 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10926 $as_echo "not found" >&6; }
10928 else
10929 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_ssl" >&5
10930 $as_echo "$ac_cv_lib_soname_ssl" >&6; }
10932 cat >>confdefs.h <<_ACEOF
10933 #define SONAME_LIBSSL "$ac_cv_lib_soname_ssl"
10934 _ACEOF
10938 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcrypto" >&5
10939 $as_echo_n "checking for -lcrypto... " >&6; }
10940 if test "${ac_cv_lib_soname_crypto+set}" = set; then :
10941 $as_echo_n "(cached) " >&6
10942 else
10943 ac_check_soname_save_LIBS=$LIBS
10944 LIBS="-lcrypto $LIBS"
10945 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10946 /* end confdefs.h. */
10948 /* Override any GCC internal prototype to avoid an error.
10949 Use char because int might match the return type of a GCC
10950 builtin and then its argument prototype would still apply. */
10951 #ifdef __cplusplus
10952 extern "C"
10953 #endif
10954 char BIO_new_socket ();
10956 main ()
10958 return BIO_new_socket ();
10960 return 0;
10962 _ACEOF
10963 if ac_fn_c_try_link "$LINENO"; then :
10964 case "$LIBEXT" in
10965 dll) ac_cv_lib_soname_crypto=`$ac_cv_path_LDD conftest.exe | grep "crypto" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10966 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'` ;;
10967 *) ac_cv_lib_soname_crypto=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcrypto\\.$LIBEXT" | sed -e "s/^.*\(libcrypto\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10968 esac
10970 rm -f core conftest.err conftest.$ac_objext \
10971 conftest$ac_exeext conftest.$ac_ext
10972 LIBS=$ac_check_soname_save_LIBS
10974 if test "x$ac_cv_lib_soname_crypto" = "x"; then :
10975 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10976 $as_echo "not found" >&6; }
10978 else
10979 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_crypto" >&5
10980 $as_echo "$ac_cv_lib_soname_crypto" >&6; }
10982 cat >>confdefs.h <<_ACEOF
10983 #define SONAME_LIBCRYPTO "$ac_cv_lib_soname_crypto"
10984 _ACEOF
10989 if test "x$ac_cv_lib_soname_ssl" = "x" -o "x$ac_cv_lib_soname_crypto" = "x"; then :
10990 case "x$with_openssl" in
10991 x) as_fn_append wine_warnings "|OpenSSL ${notice_platform}development files not found, SSL won't be supported." ;;
10992 xno) ;;
10993 *) as_fn_error "OpenSSL ${notice_platform}development files not found, SSL won't be supported.
10994 This is an error since --with-openssl was requested." "$LINENO" 5 ;;
10995 esac
10998 if test "$ac_cv_header_gsm_h" = "yes" -o "$ac_cv_header_gsm_gsm_h" = "yes"
10999 then
11000 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lgsm" >&5
11001 $as_echo_n "checking for -lgsm... " >&6; }
11002 if test "${ac_cv_lib_soname_gsm+set}" = set; then :
11003 $as_echo_n "(cached) " >&6
11004 else
11005 ac_check_soname_save_LIBS=$LIBS
11006 LIBS="-lgsm $LIBS"
11007 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11008 /* end confdefs.h. */
11010 /* Override any GCC internal prototype to avoid an error.
11011 Use char because int might match the return type of a GCC
11012 builtin and then its argument prototype would still apply. */
11013 #ifdef __cplusplus
11014 extern "C"
11015 #endif
11016 char gsm_create ();
11018 main ()
11020 return gsm_create ();
11022 return 0;
11024 _ACEOF
11025 if ac_fn_c_try_link "$LINENO"; then :
11026 case "$LIBEXT" in
11027 dll) ac_cv_lib_soname_gsm=`$ac_cv_path_LDD conftest.exe | grep "gsm" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11028 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'` ;;
11029 *) ac_cv_lib_soname_gsm=`$ac_cv_path_LDD conftest$ac_exeext | grep "libgsm\\.$LIBEXT" | sed -e "s/^.*\(libgsm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11030 esac
11032 rm -f core conftest.err conftest.$ac_objext \
11033 conftest$ac_exeext conftest.$ac_ext
11034 LIBS=$ac_check_soname_save_LIBS
11036 if test "x$ac_cv_lib_soname_gsm" = "x"; then :
11037 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11038 $as_echo "not found" >&6; }
11040 else
11041 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_gsm" >&5
11042 $as_echo "$ac_cv_lib_soname_gsm" >&6; }
11044 cat >>confdefs.h <<_ACEOF
11045 #define SONAME_LIBGSM "$ac_cv_lib_soname_gsm"
11046 _ACEOF
11051 if test "x$ac_cv_lib_soname_gsm" = "x"; then :
11052 case "x$with_gsm" in
11053 x) as_fn_append wine_notices "|libgsm ${notice_platform}development files not found, gsm 06.10 codec won't be supported." ;;
11054 xno) ;;
11055 *) as_fn_error "libgsm ${notice_platform}development files not found, gsm 06.10 codec won't be supported.
11056 This is an error since --with-gsm was requested." "$LINENO" 5 ;;
11057 esac
11060 if test "$ac_cv_header_jpeglib_h" = "yes"
11061 then
11062 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ljpeg" >&5
11063 $as_echo_n "checking for -ljpeg... " >&6; }
11064 if test "${ac_cv_lib_soname_jpeg+set}" = set; then :
11065 $as_echo_n "(cached) " >&6
11066 else
11067 ac_check_soname_save_LIBS=$LIBS
11068 LIBS="-ljpeg $LIBS"
11069 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11070 /* end confdefs.h. */
11072 /* Override any GCC internal prototype to avoid an error.
11073 Use char because int might match the return type of a GCC
11074 builtin and then its argument prototype would still apply. */
11075 #ifdef __cplusplus
11076 extern "C"
11077 #endif
11078 char jpeg_start_decompress ();
11080 main ()
11082 return jpeg_start_decompress ();
11084 return 0;
11086 _ACEOF
11087 if ac_fn_c_try_link "$LINENO"; then :
11088 case "$LIBEXT" in
11089 dll) ac_cv_lib_soname_jpeg=`$ac_cv_path_LDD conftest.exe | grep "jpeg" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11090 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'` ;;
11091 *) ac_cv_lib_soname_jpeg=`$ac_cv_path_LDD conftest$ac_exeext | grep "libjpeg\\.$LIBEXT" | sed -e "s/^.*\(libjpeg\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11092 esac
11094 rm -f core conftest.err conftest.$ac_objext \
11095 conftest$ac_exeext conftest.$ac_ext
11096 LIBS=$ac_check_soname_save_LIBS
11098 if test "x$ac_cv_lib_soname_jpeg" = "x"; then :
11099 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11100 $as_echo "not found" >&6; }
11102 else
11103 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_jpeg" >&5
11104 $as_echo "$ac_cv_lib_soname_jpeg" >&6; }
11106 cat >>confdefs.h <<_ACEOF
11107 #define SONAME_LIBJPEG "$ac_cv_lib_soname_jpeg"
11108 _ACEOF
11113 if test "x$ac_cv_lib_soname_jpeg" = "x"; then :
11114 case "x$with_jpeg" in
11115 x) as_fn_append wine_warnings "|libjpeg ${notice_platform}development files not found, JPEG won't be supported." ;;
11116 xno) ;;
11117 *) as_fn_error "libjpeg ${notice_platform}development files not found, JPEG won't be supported.
11118 This is an error since --with-jpeg was requested." "$LINENO" 5 ;;
11119 esac
11122 if test "$ac_cv_header_png_h" = "yes"
11123 then
11124 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lpng" >&5
11125 $as_echo_n "checking for -lpng... " >&6; }
11126 if test "${ac_cv_lib_soname_png+set}" = set; then :
11127 $as_echo_n "(cached) " >&6
11128 else
11129 ac_check_soname_save_LIBS=$LIBS
11130 LIBS="-lpng -lm -lz $LIBS"
11131 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11132 /* end confdefs.h. */
11134 /* Override any GCC internal prototype to avoid an error.
11135 Use char because int might match the return type of a GCC
11136 builtin and then its argument prototype would still apply. */
11137 #ifdef __cplusplus
11138 extern "C"
11139 #endif
11140 char png_create_read_struct ();
11142 main ()
11144 return png_create_read_struct ();
11146 return 0;
11148 _ACEOF
11149 if ac_fn_c_try_link "$LINENO"; then :
11150 case "$LIBEXT" in
11151 dll) ac_cv_lib_soname_png=`$ac_cv_path_LDD conftest.exe | grep "png" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11152 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'` ;;
11153 *) 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'` ;;
11154 esac
11156 rm -f core conftest.err conftest.$ac_objext \
11157 conftest$ac_exeext conftest.$ac_ext
11158 LIBS=$ac_check_soname_save_LIBS
11160 if test "x$ac_cv_lib_soname_png" = "x"; then :
11161 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11162 $as_echo "not found" >&6; }
11164 else
11165 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_png" >&5
11166 $as_echo "$ac_cv_lib_soname_png" >&6; }
11168 cat >>confdefs.h <<_ACEOF
11169 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
11170 _ACEOF
11174 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for png_set_expand_gray_1_2_4_to_8 in -lpng" >&5
11175 $as_echo_n "checking for png_set_expand_gray_1_2_4_to_8 in -lpng... " >&6; }
11176 if test "${ac_cv_lib_png_png_set_expand_gray_1_2_4_to_8+set}" = set; then :
11177 $as_echo_n "(cached) " >&6
11178 else
11179 ac_check_lib_save_LIBS=$LIBS
11180 LIBS="-lpng -lm -lz $LIBS"
11181 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11182 /* end confdefs.h. */
11184 /* Override any GCC internal prototype to avoid an error.
11185 Use char because int might match the return type of a GCC
11186 builtin and then its argument prototype would still apply. */
11187 #ifdef __cplusplus
11188 extern "C"
11189 #endif
11190 char png_set_expand_gray_1_2_4_to_8 ();
11192 main ()
11194 return png_set_expand_gray_1_2_4_to_8 ();
11196 return 0;
11198 _ACEOF
11199 if ac_fn_c_try_link "$LINENO"; then :
11200 ac_cv_lib_png_png_set_expand_gray_1_2_4_to_8=yes
11201 else
11202 ac_cv_lib_png_png_set_expand_gray_1_2_4_to_8=no
11204 rm -f core conftest.err conftest.$ac_objext \
11205 conftest$ac_exeext conftest.$ac_ext
11206 LIBS=$ac_check_lib_save_LIBS
11208 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_png_png_set_expand_gray_1_2_4_to_8" >&5
11209 $as_echo "$ac_cv_lib_png_png_set_expand_gray_1_2_4_to_8" >&6; }
11210 if test "x$ac_cv_lib_png_png_set_expand_gray_1_2_4_to_8" = x""yes; then :
11212 $as_echo "#define HAVE_PNG_SET_EXPAND_GRAY_1_2_4_TO_8 1" >>confdefs.h
11217 elif test -n "$X_CFLAGS" -a "x$with_png" != "xno"
11218 then
11219 ac_save_CPPFLAGS="$CPPFLAGS"
11220 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
11221 $as_unset ac_cv_header_png_h
11222 for ac_header in png.h
11223 do :
11224 ac_fn_c_check_header_mongrel "$LINENO" "png.h" "ac_cv_header_png_h" "$ac_includes_default"
11225 if test "x$ac_cv_header_png_h" = x""yes; then :
11226 cat >>confdefs.h <<_ACEOF
11227 #define HAVE_PNG_H 1
11228 _ACEOF
11232 done
11234 CPPFLAGS="$ac_save_CPPFLAGS"
11235 if test "$ac_cv_header_png_h" = "yes"
11236 then
11237 PNGINCL="$X_CFLAGS"
11239 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lpng" >&5
11240 $as_echo_n "checking for -lpng... " >&6; }
11241 if test "${ac_cv_lib_soname_png+set}" = set; then :
11242 $as_echo_n "(cached) " >&6
11243 else
11244 ac_check_soname_save_LIBS=$LIBS
11245 LIBS="-lpng $X_LIBS -lm -lz $LIBS"
11246 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11247 /* end confdefs.h. */
11249 /* Override any GCC internal prototype to avoid an error.
11250 Use char because int might match the return type of a GCC
11251 builtin and then its argument prototype would still apply. */
11252 #ifdef __cplusplus
11253 extern "C"
11254 #endif
11255 char png_create_read_struct ();
11257 main ()
11259 return png_create_read_struct ();
11261 return 0;
11263 _ACEOF
11264 if ac_fn_c_try_link "$LINENO"; then :
11265 case "$LIBEXT" in
11266 dll) ac_cv_lib_soname_png=`$ac_cv_path_LDD conftest.exe | grep "png" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11267 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'` ;;
11268 *) 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'` ;;
11269 esac
11271 rm -f core conftest.err conftest.$ac_objext \
11272 conftest$ac_exeext conftest.$ac_ext
11273 LIBS=$ac_check_soname_save_LIBS
11275 if test "x$ac_cv_lib_soname_png" = "x"; then :
11276 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11277 $as_echo "not found" >&6; }
11279 else
11280 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_png" >&5
11281 $as_echo "$ac_cv_lib_soname_png" >&6; }
11283 cat >>confdefs.h <<_ACEOF
11284 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
11285 _ACEOF
11289 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for png_set_expand_gray_1_2_4_to_8 in -lpng" >&5
11290 $as_echo_n "checking for png_set_expand_gray_1_2_4_to_8 in -lpng... " >&6; }
11291 if test "${ac_cv_lib_png_png_set_expand_gray_1_2_4_to_8+set}" = set; then :
11292 $as_echo_n "(cached) " >&6
11293 else
11294 ac_check_lib_save_LIBS=$LIBS
11295 LIBS="-lpng $X_LIBS -lm -lz $LIBS"
11296 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11297 /* end confdefs.h. */
11299 /* Override any GCC internal prototype to avoid an error.
11300 Use char because int might match the return type of a GCC
11301 builtin and then its argument prototype would still apply. */
11302 #ifdef __cplusplus
11303 extern "C"
11304 #endif
11305 char png_set_expand_gray_1_2_4_to_8 ();
11307 main ()
11309 return png_set_expand_gray_1_2_4_to_8 ();
11311 return 0;
11313 _ACEOF
11314 if ac_fn_c_try_link "$LINENO"; then :
11315 ac_cv_lib_png_png_set_expand_gray_1_2_4_to_8=yes
11316 else
11317 ac_cv_lib_png_png_set_expand_gray_1_2_4_to_8=no
11319 rm -f core conftest.err conftest.$ac_objext \
11320 conftest$ac_exeext conftest.$ac_ext
11321 LIBS=$ac_check_lib_save_LIBS
11323 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_png_png_set_expand_gray_1_2_4_to_8" >&5
11324 $as_echo "$ac_cv_lib_png_png_set_expand_gray_1_2_4_to_8" >&6; }
11325 if test "x$ac_cv_lib_png_png_set_expand_gray_1_2_4_to_8" = x""yes; then :
11326 $as_echo "#define HAVE_PNG_SET_EXPAND_GRAY_1_2_4_TO_8 1" >>confdefs.h
11332 if test "x$ac_cv_lib_soname_png" = "x"; then :
11333 case "x$with_png" in
11334 x) as_fn_append wine_warnings "|libpng ${notice_platform}development files not found, PNG won't be supported." ;;
11335 xno) ;;
11336 *) as_fn_error "libpng ${notice_platform}development files not found, PNG won't be supported.
11337 This is an error since --with-png was requested." "$LINENO" 5 ;;
11338 esac
11341 if test "$ac_cv_header_tiffio_h" = "yes"
11342 then
11343 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ltiff" >&5
11344 $as_echo_n "checking for -ltiff... " >&6; }
11345 if test "${ac_cv_lib_soname_tiff+set}" = set; then :
11346 $as_echo_n "(cached) " >&6
11347 else
11348 ac_check_soname_save_LIBS=$LIBS
11349 LIBS="-ltiff $LIBS"
11350 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11351 /* end confdefs.h. */
11353 /* Override any GCC internal prototype to avoid an error.
11354 Use char because int might match the return type of a GCC
11355 builtin and then its argument prototype would still apply. */
11356 #ifdef __cplusplus
11357 extern "C"
11358 #endif
11359 char TIFFClientOpen ();
11361 main ()
11363 return TIFFClientOpen ();
11365 return 0;
11367 _ACEOF
11368 if ac_fn_c_try_link "$LINENO"; then :
11369 case "$LIBEXT" in
11370 dll) ac_cv_lib_soname_tiff=`$ac_cv_path_LDD conftest.exe | grep "tiff" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11371 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'` ;;
11372 *) ac_cv_lib_soname_tiff=`$ac_cv_path_LDD conftest$ac_exeext | grep "libtiff\\.$LIBEXT" | sed -e "s/^.*\(libtiff\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11373 esac
11375 rm -f core conftest.err conftest.$ac_objext \
11376 conftest$ac_exeext conftest.$ac_ext
11377 LIBS=$ac_check_soname_save_LIBS
11379 if test "x$ac_cv_lib_soname_tiff" = "x"; then :
11380 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11381 $as_echo "not found" >&6; }
11383 else
11384 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_tiff" >&5
11385 $as_echo "$ac_cv_lib_soname_tiff" >&6; }
11387 cat >>confdefs.h <<_ACEOF
11388 #define SONAME_LIBTIFF "$ac_cv_lib_soname_tiff"
11389 _ACEOF
11394 if test "x$ac_cv_lib_soname_tiff" = "x"; then :
11395 case "x$with_tiff" in
11396 x) as_fn_append wine_notices "|libtiff ${notice_platform}development files not found, TIFF won't be supported." ;;
11397 xno) ;;
11398 *) as_fn_error "libtiff ${notice_platform}development files not found, TIFF won't be supported.
11399 This is an error since --with-tiff was requested." "$LINENO" 5 ;;
11400 esac
11403 if test "$ac_cv_header_mpg123_h" = "yes"
11404 then
11405 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for mpg123_feed in -lmpg123" >&5
11406 $as_echo_n "checking for mpg123_feed in -lmpg123... " >&6; }
11407 if test "${ac_cv_lib_mpg123_mpg123_feed+set}" = set; then :
11408 $as_echo_n "(cached) " >&6
11409 else
11410 ac_check_lib_save_LIBS=$LIBS
11411 LIBS="-lmpg123 $LIBS"
11412 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11413 /* end confdefs.h. */
11415 /* Override any GCC internal prototype to avoid an error.
11416 Use char because int might match the return type of a GCC
11417 builtin and then its argument prototype would still apply. */
11418 #ifdef __cplusplus
11419 extern "C"
11420 #endif
11421 char mpg123_feed ();
11423 main ()
11425 return mpg123_feed ();
11427 return 0;
11429 _ACEOF
11430 if ac_fn_c_try_link "$LINENO"; then :
11431 ac_cv_lib_mpg123_mpg123_feed=yes
11432 else
11433 ac_cv_lib_mpg123_mpg123_feed=no
11435 rm -f core conftest.err conftest.$ac_objext \
11436 conftest$ac_exeext conftest.$ac_ext
11437 LIBS=$ac_check_lib_save_LIBS
11439 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_mpg123_mpg123_feed" >&5
11440 $as_echo "$ac_cv_lib_mpg123_mpg123_feed" >&6; }
11441 if test "x$ac_cv_lib_mpg123_mpg123_feed" = x""yes; then :
11442 LIBMPG123="-lmpg123"
11447 if test "x$ac_cv_lib_mpg123_mpg123_feed" != xyes -a x"$ac_cv_header_CoreAudio_CoreAudio_h" != xyes; then :
11448 case "x$with_mpg123" in
11449 x) as_fn_append wine_notices "|libmpg123 ${notice_platform}development files not found (or too old), mp3 codec won't be supported." ;;
11450 xno) ;;
11451 *) as_fn_error "libmpg123 ${notice_platform}development files not found (or too old), mp3 codec won't be supported.
11452 This is an error since --with-mpg123 was requested." "$LINENO" 5 ;;
11453 esac
11455 test "x$ac_cv_lib_mpg123_mpg123_feed" = xyes -o "x$ac_cv_func_AudioFileStreamOpen" = xyes || enable_winemp3_acm=${enable_winemp3_acm:-no}
11457 if test "$ac_cv_header_AL_al_h" = "yes"
11458 then
11459 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lopenal" >&5
11460 $as_echo_n "checking for -lopenal... " >&6; }
11461 if test "${ac_cv_lib_soname_openal+set}" = set; then :
11462 $as_echo_n "(cached) " >&6
11463 else
11464 ac_check_soname_save_LIBS=$LIBS
11465 LIBS="-lopenal $LIBS"
11466 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11467 /* end confdefs.h. */
11469 /* Override any GCC internal prototype to avoid an error.
11470 Use char because int might match the return type of a GCC
11471 builtin and then its argument prototype would still apply. */
11472 #ifdef __cplusplus
11473 extern "C"
11474 #endif
11475 char alGetSource3i ();
11477 main ()
11479 return alGetSource3i ();
11481 return 0;
11483 _ACEOF
11484 if ac_fn_c_try_link "$LINENO"; then :
11485 case "$LIBEXT" in
11486 dll) ac_cv_lib_soname_openal=`$ac_cv_path_LDD conftest.exe | grep "openal" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11487 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'` ;;
11488 *) ac_cv_lib_soname_openal=`$ac_cv_path_LDD conftest$ac_exeext | grep "libopenal\\.$LIBEXT" | sed -e "s/^.*\(libopenal\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11489 esac
11491 rm -f core conftest.err conftest.$ac_objext \
11492 conftest$ac_exeext conftest.$ac_ext
11493 LIBS=$ac_check_soname_save_LIBS
11495 if test "x$ac_cv_lib_soname_openal" = "x"; then :
11496 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11497 $as_echo "not found" >&6; }
11499 else
11500 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_openal" >&5
11501 $as_echo "$ac_cv_lib_soname_openal" >&6; }
11503 cat >>confdefs.h <<_ACEOF
11504 #define SONAME_LIBOPENAL "$ac_cv_lib_soname_openal"
11505 _ACEOF
11507 LIBOPENAL="-lopenal"
11509 ac_cv_lib_openal=yes
11511 cat >>confdefs.h <<_ACEOF
11512 #define HAVE_OPENAL 1
11513 _ACEOF
11517 if test "x$ac_cv_lib_openal" != xyes; then :
11518 case "x$with_openal" in
11519 x) as_fn_append wine_notices "|libopenal ${notice_platform}development files not found (or too old), OpenAL won't be supported." ;;
11520 xno) ;;
11521 *) as_fn_error "libopenal ${notice_platform}development files not found (or too old), OpenAL won't be supported.
11522 This is an error since --with-openal was requested." "$LINENO" 5 ;;
11523 esac
11525 test "x$ac_cv_lib_openal" = xyes || enable_openal32=${enable_openal32:-no}
11527 if test "$ac_cv_header_kstat_h" = "yes"
11528 then
11529 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for kstat_open in -lkstat" >&5
11530 $as_echo_n "checking for kstat_open in -lkstat... " >&6; }
11531 if test "${ac_cv_lib_kstat_kstat_open+set}" = set; then :
11532 $as_echo_n "(cached) " >&6
11533 else
11534 ac_check_lib_save_LIBS=$LIBS
11535 LIBS="-lkstat $LIBS"
11536 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11537 /* end confdefs.h. */
11539 /* Override any GCC internal prototype to avoid an error.
11540 Use char because int might match the return type of a GCC
11541 builtin and then its argument prototype would still apply. */
11542 #ifdef __cplusplus
11543 extern "C"
11544 #endif
11545 char kstat_open ();
11547 main ()
11549 return kstat_open ();
11551 return 0;
11553 _ACEOF
11554 if ac_fn_c_try_link "$LINENO"; then :
11555 ac_cv_lib_kstat_kstat_open=yes
11556 else
11557 ac_cv_lib_kstat_kstat_open=no
11559 rm -f core conftest.err conftest.$ac_objext \
11560 conftest$ac_exeext conftest.$ac_ext
11561 LIBS=$ac_check_lib_save_LIBS
11563 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_kstat_kstat_open" >&5
11564 $as_echo "$ac_cv_lib_kstat_kstat_open" >&6; }
11565 if test "x$ac_cv_lib_kstat_kstat_open" = x""yes; then :
11567 $as_echo "#define HAVE_LIBKSTAT 1" >>confdefs.h
11569 LIBKSTAT="-lkstat"
11575 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lodbc" >&5
11576 $as_echo_n "checking for -lodbc... " >&6; }
11577 if test "${ac_cv_lib_soname_odbc+set}" = set; then :
11578 $as_echo_n "(cached) " >&6
11579 else
11580 ac_check_soname_save_LIBS=$LIBS
11581 LIBS="-lodbc $LIBS"
11582 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11583 /* end confdefs.h. */
11585 /* Override any GCC internal prototype to avoid an error.
11586 Use char because int might match the return type of a GCC
11587 builtin and then its argument prototype would still apply. */
11588 #ifdef __cplusplus
11589 extern "C"
11590 #endif
11591 char SQLConnect ();
11593 main ()
11595 return SQLConnect ();
11597 return 0;
11599 _ACEOF
11600 if ac_fn_c_try_link "$LINENO"; then :
11601 case "$LIBEXT" in
11602 dll) ac_cv_lib_soname_odbc=`$ac_cv_path_LDD conftest.exe | grep "odbc" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11603 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'` ;;
11604 *) ac_cv_lib_soname_odbc=`$ac_cv_path_LDD conftest$ac_exeext | grep "libodbc\\.$LIBEXT" | sed -e "s/^.*\(libodbc\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11605 esac
11607 rm -f core conftest.err conftest.$ac_objext \
11608 conftest$ac_exeext conftest.$ac_ext
11609 LIBS=$ac_check_soname_save_LIBS
11611 if test "x$ac_cv_lib_soname_odbc" = "x"; then :
11612 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11613 $as_echo "not found" >&6; }
11614 cat >>confdefs.h <<_ACEOF
11615 #define SONAME_LIBODBC "libodbc.$LIBEXT"
11616 _ACEOF
11618 else
11619 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_odbc" >&5
11620 $as_echo "$ac_cv_lib_soname_odbc" >&6; }
11622 cat >>confdefs.h <<_ACEOF
11623 #define SONAME_LIBODBC "$ac_cv_lib_soname_odbc"
11624 _ACEOF
11629 if test "x$ALSALIBS$AUDIOIOLIBS$COREAUDIO$NASLIBS$ESDLIBS$ac_cv_lib_soname_jack" = "x" -a \
11630 "$ac_cv_header_sys_soundcard_h" != "yes" -a \
11631 "$ac_cv_header_machine_soundcard_h" != "yes" -a \
11632 "$ac_cv_header_soundcard_h" != "yes" -a \
11633 "x$with_alsa$with_audioio$with_coreaudio$with_nas$with_esd$with_jack$with_oss" != xnonononononono
11634 then
11635 as_fn_append wine_warnings "|No sound system was found. Windows applications will be silent."
11639 EXTRACFLAGS=""
11641 if test "x${GCC}" = "xyes"
11642 then
11643 EXTRACFLAGS="-Wall -pipe"
11645 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gcc strength-reduce bug" >&5
11646 $as_echo_n "checking for gcc strength-reduce bug... " >&6; }
11647 if test "${ac_cv_c_gcc_strength_bug+set}" = set; then :
11648 $as_echo_n "(cached) " >&6
11649 else
11650 if test "$cross_compiling" = yes; then :
11651 ac_cv_c_gcc_strength_bug="yes"
11652 else
11653 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11654 /* end confdefs.h. */
11655 int L[4] = {0,1,2,3};
11657 main ()
11659 static int Array[3];
11660 unsigned int B = 3;
11661 int i;
11662 for(i=0; i<B; i++) Array[i] = i - 3;
11663 for(i=0; i<4 - 1; i++) L[i] = L[i + 1];
11664 L[i] = 4;
11665 return (Array[1] != -2 || L[2] != 3)
11667 return 0;
11669 _ACEOF
11670 if ac_fn_c_try_run "$LINENO"; then :
11671 ac_cv_c_gcc_strength_bug="no"
11672 else
11673 ac_cv_c_gcc_strength_bug="yes"
11675 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
11676 conftest.$ac_objext conftest.beam conftest.$ac_ext
11680 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_gcc_strength_bug" >&5
11681 $as_echo "$ac_cv_c_gcc_strength_bug" >&6; }
11682 if test "$ac_cv_c_gcc_strength_bug" = "yes"
11683 then
11684 EXTRACFLAGS="$EXTRACFLAGS -fno-strength-reduce"
11687 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-builtin" >&5
11688 $as_echo_n "checking whether the compiler supports -fno-builtin... " >&6; }
11689 if test "${ac_cv_cflags__fno_builtin+set}" = set; then :
11690 $as_echo_n "(cached) " >&6
11691 else
11692 ac_wine_try_cflags_saved=$CFLAGS
11693 CFLAGS="$CFLAGS -fno-builtin"
11694 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11695 /* end confdefs.h. */
11696 int main(int argc, char **argv) { return 0; }
11697 _ACEOF
11698 if ac_fn_c_try_link "$LINENO"; then :
11699 ac_cv_cflags__fno_builtin=yes
11700 else
11701 ac_cv_cflags__fno_builtin=no
11703 rm -f core conftest.err conftest.$ac_objext \
11704 conftest$ac_exeext conftest.$ac_ext
11705 CFLAGS=$ac_wine_try_cflags_saved
11707 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_builtin" >&5
11708 $as_echo "$ac_cv_cflags__fno_builtin" >&6; }
11709 if test $ac_cv_cflags__fno_builtin = yes; then :
11710 BUILTINFLAG="-fno-builtin"
11713 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-strict-aliasing" >&5
11714 $as_echo_n "checking whether the compiler supports -fno-strict-aliasing... " >&6; }
11715 if test "${ac_cv_cflags__fno_strict_aliasing+set}" = set; then :
11716 $as_echo_n "(cached) " >&6
11717 else
11718 ac_wine_try_cflags_saved=$CFLAGS
11719 CFLAGS="$CFLAGS -fno-strict-aliasing"
11720 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11721 /* end confdefs.h. */
11722 int main(int argc, char **argv) { return 0; }
11723 _ACEOF
11724 if ac_fn_c_try_link "$LINENO"; then :
11725 ac_cv_cflags__fno_strict_aliasing=yes
11726 else
11727 ac_cv_cflags__fno_strict_aliasing=no
11729 rm -f core conftest.err conftest.$ac_objext \
11730 conftest$ac_exeext conftest.$ac_ext
11731 CFLAGS=$ac_wine_try_cflags_saved
11733 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_strict_aliasing" >&5
11734 $as_echo "$ac_cv_cflags__fno_strict_aliasing" >&6; }
11735 if test $ac_cv_cflags__fno_strict_aliasing = yes; then :
11736 EXTRACFLAGS="$EXTRACFLAGS -fno-strict-aliasing"
11738 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wdeclaration-after-statement" >&5
11739 $as_echo_n "checking whether the compiler supports -Wdeclaration-after-statement... " >&6; }
11740 if test "${ac_cv_cflags__Wdeclaration_after_statement+set}" = set; then :
11741 $as_echo_n "(cached) " >&6
11742 else
11743 ac_wine_try_cflags_saved=$CFLAGS
11744 CFLAGS="$CFLAGS -Wdeclaration-after-statement"
11745 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11746 /* end confdefs.h. */
11747 int main(int argc, char **argv) { return 0; }
11748 _ACEOF
11749 if ac_fn_c_try_link "$LINENO"; then :
11750 ac_cv_cflags__Wdeclaration_after_statement=yes
11751 else
11752 ac_cv_cflags__Wdeclaration_after_statement=no
11754 rm -f core conftest.err conftest.$ac_objext \
11755 conftest$ac_exeext conftest.$ac_ext
11756 CFLAGS=$ac_wine_try_cflags_saved
11758 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wdeclaration_after_statement" >&5
11759 $as_echo "$ac_cv_cflags__Wdeclaration_after_statement" >&6; }
11760 if test $ac_cv_cflags__Wdeclaration_after_statement = yes; then :
11761 EXTRACFLAGS="$EXTRACFLAGS -Wdeclaration-after-statement"
11763 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wstrict-prototypes" >&5
11764 $as_echo_n "checking whether the compiler supports -Wstrict-prototypes... " >&6; }
11765 if test "${ac_cv_cflags__Wstrict_prototypes+set}" = set; then :
11766 $as_echo_n "(cached) " >&6
11767 else
11768 ac_wine_try_cflags_saved=$CFLAGS
11769 CFLAGS="$CFLAGS -Wstrict-prototypes"
11770 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11771 /* end confdefs.h. */
11772 int main(int argc, char **argv) { return 0; }
11773 _ACEOF
11774 if ac_fn_c_try_link "$LINENO"; then :
11775 ac_cv_cflags__Wstrict_prototypes=yes
11776 else
11777 ac_cv_cflags__Wstrict_prototypes=no
11779 rm -f core conftest.err conftest.$ac_objext \
11780 conftest$ac_exeext conftest.$ac_ext
11781 CFLAGS=$ac_wine_try_cflags_saved
11783 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wstrict_prototypes" >&5
11784 $as_echo "$ac_cv_cflags__Wstrict_prototypes" >&6; }
11785 if test $ac_cv_cflags__Wstrict_prototypes = yes; then :
11786 EXTRACFLAGS="$EXTRACFLAGS -Wstrict-prototypes"
11788 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wtype-limits" >&5
11789 $as_echo_n "checking whether the compiler supports -Wtype-limits... " >&6; }
11790 if test "${ac_cv_cflags__Wtype_limits+set}" = set; then :
11791 $as_echo_n "(cached) " >&6
11792 else
11793 ac_wine_try_cflags_saved=$CFLAGS
11794 CFLAGS="$CFLAGS -Wtype-limits"
11795 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11796 /* end confdefs.h. */
11797 int main(int argc, char **argv) { return 0; }
11798 _ACEOF
11799 if ac_fn_c_try_link "$LINENO"; then :
11800 ac_cv_cflags__Wtype_limits=yes
11801 else
11802 ac_cv_cflags__Wtype_limits=no
11804 rm -f core conftest.err conftest.$ac_objext \
11805 conftest$ac_exeext conftest.$ac_ext
11806 CFLAGS=$ac_wine_try_cflags_saved
11808 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wtype_limits" >&5
11809 $as_echo "$ac_cv_cflags__Wtype_limits" >&6; }
11810 if test $ac_cv_cflags__Wtype_limits = yes; then :
11811 EXTRACFLAGS="$EXTRACFLAGS -Wtype-limits"
11813 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wwrite-strings" >&5
11814 $as_echo_n "checking whether the compiler supports -Wwrite-strings... " >&6; }
11815 if test "${ac_cv_cflags__Wwrite_strings+set}" = set; then :
11816 $as_echo_n "(cached) " >&6
11817 else
11818 ac_wine_try_cflags_saved=$CFLAGS
11819 CFLAGS="$CFLAGS -Wwrite-strings"
11820 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11821 /* end confdefs.h. */
11822 int main(int argc, char **argv) { return 0; }
11823 _ACEOF
11824 if ac_fn_c_try_link "$LINENO"; then :
11825 ac_cv_cflags__Wwrite_strings=yes
11826 else
11827 ac_cv_cflags__Wwrite_strings=no
11829 rm -f core conftest.err conftest.$ac_objext \
11830 conftest$ac_exeext conftest.$ac_ext
11831 CFLAGS=$ac_wine_try_cflags_saved
11833 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wwrite_strings" >&5
11834 $as_echo "$ac_cv_cflags__Wwrite_strings" >&6; }
11835 if test $ac_cv_cflags__Wwrite_strings = yes; then :
11836 EXTRACFLAGS="$EXTRACFLAGS -Wwrite-strings"
11839 saved_CFLAGS="$CFLAGS"
11840 CFLAGS="$CFLAGS -Wpointer-arith -Werror"
11841 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for broken string.h that generates warnings" >&5
11842 $as_echo_n "checking for broken string.h that generates warnings... " >&6; }
11843 if test "${ac_cv_c_string_h_warnings+set}" = set; then :
11844 $as_echo_n "(cached) " >&6
11845 else
11846 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11847 /* end confdefs.h. */
11848 #include <string.h>
11850 main ()
11854 return 0;
11856 _ACEOF
11857 if ac_fn_c_try_compile "$LINENO"; then :
11858 ac_cv_c_string_h_warnings=no
11859 else
11860 ac_cv_c_string_h_warnings=yes
11862 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11864 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_string_h_warnings" >&5
11865 $as_echo "$ac_cv_c_string_h_warnings" >&6; }
11866 CFLAGS="$saved_CFLAGS"
11867 if test "$ac_cv_c_string_h_warnings" = "no"
11868 then
11869 EXTRACFLAGS="$EXTRACFLAGS -Wpointer-arith"
11872 if test "${enable_maintainer_mode+set}" = set
11873 then
11874 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Werror" >&5
11875 $as_echo_n "checking whether the compiler supports -Werror... " >&6; }
11876 if test "${ac_cv_cflags__Werror+set}" = set; then :
11877 $as_echo_n "(cached) " >&6
11878 else
11879 ac_wine_try_cflags_saved=$CFLAGS
11880 CFLAGS="$CFLAGS -Werror"
11881 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11882 /* end confdefs.h. */
11883 int main(int argc, char **argv) { return 0; }
11884 _ACEOF
11885 if ac_fn_c_try_link "$LINENO"; then :
11886 ac_cv_cflags__Werror=yes
11887 else
11888 ac_cv_cflags__Werror=no
11890 rm -f core conftest.err conftest.$ac_objext \
11891 conftest$ac_exeext conftest.$ac_ext
11892 CFLAGS=$ac_wine_try_cflags_saved
11894 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Werror" >&5
11895 $as_echo "$ac_cv_cflags__Werror" >&6; }
11896 if test $ac_cv_cflags__Werror = yes; then :
11897 EXTRACFLAGS="$EXTRACFLAGS -Werror"
11901 saved_CFLAGS="$CFLAGS"
11902 CFLAGS="$CFLAGS -Werror"
11903 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ms_hook_prologue attribute" >&5
11904 $as_echo_n "checking for ms_hook_prologue attribute... " >&6; }
11905 if test "${ac_cv_have_ms_hook_prologue+set}" = set; then :
11906 $as_echo_n "(cached) " >&6
11907 else
11908 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11909 /* end confdefs.h. */
11910 int __attribute__((__ms_hook_prologue__)) test(void) { return 0; }
11912 main ()
11916 return 0;
11918 _ACEOF
11919 if ac_fn_c_try_compile "$LINENO"; then :
11920 ac_cv_have_ms_hook_prologue="yes"
11921 else
11922 ac_cv_have_ms_hook_prologue="no"
11924 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11926 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_ms_hook_prologue" >&5
11927 $as_echo "$ac_cv_have_ms_hook_prologue" >&6; }
11928 CFLAGS="$saved_CFLAGS"
11929 if test "$ac_cv_have_ms_hook_prologue" = "yes"
11930 then
11932 $as_echo "#define DECLSPEC_HOTPATCH __attribute__((__ms_hook_prologue__))" >>confdefs.h
11934 else
11935 $as_echo "#define DECLSPEC_HOTPATCH /* */" >>confdefs.h
11941 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether external symbols need an underscore prefix" >&5
11942 $as_echo_n "checking whether external symbols need an underscore prefix... " >&6; }
11943 if test "${ac_cv_c_extern_prefix+set}" = set; then :
11944 $as_echo_n "(cached) " >&6
11945 else
11946 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11947 /* end confdefs.h. */
11948 extern int ac_test;
11950 main ()
11952 asm(".globl _ac_test\n_ac_test:\t.long 0"); if (ac_test) return 1
11954 return 0;
11956 _ACEOF
11957 if ac_fn_c_try_link "$LINENO"; then :
11958 ac_cv_c_extern_prefix="yes"
11959 else
11960 ac_cv_c_extern_prefix="no"
11962 rm -f core conftest.err conftest.$ac_objext \
11963 conftest$ac_exeext conftest.$ac_ext
11965 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_extern_prefix" >&5
11966 $as_echo "$ac_cv_c_extern_prefix" >&6; }
11968 case $host_cpu in
11969 *i[3456789]86*)
11970 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether external symbols need stdcall decoration" >&5
11971 $as_echo_n "checking whether external symbols need stdcall decoration... " >&6; }
11972 if test "${ac_cv_c_stdcall_suffix+set}" = set; then :
11973 $as_echo_n "(cached) " >&6
11974 else
11975 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11976 /* end confdefs.h. */
11977 #ifndef _MSC_VER
11978 #define __stdcall __attribute__((__stdcall__))
11979 #endif
11980 int __stdcall ac_test(int i) { return i; }
11982 main ()
11984 asm("jmp _ac_test@4"); if (ac_test(1)) return 1
11986 return 0;
11988 _ACEOF
11989 if ac_fn_c_try_link "$LINENO"; then :
11990 ac_cv_c_stdcall_suffix="yes"
11991 else
11992 ac_cv_c_stdcall_suffix="no"
11994 rm -f core conftest.err conftest.$ac_objext \
11995 conftest$ac_exeext conftest.$ac_ext
11997 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_stdcall_suffix" >&5
11998 $as_echo "$ac_cv_c_stdcall_suffix" >&6; } ;;
11999 *) ac_cv_c_stdcall_suffix="no" ;;
12000 esac
12003 if test "$ac_cv_c_extern_prefix" = "yes"
12004 then
12005 $as_echo "#define __ASM_NAME(name) \"_\" name" >>confdefs.h
12007 asm_name_prefix="_"
12008 else
12009 $as_echo "#define __ASM_NAME(name) name" >>confdefs.h
12011 asm_name_prefix=""
12015 if test "$ac_cv_c_stdcall_suffix" = "yes"
12016 then
12017 $as_echo "#define __ASM_STDCALL(args) \"@\" #args" >>confdefs.h
12019 else
12020 $as_echo "#define __ASM_STDCALL(args) \"\"" >>confdefs.h
12025 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to define a function in assembly code" >&5
12026 $as_echo_n "checking how to define a function in assembly code... " >&6; }
12027 if test "${ac_cv_asm_func_def+set}" = set; then :
12028 $as_echo_n "(cached) " >&6
12029 else
12030 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12031 /* end confdefs.h. */
12034 main ()
12036 asm("\t.globl _ac_test\n\t.def _ac_test; .scl 2; .type 32; .endef\n_ac_test:\t.long 0");
12038 return 0;
12040 _ACEOF
12041 if ac_fn_c_try_link "$LINENO"; then :
12042 ac_cv_asm_func_def=".def"
12043 else
12044 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12045 /* end confdefs.h. */
12048 main ()
12050 asm("\t.globl _ac_test\n\t.type _ac_test,@function\n_ac_test:\t.long 0");
12052 return 0;
12054 _ACEOF
12055 if ac_fn_c_try_link "$LINENO"; then :
12056 ac_cv_asm_func_def=".type @function"
12057 else
12058 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12059 /* end confdefs.h. */
12062 main ()
12064 asm("\t.globl _ac_test\n\t.type _ac_test,2\n_ac_test:\t.long 0");
12066 return 0;
12068 _ACEOF
12069 if ac_fn_c_try_link "$LINENO"; then :
12070 ac_cv_asm_func_def=".type 2"
12071 else
12072 ac_cv_asm_func_def="unknown"
12074 rm -f core conftest.err conftest.$ac_objext \
12075 conftest$ac_exeext conftest.$ac_ext
12077 rm -f core conftest.err conftest.$ac_objext \
12078 conftest$ac_exeext conftest.$ac_ext
12080 rm -f core conftest.err conftest.$ac_objext \
12081 conftest$ac_exeext conftest.$ac_ext
12083 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_asm_func_def" >&5
12084 $as_echo "$ac_cv_asm_func_def" >&6; }
12087 case "$ac_cv_asm_func_def" in
12088 ".def")
12089 $as_echo "#define __ASM_FUNC(name) \".def \" __ASM_NAME(name) \"; .scl 2; .type 32; .endef\"" >>confdefs.h
12091 asm_func_header=".def $asm_name_prefix\" #name suffix \"; .scl 2; .type 32; .endef" ;;
12092 ".type @function")
12093 $as_echo "#define __ASM_FUNC(name) \".type \" __ASM_NAME(name) \",@function\"" >>confdefs.h
12095 asm_func_header=".type $asm_name_prefix\" #name suffix \",@function" ;;
12096 ".type 2")
12097 $as_echo "#define __ASM_FUNC(name) \".type \" __ASM_NAME(name) \",2\"" >>confdefs.h
12099 asm_func_header=".type $asm_name_prefix\" #name suffix \",2" ;;
12101 $as_echo "#define __ASM_FUNC(name) \"\"" >>confdefs.h
12103 asm_func_header="" ;;
12104 esac
12106 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether asm() works outside of functions" >&5
12107 $as_echo_n "checking whether asm() works outside of functions... " >&6; }
12108 if test "${ac_cv_c_asm_outside_funcs+set}" = set; then :
12109 $as_echo_n "(cached) " >&6
12110 else
12111 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12112 /* end confdefs.h. */
12113 asm(".text\n\t.long 0");
12115 main ()
12119 return 0;
12121 _ACEOF
12122 if ac_fn_c_try_compile "$LINENO"; then :
12123 ac_cv_c_asm_outside_funcs="yes"
12124 else
12125 ac_cv_c_asm_outside_funcs="no"
12127 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12129 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_asm_outside_funcs" >&5
12130 $as_echo "$ac_cv_c_asm_outside_funcs" >&6; }
12132 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether .previous is supported in assembly code" >&5
12133 $as_echo_n "checking whether .previous is supported in assembly code... " >&6; }
12134 if test "${ac_cv_c_dot_previous+set}" = set; then :
12135 $as_echo_n "(cached) " >&6
12136 else
12137 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12138 /* end confdefs.h. */
12141 main ()
12143 asm(".text\nac_test:\t.long 0\n\t.previous");
12145 return 0;
12147 _ACEOF
12148 if ac_fn_c_try_link "$LINENO"; then :
12149 ac_cv_c_dot_previous="yes"
12150 else
12151 ac_cv_c_dot_previous="no"
12153 rm -f core conftest.err conftest.$ac_objext \
12154 conftest$ac_exeext conftest.$ac_ext
12156 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dot_previous" >&5
12157 $as_echo "$ac_cv_c_dot_previous" >&6; }
12159 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether CFI directives are supported in assembly code" >&5
12160 $as_echo_n "checking whether CFI directives are supported in assembly code... " >&6; }
12161 if test "${ac_cv_c_cfi_support+set}" = set; then :
12162 $as_echo_n "(cached) " >&6
12163 else
12164 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12165 /* end confdefs.h. */
12166 asm(".text\nac_test:\t.cfi_startproc\n\t.long 0\n\t.cfi_endproc");
12168 main ()
12172 return 0;
12174 _ACEOF
12175 if ac_fn_c_try_compile "$LINENO"; then :
12176 ac_cv_c_cfi_support="yes"
12177 else
12178 ac_cv_c_cfi_support="no"
12180 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12182 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_cfi_support" >&5
12183 $as_echo "$ac_cv_c_cfi_support" >&6; }
12185 asm_func_header=".globl $asm_name_prefix\" #name suffix \"\\n\\t$asm_func_header\\n$asm_name_prefix\" #name suffix \":\\n\\t"
12186 asm_func_trailer=""
12187 if test "$ac_cv_c_dot_previous" = "yes"
12188 then
12189 asm_func_trailer="\\n\\t.previous"
12191 if test "$ac_cv_c_cfi_support" = "yes"
12192 then
12193 asm_func_header="$asm_func_header.cfi_startproc\\n\\t"
12194 asm_func_trailer="\\n\\t.cfi_endproc$asm_func_trailer"
12196 $as_echo "#define __ASM_CFI(str) str" >>confdefs.h
12198 else
12199 $as_echo "#define __ASM_CFI(str) \"\"" >>confdefs.h
12203 asm_func_code="$asm_func_header\" code \"$asm_func_trailer"
12206 if test "$ac_cv_c_asm_outside_funcs" = "yes"
12207 then
12208 cat >>confdefs.h <<_ACEOF
12209 #define __ASM_DEFINE_FUNC(name,suffix,code) asm(".text\n\t.align 4\n\t$asm_func_code");
12210 _ACEOF
12212 else
12213 cat >>confdefs.h <<_ACEOF
12214 #define __ASM_DEFINE_FUNC(name,suffix,code) void __asm_dummy_##name(void) { asm(".text\n\t.align 4\n\t$asm_func_code"); }
12215 _ACEOF
12219 $as_echo "#define __ASM_GLOBAL_FUNC(name,code) __ASM_DEFINE_FUNC(name,\"\",code)" >>confdefs.h
12222 $as_echo "#define __ASM_STDCALL_FUNC(name,args,code) __ASM_DEFINE_FUNC(name,__ASM_STDCALL(args),code)" >>confdefs.h
12226 LDPATH=""
12228 case $build_os in
12229 cygwin*|mingw32*)
12230 TOOLSEXT=".exe"
12232 LDPATH="PATH=\"\$(TOOLSDIR)/libs/wine:\$\$PATH\""
12234 darwin*|macosx*)
12237 LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
12239 esac
12241 case $host_os in
12242 mingw32*)
12243 CRTLIBS="-lmsvcrt"
12245 SOCKETLIBS="-L\$(TOPOBJDIR)/dlls/ws2_32 -lws2_32"
12248 esac
12250 MAIN_BINARY="wine"
12252 test -z "$with_wine64" || MAIN_BINARY="wine32"
12254 case $host_cpu in
12255 *i[3456789]86*)
12256 case $host_os in
12257 linux*)
12258 EXTRA_BINARIES="wine-preloader"
12260 esac
12262 esac
12265 ac_save_CFLAGS="$CFLAGS"
12266 CFLAGS="$CFLAGS $BUILTINFLAG"
12267 for ac_func in \
12268 _pclose \
12269 _popen \
12270 _snprintf \
12271 _spawnvp \
12272 _strdup \
12273 _stricmp \
12274 _strnicmp \
12275 _strtoi64 \
12276 _strtoui64 \
12277 _vsnprintf \
12278 asctime_r \
12279 chsize \
12280 dlopen \
12281 epoll_create \
12282 ffs \
12283 finite \
12284 fnmatch \
12285 fork \
12286 fpclass \
12287 fstatfs \
12288 fstatvfs \
12289 ftruncate \
12290 futimes \
12291 futimesat \
12292 getdirentries \
12293 getopt_long \
12294 getpagesize \
12295 getpwuid \
12296 gettid \
12297 gettimeofday \
12298 getuid \
12299 kqueue \
12300 lstat \
12301 memmove \
12302 mmap \
12303 pclose \
12304 pipe2 \
12305 poll \
12306 popen \
12307 port_create \
12308 prctl \
12309 pread \
12310 pwrite \
12311 readdir \
12312 readlink \
12313 sched_setaffinity \
12314 sched_yield \
12315 select \
12316 setproctitle \
12317 setrlimit \
12318 settimeofday \
12319 sigaltstack \
12320 sigprocmask \
12321 snprintf \
12322 spawnvp \
12323 statfs \
12324 statvfs \
12325 strcasecmp \
12326 strdup \
12327 strerror \
12328 strncasecmp \
12329 strtold \
12330 strtoll \
12331 strtoull \
12332 symlink \
12333 tcgetattr \
12334 thr_kill2 \
12335 timegm \
12336 usleep \
12337 vsnprintf \
12338 wait4 \
12339 waitpid \
12341 do :
12342 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
12343 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
12344 eval as_val=\$$as_ac_var
12345 if test "x$as_val" = x""yes; then :
12346 cat >>confdefs.h <<_ACEOF
12347 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
12348 _ACEOF
12351 done
12353 CFLAGS="$ac_save_CFLAGS"
12355 if test "$ac_cv_func_dlopen" = no
12356 then
12357 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
12358 $as_echo_n "checking for dlopen in -ldl... " >&6; }
12359 if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
12360 $as_echo_n "(cached) " >&6
12361 else
12362 ac_check_lib_save_LIBS=$LIBS
12363 LIBS="-ldl $LIBS"
12364 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12365 /* end confdefs.h. */
12367 /* Override any GCC internal prototype to avoid an error.
12368 Use char because int might match the return type of a GCC
12369 builtin and then its argument prototype would still apply. */
12370 #ifdef __cplusplus
12371 extern "C"
12372 #endif
12373 char dlopen ();
12375 main ()
12377 return dlopen ();
12379 return 0;
12381 _ACEOF
12382 if ac_fn_c_try_link "$LINENO"; then :
12383 ac_cv_lib_dl_dlopen=yes
12384 else
12385 ac_cv_lib_dl_dlopen=no
12387 rm -f core conftest.err conftest.$ac_objext \
12388 conftest$ac_exeext conftest.$ac_ext
12389 LIBS=$ac_check_lib_save_LIBS
12391 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
12392 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
12393 if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
12394 $as_echo "#define HAVE_DLOPEN 1" >>confdefs.h
12395 LIBDL="-ldl"
12400 ac_wine_check_funcs_save_LIBS="$LIBS"
12401 LIBS="$LIBS $LIBDL"
12402 for ac_func in dladdr
12403 do :
12404 ac_fn_c_check_func "$LINENO" "dladdr" "ac_cv_func_dladdr"
12405 if test "x$ac_cv_func_dladdr" = x""yes; then :
12406 cat >>confdefs.h <<_ACEOF
12407 #define HAVE_DLADDR 1
12408 _ACEOF
12411 done
12413 LIBS="$ac_wine_check_funcs_save_LIBS"
12415 if test "$ac_cv_func_poll" = no
12416 then
12417 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for poll in -lpoll" >&5
12418 $as_echo_n "checking for poll in -lpoll... " >&6; }
12419 if test "${ac_cv_lib_poll_poll+set}" = set; then :
12420 $as_echo_n "(cached) " >&6
12421 else
12422 ac_check_lib_save_LIBS=$LIBS
12423 LIBS="-lpoll $LIBS"
12424 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12425 /* end confdefs.h. */
12427 /* Override any GCC internal prototype to avoid an error.
12428 Use char because int might match the return type of a GCC
12429 builtin and then its argument prototype would still apply. */
12430 #ifdef __cplusplus
12431 extern "C"
12432 #endif
12433 char poll ();
12435 main ()
12437 return poll ();
12439 return 0;
12441 _ACEOF
12442 if ac_fn_c_try_link "$LINENO"; then :
12443 ac_cv_lib_poll_poll=yes
12444 else
12445 ac_cv_lib_poll_poll=no
12447 rm -f core conftest.err conftest.$ac_objext \
12448 conftest$ac_exeext conftest.$ac_ext
12449 LIBS=$ac_check_lib_save_LIBS
12451 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_poll_poll" >&5
12452 $as_echo "$ac_cv_lib_poll_poll" >&6; }
12453 if test "x$ac_cv_lib_poll_poll" = x""yes; then :
12454 $as_echo "#define HAVE_POLL 1" >>confdefs.h
12455 LIBPOLL="-lpoll"
12461 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing gethostbyname" >&5
12462 $as_echo_n "checking for library containing gethostbyname... " >&6; }
12463 if test "${ac_cv_search_gethostbyname+set}" = set; then :
12464 $as_echo_n "(cached) " >&6
12465 else
12466 ac_func_search_save_LIBS=$LIBS
12467 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12468 /* end confdefs.h. */
12470 /* Override any GCC internal prototype to avoid an error.
12471 Use char because int might match the return type of a GCC
12472 builtin and then its argument prototype would still apply. */
12473 #ifdef __cplusplus
12474 extern "C"
12475 #endif
12476 char gethostbyname ();
12478 main ()
12480 return gethostbyname ();
12482 return 0;
12484 _ACEOF
12485 for ac_lib in '' nsl; do
12486 if test -z "$ac_lib"; then
12487 ac_res="none required"
12488 else
12489 ac_res=-l$ac_lib
12490 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
12492 if ac_fn_c_try_link "$LINENO"; then :
12493 ac_cv_search_gethostbyname=$ac_res
12495 rm -f core conftest.err conftest.$ac_objext \
12496 conftest$ac_exeext
12497 if test "${ac_cv_search_gethostbyname+set}" = set; then :
12498 break
12500 done
12501 if test "${ac_cv_search_gethostbyname+set}" = set; then :
12503 else
12504 ac_cv_search_gethostbyname=no
12506 rm conftest.$ac_ext
12507 LIBS=$ac_func_search_save_LIBS
12509 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_gethostbyname" >&5
12510 $as_echo "$ac_cv_search_gethostbyname" >&6; }
12511 ac_res=$ac_cv_search_gethostbyname
12512 if test "$ac_res" != no; then :
12513 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
12518 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing connect" >&5
12519 $as_echo_n "checking for library containing connect... " >&6; }
12520 if test "${ac_cv_search_connect+set}" = set; then :
12521 $as_echo_n "(cached) " >&6
12522 else
12523 ac_func_search_save_LIBS=$LIBS
12524 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12525 /* end confdefs.h. */
12527 /* Override any GCC internal prototype to avoid an error.
12528 Use char because int might match the return type of a GCC
12529 builtin and then its argument prototype would still apply. */
12530 #ifdef __cplusplus
12531 extern "C"
12532 #endif
12533 char connect ();
12535 main ()
12537 return connect ();
12539 return 0;
12541 _ACEOF
12542 for ac_lib in '' socket; do
12543 if test -z "$ac_lib"; then
12544 ac_res="none required"
12545 else
12546 ac_res=-l$ac_lib
12547 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
12549 if ac_fn_c_try_link "$LINENO"; then :
12550 ac_cv_search_connect=$ac_res
12552 rm -f core conftest.err conftest.$ac_objext \
12553 conftest$ac_exeext
12554 if test "${ac_cv_search_connect+set}" = set; then :
12555 break
12557 done
12558 if test "${ac_cv_search_connect+set}" = set; then :
12560 else
12561 ac_cv_search_connect=no
12563 rm conftest.$ac_ext
12564 LIBS=$ac_func_search_save_LIBS
12566 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_connect" >&5
12567 $as_echo "$ac_cv_search_connect" >&6; }
12568 ac_res=$ac_cv_search_connect
12569 if test "$ac_res" != no; then :
12570 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
12575 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing inet_aton" >&5
12576 $as_echo_n "checking for library containing inet_aton... " >&6; }
12577 if test "${ac_cv_search_inet_aton+set}" = set; then :
12578 $as_echo_n "(cached) " >&6
12579 else
12580 ac_func_search_save_LIBS=$LIBS
12581 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12582 /* end confdefs.h. */
12584 /* Override any GCC internal prototype to avoid an error.
12585 Use char because int might match the return type of a GCC
12586 builtin and then its argument prototype would still apply. */
12587 #ifdef __cplusplus
12588 extern "C"
12589 #endif
12590 char inet_aton ();
12592 main ()
12594 return inet_aton ();
12596 return 0;
12598 _ACEOF
12599 for ac_lib in '' resolv; do
12600 if test -z "$ac_lib"; then
12601 ac_res="none required"
12602 else
12603 ac_res=-l$ac_lib
12604 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
12606 if ac_fn_c_try_link "$LINENO"; then :
12607 ac_cv_search_inet_aton=$ac_res
12609 rm -f core conftest.err conftest.$ac_objext \
12610 conftest$ac_exeext
12611 if test "${ac_cv_search_inet_aton+set}" = set; then :
12612 break
12614 done
12615 if test "${ac_cv_search_inet_aton+set}" = set; then :
12617 else
12618 ac_cv_search_inet_aton=no
12620 rm conftest.$ac_ext
12621 LIBS=$ac_func_search_save_LIBS
12623 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_inet_aton" >&5
12624 $as_echo "$ac_cv_search_inet_aton" >&6; }
12625 ac_res=$ac_cv_search_inet_aton
12626 if test "$ac_res" != no; then :
12627 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
12632 for ac_func in \
12633 getaddrinfo \
12634 getnameinfo \
12635 getnetbyname \
12636 getprotobyname \
12637 getprotobynumber \
12638 getservbyport \
12639 inet_network \
12640 inet_ntop \
12641 inet_pton \
12642 sendmsg \
12643 socketpair \
12645 do :
12646 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
12647 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
12648 eval as_val=\$$as_ac_var
12649 if test "x$as_val" = x""yes; then :
12650 cat >>confdefs.h <<_ACEOF
12651 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
12652 _ACEOF
12655 done
12658 LDAPLIBS=""
12660 if test "$ac_cv_header_ldap_h" = "yes" -a "$ac_cv_header_lber_h" = "yes"
12661 then
12662 ac_fn_c_check_type "$LINENO" "LDAPSortKey" "ac_cv_type_LDAPSortKey" "#include <ldap.h>
12664 if test "x$ac_cv_type_LDAPSortKey" = x""yes; then :
12665 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ldap_initialize in -lldap_r" >&5
12666 $as_echo_n "checking for ldap_initialize in -lldap_r... " >&6; }
12667 if test "${ac_cv_lib_ldap_r_ldap_initialize+set}" = set; then :
12668 $as_echo_n "(cached) " >&6
12669 else
12670 ac_check_lib_save_LIBS=$LIBS
12671 LIBS="-lldap_r $LIBPTHREAD $LIBS"
12672 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12673 /* end confdefs.h. */
12675 /* Override any GCC internal prototype to avoid an error.
12676 Use char because int might match the return type of a GCC
12677 builtin and then its argument prototype would still apply. */
12678 #ifdef __cplusplus
12679 extern "C"
12680 #endif
12681 char ldap_initialize ();
12683 main ()
12685 return ldap_initialize ();
12687 return 0;
12689 _ACEOF
12690 if ac_fn_c_try_link "$LINENO"; then :
12691 ac_cv_lib_ldap_r_ldap_initialize=yes
12692 else
12693 ac_cv_lib_ldap_r_ldap_initialize=no
12695 rm -f core conftest.err conftest.$ac_objext \
12696 conftest$ac_exeext conftest.$ac_ext
12697 LIBS=$ac_check_lib_save_LIBS
12699 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ldap_r_ldap_initialize" >&5
12700 $as_echo "$ac_cv_lib_ldap_r_ldap_initialize" >&6; }
12701 if test "x$ac_cv_lib_ldap_r_ldap_initialize" = x""yes; then :
12702 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ber_init in -llber" >&5
12703 $as_echo_n "checking for ber_init in -llber... " >&6; }
12704 if test "${ac_cv_lib_lber_ber_init+set}" = set; then :
12705 $as_echo_n "(cached) " >&6
12706 else
12707 ac_check_lib_save_LIBS=$LIBS
12708 LIBS="-llber $LIBPTHREAD $LIBS"
12709 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12710 /* end confdefs.h. */
12712 /* Override any GCC internal prototype to avoid an error.
12713 Use char because int might match the return type of a GCC
12714 builtin and then its argument prototype would still apply. */
12715 #ifdef __cplusplus
12716 extern "C"
12717 #endif
12718 char ber_init ();
12720 main ()
12722 return ber_init ();
12724 return 0;
12726 _ACEOF
12727 if ac_fn_c_try_link "$LINENO"; then :
12728 ac_cv_lib_lber_ber_init=yes
12729 else
12730 ac_cv_lib_lber_ber_init=no
12732 rm -f core conftest.err conftest.$ac_objext \
12733 conftest$ac_exeext conftest.$ac_ext
12734 LIBS=$ac_check_lib_save_LIBS
12736 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lber_ber_init" >&5
12737 $as_echo "$ac_cv_lib_lber_ber_init" >&6; }
12738 if test "x$ac_cv_lib_lber_ber_init" = x""yes; then :
12740 $as_echo "#define HAVE_LDAP 1" >>confdefs.h
12742 LDAPLIBS="-lldap_r -llber"
12749 ac_wine_check_funcs_save_LIBS="$LIBS"
12750 LIBS="$LIBS $LDAPLIBS $LIBPTHREAD"
12751 for ac_func in \
12752 ldap_count_references \
12753 ldap_first_reference \
12754 ldap_next_reference \
12755 ldap_parse_reference \
12756 ldap_parse_sort_control \
12757 ldap_parse_sortresponse_control \
12758 ldap_parse_vlv_control \
12759 ldap_parse_vlvresponse_control
12760 do :
12761 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
12762 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
12763 eval as_val=\$$as_ac_var
12764 if test "x$as_val" = x""yes; then :
12765 cat >>confdefs.h <<_ACEOF
12766 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
12767 _ACEOF
12770 done
12772 LIBS="$ac_wine_check_funcs_save_LIBS"
12774 if test "x$LDAPLIBS" = "x"; then :
12775 case "x$with_ldap" in
12776 x) as_fn_append wine_notices "|libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported." ;;
12777 xno) ;;
12778 *) as_fn_error "libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
12779 This is an error since --with-ldap was requested." "$LINENO" 5 ;;
12780 esac
12783 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether mkdir takes only one argument" >&5
12784 $as_echo_n "checking whether mkdir takes only one argument... " >&6; }
12785 if test "${wine_cv_one_arg_mkdir+set}" = set; then :
12786 $as_echo_n "(cached) " >&6
12787 else
12788 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12789 /* end confdefs.h. */
12790 #include <sys/stat.h>
12792 main ()
12794 mkdir("foo");
12796 return 0;
12798 _ACEOF
12799 if ac_fn_c_try_compile "$LINENO"; then :
12800 wine_cv_one_arg_mkdir=yes
12801 else
12802 wine_cv_one_arg_mkdir=no
12804 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12806 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_one_arg_mkdir" >&5
12807 $as_echo "$wine_cv_one_arg_mkdir" >&6; }
12808 if test "$wine_cv_one_arg_mkdir" = "yes"
12809 then
12811 $as_echo "#define HAVE_ONE_ARG_MKDIR 1" >>confdefs.h
12816 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for an ANSI C-conforming const" >&5
12817 $as_echo_n "checking for an ANSI C-conforming const... " >&6; }
12818 if test "${ac_cv_c_const+set}" = set; then :
12819 $as_echo_n "(cached) " >&6
12820 else
12821 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12822 /* end confdefs.h. */
12825 main ()
12827 /* FIXME: Include the comments suggested by Paul. */
12828 #ifndef __cplusplus
12829 /* Ultrix mips cc rejects this. */
12830 typedef int charset[2];
12831 const charset cs;
12832 /* SunOS 4.1.1 cc rejects this. */
12833 char const *const *pcpcc;
12834 char **ppc;
12835 /* NEC SVR4.0.2 mips cc rejects this. */
12836 struct point {int x, y;};
12837 static struct point const zero = {0,0};
12838 /* AIX XL C 1.02.0.0 rejects this.
12839 It does not let you subtract one const X* pointer from another in
12840 an arm of an if-expression whose if-part is not a constant
12841 expression */
12842 const char *g = "string";
12843 pcpcc = &g + (g ? g-g : 0);
12844 /* HPUX 7.0 cc rejects these. */
12845 ++pcpcc;
12846 ppc = (char**) pcpcc;
12847 pcpcc = (char const *const *) ppc;
12848 { /* SCO 3.2v4 cc rejects this. */
12849 char *t;
12850 char const *s = 0 ? (char *) 0 : (char const *) 0;
12852 *t++ = 0;
12853 if (s) return 0;
12855 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
12856 int x[] = {25, 17};
12857 const int *foo = &x[0];
12858 ++foo;
12860 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
12861 typedef const int *iptr;
12862 iptr p = 0;
12863 ++p;
12865 { /* AIX XL C 1.02.0.0 rejects this saying
12866 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
12867 struct s { int j; const int *ap[3]; };
12868 struct s *b; b->j = 5;
12870 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
12871 const int foo = 10;
12872 if (!foo) return 0;
12874 return !cs[0] && !zero.x;
12875 #endif
12878 return 0;
12880 _ACEOF
12881 if ac_fn_c_try_compile "$LINENO"; then :
12882 ac_cv_c_const=yes
12883 else
12884 ac_cv_c_const=no
12886 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12888 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_const" >&5
12889 $as_echo "$ac_cv_c_const" >&6; }
12890 if test $ac_cv_c_const = no; then
12892 $as_echo "#define const /**/" >>confdefs.h
12896 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inline" >&5
12897 $as_echo_n "checking for inline... " >&6; }
12898 if test "${ac_cv_c_inline+set}" = set; then :
12899 $as_echo_n "(cached) " >&6
12900 else
12901 ac_cv_c_inline=no
12902 for ac_kw in inline __inline__ __inline; do
12903 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12904 /* end confdefs.h. */
12905 #ifndef __cplusplus
12906 typedef int foo_t;
12907 static $ac_kw foo_t static_foo () {return 0; }
12908 $ac_kw foo_t foo () {return 0; }
12909 #endif
12911 _ACEOF
12912 if ac_fn_c_try_compile "$LINENO"; then :
12913 ac_cv_c_inline=$ac_kw
12915 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12916 test "$ac_cv_c_inline" != no && break
12917 done
12920 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_inline" >&5
12921 $as_echo "$ac_cv_c_inline" >&6; }
12923 case $ac_cv_c_inline in
12924 inline | yes) ;;
12926 case $ac_cv_c_inline in
12927 no) ac_val=;;
12928 *) ac_val=$ac_cv_c_inline;;
12929 esac
12930 cat >>confdefs.h <<_ACEOF
12931 #ifndef __cplusplus
12932 #define inline $ac_val
12933 #endif
12934 _ACEOF
12936 esac
12938 ac_fn_c_check_type "$LINENO" "mode_t" "ac_cv_type_mode_t" "$ac_includes_default"
12939 if test "x$ac_cv_type_mode_t" = x""yes; then :
12941 cat >>confdefs.h <<_ACEOF
12942 #define HAVE_MODE_T 1
12943 _ACEOF
12947 ac_fn_c_check_type "$LINENO" "off_t" "ac_cv_type_off_t" "$ac_includes_default"
12948 if test "x$ac_cv_type_off_t" = x""yes; then :
12950 cat >>confdefs.h <<_ACEOF
12951 #define HAVE_OFF_T 1
12952 _ACEOF
12956 ac_fn_c_check_type "$LINENO" "pid_t" "ac_cv_type_pid_t" "$ac_includes_default"
12957 if test "x$ac_cv_type_pid_t" = x""yes; then :
12959 cat >>confdefs.h <<_ACEOF
12960 #define HAVE_PID_T 1
12961 _ACEOF
12965 ac_fn_c_check_type "$LINENO" "size_t" "ac_cv_type_size_t" "$ac_includes_default"
12966 if test "x$ac_cv_type_size_t" = x""yes; then :
12968 cat >>confdefs.h <<_ACEOF
12969 #define HAVE_SIZE_T 1
12970 _ACEOF
12974 ac_fn_c_check_type "$LINENO" "ssize_t" "ac_cv_type_ssize_t" "$ac_includes_default"
12975 if test "x$ac_cv_type_ssize_t" = x""yes; then :
12977 cat >>confdefs.h <<_ACEOF
12978 #define HAVE_SSIZE_T 1
12979 _ACEOF
12983 ac_fn_c_check_type "$LINENO" "long long" "ac_cv_type_long_long" "$ac_includes_default"
12984 if test "x$ac_cv_type_long_long" = x""yes; then :
12986 cat >>confdefs.h <<_ACEOF
12987 #define HAVE_LONG_LONG 1
12988 _ACEOF
12992 ac_fn_c_check_type "$LINENO" "fsblkcnt_t" "ac_cv_type_fsblkcnt_t" "$ac_includes_default"
12993 if test "x$ac_cv_type_fsblkcnt_t" = x""yes; then :
12995 cat >>confdefs.h <<_ACEOF
12996 #define HAVE_FSBLKCNT_T 1
12997 _ACEOF
13001 ac_fn_c_check_type "$LINENO" "fsfilcnt_t" "ac_cv_type_fsfilcnt_t" "$ac_includes_default"
13002 if test "x$ac_cv_type_fsfilcnt_t" = x""yes; then :
13004 cat >>confdefs.h <<_ACEOF
13005 #define HAVE_FSFILCNT_T 1
13006 _ACEOF
13011 ac_fn_c_check_type "$LINENO" "sigset_t" "ac_cv_type_sigset_t" "#include <sys/types.h>
13012 #include <signal.h>
13014 if test "x$ac_cv_type_sigset_t" = x""yes; then :
13016 cat >>confdefs.h <<_ACEOF
13017 #define HAVE_SIGSET_T 1
13018 _ACEOF
13023 ac_fn_c_check_type "$LINENO" "request_sense" "ac_cv_type_request_sense" "#include <linux/cdrom.h>
13025 if test "x$ac_cv_type_request_sense" = x""yes; then :
13027 cat >>confdefs.h <<_ACEOF
13028 #define HAVE_REQUEST_SENSE 1
13029 _ACEOF
13035 ac_fn_c_check_type "$LINENO" "struct xinpgen" "ac_cv_type_struct_xinpgen" "#include <sys/types.h>
13036 #ifdef HAVE_SYS_SOCKET_H
13037 #include <sys/socket.h>
13038 #endif
13039 #ifdef HAVE_SYS_SOCKETVAR_H
13040 #include <sys/socketvar.h>
13041 #endif
13042 #ifdef HAVE_NET_ROUTE_H
13043 #include <net/route.h>
13044 #endif
13045 #ifdef HAVE_NETINET_IN_H
13046 #include <netinet/in.h>
13047 #endif
13048 #ifdef HAVE_NETINET_IN_SYSTM_H
13049 #include <netinet/in_systm.h>
13050 #endif
13051 #ifdef HAVE_NETINET_IP_H
13052 #include <netinet/ip.h>
13053 #endif
13054 #ifdef HAVE_NETINET_IN_PCB_H
13055 #include <netinet/in_pcb.h>
13056 #endif
13058 if test "x$ac_cv_type_struct_xinpgen" = x""yes; then :
13060 cat >>confdefs.h <<_ACEOF
13061 #define HAVE_STRUCT_XINPGEN 1
13062 _ACEOF
13068 ac_fn_c_check_member "$LINENO" "struct ff_effect" "direction" "ac_cv_member_struct_ff_effect_direction" "#ifdef HAVE_LINUX_INPUT_H
13069 #include <linux/input.h>
13070 #endif
13072 if test "x$ac_cv_member_struct_ff_effect_direction" = x""yes; then :
13074 cat >>confdefs.h <<_ACEOF
13075 #define HAVE_STRUCT_FF_EFFECT_DIRECTION 1
13076 _ACEOF
13082 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sigaddset" >&5
13083 $as_echo_n "checking for sigaddset... " >&6; }
13084 if test "${wine_cv_have_sigaddset+set}" = set; then :
13085 $as_echo_n "(cached) " >&6
13086 else
13087 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13088 /* end confdefs.h. */
13089 #include <signal.h>
13091 main ()
13093 sigset_t set; sigaddset(&set,SIGTERM);
13095 return 0;
13097 _ACEOF
13098 if ac_fn_c_try_link "$LINENO"; then :
13099 wine_cv_have_sigaddset=yes
13100 else
13101 wine_cv_have_sigaddset=no
13103 rm -f core conftest.err conftest.$ac_objext \
13104 conftest$ac_exeext conftest.$ac_ext
13106 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_have_sigaddset" >&5
13107 $as_echo "$wine_cv_have_sigaddset" >&6; }
13108 if test "$wine_cv_have_sigaddset" = "yes"
13109 then
13111 $as_echo "#define HAVE_SIGADDSET 1" >>confdefs.h
13116 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can use re-entrant gethostbyname_r Linux style" >&5
13117 $as_echo_n "checking whether we can use re-entrant gethostbyname_r Linux style... " >&6; }
13118 if test "${wine_cv_linux_gethostbyname_r_6+set}" = set; then :
13119 $as_echo_n "(cached) " >&6
13120 else
13121 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13122 /* end confdefs.h. */
13123 #include <netdb.h>
13125 main ()
13128 char *name=0;
13129 struct hostent he;
13130 struct hostent *result;
13131 char *buf=0;
13132 int bufsize=0;
13133 int res,errnr;
13134 char *addr=0;
13135 int addrlen=0;
13136 int addrtype=0;
13137 res=gethostbyname_r(name,&he,buf,bufsize,&result,&errnr);
13138 res=gethostbyaddr_r(addr, addrlen, addrtype,&he,buf,bufsize,&result,&errnr);
13141 return 0;
13143 _ACEOF
13144 if ac_fn_c_try_link "$LINENO"; then :
13145 wine_cv_linux_gethostbyname_r_6=yes
13146 else
13147 wine_cv_linux_gethostbyname_r_6=no
13150 rm -f core conftest.err conftest.$ac_objext \
13151 conftest$ac_exeext conftest.$ac_ext
13154 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_linux_gethostbyname_r_6" >&5
13155 $as_echo "$wine_cv_linux_gethostbyname_r_6" >&6; }
13156 if test "$wine_cv_linux_gethostbyname_r_6" = "yes"
13157 then
13159 $as_echo "#define HAVE_LINUX_GETHOSTBYNAME_R_6 1" >>confdefs.h
13163 if test "$ac_cv_header_linux_joystick_h" = "yes"
13164 then
13165 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether linux/joystick.h uses the Linux 2.2+ API" >&5
13166 $as_echo_n "checking whether linux/joystick.h uses the Linux 2.2+ API... " >&6; }
13167 if test "${wine_cv_linux_joystick_22_api+set}" = set; then :
13168 $as_echo_n "(cached) " >&6
13169 else
13170 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13171 /* end confdefs.h. */
13173 #include <sys/ioctl.h>
13174 #include <sys/types.h>
13175 #include <linux/joystick.h>
13177 struct js_event blub;
13178 #if !defined(JS_EVENT_AXIS) || !defined(JS_EVENT_BUTTON)
13179 #error "no 2.2 header"
13180 #endif
13183 main ()
13185 /*empty*/
13187 return 0;
13189 _ACEOF
13190 if ac_fn_c_try_compile "$LINENO"; then :
13191 wine_cv_linux_joystick_22_api=yes
13192 else
13193 wine_cv_linux_joystick_22_api=no
13195 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13198 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_linux_joystick_22_api" >&5
13199 $as_echo "$wine_cv_linux_joystick_22_api" >&6; }
13200 if test "$wine_cv_linux_joystick_22_api" = "yes"
13201 then
13203 $as_echo "#define HAVE_LINUX_22_JOYSTICK_API 1" >>confdefs.h
13209 ac_fn_c_check_member "$LINENO" "struct statfs" "f_bfree" "ac_cv_member_struct_statfs_f_bfree" "#include <sys/types.h>
13210 #ifdef HAVE_SYS_PARAM_H
13211 # include <sys/param.h>
13212 #endif
13213 #ifdef HAVE_SYS_MOUNT_H
13214 # include <sys/mount.h>
13215 #endif
13216 #ifdef HAVE_SYS_VFS_H
13217 # include <sys/vfs.h>
13218 #endif
13219 #ifdef HAVE_SYS_STATFS_H
13220 # include <sys/statfs.h>
13221 #endif
13223 if test "x$ac_cv_member_struct_statfs_f_bfree" = x""yes; then :
13225 cat >>confdefs.h <<_ACEOF
13226 #define HAVE_STRUCT_STATFS_F_BFREE 1
13227 _ACEOF
13231 ac_fn_c_check_member "$LINENO" "struct statfs" "f_bavail" "ac_cv_member_struct_statfs_f_bavail" "#include <sys/types.h>
13232 #ifdef HAVE_SYS_PARAM_H
13233 # include <sys/param.h>
13234 #endif
13235 #ifdef HAVE_SYS_MOUNT_H
13236 # include <sys/mount.h>
13237 #endif
13238 #ifdef HAVE_SYS_VFS_H
13239 # include <sys/vfs.h>
13240 #endif
13241 #ifdef HAVE_SYS_STATFS_H
13242 # include <sys/statfs.h>
13243 #endif
13245 if test "x$ac_cv_member_struct_statfs_f_bavail" = x""yes; then :
13247 cat >>confdefs.h <<_ACEOF
13248 #define HAVE_STRUCT_STATFS_F_BAVAIL 1
13249 _ACEOF
13253 ac_fn_c_check_member "$LINENO" "struct statfs" "f_frsize" "ac_cv_member_struct_statfs_f_frsize" "#include <sys/types.h>
13254 #ifdef HAVE_SYS_PARAM_H
13255 # include <sys/param.h>
13256 #endif
13257 #ifdef HAVE_SYS_MOUNT_H
13258 # include <sys/mount.h>
13259 #endif
13260 #ifdef HAVE_SYS_VFS_H
13261 # include <sys/vfs.h>
13262 #endif
13263 #ifdef HAVE_SYS_STATFS_H
13264 # include <sys/statfs.h>
13265 #endif
13267 if test "x$ac_cv_member_struct_statfs_f_frsize" = x""yes; then :
13269 cat >>confdefs.h <<_ACEOF
13270 #define HAVE_STRUCT_STATFS_F_FRSIZE 1
13271 _ACEOF
13275 ac_fn_c_check_member "$LINENO" "struct statfs" "f_ffree" "ac_cv_member_struct_statfs_f_ffree" "#include <sys/types.h>
13276 #ifdef HAVE_SYS_PARAM_H
13277 # include <sys/param.h>
13278 #endif
13279 #ifdef HAVE_SYS_MOUNT_H
13280 # include <sys/mount.h>
13281 #endif
13282 #ifdef HAVE_SYS_VFS_H
13283 # include <sys/vfs.h>
13284 #endif
13285 #ifdef HAVE_SYS_STATFS_H
13286 # include <sys/statfs.h>
13287 #endif
13289 if test "x$ac_cv_member_struct_statfs_f_ffree" = x""yes; then :
13291 cat >>confdefs.h <<_ACEOF
13292 #define HAVE_STRUCT_STATFS_F_FFREE 1
13293 _ACEOF
13297 ac_fn_c_check_member "$LINENO" "struct statfs" "f_favail" "ac_cv_member_struct_statfs_f_favail" "#include <sys/types.h>
13298 #ifdef HAVE_SYS_PARAM_H
13299 # include <sys/param.h>
13300 #endif
13301 #ifdef HAVE_SYS_MOUNT_H
13302 # include <sys/mount.h>
13303 #endif
13304 #ifdef HAVE_SYS_VFS_H
13305 # include <sys/vfs.h>
13306 #endif
13307 #ifdef HAVE_SYS_STATFS_H
13308 # include <sys/statfs.h>
13309 #endif
13311 if test "x$ac_cv_member_struct_statfs_f_favail" = x""yes; then :
13313 cat >>confdefs.h <<_ACEOF
13314 #define HAVE_STRUCT_STATFS_F_FAVAIL 1
13315 _ACEOF
13319 ac_fn_c_check_member "$LINENO" "struct statfs" "f_namelen" "ac_cv_member_struct_statfs_f_namelen" "#include <sys/types.h>
13320 #ifdef HAVE_SYS_PARAM_H
13321 # include <sys/param.h>
13322 #endif
13323 #ifdef HAVE_SYS_MOUNT_H
13324 # include <sys/mount.h>
13325 #endif
13326 #ifdef HAVE_SYS_VFS_H
13327 # include <sys/vfs.h>
13328 #endif
13329 #ifdef HAVE_SYS_STATFS_H
13330 # include <sys/statfs.h>
13331 #endif
13333 if test "x$ac_cv_member_struct_statfs_f_namelen" = x""yes; then :
13335 cat >>confdefs.h <<_ACEOF
13336 #define HAVE_STRUCT_STATFS_F_NAMELEN 1
13337 _ACEOF
13343 ac_fn_c_check_member "$LINENO" "struct statvfs" "f_blocks" "ac_cv_member_struct_statvfs_f_blocks" "#ifdef HAVE_SYS_STATVFS_H
13344 #include <sys/statvfs.h>
13345 #endif
13347 if test "x$ac_cv_member_struct_statvfs_f_blocks" = x""yes; then :
13349 cat >>confdefs.h <<_ACEOF
13350 #define HAVE_STRUCT_STATVFS_F_BLOCKS 1
13351 _ACEOF
13357 ac_fn_c_check_member "$LINENO" "struct msghdr" "msg_accrights" "ac_cv_member_struct_msghdr_msg_accrights" "#include <sys/types.h>
13358 #ifdef HAVE_SYS_SOCKET_H
13359 # include <sys/socket.h>
13360 #endif
13361 #ifdef HAVE_SYS_UN_H
13362 # include <sys/un.h>
13363 #endif
13365 if test "x$ac_cv_member_struct_msghdr_msg_accrights" = x""yes; then :
13367 cat >>confdefs.h <<_ACEOF
13368 #define HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTS 1
13369 _ACEOF
13373 ac_fn_c_check_member "$LINENO" "struct sockaddr" "sa_len" "ac_cv_member_struct_sockaddr_sa_len" "#include <sys/types.h>
13374 #ifdef HAVE_SYS_SOCKET_H
13375 # include <sys/socket.h>
13376 #endif
13377 #ifdef HAVE_SYS_UN_H
13378 # include <sys/un.h>
13379 #endif
13381 if test "x$ac_cv_member_struct_sockaddr_sa_len" = x""yes; then :
13383 cat >>confdefs.h <<_ACEOF
13384 #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
13385 _ACEOF
13389 ac_fn_c_check_member "$LINENO" "struct sockaddr_un" "sun_len" "ac_cv_member_struct_sockaddr_un_sun_len" "#include <sys/types.h>
13390 #ifdef HAVE_SYS_SOCKET_H
13391 # include <sys/socket.h>
13392 #endif
13393 #ifdef HAVE_SYS_UN_H
13394 # include <sys/un.h>
13395 #endif
13397 if test "x$ac_cv_member_struct_sockaddr_un_sun_len" = x""yes; then :
13399 cat >>confdefs.h <<_ACEOF
13400 #define HAVE_STRUCT_SOCKADDR_UN_SUN_LEN 1
13401 _ACEOF
13407 ac_fn_c_check_member "$LINENO" "scsireq_t" "cmd" "ac_cv_member_scsireq_t_cmd" "#include <sys/types.h>
13408 #ifdef HAVE_SCSI_SG_H
13409 #include <scsi/sg.h>
13410 #endif
13412 if test "x$ac_cv_member_scsireq_t_cmd" = x""yes; then :
13414 cat >>confdefs.h <<_ACEOF
13415 #define HAVE_SCSIREQ_T_CMD 1
13416 _ACEOF
13420 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>
13421 #ifdef HAVE_SCSI_SG_H
13422 #include <scsi/sg.h>
13423 #endif
13425 if test "x$ac_cv_member_sg_io_hdr_t_interface_id" = x""yes; then :
13427 cat >>confdefs.h <<_ACEOF
13428 #define HAVE_SG_IO_HDR_T_INTERFACE_ID 1
13429 _ACEOF
13435 ac_fn_c_check_member "$LINENO" "siginfo_t" "si_fd" "ac_cv_member_siginfo_t_si_fd" "#include <signal.h>
13437 if test "x$ac_cv_member_siginfo_t_si_fd" = x""yes; then :
13439 cat >>confdefs.h <<_ACEOF
13440 #define HAVE_SIGINFO_T_SI_FD 1
13441 _ACEOF
13447 ac_fn_c_check_member "$LINENO" "struct mtget" "mt_blksiz" "ac_cv_member_struct_mtget_mt_blksiz" "#include <sys/types.h>
13448 #ifdef HAVE_SYS_MTIO_H
13449 #include <sys/mtio.h>
13450 #endif
13452 if test "x$ac_cv_member_struct_mtget_mt_blksiz" = x""yes; then :
13454 cat >>confdefs.h <<_ACEOF
13455 #define HAVE_STRUCT_MTGET_MT_BLKSIZ 1
13456 _ACEOF
13460 ac_fn_c_check_member "$LINENO" "struct mtget" "mt_gstat" "ac_cv_member_struct_mtget_mt_gstat" "#include <sys/types.h>
13461 #ifdef HAVE_SYS_MTIO_H
13462 #include <sys/mtio.h>
13463 #endif
13465 if test "x$ac_cv_member_struct_mtget_mt_gstat" = x""yes; then :
13467 cat >>confdefs.h <<_ACEOF
13468 #define HAVE_STRUCT_MTGET_MT_GSTAT 1
13469 _ACEOF
13473 ac_fn_c_check_member "$LINENO" "struct mtget" "mt_blkno" "ac_cv_member_struct_mtget_mt_blkno" "#include <sys/types.h>
13474 #ifdef HAVE_SYS_MTIO_H
13475 #include <sys/mtio.h>
13476 #endif
13478 if test "x$ac_cv_member_struct_mtget_mt_blkno" = x""yes; then :
13480 cat >>confdefs.h <<_ACEOF
13481 #define HAVE_STRUCT_MTGET_MT_BLKNO 1
13482 _ACEOF
13488 ac_fn_c_check_member "$LINENO" "struct option" "name" "ac_cv_member_struct_option_name" "#ifdef HAVE_GETOPT_H
13489 #include <getopt.h>
13490 #endif
13492 if test "x$ac_cv_member_struct_option_name" = x""yes; then :
13494 cat >>confdefs.h <<_ACEOF
13495 #define HAVE_STRUCT_OPTION_NAME 1
13496 _ACEOF
13502 ac_fn_c_check_member "$LINENO" "struct stat" "st_blocks" "ac_cv_member_struct_stat_st_blocks" "$ac_includes_default"
13503 if test "x$ac_cv_member_struct_stat_st_blocks" = x""yes; then :
13505 cat >>confdefs.h <<_ACEOF
13506 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
13507 _ACEOF
13511 ac_fn_c_check_member "$LINENO" "struct stat" "st_mtim" "ac_cv_member_struct_stat_st_mtim" "$ac_includes_default"
13512 if test "x$ac_cv_member_struct_stat_st_mtim" = x""yes; then :
13514 cat >>confdefs.h <<_ACEOF
13515 #define HAVE_STRUCT_STAT_ST_MTIM 1
13516 _ACEOF
13520 ac_fn_c_check_member "$LINENO" "struct stat" "st_ctim" "ac_cv_member_struct_stat_st_ctim" "$ac_includes_default"
13521 if test "x$ac_cv_member_struct_stat_st_ctim" = x""yes; then :
13523 cat >>confdefs.h <<_ACEOF
13524 #define HAVE_STRUCT_STAT_ST_CTIM 1
13525 _ACEOF
13529 ac_fn_c_check_member "$LINENO" "struct stat" "st_atim" "ac_cv_member_struct_stat_st_atim" "$ac_includes_default"
13530 if test "x$ac_cv_member_struct_stat_st_atim" = x""yes; then :
13532 cat >>confdefs.h <<_ACEOF
13533 #define HAVE_STRUCT_STAT_ST_ATIM 1
13534 _ACEOF
13540 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
13541 #include <sys/types.h>
13542 #endif
13543 #ifdef HAVE_NETINET_IN_H
13544 #include <netinet/in.h>
13545 #endif
13547 if test "x$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" = x""yes; then :
13549 cat >>confdefs.h <<_ACEOF
13550 #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
13551 _ACEOF
13557 ac_fn_c_check_member "$LINENO" "ns_msg" "_msg_ptr" "ac_cv_member_ns_msg__msg_ptr" "#ifdef HAVE_SYS_TYPES_H
13558 #include <sys/types.h>
13559 #endif
13560 #ifdef HAVE_NETINET_IN_H
13561 # include <netinet/in.h>
13562 #endif
13563 #ifdef HAVE_ARPA_NAMESER_H
13564 # include <arpa/nameser.h>
13565 #endif
13567 if test "x$ac_cv_member_ns_msg__msg_ptr" = x""yes; then :
13569 cat >>confdefs.h <<_ACEOF
13570 #define HAVE_NS_MSG__MSG_PTR 1
13571 _ACEOF
13577 ac_fn_c_check_member "$LINENO" "struct icmpstat" "icps_outhist" "ac_cv_member_struct_icmpstat_icps_outhist" "#ifdef HAVE_SYS_TYPES_H
13578 #include <sys/types.h>
13579 #endif
13580 #ifdef HAVE_ALIAS_H
13581 #include <alias.h>
13582 #endif
13583 #ifdef HAVE_SYS_SOCKET_H
13584 #include <sys/socket.h>
13585 #endif
13586 #ifdef HAVE_SYS_SOCKETVAR_H
13587 #include <sys/socketvar.h>
13588 #endif
13589 #ifdef HAVE_SYS_TIMEOUT_H
13590 #include <sys/timeout.h>
13591 #endif
13592 #ifdef HAVE_NETINET_IN_H
13593 #include <netinet/in.h>
13594 #endif
13595 #ifdef HAVE_NETINET_IN_SYSTM_H
13596 #include <netinet/in_systm.h>
13597 #endif
13598 #ifdef HAVE_NETINET_IP_H
13599 #include <netinet/ip.h>
13600 #endif
13601 #ifdef HAVE_NETINET_IP_VAR_H
13602 #include <netinet/ip_var.h>
13603 #endif
13604 #ifdef HAVE_NETINET_IP_ICMP_H
13605 #include <netinet/ip_icmp.h>
13606 #endif
13607 #ifdef HAVE_NETINET_ICMP_VAR
13608 #include <netinet/icmp_var.h>
13609 #endif
13611 if test "x$ac_cv_member_struct_icmpstat_icps_outhist" = x""yes; then :
13613 cat >>confdefs.h <<_ACEOF
13614 #define HAVE_STRUCT_ICMPSTAT_ICPS_OUTHIST 1
13615 _ACEOF
13621 ac_fn_c_check_member "$LINENO" "struct ifreq" "ifr_hwaddr" "ac_cv_member_struct_ifreq_ifr_hwaddr" "#ifdef HAVE_SYS_TYPES_H
13622 #include <sys/types.h>
13623 #endif
13624 #ifdef HAVE_NET_IF_H
13625 # include <net/if.h>
13626 #endif
13628 if test "x$ac_cv_member_struct_ifreq_ifr_hwaddr" = x""yes; then :
13630 cat >>confdefs.h <<_ACEOF
13631 #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
13632 _ACEOF
13638 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for timezone variable" >&5
13639 $as_echo_n "checking for timezone variable... " >&6; }
13640 if test "${ac_cv_have_timezone+set}" = set; then :
13641 $as_echo_n "(cached) " >&6
13642 else
13643 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13644 /* end confdefs.h. */
13645 #include <time.h>
13647 main ()
13649 timezone = 1
13651 return 0;
13653 _ACEOF
13654 if ac_fn_c_try_link "$LINENO"; then :
13655 ac_cv_have_timezone="yes"
13656 else
13657 ac_cv_have_timezone="no"
13659 rm -f core conftest.err conftest.$ac_objext \
13660 conftest$ac_exeext conftest.$ac_ext
13662 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_timezone" >&5
13663 $as_echo "$ac_cv_have_timezone" >&6; }
13664 if test "$ac_cv_have_timezone" = "yes"
13665 then
13667 $as_echo "#define HAVE_TIMEZONE 1" >>confdefs.h
13670 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for daylight variable" >&5
13671 $as_echo_n "checking for daylight variable... " >&6; }
13672 if test "${ac_cv_have_daylight+set}" = set; then :
13673 $as_echo_n "(cached) " >&6
13674 else
13675 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13676 /* end confdefs.h. */
13677 #include <time.h>
13679 main ()
13681 daylight = 1
13683 return 0;
13685 _ACEOF
13686 if ac_fn_c_try_link "$LINENO"; then :
13687 ac_cv_have_daylight="yes"
13688 else
13689 ac_cv_have_daylight="no"
13691 rm -f core conftest.err conftest.$ac_objext \
13692 conftest$ac_exeext conftest.$ac_ext
13694 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_daylight" >&5
13695 $as_echo "$ac_cv_have_daylight" >&6; }
13696 if test "$ac_cv_have_daylight" = "yes"
13697 then
13699 $as_echo "#define HAVE_DAYLIGHT 1" >>confdefs.h
13703 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isinf" >&5
13704 $as_echo_n "checking for isinf... " >&6; }
13705 if test "${ac_cv_have_isinf+set}" = set; then :
13706 $as_echo_n "(cached) " >&6
13707 else
13708 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13709 /* end confdefs.h. */
13710 #include <math.h>
13712 main ()
13714 float f = 0.0; int i=isinf(f)
13716 return 0;
13718 _ACEOF
13719 if ac_fn_c_try_link "$LINENO"; then :
13720 ac_cv_have_isinf="yes"
13721 else
13722 ac_cv_have_isinf="no"
13724 rm -f core conftest.err conftest.$ac_objext \
13725 conftest$ac_exeext conftest.$ac_ext
13727 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isinf" >&5
13728 $as_echo "$ac_cv_have_isinf" >&6; }
13729 if test "$ac_cv_have_isinf" = "yes"
13730 then
13732 $as_echo "#define HAVE_ISINF 1" >>confdefs.h
13736 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isnan" >&5
13737 $as_echo_n "checking for isnan... " >&6; }
13738 if test "${ac_cv_have_isnan+set}" = set; then :
13739 $as_echo_n "(cached) " >&6
13740 else
13741 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13742 /* end confdefs.h. */
13743 #include <math.h>
13745 main ()
13747 float f = 0.0; int i=isnan(f)
13749 return 0;
13751 _ACEOF
13752 if ac_fn_c_try_link "$LINENO"; then :
13753 ac_cv_have_isnan="yes"
13754 else
13755 ac_cv_have_isnan="no"
13757 rm -f core conftest.err conftest.$ac_objext \
13758 conftest$ac_exeext conftest.$ac_ext
13760 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isnan" >&5
13761 $as_echo "$ac_cv_have_isnan" >&6; }
13762 if test "$ac_cv_have_isnan" = "yes"
13763 then
13765 $as_echo "#define HAVE_ISNAN 1" >>confdefs.h
13770 case $host_cpu in
13771 *i[3456789]86*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __i386__" >&5
13772 $as_echo_n "checking whether we need to define __i386__... " >&6; }
13773 if test "${ac_cv_cpp_def___i386__+set}" = set; then :
13774 $as_echo_n "(cached) " >&6
13775 else
13776 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13777 /* end confdefs.h. */
13778 #ifndef __i386__
13780 #endif
13781 _ACEOF
13782 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13783 $EGREP "yes" >/dev/null 2>&1; then :
13784 ac_cv_cpp_def___i386__=yes
13785 else
13786 ac_cv_cpp_def___i386__=no
13788 rm -f conftest*
13791 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___i386__" >&5
13792 $as_echo "$ac_cv_cpp_def___i386__" >&6; }
13793 if test $ac_cv_cpp_def___i386__ = yes; then :
13794 CFLAGS="$CFLAGS -D__i386__"
13795 LINTFLAGS="$LINTFLAGS -D__i386__"
13796 fi ;;
13797 *x86_64*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __x86_64__" >&5
13798 $as_echo_n "checking whether we need to define __x86_64__... " >&6; }
13799 if test "${ac_cv_cpp_def___x86_64__+set}" = set; then :
13800 $as_echo_n "(cached) " >&6
13801 else
13802 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13803 /* end confdefs.h. */
13804 #ifndef __x86_64__
13806 #endif
13807 _ACEOF
13808 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13809 $EGREP "yes" >/dev/null 2>&1; then :
13810 ac_cv_cpp_def___x86_64__=yes
13811 else
13812 ac_cv_cpp_def___x86_64__=no
13814 rm -f conftest*
13817 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___x86_64__" >&5
13818 $as_echo "$ac_cv_cpp_def___x86_64__" >&6; }
13819 if test $ac_cv_cpp_def___x86_64__ = yes; then :
13820 CFLAGS="$CFLAGS -D__x86_64__"
13821 LINTFLAGS="$LINTFLAGS -D__x86_64__"
13822 fi ;;
13823 *alpha*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __ALPHA__" >&5
13824 $as_echo_n "checking whether we need to define __ALPHA__... " >&6; }
13825 if test "${ac_cv_cpp_def___ALPHA__+set}" = set; then :
13826 $as_echo_n "(cached) " >&6
13827 else
13828 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13829 /* end confdefs.h. */
13830 #ifndef __ALPHA__
13832 #endif
13833 _ACEOF
13834 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13835 $EGREP "yes" >/dev/null 2>&1; then :
13836 ac_cv_cpp_def___ALPHA__=yes
13837 else
13838 ac_cv_cpp_def___ALPHA__=no
13840 rm -f conftest*
13843 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___ALPHA__" >&5
13844 $as_echo "$ac_cv_cpp_def___ALPHA__" >&6; }
13845 if test $ac_cv_cpp_def___ALPHA__ = yes; then :
13846 CFLAGS="$CFLAGS -D__ALPHA__"
13847 LINTFLAGS="$LINTFLAGS -D__ALPHA__"
13848 fi ;;
13849 *sparc*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sparc__" >&5
13850 $as_echo_n "checking whether we need to define __sparc__... " >&6; }
13851 if test "${ac_cv_cpp_def___sparc__+set}" = set; then :
13852 $as_echo_n "(cached) " >&6
13853 else
13854 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13855 /* end confdefs.h. */
13856 #ifndef __sparc__
13858 #endif
13859 _ACEOF
13860 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13861 $EGREP "yes" >/dev/null 2>&1; then :
13862 ac_cv_cpp_def___sparc__=yes
13863 else
13864 ac_cv_cpp_def___sparc__=no
13866 rm -f conftest*
13869 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sparc__" >&5
13870 $as_echo "$ac_cv_cpp_def___sparc__" >&6; }
13871 if test $ac_cv_cpp_def___sparc__ = yes; then :
13872 CFLAGS="$CFLAGS -D__sparc__"
13873 LINTFLAGS="$LINTFLAGS -D__sparc__"
13874 fi ;;
13875 *powerpc*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __powerpc__" >&5
13876 $as_echo_n "checking whether we need to define __powerpc__... " >&6; }
13877 if test "${ac_cv_cpp_def___powerpc__+set}" = set; then :
13878 $as_echo_n "(cached) " >&6
13879 else
13880 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13881 /* end confdefs.h. */
13882 #ifndef __powerpc__
13884 #endif
13885 _ACEOF
13886 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13887 $EGREP "yes" >/dev/null 2>&1; then :
13888 ac_cv_cpp_def___powerpc__=yes
13889 else
13890 ac_cv_cpp_def___powerpc__=no
13892 rm -f conftest*
13895 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___powerpc__" >&5
13896 $as_echo "$ac_cv_cpp_def___powerpc__" >&6; }
13897 if test $ac_cv_cpp_def___powerpc__ = yes; then :
13898 CFLAGS="$CFLAGS -D__powerpc__"
13899 LINTFLAGS="$LINTFLAGS -D__powerpc__"
13900 fi ;;
13901 esac
13903 case $host_vendor in
13904 *sun*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sun__" >&5
13905 $as_echo_n "checking whether we need to define __sun__... " >&6; }
13906 if test "${ac_cv_cpp_def___sun__+set}" = set; then :
13907 $as_echo_n "(cached) " >&6
13908 else
13909 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13910 /* end confdefs.h. */
13911 #ifndef __sun__
13913 #endif
13914 _ACEOF
13915 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13916 $EGREP "yes" >/dev/null 2>&1; then :
13917 ac_cv_cpp_def___sun__=yes
13918 else
13919 ac_cv_cpp_def___sun__=no
13921 rm -f conftest*
13924 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sun__" >&5
13925 $as_echo "$ac_cv_cpp_def___sun__" >&6; }
13926 if test $ac_cv_cpp_def___sun__ = yes; then :
13927 CFLAGS="$CFLAGS -D__sun__"
13928 LINTFLAGS="$LINTFLAGS -D__sun__"
13929 fi ;;
13930 esac
13935 ac_config_commands="$ac_config_commands include/stamp-h"
13938 ALL_MAKEFILE_DEPENDS="
13939 # Rules automatically generated by configure
13941 .INIT: Makefile
13942 .BEGIN: Makefile
13943 .MAKEFILEDEPS:
13944 Makefile: Makefile.in Make.rules config.status
13945 @./config.status Make.tmp Makefile"
13947 ALL_WINETEST_DEPENDS="# Test binaries"
13949 ALL_TEST_BINARIES=""
13952 wine_fn_append_file ()
13954 as_fn_append $1 " \\$as_nl $2"
13957 wine_fn_append_rule ()
13959 as_fn_append $1 "$as_nl$2"
13962 wine_fn_all_dir_rules ()
13964 wine_fn_append_file ALL_DIRS $1
13965 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
13966 "__clean__ .PHONY: $1/__clean__
13967 $1/__clean__: $1/Makefile
13968 @cd $1 && \$(MAKE) clean
13969 \$(RM) $1/Makefile
13970 $1/Makefile: $1/Makefile.in config.status $2
13971 @./config.status --file $1/Makefile && cd $1 && \$(MAKE) depend
13972 depend .PHONY: $1/__depend__
13973 $1/__depend__: \$(MAKEDEP) dummy
13974 @./config.status --file $1/Makefile && cd $1 && \$(MAKE) depend"
13977 wine_fn_config_makefile ()
13979 ac_dir=$1
13980 ac_enable=$2
13981 wine_fn_all_dir_rules $ac_dir "Make.rules \$(MAKEDEP)"
13983 eval as_val=\$$ac_enable
13984 if test "x$as_val" = x""no; then :
13986 else
13987 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
13988 "all .PHONY: $ac_dir
13989 $ac_dir: $ac_dir/Makefile dummy
13990 @cd $ac_dir && \$(MAKE)
13991 install:: $ac_dir
13992 @cd $ac_dir && \$(MAKE) install
13993 install-lib:: $ac_dir
13994 @cd $ac_dir && \$(MAKE) install-lib
13995 install-dev:: $ac_dir
13996 @cd $ac_dir && \$(MAKE) install-dev
13997 uninstall:: $ac_dir/Makefile
13998 @cd $ac_dir && \$(MAKE) uninstall"
14002 wine_fn_config_lib ()
14004 ac_name=$1
14005 ac_dir=dlls/$ac_name
14006 wine_fn_all_dir_rules $ac_dir "dlls/Makeimplib.rules \$(MAKEDEP)"
14007 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14008 "all __builddeps__: $ac_dir
14009 __buildcrossdeps__: $ac_dir/lib$ac_name.cross.a
14010 $ac_dir $ac_dir/lib$ac_name.cross.a: $ac_dir/Makefile tools/widl tools/winebuild tools/winegcc include
14011 $ac_dir: dummy
14012 @cd $ac_dir && \$(MAKE)
14013 $ac_dir/lib$ac_name.cross.a: dummy
14014 @cd $ac_dir && \$(MAKE) lib$ac_name.cross.a
14015 install install-dev:: $ac_dir
14016 @cd $ac_dir && \$(MAKE) install
14017 uninstall:: $ac_dir/Makefile
14018 @cd $ac_dir && \$(MAKE) uninstall"
14021 wine_fn_config_dll ()
14023 ac_dir=$1
14024 ac_enable=$2
14025 ac_implib=$3
14026 ac_implibsrc=$4
14027 ac_file="dlls/$ac_dir/lib$ac_implib"
14028 ac_deps="tools/widl tools/winebuild tools/winegcc include"
14030 wine_fn_all_dir_rules dlls/$ac_dir "dlls/Makedll.rules \$(MAKEDEP)"
14032 eval as_val=\$$ac_enable
14033 if test "x$as_val" = x""no; then :
14034 test "$ac_enable" != enable_win16 || return 0
14035 else
14036 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14037 "all .PHONY: dlls/$ac_dir
14038 dlls/$ac_dir: dlls/$ac_dir/Makefile __builddeps__ dummy
14039 @cd dlls/$ac_dir && \$(MAKE)
14040 install:: dlls/$ac_dir/Makefile __builddeps__
14041 @cd dlls/$ac_dir && \$(MAKE) install
14042 install-lib:: dlls/$ac_dir/Makefile __builddeps__
14043 @cd dlls/$ac_dir && \$(MAKE) install-lib
14044 uninstall manpages htmlpages sgmlpages xmlpages:: dlls/$ac_dir/Makefile
14045 @cd dlls/$ac_dir && \$(MAKE) \$@"
14048 if test -n "$ac_implibsrc"
14049 then
14050 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14051 "__builddeps__: $ac_file.$IMPLIBEXT $ac_file.$STATIC_IMPLIBEXT
14052 __buildcrossdeps__: $ac_file.cross.a
14053 $ac_file.$IMPLIBEXT $ac_file.$STATIC_IMPLIBEXT $ac_file.cross.a: $ac_deps
14054 $ac_file.def: dlls/$ac_dir/$ac_dir.spec dlls/$ac_dir/Makefile
14055 @cd dlls/$ac_dir && \$(MAKE) \`basename \$@\`
14056 $ac_file.$STATIC_IMPLIBEXT $ac_file.cross.a: dlls/$ac_dir/Makefile dummy
14057 @cd dlls/$ac_dir && \$(MAKE) \`basename \$@\`
14058 install-dev:: dlls/$ac_dir/Makefile __builddeps__
14059 @cd dlls/$ac_dir && \$(MAKE) install-dev"
14060 elif test -n "$ac_implib"
14061 then
14062 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14063 "__builddeps__: $ac_file.$IMPLIBEXT
14064 __buildcrossdeps__: $ac_file.cross.a
14065 $ac_file.$IMPLIBEXT $ac_file.cross.a: dlls/$ac_dir/$ac_dir.spec dlls/$ac_dir/Makefile $ac_deps
14066 @cd dlls/$ac_dir && \$(MAKE) \`basename \$@\`
14067 install-dev:: dlls/$ac_dir/Makefile __builddeps__
14068 @cd dlls/$ac_dir && \$(MAKE) install-dev"
14070 if test "$ac_dir" != "$ac_implib"
14071 then
14072 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14073 "__builddeps__: dlls/lib$ac_implib.$IMPLIBEXT
14074 __buildcrossdeps__: dlls/lib$ac_implib.cross.a
14075 dlls/lib$ac_implib.$IMPLIBEXT: $ac_file.$IMPLIBEXT
14076 \$(RM) \$@ && \$(LN_S) $ac_dir/lib$ac_implib.$IMPLIBEXT \$@
14077 dlls/lib$ac_implib.cross.a: $ac_file.cross.a
14078 \$(RM) \$@ && \$(LN_S) $ac_dir/lib$ac_implib.cross.a \$@
14079 clean::
14080 \$(RM) dlls/lib$ac_implib.$IMPLIBEXT"
14085 wine_fn_config_program ()
14087 ac_dir=$1
14088 ac_enable=$2
14089 ac_install=$3
14090 wine_fn_all_dir_rules programs/$ac_dir "programs/Makeprog.rules \$(MAKEDEP)"
14092 eval as_val=\$$ac_enable
14093 if test "x$as_val" = x""no; then :
14095 else
14096 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14097 "all .PHONY: programs/$ac_dir
14098 programs/$ac_dir: programs/$ac_dir/Makefile __builddeps__ dummy
14099 @cd programs/$ac_dir && \$(MAKE)"
14101 test -n "$ac_install" || return
14102 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14103 "install install-lib:: programs/$ac_dir/Makefile __builddeps__
14104 @cd programs/$ac_dir && \$(MAKE) install
14105 uninstall:: programs/$ac_dir/Makefile
14106 @cd programs/$ac_dir && \$(MAKE) uninstall"
14107 if test "$ac_install" = installbin -a -n "$DLLEXT" -a "x$enable_tools" != xno
14108 then
14109 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14110 "install install-lib:: tools \$(DESTDIR)\$(bindir)
14111 \$(INSTALL_SCRIPT) tools/wineapploader \$(DESTDIR)\$(bindir)/$ac_dir
14112 uninstall::
14113 \$(RM) \$(DESTDIR)\$(bindir)/$ac_dir"
14118 wine_fn_config_test ()
14120 ac_dir=$1
14121 ac_name=$2
14122 wine_fn_append_file ALL_TEST_BINARIES $ac_name.exe
14123 wine_fn_append_rule ALL_WINETEST_DEPENDS \
14124 "$ac_name.exe: \$(TOPOBJDIR)/$ac_dir/$ac_name.exe$DLLEXT
14125 cp \$(TOPOBJDIR)/$ac_dir/$ac_name.exe$DLLEXT \$@ && \$(STRIP) \$@
14126 $ac_name.rc:
14127 echo \"$ac_name.exe TESTRES \\\"$ac_name.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
14128 $ac_name.res: $ac_name.rc $ac_name.exe"
14129 wine_fn_all_dir_rules $ac_dir "Maketest.rules \$(MAKEDEP)"
14131 if test "x$enable_tests" = x""no; then :
14133 else
14134 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14135 "all programs/winetest .PHONY: $ac_dir
14136 $ac_dir: $ac_dir/Makefile __builddeps__ dummy
14137 @cd $ac_dir && \$(MAKE)
14138 crosstest .PHONY: $ac_dir/__crosstest__
14139 $ac_dir/__crosstest__: $ac_dir/Makefile __buildcrossdeps__ dummy
14140 @cd $ac_dir && \$(MAKE) crosstest
14141 test .PHONY: $ac_dir/__test__
14142 $ac_dir/__test__: dummy
14143 @cd $ac_dir && \$(MAKE) test
14144 testclean::
14145 \$(RM) $ac_dir/*.ok"
14149 wine_fn_config_tool ()
14151 ac_dir=$1
14152 ac_deps="Make.rules"
14153 if test "$ac_dir" != tools
14154 then
14155 ac_deps="$ac_deps \$(MAKEDEP)"
14157 wine_fn_all_dir_rules $ac_dir "$ac_deps"
14159 if test "x$enable_tools" = x""no; then :
14161 else
14162 case $ac_dir in
14163 tools) wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14164 "install:: $ac_dir
14165 @cd $ac_dir && \$(MAKE) install
14166 install-lib:: $ac_dir
14167 @cd $ac_dir && \$(MAKE) install-lib
14168 install-dev:: $ac_dir
14169 @cd $ac_dir && \$(MAKE) install-dev" ;;
14170 *) wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14171 "install install-dev:: $ac_dir
14172 @cd $ac_dir && \$(MAKE) install" ;;
14173 esac
14174 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14175 "uninstall:: $ac_dir/Makefile
14176 @cd $ac_dir && \$(MAKE) uninstall
14177 all __tooldeps__ .PHONY: $ac_dir
14178 $ac_dir: $ac_dir/Makefile libs/port dummy
14179 @cd $ac_dir && \$(MAKE)"
14183 wine_fn_config_makerules ()
14185 ac_rules=$1
14186 ac_deps=$2
14187 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14188 "$ac_rules: $ac_rules.in $ac_deps config.status
14189 @./config.status $ac_rules
14190 distclean::
14191 \$(RM) $ac_rules"
14194 wine_fn_config_symlink ()
14196 ac_link=$1
14197 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14198 "$ac_link:
14199 @./config.status $ac_link
14200 distclean::
14201 \$(RM) $ac_link"
14203 ac_config_links="$ac_config_links dlls/wineps.drv/generic.ppd:dlls/wineps.drv/generic.ppd"
14204 test "$srcdir" = "." || wine_fn_config_symlink dlls/wineps.drv/generic.ppd
14205 if test "x$enable_fonts" != xno; then
14206 ac_config_links="$ac_config_links fonts/marlett.ttf:fonts/marlett.ttf"
14207 test "$srcdir" = "." || wine_fn_config_symlink fonts/marlett.ttf
14209 if test "x$enable_fonts" != xno; then
14210 ac_config_links="$ac_config_links fonts/symbol.ttf:fonts/symbol.ttf"
14211 test "$srcdir" = "." || wine_fn_config_symlink fonts/symbol.ttf
14213 if test "x$enable_fonts" != xno; then
14214 ac_config_links="$ac_config_links fonts/tahoma.ttf:fonts/tahoma.ttf"
14215 test "$srcdir" = "." || wine_fn_config_symlink fonts/tahoma.ttf
14217 if test "x$enable_fonts" != xno; then
14218 ac_config_links="$ac_config_links fonts/tahomabd.ttf:fonts/tahomabd.ttf"
14219 test "$srcdir" = "." || wine_fn_config_symlink fonts/tahomabd.ttf
14221 ac_config_links="$ac_config_links wine:tools/winewrapper"
14222 wine_fn_config_symlink wine
14224 ac_config_commands="$ac_config_commands dlls/gdi32/enhmfdrv"
14226 ac_config_commands="$ac_config_commands dlls/gdi32/mfdrv"
14228 ac_config_commands="$ac_config_commands dlls/kernel32/nls"
14230 ac_config_commands="$ac_config_commands dlls/user32/resources"
14232 ac_config_commands="$ac_config_commands dlls/wineps.drv/data"
14234 ac_config_commands="$ac_config_commands include/wine"
14237 wine_fn_config_makerules Make.rules
14238 MAKE_RULES=Make.rules
14239 ac_config_files="$ac_config_files Make.rules"
14241 wine_fn_config_makerules Maketest.rules Make.rules
14242 MAKE_TEST_RULES=Maketest.rules
14243 ac_config_files="$ac_config_files Maketest.rules"
14245 wine_fn_config_makerules dlls/Makedll.rules Make.rules
14246 MAKE_DLL_RULES=dlls/Makedll.rules
14247 ac_config_files="$ac_config_files dlls/Makedll.rules"
14249 wine_fn_config_makerules dlls/Makeimplib.rules Make.rules
14250 MAKE_IMPLIB_RULES=dlls/Makeimplib.rules
14251 ac_config_files="$ac_config_files dlls/Makeimplib.rules"
14253 wine_fn_config_makerules programs/Makeprog.rules Make.rules
14254 MAKE_PROG_RULES=programs/Makeprog.rules
14255 ac_config_files="$ac_config_files programs/Makeprog.rules"
14258 wine_fn_config_dll acledit enable_acledit
14259 wine_fn_config_dll aclui enable_aclui aclui
14260 wine_fn_config_dll activeds enable_activeds activeds
14261 wine_fn_config_dll actxprxy enable_actxprxy
14262 wine_fn_config_lib adsiid
14263 wine_fn_config_dll advapi32 enable_advapi32 advapi32
14264 wine_fn_config_test dlls/advapi32/tests advapi32_test
14265 wine_fn_config_dll advpack enable_advpack advpack
14266 wine_fn_config_test dlls/advpack/tests advpack_test
14267 wine_fn_config_dll amstream enable_amstream
14268 wine_fn_config_test dlls/amstream/tests amstream_test
14269 wine_fn_config_dll appwiz.cpl enable_appwiz_cpl
14270 wine_fn_config_dll atl enable_atl atl
14271 wine_fn_config_dll authz enable_authz
14272 wine_fn_config_dll avicap32 enable_avicap32 avicap32
14273 wine_fn_config_dll avifil32 enable_avifil32 avifil32
14274 wine_fn_config_test dlls/avifil32/tests avifil32_test
14275 wine_fn_config_dll avifile.dll16 enable_win16
14276 wine_fn_config_dll avrt enable_avrt avrt
14277 wine_fn_config_dll bcrypt enable_bcrypt
14278 wine_fn_config_dll browseui enable_browseui
14279 wine_fn_config_test dlls/browseui/tests browseui_test
14280 wine_fn_config_dll cabinet enable_cabinet cabinet
14281 wine_fn_config_test dlls/cabinet/tests cabinet_test
14282 wine_fn_config_dll capi2032 enable_capi2032 capi2032
14283 wine_fn_config_dll cards enable_cards cards
14284 wine_fn_config_dll cfgmgr32 enable_cfgmgr32 cfgmgr32
14285 wine_fn_config_dll clusapi enable_clusapi clusapi
14286 wine_fn_config_dll comcat enable_comcat
14287 wine_fn_config_test dlls/comcat/tests comcat_test
14288 wine_fn_config_dll comctl32 enable_comctl32 comctl32
14289 wine_fn_config_test dlls/comctl32/tests comctl32_test
14290 wine_fn_config_dll comdlg32 enable_comdlg32 comdlg32
14291 wine_fn_config_test dlls/comdlg32/tests comdlg32_test
14292 wine_fn_config_dll comm.drv16 enable_win16
14293 wine_fn_config_dll commdlg.dll16 enable_win16
14294 wine_fn_config_dll compobj.dll16 enable_win16
14295 wine_fn_config_dll compstui enable_compstui compstui
14296 wine_fn_config_dll credui enable_credui credui
14297 wine_fn_config_test dlls/credui/tests credui_test
14298 wine_fn_config_dll crtdll enable_crtdll crtdll
14299 wine_fn_config_dll crypt32 enable_crypt32 crypt32
14300 wine_fn_config_test dlls/crypt32/tests crypt32_test
14301 wine_fn_config_dll cryptdlg enable_cryptdlg
14302 wine_fn_config_dll cryptdll enable_cryptdll cryptdll
14303 wine_fn_config_dll cryptnet enable_cryptnet cryptnet
14304 wine_fn_config_test dlls/cryptnet/tests cryptnet_test
14305 wine_fn_config_dll cryptui enable_cryptui cryptui
14306 wine_fn_config_test dlls/cryptui/tests cryptui_test
14307 wine_fn_config_dll ctapi32 enable_ctapi32
14308 wine_fn_config_dll ctl3d.dll16 enable_win16
14309 wine_fn_config_dll ctl3d32 enable_ctl3d32 ctl3d32
14310 wine_fn_config_dll ctl3dv2.dll16 enable_win16
14311 wine_fn_config_dll d3d10 enable_d3d10 d3d10
14312 wine_fn_config_test dlls/d3d10/tests d3d10_test
14313 wine_fn_config_dll d3d10core enable_d3d10core d3d10core
14314 wine_fn_config_test dlls/d3d10core/tests d3d10core_test
14315 wine_fn_config_dll d3d8 enable_d3d8 d3d8
14316 wine_fn_config_test dlls/d3d8/tests d3d8_test
14317 wine_fn_config_dll d3d9 enable_d3d9 d3d9
14318 wine_fn_config_test dlls/d3d9/tests d3d9_test
14319 wine_fn_config_dll d3dim enable_d3dim d3dim
14320 wine_fn_config_dll d3drm enable_d3drm d3drm
14321 wine_fn_config_test dlls/d3drm/tests d3drm_test
14322 wine_fn_config_dll d3dx9_24 enable_d3dx9_24
14323 wine_fn_config_dll d3dx9_25 enable_d3dx9_25
14324 wine_fn_config_dll d3dx9_26 enable_d3dx9_26
14325 wine_fn_config_dll d3dx9_27 enable_d3dx9_27
14326 wine_fn_config_dll d3dx9_28 enable_d3dx9_28
14327 wine_fn_config_dll d3dx9_29 enable_d3dx9_29
14328 wine_fn_config_dll d3dx9_30 enable_d3dx9_30
14329 wine_fn_config_dll d3dx9_31 enable_d3dx9_31
14330 wine_fn_config_dll d3dx9_32 enable_d3dx9_32
14331 wine_fn_config_dll d3dx9_33 enable_d3dx9_33
14332 wine_fn_config_dll d3dx9_34 enable_d3dx9_34
14333 wine_fn_config_dll d3dx9_35 enable_d3dx9_35
14334 wine_fn_config_dll d3dx9_36 enable_d3dx9_36 d3dx9
14335 wine_fn_config_test dlls/d3dx9_36/tests d3dx9_36_test
14336 wine_fn_config_dll d3dx9_37 enable_d3dx9_37
14337 wine_fn_config_dll d3dx9_38 enable_d3dx9_38
14338 wine_fn_config_dll d3dx9_39 enable_d3dx9_39
14339 wine_fn_config_dll d3dx9_40 enable_d3dx9_40
14340 wine_fn_config_dll d3dx9_41 enable_d3dx9_41
14341 wine_fn_config_dll d3dx9_42 enable_d3dx9_42
14342 wine_fn_config_dll d3dxof enable_d3dxof d3dxof
14343 wine_fn_config_test dlls/d3dxof/tests d3dxof_test
14344 wine_fn_config_dll dbghelp enable_dbghelp dbghelp
14345 wine_fn_config_dll dciman32 enable_dciman32 dciman32
14346 wine_fn_config_dll ddeml.dll16 enable_win16
14347 wine_fn_config_dll ddraw enable_ddraw ddraw
14348 wine_fn_config_test dlls/ddraw/tests ddraw_test
14349 wine_fn_config_dll ddrawex enable_ddrawex
14350 wine_fn_config_test dlls/ddrawex/tests ddrawex_test
14351 wine_fn_config_dll devenum enable_devenum
14352 wine_fn_config_dll dinput enable_dinput dinput "data_formats.c"
14353 wine_fn_config_test dlls/dinput/tests dinput_test
14354 wine_fn_config_dll dinput8 enable_dinput8 dinput8
14355 wine_fn_config_dll dispdib.dll16 enable_win16
14356 wine_fn_config_dll dispex enable_dispex
14357 wine_fn_config_test dlls/dispex/tests dispex_test
14358 wine_fn_config_dll display.drv16 enable_win16
14359 wine_fn_config_dll dmband enable_dmband
14360 wine_fn_config_dll dmcompos enable_dmcompos
14361 wine_fn_config_dll dmime enable_dmime
14362 wine_fn_config_dll dmloader enable_dmloader
14363 wine_fn_config_test dlls/dmloader/tests dmloader_test
14364 wine_fn_config_dll dmscript enable_dmscript
14365 wine_fn_config_dll dmstyle enable_dmstyle
14366 wine_fn_config_dll dmsynth enable_dmsynth
14367 wine_fn_config_dll dmusic enable_dmusic
14368 wine_fn_config_dll dmusic32 enable_dmusic32 dmusic32
14369 wine_fn_config_dll dnsapi enable_dnsapi dnsapi
14370 wine_fn_config_test dlls/dnsapi/tests dnsapi_test
14371 wine_fn_config_dll dplay enable_dplay dplay
14372 wine_fn_config_dll dplayx enable_dplayx dplayx
14373 wine_fn_config_test dlls/dplayx/tests dplayx_test
14374 wine_fn_config_dll dpnaddr enable_dpnaddr
14375 wine_fn_config_dll dpnet enable_dpnet dpnet
14376 wine_fn_config_dll dpnhpast enable_dpnhpast
14377 wine_fn_config_dll dpnlobby enable_dpnlobby
14378 wine_fn_config_dll dpwsockx enable_dpwsockx
14379 wine_fn_config_dll drmclien enable_drmclien
14380 wine_fn_config_dll dsound enable_dsound dsound
14381 wine_fn_config_test dlls/dsound/tests dsound_test
14382 wine_fn_config_dll dssenh enable_dssenh
14383 wine_fn_config_dll dswave enable_dswave
14384 wine_fn_config_dll dwmapi enable_dwmapi dwmapi
14385 wine_fn_config_dll dxdiagn enable_dxdiagn
14386 wine_fn_config_test dlls/dxdiagn/tests dxdiagn_test
14387 wine_fn_config_lib dxerr8
14388 wine_fn_config_lib dxerr9
14389 wine_fn_config_dll dxgi enable_dxgi dxgi
14390 wine_fn_config_test dlls/dxgi/tests dxgi_test
14391 wine_fn_config_lib dxguid
14392 wine_fn_config_dll faultrep enable_faultrep
14393 wine_fn_config_dll fltlib enable_fltlib
14394 wine_fn_config_dll fusion enable_fusion
14395 wine_fn_config_test dlls/fusion/tests fusion_test
14396 wine_fn_config_dll fwpuclnt enable_fwpuclnt
14397 wine_fn_config_dll gdi.exe16 enable_win16
14398 wine_fn_config_dll gdi32 enable_gdi32 gdi32
14399 wine_fn_config_test dlls/gdi32/tests gdi32_test
14400 wine_fn_config_dll gdiplus enable_gdiplus gdiplus
14401 wine_fn_config_test dlls/gdiplus/tests gdiplus_test
14402 wine_fn_config_dll glu32 enable_glu32 glu32
14403 wine_fn_config_dll gphoto2.ds enable_gphoto2_ds
14404 wine_fn_config_dll gpkcsp enable_gpkcsp
14405 wine_fn_config_dll hal enable_hal
14406 wine_fn_config_dll hhctrl.ocx enable_hhctrl_ocx
14407 wine_fn_config_dll hid enable_hid hid
14408 wine_fn_config_dll hlink enable_hlink hlink
14409 wine_fn_config_test dlls/hlink/tests hlink_test
14410 wine_fn_config_dll hnetcfg enable_hnetcfg
14411 wine_fn_config_dll httpapi enable_httpapi
14412 wine_fn_config_dll iccvid enable_iccvid
14413 wine_fn_config_dll icmp enable_icmp
14414 wine_fn_config_dll ifsmgr.vxd enable_win16
14415 wine_fn_config_dll imaadp32.acm enable_imaadp32_acm
14416 wine_fn_config_dll imagehlp enable_imagehlp imagehlp
14417 wine_fn_config_test dlls/imagehlp/tests imagehlp_test
14418 wine_fn_config_dll imm.dll16 enable_win16
14419 wine_fn_config_dll imm32 enable_imm32 imm32
14420 wine_fn_config_test dlls/imm32/tests imm32_test
14421 wine_fn_config_dll inetcomm enable_inetcomm inetcomm
14422 wine_fn_config_test dlls/inetcomm/tests inetcomm_test
14423 wine_fn_config_dll inetmib1 enable_inetmib1
14424 wine_fn_config_test dlls/inetmib1/tests inetmib1_test
14425 wine_fn_config_dll infosoft enable_infosoft
14426 wine_fn_config_test dlls/infosoft/tests infosoft_test
14427 wine_fn_config_dll initpki enable_initpki
14428 wine_fn_config_dll inkobj enable_inkobj
14429 wine_fn_config_dll inseng enable_inseng
14430 wine_fn_config_dll iphlpapi enable_iphlpapi iphlpapi
14431 wine_fn_config_test dlls/iphlpapi/tests iphlpapi_test
14432 wine_fn_config_dll itircl enable_itircl
14433 wine_fn_config_dll itss enable_itss
14434 wine_fn_config_test dlls/itss/tests itss_test
14435 wine_fn_config_dll jscript enable_jscript
14436 wine_fn_config_test dlls/jscript/tests jscript_test
14437 wine_fn_config_dll kernel32 enable_kernel32 kernel32
14438 wine_fn_config_test dlls/kernel32/tests kernel32_test
14439 wine_fn_config_dll keyboard.drv16 enable_win16
14440 wine_fn_config_dll krnl386.exe16 enable_win16 kernel
14441 wine_fn_config_dll loadperf enable_loadperf loadperf
14442 wine_fn_config_dll localspl enable_localspl
14443 wine_fn_config_test dlls/localspl/tests localspl_test
14444 wine_fn_config_dll localui enable_localui
14445 wine_fn_config_test dlls/localui/tests localui_test
14446 wine_fn_config_dll lz32 enable_lz32 lz32
14447 wine_fn_config_test dlls/lz32/tests lz32_test
14448 wine_fn_config_dll lzexpand.dll16 enable_win16
14449 wine_fn_config_dll mapi32 enable_mapi32 mapi32
14450 wine_fn_config_test dlls/mapi32/tests mapi32_test
14451 wine_fn_config_dll mapistub enable_mapistub
14452 wine_fn_config_dll mciavi32 enable_mciavi32
14453 wine_fn_config_dll mcicda enable_mcicda
14454 wine_fn_config_dll mciqtz32 enable_mciqtz32
14455 wine_fn_config_dll mciseq enable_mciseq
14456 wine_fn_config_dll mciwave enable_mciwave
14457 wine_fn_config_dll midimap enable_midimap
14458 wine_fn_config_dll mlang enable_mlang mlang
14459 wine_fn_config_test dlls/mlang/tests mlang_test
14460 wine_fn_config_dll mmdevapi enable_mmdevapi
14461 wine_fn_config_test dlls/mmdevapi/tests mmdevapi_test
14462 wine_fn_config_dll mmdevldr.vxd enable_win16
14463 wine_fn_config_dll mmsystem.dll16 enable_win16
14464 wine_fn_config_dll monodebg.vxd enable_win16
14465 wine_fn_config_dll mountmgr.sys enable_mountmgr_sys
14466 wine_fn_config_dll mouse.drv16 enable_win16
14467 wine_fn_config_dll mpr enable_mpr mpr
14468 wine_fn_config_dll mprapi enable_mprapi mprapi
14469 wine_fn_config_dll msacm.dll16 enable_win16
14470 wine_fn_config_dll msacm32.drv enable_msacm32_drv
14471 wine_fn_config_dll msacm32 enable_msacm32 msacm32
14472 wine_fn_config_test dlls/msacm32/tests msacm32_test
14473 wine_fn_config_dll msadp32.acm enable_msadp32_acm
14474 wine_fn_config_dll mscat32 enable_mscat32
14475 wine_fn_config_dll mscms enable_mscms mscms
14476 wine_fn_config_test dlls/mscms/tests mscms_test
14477 wine_fn_config_dll mscoree enable_mscoree
14478 wine_fn_config_dll msctf enable_msctf
14479 wine_fn_config_test dlls/msctf/tests msctf_test
14480 wine_fn_config_dll msdaps enable_msdaps
14481 wine_fn_config_dll msdmo enable_msdmo msdmo
14482 wine_fn_config_dll msftedit enable_msftedit
14483 wine_fn_config_dll msg711.acm enable_msg711_acm
14484 wine_fn_config_dll msgsm32.acm enable_msgsm32_acm
14485 wine_fn_config_dll mshtml.tlb enable_mshtml_tlb
14486 wine_fn_config_dll mshtml enable_mshtml mshtml
14487 wine_fn_config_test dlls/mshtml/tests mshtml_test
14488 wine_fn_config_dll msi enable_msi msi
14489 wine_fn_config_test dlls/msi/tests msi_test
14490 wine_fn_config_dll msimg32 enable_msimg32 msimg32
14491 wine_fn_config_dll msimtf enable_msimtf
14492 wine_fn_config_dll msisip enable_msisip
14493 wine_fn_config_dll msisys.ocx enable_msisys_ocx
14494 wine_fn_config_dll msnet32 enable_msnet32
14495 wine_fn_config_dll msrle32 enable_msrle32
14496 wine_fn_config_dll mssign32 enable_mssign32
14497 wine_fn_config_dll mssip32 enable_mssip32
14498 wine_fn_config_dll mstask enable_mstask
14499 wine_fn_config_test dlls/mstask/tests mstask_test
14500 wine_fn_config_dll msvcirt enable_msvcirt
14501 wine_fn_config_dll msvcr70 enable_msvcr70 msvcr70
14502 wine_fn_config_dll msvcr71 enable_msvcr71 msvcr71
14503 wine_fn_config_dll msvcr80 enable_msvcr80
14504 wine_fn_config_dll msvcr90 enable_msvcr90
14505 wine_fn_config_test dlls/msvcr90/tests msvcr90_test
14506 wine_fn_config_dll msvcrt enable_msvcrt msvcrt
14507 wine_fn_config_test dlls/msvcrt/tests msvcrt_test
14508 wine_fn_config_dll msvcrt20 enable_msvcrt20 msvcrt20
14509 wine_fn_config_dll msvcrt40 enable_msvcrt40 msvcrt40
14510 wine_fn_config_dll msvcrtd enable_msvcrtd msvcrtd
14511 wine_fn_config_test dlls/msvcrtd/tests msvcrtd_test
14512 wine_fn_config_dll msvfw32 enable_msvfw32 msvfw32
14513 wine_fn_config_test dlls/msvfw32/tests msvfw32_test
14514 wine_fn_config_dll msvidc32 enable_msvidc32
14515 wine_fn_config_dll msvideo.dll16 enable_win16
14516 wine_fn_config_dll mswsock enable_mswsock mswsock
14517 wine_fn_config_dll msxml3 enable_msxml3
14518 wine_fn_config_test dlls/msxml3/tests msxml3_test
14519 wine_fn_config_dll msxml4 enable_msxml4
14520 wine_fn_config_dll nddeapi enable_nddeapi nddeapi
14521 wine_fn_config_dll netapi32 enable_netapi32 netapi32
14522 wine_fn_config_test dlls/netapi32/tests netapi32_test
14523 wine_fn_config_dll newdev enable_newdev newdev
14524 wine_fn_config_dll ntdll enable_ntdll ntdll
14525 wine_fn_config_test dlls/ntdll/tests ntdll_test
14526 wine_fn_config_dll ntdsapi enable_ntdsapi ntdsapi
14527 wine_fn_config_test dlls/ntdsapi/tests ntdsapi_test
14528 wine_fn_config_dll ntoskrnl.exe enable_ntoskrnl_exe ntoskrnl.exe
14529 wine_fn_config_dll ntprint enable_ntprint
14530 wine_fn_config_test dlls/ntprint/tests ntprint_test
14531 wine_fn_config_dll objsel enable_objsel
14532 wine_fn_config_dll odbc32 enable_odbc32 odbc32
14533 wine_fn_config_dll odbccp32 enable_odbccp32 odbccp32
14534 wine_fn_config_test dlls/odbccp32/tests odbccp32_test
14535 wine_fn_config_dll ole2.dll16 enable_win16
14536 wine_fn_config_dll ole2conv.dll16 enable_win16
14537 wine_fn_config_dll ole2disp.dll16 enable_win16
14538 wine_fn_config_dll ole2nls.dll16 enable_win16
14539 wine_fn_config_dll ole2prox.dll16 enable_win16
14540 wine_fn_config_dll ole2thk.dll16 enable_win16
14541 wine_fn_config_dll ole32 enable_ole32 ole32
14542 wine_fn_config_test dlls/ole32/tests ole32_test
14543 wine_fn_config_dll oleacc enable_oleacc oleacc
14544 wine_fn_config_test dlls/oleacc/tests oleacc_test
14545 wine_fn_config_dll oleaut32 enable_oleaut32 oleaut32
14546 wine_fn_config_test dlls/oleaut32/tests oleaut32_test
14547 wine_fn_config_dll olecli.dll16 enable_win16
14548 wine_fn_config_dll olecli32 enable_olecli32 olecli32
14549 wine_fn_config_dll oledb32 enable_oledb32
14550 wine_fn_config_test dlls/oledb32/tests oledb32_test
14551 wine_fn_config_dll oledlg enable_oledlg oledlg
14552 wine_fn_config_dll olepro32 enable_olepro32 olepro32
14553 wine_fn_config_dll olesvr.dll16 enable_win16
14554 wine_fn_config_dll olesvr32 enable_olesvr32 olesvr32
14555 wine_fn_config_dll olethk32 enable_olethk32
14556 wine_fn_config_dll openal32 enable_openal32
14557 wine_fn_config_dll opengl32 enable_opengl32 opengl32
14558 wine_fn_config_test dlls/opengl32/tests opengl32_test
14559 wine_fn_config_dll pdh enable_pdh pdh
14560 wine_fn_config_test dlls/pdh/tests pdh_test
14561 wine_fn_config_dll pidgen enable_pidgen
14562 wine_fn_config_dll powrprof enable_powrprof powrprof
14563 wine_fn_config_dll printui enable_printui
14564 wine_fn_config_dll propsys enable_propsys
14565 wine_fn_config_dll psapi enable_psapi psapi
14566 wine_fn_config_test dlls/psapi/tests psapi_test
14567 wine_fn_config_dll pstorec enable_pstorec
14568 wine_fn_config_dll qcap enable_qcap
14569 wine_fn_config_dll qedit enable_qedit
14570 wine_fn_config_test dlls/qedit/tests qedit_test
14571 wine_fn_config_dll qmgr enable_qmgr
14572 wine_fn_config_test dlls/qmgr/tests qmgr_test
14573 wine_fn_config_dll qmgrprxy enable_qmgrprxy
14574 wine_fn_config_dll quartz enable_quartz quartz
14575 wine_fn_config_test dlls/quartz/tests quartz_test
14576 wine_fn_config_dll query enable_query
14577 wine_fn_config_dll rasapi16.dll16 enable_win16
14578 wine_fn_config_dll rasapi32 enable_rasapi32 rasapi32
14579 wine_fn_config_test dlls/rasapi32/tests rasapi32_test
14580 wine_fn_config_dll rasdlg enable_rasdlg rasdlg
14581 wine_fn_config_dll resutils enable_resutils resutils
14582 wine_fn_config_dll riched20 enable_riched20 riched20
14583 wine_fn_config_test dlls/riched20/tests riched20_test
14584 wine_fn_config_dll riched32 enable_riched32
14585 wine_fn_config_test dlls/riched32/tests riched32_test
14586 wine_fn_config_dll rpcrt4 enable_rpcrt4 rpcrt4
14587 wine_fn_config_test dlls/rpcrt4/tests rpcrt4_test
14588 wine_fn_config_dll rsabase enable_rsabase
14589 wine_fn_config_dll rsaenh enable_rsaenh rsaenh
14590 wine_fn_config_test dlls/rsaenh/tests rsaenh_test
14591 wine_fn_config_dll rtutils enable_rtutils rtutils
14592 wine_fn_config_dll sane.ds enable_sane_ds
14593 wine_fn_config_dll sccbase enable_sccbase
14594 wine_fn_config_dll schannel enable_schannel
14595 wine_fn_config_test dlls/schannel/tests schannel_test
14596 wine_fn_config_dll secur32 enable_secur32 secur32
14597 wine_fn_config_test dlls/secur32/tests secur32_test
14598 wine_fn_config_dll security enable_security
14599 wine_fn_config_dll sensapi enable_sensapi sensapi
14600 wine_fn_config_dll serialui enable_serialui serialui
14601 wine_fn_config_test dlls/serialui/tests serialui_test
14602 wine_fn_config_dll setupapi enable_setupapi setupapi
14603 wine_fn_config_test dlls/setupapi/tests setupapi_test
14604 wine_fn_config_dll setupx.dll16 enable_win16
14605 wine_fn_config_dll sfc enable_sfc sfc
14606 wine_fn_config_dll sfc_os enable_sfc_os sfc_os
14607 wine_fn_config_dll shdoclc enable_shdoclc
14608 wine_fn_config_dll shdocvw enable_shdocvw shdocvw
14609 wine_fn_config_test dlls/shdocvw/tests shdocvw_test
14610 wine_fn_config_dll shell.dll16 enable_win16
14611 wine_fn_config_dll shell32 enable_shell32 shell32
14612 wine_fn_config_test dlls/shell32/tests shell32_test
14613 wine_fn_config_dll shfolder enable_shfolder shfolder
14614 wine_fn_config_dll shlwapi enable_shlwapi shlwapi
14615 wine_fn_config_test dlls/shlwapi/tests shlwapi_test
14616 wine_fn_config_dll slbcsp enable_slbcsp
14617 wine_fn_config_dll slc enable_slc slc
14618 wine_fn_config_dll snmpapi enable_snmpapi snmpapi
14619 wine_fn_config_test dlls/snmpapi/tests snmpapi_test
14620 wine_fn_config_dll softpub enable_softpub
14621 wine_fn_config_dll sound.drv16 enable_win16
14622 wine_fn_config_dll spoolss enable_spoolss spoolss
14623 wine_fn_config_test dlls/spoolss/tests spoolss_test
14624 wine_fn_config_dll stdole2.tlb enable_stdole2_tlb
14625 wine_fn_config_dll stdole32.tlb enable_stdole32_tlb
14626 wine_fn_config_dll sti enable_sti sti
14627 wine_fn_config_test dlls/sti/tests sti_test
14628 wine_fn_config_dll storage.dll16 enable_win16
14629 wine_fn_config_dll stress.dll16 enable_win16
14630 wine_fn_config_lib strmiids
14631 wine_fn_config_dll svrapi enable_svrapi
14632 wine_fn_config_dll sxs enable_sxs
14633 wine_fn_config_dll system.drv16 enable_win16
14634 wine_fn_config_dll t2embed enable_t2embed
14635 wine_fn_config_dll tapi32 enable_tapi32 tapi32
14636 wine_fn_config_dll toolhelp.dll16 enable_win16
14637 wine_fn_config_dll traffic enable_traffic
14638 wine_fn_config_dll twain.dll16 enable_win16
14639 wine_fn_config_dll twain_32 enable_twain_32
14640 wine_fn_config_test dlls/twain_32/tests twain_32_test
14641 wine_fn_config_dll typelib.dll16 enable_win16
14642 wine_fn_config_dll unicows enable_unicows unicows
14643 wine_fn_config_dll updspapi enable_updspapi
14644 wine_fn_config_dll url enable_url url
14645 wine_fn_config_dll urlmon enable_urlmon urlmon
14646 wine_fn_config_test dlls/urlmon/tests urlmon_test
14647 wine_fn_config_dll usbd.sys enable_usbd_sys usbd.sys
14648 wine_fn_config_dll user.exe16 enable_win16
14649 wine_fn_config_dll user32 enable_user32 user32
14650 wine_fn_config_test dlls/user32/tests user32_test
14651 wine_fn_config_dll userenv enable_userenv userenv
14652 wine_fn_config_test dlls/userenv/tests userenv_test
14653 wine_fn_config_dll usp10 enable_usp10 usp10
14654 wine_fn_config_test dlls/usp10/tests usp10_test
14655 wine_fn_config_lib uuid
14656 wine_fn_config_dll uxtheme enable_uxtheme uxtheme
14657 wine_fn_config_test dlls/uxtheme/tests uxtheme_test
14658 wine_fn_config_dll vdhcp.vxd enable_win16
14659 wine_fn_config_dll vdmdbg enable_vdmdbg vdmdbg
14660 wine_fn_config_dll ver.dll16 enable_win16
14661 wine_fn_config_dll version enable_version version
14662 wine_fn_config_test dlls/version/tests version_test
14663 wine_fn_config_dll vmm.vxd enable_win16
14664 wine_fn_config_dll vnbt.vxd enable_win16
14665 wine_fn_config_dll vnetbios.vxd enable_win16
14666 wine_fn_config_dll vtdapi.vxd enable_win16
14667 wine_fn_config_dll vwin32.vxd enable_win16
14668 wine_fn_config_dll w32skrnl enable_win16
14669 wine_fn_config_dll w32sys.dll16 enable_win16
14670 wine_fn_config_dll wbemprox enable_wbemprox
14671 wine_fn_config_dll wiaservc enable_wiaservc
14672 wine_fn_config_dll win32s16.dll16 enable_win16
14673 wine_fn_config_dll win87em.dll16 enable_win16
14674 wine_fn_config_dll winaspi.dll16 enable_win16
14675 wine_fn_config_dll windebug.dll16 enable_win16
14676 wine_fn_config_dll windowscodecs enable_windowscodecs windowscodecs
14677 wine_fn_config_test dlls/windowscodecs/tests windowscodecs_test
14678 wine_fn_config_dll winealsa.drv enable_winealsa_drv
14679 wine_fn_config_dll wineaudioio.drv enable_wineaudioio_drv
14680 wine_fn_config_dll winecoreaudio.drv enable_winecoreaudio_drv
14681 wine_fn_config_lib winecrt0
14682 wine_fn_config_dll wined3d enable_wined3d wined3d
14683 wine_fn_config_dll wineesd.drv enable_wineesd_drv
14684 wine_fn_config_dll winejack.drv enable_winejack_drv
14685 wine_fn_config_dll winejoystick.drv enable_winejoystick_drv
14686 wine_fn_config_dll winemapi enable_winemapi
14687 wine_fn_config_dll winemp3.acm enable_winemp3_acm
14688 wine_fn_config_dll winenas.drv enable_winenas_drv
14689 wine_fn_config_dll wineoss.drv enable_wineoss_drv
14690 wine_fn_config_dll wineps.drv enable_wineps_drv
14691 wine_fn_config_dll wineps16.drv16 enable_win16
14692 wine_fn_config_dll winequartz.drv enable_winequartz_drv
14693 wine_fn_config_dll winex11.drv enable_winex11_drv
14694 wine_fn_config_dll wing.dll16 enable_win16
14695 wine_fn_config_dll wing32 enable_wing32
14696 wine_fn_config_dll winhttp enable_winhttp winhttp
14697 wine_fn_config_test dlls/winhttp/tests winhttp_test
14698 wine_fn_config_dll wininet enable_wininet wininet
14699 wine_fn_config_test dlls/wininet/tests wininet_test
14700 wine_fn_config_dll winmm enable_winmm winmm
14701 wine_fn_config_test dlls/winmm/tests winmm_test
14702 wine_fn_config_dll winnls.dll16 enable_win16
14703 wine_fn_config_dll winnls32 enable_winnls32 winnls32
14704 wine_fn_config_dll winscard enable_winscard winscard
14705 wine_fn_config_dll winsock.dll16 enable_win16
14706 wine_fn_config_dll winspool.drv enable_winspool_drv winspool
14707 wine_fn_config_test dlls/winspool.drv/tests winspool.drv_test
14708 wine_fn_config_dll wintab.dll16 enable_win16
14709 wine_fn_config_dll wintab32 enable_wintab32 wintab32
14710 wine_fn_config_test dlls/wintab32/tests wintab32_test
14711 wine_fn_config_dll wintrust enable_wintrust wintrust
14712 wine_fn_config_test dlls/wintrust/tests wintrust_test
14713 wine_fn_config_dll wldap32 enable_wldap32 wldap32
14714 wine_fn_config_test dlls/wldap32/tests wldap32_test
14715 wine_fn_config_dll wmi enable_wmi
14716 wine_fn_config_dll wmiutils enable_wmiutils
14717 wine_fn_config_dll wnaspi32 enable_wnaspi32 wnaspi32
14718 wine_fn_config_dll wow32 enable_win16 wow32
14719 wine_fn_config_dll ws2_32 enable_ws2_32 ws2_32
14720 wine_fn_config_test dlls/ws2_32/tests ws2_32_test
14721 wine_fn_config_dll wsock32 enable_wsock32 wsock32
14722 wine_fn_config_dll wtsapi32 enable_wtsapi32 wtsapi32
14723 wine_fn_config_dll wuapi enable_wuapi
14724 wine_fn_config_dll wuaueng enable_wuaueng
14725 wine_fn_config_dll xinput1_1 enable_xinput1_1
14726 wine_fn_config_dll xinput1_2 enable_xinput1_2
14727 wine_fn_config_dll xinput1_3 enable_xinput1_3 xinput
14728 wine_fn_config_test dlls/xinput1_3/tests xinput1_3_test
14729 wine_fn_config_dll xinput9_1_0 enable_xinput9_1_0
14730 wine_fn_config_dll xmllite enable_xmllite
14731 wine_fn_config_test dlls/xmllite/tests xmllite_test
14732 wine_fn_config_makefile documentation enable_documentation
14733 wine_fn_config_makefile fonts enable_fonts
14734 wine_fn_config_makefile include enable_include
14735 wine_fn_config_makefile libs/port enable_libs_port
14736 wine_fn_config_makefile libs/wine enable_libs_wine
14737 wine_fn_config_makefile libs/wpp enable_libs_wpp
14738 wine_fn_config_makefile loader enable_loader
14739 wine_fn_config_program attrib enable_attrib install
14740 wine_fn_config_program cacls enable_cacls install
14741 wine_fn_config_program clock enable_clock install
14742 wine_fn_config_program cmd enable_cmd install
14743 wine_fn_config_test programs/cmd/tests cmd.exe_test
14744 wine_fn_config_program cmdlgtst enable_cmdlgtst
14745 wine_fn_config_program control enable_control install
14746 wine_fn_config_program dxdiag enable_dxdiag install
14747 wine_fn_config_program eject enable_eject install
14748 wine_fn_config_program expand enable_expand install
14749 wine_fn_config_program explorer enable_explorer install
14750 wine_fn_config_program extrac32 enable_extrac32 install
14751 wine_fn_config_program hh enable_hh install
14752 wine_fn_config_program icinfo enable_icinfo install
14753 wine_fn_config_program iexplore enable_iexplore install
14754 wine_fn_config_program lodctr enable_lodctr install
14755 wine_fn_config_program mshta enable_mshta install
14756 wine_fn_config_program msiexec enable_msiexec installbin
14757 wine_fn_config_program net enable_net install
14758 wine_fn_config_program ngen enable_ngen install
14759 wine_fn_config_program notepad enable_notepad installbin
14760 wine_fn_config_program oleview enable_oleview install
14761 wine_fn_config_program ping enable_ping install
14762 wine_fn_config_program progman enable_progman install
14763 wine_fn_config_program reg enable_reg install
14764 wine_fn_config_program regedit enable_regedit installbin
14765 wine_fn_config_program regsvr32 enable_regsvr32 installbin
14766 wine_fn_config_program rpcss enable_rpcss install
14767 wine_fn_config_program rundll32 enable_rundll32 install
14768 wine_fn_config_program secedit enable_secedit install
14769 wine_fn_config_program services enable_services install
14770 wine_fn_config_program spoolsv enable_spoolsv install
14771 wine_fn_config_program start enable_start install
14772 wine_fn_config_program svchost enable_svchost install
14773 wine_fn_config_program taskmgr enable_taskmgr install
14774 wine_fn_config_program termsv enable_termsv install
14775 wine_fn_config_program uninstaller enable_uninstaller install
14776 wine_fn_config_program unlodctr enable_unlodctr install
14777 wine_fn_config_program view enable_view
14778 wine_fn_config_program wineboot enable_wineboot installbin
14779 wine_fn_config_program winebrowser enable_winebrowser install
14780 wine_fn_config_program winecfg enable_winecfg installbin
14781 wine_fn_config_program wineconsole enable_wineconsole installbin
14782 wine_fn_config_program winedbg enable_winedbg installbin
14783 wine_fn_config_program winedevice enable_winedevice install
14784 wine_fn_config_program winefile enable_winefile installbin
14785 wine_fn_config_program winemenubuilder enable_winemenubuilder install
14786 wine_fn_config_program winemine enable_winemine installbin
14787 wine_fn_config_program winepath enable_winepath installbin
14788 wine_fn_config_program winetest enable_winetest
14789 wine_fn_config_program winevdm enable_win16 install
14790 wine_fn_config_program winhelp.exe16 enable_win16 install
14791 wine_fn_config_program winhlp32 enable_winhlp32 install
14792 wine_fn_config_program winoldap.mod16 enable_win16 install
14793 wine_fn_config_program winver enable_winver install
14794 wine_fn_config_program wordpad enable_wordpad install
14795 wine_fn_config_program write enable_write install
14796 wine_fn_config_program xcopy enable_xcopy install
14797 wine_fn_config_makefile server enable_server
14798 wine_fn_config_tool tools
14799 wine_fn_config_tool tools/widl
14800 wine_fn_config_tool tools/winebuild
14801 wine_fn_config_tool tools/winedump
14802 wine_fn_config_tool tools/winegcc
14803 wine_fn_config_tool tools/wmc
14804 wine_fn_config_tool tools/wrc
14806 ac_config_commands="$ac_config_commands Makefile"
14809 ac_config_files="$ac_config_files Make.tmp:Makefile.in"
14813 if test -n "$with_wine64"
14814 then
14815 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "all: fonts server $with_wine64/loader/wine32
14816 fonts server:
14817 \$(RM) \$@ && \$(LN_S) $with_wine64/\$@ \$@
14818 $with_wine64/loader/wine32:
14819 \$(RM) \$@ && \$(LN_S) $ac_pwd/loader/wine32 \$@
14820 clean::
14821 \$(RM) fonts server $with_wine64/loader/wine32"
14824 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "uninstall::
14825 -rmdir \$(DESTDIR)\$(datadir)/wine \$(DESTDIR)\$(fakedlldir) \$(DESTDIR)\$(dlldir)"
14827 cat >confcache <<\_ACEOF
14828 # This file is a shell script that caches the results of configure
14829 # tests run on this system so they can be shared between configure
14830 # scripts and configure runs, see configure's option --config-cache.
14831 # It is not useful on other systems. If it contains results you don't
14832 # want to keep, you may remove or edit it.
14834 # config.status only pays attention to the cache file if you give it
14835 # the --recheck option to rerun configure.
14837 # `ac_cv_env_foo' variables (set or unset) will be overridden when
14838 # loading this file, other *unset* `ac_cv_foo' will be assigned the
14839 # following values.
14841 _ACEOF
14843 # The following way of writing the cache mishandles newlines in values,
14844 # but we know of no workaround that is simple, portable, and efficient.
14845 # So, we kill variables containing newlines.
14846 # Ultrix sh set writes to stderr and can't be redirected directly,
14847 # and sets the high bit in the cache file unless we assign to the vars.
14849 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
14850 eval ac_val=\$$ac_var
14851 case $ac_val in #(
14852 *${as_nl}*)
14853 case $ac_var in #(
14854 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
14855 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
14856 esac
14857 case $ac_var in #(
14858 _ | IFS | as_nl) ;; #(
14859 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
14860 *) { eval $ac_var=; unset $ac_var;} ;;
14861 esac ;;
14862 esac
14863 done
14865 (set) 2>&1 |
14866 case $as_nl`(ac_space=' '; set) 2>&1` in #(
14867 *${as_nl}ac_space=\ *)
14868 # `set' does not quote correctly, so add quotes: double-quote
14869 # substitution turns \\\\ into \\, and sed turns \\ into \.
14870 sed -n \
14871 "s/'/'\\\\''/g;
14872 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
14873 ;; #(
14875 # `set' quotes correctly as required by POSIX, so do not add quotes.
14876 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
14878 esac |
14879 sort
14881 sed '
14882 /^ac_cv_env_/b end
14883 t clear
14884 :clear
14885 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
14886 t end
14887 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
14888 :end' >>confcache
14889 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
14890 if test -w "$cache_file"; then
14891 test "x$cache_file" != "x/dev/null" &&
14892 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
14893 $as_echo "$as_me: updating cache $cache_file" >&6;}
14894 cat confcache >$cache_file
14895 else
14896 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
14897 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
14900 rm -f confcache
14902 test "x$prefix" = xNONE && prefix=$ac_default_prefix
14903 # Let make expand exec_prefix.
14904 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
14906 DEFS=-DHAVE_CONFIG_H
14908 ac_libobjs=
14909 ac_ltlibobjs=
14910 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
14911 # 1. Remove the extension, and $U if already installed.
14912 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
14913 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
14914 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
14915 # will be set to the directory where LIBOBJS objects are built.
14916 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
14917 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
14918 done
14919 LIBOBJS=$ac_libobjs
14921 LTLIBOBJS=$ac_ltlibobjs
14925 : ${CONFIG_STATUS=./config.status}
14926 ac_write_fail=0
14927 ac_clean_files_save=$ac_clean_files
14928 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
14929 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
14930 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
14931 as_write_fail=0
14932 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
14933 #! $SHELL
14934 # Generated by $as_me.
14935 # Run this file to recreate the current configuration.
14936 # Compiler output produced by configure, useful for debugging
14937 # configure, is in config.log if it exists.
14939 debug=false
14940 ac_cs_recheck=false
14941 ac_cs_silent=false
14943 SHELL=\${CONFIG_SHELL-$SHELL}
14944 export SHELL
14945 _ASEOF
14946 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
14947 ## -------------------- ##
14948 ## M4sh Initialization. ##
14949 ## -------------------- ##
14951 # Be more Bourne compatible
14952 DUALCASE=1; export DUALCASE # for MKS sh
14953 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
14954 emulate sh
14955 NULLCMD=:
14956 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
14957 # is contrary to our usage. Disable this feature.
14958 alias -g '${1+"$@"}'='"$@"'
14959 setopt NO_GLOB_SUBST
14960 else
14961 case `(set -o) 2>/dev/null` in #(
14962 *posix*) :
14963 set -o posix ;; #(
14964 *) :
14966 esac
14970 as_nl='
14972 export as_nl
14973 # Printing a long string crashes Solaris 7 /usr/bin/printf.
14974 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
14975 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
14976 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
14977 # Prefer a ksh shell builtin over an external printf program on Solaris,
14978 # but without wasting forks for bash or zsh.
14979 if test -z "$BASH_VERSION$ZSH_VERSION" \
14980 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
14981 as_echo='print -r --'
14982 as_echo_n='print -rn --'
14983 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
14984 as_echo='printf %s\n'
14985 as_echo_n='printf %s'
14986 else
14987 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
14988 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
14989 as_echo_n='/usr/ucb/echo -n'
14990 else
14991 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
14992 as_echo_n_body='eval
14993 arg=$1;
14994 case $arg in #(
14995 *"$as_nl"*)
14996 expr "X$arg" : "X\\(.*\\)$as_nl";
14997 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
14998 esac;
14999 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
15001 export as_echo_n_body
15002 as_echo_n='sh -c $as_echo_n_body as_echo'
15004 export as_echo_body
15005 as_echo='sh -c $as_echo_body as_echo'
15008 # The user is always right.
15009 if test "${PATH_SEPARATOR+set}" != set; then
15010 PATH_SEPARATOR=:
15011 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
15012 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
15013 PATH_SEPARATOR=';'
15018 # IFS
15019 # We need space, tab and new line, in precisely that order. Quoting is
15020 # there to prevent editors from complaining about space-tab.
15021 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
15022 # splitting by setting IFS to empty value.)
15023 IFS=" "" $as_nl"
15025 # Find who we are. Look in the path if we contain no directory separator.
15026 case $0 in #((
15027 *[\\/]* ) as_myself=$0 ;;
15028 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
15029 for as_dir in $PATH
15031 IFS=$as_save_IFS
15032 test -z "$as_dir" && as_dir=.
15033 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
15034 done
15035 IFS=$as_save_IFS
15038 esac
15039 # We did not find ourselves, most probably we were run as `sh COMMAND'
15040 # in which case we are not to be found in the path.
15041 if test "x$as_myself" = x; then
15042 as_myself=$0
15044 if test ! -f "$as_myself"; then
15045 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
15046 exit 1
15049 # Unset variables that we do not need and which cause bugs (e.g. in
15050 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
15051 # suppresses any "Segmentation fault" message there. '((' could
15052 # trigger a bug in pdksh 5.2.14.
15053 for as_var in BASH_ENV ENV MAIL MAILPATH
15054 do eval test x\${$as_var+set} = xset \
15055 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
15056 done
15057 PS1='$ '
15058 PS2='> '
15059 PS4='+ '
15061 # NLS nuisances.
15062 LC_ALL=C
15063 export LC_ALL
15064 LANGUAGE=C
15065 export LANGUAGE
15067 # CDPATH.
15068 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
15071 # as_fn_error ERROR [LINENO LOG_FD]
15072 # ---------------------------------
15073 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
15074 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
15075 # script with status $?, using 1 if that was 0.
15076 as_fn_error ()
15078 as_status=$?; test $as_status -eq 0 && as_status=1
15079 if test "$3"; then
15080 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
15081 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
15083 $as_echo "$as_me: error: $1" >&2
15084 as_fn_exit $as_status
15085 } # as_fn_error
15088 # as_fn_set_status STATUS
15089 # -----------------------
15090 # Set $? to STATUS, without forking.
15091 as_fn_set_status ()
15093 return $1
15094 } # as_fn_set_status
15096 # as_fn_exit STATUS
15097 # -----------------
15098 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
15099 as_fn_exit ()
15101 set +e
15102 as_fn_set_status $1
15103 exit $1
15104 } # as_fn_exit
15106 # as_fn_unset VAR
15107 # ---------------
15108 # Portably unset VAR.
15109 as_fn_unset ()
15111 { eval $1=; unset $1;}
15113 as_unset=as_fn_unset
15114 # as_fn_append VAR VALUE
15115 # ----------------------
15116 # Append the text in VALUE to the end of the definition contained in VAR. Take
15117 # advantage of any shell optimizations that allow amortized linear growth over
15118 # repeated appends, instead of the typical quadratic growth present in naive
15119 # implementations.
15120 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
15121 eval 'as_fn_append ()
15123 eval $1+=\$2
15125 else
15126 as_fn_append ()
15128 eval $1=\$$1\$2
15130 fi # as_fn_append
15132 # as_fn_arith ARG...
15133 # ------------------
15134 # Perform arithmetic evaluation on the ARGs, and store the result in the
15135 # global $as_val. Take advantage of shells that can avoid forks. The arguments
15136 # must be portable across $(()) and expr.
15137 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
15138 eval 'as_fn_arith ()
15140 as_val=$(( $* ))
15142 else
15143 as_fn_arith ()
15145 as_val=`expr "$@" || test $? -eq 1`
15147 fi # as_fn_arith
15150 if expr a : '\(a\)' >/dev/null 2>&1 &&
15151 test "X`expr 00001 : '.*\(...\)'`" = X001; then
15152 as_expr=expr
15153 else
15154 as_expr=false
15157 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
15158 as_basename=basename
15159 else
15160 as_basename=false
15163 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
15164 as_dirname=dirname
15165 else
15166 as_dirname=false
15169 as_me=`$as_basename -- "$0" ||
15170 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
15171 X"$0" : 'X\(//\)$' \| \
15172 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
15173 $as_echo X/"$0" |
15174 sed '/^.*\/\([^/][^/]*\)\/*$/{
15175 s//\1/
15178 /^X\/\(\/\/\)$/{
15179 s//\1/
15182 /^X\/\(\/\).*/{
15183 s//\1/
15186 s/.*/./; q'`
15188 # Avoid depending upon Character Ranges.
15189 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
15190 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
15191 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
15192 as_cr_digits='0123456789'
15193 as_cr_alnum=$as_cr_Letters$as_cr_digits
15195 ECHO_C= ECHO_N= ECHO_T=
15196 case `echo -n x` in #(((((
15197 -n*)
15198 case `echo 'xy\c'` in
15199 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
15200 xy) ECHO_C='\c';;
15201 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
15202 ECHO_T=' ';;
15203 esac;;
15205 ECHO_N='-n';;
15206 esac
15208 rm -f conf$$ conf$$.exe conf$$.file
15209 if test -d conf$$.dir; then
15210 rm -f conf$$.dir/conf$$.file
15211 else
15212 rm -f conf$$.dir
15213 mkdir conf$$.dir 2>/dev/null
15215 if (echo >conf$$.file) 2>/dev/null; then
15216 if ln -s conf$$.file conf$$ 2>/dev/null; then
15217 as_ln_s='ln -s'
15218 # ... but there are two gotchas:
15219 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
15220 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
15221 # In both cases, we have to default to `cp -p'.
15222 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
15223 as_ln_s='cp -p'
15224 elif ln conf$$.file conf$$ 2>/dev/null; then
15225 as_ln_s=ln
15226 else
15227 as_ln_s='cp -p'
15229 else
15230 as_ln_s='cp -p'
15232 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
15233 rmdir conf$$.dir 2>/dev/null
15236 # as_fn_mkdir_p
15237 # -------------
15238 # Create "$as_dir" as a directory, including parents if necessary.
15239 as_fn_mkdir_p ()
15242 case $as_dir in #(
15243 -*) as_dir=./$as_dir;;
15244 esac
15245 test -d "$as_dir" || eval $as_mkdir_p || {
15246 as_dirs=
15247 while :; do
15248 case $as_dir in #(
15249 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
15250 *) as_qdir=$as_dir;;
15251 esac
15252 as_dirs="'$as_qdir' $as_dirs"
15253 as_dir=`$as_dirname -- "$as_dir" ||
15254 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15255 X"$as_dir" : 'X\(//\)[^/]' \| \
15256 X"$as_dir" : 'X\(//\)$' \| \
15257 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
15258 $as_echo X"$as_dir" |
15259 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
15260 s//\1/
15263 /^X\(\/\/\)[^/].*/{
15264 s//\1/
15267 /^X\(\/\/\)$/{
15268 s//\1/
15271 /^X\(\/\).*/{
15272 s//\1/
15275 s/.*/./; q'`
15276 test -d "$as_dir" && break
15277 done
15278 test -z "$as_dirs" || eval "mkdir $as_dirs"
15279 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
15282 } # as_fn_mkdir_p
15283 if mkdir -p . 2>/dev/null; then
15284 as_mkdir_p='mkdir -p "$as_dir"'
15285 else
15286 test -d ./-p && rmdir ./-p
15287 as_mkdir_p=false
15290 if test -x / >/dev/null 2>&1; then
15291 as_test_x='test -x'
15292 else
15293 if ls -dL / >/dev/null 2>&1; then
15294 as_ls_L_option=L
15295 else
15296 as_ls_L_option=
15298 as_test_x='
15299 eval sh -c '\''
15300 if test -d "$1"; then
15301 test -d "$1/.";
15302 else
15303 case $1 in #(
15304 -*)set "./$1";;
15305 esac;
15306 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
15307 ???[sx]*):;;*)false;;esac;fi
15308 '\'' sh
15311 as_executable_p=$as_test_x
15313 # Sed expression to map a string onto a valid CPP name.
15314 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
15316 # Sed expression to map a string onto a valid variable name.
15317 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
15320 exec 6>&1
15321 ## ----------------------------------- ##
15322 ## Main body of $CONFIG_STATUS script. ##
15323 ## ----------------------------------- ##
15324 _ASEOF
15325 test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
15327 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15328 # Save the log message, to keep $0 and so on meaningful, and to
15329 # report actual input values of CONFIG_FILES etc. instead of their
15330 # values after options handling.
15331 ac_log="
15332 This file was extended by Wine $as_me 1.1.42, which was
15333 generated by GNU Autoconf 2.65. Invocation command line was
15335 CONFIG_FILES = $CONFIG_FILES
15336 CONFIG_HEADERS = $CONFIG_HEADERS
15337 CONFIG_LINKS = $CONFIG_LINKS
15338 CONFIG_COMMANDS = $CONFIG_COMMANDS
15339 $ $0 $@
15341 on `(hostname || uname -n) 2>/dev/null | sed 1q`
15344 _ACEOF
15346 case $ac_config_files in *"
15347 "*) set x $ac_config_files; shift; ac_config_files=$*;;
15348 esac
15350 case $ac_config_headers in *"
15351 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
15352 esac
15355 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15356 # Files that config.status was made for.
15357 config_files="$ac_config_files"
15358 config_headers="$ac_config_headers"
15359 config_links="$ac_config_links"
15360 config_commands="$ac_config_commands"
15362 _ACEOF
15364 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15365 ac_cs_usage="\
15366 \`$as_me' instantiates files and other configuration actions
15367 from templates according to the current configuration. Unless the files
15368 and actions are specified as TAGs, all are instantiated by default.
15370 Usage: $0 [OPTION]... [TAG]...
15372 -h, --help print this help, then exit
15373 -V, --version print version number and configuration settings, then exit
15374 --config print configuration, then exit
15375 -q, --quiet, --silent
15376 do not print progress messages
15377 -d, --debug don't remove temporary files
15378 --recheck update $as_me by reconfiguring in the same conditions
15379 --file=FILE[:TEMPLATE]
15380 instantiate the configuration file FILE
15381 --header=FILE[:TEMPLATE]
15382 instantiate the configuration header FILE
15384 Configuration files:
15385 $config_files
15387 Configuration headers:
15388 $config_headers
15390 Configuration links:
15391 $config_links
15393 Configuration commands:
15394 $config_commands
15396 Report bugs to <wine-devel@winehq.org>.
15397 Wine home page: <http://www.winehq.org>."
15399 _ACEOF
15400 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15401 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
15402 ac_cs_version="\\
15403 Wine config.status 1.1.42
15404 configured by $0, generated by GNU Autoconf 2.65,
15405 with options \\"\$ac_cs_config\\"
15407 Copyright (C) 2009 Free Software Foundation, Inc.
15408 This config.status script is free software; the Free Software Foundation
15409 gives unlimited permission to copy, distribute and modify it."
15411 ac_pwd='$ac_pwd'
15412 srcdir='$srcdir'
15413 INSTALL='$INSTALL'
15414 test -n "\$AWK" || AWK=awk
15415 _ACEOF
15417 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15418 # The default lists apply if the user does not specify any file.
15419 ac_need_defaults=:
15420 while test $# != 0
15422 case $1 in
15423 --*=*)
15424 ac_option=`expr "X$1" : 'X\([^=]*\)='`
15425 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
15426 ac_shift=:
15429 ac_option=$1
15430 ac_optarg=$2
15431 ac_shift=shift
15433 esac
15435 case $ac_option in
15436 # Handling of the options.
15437 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
15438 ac_cs_recheck=: ;;
15439 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
15440 $as_echo "$ac_cs_version"; exit ;;
15441 --config | --confi | --conf | --con | --co | --c )
15442 $as_echo "$ac_cs_config"; exit ;;
15443 --debug | --debu | --deb | --de | --d | -d )
15444 debug=: ;;
15445 --file | --fil | --fi | --f )
15446 $ac_shift
15447 case $ac_optarg in
15448 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
15449 esac
15450 as_fn_append CONFIG_FILES " '$ac_optarg'"
15451 ac_need_defaults=false;;
15452 --header | --heade | --head | --hea )
15453 $ac_shift
15454 case $ac_optarg in
15455 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
15456 esac
15457 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
15458 ac_need_defaults=false;;
15459 --he | --h)
15460 # Conflict between --help and --header
15461 as_fn_error "ambiguous option: \`$1'
15462 Try \`$0 --help' for more information.";;
15463 --help | --hel | -h )
15464 $as_echo "$ac_cs_usage"; exit ;;
15465 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
15466 | -silent | --silent | --silen | --sile | --sil | --si | --s)
15467 ac_cs_silent=: ;;
15469 # This is an error.
15470 -*) as_fn_error "unrecognized option: \`$1'
15471 Try \`$0 --help' for more information." ;;
15473 *) as_fn_append ac_config_targets " $1"
15474 ac_need_defaults=false ;;
15476 esac
15477 shift
15478 done
15480 ac_configure_extra_args=
15482 if $ac_cs_silent; then
15483 exec 6>/dev/null
15484 ac_configure_extra_args="$ac_configure_extra_args --silent"
15487 _ACEOF
15488 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15489 if \$ac_cs_recheck; then
15490 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
15491 shift
15492 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
15493 CONFIG_SHELL='$SHELL'
15494 export CONFIG_SHELL
15495 exec "\$@"
15498 _ACEOF
15499 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15500 exec 5>>config.log
15502 echo
15503 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
15504 ## Running $as_me. ##
15505 _ASBOX
15506 $as_echo "$ac_log"
15507 } >&5
15509 _ACEOF
15510 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15512 # INIT-COMMANDS
15514 wine_fn_output_makefile ()
15516 cat Make.tmp - <<\_WINE_EOF >\$tmp/makefile && mv -f \$tmp/makefile \$1 && rm -f Make.tmp && return
15517 $ALL_MAKEFILE_DEPENDS
15518 _WINE_EOF
15519 as_fn_error "could not create Makefile" "$LINENO" 5
15522 _ACEOF
15524 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15526 # Handling of arguments.
15527 for ac_config_target in $ac_config_targets
15529 case $ac_config_target in
15530 "include/config.h") CONFIG_HEADERS="$CONFIG_HEADERS include/config.h" ;;
15531 "include/stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS include/stamp-h" ;;
15532 "dlls/wineps.drv/generic.ppd") CONFIG_LINKS="$CONFIG_LINKS dlls/wineps.drv/generic.ppd:dlls/wineps.drv/generic.ppd" ;;
15533 "fonts/marlett.ttf") CONFIG_LINKS="$CONFIG_LINKS fonts/marlett.ttf:fonts/marlett.ttf" ;;
15534 "fonts/symbol.ttf") CONFIG_LINKS="$CONFIG_LINKS fonts/symbol.ttf:fonts/symbol.ttf" ;;
15535 "fonts/tahoma.ttf") CONFIG_LINKS="$CONFIG_LINKS fonts/tahoma.ttf:fonts/tahoma.ttf" ;;
15536 "fonts/tahomabd.ttf") CONFIG_LINKS="$CONFIG_LINKS fonts/tahomabd.ttf:fonts/tahomabd.ttf" ;;
15537 "wine") CONFIG_LINKS="$CONFIG_LINKS wine:tools/winewrapper" ;;
15538 "dlls/gdi32/enhmfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/enhmfdrv" ;;
15539 "dlls/gdi32/mfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/mfdrv" ;;
15540 "dlls/kernel32/nls") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/kernel32/nls" ;;
15541 "dlls/user32/resources") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/user32/resources" ;;
15542 "dlls/wineps.drv/data") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/wineps.drv/data" ;;
15543 "include/wine") CONFIG_COMMANDS="$CONFIG_COMMANDS include/wine" ;;
15544 "Make.rules") CONFIG_FILES="$CONFIG_FILES Make.rules" ;;
15545 "Maketest.rules") CONFIG_FILES="$CONFIG_FILES Maketest.rules" ;;
15546 "dlls/Makedll.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makedll.rules" ;;
15547 "dlls/Makeimplib.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makeimplib.rules" ;;
15548 "programs/Makeprog.rules") CONFIG_FILES="$CONFIG_FILES programs/Makeprog.rules" ;;
15549 "Makefile") CONFIG_COMMANDS="$CONFIG_COMMANDS Makefile" ;;
15550 "Make.tmp") CONFIG_FILES="$CONFIG_FILES Make.tmp:Makefile.in" ;;
15552 *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
15553 esac
15554 done
15557 # If the user did not use the arguments to specify the items to instantiate,
15558 # then the envvar interface is used. Set only those that are not.
15559 # We use the long form for the default assignment because of an extremely
15560 # bizarre bug on SunOS 4.1.3.
15561 if $ac_need_defaults; then
15562 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
15563 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
15564 test "${CONFIG_LINKS+set}" = set || CONFIG_LINKS=$config_links
15565 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
15568 # Have a temporary directory for convenience. Make it in the build tree
15569 # simply because there is no reason against having it here, and in addition,
15570 # creating and moving files from /tmp can sometimes cause problems.
15571 # Hook for its removal unless debugging.
15572 # Note that there is a small window in which the directory will not be cleaned:
15573 # after its creation but before its name has been assigned to `$tmp'.
15574 $debug ||
15576 tmp=
15577 trap 'exit_status=$?
15578 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
15580 trap 'as_fn_exit 1' 1 2 13 15
15582 # Create a (secure) tmp directory for tmp files.
15585 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
15586 test -n "$tmp" && test -d "$tmp"
15587 } ||
15589 tmp=./conf$$-$RANDOM
15590 (umask 077 && mkdir "$tmp")
15591 } || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
15593 # Set up the scripts for CONFIG_FILES section.
15594 # No need to generate them if there are no CONFIG_FILES.
15595 # This happens for instance with `./config.status config.h'.
15596 if test -n "$CONFIG_FILES"; then
15598 if $AWK 'BEGIN { getline <"/dev/null" }' </dev/null 2>/dev/null; then
15599 ac_cs_awk_getline=:
15600 ac_cs_awk_pipe_init=
15601 ac_cs_awk_read_file='
15602 while ((getline aline < (F[key])) > 0)
15603 print(aline)
15604 close(F[key])'
15605 ac_cs_awk_pipe_fini=
15606 else
15607 ac_cs_awk_getline=false
15608 ac_cs_awk_pipe_init="print \"cat <<'|#_!!_#|' &&\""
15609 ac_cs_awk_read_file='
15610 print "|#_!!_#|"
15611 print "cat " F[key] " &&"
15612 '$ac_cs_awk_pipe_init
15613 # The final `:' finishes the AND list.
15614 ac_cs_awk_pipe_fini='END { print "|#_!!_#|"; print ":" }'
15616 ac_cr=`echo X | tr X '\015'`
15617 # On cygwin, bash can eat \r inside `` if the user requested igncr.
15618 # But we know of no other shell where ac_cr would be empty at this
15619 # point, so we can use a bashism as a fallback.
15620 if test "x$ac_cr" = x; then
15621 eval ac_cr=\$\'\\r\'
15623 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
15624 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
15625 ac_cs_awk_cr='\r'
15626 else
15627 ac_cs_awk_cr=$ac_cr
15630 echo 'BEGIN {' >"$tmp/subs1.awk" &&
15631 _ACEOF
15633 # Create commands to substitute file output variables.
15635 echo "cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1" &&
15636 echo 'cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&' &&
15637 echo "$ac_subst_files" | sed 's/.*/F["&"]="$&"/' &&
15638 echo "_ACAWK" &&
15639 echo "_ACEOF"
15640 } >conf$$files.sh &&
15641 . ./conf$$files.sh ||
15642 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
15643 rm -f conf$$files.sh
15646 echo "cat >conf$$subs.awk <<_ACEOF" &&
15647 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
15648 echo "_ACEOF"
15649 } >conf$$subs.sh ||
15650 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
15651 ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
15652 ac_delim='%!_!# '
15653 for ac_last_try in false false false false false :; do
15654 . ./conf$$subs.sh ||
15655 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
15657 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
15658 if test $ac_delim_n = $ac_delim_num; then
15659 break
15660 elif $ac_last_try; then
15661 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
15662 else
15663 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
15665 done
15666 rm -f conf$$subs.sh
15668 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15669 cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
15670 _ACEOF
15671 sed -n '
15673 s/^/S["/; s/!.*/"]=/
15676 s/^[^!]*!//
15677 :repl
15678 t repl
15679 s/'"$ac_delim"'$//
15680 t delim
15683 s/\(.\{148\}\)..*/\1/
15684 t more1
15685 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
15688 b repl
15689 :more1
15690 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
15693 s/.\{148\}//
15694 t nl
15695 :delim
15697 s/\(.\{148\}\)..*/\1/
15698 t more2
15699 s/["\\]/\\&/g; s/^/"/; s/$/"/
15702 :more2
15703 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
15706 s/.\{148\}//
15707 t delim
15708 ' <conf$$subs.awk | sed '
15709 /^[^""]/{
15711 s/\n//
15713 ' >>$CONFIG_STATUS || ac_write_fail=1
15714 rm -f conf$$subs.awk
15715 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15716 _ACAWK
15717 cat >>"\$tmp/subs1.awk" <<_ACAWK &&
15718 for (key in S) S_is_set[key] = 1
15719 FS = "\a"
15720 \$ac_cs_awk_pipe_init
15723 line = $ 0
15724 nfields = split(line, field, "@")
15725 substed = 0
15726 len = length(field[1])
15727 for (i = 2; i < nfields; i++) {
15728 key = field[i]
15729 keylen = length(key)
15730 if (S_is_set[key]) {
15731 value = S[key]
15732 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
15733 len += length(value) + length(field[++i])
15734 substed = 1
15735 } else
15736 len += 1 + keylen
15738 if (nfields == 3 && !substed) {
15739 key = field[2]
15740 if (F[key] != "" && line ~ /^[ ]*@.*@[ ]*$/) {
15741 \$ac_cs_awk_read_file
15742 next
15745 print line
15747 \$ac_cs_awk_pipe_fini
15748 _ACAWK
15749 _ACEOF
15750 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15751 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
15752 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
15753 else
15755 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
15756 || as_fn_error "could not setup config files machinery" "$LINENO" 5
15757 _ACEOF
15759 # VPATH may cause trouble with some makes, so we remove $(srcdir),
15760 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
15761 # trailing colons and then remove the whole line if VPATH becomes empty
15762 # (actually we leave an empty line to preserve line numbers).
15763 if test "x$srcdir" = x.; then
15764 ac_vpsub='/^[ ]*VPATH[ ]*=/{
15765 s/:*\$(srcdir):*/:/
15766 s/:*\${srcdir}:*/:/
15767 s/:*@srcdir@:*/:/
15768 s/^\([^=]*=[ ]*\):*/\1/
15769 s/:*$//
15770 s/^[^=]*=[ ]*$//
15774 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15775 fi # test -n "$CONFIG_FILES"
15777 # Set up the scripts for CONFIG_HEADERS section.
15778 # No need to generate them if there are no CONFIG_HEADERS.
15779 # This happens for instance with `./config.status Makefile'.
15780 if test -n "$CONFIG_HEADERS"; then
15781 cat >"$tmp/defines.awk" <<\_ACAWK ||
15782 BEGIN {
15783 _ACEOF
15785 # Transform confdefs.h into an awk script `defines.awk', embedded as
15786 # here-document in config.status, that substitutes the proper values into
15787 # config.h.in to produce config.h.
15789 # Create a delimiter string that does not exist in confdefs.h, to ease
15790 # handling of long lines.
15791 ac_delim='%!_!# '
15792 for ac_last_try in false false :; do
15793 ac_t=`sed -n "/$ac_delim/p" confdefs.h`
15794 if test -z "$ac_t"; then
15795 break
15796 elif $ac_last_try; then
15797 as_fn_error "could not make $CONFIG_HEADERS" "$LINENO" 5
15798 else
15799 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
15801 done
15803 # For the awk script, D is an array of macro values keyed by name,
15804 # likewise P contains macro parameters if any. Preserve backslash
15805 # newline sequences.
15807 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
15808 sed -n '
15809 s/.\{148\}/&'"$ac_delim"'/g
15810 t rset
15811 :rset
15812 s/^[ ]*#[ ]*define[ ][ ]*/ /
15813 t def
15815 :def
15816 s/\\$//
15817 t bsnl
15818 s/["\\]/\\&/g
15819 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
15820 D["\1"]=" \3"/p
15821 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
15823 :bsnl
15824 s/["\\]/\\&/g
15825 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
15826 D["\1"]=" \3\\\\\\n"\\/p
15827 t cont
15828 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
15829 t cont
15831 :cont
15833 s/.\{148\}/&'"$ac_delim"'/g
15834 t clear
15835 :clear
15836 s/\\$//
15837 t bsnlc
15838 s/["\\]/\\&/g; s/^/"/; s/$/"/p
15840 :bsnlc
15841 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
15842 b cont
15843 ' <confdefs.h | sed '
15844 s/'"$ac_delim"'/"\\\
15845 "/g' >>$CONFIG_STATUS || ac_write_fail=1
15847 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15848 for (key in D) D_is_set[key] = 1
15849 FS = "\a"
15851 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
15852 line = \$ 0
15853 split(line, arg, " ")
15854 if (arg[1] == "#") {
15855 defundef = arg[2]
15856 mac1 = arg[3]
15857 } else {
15858 defundef = substr(arg[1], 2)
15859 mac1 = arg[2]
15861 split(mac1, mac2, "(") #)
15862 macro = mac2[1]
15863 prefix = substr(line, 1, index(line, defundef) - 1)
15864 if (D_is_set[macro]) {
15865 # Preserve the white space surrounding the "#".
15866 print prefix "define", macro P[macro] D[macro]
15867 next
15868 } else {
15869 # Replace #undef with comments. This is necessary, for example,
15870 # in the case of _POSIX_SOURCE, which is predefined and required
15871 # on some systems where configure will not decide to define it.
15872 if (defundef == "undef") {
15873 print "/*", prefix defundef, macro, "*/"
15874 next
15878 { print }
15879 _ACAWK
15880 _ACEOF
15881 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15882 as_fn_error "could not setup config headers machinery" "$LINENO" 5
15883 fi # test -n "$CONFIG_HEADERS"
15886 eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :L $CONFIG_LINKS :C $CONFIG_COMMANDS"
15887 shift
15888 for ac_tag
15890 case $ac_tag in
15891 :[FHLC]) ac_mode=$ac_tag; continue;;
15892 esac
15893 case $ac_mode$ac_tag in
15894 :[FHL]*:*);;
15895 :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
15896 :[FH]-) ac_tag=-:-;;
15897 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
15898 esac
15899 ac_save_IFS=$IFS
15900 IFS=:
15901 set x $ac_tag
15902 IFS=$ac_save_IFS
15903 shift
15904 ac_file=$1
15905 shift
15907 case $ac_mode in
15908 :L) ac_source=$1;;
15909 :[FH])
15910 ac_file_inputs=
15911 for ac_f
15913 case $ac_f in
15914 -) ac_f="$tmp/stdin";;
15915 *) # Look for the file first in the build tree, then in the source tree
15916 # (if the path is not absolute). The absolute path cannot be DOS-style,
15917 # because $ac_f cannot contain `:'.
15918 test -f "$ac_f" ||
15919 case $ac_f in
15920 [\\/$]*) false;;
15921 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
15922 esac ||
15923 as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
15924 esac
15925 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
15926 as_fn_append ac_file_inputs " '$ac_f'"
15927 done
15929 # Let's still pretend it is `configure' which instantiates (i.e., don't
15930 # use $as_me), people would be surprised to read:
15931 # /* config.h. Generated by config.status. */
15932 configure_input='Generated from '`
15933 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
15934 `' by configure.'
15935 if test x"$ac_file" != x-; then
15936 configure_input="$ac_file. $configure_input"
15937 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
15938 $as_echo "$as_me: creating $ac_file" >&6;}
15940 # Neutralize special characters interpreted by sed in replacement strings.
15941 case $configure_input in #(
15942 *\&* | *\|* | *\\* )
15943 ac_sed_conf_input=`$as_echo "$configure_input" |
15944 sed 's/[\\\\&|]/\\\\&/g'`;; #(
15945 *) ac_sed_conf_input=$configure_input;;
15946 esac
15948 case $ac_tag in
15949 *:-:* | *:-) cat >"$tmp/stdin" \
15950 || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
15951 esac
15953 esac
15955 ac_dir=`$as_dirname -- "$ac_file" ||
15956 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15957 X"$ac_file" : 'X\(//\)[^/]' \| \
15958 X"$ac_file" : 'X\(//\)$' \| \
15959 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
15960 $as_echo X"$ac_file" |
15961 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
15962 s//\1/
15965 /^X\(\/\/\)[^/].*/{
15966 s//\1/
15969 /^X\(\/\/\)$/{
15970 s//\1/
15973 /^X\(\/\).*/{
15974 s//\1/
15977 s/.*/./; q'`
15978 as_dir="$ac_dir"; as_fn_mkdir_p
15979 ac_builddir=.
15981 case "$ac_dir" in
15982 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
15984 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
15985 # A ".." for each directory in $ac_dir_suffix.
15986 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
15987 case $ac_top_builddir_sub in
15988 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
15989 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
15990 esac ;;
15991 esac
15992 ac_abs_top_builddir=$ac_pwd
15993 ac_abs_builddir=$ac_pwd$ac_dir_suffix
15994 # for backward compatibility:
15995 ac_top_builddir=$ac_top_build_prefix
15997 case $srcdir in
15998 .) # We are building in place.
15999 ac_srcdir=.
16000 ac_top_srcdir=$ac_top_builddir_sub
16001 ac_abs_top_srcdir=$ac_pwd ;;
16002 [\\/]* | ?:[\\/]* ) # Absolute name.
16003 ac_srcdir=$srcdir$ac_dir_suffix;
16004 ac_top_srcdir=$srcdir
16005 ac_abs_top_srcdir=$srcdir ;;
16006 *) # Relative name.
16007 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
16008 ac_top_srcdir=$ac_top_build_prefix$srcdir
16009 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
16010 esac
16011 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
16014 case $ac_mode in
16017 # CONFIG_FILE
16020 case $INSTALL in
16021 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
16022 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
16023 esac
16024 _ACEOF
16026 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16027 # If the template does not know about datarootdir, expand it.
16028 # FIXME: This hack should be removed a few years after 2.60.
16029 ac_datarootdir_hack=; ac_datarootdir_seen=
16030 ac_sed_dataroot='
16031 /datarootdir/ {
16035 /@datadir@/p
16036 /@docdir@/p
16037 /@infodir@/p
16038 /@localedir@/p
16039 /@mandir@/p'
16040 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
16041 *datarootdir*) ac_datarootdir_seen=yes;;
16042 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
16043 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
16044 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
16045 _ACEOF
16046 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16047 ac_datarootdir_hack='
16048 s&@datadir@&$datadir&g
16049 s&@docdir@&$docdir&g
16050 s&@infodir@&$infodir&g
16051 s&@localedir@&$localedir&g
16052 s&@mandir@&$mandir&g
16053 s&\\\${datarootdir}&$datarootdir&g' ;;
16054 esac
16055 _ACEOF
16057 # Neutralize VPATH when `$srcdir' = `.'.
16058 # Shell code in configure.ac might set extrasub.
16059 # FIXME: do we really want to maintain this feature?
16060 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16061 ac_sed_extra="$ac_vpsub
16062 $extrasub
16063 _ACEOF
16064 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16066 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
16067 s|@configure_input@|$ac_sed_conf_input|;t t
16068 s&@top_builddir@&$ac_top_builddir_sub&;t t
16069 s&@top_build_prefix@&$ac_top_build_prefix&;t t
16070 s&@srcdir@&$ac_srcdir&;t t
16071 s&@abs_srcdir@&$ac_abs_srcdir&;t t
16072 s&@top_srcdir@&$ac_top_srcdir&;t t
16073 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
16074 s&@builddir@&$ac_builddir&;t t
16075 s&@abs_builddir@&$ac_abs_builddir&;t t
16076 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
16077 s&@INSTALL@&$ac_INSTALL&;t t
16078 $ac_datarootdir_hack
16080 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" |
16081 if $ac_cs_awk_getline; then
16082 $AWK -f "$tmp/subs.awk"
16083 else
16084 $AWK -f "$tmp/subs.awk" | $SHELL
16085 fi >$tmp/out \
16086 || as_fn_error "could not create $ac_file" "$LINENO" 5
16088 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
16089 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
16090 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
16091 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
16092 which seems to be undefined. Please make sure it is defined." >&5
16093 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
16094 which seems to be undefined. Please make sure it is defined." >&2;}
16096 rm -f "$tmp/stdin"
16097 case $ac_file in
16098 -) cat "$tmp/out" && rm -f "$tmp/out";;
16099 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
16100 esac \
16101 || as_fn_error "could not create $ac_file" "$LINENO" 5
16105 # CONFIG_HEADER
16107 if test x"$ac_file" != x-; then
16109 $as_echo "/* $configure_input */" \
16110 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
16111 } >"$tmp/config.h" \
16112 || as_fn_error "could not create $ac_file" "$LINENO" 5
16113 if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
16114 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
16115 $as_echo "$as_me: $ac_file is unchanged" >&6;}
16116 else
16117 rm -f "$ac_file"
16118 mv "$tmp/config.h" "$ac_file" \
16119 || as_fn_error "could not create $ac_file" "$LINENO" 5
16121 else
16122 $as_echo "/* $configure_input */" \
16123 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
16124 || as_fn_error "could not create -" "$LINENO" 5
16129 # CONFIG_LINK
16132 if test "$ac_source" = "$ac_file" && test "$srcdir" = '.'; then
16134 else
16135 # Prefer the file from the source tree if names are identical.
16136 if test "$ac_source" = "$ac_file" || test ! -r "$ac_source"; then
16137 ac_source=$srcdir/$ac_source
16140 { $as_echo "$as_me:${as_lineno-$LINENO}: linking $ac_source to $ac_file" >&5
16141 $as_echo "$as_me: linking $ac_source to $ac_file" >&6;}
16143 if test ! -r "$ac_source"; then
16144 as_fn_error "$ac_source: file not found" "$LINENO" 5
16146 rm -f "$ac_file"
16148 # Try a relative symlink, then a hard link, then a copy.
16149 case $srcdir in
16150 [\\/$]* | ?:[\\/]* ) ac_rel_source=$ac_source ;;
16151 *) ac_rel_source=$ac_top_build_prefix$ac_source ;;
16152 esac
16153 ln -s "$ac_rel_source" "$ac_file" 2>/dev/null ||
16154 ln "$ac_source" "$ac_file" 2>/dev/null ||
16155 cp -p "$ac_source" "$ac_file" ||
16156 as_fn_error "cannot link or copy $ac_source to $ac_file" "$LINENO" 5
16159 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
16160 $as_echo "$as_me: executing $ac_file commands" >&6;}
16162 esac
16165 case $ac_file$ac_mode in
16166 "include/stamp-h":C) echo timestamp > include/stamp-h ;;
16167 "dlls/gdi32/enhmfdrv":C) test -d "dlls/gdi32/enhmfdrv" || { { $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/gdi32/enhmfdrv" >&5
16168 $as_echo "$as_me: creating dlls/gdi32/enhmfdrv" >&6;}; as_dir="dlls/gdi32/enhmfdrv"; as_fn_mkdir_p; } ;;
16169 "dlls/gdi32/mfdrv":C) test -d "dlls/gdi32/mfdrv" || { { $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/gdi32/mfdrv" >&5
16170 $as_echo "$as_me: creating dlls/gdi32/mfdrv" >&6;}; as_dir="dlls/gdi32/mfdrv"; as_fn_mkdir_p; } ;;
16171 "dlls/kernel32/nls":C) test -d "dlls/kernel32/nls" || { { $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/kernel32/nls" >&5
16172 $as_echo "$as_me: creating dlls/kernel32/nls" >&6;}; as_dir="dlls/kernel32/nls"; as_fn_mkdir_p; } ;;
16173 "dlls/user32/resources":C) test -d "dlls/user32/resources" || { { $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/user32/resources" >&5
16174 $as_echo "$as_me: creating dlls/user32/resources" >&6;}; as_dir="dlls/user32/resources"; as_fn_mkdir_p; } ;;
16175 "dlls/wineps.drv/data":C) test -d "dlls/wineps.drv/data" || { { $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/wineps.drv/data" >&5
16176 $as_echo "$as_me: creating dlls/wineps.drv/data" >&6;}; as_dir="dlls/wineps.drv/data"; as_fn_mkdir_p; } ;;
16177 "include/wine":C) test -d "include/wine" || { { $as_echo "$as_me:${as_lineno-$LINENO}: creating include/wine" >&5
16178 $as_echo "$as_me: creating include/wine" >&6;}; as_dir="include/wine"; as_fn_mkdir_p; } ;;
16179 "Makefile":C) wine_fn_output_makefile Makefile ;;
16181 esac
16182 done # for ac_tag
16185 as_fn_exit 0
16186 _ACEOF
16187 ac_clean_files=$ac_clean_files_save
16189 test $ac_write_fail = 0 ||
16190 as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
16193 # configure is writing to config.log, and then calls config.status.
16194 # config.status does its own redirection, appending to config.log.
16195 # Unfortunately, on DOS this fails, as config.log is still kept open
16196 # by configure, so config.status won't be able to write to it; its
16197 # output is simply discarded. So we exec the FD to /dev/null,
16198 # effectively closing config.log, so it can be properly (re)opened and
16199 # appended to by config.status. When coming back to configure, we
16200 # need to make the FD available again.
16201 if test "$no_create" != yes; then
16202 ac_cs_success=:
16203 ac_config_status_args=
16204 test "$silent" = yes &&
16205 ac_config_status_args="$ac_config_status_args --quiet"
16206 exec 5>/dev/null
16207 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
16208 exec 5>>config.log
16209 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
16210 # would make configure fail if this is the last instruction.
16211 $ac_cs_success || as_fn_exit $?
16213 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
16214 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
16215 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
16219 if test "$no_create" = "yes"
16220 then
16221 exit 0
16224 ac_save_IFS="$IFS"
16225 if test "x$wine_notices != "x; then
16226 echo >&6
16227 IFS="|"
16228 for msg in $wine_notices; do
16229 IFS="$ac_save_IFS"
16230 if test -n "$msg"; then
16231 { $as_echo "$as_me:${as_lineno-$LINENO}: $msg" >&5
16232 $as_echo "$as_me: $msg" >&6;}
16234 done
16236 IFS="|"
16237 for msg in $wine_warnings; do
16238 IFS="$ac_save_IFS"
16239 if test -n "$msg"; then
16240 echo >&2
16241 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $msg" >&5
16242 $as_echo "$as_me: WARNING: $msg" >&2;}
16244 done
16245 IFS="$ac_save_IFS"
16247 echo "
16248 $as_me: Finished. Do '${ac_make}' to compile Wine.
16249 " >&6