d3dx9_36: Add stub for D3DXCreateTextureFromFileA.
[wine/multimedia.git] / configure
blob07f7df5555a617101f47aacfe4d3fe4bbae51918
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_include=${enable_include:-no}
4124 enable_rpcss=${enable_rpcss:-no}
4125 enable_server=${enable_server:-no}
4126 enable_tools=${enable_tools:-no}
4127 enable_wineboot=${enable_wineboot:-no}
4128 enable_winedbg=${enable_winedbg:-no}
4129 enable_winemenubuilder=${enable_winemenubuilder:-no}
4130 test "x$libdir" != "x\${exec_prefix}/lib" || libdir="\${exec_prefix}/lib32"
4133 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the directory containing the Wine tools" >&5
4134 $as_echo_n "checking for the directory containing the Wine tools... " >&6; }
4135 if test "${wine_cv_toolsdir+set}" = set; then :
4136 $as_echo_n "(cached) " >&6
4137 else
4138 wine_cv_toolsdir="$with_wine_tools"
4139 if test -z "$with_wine_tools"; then
4140 if test "$cross_compiling" = "yes"; then
4141 as_fn_error "you must use the --with-wine-tools option when cross-compiling." "$LINENO" 5
4142 elif test -n "$with_wine64"; then
4143 wine_cv_toolsdir="$with_wine64"
4146 if test -z "$wine_cv_toolsdir"; then
4147 wine_cv_toolsdir="\$(TOPOBJDIR)"
4148 elif test -d "$wine_cv_toolsdir/tools/winebuild"; then
4149 case "$wine_cv_toolsdir" in
4150 /*) ;;
4151 *) wine_cv_toolsdir="\$(TOPOBJDIR)/$wine_cv_toolsdir" ;;
4152 esac
4153 else
4154 as_fn_error "could not find Wine tools in $wine_cv_toolsdir" "$LINENO" 5
4157 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_toolsdir" >&5
4158 $as_echo "$wine_cv_toolsdir" >&6; }
4159 TOOLSDIR=$wine_cv_toolsdir
4161 if test -n "$host_alias" -a "$host_alias" != "$build_alias"
4162 then
4163 TARGETFLAGS="-b $host_alias $TARGETFLAGS"
4167 for ac_prog in flex
4169 # Extract the first word of "$ac_prog", so it can be a program name with args.
4170 set dummy $ac_prog; ac_word=$2
4171 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4172 $as_echo_n "checking for $ac_word... " >&6; }
4173 if test "${ac_cv_prog_FLEX+set}" = set; then :
4174 $as_echo_n "(cached) " >&6
4175 else
4176 if test -n "$FLEX"; then
4177 ac_cv_prog_FLEX="$FLEX" # Let the user override the test.
4178 else
4179 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4180 for as_dir in $PATH
4182 IFS=$as_save_IFS
4183 test -z "$as_dir" && as_dir=.
4184 for ac_exec_ext in '' $ac_executable_extensions; do
4185 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4186 ac_cv_prog_FLEX="$ac_prog"
4187 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4188 break 2
4190 done
4191 done
4192 IFS=$as_save_IFS
4196 FLEX=$ac_cv_prog_FLEX
4197 if test -n "$FLEX"; then
4198 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FLEX" >&5
4199 $as_echo "$FLEX" >&6; }
4200 else
4201 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4202 $as_echo "no" >&6; }
4206 test -n "$FLEX" && break
4207 done
4208 test -n "$FLEX" || FLEX="none"
4210 if test "$FLEX" = "none"
4211 then
4212 as_fn_error "no suitable flex found. Please install the 'flex' package." "$LINENO" 5
4214 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether flex is recent enough" >&5
4215 $as_echo_n "checking whether flex is recent enough... " >&6; }
4216 cat >conftest.l <<EOF
4217 %top{
4218 #include "prediluvian.h"
4222 if $FLEX -t conftest.l >/dev/null 2>&1
4223 then
4224 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4225 $as_echo "yes" >&6; }
4226 else
4227 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4228 $as_echo "no" >&6; }
4229 as_fn_error "Your flex version is too old. Please install flex version 2.5.33 or newer." "$LINENO" 5
4232 for ac_prog in bison
4234 # Extract the first word of "$ac_prog", so it can be a program name with args.
4235 set dummy $ac_prog; ac_word=$2
4236 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4237 $as_echo_n "checking for $ac_word... " >&6; }
4238 if test "${ac_cv_prog_BISON+set}" = set; then :
4239 $as_echo_n "(cached) " >&6
4240 else
4241 if test -n "$BISON"; then
4242 ac_cv_prog_BISON="$BISON" # Let the user override the test.
4243 else
4244 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4245 for as_dir in $PATH
4247 IFS=$as_save_IFS
4248 test -z "$as_dir" && as_dir=.
4249 for ac_exec_ext in '' $ac_executable_extensions; do
4250 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4251 ac_cv_prog_BISON="$ac_prog"
4252 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4253 break 2
4255 done
4256 done
4257 IFS=$as_save_IFS
4261 BISON=$ac_cv_prog_BISON
4262 if test -n "$BISON"; then
4263 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $BISON" >&5
4264 $as_echo "$BISON" >&6; }
4265 else
4266 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4267 $as_echo "no" >&6; }
4271 test -n "$BISON" && break
4272 done
4273 test -n "$BISON" || BISON="none"
4275 if test "$BISON" = "none"
4276 then
4277 as_fn_error "no suitable bison found. Please install the 'bison' package." "$LINENO" 5
4280 if test -n "$ac_tool_prefix"; then
4281 for ac_prog in ar gar
4283 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4284 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4285 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4286 $as_echo_n "checking for $ac_word... " >&6; }
4287 if test "${ac_cv_prog_AR+set}" = set; then :
4288 $as_echo_n "(cached) " >&6
4289 else
4290 if test -n "$AR"; then
4291 ac_cv_prog_AR="$AR" # Let the user override the test.
4292 else
4293 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4294 for as_dir in $PATH
4296 IFS=$as_save_IFS
4297 test -z "$as_dir" && as_dir=.
4298 for ac_exec_ext in '' $ac_executable_extensions; do
4299 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4300 ac_cv_prog_AR="$ac_tool_prefix$ac_prog"
4301 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4302 break 2
4304 done
4305 done
4306 IFS=$as_save_IFS
4310 AR=$ac_cv_prog_AR
4311 if test -n "$AR"; then
4312 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
4313 $as_echo "$AR" >&6; }
4314 else
4315 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4316 $as_echo "no" >&6; }
4320 test -n "$AR" && break
4321 done
4323 if test -z "$AR"; then
4324 ac_ct_AR=$AR
4325 for ac_prog in ar gar
4327 # Extract the first word of "$ac_prog", so it can be a program name with args.
4328 set dummy $ac_prog; ac_word=$2
4329 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4330 $as_echo_n "checking for $ac_word... " >&6; }
4331 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then :
4332 $as_echo_n "(cached) " >&6
4333 else
4334 if test -n "$ac_ct_AR"; then
4335 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
4336 else
4337 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4338 for as_dir in $PATH
4340 IFS=$as_save_IFS
4341 test -z "$as_dir" && as_dir=.
4342 for ac_exec_ext in '' $ac_executable_extensions; do
4343 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4344 ac_cv_prog_ac_ct_AR="$ac_prog"
4345 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4346 break 2
4348 done
4349 done
4350 IFS=$as_save_IFS
4354 ac_ct_AR=$ac_cv_prog_ac_ct_AR
4355 if test -n "$ac_ct_AR"; then
4356 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
4357 $as_echo "$ac_ct_AR" >&6; }
4358 else
4359 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4360 $as_echo "no" >&6; }
4364 test -n "$ac_ct_AR" && break
4365 done
4367 if test "x$ac_ct_AR" = x; then
4368 AR="ar"
4369 else
4370 case $cross_compiling:$ac_tool_warned in
4371 yes:)
4372 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4373 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4374 ac_tool_warned=yes ;;
4375 esac
4376 AR=$ac_ct_AR
4380 ARFLAGS=rc
4382 if test -n "$ac_tool_prefix"; then
4383 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
4384 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
4385 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4386 $as_echo_n "checking for $ac_word... " >&6; }
4387 if test "${ac_cv_prog_RANLIB+set}" = set; then :
4388 $as_echo_n "(cached) " >&6
4389 else
4390 if test -n "$RANLIB"; then
4391 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
4392 else
4393 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4394 for as_dir in $PATH
4396 IFS=$as_save_IFS
4397 test -z "$as_dir" && as_dir=.
4398 for ac_exec_ext in '' $ac_executable_extensions; do
4399 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4400 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
4401 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4402 break 2
4404 done
4405 done
4406 IFS=$as_save_IFS
4410 RANLIB=$ac_cv_prog_RANLIB
4411 if test -n "$RANLIB"; then
4412 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
4413 $as_echo "$RANLIB" >&6; }
4414 else
4415 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4416 $as_echo "no" >&6; }
4421 if test -z "$ac_cv_prog_RANLIB"; then
4422 ac_ct_RANLIB=$RANLIB
4423 # Extract the first word of "ranlib", so it can be a program name with args.
4424 set dummy ranlib; ac_word=$2
4425 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4426 $as_echo_n "checking for $ac_word... " >&6; }
4427 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
4428 $as_echo_n "(cached) " >&6
4429 else
4430 if test -n "$ac_ct_RANLIB"; then
4431 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
4432 else
4433 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4434 for as_dir in $PATH
4436 IFS=$as_save_IFS
4437 test -z "$as_dir" && as_dir=.
4438 for ac_exec_ext in '' $ac_executable_extensions; do
4439 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4440 ac_cv_prog_ac_ct_RANLIB="ranlib"
4441 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4442 break 2
4444 done
4445 done
4446 IFS=$as_save_IFS
4450 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
4451 if test -n "$ac_ct_RANLIB"; then
4452 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
4453 $as_echo "$ac_ct_RANLIB" >&6; }
4454 else
4455 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4456 $as_echo "no" >&6; }
4459 if test "x$ac_ct_RANLIB" = x; then
4460 RANLIB=":"
4461 else
4462 case $cross_compiling:$ac_tool_warned in
4463 yes:)
4464 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4465 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4466 ac_tool_warned=yes ;;
4467 esac
4468 RANLIB=$ac_ct_RANLIB
4470 else
4471 RANLIB="$ac_cv_prog_RANLIB"
4474 if test -n "$ac_tool_prefix"; then
4475 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
4476 set dummy ${ac_tool_prefix}strip; ac_word=$2
4477 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4478 $as_echo_n "checking for $ac_word... " >&6; }
4479 if test "${ac_cv_prog_STRIP+set}" = set; then :
4480 $as_echo_n "(cached) " >&6
4481 else
4482 if test -n "$STRIP"; then
4483 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
4484 else
4485 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4486 for as_dir in $PATH
4488 IFS=$as_save_IFS
4489 test -z "$as_dir" && as_dir=.
4490 for ac_exec_ext in '' $ac_executable_extensions; do
4491 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4492 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
4493 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4494 break 2
4496 done
4497 done
4498 IFS=$as_save_IFS
4502 STRIP=$ac_cv_prog_STRIP
4503 if test -n "$STRIP"; then
4504 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
4505 $as_echo "$STRIP" >&6; }
4506 else
4507 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4508 $as_echo "no" >&6; }
4513 if test -z "$ac_cv_prog_STRIP"; then
4514 ac_ct_STRIP=$STRIP
4515 # Extract the first word of "strip", so it can be a program name with args.
4516 set dummy strip; ac_word=$2
4517 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4518 $as_echo_n "checking for $ac_word... " >&6; }
4519 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
4520 $as_echo_n "(cached) " >&6
4521 else
4522 if test -n "$ac_ct_STRIP"; then
4523 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
4524 else
4525 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4526 for as_dir in $PATH
4528 IFS=$as_save_IFS
4529 test -z "$as_dir" && as_dir=.
4530 for ac_exec_ext in '' $ac_executable_extensions; do
4531 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4532 ac_cv_prog_ac_ct_STRIP="strip"
4533 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4534 break 2
4536 done
4537 done
4538 IFS=$as_save_IFS
4542 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
4543 if test -n "$ac_ct_STRIP"; then
4544 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
4545 $as_echo "$ac_ct_STRIP" >&6; }
4546 else
4547 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4548 $as_echo "no" >&6; }
4551 if test "x$ac_ct_STRIP" = x; then
4552 STRIP="strip"
4553 else
4554 case $cross_compiling:$ac_tool_warned in
4555 yes:)
4556 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4557 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4558 ac_tool_warned=yes ;;
4559 esac
4560 STRIP=$ac_ct_STRIP
4562 else
4563 STRIP="$ac_cv_prog_STRIP"
4566 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
4567 $as_echo_n "checking whether ln -s works... " >&6; }
4568 LN_S=$as_ln_s
4569 if test "$LN_S" = "ln -s"; then
4570 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4571 $as_echo "yes" >&6; }
4572 else
4573 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
4574 $as_echo "no, using $LN_S" >&6; }
4577 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
4578 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
4579 if test "${ac_cv_path_GREP+set}" = set; then :
4580 $as_echo_n "(cached) " >&6
4581 else
4582 if test -z "$GREP"; then
4583 ac_path_GREP_found=false
4584 # Loop through the user's path and test for each of PROGNAME-LIST
4585 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4586 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4588 IFS=$as_save_IFS
4589 test -z "$as_dir" && as_dir=.
4590 for ac_prog in grep ggrep; do
4591 for ac_exec_ext in '' $ac_executable_extensions; do
4592 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
4593 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
4594 # Check for GNU ac_path_GREP and select it if it is found.
4595 # Check for GNU $ac_path_GREP
4596 case `"$ac_path_GREP" --version 2>&1` in
4597 *GNU*)
4598 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
4600 ac_count=0
4601 $as_echo_n 0123456789 >"conftest.in"
4602 while :
4604 cat "conftest.in" "conftest.in" >"conftest.tmp"
4605 mv "conftest.tmp" "conftest.in"
4606 cp "conftest.in" "conftest.nl"
4607 $as_echo 'GREP' >> "conftest.nl"
4608 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4609 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4610 as_fn_arith $ac_count + 1 && ac_count=$as_val
4611 if test $ac_count -gt ${ac_path_GREP_max-0}; then
4612 # Best one so far, save it but keep looking for a better one
4613 ac_cv_path_GREP="$ac_path_GREP"
4614 ac_path_GREP_max=$ac_count
4616 # 10*(2^10) chars as input seems more than enough
4617 test $ac_count -gt 10 && break
4618 done
4619 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4620 esac
4622 $ac_path_GREP_found && break 3
4623 done
4624 done
4625 done
4626 IFS=$as_save_IFS
4627 if test -z "$ac_cv_path_GREP"; then
4628 as_fn_error "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4630 else
4631 ac_cv_path_GREP=$GREP
4635 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
4636 $as_echo "$ac_cv_path_GREP" >&6; }
4637 GREP="$ac_cv_path_GREP"
4640 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
4641 $as_echo_n "checking for egrep... " >&6; }
4642 if test "${ac_cv_path_EGREP+set}" = set; then :
4643 $as_echo_n "(cached) " >&6
4644 else
4645 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
4646 then ac_cv_path_EGREP="$GREP -E"
4647 else
4648 if test -z "$EGREP"; then
4649 ac_path_EGREP_found=false
4650 # Loop through the user's path and test for each of PROGNAME-LIST
4651 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4652 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4654 IFS=$as_save_IFS
4655 test -z "$as_dir" && as_dir=.
4656 for ac_prog in egrep; do
4657 for ac_exec_ext in '' $ac_executable_extensions; do
4658 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
4659 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
4660 # Check for GNU ac_path_EGREP and select it if it is found.
4661 # Check for GNU $ac_path_EGREP
4662 case `"$ac_path_EGREP" --version 2>&1` in
4663 *GNU*)
4664 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
4666 ac_count=0
4667 $as_echo_n 0123456789 >"conftest.in"
4668 while :
4670 cat "conftest.in" "conftest.in" >"conftest.tmp"
4671 mv "conftest.tmp" "conftest.in"
4672 cp "conftest.in" "conftest.nl"
4673 $as_echo 'EGREP' >> "conftest.nl"
4674 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4675 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4676 as_fn_arith $ac_count + 1 && ac_count=$as_val
4677 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
4678 # Best one so far, save it but keep looking for a better one
4679 ac_cv_path_EGREP="$ac_path_EGREP"
4680 ac_path_EGREP_max=$ac_count
4682 # 10*(2^10) chars as input seems more than enough
4683 test $ac_count -gt 10 && break
4684 done
4685 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4686 esac
4688 $ac_path_EGREP_found && break 3
4689 done
4690 done
4691 done
4692 IFS=$as_save_IFS
4693 if test -z "$ac_cv_path_EGREP"; then
4694 as_fn_error "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4696 else
4697 ac_cv_path_EGREP=$EGREP
4702 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
4703 $as_echo "$ac_cv_path_EGREP" >&6; }
4704 EGREP="$ac_cv_path_EGREP"
4707 # Extract the first word of "ldconfig", so it can be a program name with args.
4708 set dummy ldconfig; ac_word=$2
4709 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4710 $as_echo_n "checking for $ac_word... " >&6; }
4711 if test "${ac_cv_path_LDCONFIG+set}" = set; then :
4712 $as_echo_n "(cached) " >&6
4713 else
4714 case $LDCONFIG in
4715 [\\/]* | ?:[\\/]*)
4716 ac_cv_path_LDCONFIG="$LDCONFIG" # Let the user override the test with a path.
4719 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4720 for as_dir in /sbin /usr/sbin $PATH
4722 IFS=$as_save_IFS
4723 test -z "$as_dir" && as_dir=.
4724 for ac_exec_ext in '' $ac_executable_extensions; do
4725 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4726 ac_cv_path_LDCONFIG="$as_dir/$ac_word$ac_exec_ext"
4727 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4728 break 2
4730 done
4731 done
4732 IFS=$as_save_IFS
4734 test -z "$ac_cv_path_LDCONFIG" && ac_cv_path_LDCONFIG="true"
4736 esac
4738 LDCONFIG=$ac_cv_path_LDCONFIG
4739 if test -n "$LDCONFIG"; then
4740 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LDCONFIG" >&5
4741 $as_echo "$LDCONFIG" >&6; }
4742 else
4743 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4744 $as_echo "no" >&6; }
4748 # Find a good install program. We prefer a C program (faster),
4749 # so one script is as good as another. But avoid the broken or
4750 # incompatible versions:
4751 # SysV /etc/install, /usr/sbin/install
4752 # SunOS /usr/etc/install
4753 # IRIX /sbin/install
4754 # AIX /bin/install
4755 # AmigaOS /C/install, which installs bootblocks on floppy discs
4756 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
4757 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
4758 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
4759 # OS/2's system install, which has a completely different semantic
4760 # ./install, which can be erroneously created by make from ./install.sh.
4761 # Reject install programs that cannot install multiple files.
4762 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
4763 $as_echo_n "checking for a BSD-compatible install... " >&6; }
4764 if test -z "$INSTALL"; then
4765 if test "${ac_cv_path_install+set}" = set; then :
4766 $as_echo_n "(cached) " >&6
4767 else
4768 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4769 for as_dir in $PATH
4771 IFS=$as_save_IFS
4772 test -z "$as_dir" && as_dir=.
4773 # Account for people who put trailing slashes in PATH elements.
4774 case $as_dir/ in #((
4775 ./ | .// | /[cC]/* | \
4776 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
4777 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
4778 /usr/ucb/* ) ;;
4780 # OSF1 and SCO ODT 3.0 have their own names for install.
4781 # Don't use installbsd from OSF since it installs stuff as root
4782 # by default.
4783 for ac_prog in ginstall scoinst install; do
4784 for ac_exec_ext in '' $ac_executable_extensions; do
4785 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
4786 if test $ac_prog = install &&
4787 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
4788 # AIX install. It has an incompatible calling convention.
4790 elif test $ac_prog = install &&
4791 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
4792 # program-specific install script used by HP pwplus--don't use.
4794 else
4795 rm -rf conftest.one conftest.two conftest.dir
4796 echo one > conftest.one
4797 echo two > conftest.two
4798 mkdir conftest.dir
4799 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
4800 test -s conftest.one && test -s conftest.two &&
4801 test -s conftest.dir/conftest.one &&
4802 test -s conftest.dir/conftest.two
4803 then
4804 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
4805 break 3
4809 done
4810 done
4812 esac
4814 done
4815 IFS=$as_save_IFS
4817 rm -rf conftest.one conftest.two conftest.dir
4820 if test "${ac_cv_path_install+set}" = set; then
4821 INSTALL=$ac_cv_path_install
4822 else
4823 # As a last resort, use the slow shell script. Don't cache a
4824 # value for INSTALL within a source directory, because that will
4825 # break other packages using the cache if that directory is
4826 # removed, or if the value is a relative name.
4827 INSTALL=$ac_install_sh
4830 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
4831 $as_echo "$INSTALL" >&6; }
4833 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
4834 # It thinks the first close brace ends the variable substitution.
4835 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
4837 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
4839 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
4841 case "$INSTALL" in
4842 [\\/$]* | ?:[\\/]* ) ;;
4843 *) INSTALL="\\\$(TOPSRCDIR)/$INSTALL" ;;
4844 esac
4846 for ac_prog in lclint lint
4848 # Extract the first word of "$ac_prog", so it can be a program name with args.
4849 set dummy $ac_prog; ac_word=$2
4850 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4851 $as_echo_n "checking for $ac_word... " >&6; }
4852 if test "${ac_cv_prog_LINT+set}" = set; then :
4853 $as_echo_n "(cached) " >&6
4854 else
4855 if test -n "$LINT"; then
4856 ac_cv_prog_LINT="$LINT" # Let the user override the test.
4857 else
4858 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4859 for as_dir in $PATH
4861 IFS=$as_save_IFS
4862 test -z "$as_dir" && as_dir=.
4863 for ac_exec_ext in '' $ac_executable_extensions; do
4864 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4865 ac_cv_prog_LINT="$ac_prog"
4866 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4867 break 2
4869 done
4870 done
4871 IFS=$as_save_IFS
4875 LINT=$ac_cv_prog_LINT
4876 if test -n "$LINT"; then
4877 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINT" >&5
4878 $as_echo "$LINT" >&6; }
4879 else
4880 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4881 $as_echo "no" >&6; }
4885 test -n "$LINT" && break
4886 done
4888 if test "$LINT" = "lint"
4889 then
4890 LINTFLAGS="$LINTFLAGS -errchk=%all,no%longptr64 -errhdr=%user -Ncheck=macro -Nlevel=4"
4895 for ac_prog in fontforge
4897 # Extract the first word of "$ac_prog", so it can be a program name with args.
4898 set dummy $ac_prog; ac_word=$2
4899 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4900 $as_echo_n "checking for $ac_word... " >&6; }
4901 if test "${ac_cv_prog_FONTFORGE+set}" = set; then :
4902 $as_echo_n "(cached) " >&6
4903 else
4904 if test -n "$FONTFORGE"; then
4905 ac_cv_prog_FONTFORGE="$FONTFORGE" # Let the user override the test.
4906 else
4907 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4908 for as_dir in $PATH
4910 IFS=$as_save_IFS
4911 test -z "$as_dir" && as_dir=.
4912 for ac_exec_ext in '' $ac_executable_extensions; do
4913 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4914 ac_cv_prog_FONTFORGE="$ac_prog"
4915 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4916 break 2
4918 done
4919 done
4920 IFS=$as_save_IFS
4924 FONTFORGE=$ac_cv_prog_FONTFORGE
4925 if test -n "$FONTFORGE"; then
4926 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FONTFORGE" >&5
4927 $as_echo "$FONTFORGE" >&6; }
4928 else
4929 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4930 $as_echo "no" >&6; }
4934 test -n "$FONTFORGE" && break
4935 done
4936 test -n "$FONTFORGE" || FONTFORGE="false"
4938 for ac_prog in pkg-config
4940 # Extract the first word of "$ac_prog", so it can be a program name with args.
4941 set dummy $ac_prog; ac_word=$2
4942 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4943 $as_echo_n "checking for $ac_word... " >&6; }
4944 if test "${ac_cv_prog_PKG_CONFIG+set}" = set; then :
4945 $as_echo_n "(cached) " >&6
4946 else
4947 if test -n "$PKG_CONFIG"; then
4948 ac_cv_prog_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test.
4949 else
4950 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4951 for as_dir in $PATH
4953 IFS=$as_save_IFS
4954 test -z "$as_dir" && as_dir=.
4955 for ac_exec_ext in '' $ac_executable_extensions; do
4956 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4957 ac_cv_prog_PKG_CONFIG="$ac_prog"
4958 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4959 break 2
4961 done
4962 done
4963 IFS=$as_save_IFS
4967 PKG_CONFIG=$ac_cv_prog_PKG_CONFIG
4968 if test -n "$PKG_CONFIG"; then
4969 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
4970 $as_echo "$PKG_CONFIG" >&6; }
4971 else
4972 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4973 $as_echo "no" >&6; }
4977 test -n "$PKG_CONFIG" && break
4978 done
4979 test -n "$PKG_CONFIG" || PKG_CONFIG="false"
4981 for ac_prog in rsvg
4983 # Extract the first word of "$ac_prog", so it can be a program name with args.
4984 set dummy $ac_prog; ac_word=$2
4985 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4986 $as_echo_n "checking for $ac_word... " >&6; }
4987 if test "${ac_cv_prog_RSVG+set}" = set; then :
4988 $as_echo_n "(cached) " >&6
4989 else
4990 if test -n "$RSVG"; then
4991 ac_cv_prog_RSVG="$RSVG" # Let the user override the test.
4992 else
4993 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4994 for as_dir in $PATH
4996 IFS=$as_save_IFS
4997 test -z "$as_dir" && as_dir=.
4998 for ac_exec_ext in '' $ac_executable_extensions; do
4999 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5000 ac_cv_prog_RSVG="$ac_prog"
5001 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5002 break 2
5004 done
5005 done
5006 IFS=$as_save_IFS
5010 RSVG=$ac_cv_prog_RSVG
5011 if test -n "$RSVG"; then
5012 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RSVG" >&5
5013 $as_echo "$RSVG" >&6; }
5014 else
5015 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5016 $as_echo "no" >&6; }
5020 test -n "$RSVG" && break
5021 done
5022 test -n "$RSVG" || RSVG="false"
5024 for ac_prog in convert
5026 # Extract the first word of "$ac_prog", so it can be a program name with args.
5027 set dummy $ac_prog; ac_word=$2
5028 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5029 $as_echo_n "checking for $ac_word... " >&6; }
5030 if test "${ac_cv_prog_CONVERT+set}" = set; then :
5031 $as_echo_n "(cached) " >&6
5032 else
5033 if test -n "$CONVERT"; then
5034 ac_cv_prog_CONVERT="$CONVERT" # Let the user override the test.
5035 else
5036 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5037 for as_dir in $PATH
5039 IFS=$as_save_IFS
5040 test -z "$as_dir" && as_dir=.
5041 for ac_exec_ext in '' $ac_executable_extensions; do
5042 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5043 ac_cv_prog_CONVERT="$ac_prog"
5044 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5045 break 2
5047 done
5048 done
5049 IFS=$as_save_IFS
5053 CONVERT=$ac_cv_prog_CONVERT
5054 if test -n "$CONVERT"; then
5055 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CONVERT" >&5
5056 $as_echo "$CONVERT" >&6; }
5057 else
5058 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5059 $as_echo "no" >&6; }
5063 test -n "$CONVERT" && break
5064 done
5065 test -n "$CONVERT" || CONVERT="false"
5067 for ac_prog in icotool
5069 # Extract the first word of "$ac_prog", so it can be a program name with args.
5070 set dummy $ac_prog; ac_word=$2
5071 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5072 $as_echo_n "checking for $ac_word... " >&6; }
5073 if test "${ac_cv_prog_ICOTOOL+set}" = set; then :
5074 $as_echo_n "(cached) " >&6
5075 else
5076 if test -n "$ICOTOOL"; then
5077 ac_cv_prog_ICOTOOL="$ICOTOOL" # Let the user override the test.
5078 else
5079 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5080 for as_dir in $PATH
5082 IFS=$as_save_IFS
5083 test -z "$as_dir" && as_dir=.
5084 for ac_exec_ext in '' $ac_executable_extensions; do
5085 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5086 ac_cv_prog_ICOTOOL="$ac_prog"
5087 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5088 break 2
5090 done
5091 done
5092 IFS=$as_save_IFS
5096 ICOTOOL=$ac_cv_prog_ICOTOOL
5097 if test -n "$ICOTOOL"; then
5098 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ICOTOOL" >&5
5099 $as_echo "$ICOTOOL" >&6; }
5100 else
5101 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5102 $as_echo "no" >&6; }
5106 test -n "$ICOTOOL" && break
5107 done
5108 test -n "$ICOTOOL" || ICOTOOL="false"
5111 if test "${enable_maintainer_mode+set}" = set
5112 then
5113 if test "$FONTFORGE" = "false"; then as_fn_append wine_warnings "|fontforge is missing, fonts can't be rebuilt."; fi
5114 if test "$RSVG" = "false"; then as_fn_append wine_warnings "|rsvg is missing, icons can't be rebuilt."; fi
5115 if test "$CONVERT" = "false"; then as_fn_append wine_warnings "|imagemagick is missing, icons can't be rebuilt."; fi
5117 if test "$ICOTOOL" = false
5118 then
5119 as_fn_append wine_warnings "|icotool is missing, icons can't be rebuilt."
5120 else
5121 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for recent enough icotool" >&5
5122 $as_echo_n "checking for recent enough icotool... " >&6; }
5123 icotool_version=`icotool --version | head -n1`
5124 if test "x$icotool_version" != "x"
5125 then
5126 icotool_version_major=`expr "$icotool_version" : '.* \([0-9]*\).[0-9]*'`
5127 icotool_version_minor=`expr "$icotool_version" : '.* [0-9]*.\([0-9]*\)'`
5128 if test "$icotool_version_major" -eq 0 -a "$icotool_version_minor" -lt 29
5129 then
5130 ICOTOOL=false
5131 as_fn_append wine_warnings "|icotool version 0.29.0 or newer is needed to rebuild icons."
5134 if test "$ICOTOOL" = false
5135 then
5136 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no ($icotool_version_major.$icotool_version_minor)" >&5
5137 $as_echo "no ($icotool_version_major.$icotool_version_minor)" >&6; }
5138 else
5139 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes ($icotool_version_major.$icotool_version_minor)" >&5
5140 $as_echo "yes ($icotool_version_major.$icotool_version_minor)" >&6; }
5146 case $host_cpu in
5147 *i[3456789]86*)
5148 # Extract the first word of "prelink", so it can be a program name with args.
5149 set dummy prelink; ac_word=$2
5150 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5151 $as_echo_n "checking for $ac_word... " >&6; }
5152 if test "${ac_cv_path_PRELINK+set}" = set; then :
5153 $as_echo_n "(cached) " >&6
5154 else
5155 case $PRELINK in
5156 [\\/]* | ?:[\\/]*)
5157 ac_cv_path_PRELINK="$PRELINK" # Let the user override the test with a path.
5160 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5161 for as_dir in /sbin /usr/sbin $PATH
5163 IFS=$as_save_IFS
5164 test -z "$as_dir" && as_dir=.
5165 for ac_exec_ext in '' $ac_executable_extensions; do
5166 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5167 ac_cv_path_PRELINK="$as_dir/$ac_word$ac_exec_ext"
5168 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5169 break 2
5171 done
5172 done
5173 IFS=$as_save_IFS
5175 test -z "$ac_cv_path_PRELINK" && ac_cv_path_PRELINK="false"
5177 esac
5179 PRELINK=$ac_cv_path_PRELINK
5180 if test -n "$PRELINK"; then
5181 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PRELINK" >&5
5182 $as_echo "$PRELINK" >&6; }
5183 else
5184 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5185 $as_echo "no" >&6; }
5190 esac
5193 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for i386_set_ldt in -li386" >&5
5194 $as_echo_n "checking for i386_set_ldt in -li386... " >&6; }
5195 if test "${ac_cv_lib_i386_i386_set_ldt+set}" = set; then :
5196 $as_echo_n "(cached) " >&6
5197 else
5198 ac_check_lib_save_LIBS=$LIBS
5199 LIBS="-li386 $LIBS"
5200 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5201 /* end confdefs.h. */
5203 /* Override any GCC internal prototype to avoid an error.
5204 Use char because int might match the return type of a GCC
5205 builtin and then its argument prototype would still apply. */
5206 #ifdef __cplusplus
5207 extern "C"
5208 #endif
5209 char i386_set_ldt ();
5211 main ()
5213 return i386_set_ldt ();
5215 return 0;
5217 _ACEOF
5218 if ac_fn_c_try_link "$LINENO"; then :
5219 ac_cv_lib_i386_i386_set_ldt=yes
5220 else
5221 ac_cv_lib_i386_i386_set_ldt=no
5223 rm -f core conftest.err conftest.$ac_objext \
5224 conftest$ac_exeext conftest.$ac_ext
5225 LIBS=$ac_check_lib_save_LIBS
5227 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_i386_i386_set_ldt" >&5
5228 $as_echo "$ac_cv_lib_i386_i386_set_ldt" >&6; }
5229 if test "x$ac_cv_lib_i386_i386_set_ldt" = x""yes; then :
5230 cat >>confdefs.h <<_ACEOF
5231 #define HAVE_LIBI386 1
5232 _ACEOF
5234 LIBS="-li386 $LIBS"
5238 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _oss_ioctl in -lossaudio" >&5
5239 $as_echo_n "checking for _oss_ioctl in -lossaudio... " >&6; }
5240 if test "${ac_cv_lib_ossaudio__oss_ioctl+set}" = set; then :
5241 $as_echo_n "(cached) " >&6
5242 else
5243 ac_check_lib_save_LIBS=$LIBS
5244 LIBS="-lossaudio $LIBS"
5245 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5246 /* end confdefs.h. */
5248 /* Override any GCC internal prototype to avoid an error.
5249 Use char because int might match the return type of a GCC
5250 builtin and then its argument prototype would still apply. */
5251 #ifdef __cplusplus
5252 extern "C"
5253 #endif
5254 char _oss_ioctl ();
5256 main ()
5258 return _oss_ioctl ();
5260 return 0;
5262 _ACEOF
5263 if ac_fn_c_try_link "$LINENO"; then :
5264 ac_cv_lib_ossaudio__oss_ioctl=yes
5265 else
5266 ac_cv_lib_ossaudio__oss_ioctl=no
5268 rm -f core conftest.err conftest.$ac_objext \
5269 conftest$ac_exeext conftest.$ac_ext
5270 LIBS=$ac_check_lib_save_LIBS
5272 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5
5273 $as_echo "$ac_cv_lib_ossaudio__oss_ioctl" >&6; }
5274 if test "x$ac_cv_lib_ossaudio__oss_ioctl" = x""yes; then :
5275 cat >>confdefs.h <<_ACEOF
5276 #define HAVE_LIBOSSAUDIO 1
5277 _ACEOF
5279 LIBS="-lossaudio $LIBS"
5284 XLIB=""
5286 OPENGL_LIBS=""
5290 # Check whether --enable-largefile was given.
5291 if test "${enable_largefile+set}" = set; then :
5292 enableval=$enable_largefile;
5295 if test "$enable_largefile" != no; then
5297 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5
5298 $as_echo_n "checking for special C compiler options needed for large files... " >&6; }
5299 if test "${ac_cv_sys_largefile_CC+set}" = set; then :
5300 $as_echo_n "(cached) " >&6
5301 else
5302 ac_cv_sys_largefile_CC=no
5303 if test "$GCC" != yes; then
5304 ac_save_CC=$CC
5305 while :; do
5306 # IRIX 6.2 and later do not support large files by default,
5307 # so use the C compiler's -n32 option if that helps.
5308 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5309 /* end confdefs.h. */
5310 #include <sys/types.h>
5311 /* Check that off_t can represent 2**63 - 1 correctly.
5312 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5313 since some C++ compilers masquerading as C compilers
5314 incorrectly reject 9223372036854775807. */
5315 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5316 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5317 && LARGE_OFF_T % 2147483647 == 1)
5318 ? 1 : -1];
5320 main ()
5324 return 0;
5326 _ACEOF
5327 if ac_fn_c_try_compile "$LINENO"; then :
5328 break
5330 rm -f core conftest.err conftest.$ac_objext
5331 CC="$CC -n32"
5332 if ac_fn_c_try_compile "$LINENO"; then :
5333 ac_cv_sys_largefile_CC=' -n32'; break
5335 rm -f core conftest.err conftest.$ac_objext
5336 break
5337 done
5338 CC=$ac_save_CC
5339 rm -f conftest.$ac_ext
5342 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_CC" >&5
5343 $as_echo "$ac_cv_sys_largefile_CC" >&6; }
5344 if test "$ac_cv_sys_largefile_CC" != no; then
5345 CC=$CC$ac_cv_sys_largefile_CC
5348 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5
5349 $as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; }
5350 if test "${ac_cv_sys_file_offset_bits+set}" = set; then :
5351 $as_echo_n "(cached) " >&6
5352 else
5353 while :; do
5354 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5355 /* end confdefs.h. */
5356 #include <sys/types.h>
5357 /* Check that off_t can represent 2**63 - 1 correctly.
5358 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5359 since some C++ compilers masquerading as C compilers
5360 incorrectly reject 9223372036854775807. */
5361 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5362 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5363 && LARGE_OFF_T % 2147483647 == 1)
5364 ? 1 : -1];
5366 main ()
5370 return 0;
5372 _ACEOF
5373 if ac_fn_c_try_compile "$LINENO"; then :
5374 ac_cv_sys_file_offset_bits=no; break
5376 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5377 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5378 /* end confdefs.h. */
5379 #define _FILE_OFFSET_BITS 64
5380 #include <sys/types.h>
5381 /* Check that off_t can represent 2**63 - 1 correctly.
5382 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5383 since some C++ compilers masquerading as C compilers
5384 incorrectly reject 9223372036854775807. */
5385 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5386 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5387 && LARGE_OFF_T % 2147483647 == 1)
5388 ? 1 : -1];
5390 main ()
5394 return 0;
5396 _ACEOF
5397 if ac_fn_c_try_compile "$LINENO"; then :
5398 ac_cv_sys_file_offset_bits=64; break
5400 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5401 ac_cv_sys_file_offset_bits=unknown
5402 break
5403 done
5405 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_file_offset_bits" >&5
5406 $as_echo "$ac_cv_sys_file_offset_bits" >&6; }
5407 case $ac_cv_sys_file_offset_bits in #(
5408 no | unknown) ;;
5410 cat >>confdefs.h <<_ACEOF
5411 #define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
5412 _ACEOF
5414 esac
5415 rm -rf conftest*
5416 if test $ac_cv_sys_file_offset_bits = unknown; then
5417 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5
5418 $as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; }
5419 if test "${ac_cv_sys_large_files+set}" = set; then :
5420 $as_echo_n "(cached) " >&6
5421 else
5422 while :; do
5423 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5424 /* end confdefs.h. */
5425 #include <sys/types.h>
5426 /* Check that off_t can represent 2**63 - 1 correctly.
5427 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5428 since some C++ compilers masquerading as C compilers
5429 incorrectly reject 9223372036854775807. */
5430 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5431 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5432 && LARGE_OFF_T % 2147483647 == 1)
5433 ? 1 : -1];
5435 main ()
5439 return 0;
5441 _ACEOF
5442 if ac_fn_c_try_compile "$LINENO"; then :
5443 ac_cv_sys_large_files=no; break
5445 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5446 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5447 /* end confdefs.h. */
5448 #define _LARGE_FILES 1
5449 #include <sys/types.h>
5450 /* Check that off_t can represent 2**63 - 1 correctly.
5451 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5452 since some C++ compilers masquerading as C compilers
5453 incorrectly reject 9223372036854775807. */
5454 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5455 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5456 && LARGE_OFF_T % 2147483647 == 1)
5457 ? 1 : -1];
5459 main ()
5463 return 0;
5465 _ACEOF
5466 if ac_fn_c_try_compile "$LINENO"; then :
5467 ac_cv_sys_large_files=1; break
5469 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5470 ac_cv_sys_large_files=unknown
5471 break
5472 done
5474 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_large_files" >&5
5475 $as_echo "$ac_cv_sys_large_files" >&6; }
5476 case $ac_cv_sys_large_files in #(
5477 no | unknown) ;;
5479 cat >>confdefs.h <<_ACEOF
5480 #define _LARGE_FILES $ac_cv_sys_large_files
5481 _ACEOF
5483 esac
5484 rm -rf conftest*
5489 ac_ext=c
5490 ac_cpp='$CPP $CPPFLAGS'
5491 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5492 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5493 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5494 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
5495 $as_echo_n "checking how to run the C preprocessor... " >&6; }
5496 # On Suns, sometimes $CPP names a directory.
5497 if test -n "$CPP" && test -d "$CPP"; then
5498 CPP=
5500 if test -z "$CPP"; then
5501 if test "${ac_cv_prog_CPP+set}" = set; then :
5502 $as_echo_n "(cached) " >&6
5503 else
5504 # Double quotes because CPP needs to be expanded
5505 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
5507 ac_preproc_ok=false
5508 for ac_c_preproc_warn_flag in '' yes
5510 # Use a header file that comes with gcc, so configuring glibc
5511 # with a fresh cross-compiler works.
5512 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5513 # <limits.h> exists even on freestanding compilers.
5514 # On the NeXT, cc -E runs the code through the compiler's parser,
5515 # not just through cpp. "Syntax error" is here to catch this case.
5516 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5517 /* end confdefs.h. */
5518 #ifdef __STDC__
5519 # include <limits.h>
5520 #else
5521 # include <assert.h>
5522 #endif
5523 Syntax error
5524 _ACEOF
5525 if ac_fn_c_try_cpp "$LINENO"; then :
5527 else
5528 # Broken: fails on valid input.
5529 continue
5531 rm -f conftest.err conftest.$ac_ext
5533 # OK, works on sane cases. Now check whether nonexistent headers
5534 # can be detected and how.
5535 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5536 /* end confdefs.h. */
5537 #include <ac_nonexistent.h>
5538 _ACEOF
5539 if ac_fn_c_try_cpp "$LINENO"; then :
5540 # Broken: success on invalid input.
5541 continue
5542 else
5543 # Passes both tests.
5544 ac_preproc_ok=:
5545 break
5547 rm -f conftest.err conftest.$ac_ext
5549 done
5550 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5551 rm -f conftest.err conftest.$ac_ext
5552 if $ac_preproc_ok; then :
5553 break
5556 done
5557 ac_cv_prog_CPP=$CPP
5560 CPP=$ac_cv_prog_CPP
5561 else
5562 ac_cv_prog_CPP=$CPP
5564 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
5565 $as_echo "$CPP" >&6; }
5566 ac_preproc_ok=false
5567 for ac_c_preproc_warn_flag in '' yes
5569 # Use a header file that comes with gcc, so configuring glibc
5570 # with a fresh cross-compiler works.
5571 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5572 # <limits.h> exists even on freestanding compilers.
5573 # On the NeXT, cc -E runs the code through the compiler's parser,
5574 # not just through cpp. "Syntax error" is here to catch this case.
5575 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5576 /* end confdefs.h. */
5577 #ifdef __STDC__
5578 # include <limits.h>
5579 #else
5580 # include <assert.h>
5581 #endif
5582 Syntax error
5583 _ACEOF
5584 if ac_fn_c_try_cpp "$LINENO"; then :
5586 else
5587 # Broken: fails on valid input.
5588 continue
5590 rm -f conftest.err conftest.$ac_ext
5592 # OK, works on sane cases. Now check whether nonexistent headers
5593 # can be detected and how.
5594 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5595 /* end confdefs.h. */
5596 #include <ac_nonexistent.h>
5597 _ACEOF
5598 if ac_fn_c_try_cpp "$LINENO"; then :
5599 # Broken: success on invalid input.
5600 continue
5601 else
5602 # Passes both tests.
5603 ac_preproc_ok=:
5604 break
5606 rm -f conftest.err conftest.$ac_ext
5608 done
5609 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5610 rm -f conftest.err conftest.$ac_ext
5611 if $ac_preproc_ok; then :
5613 else
5614 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5615 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5616 as_fn_error "C preprocessor \"$CPP\" fails sanity check
5617 See \`config.log' for more details." "$LINENO" 5; }
5620 ac_ext=c
5621 ac_cpp='$CPP $CPPFLAGS'
5622 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5623 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5624 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5627 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
5628 $as_echo_n "checking for ANSI C header files... " >&6; }
5629 if test "${ac_cv_header_stdc+set}" = set; then :
5630 $as_echo_n "(cached) " >&6
5631 else
5632 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5633 /* end confdefs.h. */
5634 #include <stdlib.h>
5635 #include <stdarg.h>
5636 #include <string.h>
5637 #include <float.h>
5640 main ()
5644 return 0;
5646 _ACEOF
5647 if ac_fn_c_try_compile "$LINENO"; then :
5648 ac_cv_header_stdc=yes
5649 else
5650 ac_cv_header_stdc=no
5652 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5654 if test $ac_cv_header_stdc = yes; then
5655 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
5656 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5657 /* end confdefs.h. */
5658 #include <string.h>
5660 _ACEOF
5661 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5662 $EGREP "memchr" >/dev/null 2>&1; then :
5664 else
5665 ac_cv_header_stdc=no
5667 rm -f conftest*
5671 if test $ac_cv_header_stdc = yes; then
5672 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
5673 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5674 /* end confdefs.h. */
5675 #include <stdlib.h>
5677 _ACEOF
5678 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5679 $EGREP "free" >/dev/null 2>&1; then :
5681 else
5682 ac_cv_header_stdc=no
5684 rm -f conftest*
5688 if test $ac_cv_header_stdc = yes; then
5689 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
5690 if test "$cross_compiling" = yes; then :
5692 else
5693 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5694 /* end confdefs.h. */
5695 #include <ctype.h>
5696 #include <stdlib.h>
5697 #if ((' ' & 0x0FF) == 0x020)
5698 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
5699 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5700 #else
5701 # define ISLOWER(c) \
5702 (('a' <= (c) && (c) <= 'i') \
5703 || ('j' <= (c) && (c) <= 'r') \
5704 || ('s' <= (c) && (c) <= 'z'))
5705 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
5706 #endif
5708 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
5710 main ()
5712 int i;
5713 for (i = 0; i < 256; i++)
5714 if (XOR (islower (i), ISLOWER (i))
5715 || toupper (i) != TOUPPER (i))
5716 return 2;
5717 return 0;
5719 _ACEOF
5720 if ac_fn_c_try_run "$LINENO"; then :
5722 else
5723 ac_cv_header_stdc=no
5725 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
5726 conftest.$ac_objext conftest.beam conftest.$ac_ext
5731 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
5732 $as_echo "$ac_cv_header_stdc" >&6; }
5733 if test $ac_cv_header_stdc = yes; then
5735 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
5739 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
5740 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
5741 inttypes.h stdint.h unistd.h
5742 do :
5743 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5744 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
5746 eval as_val=\$$as_ac_Header
5747 if test "x$as_val" = x""yes; then :
5748 cat >>confdefs.h <<_ACEOF
5749 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5750 _ACEOF
5754 done
5757 for ac_header in \
5758 AL/al.h \
5759 AudioToolbox/AudioConverter.h \
5760 AudioToolbox/AudioFile.h \
5761 AudioToolbox/AudioFileStream.h \
5762 AudioUnit/AudioUnit.h \
5763 Carbon/Carbon.h \
5764 CoreAudio/CoreAudio.h \
5765 DiskArbitration/DiskArbitration.h \
5766 IOKit/IOKitLib.h \
5767 IOKit/hid/IOHIDLib.h \
5768 OpenAL/al.h \
5769 alias.h \
5770 alsa/asoundlib.h \
5771 arpa/inet.h \
5772 arpa/nameser.h \
5773 asm/types.h \
5774 capi20.h \
5775 curses.h \
5776 direct.h \
5777 dirent.h \
5778 dlfcn.h \
5779 elf.h \
5780 float.h \
5781 fnmatch.h \
5782 fontconfig/fontconfig.h \
5783 getopt.h \
5784 grp.h \
5785 gsm.h \
5786 gsm/gsm.h \
5787 ieeefp.h \
5788 inet/mib2.h \
5789 io.h \
5790 jack/jack.h \
5791 jpeglib.h \
5792 kstat.h \
5793 lber.h \
5794 lcms.h \
5795 lcms/lcms.h \
5796 ldap.h \
5797 libaudioio.h \
5798 link.h \
5799 linux/cdrom.h \
5800 linux/compiler.h \
5801 linux/hdreg.h \
5802 linux/input.h \
5803 linux/ioctl.h \
5804 linux/joystick.h \
5805 linux/major.h \
5806 linux/param.h \
5807 linux/serial.h \
5808 linux/types.h \
5809 linux/ucdrom.h \
5810 mach-o/nlist.h \
5811 mach/mach.h \
5812 mach/machine.h \
5813 machine/cpu.h \
5814 machine/limits.h \
5815 machine/soundcard.h \
5816 mntent.h \
5817 mpg123.h \
5818 ncurses.h \
5819 netdb.h \
5820 netinet/in.h \
5821 netinet/in_systm.h \
5822 netinet/tcp.h \
5823 netinet/tcp_fsm.h \
5824 openssl/err.h \
5825 openssl/ssl.h \
5826 png.h \
5827 poll.h \
5828 port.h \
5829 process.h \
5830 pthread.h \
5831 pwd.h \
5832 regex.h \
5833 sched.h \
5834 scsi/scsi.h \
5835 scsi/scsi_ioctl.h \
5836 scsi/sg.h \
5837 soundcard.h \
5838 stdbool.h \
5839 stdint.h \
5840 strings.h \
5841 stropts.h \
5842 sys/asoundlib.h \
5843 sys/cdio.h \
5844 sys/elf32.h \
5845 sys/epoll.h \
5846 sys/errno.h \
5847 sys/event.h \
5848 sys/exec_elf.h \
5849 sys/filio.h \
5850 sys/inotify.h \
5851 sys/ioctl.h \
5852 sys/ipc.h \
5853 sys/limits.h \
5854 sys/link.h \
5855 sys/mman.h \
5856 sys/modem.h \
5857 sys/msg.h \
5858 sys/mtio.h \
5859 sys/param.h \
5860 sys/poll.h \
5861 sys/prctl.h \
5862 sys/protosw.h \
5863 sys/ptrace.h \
5864 sys/resource.h \
5865 sys/scsiio.h \
5866 sys/shm.h \
5867 sys/signal.h \
5868 sys/socket.h \
5869 sys/socketvar.h \
5870 sys/sockio.h \
5871 sys/soundcard.h \
5872 sys/statvfs.h \
5873 sys/strtio.h \
5874 sys/syscall.h \
5875 sys/tihdr.h \
5876 sys/time.h \
5877 sys/timeout.h \
5878 sys/times.h \
5879 sys/uio.h \
5880 sys/un.h \
5881 sys/utsname.h \
5882 sys/vm86.h \
5883 sys/wait.h \
5884 syscall.h \
5885 termios.h \
5886 tiffio.h \
5887 unistd.h \
5888 utime.h \
5889 valgrind/memcheck.h \
5890 valgrind/valgrind.h \
5891 zlib.h
5893 do :
5894 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5895 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
5896 eval as_val=\$$as_ac_Header
5897 if test "x$as_val" = x""yes; then :
5898 cat >>confdefs.h <<_ACEOF
5899 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5900 _ACEOF
5904 done
5906 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stat file-mode macros are broken" >&5
5907 $as_echo_n "checking whether stat file-mode macros are broken... " >&6; }
5908 if test "${ac_cv_header_stat_broken+set}" = set; then :
5909 $as_echo_n "(cached) " >&6
5910 else
5911 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5912 /* end confdefs.h. */
5913 #include <sys/types.h>
5914 #include <sys/stat.h>
5916 #if defined S_ISBLK && defined S_IFDIR
5917 extern char c1[S_ISBLK (S_IFDIR) ? -1 : 1];
5918 #endif
5920 #if defined S_ISBLK && defined S_IFCHR
5921 extern char c2[S_ISBLK (S_IFCHR) ? -1 : 1];
5922 #endif
5924 #if defined S_ISLNK && defined S_IFREG
5925 extern char c3[S_ISLNK (S_IFREG) ? -1 : 1];
5926 #endif
5928 #if defined S_ISSOCK && defined S_IFREG
5929 extern char c4[S_ISSOCK (S_IFREG) ? -1 : 1];
5930 #endif
5932 _ACEOF
5933 if ac_fn_c_try_compile "$LINENO"; then :
5934 ac_cv_header_stat_broken=no
5935 else
5936 ac_cv_header_stat_broken=yes
5938 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5940 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stat_broken" >&5
5941 $as_echo "$ac_cv_header_stat_broken" >&6; }
5942 if test $ac_cv_header_stat_broken = yes; then
5944 $as_echo "#define STAT_MACROS_BROKEN 1" >>confdefs.h
5950 for ac_header in sys/mount.h sys/statfs.h sys/sysctl.h sys/user.h sys/vfs.h
5951 do :
5952 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5953 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
5954 #ifdef HAVE_SYS_PARAM_H
5955 # include <sys/param.h>
5956 #endif
5958 eval as_val=\$$as_ac_Header
5959 if test "x$as_val" = x""yes; then :
5960 cat >>confdefs.h <<_ACEOF
5961 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5962 _ACEOF
5966 done
5969 for ac_header in \
5970 netinet/ip.h \
5971 net/if.h \
5972 net/if_arp.h \
5973 net/if_dl.h \
5974 net/if_types.h \
5975 net/route.h \
5976 netinet/if_ether.h \
5977 netinet/if_inarp.h \
5978 netinet/in_pcb.h \
5979 netinet/ip_icmp.h \
5980 netinet/ip_var.h \
5981 netinet/udp.h \
5982 netipx/ipx.h \
5984 do :
5985 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5986 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
5987 #ifdef HAVE_SYS_SOCKET_H
5988 # include <sys/socket.h>
5989 #endif
5990 #ifdef HAVE_SYS_SOCKETVAR_H
5991 # include <sys/socketvar.h>
5992 #endif
5993 #ifdef HAVE_NET_ROUTE_H
5994 # include <net/route.h>
5995 #endif
5996 #ifdef HAVE_NETINET_IN_H
5997 # include <netinet/in.h>
5998 #endif
5999 #ifdef HAVE_NETINET_IN_SYSTM_H
6000 # include <netinet/in_systm.h>
6001 #endif
6002 #ifdef HAVE_NET_IF_H
6003 # include <net/if.h>
6004 #endif
6005 #ifdef HAVE_NETINET_IP_H
6006 # include <netinet/ip.h>
6007 #endif
6009 eval as_val=\$$as_ac_Header
6010 if test "x$as_val" = x""yes; then :
6011 cat >>confdefs.h <<_ACEOF
6012 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6013 _ACEOF
6017 done
6020 for ac_header in netinet/tcp_timer.h netinet/udp_var.h netinet/icmp_var.h netinet/tcp_var.h
6021 do :
6022 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6023 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
6024 #ifdef HAVE_ALIAS_H
6025 # include <alias.h>
6026 #endif
6027 #ifdef HAVE_SYS_SOCKET_H
6028 # include <sys/socket.h>
6029 #endif
6030 #ifdef HAVE_SYS_SOCKETVAR_H
6031 # include <sys/socketvar.h>
6032 #endif
6033 #ifdef HAVE_SYS_TIMEOUT_H
6034 # include <sys/timeout.h>
6035 #endif
6036 #ifdef HAVE_NETINET_IN_H
6037 # include <netinet/in.h>
6038 #endif
6039 #ifdef HAVE_NETINET_IN_SYSTM_H
6040 # include <netinet/in_systm.h>
6041 #endif
6042 #ifdef HAVE_NETINET_IP_H
6043 # include <netinet/ip.h>
6044 #endif
6045 #ifdef HAVE_NETINET_IP_VAR_H
6046 # include <netinet/ip_var.h>
6047 #endif
6048 #ifdef HAVE_NETINET_IP_ICMP_H
6049 # include <netinet/ip_icmp.h>
6050 #endif
6051 #ifdef HAVE_NETINET_UDP_H
6052 # include <netinet/udp.h>
6053 #endif
6054 #ifdef HAVE_NETINET_TCP_H
6055 # include <netinet/tcp.h>
6056 #endif
6057 #ifdef HAVE_NETINET_TCP_TIMER_H
6058 #include <netinet/tcp_timer.h>
6059 #endif
6061 eval as_val=\$$as_ac_Header
6062 if test "x$as_val" = x""yes; then :
6063 cat >>confdefs.h <<_ACEOF
6064 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6065 _ACEOF
6069 done
6072 for ac_header in linux/ipx.h linux/irda.h
6073 do :
6074 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6075 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
6076 #ifdef HAVE_ASM_TYPES_H
6077 # include <asm/types.h>
6078 #endif
6079 #ifdef HAVE_SYS_SOCKET_H
6080 # include <sys/socket.h>
6081 #endif
6082 #ifdef HAVE_LINUX_TYPES_H
6083 # include <linux/types.h>
6084 #endif
6086 eval as_val=\$$as_ac_Header
6087 if test "x$as_val" = x""yes; then :
6088 cat >>confdefs.h <<_ACEOF
6089 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6090 _ACEOF
6094 done
6097 for ac_header in mach-o/dyld_images.h
6098 do :
6099 ac_fn_c_check_header_compile "$LINENO" "mach-o/dyld_images.h" "ac_cv_header_mach_o_dyld_images_h" "#ifdef HAVE_STDBOOL_H
6100 # include <stdbool.h>
6101 #endif
6102 #ifdef HAVE_STDINT_H
6103 # include <stdint.h>
6104 #endif
6106 if test "x$ac_cv_header_mach_o_dyld_images_h" = x""yes; then :
6107 cat >>confdefs.h <<_ACEOF
6108 #define HAVE_MACH_O_DYLD_IMAGES_H 1
6109 _ACEOF
6113 done
6116 for ac_header in resolv.h
6117 do :
6118 ac_fn_c_check_header_compile "$LINENO" "resolv.h" "ac_cv_header_resolv_h" "#include <sys/types.h>
6119 #ifdef HAVE_SYS_SOCKET_H
6120 # include <sys/socket.h>
6121 #endif
6122 #ifdef HAVE_NETINET_IN_H
6123 # include <netinet/in.h>
6124 #endif
6125 #ifdef HAVE_ARPA_NAMESER_H
6126 # include <arpa/nameser.h>
6127 #endif
6129 if test "x$ac_cv_header_resolv_h" = x""yes; then :
6130 cat >>confdefs.h <<_ACEOF
6131 #define HAVE_RESOLV_H 1
6132 _ACEOF
6136 done
6139 for ac_header in ifaddrs.h
6140 do :
6141 ac_fn_c_check_header_compile "$LINENO" "ifaddrs.h" "ac_cv_header_ifaddrs_h" "#include <sys/types.h>
6143 if test "x$ac_cv_header_ifaddrs_h" = x""yes; then :
6144 cat >>confdefs.h <<_ACEOF
6145 #define HAVE_IFADDRS_H 1
6146 _ACEOF
6150 done
6153 for ac_header in ucontext.h
6154 do :
6155 ac_fn_c_check_header_compile "$LINENO" "ucontext.h" "ac_cv_header_ucontext_h" "#include <signal.h>
6157 if test "x$ac_cv_header_ucontext_h" = x""yes; then :
6158 cat >>confdefs.h <<_ACEOF
6159 #define HAVE_UCONTEXT_H 1
6160 _ACEOF
6164 done
6167 for ac_header in sys/thr.h
6168 do :
6169 ac_fn_c_check_header_compile "$LINENO" "sys/thr.h" "ac_cv_header_sys_thr_h" "#include <sys/types.h>
6170 #ifdef HAVE_UCONTEXT_H
6171 #include <ucontext.h>
6172 #endif
6174 if test "x$ac_cv_header_sys_thr_h" = x""yes; then :
6175 cat >>confdefs.h <<_ACEOF
6176 #define HAVE_SYS_THR_H 1
6177 _ACEOF
6181 done
6184 for ac_header in pthread_np.h
6185 do :
6186 ac_fn_c_check_header_compile "$LINENO" "pthread_np.h" "ac_cv_header_pthread_np_h" "#ifdef HAVE_PTHREAD_H
6187 #include <pthread.h>
6188 #endif
6190 if test "x$ac_cv_header_pthread_np_h" = x""yes; then :
6191 cat >>confdefs.h <<_ACEOF
6192 #define HAVE_PTHREAD_NP_H 1
6193 _ACEOF
6197 done
6200 for ac_header in linux/videodev.h
6201 do :
6202 ac_fn_c_check_header_compile "$LINENO" "linux/videodev.h" "ac_cv_header_linux_videodev_h" "#ifdef HAVE_SYS_TIME_H
6203 #include <sys/time.h>
6204 #endif
6205 #include <sys/types.h>
6206 #ifdef HAVE_ASM_TYPES_H
6207 #include <asm/types.h>
6208 #endif
6210 if test "x$ac_cv_header_linux_videodev_h" = x""yes; then :
6211 cat >>confdefs.h <<_ACEOF
6212 #define HAVE_LINUX_VIDEODEV_H 1
6213 _ACEOF
6217 done
6220 for ac_header in linux/capi.h
6221 do :
6222 ac_fn_c_check_header_compile "$LINENO" "linux/capi.h" "ac_cv_header_linux_capi_h" "#define __user
6224 if test "x$ac_cv_header_linux_capi_h" = x""yes; then :
6225 cat >>confdefs.h <<_ACEOF
6226 #define HAVE_LINUX_CAPI_H 1
6227 _ACEOF
6231 done
6235 DLLEXT=""
6237 DLLFLAGS="-D_REENTRANT"
6239 LDSHARED=""
6241 LDDLLFLAGS=""
6243 LIBEXT="so"
6245 IMPLIBEXT="def"
6247 LDRPATH_INSTALL=""
6249 LDRPATH_LOCAL=""
6251 STATIC_IMPLIBEXT="def.a"
6252 # Extract the first word of "ldd", so it can be a program name with args.
6253 set dummy ldd; ac_word=$2
6254 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6255 $as_echo_n "checking for $ac_word... " >&6; }
6256 if test "${ac_cv_path_LDD+set}" = set; then :
6257 $as_echo_n "(cached) " >&6
6258 else
6259 case $LDD in
6260 [\\/]* | ?:[\\/]*)
6261 ac_cv_path_LDD="$LDD" # Let the user override the test with a path.
6264 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6265 as_dummy="/sbin:/usr/sbin:$PATH"
6266 for as_dir in $as_dummy
6268 IFS=$as_save_IFS
6269 test -z "$as_dir" && as_dir=.
6270 for ac_exec_ext in '' $ac_executable_extensions; do
6271 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6272 ac_cv_path_LDD="$as_dir/$ac_word$ac_exec_ext"
6273 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6274 break 2
6276 done
6277 done
6278 IFS=$as_save_IFS
6280 test -z "$ac_cv_path_LDD" && ac_cv_path_LDD="true"
6282 esac
6284 LDD=$ac_cv_path_LDD
6285 if test -n "$LDD"; then
6286 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LDD" >&5
6287 $as_echo "$LDD" >&6; }
6288 else
6289 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6290 $as_echo "no" >&6; }
6295 case $host_os in
6296 cygwin*|mingw32*)
6297 if test -n "$ac_tool_prefix"; then
6298 # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
6299 set dummy ${ac_tool_prefix}dlltool; ac_word=$2
6300 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6301 $as_echo_n "checking for $ac_word... " >&6; }
6302 if test "${ac_cv_prog_DLLTOOL+set}" = set; then :
6303 $as_echo_n "(cached) " >&6
6304 else
6305 if test -n "$DLLTOOL"; then
6306 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
6307 else
6308 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6309 for as_dir in $PATH
6311 IFS=$as_save_IFS
6312 test -z "$as_dir" && as_dir=.
6313 for ac_exec_ext in '' $ac_executable_extensions; do
6314 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6315 ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
6316 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6317 break 2
6319 done
6320 done
6321 IFS=$as_save_IFS
6325 DLLTOOL=$ac_cv_prog_DLLTOOL
6326 if test -n "$DLLTOOL"; then
6327 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
6328 $as_echo "$DLLTOOL" >&6; }
6329 else
6330 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6331 $as_echo "no" >&6; }
6336 if test -z "$ac_cv_prog_DLLTOOL"; then
6337 ac_ct_DLLTOOL=$DLLTOOL
6338 # Extract the first word of "dlltool", so it can be a program name with args.
6339 set dummy dlltool; ac_word=$2
6340 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6341 $as_echo_n "checking for $ac_word... " >&6; }
6342 if test "${ac_cv_prog_ac_ct_DLLTOOL+set}" = set; then :
6343 $as_echo_n "(cached) " >&6
6344 else
6345 if test -n "$ac_ct_DLLTOOL"; then
6346 ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test.
6347 else
6348 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6349 for as_dir in $PATH
6351 IFS=$as_save_IFS
6352 test -z "$as_dir" && as_dir=.
6353 for ac_exec_ext in '' $ac_executable_extensions; do
6354 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6355 ac_cv_prog_ac_ct_DLLTOOL="dlltool"
6356 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6357 break 2
6359 done
6360 done
6361 IFS=$as_save_IFS
6365 ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
6366 if test -n "$ac_ct_DLLTOOL"; then
6367 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DLLTOOL" >&5
6368 $as_echo "$ac_ct_DLLTOOL" >&6; }
6369 else
6370 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6371 $as_echo "no" >&6; }
6374 if test "x$ac_ct_DLLTOOL" = x; then
6375 DLLTOOL="false"
6376 else
6377 case $cross_compiling:$ac_tool_warned in
6378 yes:)
6379 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6380 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6381 ac_tool_warned=yes ;;
6382 esac
6383 DLLTOOL=$ac_ct_DLLTOOL
6385 else
6386 DLLTOOL="$ac_cv_prog_DLLTOOL"
6389 if test -n "$ac_tool_prefix"; then
6390 # Extract the first word of "${ac_tool_prefix}dllwrap", so it can be a program name with args.
6391 set dummy ${ac_tool_prefix}dllwrap; ac_word=$2
6392 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6393 $as_echo_n "checking for $ac_word... " >&6; }
6394 if test "${ac_cv_prog_DLLWRAP+set}" = set; then :
6395 $as_echo_n "(cached) " >&6
6396 else
6397 if test -n "$DLLWRAP"; then
6398 ac_cv_prog_DLLWRAP="$DLLWRAP" # Let the user override the test.
6399 else
6400 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6401 for as_dir in $PATH
6403 IFS=$as_save_IFS
6404 test -z "$as_dir" && as_dir=.
6405 for ac_exec_ext in '' $ac_executable_extensions; do
6406 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6407 ac_cv_prog_DLLWRAP="${ac_tool_prefix}dllwrap"
6408 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6409 break 2
6411 done
6412 done
6413 IFS=$as_save_IFS
6417 DLLWRAP=$ac_cv_prog_DLLWRAP
6418 if test -n "$DLLWRAP"; then
6419 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLWRAP" >&5
6420 $as_echo "$DLLWRAP" >&6; }
6421 else
6422 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6423 $as_echo "no" >&6; }
6428 if test -z "$ac_cv_prog_DLLWRAP"; then
6429 ac_ct_DLLWRAP=$DLLWRAP
6430 # Extract the first word of "dllwrap", so it can be a program name with args.
6431 set dummy dllwrap; ac_word=$2
6432 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6433 $as_echo_n "checking for $ac_word... " >&6; }
6434 if test "${ac_cv_prog_ac_ct_DLLWRAP+set}" = set; then :
6435 $as_echo_n "(cached) " >&6
6436 else
6437 if test -n "$ac_ct_DLLWRAP"; then
6438 ac_cv_prog_ac_ct_DLLWRAP="$ac_ct_DLLWRAP" # Let the user override the test.
6439 else
6440 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6441 for as_dir in $PATH
6443 IFS=$as_save_IFS
6444 test -z "$as_dir" && as_dir=.
6445 for ac_exec_ext in '' $ac_executable_extensions; do
6446 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6447 ac_cv_prog_ac_ct_DLLWRAP="dllwrap"
6448 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6449 break 2
6451 done
6452 done
6453 IFS=$as_save_IFS
6457 ac_ct_DLLWRAP=$ac_cv_prog_ac_ct_DLLWRAP
6458 if test -n "$ac_ct_DLLWRAP"; then
6459 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DLLWRAP" >&5
6460 $as_echo "$ac_ct_DLLWRAP" >&6; }
6461 else
6462 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6463 $as_echo "no" >&6; }
6466 if test "x$ac_ct_DLLWRAP" = x; then
6467 DLLWRAP="false"
6468 else
6469 case $cross_compiling:$ac_tool_warned in
6470 yes:)
6471 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6472 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6473 ac_tool_warned=yes ;;
6474 esac
6475 DLLWRAP=$ac_ct_DLLWRAP
6477 else
6478 DLLWRAP="$ac_cv_prog_DLLWRAP"
6481 if test "$DLLWRAP" = "false"; then
6482 LIBEXT="a"
6483 else
6484 LIBEXT="dll"
6486 IMPLIBEXT="a"
6487 STATIC_IMPLIBEXT="a"
6488 enable_iphlpapi=${enable_iphlpapi:-no}
6489 enable_kernel32=${enable_kernel32:-no}
6490 enable_msvcrt=${enable_msvcrt:-no}
6491 enable_ntdll=${enable_ntdll:-no}
6492 enable_ws2_32=${enable_ws2_32:-no}
6493 enable_loader=${enable_loader:-no}
6494 enable_server=${enable_server:-no}
6495 with_x=${with_x:-no}
6496 with_pthread=${with_pthread:-no}
6498 darwin*|macosx*)
6499 DLLEXT=".so"
6500 LIBEXT="dylib"
6501 DLLFLAGS="$DLLFLAGS -fPIC"
6502 LDDLLFLAGS="-bundle -multiply_defined suppress"
6503 LIBWINE_LDFLAGS="-multiply_defined suppress"
6504 LDSHARED="\$(CC) -dynamiclib"
6505 STRIP="$STRIP -x"
6506 LDRPATH_LOCAL="&& install_name_tool -change @executable_path/\`\$(RELPATH) \$(bindir) \$(libdir)\`/libwine.1.dylib @executable_path/\$(TOPOBJDIR)/libs/wine/libwine.1.dylib \$@ || \$(RM) \$@"
6507 SECURITYLIB="-framework Security -framework CoreFoundation"
6509 COREFOUNDATIONLIB="-framework CoreFoundation"
6511 IOKITLIB="-framework IOKit -framework CoreFoundation"
6513 LDEXECFLAGS="-image_base 0x7bf00000 -Wl,-segaddr,WINE_DOS,0x00000000,-segaddr,WINE_SHAREDHEAP,0x7f000000"
6515 if test "$ac_cv_header_DiskArbitration_DiskArbitration_h" = "yes"
6516 then
6517 DISKARBITRATIONLIB="-framework DiskArbitration -framework CoreFoundation"
6520 if test "$ac_cv_header_CoreAudio_CoreAudio_h" = "yes" -a "$ac_cv_header_AudioUnit_AudioUnit_h" = "yes"
6521 then
6522 COREAUDIO="-framework CoreAudio -framework AudioUnit -framework CoreServices -framework AudioToolbox -framework CoreMIDI"
6524 ac_save_LIBS="$LIBS"
6525 if test "$ac_cv_header_AudioToolbox_AudioFile_h" = "yes"
6526 then
6527 LIBS="$LIBS $COREAUDIO"
6528 for ac_func in AudioFileStreamOpen
6529 do :
6530 ac_fn_c_check_func "$LINENO" "AudioFileStreamOpen" "ac_cv_func_AudioFileStreamOpen"
6531 if test "x$ac_cv_func_AudioFileStreamOpen" = x""yes; then :
6532 cat >>confdefs.h <<_ACEOF
6533 #define HAVE_AUDIOFILESTREAMOPEN 1
6534 _ACEOF
6537 done
6539 LIBS="$ac_save_LIBS"
6541 test "x$ac_cv_func_AudioFileStreamOpen" = xyes || as_fn_append wine_notices "|AudioToolbox version too old, mp3 codec won't be supported."
6543 if test "$ac_cv_header_OpenAL_al_h" = "yes"
6544 then
6545 FRAMEWORK_OPENAL="-framework OpenAL"
6548 cat >>confdefs.h <<_ACEOF
6549 #define HAVE_OPENAL 1
6550 _ACEOF
6552 ac_cv_lib_openal=yes
6554 if test "$ac_cv_header_IOKit_hid_IOHIDLib_h" = "yes"
6555 then
6556 ac_save_LIBS="$LIBS"
6557 LIBS="$LIBS $IOKITLIB"
6558 for ac_func in IOHIDManagerCreate
6559 do :
6560 ac_fn_c_check_func "$LINENO" "IOHIDManagerCreate" "ac_cv_func_IOHIDManagerCreate"
6561 if test "x$ac_cv_func_IOHIDManagerCreate" = x""yes; then :
6562 cat >>confdefs.h <<_ACEOF
6563 #define HAVE_IOHIDMANAGERCREATE 1
6564 _ACEOF
6567 done
6569 LIBS="$ac_save_LIBS"
6571 case $host_cpu in
6572 *powerpc*)
6573 LDDLLFLAGS="$LDDLLFLAGS -read_only_relocs warning" ;;
6574 esac
6575 if test "$ac_cv_header_Carbon_Carbon_h" = "yes"
6576 then
6577 CARBONLIB="-framework Carbon"
6579 enable_winequartz_drv=${enable_winequartz_drv:-yes}
6581 if test "x$enable_win16" = "xyes"
6582 then
6583 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether 16-bit code can be built correctly" >&5
6584 $as_echo_n "checking whether 16-bit code can be built correctly... " >&6; }
6585 if test "$cross_compiling" = yes; then :
6586 { $as_echo "$as_me:${as_lineno-$LINENO}: result: cross-compiling, assuming yes" >&5
6587 $as_echo "cross-compiling, assuming yes" >&6; }
6588 else
6589 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6590 /* end confdefs.h. */
6591 asm(".text\n"
6592 "bad:\tnop;nop\n"
6593 "good:\tnop;nop\n\t"
6594 ".globl _testfunc\n"
6595 "_testfunc:\tcallw good");
6596 extern void testfunc();
6598 main ()
6600 unsigned short *p = (unsigned short *)testfunc;
6601 return p[0] != 0xe866 || p[1] != 0xfffa
6603 return 0;
6605 _ACEOF
6606 if ac_fn_c_try_run "$LINENO"; then :
6607 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6608 $as_echo "yes" >&6; }
6609 else
6610 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6611 $as_echo "no" >&6; }
6612 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
6614 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
6615 conftest.$ac_objext conftest.beam conftest.$ac_ext
6621 DLLFLAGS="$DLLFLAGS -fPIC"
6622 DLLEXT=".so"
6623 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can build a GNU style ELF dll" >&5
6624 $as_echo_n "checking whether we can build a GNU style ELF dll... " >&6; }
6625 if test "${ac_cv_c_dll_gnuelf+set}" = set; then :
6626 $as_echo_n "(cached) " >&6
6627 else
6628 ac_wine_try_cflags_saved=$CFLAGS
6629 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic"
6630 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6631 /* end confdefs.h. */
6632 void myfunc() {}
6633 _ACEOF
6634 if ac_fn_c_try_link "$LINENO"; then :
6635 ac_cv_c_dll_gnuelf="yes"
6636 else
6637 ac_cv_c_dll_gnuelf="no"
6639 rm -f core conftest.err conftest.$ac_objext \
6640 conftest$ac_exeext conftest.$ac_ext
6641 CFLAGS=$ac_wine_try_cflags_saved
6643 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dll_gnuelf" >&5
6644 $as_echo "$ac_cv_c_dll_gnuelf" >&6; }
6645 if test "$ac_cv_c_dll_gnuelf" = "yes"
6646 then
6647 LDSHARED="\$(CC) -shared"
6648 LDDLLFLAGS="-shared -Wl,-Bsymbolic"
6649 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1" >&5
6650 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1... " >&6; }
6651 if test "${ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1+set}" = set; then :
6652 $as_echo_n "(cached) " >&6
6653 else
6654 ac_wine_try_cflags_saved=$CFLAGS
6655 CFLAGS="$CFLAGS -fPIC -shared -Wl,-soname,confest.so.1"
6656 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6657 /* end confdefs.h. */
6658 int main(int argc, char **argv) { return 0; }
6659 _ACEOF
6660 if ac_fn_c_try_link "$LINENO"; then :
6661 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=yes
6662 else
6663 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=no
6665 rm -f core conftest.err conftest.$ac_objext \
6666 conftest$ac_exeext conftest.$ac_ext
6667 CFLAGS=$ac_wine_try_cflags_saved
6669 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&5
6670 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&6; }
6671 if test $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1 = yes; then :
6672 LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-soname,%)"
6673 else
6674 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1" >&5
6675 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1... " >&6; }
6676 if test "${ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1+set}" = set; then :
6677 $as_echo_n "(cached) " >&6
6678 else
6679 ac_wine_try_cflags_saved=$CFLAGS
6680 CFLAGS="$CFLAGS -fPIC -shared -Wl,-h,confest.so.1"
6681 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6682 /* end confdefs.h. */
6683 int main(int argc, char **argv) { return 0; }
6684 _ACEOF
6685 if ac_fn_c_try_link "$LINENO"; then :
6686 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=yes
6687 else
6688 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=no
6690 rm -f core conftest.err conftest.$ac_objext \
6691 conftest$ac_exeext conftest.$ac_ext
6692 CFLAGS=$ac_wine_try_cflags_saved
6694 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&5
6695 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&6; }
6696 if test $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1 = yes; then :
6697 LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-h,%)"
6701 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs" >&5
6702 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs... " >&6; }
6703 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs+set}" = set; then :
6704 $as_echo_n "(cached) " >&6
6705 else
6706 ac_wine_try_cflags_saved=$CFLAGS
6707 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-z,defs"
6708 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6709 /* end confdefs.h. */
6710 int main(int argc, char **argv) { return 0; }
6711 _ACEOF
6712 if ac_fn_c_try_link "$LINENO"; then :
6713 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=yes
6714 else
6715 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=no
6717 rm -f core conftest.err conftest.$ac_objext \
6718 conftest$ac_exeext conftest.$ac_ext
6719 CFLAGS=$ac_wine_try_cflags_saved
6721 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&5
6722 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&6; }
6723 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs = yes; then :
6724 LDDLLFLAGS="$LDDLLFLAGS,-z,defs"
6727 { $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
6728 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini... " >&6; }
6729 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini+set}" = set; then :
6730 $as_echo_n "(cached) " >&6
6731 else
6732 ac_wine_try_cflags_saved=$CFLAGS
6733 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini"
6734 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6735 /* end confdefs.h. */
6736 int main(int argc, char **argv) { return 0; }
6737 _ACEOF
6738 if ac_fn_c_try_link "$LINENO"; then :
6739 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=yes
6740 else
6741 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=no
6743 rm -f core conftest.err conftest.$ac_objext \
6744 conftest$ac_exeext conftest.$ac_ext
6745 CFLAGS=$ac_wine_try_cflags_saved
6747 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&5
6748 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&6; }
6749 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini = yes; then :
6750 LDDLLFLAGS="$LDDLLFLAGS,-init,__wine_spec_init,-fini,__wine_spec_fini"
6753 echo '{ global: *; };' >conftest.map
6754 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map" >&5
6755 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map... " >&6; }
6756 if test "${ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map+set}" = set; then :
6757 $as_echo_n "(cached) " >&6
6758 else
6759 ac_wine_try_cflags_saved=$CFLAGS
6760 CFLAGS="$CFLAGS -fPIC -shared -Wl,--version-script=conftest.map"
6761 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6762 /* end confdefs.h. */
6763 int main(int argc, char **argv) { return 0; }
6764 _ACEOF
6765 if ac_fn_c_try_link "$LINENO"; then :
6766 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=yes
6767 else
6768 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=no
6770 rm -f core conftest.err conftest.$ac_objext \
6771 conftest$ac_exeext conftest.$ac_ext
6772 CFLAGS=$ac_wine_try_cflags_saved
6774 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&5
6775 $as_echo "$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&6; }
6776 if test $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map = yes; then :
6777 LDSHARED="$LDSHARED \$(VERSCRIPT:%=-Wl,--version-script=%)"
6779 rm -f conftest.map
6781 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
6782 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--export-dynamic... " >&6; }
6783 if test "${ac_cv_cflags__fPIC__Wl___export_dynamic+set}" = set; then :
6784 $as_echo_n "(cached) " >&6
6785 else
6786 ac_wine_try_cflags_saved=$CFLAGS
6787 CFLAGS="$CFLAGS -fPIC -Wl,--export-dynamic"
6788 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6789 /* end confdefs.h. */
6790 int main(int argc, char **argv) { return 0; }
6791 _ACEOF
6792 if ac_fn_c_try_link "$LINENO"; then :
6793 ac_cv_cflags__fPIC__Wl___export_dynamic=yes
6794 else
6795 ac_cv_cflags__fPIC__Wl___export_dynamic=no
6797 rm -f core conftest.err conftest.$ac_objext \
6798 conftest$ac_exeext conftest.$ac_ext
6799 CFLAGS=$ac_wine_try_cflags_saved
6801 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
6802 $as_echo "$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
6803 if test $ac_cv_cflags__fPIC__Wl___export_dynamic = yes; then :
6804 LDEXECFLAGS="-Wl,--export-dynamic"
6808 as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,--rpath,\\$ORIGIN/../lib" | $as_tr_sh`
6809 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
6810 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... " >&6; }
6811 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then :
6812 $as_echo_n "(cached) " >&6
6813 else
6814 ac_wine_try_cflags_saved=$CFLAGS
6815 CFLAGS="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
6816 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6817 /* end confdefs.h. */
6818 int main(int argc, char **argv) { return 0; }
6819 _ACEOF
6820 if ac_fn_c_try_link "$LINENO"; then :
6821 eval "$as_ac_var=yes"
6822 else
6823 eval "$as_ac_var=no"
6825 rm -f core conftest.err conftest.$ac_objext \
6826 conftest$ac_exeext conftest.$ac_ext
6827 CFLAGS=$ac_wine_try_cflags_saved
6829 eval ac_res=\$$as_ac_var
6830 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
6831 $as_echo "$ac_res" >&6; }
6832 if test `eval 'as_val=${'$as_ac_var'};$as_echo "$as_val"'` = yes; then :
6833 LDRPATH_INSTALL="-Wl,--rpath,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
6834 LDRPATH_LOCAL="-Wl,--rpath,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
6835 else
6836 as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,-R,\\$ORIGIN/../lib" | $as_tr_sh`
6837 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
6838 $as_echo_n "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... " >&6; }
6839 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then :
6840 $as_echo_n "(cached) " >&6
6841 else
6842 ac_wine_try_cflags_saved=$CFLAGS
6843 CFLAGS="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
6844 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6845 /* end confdefs.h. */
6846 int main(int argc, char **argv) { return 0; }
6847 _ACEOF
6848 if ac_fn_c_try_link "$LINENO"; then :
6849 eval "$as_ac_var=yes"
6850 else
6851 eval "$as_ac_var=no"
6853 rm -f core conftest.err conftest.$ac_objext \
6854 conftest$ac_exeext conftest.$ac_ext
6855 CFLAGS=$ac_wine_try_cflags_saved
6857 eval ac_res=\$$as_ac_var
6858 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
6859 $as_echo "$ac_res" >&6; }
6860 if test `eval 'as_val=${'$as_ac_var'};$as_echo "$as_val"'` = yes; then :
6861 LDRPATH_INSTALL="-Wl,-R,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
6862 LDRPATH_LOCAL="-Wl,-R,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
6866 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
6867 $as_echo_n "checking whether the compiler supports -Wl,--enable-new-dtags... " >&6; }
6868 if test "${ac_cv_cflags__Wl___enable_new_dtags+set}" = set; then :
6869 $as_echo_n "(cached) " >&6
6870 else
6871 ac_wine_try_cflags_saved=$CFLAGS
6872 CFLAGS="$CFLAGS -Wl,--enable-new-dtags"
6873 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6874 /* end confdefs.h. */
6875 int main(int argc, char **argv) { return 0; }
6876 _ACEOF
6877 if ac_fn_c_try_link "$LINENO"; then :
6878 ac_cv_cflags__Wl___enable_new_dtags=yes
6879 else
6880 ac_cv_cflags__Wl___enable_new_dtags=no
6882 rm -f core conftest.err conftest.$ac_objext \
6883 conftest$ac_exeext conftest.$ac_ext
6884 CFLAGS=$ac_wine_try_cflags_saved
6886 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
6887 $as_echo "$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
6888 if test $ac_cv_cflags__Wl___enable_new_dtags = yes; then :
6889 LDRPATH_INSTALL="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
6892 case $host_cpu in
6893 *i[3456789]86* | x86_64)
6894 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400" >&5
6895 $as_echo_n "checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400... " >&6; }
6896 if test "${ac_cv_cflags__Wl___section_start__interp_0x7bf00400+set}" = set; then :
6897 $as_echo_n "(cached) " >&6
6898 else
6899 ac_wine_try_cflags_saved=$CFLAGS
6900 CFLAGS="$CFLAGS -Wl,--section-start,.interp=0x7bf00400"
6901 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6902 /* end confdefs.h. */
6903 int main(int argc, char **argv) { return 0; }
6904 _ACEOF
6905 if ac_fn_c_try_link "$LINENO"; then :
6906 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=yes
6907 else
6908 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=no
6910 rm -f core conftest.err conftest.$ac_objext \
6911 conftest$ac_exeext conftest.$ac_ext
6912 CFLAGS=$ac_wine_try_cflags_saved
6914 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&5
6915 $as_echo "$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&6; }
6916 if test $ac_cv_cflags__Wl___section_start__interp_0x7bf00400 = yes; then :
6917 LDEXECFLAGS="$LDEXECFLAGS -Wl,--section-start,.interp=0x7bf00400"
6920 esac
6922 else
6923 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can build a UnixWare (Solaris) dll" >&5
6924 $as_echo_n "checking whether we can build a UnixWare (Solaris) dll... " >&6; }
6925 if test "${ac_cv_c_dll_unixware+set}" = set; then :
6926 $as_echo_n "(cached) " >&6
6927 else
6928 ac_wine_try_cflags_saved=$CFLAGS
6929 CFLAGS="$CFLAGS -fPIC -Wl,-G,-h,conftest.so.1.0,-B,symbolic"
6930 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6931 /* end confdefs.h. */
6932 void myfunc() {}
6933 _ACEOF
6934 if ac_fn_c_try_link "$LINENO"; then :
6935 ac_cv_c_dll_unixware="yes"
6936 else
6937 ac_cv_c_dll_unixware="no"
6939 rm -f core conftest.err conftest.$ac_objext \
6940 conftest$ac_exeext conftest.$ac_ext
6941 CFLAGS=$ac_wine_try_cflags_saved
6943 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dll_unixware" >&5
6944 $as_echo "$ac_cv_c_dll_unixware" >&6; }
6945 if test "$ac_cv_c_dll_unixware" = "yes"
6946 then
6947 LDSHARED="\$(CC) -Wl,-G \$(SONAME:%=-Wl,-h,%)"
6948 LDDLLFLAGS="-Wl,-G,-B,symbolic"
6950 else
6951 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can build an HP-UX dll" >&5
6952 $as_echo_n "checking whether we can build an HP-UX dll... " >&6; }
6953 if test "${ac_cv_c_dll_hpux+set}" = set; then :
6954 $as_echo_n "(cached) " >&6
6955 else
6956 ac_wine_try_cflags_saved=$CFLAGS
6957 CFLAGS="$CFLAGS -shared"
6958 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6959 /* end confdefs.h. */
6960 void myfunc() {}
6961 _ACEOF
6962 if ac_fn_c_try_link "$LINENO"; then :
6963 ac_cv_c_dll_hpux="yes"
6964 else
6965 ac_cv_c_dll_hpux="no"
6967 rm -f core conftest.err conftest.$ac_objext \
6968 conftest$ac_exeext conftest.$ac_ext
6969 CFLAGS=$ac_wine_try_cflags_saved
6971 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dll_hpux" >&5
6972 $as_echo "$ac_cv_c_dll_hpux" >&6; }
6973 if test "$ac_cv_c_dll_hpux" = "yes"
6974 then
6975 LIBEXT="sl"
6976 DLLEXT=".sl"
6977 LDDLLFLAGS="-shared -fPIC"
6978 LDSHARED="\$(CC) -shared"
6983 esac
6985 enable_winequartz_drv=${enable_winequartz_drv:-no}
6987 if test "$LIBEXT" = "a"; then
6988 as_fn_error "could not find a way to build shared libraries.
6989 It is currently not possible to build Wine without shared library
6990 (.so) support to allow transparent switch between .so and .dll files.
6991 If you are using Linux, you will need a newer binutils.
6992 " "$LINENO" 5
6995 if test "$cross_compiling" = "no" -a "$LIBEXT" != "dll"
6996 then
6997 case "$host_cpu" in
6998 i[3456789]86*)
6999 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 " ;;
7000 x86_64)
7001 ac_prefix_list="x86_64-pc-mingw32-gcc x86_64-w64-mingw32-gcc " ;;
7003 ac_prefix_list="" ;;
7004 esac
7005 for ac_prog in $ac_prefix_list
7007 # Extract the first word of "$ac_prog", so it can be a program name with args.
7008 set dummy $ac_prog; ac_word=$2
7009 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7010 $as_echo_n "checking for $ac_word... " >&6; }
7011 if test "${ac_cv_prog_CROSSCC+set}" = set; then :
7012 $as_echo_n "(cached) " >&6
7013 else
7014 if test -n "$CROSSCC"; then
7015 ac_cv_prog_CROSSCC="$CROSSCC" # Let the user override the test.
7016 else
7017 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7018 for as_dir in $PATH
7020 IFS=$as_save_IFS
7021 test -z "$as_dir" && as_dir=.
7022 for ac_exec_ext in '' $ac_executable_extensions; do
7023 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7024 ac_cv_prog_CROSSCC="$ac_prog"
7025 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7026 break 2
7028 done
7029 done
7030 IFS=$as_save_IFS
7034 CROSSCC=$ac_cv_prog_CROSSCC
7035 if test -n "$CROSSCC"; then
7036 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CROSSCC" >&5
7037 $as_echo "$CROSSCC" >&6; }
7038 else
7039 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7040 $as_echo "no" >&6; }
7044 test -n "$CROSSCC" && break
7045 done
7046 test -n "$CROSSCC" || CROSSCC="false"
7048 if test "$CROSSCC" != "false"
7049 then
7050 CROSSTEST="\$(CROSSTEST)"
7052 set x $CROSSCC
7053 shift
7054 target=""
7055 while test $# -ge 1
7057 case "$1" in
7058 *-gcc) target=`expr "$1" : '\(.*\)-gcc'` ;;
7059 esac
7060 shift
7061 done
7062 if test -n "$target"
7063 then
7064 CROSSTARGET="$target"
7071 if test "$ac_cv_header_pthread_h" = "yes"
7072 then
7073 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pthread_create in -lpthread" >&5
7074 $as_echo_n "checking for pthread_create in -lpthread... " >&6; }
7075 if test "${ac_cv_lib_pthread_pthread_create+set}" = set; then :
7076 $as_echo_n "(cached) " >&6
7077 else
7078 ac_check_lib_save_LIBS=$LIBS
7079 LIBS="-lpthread $LIBS"
7080 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7081 /* end confdefs.h. */
7083 /* Override any GCC internal prototype to avoid an error.
7084 Use char because int might match the return type of a GCC
7085 builtin and then its argument prototype would still apply. */
7086 #ifdef __cplusplus
7087 extern "C"
7088 #endif
7089 char pthread_create ();
7091 main ()
7093 return pthread_create ();
7095 return 0;
7097 _ACEOF
7098 if ac_fn_c_try_link "$LINENO"; then :
7099 ac_cv_lib_pthread_pthread_create=yes
7100 else
7101 ac_cv_lib_pthread_pthread_create=no
7103 rm -f core conftest.err conftest.$ac_objext \
7104 conftest$ac_exeext conftest.$ac_ext
7105 LIBS=$ac_check_lib_save_LIBS
7107 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pthread_pthread_create" >&5
7108 $as_echo "$ac_cv_lib_pthread_pthread_create" >&6; }
7109 if test "x$ac_cv_lib_pthread_pthread_create" = x""yes; then :
7110 LIBPTHREAD="-lpthread"
7115 if test "x$LIBPTHREAD" = "x"; then :
7116 case "x$with_pthread" in
7117 xno) ;;
7118 *) as_fn_error "pthread ${notice_platform}development files not found.
7119 Wine cannot support threads without libpthread.
7120 Use the --without-pthread option if you really want this." "$LINENO" 5 ;;
7121 esac
7125 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for X" >&5
7126 $as_echo_n "checking for X... " >&6; }
7129 # Check whether --with-x was given.
7130 if test "${with_x+set}" = set; then :
7131 withval=$with_x;
7134 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
7135 if test "x$with_x" = xno; then
7136 # The user explicitly disabled X.
7137 have_x=disabled
7138 else
7139 case $x_includes,$x_libraries in #(
7140 *\'*) as_fn_error "cannot use X directory names containing '" "$LINENO" 5;; #(
7141 *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then :
7142 $as_echo_n "(cached) " >&6
7143 else
7144 # One or both of the vars are not set, and there is no cached value.
7145 ac_x_includes=no ac_x_libraries=no
7146 rm -f -r conftest.dir
7147 if mkdir conftest.dir; then
7148 cd conftest.dir
7149 cat >Imakefile <<'_ACEOF'
7150 incroot:
7151 @echo incroot='${INCROOT}'
7152 usrlibdir:
7153 @echo usrlibdir='${USRLIBDIR}'
7154 libdir:
7155 @echo libdir='${LIBDIR}'
7156 _ACEOF
7157 if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
7158 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
7159 for ac_var in incroot usrlibdir libdir; do
7160 eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
7161 done
7162 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
7163 for ac_extension in a so sl dylib la dll; do
7164 if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
7165 test -f "$ac_im_libdir/libX11.$ac_extension"; then
7166 ac_im_usrlibdir=$ac_im_libdir; break
7168 done
7169 # Screen out bogus values from the imake configuration. They are
7170 # bogus both because they are the default anyway, and because
7171 # using them would break gcc on systems where it needs fixed includes.
7172 case $ac_im_incroot in
7173 /usr/include) ac_x_includes= ;;
7174 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
7175 esac
7176 case $ac_im_usrlibdir in
7177 /usr/lib | /usr/lib64 | /lib | /lib64) ;;
7178 *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
7179 esac
7181 cd ..
7182 rm -f -r conftest.dir
7185 # Standard set of common directories for X headers.
7186 # Check X11 before X11Rn because it is often a symlink to the current release.
7187 ac_x_header_dirs='
7188 /usr/X11/include
7189 /usr/X11R7/include
7190 /usr/X11R6/include
7191 /usr/X11R5/include
7192 /usr/X11R4/include
7194 /usr/include/X11
7195 /usr/include/X11R7
7196 /usr/include/X11R6
7197 /usr/include/X11R5
7198 /usr/include/X11R4
7200 /usr/local/X11/include
7201 /usr/local/X11R7/include
7202 /usr/local/X11R6/include
7203 /usr/local/X11R5/include
7204 /usr/local/X11R4/include
7206 /usr/local/include/X11
7207 /usr/local/include/X11R7
7208 /usr/local/include/X11R6
7209 /usr/local/include/X11R5
7210 /usr/local/include/X11R4
7212 /usr/X386/include
7213 /usr/x386/include
7214 /usr/XFree86/include/X11
7216 /usr/include
7217 /usr/local/include
7218 /usr/unsupported/include
7219 /usr/athena/include
7220 /usr/local/x11r5/include
7221 /usr/lpp/Xamples/include
7223 /usr/openwin/include
7224 /usr/openwin/share/include'
7226 if test "$ac_x_includes" = no; then
7227 # Guess where to find include files, by looking for Xlib.h.
7228 # First, try using that file with no special directory specified.
7229 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7230 /* end confdefs.h. */
7231 #include <X11/Xlib.h>
7232 _ACEOF
7233 if ac_fn_c_try_cpp "$LINENO"; then :
7234 # We can compile using X headers with no special include directory.
7235 ac_x_includes=
7236 else
7237 for ac_dir in $ac_x_header_dirs; do
7238 if test -r "$ac_dir/X11/Xlib.h"; then
7239 ac_x_includes=$ac_dir
7240 break
7242 done
7244 rm -f conftest.err conftest.$ac_ext
7245 fi # $ac_x_includes = no
7247 if test "$ac_x_libraries" = no; then
7248 # Check for the libraries.
7249 # See if we find them without any special options.
7250 # Don't add to $LIBS permanently.
7251 ac_save_LIBS=$LIBS
7252 LIBS="-lX11 $LIBS"
7253 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7254 /* end confdefs.h. */
7255 #include <X11/Xlib.h>
7257 main ()
7259 XrmInitialize ()
7261 return 0;
7263 _ACEOF
7264 if ac_fn_c_try_link "$LINENO"; then :
7265 LIBS=$ac_save_LIBS
7266 # We can link X programs with no special library path.
7267 ac_x_libraries=
7268 else
7269 LIBS=$ac_save_LIBS
7270 for ac_dir in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
7272 # Don't even attempt the hair of trying to link an X program!
7273 for ac_extension in a so sl dylib la dll; do
7274 if test -r "$ac_dir/libX11.$ac_extension"; then
7275 ac_x_libraries=$ac_dir
7276 break 2
7278 done
7279 done
7281 rm -f core conftest.err conftest.$ac_objext \
7282 conftest$ac_exeext conftest.$ac_ext
7283 fi # $ac_x_libraries = no
7285 case $ac_x_includes,$ac_x_libraries in #(
7286 no,* | *,no | *\'*)
7287 # Didn't find X, or a directory has "'" in its name.
7288 ac_cv_have_x="have_x=no";; #(
7290 # Record where we found X for the cache.
7291 ac_cv_have_x="have_x=yes\
7292 ac_x_includes='$ac_x_includes'\
7293 ac_x_libraries='$ac_x_libraries'"
7294 esac
7296 ;; #(
7297 *) have_x=yes;;
7298 esac
7299 eval "$ac_cv_have_x"
7300 fi # $with_x != no
7302 if test "$have_x" != yes; then
7303 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $have_x" >&5
7304 $as_echo "$have_x" >&6; }
7305 no_x=yes
7306 else
7307 # If each of the values was on the command line, it overrides each guess.
7308 test "x$x_includes" = xNONE && x_includes=$ac_x_includes
7309 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
7310 # Update the cache value to reflect the command line values.
7311 ac_cv_have_x="have_x=yes\
7312 ac_x_includes='$x_includes'\
7313 ac_x_libraries='$x_libraries'"
7314 { $as_echo "$as_me:${as_lineno-$LINENO}: result: libraries $x_libraries, headers $x_includes" >&5
7315 $as_echo "libraries $x_libraries, headers $x_includes" >&6; }
7318 if test "$no_x" = yes; then
7319 # Not all programs may use this symbol, but it does not hurt to define it.
7321 $as_echo "#define X_DISPLAY_MISSING 1" >>confdefs.h
7323 X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
7324 else
7325 if test -n "$x_includes"; then
7326 X_CFLAGS="$X_CFLAGS -I$x_includes"
7329 # It would also be nice to do this for all -L options, not just this one.
7330 if test -n "$x_libraries"; then
7331 X_LIBS="$X_LIBS -L$x_libraries"
7332 # For Solaris; some versions of Sun CC require a space after -R and
7333 # others require no space. Words are not sufficient . . . .
7334 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -R must be followed by a space" >&5
7335 $as_echo_n "checking whether -R must be followed by a space... " >&6; }
7336 ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
7337 ac_xsave_c_werror_flag=$ac_c_werror_flag
7338 ac_c_werror_flag=yes
7339 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7340 /* end confdefs.h. */
7343 main ()
7347 return 0;
7349 _ACEOF
7350 if ac_fn_c_try_link "$LINENO"; then :
7351 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7352 $as_echo "no" >&6; }
7353 X_LIBS="$X_LIBS -R$x_libraries"
7354 else
7355 LIBS="$ac_xsave_LIBS -R $x_libraries"
7356 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7357 /* end confdefs.h. */
7360 main ()
7364 return 0;
7366 _ACEOF
7367 if ac_fn_c_try_link "$LINENO"; then :
7368 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
7369 $as_echo "yes" >&6; }
7370 X_LIBS="$X_LIBS -R $x_libraries"
7371 else
7372 { $as_echo "$as_me:${as_lineno-$LINENO}: result: neither works" >&5
7373 $as_echo "neither works" >&6; }
7375 rm -f core conftest.err conftest.$ac_objext \
7376 conftest$ac_exeext conftest.$ac_ext
7378 rm -f core conftest.err conftest.$ac_objext \
7379 conftest$ac_exeext conftest.$ac_ext
7380 ac_c_werror_flag=$ac_xsave_c_werror_flag
7381 LIBS=$ac_xsave_LIBS
7384 # Check for system-dependent libraries X programs must link with.
7385 # Do this before checking for the system-independent R6 libraries
7386 # (-lICE), since we may need -lsocket or whatever for X linking.
7388 if test "$ISC" = yes; then
7389 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
7390 else
7391 # Martyn Johnson says this is needed for Ultrix, if the X
7392 # libraries were built with DECnet support. And Karl Berry says
7393 # the Alpha needs dnet_stub (dnet does not exist).
7394 ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
7395 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7396 /* end confdefs.h. */
7398 /* Override any GCC internal prototype to avoid an error.
7399 Use char because int might match the return type of a GCC
7400 builtin and then its argument prototype would still apply. */
7401 #ifdef __cplusplus
7402 extern "C"
7403 #endif
7404 char XOpenDisplay ();
7406 main ()
7408 return XOpenDisplay ();
7410 return 0;
7412 _ACEOF
7413 if ac_fn_c_try_link "$LINENO"; then :
7415 else
7416 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet" >&5
7417 $as_echo_n "checking for dnet_ntoa in -ldnet... " >&6; }
7418 if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then :
7419 $as_echo_n "(cached) " >&6
7420 else
7421 ac_check_lib_save_LIBS=$LIBS
7422 LIBS="-ldnet $LIBS"
7423 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7424 /* end confdefs.h. */
7426 /* Override any GCC internal prototype to avoid an error.
7427 Use char because int might match the return type of a GCC
7428 builtin and then its argument prototype would still apply. */
7429 #ifdef __cplusplus
7430 extern "C"
7431 #endif
7432 char dnet_ntoa ();
7434 main ()
7436 return dnet_ntoa ();
7438 return 0;
7440 _ACEOF
7441 if ac_fn_c_try_link "$LINENO"; then :
7442 ac_cv_lib_dnet_dnet_ntoa=yes
7443 else
7444 ac_cv_lib_dnet_dnet_ntoa=no
7446 rm -f core conftest.err conftest.$ac_objext \
7447 conftest$ac_exeext conftest.$ac_ext
7448 LIBS=$ac_check_lib_save_LIBS
7450 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
7451 $as_echo "$ac_cv_lib_dnet_dnet_ntoa" >&6; }
7452 if test "x$ac_cv_lib_dnet_dnet_ntoa" = x""yes; then :
7453 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
7456 if test $ac_cv_lib_dnet_dnet_ntoa = no; then
7457 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet_stub" >&5
7458 $as_echo_n "checking for dnet_ntoa in -ldnet_stub... " >&6; }
7459 if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then :
7460 $as_echo_n "(cached) " >&6
7461 else
7462 ac_check_lib_save_LIBS=$LIBS
7463 LIBS="-ldnet_stub $LIBS"
7464 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7465 /* end confdefs.h. */
7467 /* Override any GCC internal prototype to avoid an error.
7468 Use char because int might match the return type of a GCC
7469 builtin and then its argument prototype would still apply. */
7470 #ifdef __cplusplus
7471 extern "C"
7472 #endif
7473 char dnet_ntoa ();
7475 main ()
7477 return dnet_ntoa ();
7479 return 0;
7481 _ACEOF
7482 if ac_fn_c_try_link "$LINENO"; then :
7483 ac_cv_lib_dnet_stub_dnet_ntoa=yes
7484 else
7485 ac_cv_lib_dnet_stub_dnet_ntoa=no
7487 rm -f core conftest.err conftest.$ac_objext \
7488 conftest$ac_exeext conftest.$ac_ext
7489 LIBS=$ac_check_lib_save_LIBS
7491 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
7492 $as_echo "$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
7493 if test "x$ac_cv_lib_dnet_stub_dnet_ntoa" = x""yes; then :
7494 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
7499 rm -f core conftest.err conftest.$ac_objext \
7500 conftest$ac_exeext conftest.$ac_ext
7501 LIBS="$ac_xsave_LIBS"
7503 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
7504 # to get the SysV transport functions.
7505 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
7506 # needs -lnsl.
7507 # The nsl library prevents programs from opening the X display
7508 # on Irix 5.2, according to T.E. Dickey.
7509 # The functions gethostbyname, getservbyname, and inet_addr are
7510 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
7511 ac_fn_c_check_func "$LINENO" "gethostbyname" "ac_cv_func_gethostbyname"
7512 if test "x$ac_cv_func_gethostbyname" = x""yes; then :
7516 if test $ac_cv_func_gethostbyname = no; then
7517 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5
7518 $as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
7519 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then :
7520 $as_echo_n "(cached) " >&6
7521 else
7522 ac_check_lib_save_LIBS=$LIBS
7523 LIBS="-lnsl $LIBS"
7524 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7525 /* end confdefs.h. */
7527 /* Override any GCC internal prototype to avoid an error.
7528 Use char because int might match the return type of a GCC
7529 builtin and then its argument prototype would still apply. */
7530 #ifdef __cplusplus
7531 extern "C"
7532 #endif
7533 char gethostbyname ();
7535 main ()
7537 return gethostbyname ();
7539 return 0;
7541 _ACEOF
7542 if ac_fn_c_try_link "$LINENO"; then :
7543 ac_cv_lib_nsl_gethostbyname=yes
7544 else
7545 ac_cv_lib_nsl_gethostbyname=no
7547 rm -f core conftest.err conftest.$ac_objext \
7548 conftest$ac_exeext conftest.$ac_ext
7549 LIBS=$ac_check_lib_save_LIBS
7551 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5
7552 $as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
7553 if test "x$ac_cv_lib_nsl_gethostbyname" = x""yes; then :
7554 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
7557 if test $ac_cv_lib_nsl_gethostbyname = no; then
7558 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lbsd" >&5
7559 $as_echo_n "checking for gethostbyname in -lbsd... " >&6; }
7560 if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then :
7561 $as_echo_n "(cached) " >&6
7562 else
7563 ac_check_lib_save_LIBS=$LIBS
7564 LIBS="-lbsd $LIBS"
7565 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7566 /* end confdefs.h. */
7568 /* Override any GCC internal prototype to avoid an error.
7569 Use char because int might match the return type of a GCC
7570 builtin and then its argument prototype would still apply. */
7571 #ifdef __cplusplus
7572 extern "C"
7573 #endif
7574 char gethostbyname ();
7576 main ()
7578 return gethostbyname ();
7580 return 0;
7582 _ACEOF
7583 if ac_fn_c_try_link "$LINENO"; then :
7584 ac_cv_lib_bsd_gethostbyname=yes
7585 else
7586 ac_cv_lib_bsd_gethostbyname=no
7588 rm -f core conftest.err conftest.$ac_objext \
7589 conftest$ac_exeext conftest.$ac_ext
7590 LIBS=$ac_check_lib_save_LIBS
7592 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_bsd_gethostbyname" >&5
7593 $as_echo "$ac_cv_lib_bsd_gethostbyname" >&6; }
7594 if test "x$ac_cv_lib_bsd_gethostbyname" = x""yes; then :
7595 X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
7601 # lieder@skyler.mavd.honeywell.com says without -lsocket,
7602 # socket/setsockopt and other routines are undefined under SCO ODT
7603 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
7604 # on later versions), says Simon Leinen: it contains gethostby*
7605 # variants that don't use the name server (or something). -lsocket
7606 # must be given before -lnsl if both are needed. We assume that
7607 # if connect needs -lnsl, so does gethostbyname.
7608 ac_fn_c_check_func "$LINENO" "connect" "ac_cv_func_connect"
7609 if test "x$ac_cv_func_connect" = x""yes; then :
7613 if test $ac_cv_func_connect = no; then
7614 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for connect in -lsocket" >&5
7615 $as_echo_n "checking for connect in -lsocket... " >&6; }
7616 if test "${ac_cv_lib_socket_connect+set}" = set; then :
7617 $as_echo_n "(cached) " >&6
7618 else
7619 ac_check_lib_save_LIBS=$LIBS
7620 LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
7621 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7622 /* end confdefs.h. */
7624 /* Override any GCC internal prototype to avoid an error.
7625 Use char because int might match the return type of a GCC
7626 builtin and then its argument prototype would still apply. */
7627 #ifdef __cplusplus
7628 extern "C"
7629 #endif
7630 char connect ();
7632 main ()
7634 return connect ();
7636 return 0;
7638 _ACEOF
7639 if ac_fn_c_try_link "$LINENO"; then :
7640 ac_cv_lib_socket_connect=yes
7641 else
7642 ac_cv_lib_socket_connect=no
7644 rm -f core conftest.err conftest.$ac_objext \
7645 conftest$ac_exeext conftest.$ac_ext
7646 LIBS=$ac_check_lib_save_LIBS
7648 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_connect" >&5
7649 $as_echo "$ac_cv_lib_socket_connect" >&6; }
7650 if test "x$ac_cv_lib_socket_connect" = x""yes; then :
7651 X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
7656 # Guillermo Gomez says -lposix is necessary on A/UX.
7657 ac_fn_c_check_func "$LINENO" "remove" "ac_cv_func_remove"
7658 if test "x$ac_cv_func_remove" = x""yes; then :
7662 if test $ac_cv_func_remove = no; then
7663 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for remove in -lposix" >&5
7664 $as_echo_n "checking for remove in -lposix... " >&6; }
7665 if test "${ac_cv_lib_posix_remove+set}" = set; then :
7666 $as_echo_n "(cached) " >&6
7667 else
7668 ac_check_lib_save_LIBS=$LIBS
7669 LIBS="-lposix $LIBS"
7670 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7671 /* end confdefs.h. */
7673 /* Override any GCC internal prototype to avoid an error.
7674 Use char because int might match the return type of a GCC
7675 builtin and then its argument prototype would still apply. */
7676 #ifdef __cplusplus
7677 extern "C"
7678 #endif
7679 char remove ();
7681 main ()
7683 return remove ();
7685 return 0;
7687 _ACEOF
7688 if ac_fn_c_try_link "$LINENO"; then :
7689 ac_cv_lib_posix_remove=yes
7690 else
7691 ac_cv_lib_posix_remove=no
7693 rm -f core conftest.err conftest.$ac_objext \
7694 conftest$ac_exeext conftest.$ac_ext
7695 LIBS=$ac_check_lib_save_LIBS
7697 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_posix_remove" >&5
7698 $as_echo "$ac_cv_lib_posix_remove" >&6; }
7699 if test "x$ac_cv_lib_posix_remove" = x""yes; then :
7700 X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
7705 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
7706 ac_fn_c_check_func "$LINENO" "shmat" "ac_cv_func_shmat"
7707 if test "x$ac_cv_func_shmat" = x""yes; then :
7711 if test $ac_cv_func_shmat = no; then
7712 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shmat in -lipc" >&5
7713 $as_echo_n "checking for shmat in -lipc... " >&6; }
7714 if test "${ac_cv_lib_ipc_shmat+set}" = set; then :
7715 $as_echo_n "(cached) " >&6
7716 else
7717 ac_check_lib_save_LIBS=$LIBS
7718 LIBS="-lipc $LIBS"
7719 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7720 /* end confdefs.h. */
7722 /* Override any GCC internal prototype to avoid an error.
7723 Use char because int might match the return type of a GCC
7724 builtin and then its argument prototype would still apply. */
7725 #ifdef __cplusplus
7726 extern "C"
7727 #endif
7728 char shmat ();
7730 main ()
7732 return shmat ();
7734 return 0;
7736 _ACEOF
7737 if ac_fn_c_try_link "$LINENO"; then :
7738 ac_cv_lib_ipc_shmat=yes
7739 else
7740 ac_cv_lib_ipc_shmat=no
7742 rm -f core conftest.err conftest.$ac_objext \
7743 conftest$ac_exeext conftest.$ac_ext
7744 LIBS=$ac_check_lib_save_LIBS
7746 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ipc_shmat" >&5
7747 $as_echo "$ac_cv_lib_ipc_shmat" >&6; }
7748 if test "x$ac_cv_lib_ipc_shmat" = x""yes; then :
7749 X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
7755 # Check for libraries that X11R6 Xt/Xaw programs need.
7756 ac_save_LDFLAGS=$LDFLAGS
7757 test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
7758 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
7759 # check for ICE first), but we must link in the order -lSM -lICE or
7760 # we get undefined symbols. So assume we have SM if we have ICE.
7761 # These have to be linked with before -lX11, unlike the other
7762 # libraries we check for below, so use a different variable.
7763 # John Interrante, Karl Berry
7764 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for IceConnectionNumber in -lICE" >&5
7765 $as_echo_n "checking for IceConnectionNumber in -lICE... " >&6; }
7766 if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then :
7767 $as_echo_n "(cached) " >&6
7768 else
7769 ac_check_lib_save_LIBS=$LIBS
7770 LIBS="-lICE $X_EXTRA_LIBS $LIBS"
7771 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7772 /* end confdefs.h. */
7774 /* Override any GCC internal prototype to avoid an error.
7775 Use char because int might match the return type of a GCC
7776 builtin and then its argument prototype would still apply. */
7777 #ifdef __cplusplus
7778 extern "C"
7779 #endif
7780 char IceConnectionNumber ();
7782 main ()
7784 return IceConnectionNumber ();
7786 return 0;
7788 _ACEOF
7789 if ac_fn_c_try_link "$LINENO"; then :
7790 ac_cv_lib_ICE_IceConnectionNumber=yes
7791 else
7792 ac_cv_lib_ICE_IceConnectionNumber=no
7794 rm -f core conftest.err conftest.$ac_objext \
7795 conftest$ac_exeext conftest.$ac_ext
7796 LIBS=$ac_check_lib_save_LIBS
7798 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
7799 $as_echo "$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
7800 if test "x$ac_cv_lib_ICE_IceConnectionNumber" = x""yes; then :
7801 X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
7804 LDFLAGS=$ac_save_LDFLAGS
7809 if test "$have_x" = "yes"
7810 then
7811 XLIB="-lX11"
7812 ac_save_CPPFLAGS="$CPPFLAGS"
7813 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
7815 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lX11" >&5
7816 $as_echo_n "checking for -lX11... " >&6; }
7817 if test "${ac_cv_lib_soname_X11+set}" = set; then :
7818 $as_echo_n "(cached) " >&6
7819 else
7820 ac_check_soname_save_LIBS=$LIBS
7821 LIBS="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
7822 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7823 /* end confdefs.h. */
7825 /* Override any GCC internal prototype to avoid an error.
7826 Use char because int might match the return type of a GCC
7827 builtin and then its argument prototype would still apply. */
7828 #ifdef __cplusplus
7829 extern "C"
7830 #endif
7831 char XCreateWindow ();
7833 main ()
7835 return XCreateWindow ();
7837 return 0;
7839 _ACEOF
7840 if ac_fn_c_try_link "$LINENO"; then :
7841 case "$LIBEXT" in
7842 dll) ac_cv_lib_soname_X11=`$ac_cv_path_LDD conftest.exe | grep "X11" | sed -e "s/dll.*/dll/"';2,$d'` ;;
7843 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'` ;;
7844 *) ac_cv_lib_soname_X11=`$ac_cv_path_LDD conftest$ac_exeext | grep "libX11\\.$LIBEXT" | sed -e "s/^.*\(libX11\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
7845 esac
7847 rm -f core conftest.err conftest.$ac_objext \
7848 conftest$ac_exeext conftest.$ac_ext
7849 LIBS=$ac_check_soname_save_LIBS
7851 if test "x$ac_cv_lib_soname_X11" = "x"; then :
7852 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
7853 $as_echo "not found" >&6; }
7855 else
7856 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_X11" >&5
7857 $as_echo "$ac_cv_lib_soname_X11" >&6; }
7859 cat >>confdefs.h <<_ACEOF
7860 #define SONAME_LIBX11 "$ac_cv_lib_soname_X11"
7861 _ACEOF
7865 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXext" >&5
7866 $as_echo_n "checking for -lXext... " >&6; }
7867 if test "${ac_cv_lib_soname_Xext+set}" = set; then :
7868 $as_echo_n "(cached) " >&6
7869 else
7870 ac_check_soname_save_LIBS=$LIBS
7871 LIBS="-lXext $X_LIBS -lX11 $X_EXTRA_LIBS $LIBS"
7872 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7873 /* end confdefs.h. */
7875 /* Override any GCC internal prototype to avoid an error.
7876 Use char because int might match the return type of a GCC
7877 builtin and then its argument prototype would still apply. */
7878 #ifdef __cplusplus
7879 extern "C"
7880 #endif
7881 char XextCreateExtension ();
7883 main ()
7885 return XextCreateExtension ();
7887 return 0;
7889 _ACEOF
7890 if ac_fn_c_try_link "$LINENO"; then :
7891 case "$LIBEXT" in
7892 dll) ac_cv_lib_soname_Xext=`$ac_cv_path_LDD conftest.exe | grep "Xext" | sed -e "s/dll.*/dll/"';2,$d'` ;;
7893 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'` ;;
7894 *) ac_cv_lib_soname_Xext=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXext\\.$LIBEXT" | sed -e "s/^.*\(libXext\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
7895 esac
7897 rm -f core conftest.err conftest.$ac_objext \
7898 conftest$ac_exeext conftest.$ac_ext
7899 LIBS=$ac_check_soname_save_LIBS
7901 if test "x$ac_cv_lib_soname_Xext" = "x"; then :
7902 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
7903 $as_echo "not found" >&6; }
7905 else
7906 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xext" >&5
7907 $as_echo "$ac_cv_lib_soname_Xext" >&6; }
7909 cat >>confdefs.h <<_ACEOF
7910 #define SONAME_LIBXEXT "$ac_cv_lib_soname_Xext"
7911 _ACEOF
7913 XLIB="-lXext $XLIB"
7916 for ac_header in X11/Xlib.h \
7917 X11/XKBlib.h \
7918 X11/Xutil.h \
7919 X11/Xcursor/Xcursor.h \
7920 X11/extensions/shape.h \
7921 X11/extensions/XInput.h \
7922 X11/extensions/XShm.h \
7923 X11/extensions/Xcomposite.h \
7924 X11/extensions/Xinerama.h \
7925 X11/extensions/Xrandr.h \
7926 X11/extensions/Xrender.h \
7927 X11/extensions/xf86vmode.h \
7928 X11/extensions/xf86vmproto.h
7929 do :
7930 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7931 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_X11_XLIB_H
7932 # include <X11/Xlib.h>
7933 #endif
7934 #ifdef HAVE_X11_XUTIL_H
7935 # include <X11/Xutil.h>
7936 #endif
7938 eval as_val=\$$as_ac_Header
7939 if test "x$as_val" = x""yes; then :
7940 cat >>confdefs.h <<_ACEOF
7941 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7942 _ACEOF
7946 done
7949 if test "$ac_cv_header_X11_XKBlib_h" = "yes"
7950 then
7951 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XkbQueryExtension in -lX11" >&5
7952 $as_echo_n "checking for XkbQueryExtension in -lX11... " >&6; }
7953 if test "${ac_cv_lib_X11_XkbQueryExtension+set}" = set; then :
7954 $as_echo_n "(cached) " >&6
7955 else
7956 ac_check_lib_save_LIBS=$LIBS
7957 LIBS="-lX11 $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
7958 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7959 /* end confdefs.h. */
7961 /* Override any GCC internal prototype to avoid an error.
7962 Use char because int might match the return type of a GCC
7963 builtin and then its argument prototype would still apply. */
7964 #ifdef __cplusplus
7965 extern "C"
7966 #endif
7967 char XkbQueryExtension ();
7969 main ()
7971 return XkbQueryExtension ();
7973 return 0;
7975 _ACEOF
7976 if ac_fn_c_try_link "$LINENO"; then :
7977 ac_cv_lib_X11_XkbQueryExtension=yes
7978 else
7979 ac_cv_lib_X11_XkbQueryExtension=no
7981 rm -f core conftest.err conftest.$ac_objext \
7982 conftest$ac_exeext conftest.$ac_ext
7983 LIBS=$ac_check_lib_save_LIBS
7985 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_X11_XkbQueryExtension" >&5
7986 $as_echo "$ac_cv_lib_X11_XkbQueryExtension" >&6; }
7987 if test "x$ac_cv_lib_X11_XkbQueryExtension" = x""yes; then :
7989 $as_echo "#define HAVE_XKB 1" >>confdefs.h
7995 if test "$ac_cv_header_X11_Xcursor_Xcursor_h" = "yes"
7996 then
7997 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXcursor" >&5
7998 $as_echo_n "checking for -lXcursor... " >&6; }
7999 if test "${ac_cv_lib_soname_Xcursor+set}" = set; then :
8000 $as_echo_n "(cached) " >&6
8001 else
8002 ac_check_soname_save_LIBS=$LIBS
8003 LIBS="-lXcursor $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8004 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8005 /* end confdefs.h. */
8007 /* Override any GCC internal prototype to avoid an error.
8008 Use char because int might match the return type of a GCC
8009 builtin and then its argument prototype would still apply. */
8010 #ifdef __cplusplus
8011 extern "C"
8012 #endif
8013 char XcursorImageLoadCursor ();
8015 main ()
8017 return XcursorImageLoadCursor ();
8019 return 0;
8021 _ACEOF
8022 if ac_fn_c_try_link "$LINENO"; then :
8023 case "$LIBEXT" in
8024 dll) ac_cv_lib_soname_Xcursor=`$ac_cv_path_LDD conftest.exe | grep "Xcursor" | sed -e "s/dll.*/dll/"';2,$d'` ;;
8025 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'` ;;
8026 *) ac_cv_lib_soname_Xcursor=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcursor\\.$LIBEXT" | sed -e "s/^.*\(libXcursor\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8027 esac
8029 rm -f core conftest.err conftest.$ac_objext \
8030 conftest$ac_exeext conftest.$ac_ext
8031 LIBS=$ac_check_soname_save_LIBS
8033 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then :
8034 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8035 $as_echo "not found" >&6; }
8037 else
8038 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xcursor" >&5
8039 $as_echo "$ac_cv_lib_soname_Xcursor" >&6; }
8041 cat >>confdefs.h <<_ACEOF
8042 #define SONAME_LIBXCURSOR "$ac_cv_lib_soname_Xcursor"
8043 _ACEOF
8048 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then :
8049 case "x$with_xcursor" in
8050 x) as_fn_append wine_notices "|libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported." ;;
8051 xno) ;;
8052 *) as_fn_error "libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
8053 This is an error since --with-xcursor was requested." "$LINENO" 5 ;;
8054 esac
8057 if test "$ac_cv_header_X11_extensions_XInput_h" = "yes"
8058 then
8059 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXi" >&5
8060 $as_echo_n "checking for -lXi... " >&6; }
8061 if test "${ac_cv_lib_soname_Xi+set}" = set; then :
8062 $as_echo_n "(cached) " >&6
8063 else
8064 ac_check_soname_save_LIBS=$LIBS
8065 LIBS="-lXi $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8066 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8067 /* end confdefs.h. */
8069 /* Override any GCC internal prototype to avoid an error.
8070 Use char because int might match the return type of a GCC
8071 builtin and then its argument prototype would still apply. */
8072 #ifdef __cplusplus
8073 extern "C"
8074 #endif
8075 char XOpenDevice ();
8077 main ()
8079 return XOpenDevice ();
8081 return 0;
8083 _ACEOF
8084 if ac_fn_c_try_link "$LINENO"; then :
8085 case "$LIBEXT" in
8086 dll) ac_cv_lib_soname_Xi=`$ac_cv_path_LDD conftest.exe | grep "Xi" | sed -e "s/dll.*/dll/"';2,$d'` ;;
8087 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'` ;;
8088 *) ac_cv_lib_soname_Xi=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXi\\.$LIBEXT" | sed -e "s/^.*\(libXi\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8089 esac
8091 rm -f core conftest.err conftest.$ac_objext \
8092 conftest$ac_exeext conftest.$ac_ext
8093 LIBS=$ac_check_soname_save_LIBS
8095 if test "x$ac_cv_lib_soname_Xi" = "x"; then :
8096 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8097 $as_echo "not found" >&6; }
8099 else
8100 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xi" >&5
8101 $as_echo "$ac_cv_lib_soname_Xi" >&6; }
8103 cat >>confdefs.h <<_ACEOF
8104 #define SONAME_LIBXI "$ac_cv_lib_soname_Xi"
8105 _ACEOF
8110 if test "x$ac_cv_lib_soname_Xi" = "x"; then :
8111 case "x$with_xinput" in
8112 x) as_fn_append wine_notices "|libxi ${notice_platform}development files not found, the Xinput extension won't be supported." ;;
8113 xno) ;;
8114 *) as_fn_error "libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
8115 This is an error since --with-xinput was requested." "$LINENO" 5 ;;
8116 esac
8119 if test "$ac_cv_header_X11_extensions_XShm_h" = "yes"
8120 then
8121 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XShmQueryExtension in -lXext" >&5
8122 $as_echo_n "checking for XShmQueryExtension in -lXext... " >&6; }
8123 if test "${ac_cv_lib_Xext_XShmQueryExtension+set}" = set; then :
8124 $as_echo_n "(cached) " >&6
8125 else
8126 ac_check_lib_save_LIBS=$LIBS
8127 LIBS="-lXext $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8128 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8129 /* end confdefs.h. */
8131 /* Override any GCC internal prototype to avoid an error.
8132 Use char because int might match the return type of a GCC
8133 builtin and then its argument prototype would still apply. */
8134 #ifdef __cplusplus
8135 extern "C"
8136 #endif
8137 char XShmQueryExtension ();
8139 main ()
8141 return XShmQueryExtension ();
8143 return 0;
8145 _ACEOF
8146 if ac_fn_c_try_link "$LINENO"; then :
8147 ac_cv_lib_Xext_XShmQueryExtension=yes
8148 else
8149 ac_cv_lib_Xext_XShmQueryExtension=no
8151 rm -f core conftest.err conftest.$ac_objext \
8152 conftest$ac_exeext conftest.$ac_ext
8153 LIBS=$ac_check_lib_save_LIBS
8155 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xext_XShmQueryExtension" >&5
8156 $as_echo "$ac_cv_lib_Xext_XShmQueryExtension" >&6; }
8157 if test "x$ac_cv_lib_Xext_XShmQueryExtension" = x""yes; then :
8159 $as_echo "#define HAVE_LIBXXSHM 1" >>confdefs.h
8164 if test "$ac_cv_lib_Xext_XShmQueryExtension" != "yes"; then :
8165 case "x$with_xshm" in
8166 x) as_fn_append wine_notices "|XShm ${notice_platform}development files not found, X Shared Memory won't be supported." ;;
8167 xno) ;;
8168 *) as_fn_error "XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
8169 This is an error since --with-xshm was requested." "$LINENO" 5 ;;
8170 esac
8173 if test "$ac_cv_header_X11_extensions_shape_h" = "yes"
8174 then
8175 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XShapeQueryExtension in -lXext" >&5
8176 $as_echo_n "checking for XShapeQueryExtension in -lXext... " >&6; }
8177 if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then :
8178 $as_echo_n "(cached) " >&6
8179 else
8180 ac_check_lib_save_LIBS=$LIBS
8181 LIBS="-lXext $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8182 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8183 /* end confdefs.h. */
8185 /* Override any GCC internal prototype to avoid an error.
8186 Use char because int might match the return type of a GCC
8187 builtin and then its argument prototype would still apply. */
8188 #ifdef __cplusplus
8189 extern "C"
8190 #endif
8191 char XShapeQueryExtension ();
8193 main ()
8195 return XShapeQueryExtension ();
8197 return 0;
8199 _ACEOF
8200 if ac_fn_c_try_link "$LINENO"; then :
8201 ac_cv_lib_Xext_XShapeQueryExtension=yes
8202 else
8203 ac_cv_lib_Xext_XShapeQueryExtension=no
8205 rm -f core conftest.err conftest.$ac_objext \
8206 conftest$ac_exeext conftest.$ac_ext
8207 LIBS=$ac_check_lib_save_LIBS
8209 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
8210 $as_echo "$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
8211 if test "x$ac_cv_lib_Xext_XShapeQueryExtension" = x""yes; then :
8213 $as_echo "#define HAVE_LIBXSHAPE 1" >>confdefs.h
8218 if test "$ac_cv_lib_Xext_XShapeQueryExtension" != "yes"; then :
8219 case "x$with_xshape" in
8220 x) as_fn_append wine_notices "|XShape ${notice_platform}development files not found, XShape won't be supported." ;;
8221 xno) ;;
8222 *) as_fn_error "XShape ${notice_platform}development files not found, XShape won't be supported.
8223 This is an error since --with-xshape was requested." "$LINENO" 5 ;;
8224 esac
8227 if test "$ac_cv_header_X11_extensions_xf86vmode_h" = "yes" -o "$ac_cv_header_X11_extensions_xf86vmproto_h" = "yes"
8228 then
8229 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXxf86vm" >&5
8230 $as_echo_n "checking for -lXxf86vm... " >&6; }
8231 if test "${ac_cv_lib_soname_Xxf86vm+set}" = set; then :
8232 $as_echo_n "(cached) " >&6
8233 else
8234 ac_check_soname_save_LIBS=$LIBS
8235 LIBS="-lXxf86vm $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8236 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8237 /* end confdefs.h. */
8239 /* Override any GCC internal prototype to avoid an error.
8240 Use char because int might match the return type of a GCC
8241 builtin and then its argument prototype would still apply. */
8242 #ifdef __cplusplus
8243 extern "C"
8244 #endif
8245 char XF86VidModeQueryExtension ();
8247 main ()
8249 return XF86VidModeQueryExtension ();
8251 return 0;
8253 _ACEOF
8254 if ac_fn_c_try_link "$LINENO"; then :
8255 case "$LIBEXT" in
8256 dll) ac_cv_lib_soname_Xxf86vm=`$ac_cv_path_LDD conftest.exe | grep "Xxf86vm" | sed -e "s/dll.*/dll/"';2,$d'` ;;
8257 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'` ;;
8258 *) ac_cv_lib_soname_Xxf86vm=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\(libXxf86vm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8259 esac
8261 rm -f core conftest.err conftest.$ac_objext \
8262 conftest$ac_exeext conftest.$ac_ext
8263 LIBS=$ac_check_soname_save_LIBS
8265 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then :
8266 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8267 $as_echo "not found" >&6; }
8269 else
8270 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xxf86vm" >&5
8271 $as_echo "$ac_cv_lib_soname_Xxf86vm" >&6; }
8273 cat >>confdefs.h <<_ACEOF
8274 #define SONAME_LIBXXF86VM "$ac_cv_lib_soname_Xxf86vm"
8275 _ACEOF
8280 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then :
8281 case "x$with_xxf86vm" in
8282 x) as_fn_append wine_notices "|libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported." ;;
8283 xno) ;;
8284 *) as_fn_error "libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
8285 This is an error since --with-xxf86vm was requested." "$LINENO" 5 ;;
8286 esac
8289 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"
8290 then
8291 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXrender" >&5
8292 $as_echo_n "checking for -lXrender... " >&6; }
8293 if test "${ac_cv_lib_soname_Xrender+set}" = set; then :
8294 $as_echo_n "(cached) " >&6
8295 else
8296 ac_check_soname_save_LIBS=$LIBS
8297 LIBS="-lXrender $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8298 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8299 /* end confdefs.h. */
8301 /* Override any GCC internal prototype to avoid an error.
8302 Use char because int might match the return type of a GCC
8303 builtin and then its argument prototype would still apply. */
8304 #ifdef __cplusplus
8305 extern "C"
8306 #endif
8307 char XRenderQueryExtension ();
8309 main ()
8311 return XRenderQueryExtension ();
8313 return 0;
8315 _ACEOF
8316 if ac_fn_c_try_link "$LINENO"; then :
8317 case "$LIBEXT" in
8318 dll) ac_cv_lib_soname_Xrender=`$ac_cv_path_LDD conftest.exe | grep "Xrender" | sed -e "s/dll.*/dll/"';2,$d'` ;;
8319 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'` ;;
8320 *) ac_cv_lib_soname_Xrender=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrender\\.$LIBEXT" | sed -e "s/^.*\(libXrender\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8321 esac
8323 rm -f core conftest.err conftest.$ac_objext \
8324 conftest$ac_exeext conftest.$ac_ext
8325 LIBS=$ac_check_soname_save_LIBS
8327 if test "x$ac_cv_lib_soname_Xrender" = "x"; then :
8328 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8329 $as_echo "not found" >&6; }
8331 else
8332 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xrender" >&5
8333 $as_echo "$ac_cv_lib_soname_Xrender" >&6; }
8335 cat >>confdefs.h <<_ACEOF
8336 #define SONAME_LIBXRENDER "$ac_cv_lib_soname_Xrender"
8337 _ACEOF
8339 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XRenderSetPictureTransform in -lXrender" >&5
8340 $as_echo_n "checking for XRenderSetPictureTransform in -lXrender... " >&6; }
8341 if test "${ac_cv_lib_Xrender_XRenderSetPictureTransform+set}" = set; then :
8342 $as_echo_n "(cached) " >&6
8343 else
8344 ac_check_lib_save_LIBS=$LIBS
8345 LIBS="-lXrender $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8346 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8347 /* end confdefs.h. */
8349 /* Override any GCC internal prototype to avoid an error.
8350 Use char because int might match the return type of a GCC
8351 builtin and then its argument prototype would still apply. */
8352 #ifdef __cplusplus
8353 extern "C"
8354 #endif
8355 char XRenderSetPictureTransform ();
8357 main ()
8359 return XRenderSetPictureTransform ();
8361 return 0;
8363 _ACEOF
8364 if ac_fn_c_try_link "$LINENO"; then :
8365 ac_cv_lib_Xrender_XRenderSetPictureTransform=yes
8366 else
8367 ac_cv_lib_Xrender_XRenderSetPictureTransform=no
8369 rm -f core conftest.err conftest.$ac_objext \
8370 conftest$ac_exeext conftest.$ac_ext
8371 LIBS=$ac_check_lib_save_LIBS
8373 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xrender_XRenderSetPictureTransform" >&5
8374 $as_echo "$ac_cv_lib_Xrender_XRenderSetPictureTransform" >&6; }
8375 if test "x$ac_cv_lib_Xrender_XRenderSetPictureTransform" = x""yes; then :
8377 $as_echo "#define HAVE_XRENDERSETPICTURETRANSFORM 1" >>confdefs.h
8384 if test "x$ac_cv_lib_soname_Xrender" = "x"; then :
8385 case "x$with_xrender" in
8386 x) as_fn_append wine_warnings "|libxrender ${notice_platform}development files not found, XRender won't be supported." ;;
8387 xno) ;;
8388 *) as_fn_error "libxrender ${notice_platform}development files not found, XRender won't be supported.
8389 This is an error since --with-xrender was requested." "$LINENO" 5 ;;
8390 esac
8393 if test "$ac_cv_header_X11_extensions_Xrandr_h" = "yes" -a "x$ac_cv_lib_soname_Xrender" != "x"
8394 then
8395 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8396 /* end confdefs.h. */
8397 #include <X11/Xlib.h>
8398 #include <X11/extensions/Xrandr.h>
8400 main ()
8402 static typeof(XRRSetScreenConfigAndRate) * func;
8404 return 0;
8406 _ACEOF
8407 if ac_fn_c_try_compile "$LINENO"; then :
8408 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXrandr" >&5
8409 $as_echo_n "checking for -lXrandr... " >&6; }
8410 if test "${ac_cv_lib_soname_Xrandr+set}" = set; then :
8411 $as_echo_n "(cached) " >&6
8412 else
8413 ac_check_soname_save_LIBS=$LIBS
8414 LIBS="-lXrandr $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8415 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8416 /* end confdefs.h. */
8418 /* Override any GCC internal prototype to avoid an error.
8419 Use char because int might match the return type of a GCC
8420 builtin and then its argument prototype would still apply. */
8421 #ifdef __cplusplus
8422 extern "C"
8423 #endif
8424 char XRRQueryExtension ();
8426 main ()
8428 return XRRQueryExtension ();
8430 return 0;
8432 _ACEOF
8433 if ac_fn_c_try_link "$LINENO"; then :
8434 case "$LIBEXT" in
8435 dll) ac_cv_lib_soname_Xrandr=`$ac_cv_path_LDD conftest.exe | grep "Xrandr" | sed -e "s/dll.*/dll/"';2,$d'` ;;
8436 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'` ;;
8437 *) ac_cv_lib_soname_Xrandr=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrandr\\.$LIBEXT" | sed -e "s/^.*\(libXrandr\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8438 esac
8440 rm -f core conftest.err conftest.$ac_objext \
8441 conftest$ac_exeext conftest.$ac_ext
8442 LIBS=$ac_check_soname_save_LIBS
8444 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then :
8445 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8446 $as_echo "not found" >&6; }
8448 else
8449 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xrandr" >&5
8450 $as_echo "$ac_cv_lib_soname_Xrandr" >&6; }
8452 cat >>confdefs.h <<_ACEOF
8453 #define SONAME_LIBXRANDR "$ac_cv_lib_soname_Xrandr"
8454 _ACEOF
8459 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8461 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then :
8462 case "x$with_xrandr" in
8463 x) as_fn_append wine_notices "|libxrandr ${notice_platform}development files not found, XRandr won't be supported." ;;
8464 xno) ;;
8465 *) as_fn_error "libxrandr ${notice_platform}development files not found, XRandr won't be supported.
8466 This is an error since --with-xrandr was requested." "$LINENO" 5 ;;
8467 esac
8470 if test "$ac_cv_header_X11_extensions_Xinerama_h" = "yes"
8471 then
8472 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8473 /* end confdefs.h. */
8474 #include <X11/Xlib.h>
8475 #include <X11/extensions/Xinerama.h>
8477 main ()
8479 static typeof(XineramaQueryScreens) * func;
8481 return 0;
8483 _ACEOF
8484 if ac_fn_c_try_compile "$LINENO"; then :
8485 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXinerama" >&5
8486 $as_echo_n "checking for -lXinerama... " >&6; }
8487 if test "${ac_cv_lib_soname_Xinerama+set}" = set; then :
8488 $as_echo_n "(cached) " >&6
8489 else
8490 ac_check_soname_save_LIBS=$LIBS
8491 LIBS="-lXinerama $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8492 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8493 /* end confdefs.h. */
8495 /* Override any GCC internal prototype to avoid an error.
8496 Use char because int might match the return type of a GCC
8497 builtin and then its argument prototype would still apply. */
8498 #ifdef __cplusplus
8499 extern "C"
8500 #endif
8501 char XineramaQueryScreens ();
8503 main ()
8505 return XineramaQueryScreens ();
8507 return 0;
8509 _ACEOF
8510 if ac_fn_c_try_link "$LINENO"; then :
8511 case "$LIBEXT" in
8512 dll) ac_cv_lib_soname_Xinerama=`$ac_cv_path_LDD conftest.exe | grep "Xinerama" | sed -e "s/dll.*/dll/"';2,$d'` ;;
8513 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'` ;;
8514 *) ac_cv_lib_soname_Xinerama=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXinerama\\.$LIBEXT" | sed -e "s/^.*\(libXinerama\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8515 esac
8517 rm -f core conftest.err conftest.$ac_objext \
8518 conftest$ac_exeext conftest.$ac_ext
8519 LIBS=$ac_check_soname_save_LIBS
8521 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then :
8522 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8523 $as_echo "not found" >&6; }
8525 else
8526 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xinerama" >&5
8527 $as_echo "$ac_cv_lib_soname_Xinerama" >&6; }
8529 cat >>confdefs.h <<_ACEOF
8530 #define SONAME_LIBXINERAMA "$ac_cv_lib_soname_Xinerama"
8531 _ACEOF
8536 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8538 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then :
8539 case "x$with_xinerama" in
8540 x) as_fn_append wine_notices "|libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported." ;;
8541 xno) ;;
8542 *) as_fn_error "libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
8543 This is an error since --with-xinerama was requested." "$LINENO" 5 ;;
8544 esac
8547 if test "$ac_cv_header_X11_extensions_Xcomposite_h" = "yes"
8548 then
8549 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXcomposite" >&5
8550 $as_echo_n "checking for -lXcomposite... " >&6; }
8551 if test "${ac_cv_lib_soname_Xcomposite+set}" = set; then :
8552 $as_echo_n "(cached) " >&6
8553 else
8554 ac_check_soname_save_LIBS=$LIBS
8555 LIBS="-lXcomposite $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8556 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8557 /* end confdefs.h. */
8559 /* Override any GCC internal prototype to avoid an error.
8560 Use char because int might match the return type of a GCC
8561 builtin and then its argument prototype would still apply. */
8562 #ifdef __cplusplus
8563 extern "C"
8564 #endif
8565 char XCompositeRedirectWindow ();
8567 main ()
8569 return XCompositeRedirectWindow ();
8571 return 0;
8573 _ACEOF
8574 if ac_fn_c_try_link "$LINENO"; then :
8575 case "$LIBEXT" in
8576 dll) ac_cv_lib_soname_Xcomposite=`$ac_cv_path_LDD conftest.exe | grep "Xcomposite" | sed -e "s/dll.*/dll/"';2,$d'` ;;
8577 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'` ;;
8578 *) ac_cv_lib_soname_Xcomposite=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcomposite\\.$LIBEXT" | sed -e "s/^.*\(libXcomposite\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8579 esac
8581 rm -f core conftest.err conftest.$ac_objext \
8582 conftest$ac_exeext conftest.$ac_ext
8583 LIBS=$ac_check_soname_save_LIBS
8585 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then :
8586 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8587 $as_echo "not found" >&6; }
8589 else
8590 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xcomposite" >&5
8591 $as_echo "$ac_cv_lib_soname_Xcomposite" >&6; }
8593 cat >>confdefs.h <<_ACEOF
8594 #define SONAME_LIBXCOMPOSITE "$ac_cv_lib_soname_Xcomposite"
8595 _ACEOF
8600 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then :
8601 case "x$with_xcomposite" in
8602 x) as_fn_append wine_notices "|libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported." ;;
8603 xno) ;;
8604 *) as_fn_error "libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
8605 This is an error since --with-xcomposite was requested." "$LINENO" 5 ;;
8606 esac
8609 ac_fn_c_check_member "$LINENO" "XICCallback" "callback" "ac_cv_member_XICCallback_callback" "#ifdef HAVE_X11_XLIB_H
8610 #include <X11/Xlib.h>
8611 #endif
8613 if test "x$ac_cv_member_XICCallback_callback" = x""yes; then :
8615 cat >>confdefs.h <<_ACEOF
8616 #define HAVE_XICCALLBACK_CALLBACK 1
8617 _ACEOF
8624 opengl_msg=""
8625 if test "x$with_opengl" != "xno"
8626 then
8627 for ac_header in GL/gl.h GL/glx.h GL/glu.h
8628 do :
8629 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8630 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_GL_GLX_H
8631 # include <GL/glx.h>
8632 #endif
8634 eval as_val=\$$as_ac_Header
8635 if test "x$as_val" = x""yes; then :
8636 cat >>confdefs.h <<_ACEOF
8637 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8638 _ACEOF
8642 done
8644 if test "$ac_cv_header_GL_gl_h" = "yes" -a "$ac_cv_header_GL_glx_h" = "yes"
8645 then
8646 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for up-to-date OpenGL version" >&5
8647 $as_echo_n "checking for up-to-date OpenGL version... " >&6; }
8648 if test "${wine_cv_opengl_header_version_OK+set}" = set; then :
8649 $as_echo_n "(cached) " >&6
8650 else
8651 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8652 /* end confdefs.h. */
8653 #include <GL/gl.h>
8655 main ()
8657 GLenum test = GL_UNSIGNED_SHORT_5_6_5;
8659 return 0;
8661 _ACEOF
8662 if ac_fn_c_try_compile "$LINENO"; then :
8663 wine_cv_opengl_header_version_OK="yes"
8664 else
8665 wine_cv_opengl_header_version_OK="no"
8667 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8669 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_opengl_header_version_OK" >&5
8670 $as_echo "$wine_cv_opengl_header_version_OK" >&6; }
8672 if test "$wine_cv_opengl_header_version_OK" = "yes"
8673 then
8674 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGL" >&5
8675 $as_echo_n "checking for -lGL... " >&6; }
8676 if test "${ac_cv_lib_soname_GL+set}" = set; then :
8677 $as_echo_n "(cached) " >&6
8678 else
8679 ac_check_soname_save_LIBS=$LIBS
8680 LIBS="-lGL $X_LIBS $XLIB -lm $X_EXTRA_LIBS $LIBS"
8681 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8682 /* end confdefs.h. */
8684 /* Override any GCC internal prototype to avoid an error.
8685 Use char because int might match the return type of a GCC
8686 builtin and then its argument prototype would still apply. */
8687 #ifdef __cplusplus
8688 extern "C"
8689 #endif
8690 char glXCreateContext ();
8692 main ()
8694 return glXCreateContext ();
8696 return 0;
8698 _ACEOF
8699 if ac_fn_c_try_link "$LINENO"; then :
8700 case "$LIBEXT" in
8701 dll) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest.exe | grep "GL" | sed -e "s/dll.*/dll/"';2,$d'` ;;
8702 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'` ;;
8703 *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8704 esac
8706 rm -f core conftest.err conftest.$ac_objext \
8707 conftest$ac_exeext conftest.$ac_ext
8708 LIBS=$ac_check_soname_save_LIBS
8710 if test "x$ac_cv_lib_soname_GL" = "x"; then :
8711 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8712 $as_echo "not found" >&6; }
8713 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGL" >&5
8714 $as_echo_n "checking for -lGL... " >&6; }
8715 if test "${ac_cv_lib_soname_GL+set}" = set; then :
8716 $as_echo_n "(cached) " >&6
8717 else
8718 ac_check_soname_save_LIBS=$LIBS
8719 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"
8720 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8721 /* end confdefs.h. */
8723 /* Override any GCC internal prototype to avoid an error.
8724 Use char because int might match the return type of a GCC
8725 builtin and then its argument prototype would still apply. */
8726 #ifdef __cplusplus
8727 extern "C"
8728 #endif
8729 char glXCreateContext ();
8731 main ()
8733 return glXCreateContext ();
8735 return 0;
8737 _ACEOF
8738 if ac_fn_c_try_link "$LINENO"; then :
8739 case "$LIBEXT" in
8740 dll) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest.exe | grep "GL" | sed -e "s/dll.*/dll/"';2,$d'` ;;
8741 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'` ;;
8742 *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8743 esac
8745 rm -f core conftest.err conftest.$ac_objext \
8746 conftest$ac_exeext conftest.$ac_ext
8747 LIBS=$ac_check_soname_save_LIBS
8749 if test "x$ac_cv_lib_soname_GL" = "x"; then :
8750 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8751 $as_echo "not found" >&6; }
8752 if test -f /usr/X11R6/lib/libGL.a
8753 then
8754 opengl_msg="/usr/X11R6/lib/libGL.a is present on your system.
8755 This probably prevents linking to OpenGL. Try deleting the file and restarting configure."
8756 else
8757 opengl_msg="No OpenGL library found on this system."
8759 else
8760 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GL" >&5
8761 $as_echo "$ac_cv_lib_soname_GL" >&6; }
8763 cat >>confdefs.h <<_ACEOF
8764 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
8765 _ACEOF
8767 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"
8769 $as_echo "#define HAVE_OPENGL 1" >>confdefs.h
8772 else
8773 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GL" >&5
8774 $as_echo "$ac_cv_lib_soname_GL" >&6; }
8776 cat >>confdefs.h <<_ACEOF
8777 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
8778 _ACEOF
8780 OPENGL_LIBS="-lGL"
8782 $as_echo "#define HAVE_OPENGL 1" >>confdefs.h
8785 if test "$ac_cv_header_GL_glu_h" = "yes"
8786 then
8787 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGLU" >&5
8788 $as_echo_n "checking for -lGLU... " >&6; }
8789 if test "${ac_cv_lib_soname_GLU+set}" = set; then :
8790 $as_echo_n "(cached) " >&6
8791 else
8792 ac_check_soname_save_LIBS=$LIBS
8793 LIBS="-lGLU $OPENGL_LIBS $X_LIBS $X_PRE_LIBS $XLIB -lm $X_EXTRA_LIBS $LIBS"
8794 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8795 /* end confdefs.h. */
8797 /* Override any GCC internal prototype to avoid an error.
8798 Use char because int might match the return type of a GCC
8799 builtin and then its argument prototype would still apply. */
8800 #ifdef __cplusplus
8801 extern "C"
8802 #endif
8803 char gluLookAt ();
8805 main ()
8807 return gluLookAt ();
8809 return 0;
8811 _ACEOF
8812 if ac_fn_c_try_link "$LINENO"; then :
8813 case "$LIBEXT" in
8814 dll) ac_cv_lib_soname_GLU=`$ac_cv_path_LDD conftest.exe | grep "GLU" | sed -e "s/dll.*/dll/"';2,$d'` ;;
8815 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'` ;;
8816 *) ac_cv_lib_soname_GLU=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGLU\\.$LIBEXT" | sed -e "s/^.*\(libGLU\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8817 esac
8819 rm -f core conftest.err conftest.$ac_objext \
8820 conftest$ac_exeext conftest.$ac_ext
8821 LIBS=$ac_check_soname_save_LIBS
8823 if test "x$ac_cv_lib_soname_GLU" = "x"; then :
8824 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8825 $as_echo "not found" >&6; }
8827 else
8828 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GLU" >&5
8829 $as_echo "$ac_cv_lib_soname_GLU" >&6; }
8831 cat >>confdefs.h <<_ACEOF
8832 #define SONAME_LIBGLU "$ac_cv_lib_soname_GLU"
8833 _ACEOF
8838 if test "x$ac_cv_lib_soname_GLU" = "x"; then :
8839 case "x$with_glu" in
8840 x) as_fn_append wine_notices "|libGLU ${notice_platform}development files not found, GLU won't be supported." ;;
8841 xno) ;;
8842 *) as_fn_error "libGLU ${notice_platform}development files not found, GLU won't be supported.
8843 This is an error since --with-glu was requested." "$LINENO" 5 ;;
8844 esac
8846 else
8847 opengl_msg="Old Mesa headers detected. Consider upgrading your Mesa libraries."
8849 else
8850 opengl_msg="OpenGL development headers not found."
8852 test -n "$opengl_msg" && enable_opengl32=${enable_opengl32:-no}
8853 test "x$ac_cv_lib_soname_GLU" = "x" && enable_glu32=${enable_glu32:-no}
8854 else
8855 enable_opengl32=${enable_opengl32:-no}
8856 enable_glu32=${enable_glu32:-no}
8858 if test -n "$opengl_msg"; then :
8859 case "x$with_opengl" in
8860 x) as_fn_append wine_warnings "|$opengl_msg
8861 OpenGL and Direct3D won't be supported." ;;
8862 xno) ;;
8863 *) as_fn_error "$opengl_msg
8864 OpenGL and Direct3D won't be supported.
8865 This is an error since --with-opengl was requested." "$LINENO" 5 ;;
8866 esac
8869 NASLIBS=""
8871 for ac_header in audio/audiolib.h
8872 do :
8873 ac_fn_c_check_header_mongrel "$LINENO" "audio/audiolib.h" "ac_cv_header_audio_audiolib_h" "$ac_includes_default"
8874 if test "x$ac_cv_header_audio_audiolib_h" = x""yes; then :
8875 cat >>confdefs.h <<_ACEOF
8876 #define HAVE_AUDIO_AUDIOLIB_H 1
8877 _ACEOF
8878 for ac_header in audio/soundlib.h
8879 do :
8880 ac_fn_c_check_header_compile "$LINENO" "audio/soundlib.h" "ac_cv_header_audio_soundlib_h" "#include <audio/audiolib.h>
8882 if test "x$ac_cv_header_audio_soundlib_h" = x""yes; then :
8883 cat >>confdefs.h <<_ACEOF
8884 #define HAVE_AUDIO_SOUNDLIB_H 1
8885 _ACEOF
8889 done
8891 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for AuCreateFlow in -laudio" >&5
8892 $as_echo_n "checking for AuCreateFlow in -laudio... " >&6; }
8893 if test "${ac_cv_lib_audio_AuCreateFlow+set}" = set; then :
8894 $as_echo_n "(cached) " >&6
8895 else
8896 ac_check_lib_save_LIBS=$LIBS
8897 LIBS="-laudio -lXt $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8898 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8899 /* end confdefs.h. */
8901 /* Override any GCC internal prototype to avoid an error.
8902 Use char because int might match the return type of a GCC
8903 builtin and then its argument prototype would still apply. */
8904 #ifdef __cplusplus
8905 extern "C"
8906 #endif
8907 char AuCreateFlow ();
8909 main ()
8911 return AuCreateFlow ();
8913 return 0;
8915 _ACEOF
8916 if ac_fn_c_try_link "$LINENO"; then :
8917 ac_cv_lib_audio_AuCreateFlow=yes
8918 else
8919 ac_cv_lib_audio_AuCreateFlow=no
8921 rm -f core conftest.err conftest.$ac_objext \
8922 conftest$ac_exeext conftest.$ac_ext
8923 LIBS=$ac_check_lib_save_LIBS
8925 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_audio_AuCreateFlow" >&5
8926 $as_echo "$ac_cv_lib_audio_AuCreateFlow" >&6; }
8927 if test "x$ac_cv_lib_audio_AuCreateFlow" = x""yes; then :
8929 $as_echo "#define HAVE_NAS 1" >>confdefs.h
8931 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XauGetBestAuthByAddr in -lXau" >&5
8932 $as_echo_n "checking for XauGetBestAuthByAddr in -lXau... " >&6; }
8933 if test "${ac_cv_lib_Xau_XauGetBestAuthByAddr+set}" = set; then :
8934 $as_echo_n "(cached) " >&6
8935 else
8936 ac_check_lib_save_LIBS=$LIBS
8937 LIBS="-lXau $X_LIBS $LIBS"
8938 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8939 /* end confdefs.h. */
8941 /* Override any GCC internal prototype to avoid an error.
8942 Use char because int might match the return type of a GCC
8943 builtin and then its argument prototype would still apply. */
8944 #ifdef __cplusplus
8945 extern "C"
8946 #endif
8947 char XauGetBestAuthByAddr ();
8949 main ()
8951 return XauGetBestAuthByAddr ();
8953 return 0;
8955 _ACEOF
8956 if ac_fn_c_try_link "$LINENO"; then :
8957 ac_cv_lib_Xau_XauGetBestAuthByAddr=yes
8958 else
8959 ac_cv_lib_Xau_XauGetBestAuthByAddr=no
8961 rm -f core conftest.err conftest.$ac_objext \
8962 conftest$ac_exeext conftest.$ac_ext
8963 LIBS=$ac_check_lib_save_LIBS
8965 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xau_XauGetBestAuthByAddr" >&5
8966 $as_echo "$ac_cv_lib_Xau_XauGetBestAuthByAddr" >&6; }
8967 if test "x$ac_cv_lib_Xau_XauGetBestAuthByAddr" = x""yes; then :
8968 NASLIBS="-lXau -laudio -lXt $X_LIBS $XLIB $X_EXTRA_LIBS"
8969 else
8970 NASLIBS="-laudio -lXt $X_LIBS $XLIB $X_EXTRA_LIBS"
8978 done
8981 CPPFLAGS="$ac_save_CPPFLAGS"
8982 else
8983 XLIB=""
8984 X_CFLAGS=""
8985 X_LIBS=""
8986 enable_winex11_drv=${enable_winex11_drv:-no}
8987 enable_opengl32=${enable_opengl32:-no}
8988 enable_glu32=${enable_glu32:-no}
8990 if test "x$XLIB" = "x"; then :
8991 case "x$with_x" in
8992 xno) ;;
8993 *) as_fn_error "X ${notice_platform}development files not found. Wine will be built
8994 without X support, which probably isn't what you want. You will need to install
8995 ${notice_platform}development packages of Xlib/Xfree86 at the very least.
8996 Use the --without-x option if you really want this." "$LINENO" 5 ;;
8997 esac
9001 XML2LIBS=""
9003 XML2INCL=""
9005 XSLTINCL=""
9007 if test "x$with_xml" != "xno"
9008 then
9009 ac_save_CPPFLAGS="$CPPFLAGS"
9010 if test "$PKG_CONFIG" != "false"
9011 then
9012 ac_xml_libs="`$PKG_CONFIG --libs libxml-2.0 2>/dev/null`"
9013 ac_xml_cflags="`$PKG_CONFIG --cflags libxml-2.0 2>/dev/null`"
9014 else
9015 ac_xml_libs="`xml2-config --libs 2>/dev/null`"
9016 ac_xml_cflags="`xml2-config --cflags 2>/dev/null`"
9018 CPPFLAGS="$CPPFLAGS $ac_xml_cflags"
9019 for ac_header in libxml/parser.h
9020 do :
9021 ac_fn_c_check_header_mongrel "$LINENO" "libxml/parser.h" "ac_cv_header_libxml_parser_h" "$ac_includes_default"
9022 if test "x$ac_cv_header_libxml_parser_h" = x""yes; then :
9023 cat >>confdefs.h <<_ACEOF
9024 #define HAVE_LIBXML_PARSER_H 1
9025 _ACEOF
9026 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlParseMemory in -lxml2" >&5
9027 $as_echo_n "checking for xmlParseMemory in -lxml2... " >&6; }
9028 if test "${ac_cv_lib_xml2_xmlParseMemory+set}" = set; then :
9029 $as_echo_n "(cached) " >&6
9030 else
9031 ac_check_lib_save_LIBS=$LIBS
9032 LIBS="-lxml2 $ac_xml_libs $LIBS"
9033 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9034 /* end confdefs.h. */
9036 /* Override any GCC internal prototype to avoid an error.
9037 Use char because int might match the return type of a GCC
9038 builtin and then its argument prototype would still apply. */
9039 #ifdef __cplusplus
9040 extern "C"
9041 #endif
9042 char xmlParseMemory ();
9044 main ()
9046 return xmlParseMemory ();
9048 return 0;
9050 _ACEOF
9051 if ac_fn_c_try_link "$LINENO"; then :
9052 ac_cv_lib_xml2_xmlParseMemory=yes
9053 else
9054 ac_cv_lib_xml2_xmlParseMemory=no
9056 rm -f core conftest.err conftest.$ac_objext \
9057 conftest$ac_exeext conftest.$ac_ext
9058 LIBS=$ac_check_lib_save_LIBS
9060 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlParseMemory" >&5
9061 $as_echo "$ac_cv_lib_xml2_xmlParseMemory" >&6; }
9062 if test "x$ac_cv_lib_xml2_xmlParseMemory" = x""yes; then :
9064 $as_echo "#define HAVE_LIBXML2 1" >>confdefs.h
9066 XML2LIBS="$ac_xml_libs"
9067 XML2INCL="$ac_xml_cflags"
9070 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlReadMemory in -lxml2" >&5
9071 $as_echo_n "checking for xmlReadMemory in -lxml2... " >&6; }
9072 if test "${ac_cv_lib_xml2_xmlReadMemory+set}" = set; then :
9073 $as_echo_n "(cached) " >&6
9074 else
9075 ac_check_lib_save_LIBS=$LIBS
9076 LIBS="-lxml2 $ac_xml_libs $LIBS"
9077 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9078 /* end confdefs.h. */
9080 /* Override any GCC internal prototype to avoid an error.
9081 Use char because int might match the return type of a GCC
9082 builtin and then its argument prototype would still apply. */
9083 #ifdef __cplusplus
9084 extern "C"
9085 #endif
9086 char xmlReadMemory ();
9088 main ()
9090 return xmlReadMemory ();
9092 return 0;
9094 _ACEOF
9095 if ac_fn_c_try_link "$LINENO"; then :
9096 ac_cv_lib_xml2_xmlReadMemory=yes
9097 else
9098 ac_cv_lib_xml2_xmlReadMemory=no
9100 rm -f core conftest.err conftest.$ac_objext \
9101 conftest$ac_exeext conftest.$ac_ext
9102 LIBS=$ac_check_lib_save_LIBS
9104 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlReadMemory" >&5
9105 $as_echo "$ac_cv_lib_xml2_xmlReadMemory" >&6; }
9106 if test "x$ac_cv_lib_xml2_xmlReadMemory" = x""yes; then :
9108 $as_echo "#define HAVE_XMLREADMEMORY 1" >>confdefs.h
9112 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlNewDocPI in -lxml2" >&5
9113 $as_echo_n "checking for xmlNewDocPI in -lxml2... " >&6; }
9114 if test "${ac_cv_lib_xml2_xmlNewDocPI+set}" = set; then :
9115 $as_echo_n "(cached) " >&6
9116 else
9117 ac_check_lib_save_LIBS=$LIBS
9118 LIBS="-lxml2 $ac_xml_libs $LIBS"
9119 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9120 /* end confdefs.h. */
9122 /* Override any GCC internal prototype to avoid an error.
9123 Use char because int might match the return type of a GCC
9124 builtin and then its argument prototype would still apply. */
9125 #ifdef __cplusplus
9126 extern "C"
9127 #endif
9128 char xmlNewDocPI ();
9130 main ()
9132 return xmlNewDocPI ();
9134 return 0;
9136 _ACEOF
9137 if ac_fn_c_try_link "$LINENO"; then :
9138 ac_cv_lib_xml2_xmlNewDocPI=yes
9139 else
9140 ac_cv_lib_xml2_xmlNewDocPI=no
9142 rm -f core conftest.err conftest.$ac_objext \
9143 conftest$ac_exeext conftest.$ac_ext
9144 LIBS=$ac_check_lib_save_LIBS
9146 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlNewDocPI" >&5
9147 $as_echo "$ac_cv_lib_xml2_xmlNewDocPI" >&6; }
9148 if test "x$ac_cv_lib_xml2_xmlNewDocPI" = x""yes; then :
9150 $as_echo "#define HAVE_XMLNEWDOCPI 1" >>confdefs.h
9157 done
9159 CPPFLAGS="$ac_save_CPPFLAGS"
9161 if test "$ac_cv_lib_xml2_xmlParseMemory" != "yes"; then :
9162 case "x$with_xml" in
9163 x) as_fn_append wine_warnings "|libxml2 ${notice_platform}development files not found, XML won't be supported." ;;
9164 xno) ;;
9165 *) as_fn_error "libxml2 ${notice_platform}development files not found, XML won't be supported.
9166 This is an error since --with-xml was requested." "$LINENO" 5 ;;
9167 esac
9170 if test "x$with_xslt" != "xno"
9171 then
9172 if test "$PKG_CONFIG" != "false"
9173 then
9174 ac_xslt_libs="`$PKG_CONFIG --libs libxslt 2>/dev/null`"
9175 ac_xslt_cflags="`$PKG_CONFIG --cflags libxslt 2>/dev/null`"
9176 else
9177 ac_xslt_libs="`xslt-config --libs 2>/dev/null`"
9178 ac_xslt_cflags="`xslt-config --cflags 2>/dev/null`"
9180 ac_save_CPPFLAGS="$CPPFLAGS"
9181 CPPFLAGS="$CPPFLAGS $ac_xslt_cflags"
9182 for ac_header in libxslt/pattern.h libxslt/transform.h
9183 do :
9184 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
9185 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_LIBXSLT_PATTERN_H
9186 # include <libxslt/pattern.h>
9187 #endif
9189 eval as_val=\$$as_ac_Header
9190 if test "x$as_val" = x""yes; then :
9191 cat >>confdefs.h <<_ACEOF
9192 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
9193 _ACEOF
9197 done
9199 CPPFLAGS="$ac_save_CPPFLAGS"
9200 if test "$ac_cv_header_libxslt_transform_h" = "yes"
9201 then
9202 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lxslt" >&5
9203 $as_echo_n "checking for -lxslt... " >&6; }
9204 if test "${ac_cv_lib_soname_xslt+set}" = set; then :
9205 $as_echo_n "(cached) " >&6
9206 else
9207 ac_check_soname_save_LIBS=$LIBS
9208 LIBS="-lxslt $ac_xslt_libs $LIBS"
9209 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9210 /* end confdefs.h. */
9212 /* Override any GCC internal prototype to avoid an error.
9213 Use char because int might match the return type of a GCC
9214 builtin and then its argument prototype would still apply. */
9215 #ifdef __cplusplus
9216 extern "C"
9217 #endif
9218 char xsltCompilePattern ();
9220 main ()
9222 return xsltCompilePattern ();
9224 return 0;
9226 _ACEOF
9227 if ac_fn_c_try_link "$LINENO"; then :
9228 case "$LIBEXT" in
9229 dll) ac_cv_lib_soname_xslt=`$ac_cv_path_LDD conftest.exe | grep "xslt" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9230 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'` ;;
9231 *) ac_cv_lib_soname_xslt=`$ac_cv_path_LDD conftest$ac_exeext | grep "libxslt\\.$LIBEXT" | sed -e "s/^.*\(libxslt\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9232 esac
9234 rm -f core conftest.err conftest.$ac_objext \
9235 conftest$ac_exeext conftest.$ac_ext
9236 LIBS=$ac_check_soname_save_LIBS
9238 if test "x$ac_cv_lib_soname_xslt" = "x"; then :
9239 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9240 $as_echo "not found" >&6; }
9242 else
9243 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_xslt" >&5
9244 $as_echo "$ac_cv_lib_soname_xslt" >&6; }
9246 cat >>confdefs.h <<_ACEOF
9247 #define SONAME_LIBXSLT "$ac_cv_lib_soname_xslt"
9248 _ACEOF
9250 XSLTINCL="$ac_xslt_cflags"
9254 if test "x$ac_cv_lib_soname_xslt" = "x"; then :
9255 case "x$with_xslt" in
9256 x) as_fn_append wine_warnings "|libxslt ${notice_platform}development files not found, xslt won't be supported." ;;
9257 xno) ;;
9258 *) as_fn_error "libxslt ${notice_platform}development files not found, xslt won't be supported.
9259 This is an error since --with-xslt was requested." "$LINENO" 5 ;;
9260 esac
9263 HALINCL=""
9265 if test "x$with_hal" != "xno"
9266 then
9267 ac_save_CPPFLAGS="$CPPFLAGS"
9268 if test "$PKG_CONFIG" != "false"
9269 then
9270 ac_hal_libs="`$PKG_CONFIG --libs hal 2>/dev/null`"
9271 ac_hal_cflags="`$PKG_CONFIG --cflags hal 2>/dev/null`"
9272 CPPFLAGS="$CPPFLAGS $ac_hal_cflags"
9274 for ac_header in dbus/dbus.h hal/libhal.h
9275 do :
9276 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
9277 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
9278 eval as_val=\$$as_ac_Header
9279 if test "x$as_val" = x""yes; then :
9280 cat >>confdefs.h <<_ACEOF
9281 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
9282 _ACEOF
9286 done
9288 if test "$ac_cv_header_dbus_dbus_h" = "yes" -a "$ac_cv_header_hal_libhal_h" = "yes"
9289 then
9290 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dbus_connection_close in -ldbus-1" >&5
9291 $as_echo_n "checking for dbus_connection_close in -ldbus-1... " >&6; }
9292 if test "${ac_cv_lib_dbus_1_dbus_connection_close+set}" = set; then :
9293 $as_echo_n "(cached) " >&6
9294 else
9295 ac_check_lib_save_LIBS=$LIBS
9296 LIBS="-ldbus-1 $ac_hal_libs $LIBS"
9297 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9298 /* end confdefs.h. */
9300 /* Override any GCC internal prototype to avoid an error.
9301 Use char because int might match the return type of a GCC
9302 builtin and then its argument prototype would still apply. */
9303 #ifdef __cplusplus
9304 extern "C"
9305 #endif
9306 char dbus_connection_close ();
9308 main ()
9310 return dbus_connection_close ();
9312 return 0;
9314 _ACEOF
9315 if ac_fn_c_try_link "$LINENO"; then :
9316 ac_cv_lib_dbus_1_dbus_connection_close=yes
9317 else
9318 ac_cv_lib_dbus_1_dbus_connection_close=no
9320 rm -f core conftest.err conftest.$ac_objext \
9321 conftest$ac_exeext conftest.$ac_ext
9322 LIBS=$ac_check_lib_save_LIBS
9324 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dbus_1_dbus_connection_close" >&5
9325 $as_echo "$ac_cv_lib_dbus_1_dbus_connection_close" >&6; }
9326 if test "x$ac_cv_lib_dbus_1_dbus_connection_close" = x""yes; then :
9327 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lhal" >&5
9328 $as_echo_n "checking for -lhal... " >&6; }
9329 if test "${ac_cv_lib_soname_hal+set}" = set; then :
9330 $as_echo_n "(cached) " >&6
9331 else
9332 ac_check_soname_save_LIBS=$LIBS
9333 LIBS="-lhal $ac_hal_libs $LIBS"
9334 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9335 /* end confdefs.h. */
9337 /* Override any GCC internal prototype to avoid an error.
9338 Use char because int might match the return type of a GCC
9339 builtin and then its argument prototype would still apply. */
9340 #ifdef __cplusplus
9341 extern "C"
9342 #endif
9343 char libhal_ctx_new ();
9345 main ()
9347 return libhal_ctx_new ();
9349 return 0;
9351 _ACEOF
9352 if ac_fn_c_try_link "$LINENO"; then :
9353 case "$LIBEXT" in
9354 dll) ac_cv_lib_soname_hal=`$ac_cv_path_LDD conftest.exe | grep "hal" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9355 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'` ;;
9356 *) ac_cv_lib_soname_hal=`$ac_cv_path_LDD conftest$ac_exeext | grep "libhal\\.$LIBEXT" | sed -e "s/^.*\(libhal\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9357 esac
9359 rm -f core conftest.err conftest.$ac_objext \
9360 conftest$ac_exeext conftest.$ac_ext
9361 LIBS=$ac_check_soname_save_LIBS
9363 if test "x$ac_cv_lib_soname_hal" = "x"; then :
9364 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9365 $as_echo "not found" >&6; }
9367 else
9368 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_hal" >&5
9369 $as_echo "$ac_cv_lib_soname_hal" >&6; }
9371 cat >>confdefs.h <<_ACEOF
9372 #define SONAME_LIBHAL "$ac_cv_lib_soname_hal"
9373 _ACEOF
9375 HALINCL="$ac_hal_cflags"
9380 CPPFLAGS="$ac_save_CPPFLAGS"
9382 if test "x$ac_cv_lib_soname_hal" = "x"; then :
9383 case "x$with_hal" in
9384 x) as_fn_append wine_notices "|libhal/libdbus ${notice_platform}development files not found, no dynamic device support." ;;
9385 xno) ;;
9386 *) as_fn_error "libhal/libdbus ${notice_platform}development files not found, no dynamic device support.
9387 This is an error since --with-hal was requested." "$LINENO" 5 ;;
9388 esac
9391 if test "x$with_gnutls" != "xno"
9392 then
9393 ac_save_CPPFLAGS="$CPPFLAGS"
9394 if test "$PKG_CONFIG" != "false"
9395 then
9396 ac_gnutls_libs="`$PKG_CONFIG --libs gnutls 2>/dev/null`"
9397 ac_gnutls_cflags="`$PKG_CONFIG --cflags gnutls 2>/dev/null`"
9398 CPPFLAGS="$CPPFLAGS $ac_gnutls_cflags"
9400 ac_fn_c_check_header_mongrel "$LINENO" "gnutls/gnutls.h" "ac_cv_header_gnutls_gnutls_h" "$ac_includes_default"
9401 if test "x$ac_cv_header_gnutls_gnutls_h" = x""yes; then :
9402 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9403 /* end confdefs.h. */
9404 #include <gnutls/gnutls.h>
9406 main ()
9408 typeof(gnutls_mac_get_key_size) *pfunc;
9410 return 0;
9412 _ACEOF
9413 if ac_fn_c_try_compile "$LINENO"; then :
9414 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lgnutls" >&5
9415 $as_echo_n "checking for -lgnutls... " >&6; }
9416 if test "${ac_cv_lib_soname_gnutls+set}" = set; then :
9417 $as_echo_n "(cached) " >&6
9418 else
9419 ac_check_soname_save_LIBS=$LIBS
9420 LIBS="-lgnutls $ac_gnutls_libs $LIBS"
9421 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9422 /* end confdefs.h. */
9424 /* Override any GCC internal prototype to avoid an error.
9425 Use char because int might match the return type of a GCC
9426 builtin and then its argument prototype would still apply. */
9427 #ifdef __cplusplus
9428 extern "C"
9429 #endif
9430 char gnutls_global_init ();
9432 main ()
9434 return gnutls_global_init ();
9436 return 0;
9438 _ACEOF
9439 if ac_fn_c_try_link "$LINENO"; then :
9440 case "$LIBEXT" in
9441 dll) ac_cv_lib_soname_gnutls=`$ac_cv_path_LDD conftest.exe | grep "gnutls" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9442 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'` ;;
9443 *) ac_cv_lib_soname_gnutls=`$ac_cv_path_LDD conftest$ac_exeext | grep "libgnutls\\.$LIBEXT" | sed -e "s/^.*\(libgnutls\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9444 esac
9446 rm -f core conftest.err conftest.$ac_objext \
9447 conftest$ac_exeext conftest.$ac_ext
9448 LIBS=$ac_check_soname_save_LIBS
9450 if test "x$ac_cv_lib_soname_gnutls" = "x"; then :
9451 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9452 $as_echo "not found" >&6; }
9454 else
9455 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_gnutls" >&5
9456 $as_echo "$ac_cv_lib_soname_gnutls" >&6; }
9458 cat >>confdefs.h <<_ACEOF
9459 #define SONAME_LIBGNUTLS "$ac_cv_lib_soname_gnutls"
9460 _ACEOF
9462 GNUTLSINCL="$ac_gnutls_cflags"
9466 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9470 CPPFLAGS="$ac_save_CPPFLAGS"
9472 if test "x$ac_cv_lib_soname_gnutls" = "x"; then :
9473 case "x$with_gnutls" in
9474 x) as_fn_append wine_notices "|libgnutls ${notice_platform}development files not found, no schannel support." ;;
9475 xno) ;;
9476 *) as_fn_error "libgnutls ${notice_platform}development files not found, no schannel support.
9477 This is an error since --with-gnutls was requested." "$LINENO" 5 ;;
9478 esac
9481 CURSESLIBS=""
9482 if test "$ac_cv_header_ncurses_h" = "yes"
9483 then
9484 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lncurses" >&5
9485 $as_echo_n "checking for -lncurses... " >&6; }
9486 if test "${ac_cv_lib_soname_ncurses+set}" = set; then :
9487 $as_echo_n "(cached) " >&6
9488 else
9489 ac_check_soname_save_LIBS=$LIBS
9490 LIBS="-lncurses $LIBS"
9491 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9492 /* end confdefs.h. */
9494 /* Override any GCC internal prototype to avoid an error.
9495 Use char because int might match the return type of a GCC
9496 builtin and then its argument prototype would still apply. */
9497 #ifdef __cplusplus
9498 extern "C"
9499 #endif
9500 char waddch ();
9502 main ()
9504 return waddch ();
9506 return 0;
9508 _ACEOF
9509 if ac_fn_c_try_link "$LINENO"; then :
9510 case "$LIBEXT" in
9511 dll) ac_cv_lib_soname_ncurses=`$ac_cv_path_LDD conftest.exe | grep "ncurses" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9512 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'` ;;
9513 *) ac_cv_lib_soname_ncurses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libncurses\\.$LIBEXT" | sed -e "s/^.*\(libncurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9514 esac
9516 rm -f core conftest.err conftest.$ac_objext \
9517 conftest$ac_exeext conftest.$ac_ext
9518 LIBS=$ac_check_soname_save_LIBS
9520 if test "x$ac_cv_lib_soname_ncurses" = "x"; then :
9521 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9522 $as_echo "not found" >&6; }
9524 else
9525 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_ncurses" >&5
9526 $as_echo "$ac_cv_lib_soname_ncurses" >&6; }
9528 cat >>confdefs.h <<_ACEOF
9529 #define SONAME_LIBNCURSES "$ac_cv_lib_soname_ncurses"
9530 _ACEOF
9532 CURSESLIBS="-lncurses"
9534 elif test "$ac_cv_header_curses_h" = "yes"
9535 then
9536 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcurses" >&5
9537 $as_echo_n "checking for -lcurses... " >&6; }
9538 if test "${ac_cv_lib_soname_curses+set}" = set; then :
9539 $as_echo_n "(cached) " >&6
9540 else
9541 ac_check_soname_save_LIBS=$LIBS
9542 LIBS="-lcurses $LIBS"
9543 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9544 /* end confdefs.h. */
9546 /* Override any GCC internal prototype to avoid an error.
9547 Use char because int might match the return type of a GCC
9548 builtin and then its argument prototype would still apply. */
9549 #ifdef __cplusplus
9550 extern "C"
9551 #endif
9552 char waddch ();
9554 main ()
9556 return waddch ();
9558 return 0;
9560 _ACEOF
9561 if ac_fn_c_try_link "$LINENO"; then :
9562 case "$LIBEXT" in
9563 dll) ac_cv_lib_soname_curses=`$ac_cv_path_LDD conftest.exe | grep "curses" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9564 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'` ;;
9565 *) ac_cv_lib_soname_curses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcurses\\.$LIBEXT" | sed -e "s/^.*\(libcurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9566 esac
9568 rm -f core conftest.err conftest.$ac_objext \
9569 conftest$ac_exeext conftest.$ac_ext
9570 LIBS=$ac_check_soname_save_LIBS
9572 if test "x$ac_cv_lib_soname_curses" = "x"; then :
9573 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9574 $as_echo "not found" >&6; }
9576 else
9577 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_curses" >&5
9578 $as_echo "$ac_cv_lib_soname_curses" >&6; }
9580 cat >>confdefs.h <<_ACEOF
9581 #define SONAME_LIBCURSES "$ac_cv_lib_soname_curses"
9582 _ACEOF
9584 CURSESLIBS="-lcurses"
9587 ac_save_LIBS="$LIBS"
9588 LIBS="$LIBS $CURSESLIBS"
9589 for ac_func in mousemask
9590 do :
9591 ac_fn_c_check_func "$LINENO" "mousemask" "ac_cv_func_mousemask"
9592 if test "x$ac_cv_func_mousemask" = x""yes; then :
9593 cat >>confdefs.h <<_ACEOF
9594 #define HAVE_MOUSEMASK 1
9595 _ACEOF
9598 done
9600 LIBS="$ac_save_LIBS"
9601 if test "x$ac_cv_lib_soname_curses$ac_cv_lib_soname_ncurses" = "x"; then :
9602 case "x$with_curses" in
9603 x) as_fn_append wine_notices "|lib(n)curses ${notice_platform}development files not found, curses won't be supported." ;;
9604 xno) ;;
9605 *) as_fn_error "lib(n)curses ${notice_platform}development files not found, curses won't be supported.
9606 This is an error since --with-curses was requested." "$LINENO" 5 ;;
9607 esac
9610 if test "x$with_sane" != "xno"
9611 then
9612 ac_save_CPPFLAGS="$CPPFLAGS"
9613 # Extract the first word of "sane-config", so it can be a program name with args.
9614 set dummy sane-config; ac_word=$2
9615 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9616 $as_echo_n "checking for $ac_word... " >&6; }
9617 if test "${ac_cv_prog_sane_devel+set}" = set; then :
9618 $as_echo_n "(cached) " >&6
9619 else
9620 if test -n "$sane_devel"; then
9621 ac_cv_prog_sane_devel="$sane_devel" # Let the user override the test.
9622 else
9623 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9624 for as_dir in $PATH
9626 IFS=$as_save_IFS
9627 test -z "$as_dir" && as_dir=.
9628 for ac_exec_ext in '' $ac_executable_extensions; do
9629 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9630 ac_cv_prog_sane_devel="sane-config"
9631 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9632 break 2
9634 done
9635 done
9636 IFS=$as_save_IFS
9638 test -z "$ac_cv_prog_sane_devel" && ac_cv_prog_sane_devel="no"
9641 sane_devel=$ac_cv_prog_sane_devel
9642 if test -n "$sane_devel"; then
9643 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $sane_devel" >&5
9644 $as_echo "$sane_devel" >&6; }
9645 else
9646 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9647 $as_echo "no" >&6; }
9651 if test "$sane_devel" != "no"
9652 then
9653 ac_sane_incl="`$sane_devel --cflags`"
9654 ac_sane_libs="`$sane_devel --ldflags`"
9655 CPPFLAGS="$CPPFLAGS $ac_sane_incl"
9657 ac_fn_c_check_header_mongrel "$LINENO" "sane/sane.h" "ac_cv_header_sane_sane_h" "$ac_includes_default"
9658 if test "x$ac_cv_header_sane_sane_h" = x""yes; then :
9659 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lsane" >&5
9660 $as_echo_n "checking for -lsane... " >&6; }
9661 if test "${ac_cv_lib_soname_sane+set}" = set; then :
9662 $as_echo_n "(cached) " >&6
9663 else
9664 ac_check_soname_save_LIBS=$LIBS
9665 LIBS="-lsane $ac_sane_libs $LIBS"
9666 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9667 /* end confdefs.h. */
9669 /* Override any GCC internal prototype to avoid an error.
9670 Use char because int might match the return type of a GCC
9671 builtin and then its argument prototype would still apply. */
9672 #ifdef __cplusplus
9673 extern "C"
9674 #endif
9675 char sane_init ();
9677 main ()
9679 return sane_init ();
9681 return 0;
9683 _ACEOF
9684 if ac_fn_c_try_link "$LINENO"; then :
9685 case "$LIBEXT" in
9686 dll) ac_cv_lib_soname_sane=`$ac_cv_path_LDD conftest.exe | grep "sane" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9687 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'` ;;
9688 *) ac_cv_lib_soname_sane=`$ac_cv_path_LDD conftest$ac_exeext | grep "libsane\\.$LIBEXT" | sed -e "s/^.*\(libsane\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9689 esac
9691 rm -f core conftest.err conftest.$ac_objext \
9692 conftest$ac_exeext conftest.$ac_ext
9693 LIBS=$ac_check_soname_save_LIBS
9695 if test "x$ac_cv_lib_soname_sane" = "x"; then :
9696 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9697 $as_echo "not found" >&6; }
9699 else
9700 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_sane" >&5
9701 $as_echo "$ac_cv_lib_soname_sane" >&6; }
9703 cat >>confdefs.h <<_ACEOF
9704 #define SONAME_LIBSANE "$ac_cv_lib_soname_sane"
9705 _ACEOF
9707 SANEINCL="$ac_sane_incl"
9713 CPPFLAGS="$ac_save_CPPFLAGS"
9715 if test "x$ac_cv_lib_soname_sane" = "x"; then :
9716 case "x$with_sane" in
9717 x) as_fn_append wine_notices "|libsane ${notice_platform}development files not found, scanners won't be supported." ;;
9718 xno) ;;
9719 *) as_fn_error "libsane ${notice_platform}development files not found, scanners won't be supported.
9720 This is an error since --with-sane was requested." "$LINENO" 5 ;;
9721 esac
9724 if test "x$with_v4l" != "xno"
9725 then
9726 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lv4l1" >&5
9727 $as_echo_n "checking for -lv4l1... " >&6; }
9728 if test "${ac_cv_lib_soname_v4l1+set}" = set; then :
9729 $as_echo_n "(cached) " >&6
9730 else
9731 ac_check_soname_save_LIBS=$LIBS
9732 LIBS="-lv4l1 $LIBS"
9733 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9734 /* end confdefs.h. */
9736 /* Override any GCC internal prototype to avoid an error.
9737 Use char because int might match the return type of a GCC
9738 builtin and then its argument prototype would still apply. */
9739 #ifdef __cplusplus
9740 extern "C"
9741 #endif
9742 char v4l1_open ();
9744 main ()
9746 return v4l1_open ();
9748 return 0;
9750 _ACEOF
9751 if ac_fn_c_try_link "$LINENO"; then :
9752 case "$LIBEXT" in
9753 dll) ac_cv_lib_soname_v4l1=`$ac_cv_path_LDD conftest.exe | grep "v4l1" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9754 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'` ;;
9755 *) ac_cv_lib_soname_v4l1=`$ac_cv_path_LDD conftest$ac_exeext | grep "libv4l1\\.$LIBEXT" | sed -e "s/^.*\(libv4l1\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9756 esac
9758 rm -f core conftest.err conftest.$ac_objext \
9759 conftest$ac_exeext conftest.$ac_ext
9760 LIBS=$ac_check_soname_save_LIBS
9762 if test "x$ac_cv_lib_soname_v4l1" = "x"; then :
9763 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9764 $as_echo "not found" >&6; }
9766 else
9767 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_v4l1" >&5
9768 $as_echo "$ac_cv_lib_soname_v4l1" >&6; }
9770 cat >>confdefs.h <<_ACEOF
9771 #define SONAME_LIBV4L1 "$ac_cv_lib_soname_v4l1"
9772 _ACEOF
9777 if test "x$ac_cv_lib_soname_v4l1" = "x"; then :
9778 case "x$with_v4l" in
9779 x) as_fn_append wine_notices "|libv4l ${notice_platform}development files not found." ;;
9780 xno) ;;
9781 *) as_fn_error "libv4l ${notice_platform}development files not found.
9782 This is an error since --with-v4l was requested." "$LINENO" 5 ;;
9783 esac
9786 if test "x$with_gphoto" != "xno"
9787 then
9788 ac_save_CPPFLAGS="$CPPFLAGS"
9789 # Extract the first word of "gphoto2-config", so it can be a program name with args.
9790 set dummy gphoto2-config; ac_word=$2
9791 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9792 $as_echo_n "checking for $ac_word... " >&6; }
9793 if test "${ac_cv_prog_gphoto2_devel+set}" = set; then :
9794 $as_echo_n "(cached) " >&6
9795 else
9796 if test -n "$gphoto2_devel"; then
9797 ac_cv_prog_gphoto2_devel="$gphoto2_devel" # Let the user override the test.
9798 else
9799 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9800 for as_dir in $PATH
9802 IFS=$as_save_IFS
9803 test -z "$as_dir" && as_dir=.
9804 for ac_exec_ext in '' $ac_executable_extensions; do
9805 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9806 ac_cv_prog_gphoto2_devel="gphoto2-config"
9807 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9808 break 2
9810 done
9811 done
9812 IFS=$as_save_IFS
9814 test -z "$ac_cv_prog_gphoto2_devel" && ac_cv_prog_gphoto2_devel="no"
9817 gphoto2_devel=$ac_cv_prog_gphoto2_devel
9818 if test -n "$gphoto2_devel"; then
9819 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gphoto2_devel" >&5
9820 $as_echo "$gphoto2_devel" >&6; }
9821 else
9822 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9823 $as_echo "no" >&6; }
9827 # Extract the first word of "gphoto2-port-config", so it can be a program name with args.
9828 set dummy gphoto2-port-config; ac_word=$2
9829 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9830 $as_echo_n "checking for $ac_word... " >&6; }
9831 if test "${ac_cv_prog_gphoto2port_devel+set}" = set; then :
9832 $as_echo_n "(cached) " >&6
9833 else
9834 if test -n "$gphoto2port_devel"; then
9835 ac_cv_prog_gphoto2port_devel="$gphoto2port_devel" # Let the user override the test.
9836 else
9837 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9838 for as_dir in $PATH
9840 IFS=$as_save_IFS
9841 test -z "$as_dir" && as_dir=.
9842 for ac_exec_ext in '' $ac_executable_extensions; do
9843 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9844 ac_cv_prog_gphoto2port_devel="gphoto2-port-config"
9845 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9846 break 2
9848 done
9849 done
9850 IFS=$as_save_IFS
9852 test -z "$ac_cv_prog_gphoto2port_devel" && ac_cv_prog_gphoto2port_devel="no"
9855 gphoto2port_devel=$ac_cv_prog_gphoto2port_devel
9856 if test -n "$gphoto2port_devel"; then
9857 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gphoto2port_devel" >&5
9858 $as_echo "$gphoto2port_devel" >&6; }
9859 else
9860 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9861 $as_echo "no" >&6; }
9865 if test "$gphoto2_devel" != "no" -a "$gphoto2port_devel" != "no"
9866 then
9867 ac_gphoto2_incl="`$gphoto2_devel --cflags` `$gphoto2port_devel --cflags`"
9868 ac_gphoto2_libs=""
9869 for i in `$gphoto2_devel --libs` `$gphoto2port_devel --libs`
9871 case "$i" in
9872 -L/usr/lib|-L/usr/lib64) ;;
9873 -L*|-l*) ac_gphoto2_libs="$ac_gphoto2_libs $i";;
9874 esac
9875 done
9876 CPPFLAGS="$CPPFLAGS $ac_gphoto2_incl"
9878 ac_gphoto2_libs=${ac_gphoto2_libs:-"-lgphoto2"}
9879 ac_fn_c_check_header_mongrel "$LINENO" "gphoto2-camera.h" "ac_cv_header_gphoto2_camera_h" "$ac_includes_default"
9880 if test "x$ac_cv_header_gphoto2_camera_h" = x""yes; then :
9881 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gp_camera_new in -lgphoto2" >&5
9882 $as_echo_n "checking for gp_camera_new in -lgphoto2... " >&6; }
9883 if test "${ac_cv_lib_gphoto2_gp_camera_new+set}" = set; then :
9884 $as_echo_n "(cached) " >&6
9885 else
9886 ac_check_lib_save_LIBS=$LIBS
9887 LIBS="-lgphoto2 $ac_gphoto2_libs $LIBS"
9888 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9889 /* end confdefs.h. */
9891 /* Override any GCC internal prototype to avoid an error.
9892 Use char because int might match the return type of a GCC
9893 builtin and then its argument prototype would still apply. */
9894 #ifdef __cplusplus
9895 extern "C"
9896 #endif
9897 char gp_camera_new ();
9899 main ()
9901 return gp_camera_new ();
9903 return 0;
9905 _ACEOF
9906 if ac_fn_c_try_link "$LINENO"; then :
9907 ac_cv_lib_gphoto2_gp_camera_new=yes
9908 else
9909 ac_cv_lib_gphoto2_gp_camera_new=no
9911 rm -f core conftest.err conftest.$ac_objext \
9912 conftest$ac_exeext conftest.$ac_ext
9913 LIBS=$ac_check_lib_save_LIBS
9915 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gphoto2_gp_camera_new" >&5
9916 $as_echo "$ac_cv_lib_gphoto2_gp_camera_new" >&6; }
9917 if test "x$ac_cv_lib_gphoto2_gp_camera_new" = x""yes; then :
9919 $as_echo "#define HAVE_GPHOTO2 1" >>confdefs.h
9921 GPHOTO2LIBS="$ac_gphoto2_libs"
9923 GPHOTO2INCL="$ac_gphoto2_incl"
9930 CPPFLAGS="$ac_save_CPPFLAGS"
9932 if test "$ac_cv_lib_gphoto2_gp_camera_new" != "yes"; then :
9933 case "x$with_gphoto" in
9934 x) as_fn_append wine_notices "|libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported." ;;
9935 xno) ;;
9936 *) as_fn_error "libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
9937 This is an error since --with-gphoto was requested." "$LINENO" 5 ;;
9938 esac
9942 RESOLVLIBS=""
9944 if test "$ac_cv_header_resolv_h" = "yes"
9945 then
9946 ac_save_LIBS="$LIBS"
9947 LIBS="$LIBS -lresolv"
9948 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9949 /* end confdefs.h. */
9950 #ifdef HAVE_NETINET_IN_H
9951 #include <netinet/in.h>
9952 #endif
9953 #include <resolv.h>
9955 main ()
9957 res_init();
9959 return 0;
9961 _ACEOF
9962 if ac_fn_c_try_link "$LINENO"; then :
9964 $as_echo "#define HAVE_RESOLV 1" >>confdefs.h
9966 RESOLVLIBS="-lresolv"
9968 rm -f core conftest.err conftest.$ac_objext \
9969 conftest$ac_exeext conftest.$ac_ext
9970 LIBS="$ac_save_LIBS"
9973 LCMSLIBS=""
9975 if test "$ac_cv_header_lcms_h" = "yes" -o "$ac_cv_header_lcms_lcms_h" = "yes"
9976 then
9977 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cmsOpenProfileFromFile in -llcms" >&5
9978 $as_echo_n "checking for cmsOpenProfileFromFile in -llcms... " >&6; }
9979 if test "${ac_cv_lib_lcms_cmsOpenProfileFromFile+set}" = set; then :
9980 $as_echo_n "(cached) " >&6
9981 else
9982 ac_check_lib_save_LIBS=$LIBS
9983 LIBS="-llcms $LIBS"
9984 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9985 /* end confdefs.h. */
9987 /* Override any GCC internal prototype to avoid an error.
9988 Use char because int might match the return type of a GCC
9989 builtin and then its argument prototype would still apply. */
9990 #ifdef __cplusplus
9991 extern "C"
9992 #endif
9993 char cmsOpenProfileFromFile ();
9995 main ()
9997 return cmsOpenProfileFromFile ();
9999 return 0;
10001 _ACEOF
10002 if ac_fn_c_try_link "$LINENO"; then :
10003 ac_cv_lib_lcms_cmsOpenProfileFromFile=yes
10004 else
10005 ac_cv_lib_lcms_cmsOpenProfileFromFile=no
10007 rm -f core conftest.err conftest.$ac_objext \
10008 conftest$ac_exeext conftest.$ac_ext
10009 LIBS=$ac_check_lib_save_LIBS
10011 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lcms_cmsOpenProfileFromFile" >&5
10012 $as_echo "$ac_cv_lib_lcms_cmsOpenProfileFromFile" >&6; }
10013 if test "x$ac_cv_lib_lcms_cmsOpenProfileFromFile" = x""yes; then :
10015 $as_echo "#define HAVE_LCMS 1" >>confdefs.h
10017 LCMSLIBS="-llcms"
10021 if test "$ac_cv_lib_lcms_cmsOpenProfileFromFile" != "yes"; then :
10022 case "x$with_cms" in
10023 x) as_fn_append wine_notices "|liblcms ${notice_platform}development files not found, Color Management won't be supported." ;;
10024 xno) ;;
10025 *) as_fn_error "liblcms ${notice_platform}development files not found, Color Management won't be supported.
10026 This is an error since --with-cms was requested." "$LINENO" 5 ;;
10027 esac
10030 if test "x$with_freetype" != "xno"
10031 then
10032 for ac_prog in freetype-config freetype2-config
10034 # Extract the first word of "$ac_prog", so it can be a program name with args.
10035 set dummy $ac_prog; ac_word=$2
10036 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10037 $as_echo_n "checking for $ac_word... " >&6; }
10038 if test "${ac_cv_prog_ft_devel+set}" = set; then :
10039 $as_echo_n "(cached) " >&6
10040 else
10041 if test -n "$ft_devel"; then
10042 ac_cv_prog_ft_devel="$ft_devel" # Let the user override the test.
10043 else
10044 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10045 for as_dir in $PATH
10047 IFS=$as_save_IFS
10048 test -z "$as_dir" && as_dir=.
10049 for ac_exec_ext in '' $ac_executable_extensions; do
10050 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10051 ac_cv_prog_ft_devel="$ac_prog"
10052 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10053 break 2
10055 done
10056 done
10057 IFS=$as_save_IFS
10061 ft_devel=$ac_cv_prog_ft_devel
10062 if test -n "$ft_devel"; then
10063 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ft_devel" >&5
10064 $as_echo "$ft_devel" >&6; }
10065 else
10066 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10067 $as_echo "no" >&6; }
10071 test -n "$ft_devel" && break
10072 done
10073 test -n "$ft_devel" || ft_devel="no"
10075 if test "$ft_devel" != "no"
10076 then
10077 ac_freetype_incl=`$ft_devel --cflags`
10078 ac_freetype_libs=`$ft_devel --libs`
10080 ac_freetype_libs=${ac_freetype_libs:-"-lfreetype"}
10081 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfreetype" >&5
10082 $as_echo_n "checking for -lfreetype... " >&6; }
10083 if test "${ac_cv_lib_soname_freetype+set}" = set; then :
10084 $as_echo_n "(cached) " >&6
10085 else
10086 ac_check_soname_save_LIBS=$LIBS
10087 LIBS="-lfreetype $ac_freetype_libs $LIBS"
10088 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10089 /* end confdefs.h. */
10091 /* Override any GCC internal prototype to avoid an error.
10092 Use char because int might match the return type of a GCC
10093 builtin and then its argument prototype would still apply. */
10094 #ifdef __cplusplus
10095 extern "C"
10096 #endif
10097 char FT_Init_FreeType ();
10099 main ()
10101 return FT_Init_FreeType ();
10103 return 0;
10105 _ACEOF
10106 if ac_fn_c_try_link "$LINENO"; then :
10107 case "$LIBEXT" in
10108 dll) ac_cv_lib_soname_freetype=`$ac_cv_path_LDD conftest.exe | grep "freetype" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10109 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'` ;;
10110 *) ac_cv_lib_soname_freetype=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfreetype\\.$LIBEXT" | sed -e "s/^.*\(libfreetype\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10111 esac
10113 rm -f core conftest.err conftest.$ac_objext \
10114 conftest$ac_exeext conftest.$ac_ext
10115 LIBS=$ac_check_soname_save_LIBS
10117 if test "x$ac_cv_lib_soname_freetype" = "x"; then :
10118 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10119 $as_echo "not found" >&6; }
10120 ft_lib=no
10121 else
10122 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_freetype" >&5
10123 $as_echo "$ac_cv_lib_soname_freetype" >&6; }
10125 cat >>confdefs.h <<_ACEOF
10126 #define SONAME_LIBFREETYPE "$ac_cv_lib_soname_freetype"
10127 _ACEOF
10129 ft_lib=yes
10131 if test "$ft_lib" = "yes"
10132 then
10133 ac_save_CPPFLAGS="$CPPFLAGS"
10134 CPPFLAGS="$ac_freetype_incl $CPPFLAGS"
10135 for ac_header in ft2build.h \
10136 freetype/freetype.h \
10137 freetype/ftglyph.h \
10138 freetype/fttypes.h \
10139 freetype/tttables.h \
10140 freetype/ftsnames.h \
10141 freetype/ttnameid.h \
10142 freetype/ftoutln.h \
10143 freetype/ftwinfnt.h \
10144 freetype/ftmodapi.h \
10145 freetype/ftlcdfil.h \
10146 freetype/internal/sfnt.h
10147 do :
10148 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
10149 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_FT2BUILD_H
10150 # include <ft2build.h>
10151 #endif
10153 eval as_val=\$$as_ac_Header
10154 if test "x$as_val" = x""yes; then :
10155 cat >>confdefs.h <<_ACEOF
10156 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
10157 _ACEOF
10161 done
10163 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10164 /* end confdefs.h. */
10165 #include <ft2build.h>
10166 #include <freetype/fttrigon.h>
10167 _ACEOF
10168 if ac_fn_c_try_cpp "$LINENO"; then :
10170 $as_echo "#define HAVE_FREETYPE_FTTRIGON_H 1" >>confdefs.h
10172 wine_cv_fttrigon=yes
10173 else
10174 wine_cv_fttrigon=no
10176 rm -f conftest.err conftest.$ac_ext
10177 ac_fn_c_check_type "$LINENO" "FT_TrueTypeEngineType" "ac_cv_type_FT_TrueTypeEngineType" "#include <freetype/ftmodapi.h>
10179 if test "x$ac_cv_type_FT_TrueTypeEngineType" = x""yes; then :
10181 cat >>confdefs.h <<_ACEOF
10182 #define HAVE_FT_TRUETYPEENGINETYPE 1
10183 _ACEOF
10188 ac_save_CFLAGS="$CFLAGS"
10189 CFLAGS="$CFLAGS $ac_freetype_libs"
10190 for ac_func in FT_Load_Sfnt_Table
10191 do :
10192 ac_fn_c_check_func "$LINENO" "FT_Load_Sfnt_Table" "ac_cv_func_FT_Load_Sfnt_Table"
10193 if test "x$ac_cv_func_FT_Load_Sfnt_Table" = x""yes; then :
10194 cat >>confdefs.h <<_ACEOF
10195 #define HAVE_FT_LOAD_SFNT_TABLE 1
10196 _ACEOF
10199 done
10201 CFLAGS="$ac_save_CFLAGS"
10202 CPPFLAGS="$ac_save_CPPFLAGS"
10203 if test "$ac_cv_header_freetype_freetype_h" = "yes" -a "$wine_cv_fttrigon" = "yes"
10204 then
10206 $as_echo "#define HAVE_FREETYPE 1" >>confdefs.h
10208 FREETYPELIBS="$ac_freetype_libs"
10210 FREETYPEINCL="$ac_freetype_incl"
10215 if test "x$FREETYPELIBS" = "x"; then :
10216 case "x$with_freetype" in
10217 xno) ;;
10218 *) as_fn_error "FreeType ${notice_platform}development files not found. Fonts will not be built.
10219 Use the --without-freetype option if you really want this." "$LINENO" 5 ;;
10220 esac
10222 test "x$FREETYPELIBS" = "x" && enable_fonts=${enable_fonts:-no}
10224 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for parport header/ppdev.h" >&5
10225 $as_echo_n "checking for parport header/ppdev.h... " >&6; }
10226 if test "${ac_cv_c_ppdev+set}" = set; then :
10227 $as_echo_n "(cached) " >&6
10228 else
10229 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10230 /* end confdefs.h. */
10231 #ifdef HAVE_SYS_IOCTL_H
10232 # include <sys/ioctl.h>
10233 #endif
10234 #include <linux/ppdev.h>
10236 main ()
10238 ioctl (1,PPCLAIM,0)
10240 return 0;
10242 _ACEOF
10243 if ac_fn_c_try_compile "$LINENO"; then :
10244 ac_cv_c_ppdev="yes"
10245 else
10246 ac_cv_c_ppdev="no"
10248 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10250 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_ppdev" >&5
10251 $as_echo "$ac_cv_c_ppdev" >&6; }
10252 if test "$ac_cv_c_ppdev" = "yes"
10253 then
10255 $as_echo "#define HAVE_PPDEV 1" >>confdefs.h
10259 ac_wine_check_funcs_save_LIBS="$LIBS"
10260 LIBS="$LIBS $LIBPTHREAD"
10261 for ac_func in \
10262 pthread_attr_get_np \
10263 pthread_getattr_np \
10264 pthread_get_stackaddr_np \
10265 pthread_get_stacksize_np
10266 do :
10267 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
10268 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
10269 eval as_val=\$$as_ac_var
10270 if test "x$as_val" = x""yes; then :
10271 cat >>confdefs.h <<_ACEOF
10272 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
10273 _ACEOF
10276 done
10278 LIBS="$ac_wine_check_funcs_save_LIBS"
10280 if test "$ac_cv_header_zlib_h" = "yes"
10281 then
10282 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inflate in -lz" >&5
10283 $as_echo_n "checking for inflate in -lz... " >&6; }
10284 if test "${ac_cv_lib_z_inflate+set}" = set; then :
10285 $as_echo_n "(cached) " >&6
10286 else
10287 ac_check_lib_save_LIBS=$LIBS
10288 LIBS="-lz $LIBS"
10289 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10290 /* end confdefs.h. */
10292 /* Override any GCC internal prototype to avoid an error.
10293 Use char because int might match the return type of a GCC
10294 builtin and then its argument prototype would still apply. */
10295 #ifdef __cplusplus
10296 extern "C"
10297 #endif
10298 char inflate ();
10300 main ()
10302 return inflate ();
10304 return 0;
10306 _ACEOF
10307 if ac_fn_c_try_link "$LINENO"; then :
10308 ac_cv_lib_z_inflate=yes
10309 else
10310 ac_cv_lib_z_inflate=no
10312 rm -f core conftest.err conftest.$ac_objext \
10313 conftest$ac_exeext conftest.$ac_ext
10314 LIBS=$ac_check_lib_save_LIBS
10316 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_z_inflate" >&5
10317 $as_echo "$ac_cv_lib_z_inflate" >&6; }
10318 if test "x$ac_cv_lib_z_inflate" = x""yes; then :
10320 $as_echo "#define HAVE_ZLIB 1" >>confdefs.h
10322 ZLIB="-lz"
10328 if test "x$with_esd" != xno
10329 then
10330 save_CFLAGS="$CFLAGS"
10331 # Extract the first word of "esd-config", so it can be a program name with args.
10332 set dummy esd-config; ac_word=$2
10333 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10334 $as_echo_n "checking for $ac_word... " >&6; }
10335 if test "${ac_cv_path_ESDCONFIG+set}" = set; then :
10336 $as_echo_n "(cached) " >&6
10337 else
10338 case $ESDCONFIG in
10339 [\\/]* | ?:[\\/]*)
10340 ac_cv_path_ESDCONFIG="$ESDCONFIG" # Let the user override the test with a path.
10343 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10344 for as_dir in $PATH
10346 IFS=$as_save_IFS
10347 test -z "$as_dir" && as_dir=.
10348 for ac_exec_ext in '' $ac_executable_extensions; do
10349 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10350 ac_cv_path_ESDCONFIG="$as_dir/$ac_word$ac_exec_ext"
10351 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10352 break 2
10354 done
10355 done
10356 IFS=$as_save_IFS
10358 test -z "$ac_cv_path_ESDCONFIG" && ac_cv_path_ESDCONFIG="no"
10360 esac
10362 ESDCONFIG=$ac_cv_path_ESDCONFIG
10363 if test -n "$ESDCONFIG"; then
10364 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ESDCONFIG" >&5
10365 $as_echo "$ESDCONFIG" >&6; }
10366 else
10367 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10368 $as_echo "no" >&6; }
10372 if test "x$ESDCONFIG" != "xno"
10373 then
10374 ac_esd_incl=""
10375 for i in `$ESDCONFIG --cflags`
10377 case "$i" in
10378 -I*) ac_esd_incl="$ac_esd_incl $i";;
10379 esac
10380 done
10381 ac_esd_libs=`$ESDCONFIG --libs`
10382 CFLAGS="$CFLAGS $ac_esd_incl"
10384 ac_esd_libs=${ac_esd_libs:-"-lesd"}
10385 ac_fn_c_check_header_mongrel "$LINENO" "esd.h" "ac_cv_header_esd_h" "$ac_includes_default"
10386 if test "x$ac_cv_header_esd_h" = x""yes; then :
10387 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for esd_open_sound in -lesd" >&5
10388 $as_echo_n "checking for esd_open_sound in -lesd... " >&6; }
10389 if test "${ac_cv_lib_esd_esd_open_sound+set}" = set; then :
10390 $as_echo_n "(cached) " >&6
10391 else
10392 ac_check_lib_save_LIBS=$LIBS
10393 LIBS="-lesd $ac_esd_libs $LIBS"
10394 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10395 /* end confdefs.h. */
10397 /* Override any GCC internal prototype to avoid an error.
10398 Use char because int might match the return type of a GCC
10399 builtin and then its argument prototype would still apply. */
10400 #ifdef __cplusplus
10401 extern "C"
10402 #endif
10403 char esd_open_sound ();
10405 main ()
10407 return esd_open_sound ();
10409 return 0;
10411 _ACEOF
10412 if ac_fn_c_try_link "$LINENO"; then :
10413 ac_cv_lib_esd_esd_open_sound=yes
10414 else
10415 ac_cv_lib_esd_esd_open_sound=no
10417 rm -f core conftest.err conftest.$ac_objext \
10418 conftest$ac_exeext conftest.$ac_ext
10419 LIBS=$ac_check_lib_save_LIBS
10421 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_esd_esd_open_sound" >&5
10422 $as_echo "$ac_cv_lib_esd_esd_open_sound" >&6; }
10423 if test "x$ac_cv_lib_esd_esd_open_sound" = x""yes; then :
10424 ESDINCL="$ac_esd_incl"
10426 ESDLIBS="$ac_esd_libs"
10429 $as_echo "#define HAVE_ESD 1" >>confdefs.h
10436 CFLAGS="$save_CFLAGS"
10439 ALSALIBS=""
10441 if test "$ac_cv_header_sys_asoundlib_h" = "yes" -o "$ac_cv_header_alsa_asoundlib_h" = "yes"
10442 then
10443 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for snd_pcm_hw_params_get_access in -lasound" >&5
10444 $as_echo_n "checking for snd_pcm_hw_params_get_access in -lasound... " >&6; }
10445 if test "${ac_cv_lib_asound_snd_pcm_hw_params_get_access+set}" = set; then :
10446 $as_echo_n "(cached) " >&6
10447 else
10448 ac_check_lib_save_LIBS=$LIBS
10449 LIBS="-lasound $LIBS"
10450 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10451 /* end confdefs.h. */
10453 /* Override any GCC internal prototype to avoid an error.
10454 Use char because int might match the return type of a GCC
10455 builtin and then its argument prototype would still apply. */
10456 #ifdef __cplusplus
10457 extern "C"
10458 #endif
10459 char snd_pcm_hw_params_get_access ();
10461 main ()
10463 return snd_pcm_hw_params_get_access ();
10465 return 0;
10467 _ACEOF
10468 if ac_fn_c_try_link "$LINENO"; then :
10469 ac_cv_lib_asound_snd_pcm_hw_params_get_access=yes
10470 else
10471 ac_cv_lib_asound_snd_pcm_hw_params_get_access=no
10473 rm -f core conftest.err conftest.$ac_objext \
10474 conftest$ac_exeext conftest.$ac_ext
10475 LIBS=$ac_check_lib_save_LIBS
10477 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&5
10478 $as_echo "$ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&6; }
10479 if test "x$ac_cv_lib_asound_snd_pcm_hw_params_get_access" = x""yes; then :
10480 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10481 /* end confdefs.h. */
10482 #ifdef HAVE_ALSA_ASOUNDLIB_H
10483 #include <alsa/asoundlib.h>
10484 #elif defined(HAVE_SYS_ASOUNDLIB_H)
10485 #include <sys/asoundlib.h>
10486 #endif
10488 main ()
10490 int ret = snd_pcm_hw_params_get_access(NULL, NULL)
10492 return 0;
10494 _ACEOF
10495 if ac_fn_c_try_compile "$LINENO"; then :
10497 $as_echo "#define HAVE_ALSA 1" >>confdefs.h
10499 ALSALIBS="-lasound"
10501 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10506 AUDIOIOLIBS=""
10508 if test "$ac_cv_header_libaudioio_h" = "yes"
10509 then
10510 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for AudioIOGetVersion in -laudioio" >&5
10511 $as_echo_n "checking for AudioIOGetVersion in -laudioio... " >&6; }
10512 if test "${ac_cv_lib_audioio_AudioIOGetVersion+set}" = set; then :
10513 $as_echo_n "(cached) " >&6
10514 else
10515 ac_check_lib_save_LIBS=$LIBS
10516 LIBS="-laudioio $LIBS"
10517 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10518 /* end confdefs.h. */
10520 /* Override any GCC internal prototype to avoid an error.
10521 Use char because int might match the return type of a GCC
10522 builtin and then its argument prototype would still apply. */
10523 #ifdef __cplusplus
10524 extern "C"
10525 #endif
10526 char AudioIOGetVersion ();
10528 main ()
10530 return AudioIOGetVersion ();
10532 return 0;
10534 _ACEOF
10535 if ac_fn_c_try_link "$LINENO"; then :
10536 ac_cv_lib_audioio_AudioIOGetVersion=yes
10537 else
10538 ac_cv_lib_audioio_AudioIOGetVersion=no
10540 rm -f core conftest.err conftest.$ac_objext \
10541 conftest$ac_exeext conftest.$ac_ext
10542 LIBS=$ac_check_lib_save_LIBS
10544 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_audioio_AudioIOGetVersion" >&5
10545 $as_echo "$ac_cv_lib_audioio_AudioIOGetVersion" >&6; }
10546 if test "x$ac_cv_lib_audioio_AudioIOGetVersion" = x""yes; then :
10547 AUDIOIOLIBS="-laudioio"
10549 $as_echo "#define HAVE_LIBAUDIOIO 1" >>confdefs.h
10556 if test "$ac_cv_header_capi20_h" = "yes" -a "$ac_cv_header_linux_capi_h" = "yes"
10557 then
10558 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcapi20" >&5
10559 $as_echo_n "checking for -lcapi20... " >&6; }
10560 if test "${ac_cv_lib_soname_capi20+set}" = set; then :
10561 $as_echo_n "(cached) " >&6
10562 else
10563 ac_check_soname_save_LIBS=$LIBS
10564 LIBS="-lcapi20 $LIBS"
10565 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10566 /* end confdefs.h. */
10568 /* Override any GCC internal prototype to avoid an error.
10569 Use char because int might match the return type of a GCC
10570 builtin and then its argument prototype would still apply. */
10571 #ifdef __cplusplus
10572 extern "C"
10573 #endif
10574 char capi20_register ();
10576 main ()
10578 return capi20_register ();
10580 return 0;
10582 _ACEOF
10583 if ac_fn_c_try_link "$LINENO"; then :
10584 case "$LIBEXT" in
10585 dll) ac_cv_lib_soname_capi20=`$ac_cv_path_LDD conftest.exe | grep "capi20" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10586 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'` ;;
10587 *) ac_cv_lib_soname_capi20=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcapi20\\.$LIBEXT" | sed -e "s/^.*\(libcapi20\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10588 esac
10590 rm -f core conftest.err conftest.$ac_objext \
10591 conftest$ac_exeext conftest.$ac_ext
10592 LIBS=$ac_check_soname_save_LIBS
10594 if test "x$ac_cv_lib_soname_capi20" = "x"; then :
10595 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10596 $as_echo "not found" >&6; }
10598 else
10599 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_capi20" >&5
10600 $as_echo "$ac_cv_lib_soname_capi20" >&6; }
10602 cat >>confdefs.h <<_ACEOF
10603 #define SONAME_LIBCAPI20 "$ac_cv_lib_soname_capi20"
10604 _ACEOF
10609 if test "x$ac_cv_lib_soname_capi20" = "x"; then :
10610 case "x$with_capi" in
10611 x) as_fn_append wine_notices "|libcapi20 ${notice_platform}development files not found, ISDN won't be supported." ;;
10612 xno) ;;
10613 *) as_fn_error "libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
10614 This is an error since --with-capi was requested." "$LINENO" 5 ;;
10615 esac
10618 CUPSINCL=""
10620 if test "x$with_cups" != "xno"
10621 then
10622 ac_save_CPPFLAGS="$CPPFLAGS"
10623 ac_cups_cflags=`cups-config --cflags 2>/dev/null`
10624 ac_cups_libs=`cups-config --ldflags 2>/dev/null`
10625 CPPFLAGS="$CPPFLAGS $ac_cups_cflags"
10626 for ac_header in cups/cups.h
10627 do :
10628 ac_fn_c_check_header_mongrel "$LINENO" "cups/cups.h" "ac_cv_header_cups_cups_h" "$ac_includes_default"
10629 if test "x$ac_cv_header_cups_cups_h" = x""yes; then :
10630 cat >>confdefs.h <<_ACEOF
10631 #define HAVE_CUPS_CUPS_H 1
10632 _ACEOF
10633 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcups" >&5
10634 $as_echo_n "checking for -lcups... " >&6; }
10635 if test "${ac_cv_lib_soname_cups+set}" = set; then :
10636 $as_echo_n "(cached) " >&6
10637 else
10638 ac_check_soname_save_LIBS=$LIBS
10639 LIBS="-lcups $ac_cups_libs $LIBS"
10640 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10641 /* end confdefs.h. */
10643 /* Override any GCC internal prototype to avoid an error.
10644 Use char because int might match the return type of a GCC
10645 builtin and then its argument prototype would still apply. */
10646 #ifdef __cplusplus
10647 extern "C"
10648 #endif
10649 char cupsGetDefault ();
10651 main ()
10653 return cupsGetDefault ();
10655 return 0;
10657 _ACEOF
10658 if ac_fn_c_try_link "$LINENO"; then :
10659 case "$LIBEXT" in
10660 dll) ac_cv_lib_soname_cups=`$ac_cv_path_LDD conftest.exe | grep "cups" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10661 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'` ;;
10662 *) ac_cv_lib_soname_cups=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcups\\.$LIBEXT" | sed -e "s/^.*\(libcups\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10663 esac
10665 rm -f core conftest.err conftest.$ac_objext \
10666 conftest$ac_exeext conftest.$ac_ext
10667 LIBS=$ac_check_soname_save_LIBS
10669 if test "x$ac_cv_lib_soname_cups" = "x"; then :
10670 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10671 $as_echo "not found" >&6; }
10673 else
10674 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_cups" >&5
10675 $as_echo "$ac_cv_lib_soname_cups" >&6; }
10677 cat >>confdefs.h <<_ACEOF
10678 #define SONAME_LIBCUPS "$ac_cv_lib_soname_cups"
10679 _ACEOF
10681 CUPSINCL="$ac_cups_cflags"
10685 done
10687 CPPFLAGS="$ac_save_CPPFLAGS"
10689 if test "x$ac_cv_lib_soname_cups" = "x"; then :
10690 case "x$with_cups" in
10691 x) as_fn_append wine_notices "|libcups ${notice_platform}development files not found, CUPS won't be supported." ;;
10692 xno) ;;
10693 *) as_fn_error "libcups ${notice_platform}development files not found, CUPS won't be supported.
10694 This is an error since --with-cups was requested." "$LINENO" 5 ;;
10695 esac
10698 if test "$ac_cv_header_jack_jack_h" = "yes"
10699 then
10700 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ljack" >&5
10701 $as_echo_n "checking for -ljack... " >&6; }
10702 if test "${ac_cv_lib_soname_jack+set}" = set; then :
10703 $as_echo_n "(cached) " >&6
10704 else
10705 ac_check_soname_save_LIBS=$LIBS
10706 LIBS="-ljack $LIBS"
10707 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10708 /* end confdefs.h. */
10710 /* Override any GCC internal prototype to avoid an error.
10711 Use char because int might match the return type of a GCC
10712 builtin and then its argument prototype would still apply. */
10713 #ifdef __cplusplus
10714 extern "C"
10715 #endif
10716 char jack_client_new ();
10718 main ()
10720 return jack_client_new ();
10722 return 0;
10724 _ACEOF
10725 if ac_fn_c_try_link "$LINENO"; then :
10726 case "$LIBEXT" in
10727 dll) ac_cv_lib_soname_jack=`$ac_cv_path_LDD conftest.exe | grep "jack" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10728 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'` ;;
10729 *) 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'` ;;
10730 esac
10732 rm -f core conftest.err conftest.$ac_objext \
10733 conftest$ac_exeext conftest.$ac_ext
10734 LIBS=$ac_check_soname_save_LIBS
10736 if test "x$ac_cv_lib_soname_jack" = "x"; then :
10737 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10738 $as_echo "not found" >&6; }
10740 else
10741 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_jack" >&5
10742 $as_echo "$ac_cv_lib_soname_jack" >&6; }
10744 cat >>confdefs.h <<_ACEOF
10745 #define SONAME_LIBJACK "$ac_cv_lib_soname_jack"
10746 _ACEOF
10752 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
10753 then
10754 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfontconfig" >&5
10755 $as_echo_n "checking for -lfontconfig... " >&6; }
10756 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then :
10757 $as_echo_n "(cached) " >&6
10758 else
10759 ac_check_soname_save_LIBS=$LIBS
10760 LIBS="-lfontconfig $LIBS"
10761 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10762 /* end confdefs.h. */
10764 /* Override any GCC internal prototype to avoid an error.
10765 Use char because int might match the return type of a GCC
10766 builtin and then its argument prototype would still apply. */
10767 #ifdef __cplusplus
10768 extern "C"
10769 #endif
10770 char FcInit ();
10772 main ()
10774 return FcInit ();
10776 return 0;
10778 _ACEOF
10779 if ac_fn_c_try_link "$LINENO"; then :
10780 case "$LIBEXT" in
10781 dll) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest.exe | grep "fontconfig" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10782 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'` ;;
10783 *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10784 esac
10786 rm -f core conftest.err conftest.$ac_objext \
10787 conftest$ac_exeext conftest.$ac_ext
10788 LIBS=$ac_check_soname_save_LIBS
10790 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then :
10791 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10792 $as_echo "not found" >&6; }
10794 else
10795 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_fontconfig" >&5
10796 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
10798 cat >>confdefs.h <<_ACEOF
10799 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
10800 _ACEOF
10804 elif test -n "$X_CFLAGS" -a "x$with_fontconfig" != "xno"
10805 then
10806 ac_save_CPPFLAGS="$CPPFLAGS"
10807 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
10808 $as_unset ac_cv_header_fontconfig_fontconfig_h
10809 for ac_header in fontconfig/fontconfig.h
10810 do :
10811 ac_fn_c_check_header_mongrel "$LINENO" "fontconfig/fontconfig.h" "ac_cv_header_fontconfig_fontconfig_h" "$ac_includes_default"
10812 if test "x$ac_cv_header_fontconfig_fontconfig_h" = x""yes; then :
10813 cat >>confdefs.h <<_ACEOF
10814 #define HAVE_FONTCONFIG_FONTCONFIG_H 1
10815 _ACEOF
10819 done
10821 CPPFLAGS="$ac_save_CPPFLAGS"
10822 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
10823 then
10824 FONTCONFIGINCL="$X_CFLAGS"
10826 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfontconfig" >&5
10827 $as_echo_n "checking for -lfontconfig... " >&6; }
10828 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then :
10829 $as_echo_n "(cached) " >&6
10830 else
10831 ac_check_soname_save_LIBS=$LIBS
10832 LIBS="-lfontconfig $X_LIBS $LIBS"
10833 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10834 /* end confdefs.h. */
10836 /* Override any GCC internal prototype to avoid an error.
10837 Use char because int might match the return type of a GCC
10838 builtin and then its argument prototype would still apply. */
10839 #ifdef __cplusplus
10840 extern "C"
10841 #endif
10842 char FcInit ();
10844 main ()
10846 return FcInit ();
10848 return 0;
10850 _ACEOF
10851 if ac_fn_c_try_link "$LINENO"; then :
10852 case "$LIBEXT" in
10853 dll) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest.exe | grep "fontconfig" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10854 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'` ;;
10855 *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10856 esac
10858 rm -f core conftest.err conftest.$ac_objext \
10859 conftest$ac_exeext conftest.$ac_ext
10860 LIBS=$ac_check_soname_save_LIBS
10862 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then :
10863 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10864 $as_echo "not found" >&6; }
10866 else
10867 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_fontconfig" >&5
10868 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
10870 cat >>confdefs.h <<_ACEOF
10871 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
10872 _ACEOF
10878 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then :
10879 case "x$with_fontconfig" in
10880 x) as_fn_append wine_notices "|fontconfig ${notice_platform}development files not found, fontconfig won't be supported." ;;
10881 xno) ;;
10882 *) as_fn_error "fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
10883 This is an error since --with-fontconfig was requested." "$LINENO" 5 ;;
10884 esac
10887 if test "$ac_cv_header_openssl_err_h" = "yes" -a "$ac_cv_header_openssl_ssl_h" = "yes"
10888 then
10889 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lssl" >&5
10890 $as_echo_n "checking for -lssl... " >&6; }
10891 if test "${ac_cv_lib_soname_ssl+set}" = set; then :
10892 $as_echo_n "(cached) " >&6
10893 else
10894 ac_check_soname_save_LIBS=$LIBS
10895 LIBS="-lssl $LIBS"
10896 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10897 /* end confdefs.h. */
10899 /* Override any GCC internal prototype to avoid an error.
10900 Use char because int might match the return type of a GCC
10901 builtin and then its argument prototype would still apply. */
10902 #ifdef __cplusplus
10903 extern "C"
10904 #endif
10905 char SSL_library_init ();
10907 main ()
10909 return SSL_library_init ();
10911 return 0;
10913 _ACEOF
10914 if ac_fn_c_try_link "$LINENO"; then :
10915 case "$LIBEXT" in
10916 dll) ac_cv_lib_soname_ssl=`$ac_cv_path_LDD conftest.exe | grep "ssl" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10917 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'` ;;
10918 *) ac_cv_lib_soname_ssl=`$ac_cv_path_LDD conftest$ac_exeext | grep "libssl\\.$LIBEXT" | sed -e "s/^.*\(libssl\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10919 esac
10921 rm -f core conftest.err conftest.$ac_objext \
10922 conftest$ac_exeext conftest.$ac_ext
10923 LIBS=$ac_check_soname_save_LIBS
10925 if test "x$ac_cv_lib_soname_ssl" = "x"; then :
10926 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10927 $as_echo "not found" >&6; }
10929 else
10930 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_ssl" >&5
10931 $as_echo "$ac_cv_lib_soname_ssl" >&6; }
10933 cat >>confdefs.h <<_ACEOF
10934 #define SONAME_LIBSSL "$ac_cv_lib_soname_ssl"
10935 _ACEOF
10939 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcrypto" >&5
10940 $as_echo_n "checking for -lcrypto... " >&6; }
10941 if test "${ac_cv_lib_soname_crypto+set}" = set; then :
10942 $as_echo_n "(cached) " >&6
10943 else
10944 ac_check_soname_save_LIBS=$LIBS
10945 LIBS="-lcrypto $LIBS"
10946 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10947 /* end confdefs.h. */
10949 /* Override any GCC internal prototype to avoid an error.
10950 Use char because int might match the return type of a GCC
10951 builtin and then its argument prototype would still apply. */
10952 #ifdef __cplusplus
10953 extern "C"
10954 #endif
10955 char BIO_new_socket ();
10957 main ()
10959 return BIO_new_socket ();
10961 return 0;
10963 _ACEOF
10964 if ac_fn_c_try_link "$LINENO"; then :
10965 case "$LIBEXT" in
10966 dll) ac_cv_lib_soname_crypto=`$ac_cv_path_LDD conftest.exe | grep "crypto" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10967 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'` ;;
10968 *) ac_cv_lib_soname_crypto=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcrypto\\.$LIBEXT" | sed -e "s/^.*\(libcrypto\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10969 esac
10971 rm -f core conftest.err conftest.$ac_objext \
10972 conftest$ac_exeext conftest.$ac_ext
10973 LIBS=$ac_check_soname_save_LIBS
10975 if test "x$ac_cv_lib_soname_crypto" = "x"; then :
10976 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10977 $as_echo "not found" >&6; }
10979 else
10980 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_crypto" >&5
10981 $as_echo "$ac_cv_lib_soname_crypto" >&6; }
10983 cat >>confdefs.h <<_ACEOF
10984 #define SONAME_LIBCRYPTO "$ac_cv_lib_soname_crypto"
10985 _ACEOF
10990 if test "x$ac_cv_lib_soname_ssl" = "x" -o "x$ac_cv_lib_soname_crypto" = "x"; then :
10991 case "x$with_openssl" in
10992 x) as_fn_append wine_warnings "|OpenSSL ${notice_platform}development files not found, SSL won't be supported." ;;
10993 xno) ;;
10994 *) as_fn_error "OpenSSL ${notice_platform}development files not found, SSL won't be supported.
10995 This is an error since --with-openssl was requested." "$LINENO" 5 ;;
10996 esac
10999 if test "$ac_cv_header_gsm_h" = "yes" -o "$ac_cv_header_gsm_gsm_h" = "yes"
11000 then
11001 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lgsm" >&5
11002 $as_echo_n "checking for -lgsm... " >&6; }
11003 if test "${ac_cv_lib_soname_gsm+set}" = set; then :
11004 $as_echo_n "(cached) " >&6
11005 else
11006 ac_check_soname_save_LIBS=$LIBS
11007 LIBS="-lgsm $LIBS"
11008 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11009 /* end confdefs.h. */
11011 /* Override any GCC internal prototype to avoid an error.
11012 Use char because int might match the return type of a GCC
11013 builtin and then its argument prototype would still apply. */
11014 #ifdef __cplusplus
11015 extern "C"
11016 #endif
11017 char gsm_create ();
11019 main ()
11021 return gsm_create ();
11023 return 0;
11025 _ACEOF
11026 if ac_fn_c_try_link "$LINENO"; then :
11027 case "$LIBEXT" in
11028 dll) ac_cv_lib_soname_gsm=`$ac_cv_path_LDD conftest.exe | grep "gsm" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11029 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'` ;;
11030 *) ac_cv_lib_soname_gsm=`$ac_cv_path_LDD conftest$ac_exeext | grep "libgsm\\.$LIBEXT" | sed -e "s/^.*\(libgsm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11031 esac
11033 rm -f core conftest.err conftest.$ac_objext \
11034 conftest$ac_exeext conftest.$ac_ext
11035 LIBS=$ac_check_soname_save_LIBS
11037 if test "x$ac_cv_lib_soname_gsm" = "x"; then :
11038 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11039 $as_echo "not found" >&6; }
11041 else
11042 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_gsm" >&5
11043 $as_echo "$ac_cv_lib_soname_gsm" >&6; }
11045 cat >>confdefs.h <<_ACEOF
11046 #define SONAME_LIBGSM "$ac_cv_lib_soname_gsm"
11047 _ACEOF
11052 if test "x$ac_cv_lib_soname_gsm" = "x"; then :
11053 case "x$with_gsm" in
11054 x) as_fn_append wine_notices "|libgsm ${notice_platform}development files not found, gsm 06.10 codec won't be supported." ;;
11055 xno) ;;
11056 *) as_fn_error "libgsm ${notice_platform}development files not found, gsm 06.10 codec won't be supported.
11057 This is an error since --with-gsm was requested." "$LINENO" 5 ;;
11058 esac
11061 if test "$ac_cv_header_jpeglib_h" = "yes"
11062 then
11063 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ljpeg" >&5
11064 $as_echo_n "checking for -ljpeg... " >&6; }
11065 if test "${ac_cv_lib_soname_jpeg+set}" = set; then :
11066 $as_echo_n "(cached) " >&6
11067 else
11068 ac_check_soname_save_LIBS=$LIBS
11069 LIBS="-ljpeg $LIBS"
11070 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11071 /* end confdefs.h. */
11073 /* Override any GCC internal prototype to avoid an error.
11074 Use char because int might match the return type of a GCC
11075 builtin and then its argument prototype would still apply. */
11076 #ifdef __cplusplus
11077 extern "C"
11078 #endif
11079 char jpeg_start_decompress ();
11081 main ()
11083 return jpeg_start_decompress ();
11085 return 0;
11087 _ACEOF
11088 if ac_fn_c_try_link "$LINENO"; then :
11089 case "$LIBEXT" in
11090 dll) ac_cv_lib_soname_jpeg=`$ac_cv_path_LDD conftest.exe | grep "jpeg" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11091 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'` ;;
11092 *) ac_cv_lib_soname_jpeg=`$ac_cv_path_LDD conftest$ac_exeext | grep "libjpeg\\.$LIBEXT" | sed -e "s/^.*\(libjpeg\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11093 esac
11095 rm -f core conftest.err conftest.$ac_objext \
11096 conftest$ac_exeext conftest.$ac_ext
11097 LIBS=$ac_check_soname_save_LIBS
11099 if test "x$ac_cv_lib_soname_jpeg" = "x"; then :
11100 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11101 $as_echo "not found" >&6; }
11103 else
11104 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_jpeg" >&5
11105 $as_echo "$ac_cv_lib_soname_jpeg" >&6; }
11107 cat >>confdefs.h <<_ACEOF
11108 #define SONAME_LIBJPEG "$ac_cv_lib_soname_jpeg"
11109 _ACEOF
11114 if test "x$ac_cv_lib_soname_jpeg" = "x"; then :
11115 case "x$with_jpeg" in
11116 x) as_fn_append wine_warnings "|libjpeg ${notice_platform}development files not found, JPEG won't be supported." ;;
11117 xno) ;;
11118 *) as_fn_error "libjpeg ${notice_platform}development files not found, JPEG won't be supported.
11119 This is an error since --with-jpeg was requested." "$LINENO" 5 ;;
11120 esac
11123 if test "$ac_cv_header_png_h" = "yes"
11124 then
11125 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lpng" >&5
11126 $as_echo_n "checking for -lpng... " >&6; }
11127 if test "${ac_cv_lib_soname_png+set}" = set; then :
11128 $as_echo_n "(cached) " >&6
11129 else
11130 ac_check_soname_save_LIBS=$LIBS
11131 LIBS="-lpng -lm -lz $LIBS"
11132 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11133 /* end confdefs.h. */
11135 /* Override any GCC internal prototype to avoid an error.
11136 Use char because int might match the return type of a GCC
11137 builtin and then its argument prototype would still apply. */
11138 #ifdef __cplusplus
11139 extern "C"
11140 #endif
11141 char png_create_read_struct ();
11143 main ()
11145 return png_create_read_struct ();
11147 return 0;
11149 _ACEOF
11150 if ac_fn_c_try_link "$LINENO"; then :
11151 case "$LIBEXT" in
11152 dll) ac_cv_lib_soname_png=`$ac_cv_path_LDD conftest.exe | grep "png" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11153 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'` ;;
11154 *) 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'` ;;
11155 esac
11157 rm -f core conftest.err conftest.$ac_objext \
11158 conftest$ac_exeext conftest.$ac_ext
11159 LIBS=$ac_check_soname_save_LIBS
11161 if test "x$ac_cv_lib_soname_png" = "x"; then :
11162 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11163 $as_echo "not found" >&6; }
11165 else
11166 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_png" >&5
11167 $as_echo "$ac_cv_lib_soname_png" >&6; }
11169 cat >>confdefs.h <<_ACEOF
11170 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
11171 _ACEOF
11175 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for png_set_expand_gray_1_2_4_to_8 in -lpng" >&5
11176 $as_echo_n "checking for png_set_expand_gray_1_2_4_to_8 in -lpng... " >&6; }
11177 if test "${ac_cv_lib_png_png_set_expand_gray_1_2_4_to_8+set}" = set; then :
11178 $as_echo_n "(cached) " >&6
11179 else
11180 ac_check_lib_save_LIBS=$LIBS
11181 LIBS="-lpng -lm -lz $LIBS"
11182 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11183 /* end confdefs.h. */
11185 /* Override any GCC internal prototype to avoid an error.
11186 Use char because int might match the return type of a GCC
11187 builtin and then its argument prototype would still apply. */
11188 #ifdef __cplusplus
11189 extern "C"
11190 #endif
11191 char png_set_expand_gray_1_2_4_to_8 ();
11193 main ()
11195 return png_set_expand_gray_1_2_4_to_8 ();
11197 return 0;
11199 _ACEOF
11200 if ac_fn_c_try_link "$LINENO"; then :
11201 ac_cv_lib_png_png_set_expand_gray_1_2_4_to_8=yes
11202 else
11203 ac_cv_lib_png_png_set_expand_gray_1_2_4_to_8=no
11205 rm -f core conftest.err conftest.$ac_objext \
11206 conftest$ac_exeext conftest.$ac_ext
11207 LIBS=$ac_check_lib_save_LIBS
11209 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_png_png_set_expand_gray_1_2_4_to_8" >&5
11210 $as_echo "$ac_cv_lib_png_png_set_expand_gray_1_2_4_to_8" >&6; }
11211 if test "x$ac_cv_lib_png_png_set_expand_gray_1_2_4_to_8" = x""yes; then :
11213 $as_echo "#define HAVE_PNG_SET_EXPAND_GRAY_1_2_4_TO_8 1" >>confdefs.h
11218 elif test -n "$X_CFLAGS" -a "x$with_png" != "xno"
11219 then
11220 ac_save_CPPFLAGS="$CPPFLAGS"
11221 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
11222 $as_unset ac_cv_header_png_h
11223 for ac_header in png.h
11224 do :
11225 ac_fn_c_check_header_mongrel "$LINENO" "png.h" "ac_cv_header_png_h" "$ac_includes_default"
11226 if test "x$ac_cv_header_png_h" = x""yes; then :
11227 cat >>confdefs.h <<_ACEOF
11228 #define HAVE_PNG_H 1
11229 _ACEOF
11233 done
11235 CPPFLAGS="$ac_save_CPPFLAGS"
11236 if test "$ac_cv_header_png_h" = "yes"
11237 then
11238 PNGINCL="$X_CFLAGS"
11240 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lpng" >&5
11241 $as_echo_n "checking for -lpng... " >&6; }
11242 if test "${ac_cv_lib_soname_png+set}" = set; then :
11243 $as_echo_n "(cached) " >&6
11244 else
11245 ac_check_soname_save_LIBS=$LIBS
11246 LIBS="-lpng $X_LIBS -lm -lz $LIBS"
11247 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11248 /* end confdefs.h. */
11250 /* Override any GCC internal prototype to avoid an error.
11251 Use char because int might match the return type of a GCC
11252 builtin and then its argument prototype would still apply. */
11253 #ifdef __cplusplus
11254 extern "C"
11255 #endif
11256 char png_create_read_struct ();
11258 main ()
11260 return png_create_read_struct ();
11262 return 0;
11264 _ACEOF
11265 if ac_fn_c_try_link "$LINENO"; then :
11266 case "$LIBEXT" in
11267 dll) ac_cv_lib_soname_png=`$ac_cv_path_LDD conftest.exe | grep "png" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11268 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'` ;;
11269 *) 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'` ;;
11270 esac
11272 rm -f core conftest.err conftest.$ac_objext \
11273 conftest$ac_exeext conftest.$ac_ext
11274 LIBS=$ac_check_soname_save_LIBS
11276 if test "x$ac_cv_lib_soname_png" = "x"; then :
11277 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11278 $as_echo "not found" >&6; }
11280 else
11281 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_png" >&5
11282 $as_echo "$ac_cv_lib_soname_png" >&6; }
11284 cat >>confdefs.h <<_ACEOF
11285 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
11286 _ACEOF
11290 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for png_set_expand_gray_1_2_4_to_8 in -lpng" >&5
11291 $as_echo_n "checking for png_set_expand_gray_1_2_4_to_8 in -lpng... " >&6; }
11292 if test "${ac_cv_lib_png_png_set_expand_gray_1_2_4_to_8+set}" = set; then :
11293 $as_echo_n "(cached) " >&6
11294 else
11295 ac_check_lib_save_LIBS=$LIBS
11296 LIBS="-lpng $X_LIBS -lm -lz $LIBS"
11297 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11298 /* end confdefs.h. */
11300 /* Override any GCC internal prototype to avoid an error.
11301 Use char because int might match the return type of a GCC
11302 builtin and then its argument prototype would still apply. */
11303 #ifdef __cplusplus
11304 extern "C"
11305 #endif
11306 char png_set_expand_gray_1_2_4_to_8 ();
11308 main ()
11310 return png_set_expand_gray_1_2_4_to_8 ();
11312 return 0;
11314 _ACEOF
11315 if ac_fn_c_try_link "$LINENO"; then :
11316 ac_cv_lib_png_png_set_expand_gray_1_2_4_to_8=yes
11317 else
11318 ac_cv_lib_png_png_set_expand_gray_1_2_4_to_8=no
11320 rm -f core conftest.err conftest.$ac_objext \
11321 conftest$ac_exeext conftest.$ac_ext
11322 LIBS=$ac_check_lib_save_LIBS
11324 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_png_png_set_expand_gray_1_2_4_to_8" >&5
11325 $as_echo "$ac_cv_lib_png_png_set_expand_gray_1_2_4_to_8" >&6; }
11326 if test "x$ac_cv_lib_png_png_set_expand_gray_1_2_4_to_8" = x""yes; then :
11327 $as_echo "#define HAVE_PNG_SET_EXPAND_GRAY_1_2_4_TO_8 1" >>confdefs.h
11333 if test "x$ac_cv_lib_soname_png" = "x"; then :
11334 case "x$with_png" in
11335 x) as_fn_append wine_warnings "|libpng ${notice_platform}development files not found, PNG won't be supported." ;;
11336 xno) ;;
11337 *) as_fn_error "libpng ${notice_platform}development files not found, PNG won't be supported.
11338 This is an error since --with-png was requested." "$LINENO" 5 ;;
11339 esac
11342 if test "$ac_cv_header_tiffio_h" = "yes"
11343 then
11344 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ltiff" >&5
11345 $as_echo_n "checking for -ltiff... " >&6; }
11346 if test "${ac_cv_lib_soname_tiff+set}" = set; then :
11347 $as_echo_n "(cached) " >&6
11348 else
11349 ac_check_soname_save_LIBS=$LIBS
11350 LIBS="-ltiff $LIBS"
11351 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11352 /* end confdefs.h. */
11354 /* Override any GCC internal prototype to avoid an error.
11355 Use char because int might match the return type of a GCC
11356 builtin and then its argument prototype would still apply. */
11357 #ifdef __cplusplus
11358 extern "C"
11359 #endif
11360 char TIFFClientOpen ();
11362 main ()
11364 return TIFFClientOpen ();
11366 return 0;
11368 _ACEOF
11369 if ac_fn_c_try_link "$LINENO"; then :
11370 case "$LIBEXT" in
11371 dll) ac_cv_lib_soname_tiff=`$ac_cv_path_LDD conftest.exe | grep "tiff" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11372 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'` ;;
11373 *) ac_cv_lib_soname_tiff=`$ac_cv_path_LDD conftest$ac_exeext | grep "libtiff\\.$LIBEXT" | sed -e "s/^.*\(libtiff\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11374 esac
11376 rm -f core conftest.err conftest.$ac_objext \
11377 conftest$ac_exeext conftest.$ac_ext
11378 LIBS=$ac_check_soname_save_LIBS
11380 if test "x$ac_cv_lib_soname_tiff" = "x"; then :
11381 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11382 $as_echo "not found" >&6; }
11384 else
11385 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_tiff" >&5
11386 $as_echo "$ac_cv_lib_soname_tiff" >&6; }
11388 cat >>confdefs.h <<_ACEOF
11389 #define SONAME_LIBTIFF "$ac_cv_lib_soname_tiff"
11390 _ACEOF
11395 if test "x$ac_cv_lib_soname_tiff" = "x"; then :
11396 case "x$with_tiff" in
11397 x) as_fn_append wine_notices "|libtiff ${notice_platform}development files not found, TIFF won't be supported." ;;
11398 xno) ;;
11399 *) as_fn_error "libtiff ${notice_platform}development files not found, TIFF won't be supported.
11400 This is an error since --with-tiff was requested." "$LINENO" 5 ;;
11401 esac
11404 if test "$ac_cv_header_mpg123_h" = "yes"
11405 then
11406 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for mpg123_feed in -lmpg123" >&5
11407 $as_echo_n "checking for mpg123_feed in -lmpg123... " >&6; }
11408 if test "${ac_cv_lib_mpg123_mpg123_feed+set}" = set; then :
11409 $as_echo_n "(cached) " >&6
11410 else
11411 ac_check_lib_save_LIBS=$LIBS
11412 LIBS="-lmpg123 $LIBS"
11413 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11414 /* end confdefs.h. */
11416 /* Override any GCC internal prototype to avoid an error.
11417 Use char because int might match the return type of a GCC
11418 builtin and then its argument prototype would still apply. */
11419 #ifdef __cplusplus
11420 extern "C"
11421 #endif
11422 char mpg123_feed ();
11424 main ()
11426 return mpg123_feed ();
11428 return 0;
11430 _ACEOF
11431 if ac_fn_c_try_link "$LINENO"; then :
11432 ac_cv_lib_mpg123_mpg123_feed=yes
11433 else
11434 ac_cv_lib_mpg123_mpg123_feed=no
11436 rm -f core conftest.err conftest.$ac_objext \
11437 conftest$ac_exeext conftest.$ac_ext
11438 LIBS=$ac_check_lib_save_LIBS
11440 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_mpg123_mpg123_feed" >&5
11441 $as_echo "$ac_cv_lib_mpg123_mpg123_feed" >&6; }
11442 if test "x$ac_cv_lib_mpg123_mpg123_feed" = x""yes; then :
11443 LIBMPG123="-lmpg123"
11448 if test "x$ac_cv_lib_mpg123_mpg123_feed" != xyes -a x"$ac_cv_header_CoreAudio_CoreAudio_h" != xyes; then :
11449 case "x$with_mpg123" in
11450 x) as_fn_append wine_notices "|libmpg123 ${notice_platform}development files not found (or too old), mp3 codec won't be supported." ;;
11451 xno) ;;
11452 *) as_fn_error "libmpg123 ${notice_platform}development files not found (or too old), mp3 codec won't be supported.
11453 This is an error since --with-mpg123 was requested." "$LINENO" 5 ;;
11454 esac
11456 test "x$ac_cv_lib_mpg123_mpg123_feed" = xyes -o "x$ac_cv_func_AudioFileStreamOpen" = xyes || enable_winemp3_acm=${enable_winemp3_acm:-no}
11458 if test "$ac_cv_header_AL_al_h" = "yes"
11459 then
11460 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lopenal" >&5
11461 $as_echo_n "checking for -lopenal... " >&6; }
11462 if test "${ac_cv_lib_soname_openal+set}" = set; then :
11463 $as_echo_n "(cached) " >&6
11464 else
11465 ac_check_soname_save_LIBS=$LIBS
11466 LIBS="-lopenal $LIBS"
11467 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11468 /* end confdefs.h. */
11470 /* Override any GCC internal prototype to avoid an error.
11471 Use char because int might match the return type of a GCC
11472 builtin and then its argument prototype would still apply. */
11473 #ifdef __cplusplus
11474 extern "C"
11475 #endif
11476 char alGetSource3i ();
11478 main ()
11480 return alGetSource3i ();
11482 return 0;
11484 _ACEOF
11485 if ac_fn_c_try_link "$LINENO"; then :
11486 case "$LIBEXT" in
11487 dll) ac_cv_lib_soname_openal=`$ac_cv_path_LDD conftest.exe | grep "openal" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11488 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'` ;;
11489 *) ac_cv_lib_soname_openal=`$ac_cv_path_LDD conftest$ac_exeext | grep "libopenal\\.$LIBEXT" | sed -e "s/^.*\(libopenal\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11490 esac
11492 rm -f core conftest.err conftest.$ac_objext \
11493 conftest$ac_exeext conftest.$ac_ext
11494 LIBS=$ac_check_soname_save_LIBS
11496 if test "x$ac_cv_lib_soname_openal" = "x"; then :
11497 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11498 $as_echo "not found" >&6; }
11500 else
11501 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_openal" >&5
11502 $as_echo "$ac_cv_lib_soname_openal" >&6; }
11504 cat >>confdefs.h <<_ACEOF
11505 #define SONAME_LIBOPENAL "$ac_cv_lib_soname_openal"
11506 _ACEOF
11508 LIBOPENAL="-lopenal"
11510 ac_cv_lib_openal=yes
11512 cat >>confdefs.h <<_ACEOF
11513 #define HAVE_OPENAL 1
11514 _ACEOF
11518 if test "x$ac_cv_lib_openal" != xyes; then :
11519 case "x$with_openal" in
11520 x) as_fn_append wine_notices "|libopenal ${notice_platform}development files not found (or too old), OpenAL won't be supported." ;;
11521 xno) ;;
11522 *) as_fn_error "libopenal ${notice_platform}development files not found (or too old), OpenAL won't be supported.
11523 This is an error since --with-openal was requested." "$LINENO" 5 ;;
11524 esac
11526 test "x$ac_cv_lib_openal" = xyes || enable_openal32=${enable_openal32:-no}
11528 if test "$ac_cv_header_kstat_h" = "yes"
11529 then
11530 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for kstat_open in -lkstat" >&5
11531 $as_echo_n "checking for kstat_open in -lkstat... " >&6; }
11532 if test "${ac_cv_lib_kstat_kstat_open+set}" = set; then :
11533 $as_echo_n "(cached) " >&6
11534 else
11535 ac_check_lib_save_LIBS=$LIBS
11536 LIBS="-lkstat $LIBS"
11537 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11538 /* end confdefs.h. */
11540 /* Override any GCC internal prototype to avoid an error.
11541 Use char because int might match the return type of a GCC
11542 builtin and then its argument prototype would still apply. */
11543 #ifdef __cplusplus
11544 extern "C"
11545 #endif
11546 char kstat_open ();
11548 main ()
11550 return kstat_open ();
11552 return 0;
11554 _ACEOF
11555 if ac_fn_c_try_link "$LINENO"; then :
11556 ac_cv_lib_kstat_kstat_open=yes
11557 else
11558 ac_cv_lib_kstat_kstat_open=no
11560 rm -f core conftest.err conftest.$ac_objext \
11561 conftest$ac_exeext conftest.$ac_ext
11562 LIBS=$ac_check_lib_save_LIBS
11564 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_kstat_kstat_open" >&5
11565 $as_echo "$ac_cv_lib_kstat_kstat_open" >&6; }
11566 if test "x$ac_cv_lib_kstat_kstat_open" = x""yes; then :
11568 $as_echo "#define HAVE_LIBKSTAT 1" >>confdefs.h
11570 LIBKSTAT="-lkstat"
11576 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lodbc" >&5
11577 $as_echo_n "checking for -lodbc... " >&6; }
11578 if test "${ac_cv_lib_soname_odbc+set}" = set; then :
11579 $as_echo_n "(cached) " >&6
11580 else
11581 ac_check_soname_save_LIBS=$LIBS
11582 LIBS="-lodbc $LIBS"
11583 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11584 /* end confdefs.h. */
11586 /* Override any GCC internal prototype to avoid an error.
11587 Use char because int might match the return type of a GCC
11588 builtin and then its argument prototype would still apply. */
11589 #ifdef __cplusplus
11590 extern "C"
11591 #endif
11592 char SQLConnect ();
11594 main ()
11596 return SQLConnect ();
11598 return 0;
11600 _ACEOF
11601 if ac_fn_c_try_link "$LINENO"; then :
11602 case "$LIBEXT" in
11603 dll) ac_cv_lib_soname_odbc=`$ac_cv_path_LDD conftest.exe | grep "odbc" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11604 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'` ;;
11605 *) ac_cv_lib_soname_odbc=`$ac_cv_path_LDD conftest$ac_exeext | grep "libodbc\\.$LIBEXT" | sed -e "s/^.*\(libodbc\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11606 esac
11608 rm -f core conftest.err conftest.$ac_objext \
11609 conftest$ac_exeext conftest.$ac_ext
11610 LIBS=$ac_check_soname_save_LIBS
11612 if test "x$ac_cv_lib_soname_odbc" = "x"; then :
11613 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11614 $as_echo "not found" >&6; }
11615 cat >>confdefs.h <<_ACEOF
11616 #define SONAME_LIBODBC "libodbc.$LIBEXT"
11617 _ACEOF
11619 else
11620 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_odbc" >&5
11621 $as_echo "$ac_cv_lib_soname_odbc" >&6; }
11623 cat >>confdefs.h <<_ACEOF
11624 #define SONAME_LIBODBC "$ac_cv_lib_soname_odbc"
11625 _ACEOF
11630 if test "x$ALSALIBS$AUDIOIOLIBS$COREAUDIO$NASLIBS$ESDLIBS$ac_cv_lib_soname_jack" = "x" -a \
11631 "$ac_cv_header_sys_soundcard_h" != "yes" -a \
11632 "$ac_cv_header_machine_soundcard_h" != "yes" -a \
11633 "$ac_cv_header_soundcard_h" != "yes" -a \
11634 "x$with_alsa$with_audioio$with_coreaudio$with_nas$with_esd$with_jack$with_oss" != xnonononononono
11635 then
11636 as_fn_append wine_warnings "|No sound system was found. Windows applications will be silent."
11640 EXTRACFLAGS=""
11642 if test "x${GCC}" = "xyes"
11643 then
11644 EXTRACFLAGS="-Wall -pipe"
11646 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gcc strength-reduce bug" >&5
11647 $as_echo_n "checking for gcc strength-reduce bug... " >&6; }
11648 if test "${ac_cv_c_gcc_strength_bug+set}" = set; then :
11649 $as_echo_n "(cached) " >&6
11650 else
11651 if test "$cross_compiling" = yes; then :
11652 ac_cv_c_gcc_strength_bug="yes"
11653 else
11654 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11655 /* end confdefs.h. */
11656 int L[4] = {0,1,2,3};
11658 main ()
11660 static int Array[3];
11661 unsigned int B = 3;
11662 int i;
11663 for(i=0; i<B; i++) Array[i] = i - 3;
11664 for(i=0; i<4 - 1; i++) L[i] = L[i + 1];
11665 L[i] = 4;
11666 return (Array[1] != -2 || L[2] != 3)
11668 return 0;
11670 _ACEOF
11671 if ac_fn_c_try_run "$LINENO"; then :
11672 ac_cv_c_gcc_strength_bug="no"
11673 else
11674 ac_cv_c_gcc_strength_bug="yes"
11676 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
11677 conftest.$ac_objext conftest.beam conftest.$ac_ext
11681 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_gcc_strength_bug" >&5
11682 $as_echo "$ac_cv_c_gcc_strength_bug" >&6; }
11683 if test "$ac_cv_c_gcc_strength_bug" = "yes"
11684 then
11685 EXTRACFLAGS="$EXTRACFLAGS -fno-strength-reduce"
11688 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-builtin" >&5
11689 $as_echo_n "checking whether the compiler supports -fno-builtin... " >&6; }
11690 if test "${ac_cv_cflags__fno_builtin+set}" = set; then :
11691 $as_echo_n "(cached) " >&6
11692 else
11693 ac_wine_try_cflags_saved=$CFLAGS
11694 CFLAGS="$CFLAGS -fno-builtin"
11695 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11696 /* end confdefs.h. */
11697 int main(int argc, char **argv) { return 0; }
11698 _ACEOF
11699 if ac_fn_c_try_link "$LINENO"; then :
11700 ac_cv_cflags__fno_builtin=yes
11701 else
11702 ac_cv_cflags__fno_builtin=no
11704 rm -f core conftest.err conftest.$ac_objext \
11705 conftest$ac_exeext conftest.$ac_ext
11706 CFLAGS=$ac_wine_try_cflags_saved
11708 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_builtin" >&5
11709 $as_echo "$ac_cv_cflags__fno_builtin" >&6; }
11710 if test $ac_cv_cflags__fno_builtin = yes; then :
11711 BUILTINFLAG="-fno-builtin"
11714 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-strict-aliasing" >&5
11715 $as_echo_n "checking whether the compiler supports -fno-strict-aliasing... " >&6; }
11716 if test "${ac_cv_cflags__fno_strict_aliasing+set}" = set; then :
11717 $as_echo_n "(cached) " >&6
11718 else
11719 ac_wine_try_cflags_saved=$CFLAGS
11720 CFLAGS="$CFLAGS -fno-strict-aliasing"
11721 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11722 /* end confdefs.h. */
11723 int main(int argc, char **argv) { return 0; }
11724 _ACEOF
11725 if ac_fn_c_try_link "$LINENO"; then :
11726 ac_cv_cflags__fno_strict_aliasing=yes
11727 else
11728 ac_cv_cflags__fno_strict_aliasing=no
11730 rm -f core conftest.err conftest.$ac_objext \
11731 conftest$ac_exeext conftest.$ac_ext
11732 CFLAGS=$ac_wine_try_cflags_saved
11734 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_strict_aliasing" >&5
11735 $as_echo "$ac_cv_cflags__fno_strict_aliasing" >&6; }
11736 if test $ac_cv_cflags__fno_strict_aliasing = yes; then :
11737 EXTRACFLAGS="$EXTRACFLAGS -fno-strict-aliasing"
11739 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wdeclaration-after-statement" >&5
11740 $as_echo_n "checking whether the compiler supports -Wdeclaration-after-statement... " >&6; }
11741 if test "${ac_cv_cflags__Wdeclaration_after_statement+set}" = set; then :
11742 $as_echo_n "(cached) " >&6
11743 else
11744 ac_wine_try_cflags_saved=$CFLAGS
11745 CFLAGS="$CFLAGS -Wdeclaration-after-statement"
11746 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11747 /* end confdefs.h. */
11748 int main(int argc, char **argv) { return 0; }
11749 _ACEOF
11750 if ac_fn_c_try_link "$LINENO"; then :
11751 ac_cv_cflags__Wdeclaration_after_statement=yes
11752 else
11753 ac_cv_cflags__Wdeclaration_after_statement=no
11755 rm -f core conftest.err conftest.$ac_objext \
11756 conftest$ac_exeext conftest.$ac_ext
11757 CFLAGS=$ac_wine_try_cflags_saved
11759 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wdeclaration_after_statement" >&5
11760 $as_echo "$ac_cv_cflags__Wdeclaration_after_statement" >&6; }
11761 if test $ac_cv_cflags__Wdeclaration_after_statement = yes; then :
11762 EXTRACFLAGS="$EXTRACFLAGS -Wdeclaration-after-statement"
11764 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wstrict-prototypes" >&5
11765 $as_echo_n "checking whether the compiler supports -Wstrict-prototypes... " >&6; }
11766 if test "${ac_cv_cflags__Wstrict_prototypes+set}" = set; then :
11767 $as_echo_n "(cached) " >&6
11768 else
11769 ac_wine_try_cflags_saved=$CFLAGS
11770 CFLAGS="$CFLAGS -Wstrict-prototypes"
11771 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11772 /* end confdefs.h. */
11773 int main(int argc, char **argv) { return 0; }
11774 _ACEOF
11775 if ac_fn_c_try_link "$LINENO"; then :
11776 ac_cv_cflags__Wstrict_prototypes=yes
11777 else
11778 ac_cv_cflags__Wstrict_prototypes=no
11780 rm -f core conftest.err conftest.$ac_objext \
11781 conftest$ac_exeext conftest.$ac_ext
11782 CFLAGS=$ac_wine_try_cflags_saved
11784 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wstrict_prototypes" >&5
11785 $as_echo "$ac_cv_cflags__Wstrict_prototypes" >&6; }
11786 if test $ac_cv_cflags__Wstrict_prototypes = yes; then :
11787 EXTRACFLAGS="$EXTRACFLAGS -Wstrict-prototypes"
11789 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wtype-limits" >&5
11790 $as_echo_n "checking whether the compiler supports -Wtype-limits... " >&6; }
11791 if test "${ac_cv_cflags__Wtype_limits+set}" = set; then :
11792 $as_echo_n "(cached) " >&6
11793 else
11794 ac_wine_try_cflags_saved=$CFLAGS
11795 CFLAGS="$CFLAGS -Wtype-limits"
11796 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11797 /* end confdefs.h. */
11798 int main(int argc, char **argv) { return 0; }
11799 _ACEOF
11800 if ac_fn_c_try_link "$LINENO"; then :
11801 ac_cv_cflags__Wtype_limits=yes
11802 else
11803 ac_cv_cflags__Wtype_limits=no
11805 rm -f core conftest.err conftest.$ac_objext \
11806 conftest$ac_exeext conftest.$ac_ext
11807 CFLAGS=$ac_wine_try_cflags_saved
11809 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wtype_limits" >&5
11810 $as_echo "$ac_cv_cflags__Wtype_limits" >&6; }
11811 if test $ac_cv_cflags__Wtype_limits = yes; then :
11812 EXTRACFLAGS="$EXTRACFLAGS -Wtype-limits"
11814 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wwrite-strings" >&5
11815 $as_echo_n "checking whether the compiler supports -Wwrite-strings... " >&6; }
11816 if test "${ac_cv_cflags__Wwrite_strings+set}" = set; then :
11817 $as_echo_n "(cached) " >&6
11818 else
11819 ac_wine_try_cflags_saved=$CFLAGS
11820 CFLAGS="$CFLAGS -Wwrite-strings"
11821 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11822 /* end confdefs.h. */
11823 int main(int argc, char **argv) { return 0; }
11824 _ACEOF
11825 if ac_fn_c_try_link "$LINENO"; then :
11826 ac_cv_cflags__Wwrite_strings=yes
11827 else
11828 ac_cv_cflags__Wwrite_strings=no
11830 rm -f core conftest.err conftest.$ac_objext \
11831 conftest$ac_exeext conftest.$ac_ext
11832 CFLAGS=$ac_wine_try_cflags_saved
11834 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wwrite_strings" >&5
11835 $as_echo "$ac_cv_cflags__Wwrite_strings" >&6; }
11836 if test $ac_cv_cflags__Wwrite_strings = yes; then :
11837 EXTRACFLAGS="$EXTRACFLAGS -Wwrite-strings"
11840 saved_CFLAGS="$CFLAGS"
11841 CFLAGS="$CFLAGS -Wpointer-arith -Werror"
11842 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for broken string.h that generates warnings" >&5
11843 $as_echo_n "checking for broken string.h that generates warnings... " >&6; }
11844 if test "${ac_cv_c_string_h_warnings+set}" = set; then :
11845 $as_echo_n "(cached) " >&6
11846 else
11847 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11848 /* end confdefs.h. */
11849 #include <string.h>
11851 main ()
11855 return 0;
11857 _ACEOF
11858 if ac_fn_c_try_compile "$LINENO"; then :
11859 ac_cv_c_string_h_warnings=no
11860 else
11861 ac_cv_c_string_h_warnings=yes
11863 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11865 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_string_h_warnings" >&5
11866 $as_echo "$ac_cv_c_string_h_warnings" >&6; }
11867 CFLAGS="$saved_CFLAGS"
11868 if test "$ac_cv_c_string_h_warnings" = "no"
11869 then
11870 EXTRACFLAGS="$EXTRACFLAGS -Wpointer-arith"
11873 if test "${enable_maintainer_mode+set}" = set
11874 then
11875 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Werror" >&5
11876 $as_echo_n "checking whether the compiler supports -Werror... " >&6; }
11877 if test "${ac_cv_cflags__Werror+set}" = set; then :
11878 $as_echo_n "(cached) " >&6
11879 else
11880 ac_wine_try_cflags_saved=$CFLAGS
11881 CFLAGS="$CFLAGS -Werror"
11882 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11883 /* end confdefs.h. */
11884 int main(int argc, char **argv) { return 0; }
11885 _ACEOF
11886 if ac_fn_c_try_link "$LINENO"; then :
11887 ac_cv_cflags__Werror=yes
11888 else
11889 ac_cv_cflags__Werror=no
11891 rm -f core conftest.err conftest.$ac_objext \
11892 conftest$ac_exeext conftest.$ac_ext
11893 CFLAGS=$ac_wine_try_cflags_saved
11895 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Werror" >&5
11896 $as_echo "$ac_cv_cflags__Werror" >&6; }
11897 if test $ac_cv_cflags__Werror = yes; then :
11898 EXTRACFLAGS="$EXTRACFLAGS -Werror"
11902 saved_CFLAGS="$CFLAGS"
11903 CFLAGS="$CFLAGS -Werror"
11904 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ms_hook_prologue attribute" >&5
11905 $as_echo_n "checking for ms_hook_prologue attribute... " >&6; }
11906 if test "${ac_cv_have_ms_hook_prologue+set}" = set; then :
11907 $as_echo_n "(cached) " >&6
11908 else
11909 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11910 /* end confdefs.h. */
11911 int __attribute__((__ms_hook_prologue__)) test(void) { return 0; }
11913 main ()
11917 return 0;
11919 _ACEOF
11920 if ac_fn_c_try_compile "$LINENO"; then :
11921 ac_cv_have_ms_hook_prologue="yes"
11922 else
11923 ac_cv_have_ms_hook_prologue="no"
11925 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11927 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_ms_hook_prologue" >&5
11928 $as_echo "$ac_cv_have_ms_hook_prologue" >&6; }
11929 CFLAGS="$saved_CFLAGS"
11930 if test "$ac_cv_have_ms_hook_prologue" = "yes"
11931 then
11933 $as_echo "#define DECLSPEC_HOTPATCH __attribute__((__ms_hook_prologue__))" >>confdefs.h
11935 else
11936 $as_echo "#define DECLSPEC_HOTPATCH /* */" >>confdefs.h
11942 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether external symbols need an underscore prefix" >&5
11943 $as_echo_n "checking whether external symbols need an underscore prefix... " >&6; }
11944 if test "${ac_cv_c_extern_prefix+set}" = set; then :
11945 $as_echo_n "(cached) " >&6
11946 else
11947 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11948 /* end confdefs.h. */
11949 extern int ac_test;
11951 main ()
11953 asm(".globl _ac_test\n_ac_test:\t.long 0"); if (ac_test) return 1
11955 return 0;
11957 _ACEOF
11958 if ac_fn_c_try_link "$LINENO"; then :
11959 ac_cv_c_extern_prefix="yes"
11960 else
11961 ac_cv_c_extern_prefix="no"
11963 rm -f core conftest.err conftest.$ac_objext \
11964 conftest$ac_exeext conftest.$ac_ext
11966 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_extern_prefix" >&5
11967 $as_echo "$ac_cv_c_extern_prefix" >&6; }
11969 case $host_cpu in
11970 *i[3456789]86*)
11971 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether external symbols need stdcall decoration" >&5
11972 $as_echo_n "checking whether external symbols need stdcall decoration... " >&6; }
11973 if test "${ac_cv_c_stdcall_suffix+set}" = set; then :
11974 $as_echo_n "(cached) " >&6
11975 else
11976 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11977 /* end confdefs.h. */
11978 #ifndef _MSC_VER
11979 #define __stdcall __attribute__((__stdcall__))
11980 #endif
11981 int __stdcall ac_test(int i) { return i; }
11983 main ()
11985 asm("jmp _ac_test@4"); if (ac_test(1)) return 1
11987 return 0;
11989 _ACEOF
11990 if ac_fn_c_try_link "$LINENO"; then :
11991 ac_cv_c_stdcall_suffix="yes"
11992 else
11993 ac_cv_c_stdcall_suffix="no"
11995 rm -f core conftest.err conftest.$ac_objext \
11996 conftest$ac_exeext conftest.$ac_ext
11998 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_stdcall_suffix" >&5
11999 $as_echo "$ac_cv_c_stdcall_suffix" >&6; } ;;
12000 *) ac_cv_c_stdcall_suffix="no" ;;
12001 esac
12004 if test "$ac_cv_c_extern_prefix" = "yes"
12005 then
12006 $as_echo "#define __ASM_NAME(name) \"_\" name" >>confdefs.h
12008 asm_name_prefix="_"
12009 else
12010 $as_echo "#define __ASM_NAME(name) name" >>confdefs.h
12012 asm_name_prefix=""
12016 if test "$ac_cv_c_stdcall_suffix" = "yes"
12017 then
12018 $as_echo "#define __ASM_STDCALL(args) \"@\" #args" >>confdefs.h
12020 else
12021 $as_echo "#define __ASM_STDCALL(args) \"\"" >>confdefs.h
12026 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to define a function in assembly code" >&5
12027 $as_echo_n "checking how to define a function in assembly code... " >&6; }
12028 if test "${ac_cv_asm_func_def+set}" = set; then :
12029 $as_echo_n "(cached) " >&6
12030 else
12031 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12032 /* end confdefs.h. */
12035 main ()
12037 asm("\t.globl _ac_test\n\t.def _ac_test; .scl 2; .type 32; .endef\n_ac_test:\t.long 0");
12039 return 0;
12041 _ACEOF
12042 if ac_fn_c_try_link "$LINENO"; then :
12043 ac_cv_asm_func_def=".def"
12044 else
12045 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12046 /* end confdefs.h. */
12049 main ()
12051 asm("\t.globl _ac_test\n\t.type _ac_test,@function\n_ac_test:\t.long 0");
12053 return 0;
12055 _ACEOF
12056 if ac_fn_c_try_link "$LINENO"; then :
12057 ac_cv_asm_func_def=".type @function"
12058 else
12059 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12060 /* end confdefs.h. */
12063 main ()
12065 asm("\t.globl _ac_test\n\t.type _ac_test,2\n_ac_test:\t.long 0");
12067 return 0;
12069 _ACEOF
12070 if ac_fn_c_try_link "$LINENO"; then :
12071 ac_cv_asm_func_def=".type 2"
12072 else
12073 ac_cv_asm_func_def="unknown"
12075 rm -f core conftest.err conftest.$ac_objext \
12076 conftest$ac_exeext conftest.$ac_ext
12078 rm -f core conftest.err conftest.$ac_objext \
12079 conftest$ac_exeext conftest.$ac_ext
12081 rm -f core conftest.err conftest.$ac_objext \
12082 conftest$ac_exeext conftest.$ac_ext
12084 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_asm_func_def" >&5
12085 $as_echo "$ac_cv_asm_func_def" >&6; }
12088 case "$ac_cv_asm_func_def" in
12089 ".def")
12090 $as_echo "#define __ASM_FUNC(name) \".def \" __ASM_NAME(name) \"; .scl 2; .type 32; .endef\"" >>confdefs.h
12092 asm_func_header=".def $asm_name_prefix\" #name suffix \"; .scl 2; .type 32; .endef" ;;
12093 ".type @function")
12094 $as_echo "#define __ASM_FUNC(name) \".type \" __ASM_NAME(name) \",@function\"" >>confdefs.h
12096 asm_func_header=".type $asm_name_prefix\" #name suffix \",@function" ;;
12097 ".type 2")
12098 $as_echo "#define __ASM_FUNC(name) \".type \" __ASM_NAME(name) \",2\"" >>confdefs.h
12100 asm_func_header=".type $asm_name_prefix\" #name suffix \",2" ;;
12102 $as_echo "#define __ASM_FUNC(name) \"\"" >>confdefs.h
12104 asm_func_header="" ;;
12105 esac
12107 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether asm() works outside of functions" >&5
12108 $as_echo_n "checking whether asm() works outside of functions... " >&6; }
12109 if test "${ac_cv_c_asm_outside_funcs+set}" = set; then :
12110 $as_echo_n "(cached) " >&6
12111 else
12112 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12113 /* end confdefs.h. */
12114 asm(".text\n\t.long 0");
12116 main ()
12120 return 0;
12122 _ACEOF
12123 if ac_fn_c_try_compile "$LINENO"; then :
12124 ac_cv_c_asm_outside_funcs="yes"
12125 else
12126 ac_cv_c_asm_outside_funcs="no"
12128 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12130 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_asm_outside_funcs" >&5
12131 $as_echo "$ac_cv_c_asm_outside_funcs" >&6; }
12133 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether .previous is supported in assembly code" >&5
12134 $as_echo_n "checking whether .previous is supported in assembly code... " >&6; }
12135 if test "${ac_cv_c_dot_previous+set}" = set; then :
12136 $as_echo_n "(cached) " >&6
12137 else
12138 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12139 /* end confdefs.h. */
12142 main ()
12144 asm(".text\nac_test:\t.long 0\n\t.previous");
12146 return 0;
12148 _ACEOF
12149 if ac_fn_c_try_link "$LINENO"; then :
12150 ac_cv_c_dot_previous="yes"
12151 else
12152 ac_cv_c_dot_previous="no"
12154 rm -f core conftest.err conftest.$ac_objext \
12155 conftest$ac_exeext conftest.$ac_ext
12157 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dot_previous" >&5
12158 $as_echo "$ac_cv_c_dot_previous" >&6; }
12160 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether CFI directives are supported in assembly code" >&5
12161 $as_echo_n "checking whether CFI directives are supported in assembly code... " >&6; }
12162 if test "${ac_cv_c_cfi_support+set}" = set; then :
12163 $as_echo_n "(cached) " >&6
12164 else
12165 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12166 /* end confdefs.h. */
12167 asm(".text\nac_test:\t.cfi_startproc\n\t.long 0\n\t.cfi_endproc");
12169 main ()
12173 return 0;
12175 _ACEOF
12176 if ac_fn_c_try_compile "$LINENO"; then :
12177 ac_cv_c_cfi_support="yes"
12178 else
12179 ac_cv_c_cfi_support="no"
12181 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12183 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_cfi_support" >&5
12184 $as_echo "$ac_cv_c_cfi_support" >&6; }
12186 asm_func_header=".globl $asm_name_prefix\" #name suffix \"\\n\\t$asm_func_header\\n$asm_name_prefix\" #name suffix \":\\n\\t"
12187 asm_func_trailer=""
12188 if test "$ac_cv_c_dot_previous" = "yes"
12189 then
12190 asm_func_trailer="\\n\\t.previous"
12192 if test "$ac_cv_c_cfi_support" = "yes"
12193 then
12194 asm_func_header="$asm_func_header.cfi_startproc\\n\\t"
12195 asm_func_trailer="\\n\\t.cfi_endproc$asm_func_trailer"
12197 $as_echo "#define __ASM_CFI(str) str" >>confdefs.h
12199 else
12200 $as_echo "#define __ASM_CFI(str) \"\"" >>confdefs.h
12204 asm_func_code="$asm_func_header\" code \"$asm_func_trailer"
12207 if test "$ac_cv_c_asm_outside_funcs" = "yes"
12208 then
12209 cat >>confdefs.h <<_ACEOF
12210 #define __ASM_DEFINE_FUNC(name,suffix,code) asm(".text\n\t.align 4\n\t$asm_func_code");
12211 _ACEOF
12213 else
12214 cat >>confdefs.h <<_ACEOF
12215 #define __ASM_DEFINE_FUNC(name,suffix,code) void __asm_dummy_##name(void) { asm(".text\n\t.align 4\n\t$asm_func_code"); }
12216 _ACEOF
12220 $as_echo "#define __ASM_GLOBAL_FUNC(name,code) __ASM_DEFINE_FUNC(name,\"\",code)" >>confdefs.h
12223 $as_echo "#define __ASM_STDCALL_FUNC(name,args,code) __ASM_DEFINE_FUNC(name,__ASM_STDCALL(args),code)" >>confdefs.h
12227 LDPATH=""
12229 case $build_os in
12230 cygwin*|mingw32*)
12231 TOOLSEXT=".exe"
12233 LDPATH="PATH=\"\$(TOOLSDIR)/libs/wine:\$\$PATH\""
12235 darwin*|macosx*)
12238 LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
12240 esac
12242 case $host_os in
12243 mingw32*)
12244 CRTLIBS="-lmsvcrt"
12246 SOCKETLIBS="-L\$(TOPOBJDIR)/dlls/ws2_32 -lws2_32"
12249 esac
12251 MAIN_BINARY="wine"
12253 test -z "$with_wine64" || MAIN_BINARY="wine32"
12255 case $host_cpu in
12256 *i[3456789]86*)
12257 case $host_os in
12258 linux*)
12259 EXTRA_BINARIES="wine-preloader"
12261 esac
12263 esac
12266 ac_save_CFLAGS="$CFLAGS"
12267 CFLAGS="$CFLAGS $BUILTINFLAG"
12268 for ac_func in \
12269 _pclose \
12270 _popen \
12271 _snprintf \
12272 _spawnvp \
12273 _strdup \
12274 _stricmp \
12275 _strnicmp \
12276 _strtoi64 \
12277 _strtoui64 \
12278 _vsnprintf \
12279 asctime_r \
12280 chsize \
12281 dlopen \
12282 epoll_create \
12283 ffs \
12284 finite \
12285 fnmatch \
12286 fork \
12287 fpclass \
12288 fstatfs \
12289 fstatvfs \
12290 ftruncate \
12291 futimes \
12292 futimesat \
12293 getdirentries \
12294 getopt_long \
12295 getpagesize \
12296 getpwuid \
12297 gettid \
12298 gettimeofday \
12299 getuid \
12300 kqueue \
12301 lstat \
12302 memmove \
12303 mmap \
12304 pclose \
12305 pipe2 \
12306 poll \
12307 popen \
12308 port_create \
12309 prctl \
12310 pread \
12311 pwrite \
12312 readdir \
12313 readlink \
12314 sched_setaffinity \
12315 sched_yield \
12316 select \
12317 setproctitle \
12318 setrlimit \
12319 settimeofday \
12320 sigaltstack \
12321 sigprocmask \
12322 snprintf \
12323 spawnvp \
12324 statfs \
12325 statvfs \
12326 strcasecmp \
12327 strdup \
12328 strerror \
12329 strncasecmp \
12330 strtold \
12331 strtoll \
12332 strtoull \
12333 symlink \
12334 tcgetattr \
12335 thr_kill2 \
12336 timegm \
12337 usleep \
12338 vsnprintf \
12339 wait4 \
12340 waitpid \
12342 do :
12343 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
12344 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
12345 eval as_val=\$$as_ac_var
12346 if test "x$as_val" = x""yes; then :
12347 cat >>confdefs.h <<_ACEOF
12348 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
12349 _ACEOF
12352 done
12354 CFLAGS="$ac_save_CFLAGS"
12356 if test "$ac_cv_func_dlopen" = no
12357 then
12358 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
12359 $as_echo_n "checking for dlopen in -ldl... " >&6; }
12360 if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
12361 $as_echo_n "(cached) " >&6
12362 else
12363 ac_check_lib_save_LIBS=$LIBS
12364 LIBS="-ldl $LIBS"
12365 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12366 /* end confdefs.h. */
12368 /* Override any GCC internal prototype to avoid an error.
12369 Use char because int might match the return type of a GCC
12370 builtin and then its argument prototype would still apply. */
12371 #ifdef __cplusplus
12372 extern "C"
12373 #endif
12374 char dlopen ();
12376 main ()
12378 return dlopen ();
12380 return 0;
12382 _ACEOF
12383 if ac_fn_c_try_link "$LINENO"; then :
12384 ac_cv_lib_dl_dlopen=yes
12385 else
12386 ac_cv_lib_dl_dlopen=no
12388 rm -f core conftest.err conftest.$ac_objext \
12389 conftest$ac_exeext conftest.$ac_ext
12390 LIBS=$ac_check_lib_save_LIBS
12392 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
12393 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
12394 if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
12395 $as_echo "#define HAVE_DLOPEN 1" >>confdefs.h
12396 LIBDL="-ldl"
12401 ac_wine_check_funcs_save_LIBS="$LIBS"
12402 LIBS="$LIBS $LIBDL"
12403 for ac_func in dladdr
12404 do :
12405 ac_fn_c_check_func "$LINENO" "dladdr" "ac_cv_func_dladdr"
12406 if test "x$ac_cv_func_dladdr" = x""yes; then :
12407 cat >>confdefs.h <<_ACEOF
12408 #define HAVE_DLADDR 1
12409 _ACEOF
12412 done
12414 LIBS="$ac_wine_check_funcs_save_LIBS"
12416 if test "$ac_cv_func_poll" = no
12417 then
12418 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for poll in -lpoll" >&5
12419 $as_echo_n "checking for poll in -lpoll... " >&6; }
12420 if test "${ac_cv_lib_poll_poll+set}" = set; then :
12421 $as_echo_n "(cached) " >&6
12422 else
12423 ac_check_lib_save_LIBS=$LIBS
12424 LIBS="-lpoll $LIBS"
12425 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12426 /* end confdefs.h. */
12428 /* Override any GCC internal prototype to avoid an error.
12429 Use char because int might match the return type of a GCC
12430 builtin and then its argument prototype would still apply. */
12431 #ifdef __cplusplus
12432 extern "C"
12433 #endif
12434 char poll ();
12436 main ()
12438 return poll ();
12440 return 0;
12442 _ACEOF
12443 if ac_fn_c_try_link "$LINENO"; then :
12444 ac_cv_lib_poll_poll=yes
12445 else
12446 ac_cv_lib_poll_poll=no
12448 rm -f core conftest.err conftest.$ac_objext \
12449 conftest$ac_exeext conftest.$ac_ext
12450 LIBS=$ac_check_lib_save_LIBS
12452 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_poll_poll" >&5
12453 $as_echo "$ac_cv_lib_poll_poll" >&6; }
12454 if test "x$ac_cv_lib_poll_poll" = x""yes; then :
12455 $as_echo "#define HAVE_POLL 1" >>confdefs.h
12456 LIBPOLL="-lpoll"
12462 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing gethostbyname" >&5
12463 $as_echo_n "checking for library containing gethostbyname... " >&6; }
12464 if test "${ac_cv_search_gethostbyname+set}" = set; then :
12465 $as_echo_n "(cached) " >&6
12466 else
12467 ac_func_search_save_LIBS=$LIBS
12468 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12469 /* end confdefs.h. */
12471 /* Override any GCC internal prototype to avoid an error.
12472 Use char because int might match the return type of a GCC
12473 builtin and then its argument prototype would still apply. */
12474 #ifdef __cplusplus
12475 extern "C"
12476 #endif
12477 char gethostbyname ();
12479 main ()
12481 return gethostbyname ();
12483 return 0;
12485 _ACEOF
12486 for ac_lib in '' nsl; do
12487 if test -z "$ac_lib"; then
12488 ac_res="none required"
12489 else
12490 ac_res=-l$ac_lib
12491 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
12493 if ac_fn_c_try_link "$LINENO"; then :
12494 ac_cv_search_gethostbyname=$ac_res
12496 rm -f core conftest.err conftest.$ac_objext \
12497 conftest$ac_exeext
12498 if test "${ac_cv_search_gethostbyname+set}" = set; then :
12499 break
12501 done
12502 if test "${ac_cv_search_gethostbyname+set}" = set; then :
12504 else
12505 ac_cv_search_gethostbyname=no
12507 rm conftest.$ac_ext
12508 LIBS=$ac_func_search_save_LIBS
12510 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_gethostbyname" >&5
12511 $as_echo "$ac_cv_search_gethostbyname" >&6; }
12512 ac_res=$ac_cv_search_gethostbyname
12513 if test "$ac_res" != no; then :
12514 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
12519 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing connect" >&5
12520 $as_echo_n "checking for library containing connect... " >&6; }
12521 if test "${ac_cv_search_connect+set}" = set; then :
12522 $as_echo_n "(cached) " >&6
12523 else
12524 ac_func_search_save_LIBS=$LIBS
12525 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12526 /* end confdefs.h. */
12528 /* Override any GCC internal prototype to avoid an error.
12529 Use char because int might match the return type of a GCC
12530 builtin and then its argument prototype would still apply. */
12531 #ifdef __cplusplus
12532 extern "C"
12533 #endif
12534 char connect ();
12536 main ()
12538 return connect ();
12540 return 0;
12542 _ACEOF
12543 for ac_lib in '' socket; do
12544 if test -z "$ac_lib"; then
12545 ac_res="none required"
12546 else
12547 ac_res=-l$ac_lib
12548 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
12550 if ac_fn_c_try_link "$LINENO"; then :
12551 ac_cv_search_connect=$ac_res
12553 rm -f core conftest.err conftest.$ac_objext \
12554 conftest$ac_exeext
12555 if test "${ac_cv_search_connect+set}" = set; then :
12556 break
12558 done
12559 if test "${ac_cv_search_connect+set}" = set; then :
12561 else
12562 ac_cv_search_connect=no
12564 rm conftest.$ac_ext
12565 LIBS=$ac_func_search_save_LIBS
12567 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_connect" >&5
12568 $as_echo "$ac_cv_search_connect" >&6; }
12569 ac_res=$ac_cv_search_connect
12570 if test "$ac_res" != no; then :
12571 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
12576 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing inet_aton" >&5
12577 $as_echo_n "checking for library containing inet_aton... " >&6; }
12578 if test "${ac_cv_search_inet_aton+set}" = set; then :
12579 $as_echo_n "(cached) " >&6
12580 else
12581 ac_func_search_save_LIBS=$LIBS
12582 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12583 /* end confdefs.h. */
12585 /* Override any GCC internal prototype to avoid an error.
12586 Use char because int might match the return type of a GCC
12587 builtin and then its argument prototype would still apply. */
12588 #ifdef __cplusplus
12589 extern "C"
12590 #endif
12591 char inet_aton ();
12593 main ()
12595 return inet_aton ();
12597 return 0;
12599 _ACEOF
12600 for ac_lib in '' resolv; do
12601 if test -z "$ac_lib"; then
12602 ac_res="none required"
12603 else
12604 ac_res=-l$ac_lib
12605 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
12607 if ac_fn_c_try_link "$LINENO"; then :
12608 ac_cv_search_inet_aton=$ac_res
12610 rm -f core conftest.err conftest.$ac_objext \
12611 conftest$ac_exeext
12612 if test "${ac_cv_search_inet_aton+set}" = set; then :
12613 break
12615 done
12616 if test "${ac_cv_search_inet_aton+set}" = set; then :
12618 else
12619 ac_cv_search_inet_aton=no
12621 rm conftest.$ac_ext
12622 LIBS=$ac_func_search_save_LIBS
12624 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_inet_aton" >&5
12625 $as_echo "$ac_cv_search_inet_aton" >&6; }
12626 ac_res=$ac_cv_search_inet_aton
12627 if test "$ac_res" != no; then :
12628 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
12633 for ac_func in \
12634 getaddrinfo \
12635 getnameinfo \
12636 getnetbyname \
12637 getprotobyname \
12638 getprotobynumber \
12639 getservbyport \
12640 inet_network \
12641 inet_ntop \
12642 inet_pton \
12643 sendmsg \
12644 socketpair \
12646 do :
12647 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
12648 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
12649 eval as_val=\$$as_ac_var
12650 if test "x$as_val" = x""yes; then :
12651 cat >>confdefs.h <<_ACEOF
12652 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
12653 _ACEOF
12656 done
12659 LDAPLIBS=""
12661 if test "$ac_cv_header_ldap_h" = "yes" -a "$ac_cv_header_lber_h" = "yes"
12662 then
12663 ac_fn_c_check_type "$LINENO" "LDAPSortKey" "ac_cv_type_LDAPSortKey" "#include <ldap.h>
12665 if test "x$ac_cv_type_LDAPSortKey" = x""yes; then :
12666 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ldap_initialize in -lldap_r" >&5
12667 $as_echo_n "checking for ldap_initialize in -lldap_r... " >&6; }
12668 if test "${ac_cv_lib_ldap_r_ldap_initialize+set}" = set; then :
12669 $as_echo_n "(cached) " >&6
12670 else
12671 ac_check_lib_save_LIBS=$LIBS
12672 LIBS="-lldap_r $LIBPTHREAD $LIBS"
12673 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12674 /* end confdefs.h. */
12676 /* Override any GCC internal prototype to avoid an error.
12677 Use char because int might match the return type of a GCC
12678 builtin and then its argument prototype would still apply. */
12679 #ifdef __cplusplus
12680 extern "C"
12681 #endif
12682 char ldap_initialize ();
12684 main ()
12686 return ldap_initialize ();
12688 return 0;
12690 _ACEOF
12691 if ac_fn_c_try_link "$LINENO"; then :
12692 ac_cv_lib_ldap_r_ldap_initialize=yes
12693 else
12694 ac_cv_lib_ldap_r_ldap_initialize=no
12696 rm -f core conftest.err conftest.$ac_objext \
12697 conftest$ac_exeext conftest.$ac_ext
12698 LIBS=$ac_check_lib_save_LIBS
12700 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ldap_r_ldap_initialize" >&5
12701 $as_echo "$ac_cv_lib_ldap_r_ldap_initialize" >&6; }
12702 if test "x$ac_cv_lib_ldap_r_ldap_initialize" = x""yes; then :
12703 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ber_init in -llber" >&5
12704 $as_echo_n "checking for ber_init in -llber... " >&6; }
12705 if test "${ac_cv_lib_lber_ber_init+set}" = set; then :
12706 $as_echo_n "(cached) " >&6
12707 else
12708 ac_check_lib_save_LIBS=$LIBS
12709 LIBS="-llber $LIBPTHREAD $LIBS"
12710 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12711 /* end confdefs.h. */
12713 /* Override any GCC internal prototype to avoid an error.
12714 Use char because int might match the return type of a GCC
12715 builtin and then its argument prototype would still apply. */
12716 #ifdef __cplusplus
12717 extern "C"
12718 #endif
12719 char ber_init ();
12721 main ()
12723 return ber_init ();
12725 return 0;
12727 _ACEOF
12728 if ac_fn_c_try_link "$LINENO"; then :
12729 ac_cv_lib_lber_ber_init=yes
12730 else
12731 ac_cv_lib_lber_ber_init=no
12733 rm -f core conftest.err conftest.$ac_objext \
12734 conftest$ac_exeext conftest.$ac_ext
12735 LIBS=$ac_check_lib_save_LIBS
12737 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lber_ber_init" >&5
12738 $as_echo "$ac_cv_lib_lber_ber_init" >&6; }
12739 if test "x$ac_cv_lib_lber_ber_init" = x""yes; then :
12741 $as_echo "#define HAVE_LDAP 1" >>confdefs.h
12743 LDAPLIBS="-lldap_r -llber"
12750 ac_wine_check_funcs_save_LIBS="$LIBS"
12751 LIBS="$LIBS $LDAPLIBS $LIBPTHREAD"
12752 for ac_func in \
12753 ldap_count_references \
12754 ldap_first_reference \
12755 ldap_next_reference \
12756 ldap_parse_reference \
12757 ldap_parse_sort_control \
12758 ldap_parse_sortresponse_control \
12759 ldap_parse_vlv_control \
12760 ldap_parse_vlvresponse_control
12761 do :
12762 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
12763 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
12764 eval as_val=\$$as_ac_var
12765 if test "x$as_val" = x""yes; then :
12766 cat >>confdefs.h <<_ACEOF
12767 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
12768 _ACEOF
12771 done
12773 LIBS="$ac_wine_check_funcs_save_LIBS"
12775 if test "x$LDAPLIBS" = "x"; then :
12776 case "x$with_ldap" in
12777 x) as_fn_append wine_notices "|libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported." ;;
12778 xno) ;;
12779 *) as_fn_error "libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
12780 This is an error since --with-ldap was requested." "$LINENO" 5 ;;
12781 esac
12784 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether mkdir takes only one argument" >&5
12785 $as_echo_n "checking whether mkdir takes only one argument... " >&6; }
12786 if test "${wine_cv_one_arg_mkdir+set}" = set; then :
12787 $as_echo_n "(cached) " >&6
12788 else
12789 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12790 /* end confdefs.h. */
12791 #include <sys/stat.h>
12793 main ()
12795 mkdir("foo");
12797 return 0;
12799 _ACEOF
12800 if ac_fn_c_try_compile "$LINENO"; then :
12801 wine_cv_one_arg_mkdir=yes
12802 else
12803 wine_cv_one_arg_mkdir=no
12805 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12807 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_one_arg_mkdir" >&5
12808 $as_echo "$wine_cv_one_arg_mkdir" >&6; }
12809 if test "$wine_cv_one_arg_mkdir" = "yes"
12810 then
12812 $as_echo "#define HAVE_ONE_ARG_MKDIR 1" >>confdefs.h
12817 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for an ANSI C-conforming const" >&5
12818 $as_echo_n "checking for an ANSI C-conforming const... " >&6; }
12819 if test "${ac_cv_c_const+set}" = set; then :
12820 $as_echo_n "(cached) " >&6
12821 else
12822 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12823 /* end confdefs.h. */
12826 main ()
12828 /* FIXME: Include the comments suggested by Paul. */
12829 #ifndef __cplusplus
12830 /* Ultrix mips cc rejects this. */
12831 typedef int charset[2];
12832 const charset cs;
12833 /* SunOS 4.1.1 cc rejects this. */
12834 char const *const *pcpcc;
12835 char **ppc;
12836 /* NEC SVR4.0.2 mips cc rejects this. */
12837 struct point {int x, y;};
12838 static struct point const zero = {0,0};
12839 /* AIX XL C 1.02.0.0 rejects this.
12840 It does not let you subtract one const X* pointer from another in
12841 an arm of an if-expression whose if-part is not a constant
12842 expression */
12843 const char *g = "string";
12844 pcpcc = &g + (g ? g-g : 0);
12845 /* HPUX 7.0 cc rejects these. */
12846 ++pcpcc;
12847 ppc = (char**) pcpcc;
12848 pcpcc = (char const *const *) ppc;
12849 { /* SCO 3.2v4 cc rejects this. */
12850 char *t;
12851 char const *s = 0 ? (char *) 0 : (char const *) 0;
12853 *t++ = 0;
12854 if (s) return 0;
12856 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
12857 int x[] = {25, 17};
12858 const int *foo = &x[0];
12859 ++foo;
12861 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
12862 typedef const int *iptr;
12863 iptr p = 0;
12864 ++p;
12866 { /* AIX XL C 1.02.0.0 rejects this saying
12867 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
12868 struct s { int j; const int *ap[3]; };
12869 struct s *b; b->j = 5;
12871 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
12872 const int foo = 10;
12873 if (!foo) return 0;
12875 return !cs[0] && !zero.x;
12876 #endif
12879 return 0;
12881 _ACEOF
12882 if ac_fn_c_try_compile "$LINENO"; then :
12883 ac_cv_c_const=yes
12884 else
12885 ac_cv_c_const=no
12887 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12889 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_const" >&5
12890 $as_echo "$ac_cv_c_const" >&6; }
12891 if test $ac_cv_c_const = no; then
12893 $as_echo "#define const /**/" >>confdefs.h
12897 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inline" >&5
12898 $as_echo_n "checking for inline... " >&6; }
12899 if test "${ac_cv_c_inline+set}" = set; then :
12900 $as_echo_n "(cached) " >&6
12901 else
12902 ac_cv_c_inline=no
12903 for ac_kw in inline __inline__ __inline; do
12904 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12905 /* end confdefs.h. */
12906 #ifndef __cplusplus
12907 typedef int foo_t;
12908 static $ac_kw foo_t static_foo () {return 0; }
12909 $ac_kw foo_t foo () {return 0; }
12910 #endif
12912 _ACEOF
12913 if ac_fn_c_try_compile "$LINENO"; then :
12914 ac_cv_c_inline=$ac_kw
12916 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12917 test "$ac_cv_c_inline" != no && break
12918 done
12921 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_inline" >&5
12922 $as_echo "$ac_cv_c_inline" >&6; }
12924 case $ac_cv_c_inline in
12925 inline | yes) ;;
12927 case $ac_cv_c_inline in
12928 no) ac_val=;;
12929 *) ac_val=$ac_cv_c_inline;;
12930 esac
12931 cat >>confdefs.h <<_ACEOF
12932 #ifndef __cplusplus
12933 #define inline $ac_val
12934 #endif
12935 _ACEOF
12937 esac
12939 ac_fn_c_check_type "$LINENO" "mode_t" "ac_cv_type_mode_t" "$ac_includes_default"
12940 if test "x$ac_cv_type_mode_t" = x""yes; then :
12942 cat >>confdefs.h <<_ACEOF
12943 #define HAVE_MODE_T 1
12944 _ACEOF
12948 ac_fn_c_check_type "$LINENO" "off_t" "ac_cv_type_off_t" "$ac_includes_default"
12949 if test "x$ac_cv_type_off_t" = x""yes; then :
12951 cat >>confdefs.h <<_ACEOF
12952 #define HAVE_OFF_T 1
12953 _ACEOF
12957 ac_fn_c_check_type "$LINENO" "pid_t" "ac_cv_type_pid_t" "$ac_includes_default"
12958 if test "x$ac_cv_type_pid_t" = x""yes; then :
12960 cat >>confdefs.h <<_ACEOF
12961 #define HAVE_PID_T 1
12962 _ACEOF
12966 ac_fn_c_check_type "$LINENO" "size_t" "ac_cv_type_size_t" "$ac_includes_default"
12967 if test "x$ac_cv_type_size_t" = x""yes; then :
12969 cat >>confdefs.h <<_ACEOF
12970 #define HAVE_SIZE_T 1
12971 _ACEOF
12975 ac_fn_c_check_type "$LINENO" "ssize_t" "ac_cv_type_ssize_t" "$ac_includes_default"
12976 if test "x$ac_cv_type_ssize_t" = x""yes; then :
12978 cat >>confdefs.h <<_ACEOF
12979 #define HAVE_SSIZE_T 1
12980 _ACEOF
12984 ac_fn_c_check_type "$LINENO" "long long" "ac_cv_type_long_long" "$ac_includes_default"
12985 if test "x$ac_cv_type_long_long" = x""yes; then :
12987 cat >>confdefs.h <<_ACEOF
12988 #define HAVE_LONG_LONG 1
12989 _ACEOF
12993 ac_fn_c_check_type "$LINENO" "fsblkcnt_t" "ac_cv_type_fsblkcnt_t" "$ac_includes_default"
12994 if test "x$ac_cv_type_fsblkcnt_t" = x""yes; then :
12996 cat >>confdefs.h <<_ACEOF
12997 #define HAVE_FSBLKCNT_T 1
12998 _ACEOF
13002 ac_fn_c_check_type "$LINENO" "fsfilcnt_t" "ac_cv_type_fsfilcnt_t" "$ac_includes_default"
13003 if test "x$ac_cv_type_fsfilcnt_t" = x""yes; then :
13005 cat >>confdefs.h <<_ACEOF
13006 #define HAVE_FSFILCNT_T 1
13007 _ACEOF
13012 ac_fn_c_check_type "$LINENO" "sigset_t" "ac_cv_type_sigset_t" "#include <sys/types.h>
13013 #include <signal.h>
13015 if test "x$ac_cv_type_sigset_t" = x""yes; then :
13017 cat >>confdefs.h <<_ACEOF
13018 #define HAVE_SIGSET_T 1
13019 _ACEOF
13024 ac_fn_c_check_type "$LINENO" "request_sense" "ac_cv_type_request_sense" "#include <linux/cdrom.h>
13026 if test "x$ac_cv_type_request_sense" = x""yes; then :
13028 cat >>confdefs.h <<_ACEOF
13029 #define HAVE_REQUEST_SENSE 1
13030 _ACEOF
13036 ac_fn_c_check_type "$LINENO" "struct xinpgen" "ac_cv_type_struct_xinpgen" "#include <sys/types.h>
13037 #ifdef HAVE_SYS_SOCKET_H
13038 #include <sys/socket.h>
13039 #endif
13040 #ifdef HAVE_SYS_SOCKETVAR_H
13041 #include <sys/socketvar.h>
13042 #endif
13043 #ifdef HAVE_NET_ROUTE_H
13044 #include <net/route.h>
13045 #endif
13046 #ifdef HAVE_NETINET_IN_H
13047 #include <netinet/in.h>
13048 #endif
13049 #ifdef HAVE_NETINET_IN_SYSTM_H
13050 #include <netinet/in_systm.h>
13051 #endif
13052 #ifdef HAVE_NETINET_IP_H
13053 #include <netinet/ip.h>
13054 #endif
13055 #ifdef HAVE_NETINET_IN_PCB_H
13056 #include <netinet/in_pcb.h>
13057 #endif
13059 if test "x$ac_cv_type_struct_xinpgen" = x""yes; then :
13061 cat >>confdefs.h <<_ACEOF
13062 #define HAVE_STRUCT_XINPGEN 1
13063 _ACEOF
13069 ac_fn_c_check_member "$LINENO" "struct ff_effect" "direction" "ac_cv_member_struct_ff_effect_direction" "#ifdef HAVE_LINUX_INPUT_H
13070 #include <linux/input.h>
13071 #endif
13073 if test "x$ac_cv_member_struct_ff_effect_direction" = x""yes; then :
13075 cat >>confdefs.h <<_ACEOF
13076 #define HAVE_STRUCT_FF_EFFECT_DIRECTION 1
13077 _ACEOF
13083 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sigaddset" >&5
13084 $as_echo_n "checking for sigaddset... " >&6; }
13085 if test "${wine_cv_have_sigaddset+set}" = set; then :
13086 $as_echo_n "(cached) " >&6
13087 else
13088 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13089 /* end confdefs.h. */
13090 #include <signal.h>
13092 main ()
13094 sigset_t set; sigaddset(&set,SIGTERM);
13096 return 0;
13098 _ACEOF
13099 if ac_fn_c_try_link "$LINENO"; then :
13100 wine_cv_have_sigaddset=yes
13101 else
13102 wine_cv_have_sigaddset=no
13104 rm -f core conftest.err conftest.$ac_objext \
13105 conftest$ac_exeext conftest.$ac_ext
13107 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_have_sigaddset" >&5
13108 $as_echo "$wine_cv_have_sigaddset" >&6; }
13109 if test "$wine_cv_have_sigaddset" = "yes"
13110 then
13112 $as_echo "#define HAVE_SIGADDSET 1" >>confdefs.h
13117 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can use re-entrant gethostbyname_r Linux style" >&5
13118 $as_echo_n "checking whether we can use re-entrant gethostbyname_r Linux style... " >&6; }
13119 if test "${wine_cv_linux_gethostbyname_r_6+set}" = set; then :
13120 $as_echo_n "(cached) " >&6
13121 else
13122 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13123 /* end confdefs.h. */
13124 #include <netdb.h>
13126 main ()
13129 char *name=0;
13130 struct hostent he;
13131 struct hostent *result;
13132 char *buf=0;
13133 int bufsize=0;
13134 int res,errnr;
13135 char *addr=0;
13136 int addrlen=0;
13137 int addrtype=0;
13138 res=gethostbyname_r(name,&he,buf,bufsize,&result,&errnr);
13139 res=gethostbyaddr_r(addr, addrlen, addrtype,&he,buf,bufsize,&result,&errnr);
13142 return 0;
13144 _ACEOF
13145 if ac_fn_c_try_link "$LINENO"; then :
13146 wine_cv_linux_gethostbyname_r_6=yes
13147 else
13148 wine_cv_linux_gethostbyname_r_6=no
13151 rm -f core conftest.err conftest.$ac_objext \
13152 conftest$ac_exeext conftest.$ac_ext
13155 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_linux_gethostbyname_r_6" >&5
13156 $as_echo "$wine_cv_linux_gethostbyname_r_6" >&6; }
13157 if test "$wine_cv_linux_gethostbyname_r_6" = "yes"
13158 then
13160 $as_echo "#define HAVE_LINUX_GETHOSTBYNAME_R_6 1" >>confdefs.h
13164 if test "$ac_cv_header_linux_joystick_h" = "yes"
13165 then
13166 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether linux/joystick.h uses the Linux 2.2+ API" >&5
13167 $as_echo_n "checking whether linux/joystick.h uses the Linux 2.2+ API... " >&6; }
13168 if test "${wine_cv_linux_joystick_22_api+set}" = set; then :
13169 $as_echo_n "(cached) " >&6
13170 else
13171 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13172 /* end confdefs.h. */
13174 #include <sys/ioctl.h>
13175 #include <sys/types.h>
13176 #include <linux/joystick.h>
13178 struct js_event blub;
13179 #if !defined(JS_EVENT_AXIS) || !defined(JS_EVENT_BUTTON)
13180 #error "no 2.2 header"
13181 #endif
13184 main ()
13186 /*empty*/
13188 return 0;
13190 _ACEOF
13191 if ac_fn_c_try_compile "$LINENO"; then :
13192 wine_cv_linux_joystick_22_api=yes
13193 else
13194 wine_cv_linux_joystick_22_api=no
13196 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13199 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_linux_joystick_22_api" >&5
13200 $as_echo "$wine_cv_linux_joystick_22_api" >&6; }
13201 if test "$wine_cv_linux_joystick_22_api" = "yes"
13202 then
13204 $as_echo "#define HAVE_LINUX_22_JOYSTICK_API 1" >>confdefs.h
13210 ac_fn_c_check_member "$LINENO" "struct statfs" "f_bfree" "ac_cv_member_struct_statfs_f_bfree" "#include <sys/types.h>
13211 #ifdef HAVE_SYS_PARAM_H
13212 # include <sys/param.h>
13213 #endif
13214 #ifdef HAVE_SYS_MOUNT_H
13215 # include <sys/mount.h>
13216 #endif
13217 #ifdef HAVE_SYS_VFS_H
13218 # include <sys/vfs.h>
13219 #endif
13220 #ifdef HAVE_SYS_STATFS_H
13221 # include <sys/statfs.h>
13222 #endif
13224 if test "x$ac_cv_member_struct_statfs_f_bfree" = x""yes; then :
13226 cat >>confdefs.h <<_ACEOF
13227 #define HAVE_STRUCT_STATFS_F_BFREE 1
13228 _ACEOF
13232 ac_fn_c_check_member "$LINENO" "struct statfs" "f_bavail" "ac_cv_member_struct_statfs_f_bavail" "#include <sys/types.h>
13233 #ifdef HAVE_SYS_PARAM_H
13234 # include <sys/param.h>
13235 #endif
13236 #ifdef HAVE_SYS_MOUNT_H
13237 # include <sys/mount.h>
13238 #endif
13239 #ifdef HAVE_SYS_VFS_H
13240 # include <sys/vfs.h>
13241 #endif
13242 #ifdef HAVE_SYS_STATFS_H
13243 # include <sys/statfs.h>
13244 #endif
13246 if test "x$ac_cv_member_struct_statfs_f_bavail" = x""yes; then :
13248 cat >>confdefs.h <<_ACEOF
13249 #define HAVE_STRUCT_STATFS_F_BAVAIL 1
13250 _ACEOF
13254 ac_fn_c_check_member "$LINENO" "struct statfs" "f_frsize" "ac_cv_member_struct_statfs_f_frsize" "#include <sys/types.h>
13255 #ifdef HAVE_SYS_PARAM_H
13256 # include <sys/param.h>
13257 #endif
13258 #ifdef HAVE_SYS_MOUNT_H
13259 # include <sys/mount.h>
13260 #endif
13261 #ifdef HAVE_SYS_VFS_H
13262 # include <sys/vfs.h>
13263 #endif
13264 #ifdef HAVE_SYS_STATFS_H
13265 # include <sys/statfs.h>
13266 #endif
13268 if test "x$ac_cv_member_struct_statfs_f_frsize" = x""yes; then :
13270 cat >>confdefs.h <<_ACEOF
13271 #define HAVE_STRUCT_STATFS_F_FRSIZE 1
13272 _ACEOF
13276 ac_fn_c_check_member "$LINENO" "struct statfs" "f_ffree" "ac_cv_member_struct_statfs_f_ffree" "#include <sys/types.h>
13277 #ifdef HAVE_SYS_PARAM_H
13278 # include <sys/param.h>
13279 #endif
13280 #ifdef HAVE_SYS_MOUNT_H
13281 # include <sys/mount.h>
13282 #endif
13283 #ifdef HAVE_SYS_VFS_H
13284 # include <sys/vfs.h>
13285 #endif
13286 #ifdef HAVE_SYS_STATFS_H
13287 # include <sys/statfs.h>
13288 #endif
13290 if test "x$ac_cv_member_struct_statfs_f_ffree" = x""yes; then :
13292 cat >>confdefs.h <<_ACEOF
13293 #define HAVE_STRUCT_STATFS_F_FFREE 1
13294 _ACEOF
13298 ac_fn_c_check_member "$LINENO" "struct statfs" "f_favail" "ac_cv_member_struct_statfs_f_favail" "#include <sys/types.h>
13299 #ifdef HAVE_SYS_PARAM_H
13300 # include <sys/param.h>
13301 #endif
13302 #ifdef HAVE_SYS_MOUNT_H
13303 # include <sys/mount.h>
13304 #endif
13305 #ifdef HAVE_SYS_VFS_H
13306 # include <sys/vfs.h>
13307 #endif
13308 #ifdef HAVE_SYS_STATFS_H
13309 # include <sys/statfs.h>
13310 #endif
13312 if test "x$ac_cv_member_struct_statfs_f_favail" = x""yes; then :
13314 cat >>confdefs.h <<_ACEOF
13315 #define HAVE_STRUCT_STATFS_F_FAVAIL 1
13316 _ACEOF
13320 ac_fn_c_check_member "$LINENO" "struct statfs" "f_namelen" "ac_cv_member_struct_statfs_f_namelen" "#include <sys/types.h>
13321 #ifdef HAVE_SYS_PARAM_H
13322 # include <sys/param.h>
13323 #endif
13324 #ifdef HAVE_SYS_MOUNT_H
13325 # include <sys/mount.h>
13326 #endif
13327 #ifdef HAVE_SYS_VFS_H
13328 # include <sys/vfs.h>
13329 #endif
13330 #ifdef HAVE_SYS_STATFS_H
13331 # include <sys/statfs.h>
13332 #endif
13334 if test "x$ac_cv_member_struct_statfs_f_namelen" = x""yes; then :
13336 cat >>confdefs.h <<_ACEOF
13337 #define HAVE_STRUCT_STATFS_F_NAMELEN 1
13338 _ACEOF
13344 ac_fn_c_check_member "$LINENO" "struct statvfs" "f_blocks" "ac_cv_member_struct_statvfs_f_blocks" "#ifdef HAVE_SYS_STATVFS_H
13345 #include <sys/statvfs.h>
13346 #endif
13348 if test "x$ac_cv_member_struct_statvfs_f_blocks" = x""yes; then :
13350 cat >>confdefs.h <<_ACEOF
13351 #define HAVE_STRUCT_STATVFS_F_BLOCKS 1
13352 _ACEOF
13358 ac_fn_c_check_member "$LINENO" "struct msghdr" "msg_accrights" "ac_cv_member_struct_msghdr_msg_accrights" "#include <sys/types.h>
13359 #ifdef HAVE_SYS_SOCKET_H
13360 # include <sys/socket.h>
13361 #endif
13362 #ifdef HAVE_SYS_UN_H
13363 # include <sys/un.h>
13364 #endif
13366 if test "x$ac_cv_member_struct_msghdr_msg_accrights" = x""yes; then :
13368 cat >>confdefs.h <<_ACEOF
13369 #define HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTS 1
13370 _ACEOF
13374 ac_fn_c_check_member "$LINENO" "struct sockaddr" "sa_len" "ac_cv_member_struct_sockaddr_sa_len" "#include <sys/types.h>
13375 #ifdef HAVE_SYS_SOCKET_H
13376 # include <sys/socket.h>
13377 #endif
13378 #ifdef HAVE_SYS_UN_H
13379 # include <sys/un.h>
13380 #endif
13382 if test "x$ac_cv_member_struct_sockaddr_sa_len" = x""yes; then :
13384 cat >>confdefs.h <<_ACEOF
13385 #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
13386 _ACEOF
13390 ac_fn_c_check_member "$LINENO" "struct sockaddr_un" "sun_len" "ac_cv_member_struct_sockaddr_un_sun_len" "#include <sys/types.h>
13391 #ifdef HAVE_SYS_SOCKET_H
13392 # include <sys/socket.h>
13393 #endif
13394 #ifdef HAVE_SYS_UN_H
13395 # include <sys/un.h>
13396 #endif
13398 if test "x$ac_cv_member_struct_sockaddr_un_sun_len" = x""yes; then :
13400 cat >>confdefs.h <<_ACEOF
13401 #define HAVE_STRUCT_SOCKADDR_UN_SUN_LEN 1
13402 _ACEOF
13408 ac_fn_c_check_member "$LINENO" "scsireq_t" "cmd" "ac_cv_member_scsireq_t_cmd" "#include <sys/types.h>
13409 #ifdef HAVE_SCSI_SG_H
13410 #include <scsi/sg.h>
13411 #endif
13413 if test "x$ac_cv_member_scsireq_t_cmd" = x""yes; then :
13415 cat >>confdefs.h <<_ACEOF
13416 #define HAVE_SCSIREQ_T_CMD 1
13417 _ACEOF
13421 ac_fn_c_check_member "$LINENO" "sg_io_hdr_t" "interface_id" "ac_cv_member_sg_io_hdr_t_interface_id" "#include <sys/types.h>
13422 #ifdef HAVE_SCSI_SG_H
13423 #include <scsi/sg.h>
13424 #endif
13426 if test "x$ac_cv_member_sg_io_hdr_t_interface_id" = x""yes; then :
13428 cat >>confdefs.h <<_ACEOF
13429 #define HAVE_SG_IO_HDR_T_INTERFACE_ID 1
13430 _ACEOF
13436 ac_fn_c_check_member "$LINENO" "siginfo_t" "si_fd" "ac_cv_member_siginfo_t_si_fd" "#include <signal.h>
13438 if test "x$ac_cv_member_siginfo_t_si_fd" = x""yes; then :
13440 cat >>confdefs.h <<_ACEOF
13441 #define HAVE_SIGINFO_T_SI_FD 1
13442 _ACEOF
13448 ac_fn_c_check_member "$LINENO" "struct mtget" "mt_blksiz" "ac_cv_member_struct_mtget_mt_blksiz" "#include <sys/types.h>
13449 #ifdef HAVE_SYS_MTIO_H
13450 #include <sys/mtio.h>
13451 #endif
13453 if test "x$ac_cv_member_struct_mtget_mt_blksiz" = x""yes; then :
13455 cat >>confdefs.h <<_ACEOF
13456 #define HAVE_STRUCT_MTGET_MT_BLKSIZ 1
13457 _ACEOF
13461 ac_fn_c_check_member "$LINENO" "struct mtget" "mt_gstat" "ac_cv_member_struct_mtget_mt_gstat" "#include <sys/types.h>
13462 #ifdef HAVE_SYS_MTIO_H
13463 #include <sys/mtio.h>
13464 #endif
13466 if test "x$ac_cv_member_struct_mtget_mt_gstat" = x""yes; then :
13468 cat >>confdefs.h <<_ACEOF
13469 #define HAVE_STRUCT_MTGET_MT_GSTAT 1
13470 _ACEOF
13474 ac_fn_c_check_member "$LINENO" "struct mtget" "mt_blkno" "ac_cv_member_struct_mtget_mt_blkno" "#include <sys/types.h>
13475 #ifdef HAVE_SYS_MTIO_H
13476 #include <sys/mtio.h>
13477 #endif
13479 if test "x$ac_cv_member_struct_mtget_mt_blkno" = x""yes; then :
13481 cat >>confdefs.h <<_ACEOF
13482 #define HAVE_STRUCT_MTGET_MT_BLKNO 1
13483 _ACEOF
13489 ac_fn_c_check_member "$LINENO" "struct option" "name" "ac_cv_member_struct_option_name" "#ifdef HAVE_GETOPT_H
13490 #include <getopt.h>
13491 #endif
13493 if test "x$ac_cv_member_struct_option_name" = x""yes; then :
13495 cat >>confdefs.h <<_ACEOF
13496 #define HAVE_STRUCT_OPTION_NAME 1
13497 _ACEOF
13503 ac_fn_c_check_member "$LINENO" "struct stat" "st_blocks" "ac_cv_member_struct_stat_st_blocks" "$ac_includes_default"
13504 if test "x$ac_cv_member_struct_stat_st_blocks" = x""yes; then :
13506 cat >>confdefs.h <<_ACEOF
13507 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
13508 _ACEOF
13512 ac_fn_c_check_member "$LINENO" "struct stat" "st_mtim" "ac_cv_member_struct_stat_st_mtim" "$ac_includes_default"
13513 if test "x$ac_cv_member_struct_stat_st_mtim" = x""yes; then :
13515 cat >>confdefs.h <<_ACEOF
13516 #define HAVE_STRUCT_STAT_ST_MTIM 1
13517 _ACEOF
13521 ac_fn_c_check_member "$LINENO" "struct stat" "st_ctim" "ac_cv_member_struct_stat_st_ctim" "$ac_includes_default"
13522 if test "x$ac_cv_member_struct_stat_st_ctim" = x""yes; then :
13524 cat >>confdefs.h <<_ACEOF
13525 #define HAVE_STRUCT_STAT_ST_CTIM 1
13526 _ACEOF
13530 ac_fn_c_check_member "$LINENO" "struct stat" "st_atim" "ac_cv_member_struct_stat_st_atim" "$ac_includes_default"
13531 if test "x$ac_cv_member_struct_stat_st_atim" = x""yes; then :
13533 cat >>confdefs.h <<_ACEOF
13534 #define HAVE_STRUCT_STAT_ST_ATIM 1
13535 _ACEOF
13541 ac_fn_c_check_member "$LINENO" "struct sockaddr_in6" "sin6_scope_id" "ac_cv_member_struct_sockaddr_in6_sin6_scope_id" "#ifdef HAVE_SYS_TYPES_H
13542 #include <sys/types.h>
13543 #endif
13544 #ifdef HAVE_NETINET_IN_H
13545 #include <netinet/in.h>
13546 #endif
13548 if test "x$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" = x""yes; then :
13550 cat >>confdefs.h <<_ACEOF
13551 #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
13552 _ACEOF
13558 ac_fn_c_check_member "$LINENO" "ns_msg" "_msg_ptr" "ac_cv_member_ns_msg__msg_ptr" "#ifdef HAVE_SYS_TYPES_H
13559 #include <sys/types.h>
13560 #endif
13561 #ifdef HAVE_NETINET_IN_H
13562 # include <netinet/in.h>
13563 #endif
13564 #ifdef HAVE_ARPA_NAMESER_H
13565 # include <arpa/nameser.h>
13566 #endif
13568 if test "x$ac_cv_member_ns_msg__msg_ptr" = x""yes; then :
13570 cat >>confdefs.h <<_ACEOF
13571 #define HAVE_NS_MSG__MSG_PTR 1
13572 _ACEOF
13578 ac_fn_c_check_member "$LINENO" "struct icmpstat" "icps_outhist" "ac_cv_member_struct_icmpstat_icps_outhist" "#ifdef HAVE_SYS_TYPES_H
13579 #include <sys/types.h>
13580 #endif
13581 #ifdef HAVE_ALIAS_H
13582 #include <alias.h>
13583 #endif
13584 #ifdef HAVE_SYS_SOCKET_H
13585 #include <sys/socket.h>
13586 #endif
13587 #ifdef HAVE_SYS_SOCKETVAR_H
13588 #include <sys/socketvar.h>
13589 #endif
13590 #ifdef HAVE_SYS_TIMEOUT_H
13591 #include <sys/timeout.h>
13592 #endif
13593 #ifdef HAVE_NETINET_IN_H
13594 #include <netinet/in.h>
13595 #endif
13596 #ifdef HAVE_NETINET_IN_SYSTM_H
13597 #include <netinet/in_systm.h>
13598 #endif
13599 #ifdef HAVE_NETINET_IP_H
13600 #include <netinet/ip.h>
13601 #endif
13602 #ifdef HAVE_NETINET_IP_VAR_H
13603 #include <netinet/ip_var.h>
13604 #endif
13605 #ifdef HAVE_NETINET_IP_ICMP_H
13606 #include <netinet/ip_icmp.h>
13607 #endif
13608 #ifdef HAVE_NETINET_ICMP_VAR
13609 #include <netinet/icmp_var.h>
13610 #endif
13612 if test "x$ac_cv_member_struct_icmpstat_icps_outhist" = x""yes; then :
13614 cat >>confdefs.h <<_ACEOF
13615 #define HAVE_STRUCT_ICMPSTAT_ICPS_OUTHIST 1
13616 _ACEOF
13622 ac_fn_c_check_member "$LINENO" "struct ifreq" "ifr_hwaddr" "ac_cv_member_struct_ifreq_ifr_hwaddr" "#ifdef HAVE_SYS_TYPES_H
13623 #include <sys/types.h>
13624 #endif
13625 #ifdef HAVE_NET_IF_H
13626 # include <net/if.h>
13627 #endif
13629 if test "x$ac_cv_member_struct_ifreq_ifr_hwaddr" = x""yes; then :
13631 cat >>confdefs.h <<_ACEOF
13632 #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
13633 _ACEOF
13639 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for timezone variable" >&5
13640 $as_echo_n "checking for timezone variable... " >&6; }
13641 if test "${ac_cv_have_timezone+set}" = set; then :
13642 $as_echo_n "(cached) " >&6
13643 else
13644 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13645 /* end confdefs.h. */
13646 #include <time.h>
13648 main ()
13650 timezone = 1
13652 return 0;
13654 _ACEOF
13655 if ac_fn_c_try_link "$LINENO"; then :
13656 ac_cv_have_timezone="yes"
13657 else
13658 ac_cv_have_timezone="no"
13660 rm -f core conftest.err conftest.$ac_objext \
13661 conftest$ac_exeext conftest.$ac_ext
13663 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_timezone" >&5
13664 $as_echo "$ac_cv_have_timezone" >&6; }
13665 if test "$ac_cv_have_timezone" = "yes"
13666 then
13668 $as_echo "#define HAVE_TIMEZONE 1" >>confdefs.h
13671 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for daylight variable" >&5
13672 $as_echo_n "checking for daylight variable... " >&6; }
13673 if test "${ac_cv_have_daylight+set}" = set; then :
13674 $as_echo_n "(cached) " >&6
13675 else
13676 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13677 /* end confdefs.h. */
13678 #include <time.h>
13680 main ()
13682 daylight = 1
13684 return 0;
13686 _ACEOF
13687 if ac_fn_c_try_link "$LINENO"; then :
13688 ac_cv_have_daylight="yes"
13689 else
13690 ac_cv_have_daylight="no"
13692 rm -f core conftest.err conftest.$ac_objext \
13693 conftest$ac_exeext conftest.$ac_ext
13695 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_daylight" >&5
13696 $as_echo "$ac_cv_have_daylight" >&6; }
13697 if test "$ac_cv_have_daylight" = "yes"
13698 then
13700 $as_echo "#define HAVE_DAYLIGHT 1" >>confdefs.h
13704 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isinf" >&5
13705 $as_echo_n "checking for isinf... " >&6; }
13706 if test "${ac_cv_have_isinf+set}" = set; then :
13707 $as_echo_n "(cached) " >&6
13708 else
13709 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13710 /* end confdefs.h. */
13711 #include <math.h>
13713 main ()
13715 float f = 0.0; int i=isinf(f)
13717 return 0;
13719 _ACEOF
13720 if ac_fn_c_try_link "$LINENO"; then :
13721 ac_cv_have_isinf="yes"
13722 else
13723 ac_cv_have_isinf="no"
13725 rm -f core conftest.err conftest.$ac_objext \
13726 conftest$ac_exeext conftest.$ac_ext
13728 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isinf" >&5
13729 $as_echo "$ac_cv_have_isinf" >&6; }
13730 if test "$ac_cv_have_isinf" = "yes"
13731 then
13733 $as_echo "#define HAVE_ISINF 1" >>confdefs.h
13737 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isnan" >&5
13738 $as_echo_n "checking for isnan... " >&6; }
13739 if test "${ac_cv_have_isnan+set}" = set; then :
13740 $as_echo_n "(cached) " >&6
13741 else
13742 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13743 /* end confdefs.h. */
13744 #include <math.h>
13746 main ()
13748 float f = 0.0; int i=isnan(f)
13750 return 0;
13752 _ACEOF
13753 if ac_fn_c_try_link "$LINENO"; then :
13754 ac_cv_have_isnan="yes"
13755 else
13756 ac_cv_have_isnan="no"
13758 rm -f core conftest.err conftest.$ac_objext \
13759 conftest$ac_exeext conftest.$ac_ext
13761 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isnan" >&5
13762 $as_echo "$ac_cv_have_isnan" >&6; }
13763 if test "$ac_cv_have_isnan" = "yes"
13764 then
13766 $as_echo "#define HAVE_ISNAN 1" >>confdefs.h
13771 case $host_cpu in
13772 *i[3456789]86*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __i386__" >&5
13773 $as_echo_n "checking whether we need to define __i386__... " >&6; }
13774 if test "${ac_cv_cpp_def___i386__+set}" = set; then :
13775 $as_echo_n "(cached) " >&6
13776 else
13777 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13778 /* end confdefs.h. */
13779 #ifndef __i386__
13781 #endif
13782 _ACEOF
13783 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13784 $EGREP "yes" >/dev/null 2>&1; then :
13785 ac_cv_cpp_def___i386__=yes
13786 else
13787 ac_cv_cpp_def___i386__=no
13789 rm -f conftest*
13792 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___i386__" >&5
13793 $as_echo "$ac_cv_cpp_def___i386__" >&6; }
13794 if test $ac_cv_cpp_def___i386__ = yes; then :
13795 CFLAGS="$CFLAGS -D__i386__"
13796 LINTFLAGS="$LINTFLAGS -D__i386__"
13797 fi ;;
13798 *x86_64*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __x86_64__" >&5
13799 $as_echo_n "checking whether we need to define __x86_64__... " >&6; }
13800 if test "${ac_cv_cpp_def___x86_64__+set}" = set; then :
13801 $as_echo_n "(cached) " >&6
13802 else
13803 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13804 /* end confdefs.h. */
13805 #ifndef __x86_64__
13807 #endif
13808 _ACEOF
13809 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13810 $EGREP "yes" >/dev/null 2>&1; then :
13811 ac_cv_cpp_def___x86_64__=yes
13812 else
13813 ac_cv_cpp_def___x86_64__=no
13815 rm -f conftest*
13818 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___x86_64__" >&5
13819 $as_echo "$ac_cv_cpp_def___x86_64__" >&6; }
13820 if test $ac_cv_cpp_def___x86_64__ = yes; then :
13821 CFLAGS="$CFLAGS -D__x86_64__"
13822 LINTFLAGS="$LINTFLAGS -D__x86_64__"
13823 fi ;;
13824 *alpha*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __ALPHA__" >&5
13825 $as_echo_n "checking whether we need to define __ALPHA__... " >&6; }
13826 if test "${ac_cv_cpp_def___ALPHA__+set}" = set; then :
13827 $as_echo_n "(cached) " >&6
13828 else
13829 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13830 /* end confdefs.h. */
13831 #ifndef __ALPHA__
13833 #endif
13834 _ACEOF
13835 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13836 $EGREP "yes" >/dev/null 2>&1; then :
13837 ac_cv_cpp_def___ALPHA__=yes
13838 else
13839 ac_cv_cpp_def___ALPHA__=no
13841 rm -f conftest*
13844 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___ALPHA__" >&5
13845 $as_echo "$ac_cv_cpp_def___ALPHA__" >&6; }
13846 if test $ac_cv_cpp_def___ALPHA__ = yes; then :
13847 CFLAGS="$CFLAGS -D__ALPHA__"
13848 LINTFLAGS="$LINTFLAGS -D__ALPHA__"
13849 fi ;;
13850 *sparc*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sparc__" >&5
13851 $as_echo_n "checking whether we need to define __sparc__... " >&6; }
13852 if test "${ac_cv_cpp_def___sparc__+set}" = set; then :
13853 $as_echo_n "(cached) " >&6
13854 else
13855 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13856 /* end confdefs.h. */
13857 #ifndef __sparc__
13859 #endif
13860 _ACEOF
13861 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13862 $EGREP "yes" >/dev/null 2>&1; then :
13863 ac_cv_cpp_def___sparc__=yes
13864 else
13865 ac_cv_cpp_def___sparc__=no
13867 rm -f conftest*
13870 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sparc__" >&5
13871 $as_echo "$ac_cv_cpp_def___sparc__" >&6; }
13872 if test $ac_cv_cpp_def___sparc__ = yes; then :
13873 CFLAGS="$CFLAGS -D__sparc__"
13874 LINTFLAGS="$LINTFLAGS -D__sparc__"
13875 fi ;;
13876 *powerpc*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __powerpc__" >&5
13877 $as_echo_n "checking whether we need to define __powerpc__... " >&6; }
13878 if test "${ac_cv_cpp_def___powerpc__+set}" = set; then :
13879 $as_echo_n "(cached) " >&6
13880 else
13881 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13882 /* end confdefs.h. */
13883 #ifndef __powerpc__
13885 #endif
13886 _ACEOF
13887 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13888 $EGREP "yes" >/dev/null 2>&1; then :
13889 ac_cv_cpp_def___powerpc__=yes
13890 else
13891 ac_cv_cpp_def___powerpc__=no
13893 rm -f conftest*
13896 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___powerpc__" >&5
13897 $as_echo "$ac_cv_cpp_def___powerpc__" >&6; }
13898 if test $ac_cv_cpp_def___powerpc__ = yes; then :
13899 CFLAGS="$CFLAGS -D__powerpc__"
13900 LINTFLAGS="$LINTFLAGS -D__powerpc__"
13901 fi ;;
13902 esac
13904 case $host_vendor in
13905 *sun*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sun__" >&5
13906 $as_echo_n "checking whether we need to define __sun__... " >&6; }
13907 if test "${ac_cv_cpp_def___sun__+set}" = set; then :
13908 $as_echo_n "(cached) " >&6
13909 else
13910 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13911 /* end confdefs.h. */
13912 #ifndef __sun__
13914 #endif
13915 _ACEOF
13916 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13917 $EGREP "yes" >/dev/null 2>&1; then :
13918 ac_cv_cpp_def___sun__=yes
13919 else
13920 ac_cv_cpp_def___sun__=no
13922 rm -f conftest*
13925 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sun__" >&5
13926 $as_echo "$ac_cv_cpp_def___sun__" >&6; }
13927 if test $ac_cv_cpp_def___sun__ = yes; then :
13928 CFLAGS="$CFLAGS -D__sun__"
13929 LINTFLAGS="$LINTFLAGS -D__sun__"
13930 fi ;;
13931 esac
13936 ac_config_commands="$ac_config_commands include/stamp-h"
13939 ALL_MAKEFILE_DEPENDS="
13940 # Rules automatically generated by configure
13942 .INIT: Makefile
13943 .BEGIN: Makefile
13944 .MAKEFILEDEPS:
13945 Makefile: Makefile.in Make.rules config.status
13946 @./config.status Make.tmp Makefile"
13948 ALL_WINETEST_DEPENDS="# Test binaries"
13950 ALL_TEST_BINARIES=""
13953 wine_fn_append_file ()
13955 as_fn_append $1 " \\$as_nl $2"
13958 wine_fn_append_rule ()
13960 as_fn_append $1 "$as_nl$2"
13963 wine_fn_all_dir_rules ()
13965 wine_fn_append_file ALL_DIRS $1
13966 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
13967 "__clean__ .PHONY: $1/__clean__
13968 $1/__clean__: $1/Makefile
13969 @cd $1 && \$(MAKE) clean
13970 \$(RM) $1/Makefile
13971 $1/Makefile: $1/Makefile.in config.status $2
13972 @./config.status --file $1/Makefile && cd $1 && \$(MAKE) depend
13973 depend .PHONY: $1/__depend__
13974 $1/__depend__: \$(MAKEDEP) dummy
13975 @./config.status --file $1/Makefile && cd $1 && \$(MAKE) depend"
13978 wine_fn_config_makefile ()
13980 ac_dir=$1
13981 ac_enable=$2
13982 wine_fn_all_dir_rules $ac_dir "Make.rules \$(MAKEDEP)"
13984 eval as_val=\$$ac_enable
13985 if test "x$as_val" = x""no; then :
13987 else
13988 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
13989 "all .PHONY: $ac_dir
13990 $ac_dir: $ac_dir/Makefile dummy
13991 @cd $ac_dir && \$(MAKE)
13992 install:: $ac_dir
13993 @cd $ac_dir && \$(MAKE) install
13994 install-lib:: $ac_dir
13995 @cd $ac_dir && \$(MAKE) install-lib
13996 install-dev:: $ac_dir
13997 @cd $ac_dir && \$(MAKE) install-dev
13998 uninstall:: $ac_dir/Makefile
13999 @cd $ac_dir && \$(MAKE) uninstall"
14003 wine_fn_config_lib ()
14005 ac_name=$1
14006 ac_dir=dlls/$ac_name
14007 wine_fn_all_dir_rules $ac_dir "dlls/Makeimplib.rules \$(MAKEDEP)"
14008 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14009 "all __builddeps__: $ac_dir
14010 __buildcrossdeps__: $ac_dir/lib$ac_name.cross.a
14011 $ac_dir $ac_dir/lib$ac_name.cross.a: $ac_dir/Makefile tools/widl tools/winebuild tools/winegcc include
14012 $ac_dir: dummy
14013 @cd $ac_dir && \$(MAKE)
14014 $ac_dir/lib$ac_name.cross.a: dummy
14015 @cd $ac_dir && \$(MAKE) lib$ac_name.cross.a
14016 install install-dev:: $ac_dir
14017 @cd $ac_dir && \$(MAKE) install
14018 uninstall:: $ac_dir/Makefile
14019 @cd $ac_dir && \$(MAKE) uninstall"
14022 wine_fn_config_dll ()
14024 ac_dir=$1
14025 ac_enable=$2
14026 ac_implib=$3
14027 ac_implibsrc=$4
14028 ac_file="dlls/$ac_dir/lib$ac_implib"
14029 ac_deps="tools/widl tools/winebuild tools/winegcc include"
14031 wine_fn_all_dir_rules dlls/$ac_dir "dlls/Makedll.rules \$(MAKEDEP)"
14033 eval as_val=\$$ac_enable
14034 if test "x$as_val" = x""no; then :
14035 test "$ac_enable" != enable_win16 || return 0
14036 else
14037 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14038 "all .PHONY: dlls/$ac_dir
14039 dlls/$ac_dir: dlls/$ac_dir/Makefile __builddeps__ dummy
14040 @cd dlls/$ac_dir && \$(MAKE)
14041 install:: dlls/$ac_dir/Makefile __builddeps__
14042 @cd dlls/$ac_dir && \$(MAKE) install
14043 install-lib:: dlls/$ac_dir/Makefile __builddeps__
14044 @cd dlls/$ac_dir && \$(MAKE) install-lib
14045 uninstall manpages htmlpages sgmlpages xmlpages:: dlls/$ac_dir/Makefile
14046 @cd dlls/$ac_dir && \$(MAKE) \$@"
14049 if test -n "$ac_implibsrc"
14050 then
14051 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14052 "__builddeps__: $ac_file.$IMPLIBEXT $ac_file.$STATIC_IMPLIBEXT
14053 __buildcrossdeps__: $ac_file.cross.a
14054 $ac_file.$IMPLIBEXT $ac_file.$STATIC_IMPLIBEXT $ac_file.cross.a: $ac_deps
14055 $ac_file.def: dlls/$ac_dir/$ac_dir.spec dlls/$ac_dir/Makefile
14056 @cd dlls/$ac_dir && \$(MAKE) \`basename \$@\`
14057 $ac_file.$STATIC_IMPLIBEXT $ac_file.cross.a: dlls/$ac_dir/Makefile dummy
14058 @cd dlls/$ac_dir && \$(MAKE) \`basename \$@\`
14059 install-dev:: dlls/$ac_dir/Makefile __builddeps__
14060 @cd dlls/$ac_dir && \$(MAKE) install-dev"
14061 elif test -n "$ac_implib"
14062 then
14063 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14064 "__builddeps__: $ac_file.$IMPLIBEXT
14065 __buildcrossdeps__: $ac_file.cross.a
14066 $ac_file.$IMPLIBEXT $ac_file.cross.a: dlls/$ac_dir/$ac_dir.spec dlls/$ac_dir/Makefile $ac_deps
14067 @cd dlls/$ac_dir && \$(MAKE) \`basename \$@\`
14068 install-dev:: dlls/$ac_dir/Makefile __builddeps__
14069 @cd dlls/$ac_dir && \$(MAKE) install-dev"
14071 if test "$ac_dir" != "$ac_implib"
14072 then
14073 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14074 "__builddeps__: dlls/lib$ac_implib.$IMPLIBEXT
14075 __buildcrossdeps__: dlls/lib$ac_implib.cross.a
14076 dlls/lib$ac_implib.$IMPLIBEXT: $ac_file.$IMPLIBEXT
14077 \$(RM) \$@ && \$(LN_S) $ac_dir/lib$ac_implib.$IMPLIBEXT \$@
14078 dlls/lib$ac_implib.cross.a: $ac_file.cross.a
14079 \$(RM) \$@ && \$(LN_S) $ac_dir/lib$ac_implib.cross.a \$@
14080 clean::
14081 \$(RM) dlls/lib$ac_implib.$IMPLIBEXT"
14086 wine_fn_config_program ()
14088 ac_dir=$1
14089 ac_enable=$2
14090 ac_install=$3
14091 wine_fn_all_dir_rules programs/$ac_dir "programs/Makeprog.rules \$(MAKEDEP)"
14093 eval as_val=\$$ac_enable
14094 if test "x$as_val" = x""no; then :
14096 else
14097 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14098 "all .PHONY: programs/$ac_dir
14099 programs/$ac_dir: programs/$ac_dir/Makefile __builddeps__ dummy
14100 @cd programs/$ac_dir && \$(MAKE)"
14102 test -n "$ac_install" || return
14103 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14104 "install install-lib:: programs/$ac_dir/Makefile __builddeps__
14105 @cd programs/$ac_dir && \$(MAKE) install
14106 uninstall:: programs/$ac_dir/Makefile
14107 @cd programs/$ac_dir && \$(MAKE) uninstall"
14108 if test "$ac_install" = installbin -a -n "$DLLEXT" -a "x$enable_tools" != xno
14109 then
14110 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14111 "install install-lib:: tools \$(DESTDIR)\$(bindir)
14112 \$(INSTALL_SCRIPT) tools/wineapploader \$(DESTDIR)\$(bindir)/$ac_dir
14113 uninstall::
14114 \$(RM) \$(DESTDIR)\$(bindir)/$ac_dir"
14119 wine_fn_config_test ()
14121 ac_dir=$1
14122 ac_name=$2
14123 wine_fn_append_file ALL_TEST_BINARIES $ac_name.exe
14124 wine_fn_append_rule ALL_WINETEST_DEPENDS \
14125 "$ac_name.exe: \$(TOPOBJDIR)/$ac_dir/$ac_name.exe$DLLEXT
14126 cp \$(TOPOBJDIR)/$ac_dir/$ac_name.exe$DLLEXT \$@ && \$(STRIP) \$@
14127 $ac_name.rc:
14128 echo \"$ac_name.exe TESTRES \\\"$ac_name.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
14129 $ac_name.res: $ac_name.rc $ac_name.exe"
14130 wine_fn_all_dir_rules $ac_dir "Maketest.rules \$(MAKEDEP)"
14132 if test "x$enable_tests" = x""no; then :
14134 else
14135 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14136 "all programs/winetest .PHONY: $ac_dir
14137 $ac_dir: $ac_dir/Makefile __builddeps__ dummy
14138 @cd $ac_dir && \$(MAKE)
14139 crosstest .PHONY: $ac_dir/__crosstest__
14140 $ac_dir/__crosstest__: $ac_dir/Makefile __buildcrossdeps__ dummy
14141 @cd $ac_dir && \$(MAKE) crosstest
14142 test .PHONY: $ac_dir/__test__
14143 $ac_dir/__test__: dummy
14144 @cd $ac_dir && \$(MAKE) test
14145 testclean::
14146 \$(RM) $ac_dir/*.ok"
14150 wine_fn_config_tool ()
14152 ac_dir=$1
14153 ac_deps="Make.rules"
14154 if test "$ac_dir" != tools
14155 then
14156 ac_deps="$ac_deps \$(MAKEDEP)"
14158 wine_fn_all_dir_rules $ac_dir "$ac_deps"
14160 if test "x$enable_tools" = x""no; then :
14162 else
14163 case $ac_dir in
14164 tools) wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14165 "install:: $ac_dir
14166 @cd $ac_dir && \$(MAKE) install
14167 install-lib:: $ac_dir
14168 @cd $ac_dir && \$(MAKE) install-lib
14169 install-dev:: $ac_dir
14170 @cd $ac_dir && \$(MAKE) install-dev" ;;
14171 *) wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14172 "install install-dev:: $ac_dir
14173 @cd $ac_dir && \$(MAKE) install" ;;
14174 esac
14175 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14176 "uninstall:: $ac_dir/Makefile
14177 @cd $ac_dir && \$(MAKE) uninstall
14178 all __tooldeps__ .PHONY: $ac_dir
14179 $ac_dir: $ac_dir/Makefile libs/port dummy
14180 @cd $ac_dir && \$(MAKE)"
14184 wine_fn_config_makerules ()
14186 ac_rules=$1
14187 ac_deps=$2
14188 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14189 "$ac_rules: $ac_rules.in $ac_deps config.status
14190 @./config.status $ac_rules
14191 distclean::
14192 \$(RM) $ac_rules"
14195 wine_fn_config_symlink ()
14197 ac_link=$1
14198 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14199 "$ac_link:
14200 @./config.status $ac_link
14201 distclean::
14202 \$(RM) $ac_link"
14204 ac_config_links="$ac_config_links dlls/wineps.drv/generic.ppd:dlls/wineps.drv/generic.ppd"
14205 test "$srcdir" = "." || wine_fn_config_symlink dlls/wineps.drv/generic.ppd
14206 if test "x$enable_fonts" != xno; then
14207 ac_config_links="$ac_config_links fonts/marlett.ttf:fonts/marlett.ttf"
14208 test "$srcdir" = "." || wine_fn_config_symlink fonts/marlett.ttf
14210 if test "x$enable_fonts" != xno; then
14211 ac_config_links="$ac_config_links fonts/symbol.ttf:fonts/symbol.ttf"
14212 test "$srcdir" = "." || wine_fn_config_symlink fonts/symbol.ttf
14214 if test "x$enable_fonts" != xno; then
14215 ac_config_links="$ac_config_links fonts/tahoma.ttf:fonts/tahoma.ttf"
14216 test "$srcdir" = "." || wine_fn_config_symlink fonts/tahoma.ttf
14218 if test "x$enable_fonts" != xno; then
14219 ac_config_links="$ac_config_links fonts/tahomabd.ttf:fonts/tahomabd.ttf"
14220 test "$srcdir" = "." || wine_fn_config_symlink fonts/tahomabd.ttf
14222 ac_config_links="$ac_config_links wine:tools/winewrapper"
14223 wine_fn_config_symlink wine
14225 ac_config_commands="$ac_config_commands dlls/gdi32/enhmfdrv"
14227 ac_config_commands="$ac_config_commands dlls/gdi32/mfdrv"
14229 ac_config_commands="$ac_config_commands dlls/kernel32/nls"
14231 ac_config_commands="$ac_config_commands dlls/user32/resources"
14233 ac_config_commands="$ac_config_commands dlls/wineps.drv/data"
14235 ac_config_commands="$ac_config_commands include/wine"
14238 wine_fn_config_makerules Make.rules
14239 MAKE_RULES=Make.rules
14240 ac_config_files="$ac_config_files Make.rules"
14242 wine_fn_config_makerules Maketest.rules Make.rules
14243 MAKE_TEST_RULES=Maketest.rules
14244 ac_config_files="$ac_config_files Maketest.rules"
14246 wine_fn_config_makerules dlls/Makedll.rules Make.rules
14247 MAKE_DLL_RULES=dlls/Makedll.rules
14248 ac_config_files="$ac_config_files dlls/Makedll.rules"
14250 wine_fn_config_makerules dlls/Makeimplib.rules Make.rules
14251 MAKE_IMPLIB_RULES=dlls/Makeimplib.rules
14252 ac_config_files="$ac_config_files dlls/Makeimplib.rules"
14254 wine_fn_config_makerules programs/Makeprog.rules Make.rules
14255 MAKE_PROG_RULES=programs/Makeprog.rules
14256 ac_config_files="$ac_config_files programs/Makeprog.rules"
14259 wine_fn_config_dll acledit enable_acledit
14260 wine_fn_config_dll aclui enable_aclui aclui
14261 wine_fn_config_dll activeds enable_activeds activeds
14262 wine_fn_config_dll actxprxy enable_actxprxy
14263 wine_fn_config_lib adsiid
14264 wine_fn_config_dll advapi32 enable_advapi32 advapi32
14265 wine_fn_config_test dlls/advapi32/tests advapi32_test
14266 wine_fn_config_dll advpack enable_advpack advpack
14267 wine_fn_config_test dlls/advpack/tests advpack_test
14268 wine_fn_config_dll amstream enable_amstream
14269 wine_fn_config_test dlls/amstream/tests amstream_test
14270 wine_fn_config_dll appwiz.cpl enable_appwiz_cpl
14271 wine_fn_config_dll atl enable_atl atl
14272 wine_fn_config_dll authz enable_authz
14273 wine_fn_config_dll avicap32 enable_avicap32 avicap32
14274 wine_fn_config_dll avifil32 enable_avifil32 avifil32
14275 wine_fn_config_test dlls/avifil32/tests avifil32_test
14276 wine_fn_config_dll avifile.dll16 enable_win16
14277 wine_fn_config_dll avrt enable_avrt avrt
14278 wine_fn_config_dll bcrypt enable_bcrypt
14279 wine_fn_config_dll browseui enable_browseui
14280 wine_fn_config_test dlls/browseui/tests browseui_test
14281 wine_fn_config_dll cabinet enable_cabinet cabinet
14282 wine_fn_config_test dlls/cabinet/tests cabinet_test
14283 wine_fn_config_dll capi2032 enable_capi2032 capi2032
14284 wine_fn_config_dll cards enable_cards cards
14285 wine_fn_config_dll cfgmgr32 enable_cfgmgr32 cfgmgr32
14286 wine_fn_config_dll clusapi enable_clusapi clusapi
14287 wine_fn_config_dll comcat enable_comcat
14288 wine_fn_config_test dlls/comcat/tests comcat_test
14289 wine_fn_config_dll comctl32 enable_comctl32 comctl32
14290 wine_fn_config_test dlls/comctl32/tests comctl32_test
14291 wine_fn_config_dll comdlg32 enable_comdlg32 comdlg32
14292 wine_fn_config_test dlls/comdlg32/tests comdlg32_test
14293 wine_fn_config_dll comm.drv16 enable_win16
14294 wine_fn_config_dll commdlg.dll16 enable_win16
14295 wine_fn_config_dll compobj.dll16 enable_win16
14296 wine_fn_config_dll compstui enable_compstui compstui
14297 wine_fn_config_dll credui enable_credui credui
14298 wine_fn_config_test dlls/credui/tests credui_test
14299 wine_fn_config_dll crtdll enable_crtdll crtdll
14300 wine_fn_config_dll crypt32 enable_crypt32 crypt32
14301 wine_fn_config_test dlls/crypt32/tests crypt32_test
14302 wine_fn_config_dll cryptdlg enable_cryptdlg
14303 wine_fn_config_dll cryptdll enable_cryptdll cryptdll
14304 wine_fn_config_dll cryptnet enable_cryptnet cryptnet
14305 wine_fn_config_test dlls/cryptnet/tests cryptnet_test
14306 wine_fn_config_dll cryptui enable_cryptui cryptui
14307 wine_fn_config_test dlls/cryptui/tests cryptui_test
14308 wine_fn_config_dll ctapi32 enable_ctapi32
14309 wine_fn_config_dll ctl3d.dll16 enable_win16
14310 wine_fn_config_dll ctl3d32 enable_ctl3d32 ctl3d32
14311 wine_fn_config_dll ctl3dv2.dll16 enable_win16
14312 wine_fn_config_dll d3d10 enable_d3d10 d3d10
14313 wine_fn_config_test dlls/d3d10/tests d3d10_test
14314 wine_fn_config_dll d3d10core enable_d3d10core d3d10core
14315 wine_fn_config_test dlls/d3d10core/tests d3d10core_test
14316 wine_fn_config_dll d3d8 enable_d3d8 d3d8
14317 wine_fn_config_test dlls/d3d8/tests d3d8_test
14318 wine_fn_config_dll d3d9 enable_d3d9 d3d9
14319 wine_fn_config_test dlls/d3d9/tests d3d9_test
14320 wine_fn_config_dll d3dim enable_d3dim d3dim
14321 wine_fn_config_dll d3drm enable_d3drm d3drm
14322 wine_fn_config_test dlls/d3drm/tests d3drm_test
14323 wine_fn_config_dll d3dx9_24 enable_d3dx9_24
14324 wine_fn_config_dll d3dx9_25 enable_d3dx9_25
14325 wine_fn_config_dll d3dx9_26 enable_d3dx9_26
14326 wine_fn_config_dll d3dx9_27 enable_d3dx9_27
14327 wine_fn_config_dll d3dx9_28 enable_d3dx9_28
14328 wine_fn_config_dll d3dx9_29 enable_d3dx9_29
14329 wine_fn_config_dll d3dx9_30 enable_d3dx9_30
14330 wine_fn_config_dll d3dx9_31 enable_d3dx9_31
14331 wine_fn_config_dll d3dx9_32 enable_d3dx9_32
14332 wine_fn_config_dll d3dx9_33 enable_d3dx9_33
14333 wine_fn_config_dll d3dx9_34 enable_d3dx9_34
14334 wine_fn_config_dll d3dx9_35 enable_d3dx9_35
14335 wine_fn_config_dll d3dx9_36 enable_d3dx9_36 d3dx9
14336 wine_fn_config_test dlls/d3dx9_36/tests d3dx9_36_test
14337 wine_fn_config_dll d3dx9_37 enable_d3dx9_37
14338 wine_fn_config_dll d3dx9_38 enable_d3dx9_38
14339 wine_fn_config_dll d3dx9_39 enable_d3dx9_39
14340 wine_fn_config_dll d3dx9_40 enable_d3dx9_40
14341 wine_fn_config_dll d3dx9_41 enable_d3dx9_41
14342 wine_fn_config_dll d3dx9_42 enable_d3dx9_42
14343 wine_fn_config_dll d3dxof enable_d3dxof d3dxof
14344 wine_fn_config_test dlls/d3dxof/tests d3dxof_test
14345 wine_fn_config_dll dbghelp enable_dbghelp dbghelp
14346 wine_fn_config_dll dciman32 enable_dciman32 dciman32
14347 wine_fn_config_dll ddeml.dll16 enable_win16
14348 wine_fn_config_dll ddraw enable_ddraw ddraw
14349 wine_fn_config_test dlls/ddraw/tests ddraw_test
14350 wine_fn_config_dll ddrawex enable_ddrawex
14351 wine_fn_config_test dlls/ddrawex/tests ddrawex_test
14352 wine_fn_config_dll devenum enable_devenum
14353 wine_fn_config_dll dinput enable_dinput dinput "data_formats.c"
14354 wine_fn_config_test dlls/dinput/tests dinput_test
14355 wine_fn_config_dll dinput8 enable_dinput8 dinput8
14356 wine_fn_config_dll dispdib.dll16 enable_win16
14357 wine_fn_config_dll dispex enable_dispex
14358 wine_fn_config_test dlls/dispex/tests dispex_test
14359 wine_fn_config_dll display.drv16 enable_win16
14360 wine_fn_config_dll dmband enable_dmband
14361 wine_fn_config_dll dmcompos enable_dmcompos
14362 wine_fn_config_dll dmime enable_dmime
14363 wine_fn_config_dll dmloader enable_dmloader
14364 wine_fn_config_test dlls/dmloader/tests dmloader_test
14365 wine_fn_config_dll dmscript enable_dmscript
14366 wine_fn_config_dll dmstyle enable_dmstyle
14367 wine_fn_config_dll dmsynth enable_dmsynth
14368 wine_fn_config_dll dmusic enable_dmusic
14369 wine_fn_config_dll dmusic32 enable_dmusic32 dmusic32
14370 wine_fn_config_dll dnsapi enable_dnsapi dnsapi
14371 wine_fn_config_test dlls/dnsapi/tests dnsapi_test
14372 wine_fn_config_dll dplay enable_dplay dplay
14373 wine_fn_config_dll dplayx enable_dplayx dplayx
14374 wine_fn_config_test dlls/dplayx/tests dplayx_test
14375 wine_fn_config_dll dpnaddr enable_dpnaddr
14376 wine_fn_config_dll dpnet enable_dpnet dpnet
14377 wine_fn_config_dll dpnhpast enable_dpnhpast
14378 wine_fn_config_dll dpnlobby enable_dpnlobby
14379 wine_fn_config_dll dpwsockx enable_dpwsockx
14380 wine_fn_config_dll drmclien enable_drmclien
14381 wine_fn_config_dll dsound enable_dsound dsound
14382 wine_fn_config_test dlls/dsound/tests dsound_test
14383 wine_fn_config_dll dssenh enable_dssenh
14384 wine_fn_config_dll dswave enable_dswave
14385 wine_fn_config_dll dwmapi enable_dwmapi dwmapi
14386 wine_fn_config_dll dxdiagn enable_dxdiagn
14387 wine_fn_config_test dlls/dxdiagn/tests dxdiagn_test
14388 wine_fn_config_lib dxerr8
14389 wine_fn_config_lib dxerr9
14390 wine_fn_config_dll dxgi enable_dxgi dxgi
14391 wine_fn_config_test dlls/dxgi/tests dxgi_test
14392 wine_fn_config_lib dxguid
14393 wine_fn_config_dll faultrep enable_faultrep
14394 wine_fn_config_dll fltlib enable_fltlib
14395 wine_fn_config_dll fusion enable_fusion
14396 wine_fn_config_test dlls/fusion/tests fusion_test
14397 wine_fn_config_dll fwpuclnt enable_fwpuclnt
14398 wine_fn_config_dll gdi.exe16 enable_win16
14399 wine_fn_config_dll gdi32 enable_gdi32 gdi32
14400 wine_fn_config_test dlls/gdi32/tests gdi32_test
14401 wine_fn_config_dll gdiplus enable_gdiplus gdiplus
14402 wine_fn_config_test dlls/gdiplus/tests gdiplus_test
14403 wine_fn_config_dll glu32 enable_glu32 glu32
14404 wine_fn_config_dll gphoto2.ds enable_gphoto2_ds
14405 wine_fn_config_dll gpkcsp enable_gpkcsp
14406 wine_fn_config_dll hal enable_hal
14407 wine_fn_config_dll hhctrl.ocx enable_hhctrl_ocx
14408 wine_fn_config_dll hid enable_hid hid
14409 wine_fn_config_dll hlink enable_hlink hlink
14410 wine_fn_config_test dlls/hlink/tests hlink_test
14411 wine_fn_config_dll hnetcfg enable_hnetcfg
14412 wine_fn_config_dll httpapi enable_httpapi
14413 wine_fn_config_dll iccvid enable_iccvid
14414 wine_fn_config_dll icmp enable_icmp
14415 wine_fn_config_dll ifsmgr.vxd enable_win16
14416 wine_fn_config_dll imaadp32.acm enable_imaadp32_acm
14417 wine_fn_config_dll imagehlp enable_imagehlp imagehlp
14418 wine_fn_config_test dlls/imagehlp/tests imagehlp_test
14419 wine_fn_config_dll imm.dll16 enable_win16
14420 wine_fn_config_dll imm32 enable_imm32 imm32
14421 wine_fn_config_test dlls/imm32/tests imm32_test
14422 wine_fn_config_dll inetcomm enable_inetcomm inetcomm
14423 wine_fn_config_test dlls/inetcomm/tests inetcomm_test
14424 wine_fn_config_dll inetmib1 enable_inetmib1
14425 wine_fn_config_test dlls/inetmib1/tests inetmib1_test
14426 wine_fn_config_dll infosoft enable_infosoft
14427 wine_fn_config_test dlls/infosoft/tests infosoft_test
14428 wine_fn_config_dll initpki enable_initpki
14429 wine_fn_config_dll inkobj enable_inkobj
14430 wine_fn_config_dll inseng enable_inseng
14431 wine_fn_config_dll iphlpapi enable_iphlpapi iphlpapi
14432 wine_fn_config_test dlls/iphlpapi/tests iphlpapi_test
14433 wine_fn_config_dll itircl enable_itircl
14434 wine_fn_config_dll itss enable_itss
14435 wine_fn_config_test dlls/itss/tests itss_test
14436 wine_fn_config_dll jscript enable_jscript
14437 wine_fn_config_test dlls/jscript/tests jscript_test
14438 wine_fn_config_dll kernel32 enable_kernel32 kernel32
14439 wine_fn_config_test dlls/kernel32/tests kernel32_test
14440 wine_fn_config_dll keyboard.drv16 enable_win16
14441 wine_fn_config_dll krnl386.exe16 enable_win16 kernel
14442 wine_fn_config_dll loadperf enable_loadperf loadperf
14443 wine_fn_config_dll localspl enable_localspl
14444 wine_fn_config_test dlls/localspl/tests localspl_test
14445 wine_fn_config_dll localui enable_localui
14446 wine_fn_config_test dlls/localui/tests localui_test
14447 wine_fn_config_dll lz32 enable_lz32 lz32
14448 wine_fn_config_test dlls/lz32/tests lz32_test
14449 wine_fn_config_dll lzexpand.dll16 enable_win16
14450 wine_fn_config_dll mapi32 enable_mapi32 mapi32
14451 wine_fn_config_test dlls/mapi32/tests mapi32_test
14452 wine_fn_config_dll mapistub enable_mapistub
14453 wine_fn_config_dll mciavi32 enable_mciavi32
14454 wine_fn_config_dll mcicda enable_mcicda
14455 wine_fn_config_dll mciqtz32 enable_mciqtz32
14456 wine_fn_config_dll mciseq enable_mciseq
14457 wine_fn_config_dll mciwave enable_mciwave
14458 wine_fn_config_dll midimap enable_midimap
14459 wine_fn_config_dll mlang enable_mlang mlang
14460 wine_fn_config_test dlls/mlang/tests mlang_test
14461 wine_fn_config_dll mmdevapi enable_mmdevapi
14462 wine_fn_config_test dlls/mmdevapi/tests mmdevapi_test
14463 wine_fn_config_dll mmdevldr.vxd enable_win16
14464 wine_fn_config_dll mmsystem.dll16 enable_win16
14465 wine_fn_config_dll monodebg.vxd enable_win16
14466 wine_fn_config_dll mountmgr.sys enable_mountmgr_sys
14467 wine_fn_config_dll mouse.drv16 enable_win16
14468 wine_fn_config_dll mpr enable_mpr mpr
14469 wine_fn_config_dll mprapi enable_mprapi mprapi
14470 wine_fn_config_dll msacm.dll16 enable_win16
14471 wine_fn_config_dll msacm32.drv enable_msacm32_drv
14472 wine_fn_config_dll msacm32 enable_msacm32 msacm32
14473 wine_fn_config_test dlls/msacm32/tests msacm32_test
14474 wine_fn_config_dll msadp32.acm enable_msadp32_acm
14475 wine_fn_config_dll mscat32 enable_mscat32
14476 wine_fn_config_dll mscms enable_mscms mscms
14477 wine_fn_config_test dlls/mscms/tests mscms_test
14478 wine_fn_config_dll mscoree enable_mscoree
14479 wine_fn_config_dll msctf enable_msctf
14480 wine_fn_config_test dlls/msctf/tests msctf_test
14481 wine_fn_config_dll msdaps enable_msdaps
14482 wine_fn_config_dll msdmo enable_msdmo msdmo
14483 wine_fn_config_dll msftedit enable_msftedit
14484 wine_fn_config_dll msg711.acm enable_msg711_acm
14485 wine_fn_config_dll msgsm32.acm enable_msgsm32_acm
14486 wine_fn_config_dll mshtml.tlb enable_mshtml_tlb
14487 wine_fn_config_dll mshtml enable_mshtml mshtml
14488 wine_fn_config_test dlls/mshtml/tests mshtml_test
14489 wine_fn_config_dll msi enable_msi msi
14490 wine_fn_config_test dlls/msi/tests msi_test
14491 wine_fn_config_dll msimg32 enable_msimg32 msimg32
14492 wine_fn_config_dll msimtf enable_msimtf
14493 wine_fn_config_dll msisip enable_msisip
14494 wine_fn_config_dll msisys.ocx enable_msisys_ocx
14495 wine_fn_config_dll msnet32 enable_msnet32
14496 wine_fn_config_dll msrle32 enable_msrle32
14497 wine_fn_config_dll mssign32 enable_mssign32
14498 wine_fn_config_dll mssip32 enable_mssip32
14499 wine_fn_config_dll mstask enable_mstask
14500 wine_fn_config_test dlls/mstask/tests mstask_test
14501 wine_fn_config_dll msvcirt enable_msvcirt
14502 wine_fn_config_dll msvcr70 enable_msvcr70 msvcr70
14503 wine_fn_config_dll msvcr71 enable_msvcr71 msvcr71
14504 wine_fn_config_dll msvcr80 enable_msvcr80
14505 wine_fn_config_dll msvcr90 enable_msvcr90
14506 wine_fn_config_test dlls/msvcr90/tests msvcr90_test
14507 wine_fn_config_dll msvcrt enable_msvcrt msvcrt
14508 wine_fn_config_test dlls/msvcrt/tests msvcrt_test
14509 wine_fn_config_dll msvcrt20 enable_msvcrt20 msvcrt20
14510 wine_fn_config_dll msvcrt40 enable_msvcrt40 msvcrt40
14511 wine_fn_config_dll msvcrtd enable_msvcrtd msvcrtd
14512 wine_fn_config_test dlls/msvcrtd/tests msvcrtd_test
14513 wine_fn_config_dll msvfw32 enable_msvfw32 msvfw32
14514 wine_fn_config_test dlls/msvfw32/tests msvfw32_test
14515 wine_fn_config_dll msvidc32 enable_msvidc32
14516 wine_fn_config_dll msvideo.dll16 enable_win16
14517 wine_fn_config_dll mswsock enable_mswsock mswsock
14518 wine_fn_config_dll msxml3 enable_msxml3
14519 wine_fn_config_test dlls/msxml3/tests msxml3_test
14520 wine_fn_config_dll msxml4 enable_msxml4
14521 wine_fn_config_dll nddeapi enable_nddeapi nddeapi
14522 wine_fn_config_dll netapi32 enable_netapi32 netapi32
14523 wine_fn_config_test dlls/netapi32/tests netapi32_test
14524 wine_fn_config_dll newdev enable_newdev newdev
14525 wine_fn_config_dll ntdll enable_ntdll ntdll
14526 wine_fn_config_test dlls/ntdll/tests ntdll_test
14527 wine_fn_config_dll ntdsapi enable_ntdsapi ntdsapi
14528 wine_fn_config_test dlls/ntdsapi/tests ntdsapi_test
14529 wine_fn_config_dll ntoskrnl.exe enable_ntoskrnl_exe ntoskrnl.exe
14530 wine_fn_config_dll ntprint enable_ntprint
14531 wine_fn_config_test dlls/ntprint/tests ntprint_test
14532 wine_fn_config_dll objsel enable_objsel
14533 wine_fn_config_dll odbc32 enable_odbc32 odbc32
14534 wine_fn_config_dll odbccp32 enable_odbccp32 odbccp32
14535 wine_fn_config_test dlls/odbccp32/tests odbccp32_test
14536 wine_fn_config_dll ole2.dll16 enable_win16
14537 wine_fn_config_dll ole2conv.dll16 enable_win16
14538 wine_fn_config_dll ole2disp.dll16 enable_win16
14539 wine_fn_config_dll ole2nls.dll16 enable_win16
14540 wine_fn_config_dll ole2prox.dll16 enable_win16
14541 wine_fn_config_dll ole2thk.dll16 enable_win16
14542 wine_fn_config_dll ole32 enable_ole32 ole32
14543 wine_fn_config_test dlls/ole32/tests ole32_test
14544 wine_fn_config_dll oleacc enable_oleacc oleacc
14545 wine_fn_config_test dlls/oleacc/tests oleacc_test
14546 wine_fn_config_dll oleaut32 enable_oleaut32 oleaut32
14547 wine_fn_config_test dlls/oleaut32/tests oleaut32_test
14548 wine_fn_config_dll olecli.dll16 enable_win16
14549 wine_fn_config_dll olecli32 enable_olecli32 olecli32
14550 wine_fn_config_dll oledb32 enable_oledb32
14551 wine_fn_config_test dlls/oledb32/tests oledb32_test
14552 wine_fn_config_dll oledlg enable_oledlg oledlg
14553 wine_fn_config_dll olepro32 enable_olepro32 olepro32
14554 wine_fn_config_dll olesvr.dll16 enable_win16
14555 wine_fn_config_dll olesvr32 enable_olesvr32 olesvr32
14556 wine_fn_config_dll olethk32 enable_olethk32
14557 wine_fn_config_dll openal32 enable_openal32
14558 wine_fn_config_dll opengl32 enable_opengl32 opengl32
14559 wine_fn_config_test dlls/opengl32/tests opengl32_test
14560 wine_fn_config_dll pdh enable_pdh pdh
14561 wine_fn_config_test dlls/pdh/tests pdh_test
14562 wine_fn_config_dll pidgen enable_pidgen
14563 wine_fn_config_dll powrprof enable_powrprof powrprof
14564 wine_fn_config_dll printui enable_printui
14565 wine_fn_config_dll propsys enable_propsys
14566 wine_fn_config_dll psapi enable_psapi psapi
14567 wine_fn_config_test dlls/psapi/tests psapi_test
14568 wine_fn_config_dll pstorec enable_pstorec
14569 wine_fn_config_dll qcap enable_qcap
14570 wine_fn_config_dll qedit enable_qedit
14571 wine_fn_config_test dlls/qedit/tests qedit_test
14572 wine_fn_config_dll qmgr enable_qmgr
14573 wine_fn_config_test dlls/qmgr/tests qmgr_test
14574 wine_fn_config_dll qmgrprxy enable_qmgrprxy
14575 wine_fn_config_dll quartz enable_quartz quartz
14576 wine_fn_config_test dlls/quartz/tests quartz_test
14577 wine_fn_config_dll query enable_query
14578 wine_fn_config_dll rasapi16.dll16 enable_win16
14579 wine_fn_config_dll rasapi32 enable_rasapi32 rasapi32
14580 wine_fn_config_test dlls/rasapi32/tests rasapi32_test
14581 wine_fn_config_dll rasdlg enable_rasdlg rasdlg
14582 wine_fn_config_dll resutils enable_resutils resutils
14583 wine_fn_config_dll riched20 enable_riched20 riched20
14584 wine_fn_config_test dlls/riched20/tests riched20_test
14585 wine_fn_config_dll riched32 enable_riched32
14586 wine_fn_config_test dlls/riched32/tests riched32_test
14587 wine_fn_config_dll rpcrt4 enable_rpcrt4 rpcrt4
14588 wine_fn_config_test dlls/rpcrt4/tests rpcrt4_test
14589 wine_fn_config_dll rsabase enable_rsabase
14590 wine_fn_config_dll rsaenh enable_rsaenh rsaenh
14591 wine_fn_config_test dlls/rsaenh/tests rsaenh_test
14592 wine_fn_config_dll rtutils enable_rtutils rtutils
14593 wine_fn_config_dll sane.ds enable_sane_ds
14594 wine_fn_config_dll sccbase enable_sccbase
14595 wine_fn_config_dll schannel enable_schannel
14596 wine_fn_config_test dlls/schannel/tests schannel_test
14597 wine_fn_config_dll secur32 enable_secur32 secur32
14598 wine_fn_config_test dlls/secur32/tests secur32_test
14599 wine_fn_config_dll security enable_security
14600 wine_fn_config_dll sensapi enable_sensapi sensapi
14601 wine_fn_config_dll serialui enable_serialui serialui
14602 wine_fn_config_test dlls/serialui/tests serialui_test
14603 wine_fn_config_dll setupapi enable_setupapi setupapi
14604 wine_fn_config_test dlls/setupapi/tests setupapi_test
14605 wine_fn_config_dll setupx.dll16 enable_win16
14606 wine_fn_config_dll sfc enable_sfc sfc
14607 wine_fn_config_dll sfc_os enable_sfc_os sfc_os
14608 wine_fn_config_dll shdoclc enable_shdoclc
14609 wine_fn_config_dll shdocvw enable_shdocvw shdocvw
14610 wine_fn_config_test dlls/shdocvw/tests shdocvw_test
14611 wine_fn_config_dll shell.dll16 enable_win16
14612 wine_fn_config_dll shell32 enable_shell32 shell32
14613 wine_fn_config_test dlls/shell32/tests shell32_test
14614 wine_fn_config_dll shfolder enable_shfolder shfolder
14615 wine_fn_config_dll shlwapi enable_shlwapi shlwapi
14616 wine_fn_config_test dlls/shlwapi/tests shlwapi_test
14617 wine_fn_config_dll slbcsp enable_slbcsp
14618 wine_fn_config_dll slc enable_slc slc
14619 wine_fn_config_dll snmpapi enable_snmpapi snmpapi
14620 wine_fn_config_test dlls/snmpapi/tests snmpapi_test
14621 wine_fn_config_dll softpub enable_softpub
14622 wine_fn_config_dll sound.drv16 enable_win16
14623 wine_fn_config_dll spoolss enable_spoolss spoolss
14624 wine_fn_config_test dlls/spoolss/tests spoolss_test
14625 wine_fn_config_dll stdole2.tlb enable_stdole2_tlb
14626 wine_fn_config_dll stdole32.tlb enable_stdole32_tlb
14627 wine_fn_config_dll sti enable_sti sti
14628 wine_fn_config_test dlls/sti/tests sti_test
14629 wine_fn_config_dll storage.dll16 enable_win16
14630 wine_fn_config_dll stress.dll16 enable_win16
14631 wine_fn_config_lib strmiids
14632 wine_fn_config_dll svrapi enable_svrapi
14633 wine_fn_config_dll sxs enable_sxs
14634 wine_fn_config_dll system.drv16 enable_win16
14635 wine_fn_config_dll t2embed enable_t2embed
14636 wine_fn_config_dll tapi32 enable_tapi32 tapi32
14637 wine_fn_config_dll toolhelp.dll16 enable_win16
14638 wine_fn_config_dll traffic enable_traffic
14639 wine_fn_config_dll twain.dll16 enable_win16
14640 wine_fn_config_dll twain_32 enable_twain_32
14641 wine_fn_config_test dlls/twain_32/tests twain_32_test
14642 wine_fn_config_dll typelib.dll16 enable_win16
14643 wine_fn_config_dll unicows enable_unicows unicows
14644 wine_fn_config_dll updspapi enable_updspapi
14645 wine_fn_config_dll url enable_url url
14646 wine_fn_config_dll urlmon enable_urlmon urlmon
14647 wine_fn_config_test dlls/urlmon/tests urlmon_test
14648 wine_fn_config_dll usbd.sys enable_usbd_sys usbd.sys
14649 wine_fn_config_dll user.exe16 enable_win16
14650 wine_fn_config_dll user32 enable_user32 user32
14651 wine_fn_config_test dlls/user32/tests user32_test
14652 wine_fn_config_dll userenv enable_userenv userenv
14653 wine_fn_config_test dlls/userenv/tests userenv_test
14654 wine_fn_config_dll usp10 enable_usp10 usp10
14655 wine_fn_config_test dlls/usp10/tests usp10_test
14656 wine_fn_config_lib uuid
14657 wine_fn_config_dll uxtheme enable_uxtheme uxtheme
14658 wine_fn_config_test dlls/uxtheme/tests uxtheme_test
14659 wine_fn_config_dll vdhcp.vxd enable_win16
14660 wine_fn_config_dll vdmdbg enable_vdmdbg vdmdbg
14661 wine_fn_config_dll ver.dll16 enable_win16
14662 wine_fn_config_dll version enable_version version
14663 wine_fn_config_test dlls/version/tests version_test
14664 wine_fn_config_dll vmm.vxd enable_win16
14665 wine_fn_config_dll vnbt.vxd enable_win16
14666 wine_fn_config_dll vnetbios.vxd enable_win16
14667 wine_fn_config_dll vtdapi.vxd enable_win16
14668 wine_fn_config_dll vwin32.vxd enable_win16
14669 wine_fn_config_dll w32skrnl enable_win16
14670 wine_fn_config_dll w32sys.dll16 enable_win16
14671 wine_fn_config_dll wbemprox enable_wbemprox
14672 wine_fn_config_dll wiaservc enable_wiaservc
14673 wine_fn_config_dll win32s16.dll16 enable_win16
14674 wine_fn_config_dll win87em.dll16 enable_win16
14675 wine_fn_config_dll winaspi.dll16 enable_win16
14676 wine_fn_config_dll windebug.dll16 enable_win16
14677 wine_fn_config_dll windowscodecs enable_windowscodecs windowscodecs
14678 wine_fn_config_test dlls/windowscodecs/tests windowscodecs_test
14679 wine_fn_config_dll winealsa.drv enable_winealsa_drv
14680 wine_fn_config_dll wineaudioio.drv enable_wineaudioio_drv
14681 wine_fn_config_dll winecoreaudio.drv enable_winecoreaudio_drv
14682 wine_fn_config_lib winecrt0
14683 wine_fn_config_dll wined3d enable_wined3d wined3d
14684 wine_fn_config_dll wineesd.drv enable_wineesd_drv
14685 wine_fn_config_dll winejack.drv enable_winejack_drv
14686 wine_fn_config_dll winejoystick.drv enable_winejoystick_drv
14687 wine_fn_config_dll winemapi enable_winemapi
14688 wine_fn_config_dll winemp3.acm enable_winemp3_acm
14689 wine_fn_config_dll winenas.drv enable_winenas_drv
14690 wine_fn_config_dll wineoss.drv enable_wineoss_drv
14691 wine_fn_config_dll wineps.drv enable_wineps_drv
14692 wine_fn_config_dll wineps16.drv16 enable_win16
14693 wine_fn_config_dll winequartz.drv enable_winequartz_drv
14694 wine_fn_config_dll winex11.drv enable_winex11_drv
14695 wine_fn_config_dll wing.dll16 enable_win16
14696 wine_fn_config_dll wing32 enable_wing32
14697 wine_fn_config_dll winhttp enable_winhttp winhttp
14698 wine_fn_config_test dlls/winhttp/tests winhttp_test
14699 wine_fn_config_dll wininet enable_wininet wininet
14700 wine_fn_config_test dlls/wininet/tests wininet_test
14701 wine_fn_config_dll winmm enable_winmm winmm
14702 wine_fn_config_test dlls/winmm/tests winmm_test
14703 wine_fn_config_dll winnls.dll16 enable_win16
14704 wine_fn_config_dll winnls32 enable_winnls32 winnls32
14705 wine_fn_config_dll winscard enable_winscard winscard
14706 wine_fn_config_dll winsock.dll16 enable_win16
14707 wine_fn_config_dll winspool.drv enable_winspool_drv winspool
14708 wine_fn_config_test dlls/winspool.drv/tests winspool.drv_test
14709 wine_fn_config_dll wintab.dll16 enable_win16
14710 wine_fn_config_dll wintab32 enable_wintab32 wintab32
14711 wine_fn_config_test dlls/wintab32/tests wintab32_test
14712 wine_fn_config_dll wintrust enable_wintrust wintrust
14713 wine_fn_config_test dlls/wintrust/tests wintrust_test
14714 wine_fn_config_dll wldap32 enable_wldap32 wldap32
14715 wine_fn_config_test dlls/wldap32/tests wldap32_test
14716 wine_fn_config_dll wmi enable_wmi
14717 wine_fn_config_dll wmiutils enable_wmiutils
14718 wine_fn_config_dll wnaspi32 enable_wnaspi32 wnaspi32
14719 wine_fn_config_dll wow32 enable_win16 wow32
14720 wine_fn_config_dll ws2_32 enable_ws2_32 ws2_32
14721 wine_fn_config_test dlls/ws2_32/tests ws2_32_test
14722 wine_fn_config_dll wsock32 enable_wsock32 wsock32
14723 wine_fn_config_dll wtsapi32 enable_wtsapi32 wtsapi32
14724 wine_fn_config_dll wuapi enable_wuapi
14725 wine_fn_config_dll wuaueng enable_wuaueng
14726 wine_fn_config_dll xinput1_1 enable_xinput1_1
14727 wine_fn_config_dll xinput1_2 enable_xinput1_2
14728 wine_fn_config_dll xinput1_3 enable_xinput1_3 xinput
14729 wine_fn_config_test dlls/xinput1_3/tests xinput1_3_test
14730 wine_fn_config_dll xinput9_1_0 enable_xinput9_1_0
14731 wine_fn_config_dll xmllite enable_xmllite
14732 wine_fn_config_test dlls/xmllite/tests xmllite_test
14733 wine_fn_config_makefile documentation enable_documentation
14734 wine_fn_config_makefile fonts enable_fonts
14735 wine_fn_config_makefile include enable_include
14736 wine_fn_config_makefile libs/port enable_libs_port
14737 wine_fn_config_makefile libs/wine enable_libs_wine
14738 wine_fn_config_makefile libs/wpp enable_libs_wpp
14739 wine_fn_config_makefile loader enable_loader
14740 wine_fn_config_program attrib enable_attrib install
14741 wine_fn_config_program cacls enable_cacls install
14742 wine_fn_config_program clock enable_clock install
14743 wine_fn_config_program cmd enable_cmd install
14744 wine_fn_config_test programs/cmd/tests cmd.exe_test
14745 wine_fn_config_program cmdlgtst enable_cmdlgtst
14746 wine_fn_config_program control enable_control install
14747 wine_fn_config_program dxdiag enable_dxdiag install
14748 wine_fn_config_program eject enable_eject install
14749 wine_fn_config_program expand enable_expand install
14750 wine_fn_config_program explorer enable_explorer install
14751 wine_fn_config_program extrac32 enable_extrac32 install
14752 wine_fn_config_program hh enable_hh install
14753 wine_fn_config_program icinfo enable_icinfo install
14754 wine_fn_config_program iexplore enable_iexplore install
14755 wine_fn_config_program lodctr enable_lodctr install
14756 wine_fn_config_program mshta enable_mshta install
14757 wine_fn_config_program msiexec enable_msiexec installbin
14758 wine_fn_config_program net enable_net install
14759 wine_fn_config_program ngen enable_ngen install
14760 wine_fn_config_program notepad enable_notepad installbin
14761 wine_fn_config_program oleview enable_oleview install
14762 wine_fn_config_program ping enable_ping install
14763 wine_fn_config_program progman enable_progman install
14764 wine_fn_config_program reg enable_reg install
14765 wine_fn_config_program regedit enable_regedit installbin
14766 wine_fn_config_program regsvr32 enable_regsvr32 installbin
14767 wine_fn_config_program rpcss enable_rpcss install
14768 wine_fn_config_program rundll32 enable_rundll32 install
14769 wine_fn_config_program secedit enable_secedit install
14770 wine_fn_config_program services enable_services install
14771 wine_fn_config_program spoolsv enable_spoolsv install
14772 wine_fn_config_program start enable_start install
14773 wine_fn_config_program svchost enable_svchost install
14774 wine_fn_config_program taskmgr enable_taskmgr install
14775 wine_fn_config_program termsv enable_termsv install
14776 wine_fn_config_program uninstaller enable_uninstaller install
14777 wine_fn_config_program unlodctr enable_unlodctr install
14778 wine_fn_config_program view enable_view
14779 wine_fn_config_program wineboot enable_wineboot installbin
14780 wine_fn_config_program winebrowser enable_winebrowser install
14781 wine_fn_config_program winecfg enable_winecfg installbin
14782 wine_fn_config_program wineconsole enable_wineconsole installbin
14783 wine_fn_config_program winedbg enable_winedbg installbin
14784 wine_fn_config_program winedevice enable_winedevice install
14785 wine_fn_config_program winefile enable_winefile installbin
14786 wine_fn_config_program winemenubuilder enable_winemenubuilder install
14787 wine_fn_config_program winemine enable_winemine installbin
14788 wine_fn_config_program winepath enable_winepath installbin
14789 wine_fn_config_program winetest enable_winetest
14790 wine_fn_config_program winevdm enable_win16 install
14791 wine_fn_config_program winhelp.exe16 enable_win16 install
14792 wine_fn_config_program winhlp32 enable_winhlp32 install
14793 wine_fn_config_program winoldap.mod16 enable_win16 install
14794 wine_fn_config_program winver enable_winver install
14795 wine_fn_config_program wordpad enable_wordpad install
14796 wine_fn_config_program write enable_write install
14797 wine_fn_config_program xcopy enable_xcopy install
14798 wine_fn_config_makefile server enable_server
14799 wine_fn_config_tool tools
14800 wine_fn_config_tool tools/widl
14801 wine_fn_config_tool tools/winebuild
14802 wine_fn_config_tool tools/winedump
14803 wine_fn_config_tool tools/winegcc
14804 wine_fn_config_tool tools/wmc
14805 wine_fn_config_tool tools/wrc
14807 ac_config_commands="$ac_config_commands Makefile"
14810 ac_config_files="$ac_config_files Make.tmp:Makefile.in"
14814 if test -n "$with_wine64"
14815 then
14816 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "all: fonts server $with_wine64/loader/wine32
14817 fonts server:
14818 \$(RM) \$@ && \$(LN_S) $with_wine64/\$@ \$@
14819 $with_wine64/loader/wine32:
14820 \$(RM) \$@ && \$(LN_S) $ac_pwd/loader/wine32 \$@
14821 clean::
14822 \$(RM) fonts server $with_wine64/loader/wine32"
14825 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "uninstall::
14826 -rmdir \$(DESTDIR)\$(datadir)/wine \$(DESTDIR)\$(fakedlldir) \$(DESTDIR)\$(dlldir)"
14828 cat >confcache <<\_ACEOF
14829 # This file is a shell script that caches the results of configure
14830 # tests run on this system so they can be shared between configure
14831 # scripts and configure runs, see configure's option --config-cache.
14832 # It is not useful on other systems. If it contains results you don't
14833 # want to keep, you may remove or edit it.
14835 # config.status only pays attention to the cache file if you give it
14836 # the --recheck option to rerun configure.
14838 # `ac_cv_env_foo' variables (set or unset) will be overridden when
14839 # loading this file, other *unset* `ac_cv_foo' will be assigned the
14840 # following values.
14842 _ACEOF
14844 # The following way of writing the cache mishandles newlines in values,
14845 # but we know of no workaround that is simple, portable, and efficient.
14846 # So, we kill variables containing newlines.
14847 # Ultrix sh set writes to stderr and can't be redirected directly,
14848 # and sets the high bit in the cache file unless we assign to the vars.
14850 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
14851 eval ac_val=\$$ac_var
14852 case $ac_val in #(
14853 *${as_nl}*)
14854 case $ac_var in #(
14855 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
14856 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
14857 esac
14858 case $ac_var in #(
14859 _ | IFS | as_nl) ;; #(
14860 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
14861 *) { eval $ac_var=; unset $ac_var;} ;;
14862 esac ;;
14863 esac
14864 done
14866 (set) 2>&1 |
14867 case $as_nl`(ac_space=' '; set) 2>&1` in #(
14868 *${as_nl}ac_space=\ *)
14869 # `set' does not quote correctly, so add quotes: double-quote
14870 # substitution turns \\\\ into \\, and sed turns \\ into \.
14871 sed -n \
14872 "s/'/'\\\\''/g;
14873 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
14874 ;; #(
14876 # `set' quotes correctly as required by POSIX, so do not add quotes.
14877 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
14879 esac |
14880 sort
14882 sed '
14883 /^ac_cv_env_/b end
14884 t clear
14885 :clear
14886 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
14887 t end
14888 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
14889 :end' >>confcache
14890 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
14891 if test -w "$cache_file"; then
14892 test "x$cache_file" != "x/dev/null" &&
14893 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
14894 $as_echo "$as_me: updating cache $cache_file" >&6;}
14895 cat confcache >$cache_file
14896 else
14897 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
14898 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
14901 rm -f confcache
14903 test "x$prefix" = xNONE && prefix=$ac_default_prefix
14904 # Let make expand exec_prefix.
14905 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
14907 DEFS=-DHAVE_CONFIG_H
14909 ac_libobjs=
14910 ac_ltlibobjs=
14911 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
14912 # 1. Remove the extension, and $U if already installed.
14913 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
14914 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
14915 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
14916 # will be set to the directory where LIBOBJS objects are built.
14917 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
14918 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
14919 done
14920 LIBOBJS=$ac_libobjs
14922 LTLIBOBJS=$ac_ltlibobjs
14926 : ${CONFIG_STATUS=./config.status}
14927 ac_write_fail=0
14928 ac_clean_files_save=$ac_clean_files
14929 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
14930 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
14931 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
14932 as_write_fail=0
14933 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
14934 #! $SHELL
14935 # Generated by $as_me.
14936 # Run this file to recreate the current configuration.
14937 # Compiler output produced by configure, useful for debugging
14938 # configure, is in config.log if it exists.
14940 debug=false
14941 ac_cs_recheck=false
14942 ac_cs_silent=false
14944 SHELL=\${CONFIG_SHELL-$SHELL}
14945 export SHELL
14946 _ASEOF
14947 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
14948 ## -------------------- ##
14949 ## M4sh Initialization. ##
14950 ## -------------------- ##
14952 # Be more Bourne compatible
14953 DUALCASE=1; export DUALCASE # for MKS sh
14954 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
14955 emulate sh
14956 NULLCMD=:
14957 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
14958 # is contrary to our usage. Disable this feature.
14959 alias -g '${1+"$@"}'='"$@"'
14960 setopt NO_GLOB_SUBST
14961 else
14962 case `(set -o) 2>/dev/null` in #(
14963 *posix*) :
14964 set -o posix ;; #(
14965 *) :
14967 esac
14971 as_nl='
14973 export as_nl
14974 # Printing a long string crashes Solaris 7 /usr/bin/printf.
14975 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
14976 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
14977 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
14978 # Prefer a ksh shell builtin over an external printf program on Solaris,
14979 # but without wasting forks for bash or zsh.
14980 if test -z "$BASH_VERSION$ZSH_VERSION" \
14981 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
14982 as_echo='print -r --'
14983 as_echo_n='print -rn --'
14984 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
14985 as_echo='printf %s\n'
14986 as_echo_n='printf %s'
14987 else
14988 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
14989 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
14990 as_echo_n='/usr/ucb/echo -n'
14991 else
14992 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
14993 as_echo_n_body='eval
14994 arg=$1;
14995 case $arg in #(
14996 *"$as_nl"*)
14997 expr "X$arg" : "X\\(.*\\)$as_nl";
14998 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
14999 esac;
15000 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
15002 export as_echo_n_body
15003 as_echo_n='sh -c $as_echo_n_body as_echo'
15005 export as_echo_body
15006 as_echo='sh -c $as_echo_body as_echo'
15009 # The user is always right.
15010 if test "${PATH_SEPARATOR+set}" != set; then
15011 PATH_SEPARATOR=:
15012 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
15013 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
15014 PATH_SEPARATOR=';'
15019 # IFS
15020 # We need space, tab and new line, in precisely that order. Quoting is
15021 # there to prevent editors from complaining about space-tab.
15022 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
15023 # splitting by setting IFS to empty value.)
15024 IFS=" "" $as_nl"
15026 # Find who we are. Look in the path if we contain no directory separator.
15027 case $0 in #((
15028 *[\\/]* ) as_myself=$0 ;;
15029 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
15030 for as_dir in $PATH
15032 IFS=$as_save_IFS
15033 test -z "$as_dir" && as_dir=.
15034 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
15035 done
15036 IFS=$as_save_IFS
15039 esac
15040 # We did not find ourselves, most probably we were run as `sh COMMAND'
15041 # in which case we are not to be found in the path.
15042 if test "x$as_myself" = x; then
15043 as_myself=$0
15045 if test ! -f "$as_myself"; then
15046 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
15047 exit 1
15050 # Unset variables that we do not need and which cause bugs (e.g. in
15051 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
15052 # suppresses any "Segmentation fault" message there. '((' could
15053 # trigger a bug in pdksh 5.2.14.
15054 for as_var in BASH_ENV ENV MAIL MAILPATH
15055 do eval test x\${$as_var+set} = xset \
15056 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
15057 done
15058 PS1='$ '
15059 PS2='> '
15060 PS4='+ '
15062 # NLS nuisances.
15063 LC_ALL=C
15064 export LC_ALL
15065 LANGUAGE=C
15066 export LANGUAGE
15068 # CDPATH.
15069 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
15072 # as_fn_error ERROR [LINENO LOG_FD]
15073 # ---------------------------------
15074 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
15075 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
15076 # script with status $?, using 1 if that was 0.
15077 as_fn_error ()
15079 as_status=$?; test $as_status -eq 0 && as_status=1
15080 if test "$3"; then
15081 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
15082 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
15084 $as_echo "$as_me: error: $1" >&2
15085 as_fn_exit $as_status
15086 } # as_fn_error
15089 # as_fn_set_status STATUS
15090 # -----------------------
15091 # Set $? to STATUS, without forking.
15092 as_fn_set_status ()
15094 return $1
15095 } # as_fn_set_status
15097 # as_fn_exit STATUS
15098 # -----------------
15099 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
15100 as_fn_exit ()
15102 set +e
15103 as_fn_set_status $1
15104 exit $1
15105 } # as_fn_exit
15107 # as_fn_unset VAR
15108 # ---------------
15109 # Portably unset VAR.
15110 as_fn_unset ()
15112 { eval $1=; unset $1;}
15114 as_unset=as_fn_unset
15115 # as_fn_append VAR VALUE
15116 # ----------------------
15117 # Append the text in VALUE to the end of the definition contained in VAR. Take
15118 # advantage of any shell optimizations that allow amortized linear growth over
15119 # repeated appends, instead of the typical quadratic growth present in naive
15120 # implementations.
15121 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
15122 eval 'as_fn_append ()
15124 eval $1+=\$2
15126 else
15127 as_fn_append ()
15129 eval $1=\$$1\$2
15131 fi # as_fn_append
15133 # as_fn_arith ARG...
15134 # ------------------
15135 # Perform arithmetic evaluation on the ARGs, and store the result in the
15136 # global $as_val. Take advantage of shells that can avoid forks. The arguments
15137 # must be portable across $(()) and expr.
15138 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
15139 eval 'as_fn_arith ()
15141 as_val=$(( $* ))
15143 else
15144 as_fn_arith ()
15146 as_val=`expr "$@" || test $? -eq 1`
15148 fi # as_fn_arith
15151 if expr a : '\(a\)' >/dev/null 2>&1 &&
15152 test "X`expr 00001 : '.*\(...\)'`" = X001; then
15153 as_expr=expr
15154 else
15155 as_expr=false
15158 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
15159 as_basename=basename
15160 else
15161 as_basename=false
15164 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
15165 as_dirname=dirname
15166 else
15167 as_dirname=false
15170 as_me=`$as_basename -- "$0" ||
15171 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
15172 X"$0" : 'X\(//\)$' \| \
15173 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
15174 $as_echo X/"$0" |
15175 sed '/^.*\/\([^/][^/]*\)\/*$/{
15176 s//\1/
15179 /^X\/\(\/\/\)$/{
15180 s//\1/
15183 /^X\/\(\/\).*/{
15184 s//\1/
15187 s/.*/./; q'`
15189 # Avoid depending upon Character Ranges.
15190 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
15191 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
15192 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
15193 as_cr_digits='0123456789'
15194 as_cr_alnum=$as_cr_Letters$as_cr_digits
15196 ECHO_C= ECHO_N= ECHO_T=
15197 case `echo -n x` in #(((((
15198 -n*)
15199 case `echo 'xy\c'` in
15200 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
15201 xy) ECHO_C='\c';;
15202 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
15203 ECHO_T=' ';;
15204 esac;;
15206 ECHO_N='-n';;
15207 esac
15209 rm -f conf$$ conf$$.exe conf$$.file
15210 if test -d conf$$.dir; then
15211 rm -f conf$$.dir/conf$$.file
15212 else
15213 rm -f conf$$.dir
15214 mkdir conf$$.dir 2>/dev/null
15216 if (echo >conf$$.file) 2>/dev/null; then
15217 if ln -s conf$$.file conf$$ 2>/dev/null; then
15218 as_ln_s='ln -s'
15219 # ... but there are two gotchas:
15220 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
15221 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
15222 # In both cases, we have to default to `cp -p'.
15223 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
15224 as_ln_s='cp -p'
15225 elif ln conf$$.file conf$$ 2>/dev/null; then
15226 as_ln_s=ln
15227 else
15228 as_ln_s='cp -p'
15230 else
15231 as_ln_s='cp -p'
15233 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
15234 rmdir conf$$.dir 2>/dev/null
15237 # as_fn_mkdir_p
15238 # -------------
15239 # Create "$as_dir" as a directory, including parents if necessary.
15240 as_fn_mkdir_p ()
15243 case $as_dir in #(
15244 -*) as_dir=./$as_dir;;
15245 esac
15246 test -d "$as_dir" || eval $as_mkdir_p || {
15247 as_dirs=
15248 while :; do
15249 case $as_dir in #(
15250 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
15251 *) as_qdir=$as_dir;;
15252 esac
15253 as_dirs="'$as_qdir' $as_dirs"
15254 as_dir=`$as_dirname -- "$as_dir" ||
15255 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15256 X"$as_dir" : 'X\(//\)[^/]' \| \
15257 X"$as_dir" : 'X\(//\)$' \| \
15258 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
15259 $as_echo X"$as_dir" |
15260 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
15261 s//\1/
15264 /^X\(\/\/\)[^/].*/{
15265 s//\1/
15268 /^X\(\/\/\)$/{
15269 s//\1/
15272 /^X\(\/\).*/{
15273 s//\1/
15276 s/.*/./; q'`
15277 test -d "$as_dir" && break
15278 done
15279 test -z "$as_dirs" || eval "mkdir $as_dirs"
15280 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
15283 } # as_fn_mkdir_p
15284 if mkdir -p . 2>/dev/null; then
15285 as_mkdir_p='mkdir -p "$as_dir"'
15286 else
15287 test -d ./-p && rmdir ./-p
15288 as_mkdir_p=false
15291 if test -x / >/dev/null 2>&1; then
15292 as_test_x='test -x'
15293 else
15294 if ls -dL / >/dev/null 2>&1; then
15295 as_ls_L_option=L
15296 else
15297 as_ls_L_option=
15299 as_test_x='
15300 eval sh -c '\''
15301 if test -d "$1"; then
15302 test -d "$1/.";
15303 else
15304 case $1 in #(
15305 -*)set "./$1";;
15306 esac;
15307 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
15308 ???[sx]*):;;*)false;;esac;fi
15309 '\'' sh
15312 as_executable_p=$as_test_x
15314 # Sed expression to map a string onto a valid CPP name.
15315 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
15317 # Sed expression to map a string onto a valid variable name.
15318 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
15321 exec 6>&1
15322 ## ----------------------------------- ##
15323 ## Main body of $CONFIG_STATUS script. ##
15324 ## ----------------------------------- ##
15325 _ASEOF
15326 test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
15328 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15329 # Save the log message, to keep $0 and so on meaningful, and to
15330 # report actual input values of CONFIG_FILES etc. instead of their
15331 # values after options handling.
15332 ac_log="
15333 This file was extended by Wine $as_me 1.1.42, which was
15334 generated by GNU Autoconf 2.65. Invocation command line was
15336 CONFIG_FILES = $CONFIG_FILES
15337 CONFIG_HEADERS = $CONFIG_HEADERS
15338 CONFIG_LINKS = $CONFIG_LINKS
15339 CONFIG_COMMANDS = $CONFIG_COMMANDS
15340 $ $0 $@
15342 on `(hostname || uname -n) 2>/dev/null | sed 1q`
15345 _ACEOF
15347 case $ac_config_files in *"
15348 "*) set x $ac_config_files; shift; ac_config_files=$*;;
15349 esac
15351 case $ac_config_headers in *"
15352 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
15353 esac
15356 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15357 # Files that config.status was made for.
15358 config_files="$ac_config_files"
15359 config_headers="$ac_config_headers"
15360 config_links="$ac_config_links"
15361 config_commands="$ac_config_commands"
15363 _ACEOF
15365 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15366 ac_cs_usage="\
15367 \`$as_me' instantiates files and other configuration actions
15368 from templates according to the current configuration. Unless the files
15369 and actions are specified as TAGs, all are instantiated by default.
15371 Usage: $0 [OPTION]... [TAG]...
15373 -h, --help print this help, then exit
15374 -V, --version print version number and configuration settings, then exit
15375 --config print configuration, then exit
15376 -q, --quiet, --silent
15377 do not print progress messages
15378 -d, --debug don't remove temporary files
15379 --recheck update $as_me by reconfiguring in the same conditions
15380 --file=FILE[:TEMPLATE]
15381 instantiate the configuration file FILE
15382 --header=FILE[:TEMPLATE]
15383 instantiate the configuration header FILE
15385 Configuration files:
15386 $config_files
15388 Configuration headers:
15389 $config_headers
15391 Configuration links:
15392 $config_links
15394 Configuration commands:
15395 $config_commands
15397 Report bugs to <wine-devel@winehq.org>.
15398 Wine home page: <http://www.winehq.org>."
15400 _ACEOF
15401 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15402 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
15403 ac_cs_version="\\
15404 Wine config.status 1.1.42
15405 configured by $0, generated by GNU Autoconf 2.65,
15406 with options \\"\$ac_cs_config\\"
15408 Copyright (C) 2009 Free Software Foundation, Inc.
15409 This config.status script is free software; the Free Software Foundation
15410 gives unlimited permission to copy, distribute and modify it."
15412 ac_pwd='$ac_pwd'
15413 srcdir='$srcdir'
15414 INSTALL='$INSTALL'
15415 test -n "\$AWK" || AWK=awk
15416 _ACEOF
15418 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15419 # The default lists apply if the user does not specify any file.
15420 ac_need_defaults=:
15421 while test $# != 0
15423 case $1 in
15424 --*=*)
15425 ac_option=`expr "X$1" : 'X\([^=]*\)='`
15426 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
15427 ac_shift=:
15430 ac_option=$1
15431 ac_optarg=$2
15432 ac_shift=shift
15434 esac
15436 case $ac_option in
15437 # Handling of the options.
15438 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
15439 ac_cs_recheck=: ;;
15440 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
15441 $as_echo "$ac_cs_version"; exit ;;
15442 --config | --confi | --conf | --con | --co | --c )
15443 $as_echo "$ac_cs_config"; exit ;;
15444 --debug | --debu | --deb | --de | --d | -d )
15445 debug=: ;;
15446 --file | --fil | --fi | --f )
15447 $ac_shift
15448 case $ac_optarg in
15449 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
15450 esac
15451 as_fn_append CONFIG_FILES " '$ac_optarg'"
15452 ac_need_defaults=false;;
15453 --header | --heade | --head | --hea )
15454 $ac_shift
15455 case $ac_optarg in
15456 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
15457 esac
15458 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
15459 ac_need_defaults=false;;
15460 --he | --h)
15461 # Conflict between --help and --header
15462 as_fn_error "ambiguous option: \`$1'
15463 Try \`$0 --help' for more information.";;
15464 --help | --hel | -h )
15465 $as_echo "$ac_cs_usage"; exit ;;
15466 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
15467 | -silent | --silent | --silen | --sile | --sil | --si | --s)
15468 ac_cs_silent=: ;;
15470 # This is an error.
15471 -*) as_fn_error "unrecognized option: \`$1'
15472 Try \`$0 --help' for more information." ;;
15474 *) as_fn_append ac_config_targets " $1"
15475 ac_need_defaults=false ;;
15477 esac
15478 shift
15479 done
15481 ac_configure_extra_args=
15483 if $ac_cs_silent; then
15484 exec 6>/dev/null
15485 ac_configure_extra_args="$ac_configure_extra_args --silent"
15488 _ACEOF
15489 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15490 if \$ac_cs_recheck; then
15491 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
15492 shift
15493 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
15494 CONFIG_SHELL='$SHELL'
15495 export CONFIG_SHELL
15496 exec "\$@"
15499 _ACEOF
15500 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15501 exec 5>>config.log
15503 echo
15504 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
15505 ## Running $as_me. ##
15506 _ASBOX
15507 $as_echo "$ac_log"
15508 } >&5
15510 _ACEOF
15511 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15513 # INIT-COMMANDS
15515 wine_fn_output_makefile ()
15517 cat Make.tmp - <<\_WINE_EOF >\$tmp/makefile && mv -f \$tmp/makefile \$1 && rm -f Make.tmp && return
15518 $ALL_MAKEFILE_DEPENDS
15519 _WINE_EOF
15520 as_fn_error "could not create Makefile" "$LINENO" 5
15523 _ACEOF
15525 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15527 # Handling of arguments.
15528 for ac_config_target in $ac_config_targets
15530 case $ac_config_target in
15531 "include/config.h") CONFIG_HEADERS="$CONFIG_HEADERS include/config.h" ;;
15532 "include/stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS include/stamp-h" ;;
15533 "dlls/wineps.drv/generic.ppd") CONFIG_LINKS="$CONFIG_LINKS dlls/wineps.drv/generic.ppd:dlls/wineps.drv/generic.ppd" ;;
15534 "fonts/marlett.ttf") CONFIG_LINKS="$CONFIG_LINKS fonts/marlett.ttf:fonts/marlett.ttf" ;;
15535 "fonts/symbol.ttf") CONFIG_LINKS="$CONFIG_LINKS fonts/symbol.ttf:fonts/symbol.ttf" ;;
15536 "fonts/tahoma.ttf") CONFIG_LINKS="$CONFIG_LINKS fonts/tahoma.ttf:fonts/tahoma.ttf" ;;
15537 "fonts/tahomabd.ttf") CONFIG_LINKS="$CONFIG_LINKS fonts/tahomabd.ttf:fonts/tahomabd.ttf" ;;
15538 "wine") CONFIG_LINKS="$CONFIG_LINKS wine:tools/winewrapper" ;;
15539 "dlls/gdi32/enhmfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/enhmfdrv" ;;
15540 "dlls/gdi32/mfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/mfdrv" ;;
15541 "dlls/kernel32/nls") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/kernel32/nls" ;;
15542 "dlls/user32/resources") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/user32/resources" ;;
15543 "dlls/wineps.drv/data") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/wineps.drv/data" ;;
15544 "include/wine") CONFIG_COMMANDS="$CONFIG_COMMANDS include/wine" ;;
15545 "Make.rules") CONFIG_FILES="$CONFIG_FILES Make.rules" ;;
15546 "Maketest.rules") CONFIG_FILES="$CONFIG_FILES Maketest.rules" ;;
15547 "dlls/Makedll.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makedll.rules" ;;
15548 "dlls/Makeimplib.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makeimplib.rules" ;;
15549 "programs/Makeprog.rules") CONFIG_FILES="$CONFIG_FILES programs/Makeprog.rules" ;;
15550 "Makefile") CONFIG_COMMANDS="$CONFIG_COMMANDS Makefile" ;;
15551 "Make.tmp") CONFIG_FILES="$CONFIG_FILES Make.tmp:Makefile.in" ;;
15553 *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
15554 esac
15555 done
15558 # If the user did not use the arguments to specify the items to instantiate,
15559 # then the envvar interface is used. Set only those that are not.
15560 # We use the long form for the default assignment because of an extremely
15561 # bizarre bug on SunOS 4.1.3.
15562 if $ac_need_defaults; then
15563 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
15564 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
15565 test "${CONFIG_LINKS+set}" = set || CONFIG_LINKS=$config_links
15566 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
15569 # Have a temporary directory for convenience. Make it in the build tree
15570 # simply because there is no reason against having it here, and in addition,
15571 # creating and moving files from /tmp can sometimes cause problems.
15572 # Hook for its removal unless debugging.
15573 # Note that there is a small window in which the directory will not be cleaned:
15574 # after its creation but before its name has been assigned to `$tmp'.
15575 $debug ||
15577 tmp=
15578 trap 'exit_status=$?
15579 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
15581 trap 'as_fn_exit 1' 1 2 13 15
15583 # Create a (secure) tmp directory for tmp files.
15586 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
15587 test -n "$tmp" && test -d "$tmp"
15588 } ||
15590 tmp=./conf$$-$RANDOM
15591 (umask 077 && mkdir "$tmp")
15592 } || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
15594 # Set up the scripts for CONFIG_FILES section.
15595 # No need to generate them if there are no CONFIG_FILES.
15596 # This happens for instance with `./config.status config.h'.
15597 if test -n "$CONFIG_FILES"; then
15599 if $AWK 'BEGIN { getline <"/dev/null" }' </dev/null 2>/dev/null; then
15600 ac_cs_awk_getline=:
15601 ac_cs_awk_pipe_init=
15602 ac_cs_awk_read_file='
15603 while ((getline aline < (F[key])) > 0)
15604 print(aline)
15605 close(F[key])'
15606 ac_cs_awk_pipe_fini=
15607 else
15608 ac_cs_awk_getline=false
15609 ac_cs_awk_pipe_init="print \"cat <<'|#_!!_#|' &&\""
15610 ac_cs_awk_read_file='
15611 print "|#_!!_#|"
15612 print "cat " F[key] " &&"
15613 '$ac_cs_awk_pipe_init
15614 # The final `:' finishes the AND list.
15615 ac_cs_awk_pipe_fini='END { print "|#_!!_#|"; print ":" }'
15617 ac_cr=`echo X | tr X '\015'`
15618 # On cygwin, bash can eat \r inside `` if the user requested igncr.
15619 # But we know of no other shell where ac_cr would be empty at this
15620 # point, so we can use a bashism as a fallback.
15621 if test "x$ac_cr" = x; then
15622 eval ac_cr=\$\'\\r\'
15624 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
15625 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
15626 ac_cs_awk_cr='\r'
15627 else
15628 ac_cs_awk_cr=$ac_cr
15631 echo 'BEGIN {' >"$tmp/subs1.awk" &&
15632 _ACEOF
15634 # Create commands to substitute file output variables.
15636 echo "cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1" &&
15637 echo 'cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&' &&
15638 echo "$ac_subst_files" | sed 's/.*/F["&"]="$&"/' &&
15639 echo "_ACAWK" &&
15640 echo "_ACEOF"
15641 } >conf$$files.sh &&
15642 . ./conf$$files.sh ||
15643 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
15644 rm -f conf$$files.sh
15647 echo "cat >conf$$subs.awk <<_ACEOF" &&
15648 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
15649 echo "_ACEOF"
15650 } >conf$$subs.sh ||
15651 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
15652 ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
15653 ac_delim='%!_!# '
15654 for ac_last_try in false false false false false :; do
15655 . ./conf$$subs.sh ||
15656 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
15658 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
15659 if test $ac_delim_n = $ac_delim_num; then
15660 break
15661 elif $ac_last_try; then
15662 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
15663 else
15664 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
15666 done
15667 rm -f conf$$subs.sh
15669 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15670 cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
15671 _ACEOF
15672 sed -n '
15674 s/^/S["/; s/!.*/"]=/
15677 s/^[^!]*!//
15678 :repl
15679 t repl
15680 s/'"$ac_delim"'$//
15681 t delim
15684 s/\(.\{148\}\)..*/\1/
15685 t more1
15686 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
15689 b repl
15690 :more1
15691 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
15694 s/.\{148\}//
15695 t nl
15696 :delim
15698 s/\(.\{148\}\)..*/\1/
15699 t more2
15700 s/["\\]/\\&/g; s/^/"/; s/$/"/
15703 :more2
15704 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
15707 s/.\{148\}//
15708 t delim
15709 ' <conf$$subs.awk | sed '
15710 /^[^""]/{
15712 s/\n//
15714 ' >>$CONFIG_STATUS || ac_write_fail=1
15715 rm -f conf$$subs.awk
15716 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15717 _ACAWK
15718 cat >>"\$tmp/subs1.awk" <<_ACAWK &&
15719 for (key in S) S_is_set[key] = 1
15720 FS = "\a"
15721 \$ac_cs_awk_pipe_init
15724 line = $ 0
15725 nfields = split(line, field, "@")
15726 substed = 0
15727 len = length(field[1])
15728 for (i = 2; i < nfields; i++) {
15729 key = field[i]
15730 keylen = length(key)
15731 if (S_is_set[key]) {
15732 value = S[key]
15733 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
15734 len += length(value) + length(field[++i])
15735 substed = 1
15736 } else
15737 len += 1 + keylen
15739 if (nfields == 3 && !substed) {
15740 key = field[2]
15741 if (F[key] != "" && line ~ /^[ ]*@.*@[ ]*$/) {
15742 \$ac_cs_awk_read_file
15743 next
15746 print line
15748 \$ac_cs_awk_pipe_fini
15749 _ACAWK
15750 _ACEOF
15751 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15752 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
15753 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
15754 else
15756 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
15757 || as_fn_error "could not setup config files machinery" "$LINENO" 5
15758 _ACEOF
15760 # VPATH may cause trouble with some makes, so we remove $(srcdir),
15761 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
15762 # trailing colons and then remove the whole line if VPATH becomes empty
15763 # (actually we leave an empty line to preserve line numbers).
15764 if test "x$srcdir" = x.; then
15765 ac_vpsub='/^[ ]*VPATH[ ]*=/{
15766 s/:*\$(srcdir):*/:/
15767 s/:*\${srcdir}:*/:/
15768 s/:*@srcdir@:*/:/
15769 s/^\([^=]*=[ ]*\):*/\1/
15770 s/:*$//
15771 s/^[^=]*=[ ]*$//
15775 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15776 fi # test -n "$CONFIG_FILES"
15778 # Set up the scripts for CONFIG_HEADERS section.
15779 # No need to generate them if there are no CONFIG_HEADERS.
15780 # This happens for instance with `./config.status Makefile'.
15781 if test -n "$CONFIG_HEADERS"; then
15782 cat >"$tmp/defines.awk" <<\_ACAWK ||
15783 BEGIN {
15784 _ACEOF
15786 # Transform confdefs.h into an awk script `defines.awk', embedded as
15787 # here-document in config.status, that substitutes the proper values into
15788 # config.h.in to produce config.h.
15790 # Create a delimiter string that does not exist in confdefs.h, to ease
15791 # handling of long lines.
15792 ac_delim='%!_!# '
15793 for ac_last_try in false false :; do
15794 ac_t=`sed -n "/$ac_delim/p" confdefs.h`
15795 if test -z "$ac_t"; then
15796 break
15797 elif $ac_last_try; then
15798 as_fn_error "could not make $CONFIG_HEADERS" "$LINENO" 5
15799 else
15800 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
15802 done
15804 # For the awk script, D is an array of macro values keyed by name,
15805 # likewise P contains macro parameters if any. Preserve backslash
15806 # newline sequences.
15808 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
15809 sed -n '
15810 s/.\{148\}/&'"$ac_delim"'/g
15811 t rset
15812 :rset
15813 s/^[ ]*#[ ]*define[ ][ ]*/ /
15814 t def
15816 :def
15817 s/\\$//
15818 t bsnl
15819 s/["\\]/\\&/g
15820 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
15821 D["\1"]=" \3"/p
15822 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
15824 :bsnl
15825 s/["\\]/\\&/g
15826 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
15827 D["\1"]=" \3\\\\\\n"\\/p
15828 t cont
15829 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
15830 t cont
15832 :cont
15834 s/.\{148\}/&'"$ac_delim"'/g
15835 t clear
15836 :clear
15837 s/\\$//
15838 t bsnlc
15839 s/["\\]/\\&/g; s/^/"/; s/$/"/p
15841 :bsnlc
15842 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
15843 b cont
15844 ' <confdefs.h | sed '
15845 s/'"$ac_delim"'/"\\\
15846 "/g' >>$CONFIG_STATUS || ac_write_fail=1
15848 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15849 for (key in D) D_is_set[key] = 1
15850 FS = "\a"
15852 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
15853 line = \$ 0
15854 split(line, arg, " ")
15855 if (arg[1] == "#") {
15856 defundef = arg[2]
15857 mac1 = arg[3]
15858 } else {
15859 defundef = substr(arg[1], 2)
15860 mac1 = arg[2]
15862 split(mac1, mac2, "(") #)
15863 macro = mac2[1]
15864 prefix = substr(line, 1, index(line, defundef) - 1)
15865 if (D_is_set[macro]) {
15866 # Preserve the white space surrounding the "#".
15867 print prefix "define", macro P[macro] D[macro]
15868 next
15869 } else {
15870 # Replace #undef with comments. This is necessary, for example,
15871 # in the case of _POSIX_SOURCE, which is predefined and required
15872 # on some systems where configure will not decide to define it.
15873 if (defundef == "undef") {
15874 print "/*", prefix defundef, macro, "*/"
15875 next
15879 { print }
15880 _ACAWK
15881 _ACEOF
15882 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15883 as_fn_error "could not setup config headers machinery" "$LINENO" 5
15884 fi # test -n "$CONFIG_HEADERS"
15887 eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :L $CONFIG_LINKS :C $CONFIG_COMMANDS"
15888 shift
15889 for ac_tag
15891 case $ac_tag in
15892 :[FHLC]) ac_mode=$ac_tag; continue;;
15893 esac
15894 case $ac_mode$ac_tag in
15895 :[FHL]*:*);;
15896 :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
15897 :[FH]-) ac_tag=-:-;;
15898 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
15899 esac
15900 ac_save_IFS=$IFS
15901 IFS=:
15902 set x $ac_tag
15903 IFS=$ac_save_IFS
15904 shift
15905 ac_file=$1
15906 shift
15908 case $ac_mode in
15909 :L) ac_source=$1;;
15910 :[FH])
15911 ac_file_inputs=
15912 for ac_f
15914 case $ac_f in
15915 -) ac_f="$tmp/stdin";;
15916 *) # Look for the file first in the build tree, then in the source tree
15917 # (if the path is not absolute). The absolute path cannot be DOS-style,
15918 # because $ac_f cannot contain `:'.
15919 test -f "$ac_f" ||
15920 case $ac_f in
15921 [\\/$]*) false;;
15922 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
15923 esac ||
15924 as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
15925 esac
15926 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
15927 as_fn_append ac_file_inputs " '$ac_f'"
15928 done
15930 # Let's still pretend it is `configure' which instantiates (i.e., don't
15931 # use $as_me), people would be surprised to read:
15932 # /* config.h. Generated by config.status. */
15933 configure_input='Generated from '`
15934 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
15935 `' by configure.'
15936 if test x"$ac_file" != x-; then
15937 configure_input="$ac_file. $configure_input"
15938 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
15939 $as_echo "$as_me: creating $ac_file" >&6;}
15941 # Neutralize special characters interpreted by sed in replacement strings.
15942 case $configure_input in #(
15943 *\&* | *\|* | *\\* )
15944 ac_sed_conf_input=`$as_echo "$configure_input" |
15945 sed 's/[\\\\&|]/\\\\&/g'`;; #(
15946 *) ac_sed_conf_input=$configure_input;;
15947 esac
15949 case $ac_tag in
15950 *:-:* | *:-) cat >"$tmp/stdin" \
15951 || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
15952 esac
15954 esac
15956 ac_dir=`$as_dirname -- "$ac_file" ||
15957 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15958 X"$ac_file" : 'X\(//\)[^/]' \| \
15959 X"$ac_file" : 'X\(//\)$' \| \
15960 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
15961 $as_echo X"$ac_file" |
15962 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
15963 s//\1/
15966 /^X\(\/\/\)[^/].*/{
15967 s//\1/
15970 /^X\(\/\/\)$/{
15971 s//\1/
15974 /^X\(\/\).*/{
15975 s//\1/
15978 s/.*/./; q'`
15979 as_dir="$ac_dir"; as_fn_mkdir_p
15980 ac_builddir=.
15982 case "$ac_dir" in
15983 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
15985 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
15986 # A ".." for each directory in $ac_dir_suffix.
15987 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
15988 case $ac_top_builddir_sub in
15989 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
15990 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
15991 esac ;;
15992 esac
15993 ac_abs_top_builddir=$ac_pwd
15994 ac_abs_builddir=$ac_pwd$ac_dir_suffix
15995 # for backward compatibility:
15996 ac_top_builddir=$ac_top_build_prefix
15998 case $srcdir in
15999 .) # We are building in place.
16000 ac_srcdir=.
16001 ac_top_srcdir=$ac_top_builddir_sub
16002 ac_abs_top_srcdir=$ac_pwd ;;
16003 [\\/]* | ?:[\\/]* ) # Absolute name.
16004 ac_srcdir=$srcdir$ac_dir_suffix;
16005 ac_top_srcdir=$srcdir
16006 ac_abs_top_srcdir=$srcdir ;;
16007 *) # Relative name.
16008 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
16009 ac_top_srcdir=$ac_top_build_prefix$srcdir
16010 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
16011 esac
16012 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
16015 case $ac_mode in
16018 # CONFIG_FILE
16021 case $INSTALL in
16022 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
16023 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
16024 esac
16025 _ACEOF
16027 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16028 # If the template does not know about datarootdir, expand it.
16029 # FIXME: This hack should be removed a few years after 2.60.
16030 ac_datarootdir_hack=; ac_datarootdir_seen=
16031 ac_sed_dataroot='
16032 /datarootdir/ {
16036 /@datadir@/p
16037 /@docdir@/p
16038 /@infodir@/p
16039 /@localedir@/p
16040 /@mandir@/p'
16041 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
16042 *datarootdir*) ac_datarootdir_seen=yes;;
16043 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
16044 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
16045 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
16046 _ACEOF
16047 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16048 ac_datarootdir_hack='
16049 s&@datadir@&$datadir&g
16050 s&@docdir@&$docdir&g
16051 s&@infodir@&$infodir&g
16052 s&@localedir@&$localedir&g
16053 s&@mandir@&$mandir&g
16054 s&\\\${datarootdir}&$datarootdir&g' ;;
16055 esac
16056 _ACEOF
16058 # Neutralize VPATH when `$srcdir' = `.'.
16059 # Shell code in configure.ac might set extrasub.
16060 # FIXME: do we really want to maintain this feature?
16061 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16062 ac_sed_extra="$ac_vpsub
16063 $extrasub
16064 _ACEOF
16065 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16067 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
16068 s|@configure_input@|$ac_sed_conf_input|;t t
16069 s&@top_builddir@&$ac_top_builddir_sub&;t t
16070 s&@top_build_prefix@&$ac_top_build_prefix&;t t
16071 s&@srcdir@&$ac_srcdir&;t t
16072 s&@abs_srcdir@&$ac_abs_srcdir&;t t
16073 s&@top_srcdir@&$ac_top_srcdir&;t t
16074 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
16075 s&@builddir@&$ac_builddir&;t t
16076 s&@abs_builddir@&$ac_abs_builddir&;t t
16077 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
16078 s&@INSTALL@&$ac_INSTALL&;t t
16079 $ac_datarootdir_hack
16081 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" |
16082 if $ac_cs_awk_getline; then
16083 $AWK -f "$tmp/subs.awk"
16084 else
16085 $AWK -f "$tmp/subs.awk" | $SHELL
16086 fi >$tmp/out \
16087 || as_fn_error "could not create $ac_file" "$LINENO" 5
16089 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
16090 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
16091 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
16092 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
16093 which seems to be undefined. Please make sure it is defined." >&5
16094 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
16095 which seems to be undefined. Please make sure it is defined." >&2;}
16097 rm -f "$tmp/stdin"
16098 case $ac_file in
16099 -) cat "$tmp/out" && rm -f "$tmp/out";;
16100 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
16101 esac \
16102 || as_fn_error "could not create $ac_file" "$LINENO" 5
16106 # CONFIG_HEADER
16108 if test x"$ac_file" != x-; then
16110 $as_echo "/* $configure_input */" \
16111 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
16112 } >"$tmp/config.h" \
16113 || as_fn_error "could not create $ac_file" "$LINENO" 5
16114 if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
16115 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
16116 $as_echo "$as_me: $ac_file is unchanged" >&6;}
16117 else
16118 rm -f "$ac_file"
16119 mv "$tmp/config.h" "$ac_file" \
16120 || as_fn_error "could not create $ac_file" "$LINENO" 5
16122 else
16123 $as_echo "/* $configure_input */" \
16124 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
16125 || as_fn_error "could not create -" "$LINENO" 5
16130 # CONFIG_LINK
16133 if test "$ac_source" = "$ac_file" && test "$srcdir" = '.'; then
16135 else
16136 # Prefer the file from the source tree if names are identical.
16137 if test "$ac_source" = "$ac_file" || test ! -r "$ac_source"; then
16138 ac_source=$srcdir/$ac_source
16141 { $as_echo "$as_me:${as_lineno-$LINENO}: linking $ac_source to $ac_file" >&5
16142 $as_echo "$as_me: linking $ac_source to $ac_file" >&6;}
16144 if test ! -r "$ac_source"; then
16145 as_fn_error "$ac_source: file not found" "$LINENO" 5
16147 rm -f "$ac_file"
16149 # Try a relative symlink, then a hard link, then a copy.
16150 case $srcdir in
16151 [\\/$]* | ?:[\\/]* ) ac_rel_source=$ac_source ;;
16152 *) ac_rel_source=$ac_top_build_prefix$ac_source ;;
16153 esac
16154 ln -s "$ac_rel_source" "$ac_file" 2>/dev/null ||
16155 ln "$ac_source" "$ac_file" 2>/dev/null ||
16156 cp -p "$ac_source" "$ac_file" ||
16157 as_fn_error "cannot link or copy $ac_source to $ac_file" "$LINENO" 5
16160 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
16161 $as_echo "$as_me: executing $ac_file commands" >&6;}
16163 esac
16166 case $ac_file$ac_mode in
16167 "include/stamp-h":C) echo timestamp > include/stamp-h ;;
16168 "dlls/gdi32/enhmfdrv":C) test -d "dlls/gdi32/enhmfdrv" || { { $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/gdi32/enhmfdrv" >&5
16169 $as_echo "$as_me: creating dlls/gdi32/enhmfdrv" >&6;}; as_dir="dlls/gdi32/enhmfdrv"; as_fn_mkdir_p; } ;;
16170 "dlls/gdi32/mfdrv":C) test -d "dlls/gdi32/mfdrv" || { { $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/gdi32/mfdrv" >&5
16171 $as_echo "$as_me: creating dlls/gdi32/mfdrv" >&6;}; as_dir="dlls/gdi32/mfdrv"; as_fn_mkdir_p; } ;;
16172 "dlls/kernel32/nls":C) test -d "dlls/kernel32/nls" || { { $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/kernel32/nls" >&5
16173 $as_echo "$as_me: creating dlls/kernel32/nls" >&6;}; as_dir="dlls/kernel32/nls"; as_fn_mkdir_p; } ;;
16174 "dlls/user32/resources":C) test -d "dlls/user32/resources" || { { $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/user32/resources" >&5
16175 $as_echo "$as_me: creating dlls/user32/resources" >&6;}; as_dir="dlls/user32/resources"; as_fn_mkdir_p; } ;;
16176 "dlls/wineps.drv/data":C) test -d "dlls/wineps.drv/data" || { { $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/wineps.drv/data" >&5
16177 $as_echo "$as_me: creating dlls/wineps.drv/data" >&6;}; as_dir="dlls/wineps.drv/data"; as_fn_mkdir_p; } ;;
16178 "include/wine":C) test -d "include/wine" || { { $as_echo "$as_me:${as_lineno-$LINENO}: creating include/wine" >&5
16179 $as_echo "$as_me: creating include/wine" >&6;}; as_dir="include/wine"; as_fn_mkdir_p; } ;;
16180 "Makefile":C) wine_fn_output_makefile Makefile ;;
16182 esac
16183 done # for ac_tag
16186 as_fn_exit 0
16187 _ACEOF
16188 ac_clean_files=$ac_clean_files_save
16190 test $ac_write_fail = 0 ||
16191 as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
16194 # configure is writing to config.log, and then calls config.status.
16195 # config.status does its own redirection, appending to config.log.
16196 # Unfortunately, on DOS this fails, as config.log is still kept open
16197 # by configure, so config.status won't be able to write to it; its
16198 # output is simply discarded. So we exec the FD to /dev/null,
16199 # effectively closing config.log, so it can be properly (re)opened and
16200 # appended to by config.status. When coming back to configure, we
16201 # need to make the FD available again.
16202 if test "$no_create" != yes; then
16203 ac_cs_success=:
16204 ac_config_status_args=
16205 test "$silent" = yes &&
16206 ac_config_status_args="$ac_config_status_args --quiet"
16207 exec 5>/dev/null
16208 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
16209 exec 5>>config.log
16210 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
16211 # would make configure fail if this is the last instruction.
16212 $ac_cs_success || as_fn_exit $?
16214 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
16215 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
16216 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
16220 if test "$no_create" = "yes"
16221 then
16222 exit 0
16225 ac_save_IFS="$IFS"
16226 if test "x$wine_notices != "x; then
16227 echo >&6
16228 IFS="|"
16229 for msg in $wine_notices; do
16230 IFS="$ac_save_IFS"
16231 if test -n "$msg"; then
16232 { $as_echo "$as_me:${as_lineno-$LINENO}: $msg" >&5
16233 $as_echo "$as_me: $msg" >&6;}
16235 done
16237 IFS="|"
16238 for msg in $wine_warnings; do
16239 IFS="$ac_save_IFS"
16240 if test -n "$msg"; then
16241 echo >&2
16242 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $msg" >&5
16243 $as_echo "$as_me: WARNING: $msg" >&2;}
16245 done
16246 IFS="$ac_save_IFS"
16248 echo "
16249 $as_me: Finished. Do '${ac_make}' to compile Wine.
16250 " >&6