wineps.drv: Update Korean resource.
[wine/multimedia.git] / configure
blobd5de334c420ad611d8d1b6ba7a8696297b892646
1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.67 for Wine 1.3.10.
5 # Report bugs to <wine-devel@winehq.org>.
8 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
9 # 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software
10 # Foundation, Inc.
13 # This configure script is free software; the Free Software Foundation
14 # gives unlimited permission to copy, distribute and modify it.
15 ## -------------------- ##
16 ## M4sh Initialization. ##
17 ## -------------------- ##
19 # Be more Bourne compatible
20 DUALCASE=1; export DUALCASE # for MKS sh
21 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
22 emulate sh
23 NULLCMD=:
24 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
25 # is contrary to our usage. Disable this feature.
26 alias -g '${1+"$@"}'='"$@"'
27 setopt NO_GLOB_SUBST
28 else
29 case `(set -o) 2>/dev/null` in #(
30 *posix*) :
31 set -o posix ;; #(
32 *) :
34 esac
38 as_nl='
40 export as_nl
41 # Printing a long string crashes Solaris 7 /usr/bin/printf.
42 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
43 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
44 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
45 # Prefer a ksh shell builtin over an external printf program on Solaris,
46 # but without wasting forks for bash or zsh.
47 if test -z "$BASH_VERSION$ZSH_VERSION" \
48 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
49 as_echo='print -r --'
50 as_echo_n='print -rn --'
51 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
52 as_echo='printf %s\n'
53 as_echo_n='printf %s'
54 else
55 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
56 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
57 as_echo_n='/usr/ucb/echo -n'
58 else
59 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
60 as_echo_n_body='eval
61 arg=$1;
62 case $arg in #(
63 *"$as_nl"*)
64 expr "X$arg" : "X\\(.*\\)$as_nl";
65 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
66 esac;
67 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
69 export as_echo_n_body
70 as_echo_n='sh -c $as_echo_n_body as_echo'
72 export as_echo_body
73 as_echo='sh -c $as_echo_body as_echo'
76 # The user is always right.
77 if test "${PATH_SEPARATOR+set}" != set; then
78 PATH_SEPARATOR=:
79 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
80 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
81 PATH_SEPARATOR=';'
86 # IFS
87 # We need space, tab and new line, in precisely that order. Quoting is
88 # there to prevent editors from complaining about space-tab.
89 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
90 # splitting by setting IFS to empty value.)
91 IFS=" "" $as_nl"
93 # Find who we are. Look in the path if we contain no directory separator.
94 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 STATUS 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=$1; test $as_status -eq 0 && as_status=1
370 if test "$4"; then
371 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
372 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
374 $as_echo "$as_me: error: $2" >&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, old GNU/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.3.10'
556 PACKAGE_STRING='Wine 1.3.10'
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 LINGUAS
600 ALL_TEST_BINARIES
601 ALL_WINETEST_DEPENDS
602 LDAPLIBS
603 LIBPOLL
604 LIBDL
605 EXTRA_BINARIES
606 MAIN_BINARY
607 SOCKETLIBS
608 CRTLIBS
609 TOOLSEXT
610 LDPATH
611 UNWINDFLAGS
612 BUILTINFLAG
613 EXTRACFLAGS
614 LIBKSTAT
615 LIBOPENAL
616 LIBMPG123
617 PNGINCL
618 FONTCONFIGINCL
619 CUPSINCL
620 ALSALIBS
621 GSTREAMER_INCL
622 GSTREAMER_LIBS
623 ESDLIBS
624 ESDINCL
625 ESDCONFIG
626 LIBGETTEXTPO
627 ZLIB
628 FREETYPEINCL
629 FREETYPELIBS
630 ft_devel
631 LCMSLIBS
632 RESOLVLIBS
633 GPHOTO2INCL
634 GPHOTO2LIBS
635 gphoto2port_devel
636 gphoto2_devel
637 SANEINCL
638 sane_devel
639 GNUTLSINCL
640 HALINCL
641 XSLTINCL
642 XML2INCL
643 XML2LIBS
644 NASLIBS
645 X_EXTRA_LIBS
646 X_LIBS
647 X_PRE_LIBS
648 X_CFLAGS
649 XMKMF
650 LIBPTHREAD
651 CROSSTARGET
652 CROSSCC
653 CROSSTEST_DISABLE
654 PRELINK
655 CARBONLIB
656 LIBOPENCL
657 FRAMEWORK_OPENAL
658 COREAUDIO
659 DISKARBITRATIONLIB
660 LDEXECFLAGS
661 APPLICATIONSERVICESLIB
662 QUICKTIMELIB
663 IOKITLIB
664 COREFOUNDATIONLIB
665 SECURITYLIB
666 DLLWRAP
667 DLLTOOL
669 LDRPATH_LOCAL
670 LDRPATH_INSTALL
671 IMPLIBEXT
672 LIBEXT
673 LDDLLFLAGS
674 LDSHARED
675 DLLFLAGS
676 DLLEXT
678 OPENGL_LIBS
679 XLIB
680 MAINTAINER_MODE
681 ICOTOOL
682 CONVERT
683 RSVG
684 PKG_CONFIG
685 FONTFORGE
686 LINTFLAGS
687 LINT
688 INSTALL_DATA
689 INSTALL_SCRIPT
690 INSTALL_PROGRAM
691 LDCONFIG
692 EGREP
693 GREP
694 LN_S
695 STRIP
696 RANLIB
697 ARFLAGS
698 ac_ct_AR
700 BISON
701 FLEX
702 TOOLSDIR
703 WOW64_DISABLE
704 TARGETFLAGS
705 CPPBIN
706 ac_ct_CXX
707 CXXFLAGS
709 OBJEXT
710 EXEEXT
711 ac_ct_CC
712 CPPFLAGS
713 LDFLAGS
714 CFLAGS
716 SET_MAKE
717 host_os
718 host_vendor
719 host_cpu
720 host
721 build_os
722 build_vendor
723 build_cpu
724 build
725 target_alias
726 host_alias
727 build_alias
728 LIBS
729 ECHO_T
730 ECHO_N
731 ECHO_C
732 DEFS
733 mandir
734 localedir
735 libdir
736 psdir
737 pdfdir
738 dvidir
739 htmldir
740 infodir
741 docdir
742 oldincludedir
743 includedir
744 localstatedir
745 sharedstatedir
746 sysconfdir
747 datadir
748 datarootdir
749 libexecdir
750 sbindir
751 bindir
752 program_transform_name
753 prefix
754 exec_prefix
755 PACKAGE_URL
756 PACKAGE_BUGREPORT
757 PACKAGE_STRING
758 PACKAGE_VERSION
759 PACKAGE_TARNAME
760 PACKAGE_NAME
761 PATH_SEPARATOR
762 SHELL'
763 ac_subst_files='MAKE_RULES
764 MAKE_TEST_RULES
765 MAKE_DLL_RULES
766 MAKE_IMPLIB_RULES
767 MAKE_PROG_RULES'
768 ac_user_opts='
769 enable_option_checking
770 enable_win16
771 enable_win64
772 enable_tests
773 enable_maintainer_mode
774 with_alsa
775 with_capi
776 with_cms
777 with_coreaudio
778 with_cups
779 with_curses
780 with_esd
781 with_fontconfig
782 with_freetype
783 with_gettextpo
784 with_gphoto
785 with_glu
786 with_gnutls
787 with_gsm
788 with_gstreamer
789 with_hal
790 with_jack
791 with_jpeg
792 with_ldap
793 with_mpg123
794 with_nas
795 with_openal
796 with_opencl
797 with_opengl
798 with_openssl
799 with_oss
800 with_png
801 with_pthread
802 with_sane
803 with_tiff
804 with_v4l
805 with_xcomposite
806 with_xcursor
807 with_xinerama
808 with_xinput
809 with_xml
810 with_xrandr
811 with_xrender
812 with_xshape
813 with_xshm
814 with_xslt
815 with_xxf86vm
816 with_wine_tools
817 with_wine64
818 enable_largefile
819 with_x
821 ac_precious_vars='build_alias
822 host_alias
823 target_alias
825 CFLAGS
826 LDFLAGS
827 LIBS
828 CPPFLAGS
830 CXXFLAGS
833 XMKMF'
836 # Initialize some variables set by options.
837 ac_init_help=
838 ac_init_version=false
839 ac_unrecognized_opts=
840 ac_unrecognized_sep=
841 # The variables have the same names as the options, with
842 # dashes changed to underlines.
843 cache_file=/dev/null
844 exec_prefix=NONE
845 no_create=
846 no_recursion=
847 prefix=NONE
848 program_prefix=NONE
849 program_suffix=NONE
850 program_transform_name=s,x,x,
851 silent=
852 site=
853 srcdir=
854 verbose=
855 x_includes=NONE
856 x_libraries=NONE
858 # Installation directory options.
859 # These are left unexpanded so users can "make install exec_prefix=/foo"
860 # and all the variables that are supposed to be based on exec_prefix
861 # by default will actually change.
862 # Use braces instead of parens because sh, perl, etc. also accept them.
863 # (The list follows the same order as the GNU Coding Standards.)
864 bindir='${exec_prefix}/bin'
865 sbindir='${exec_prefix}/sbin'
866 libexecdir='${exec_prefix}/libexec'
867 datarootdir='${prefix}/share'
868 datadir='${datarootdir}'
869 sysconfdir='${prefix}/etc'
870 sharedstatedir='${prefix}/com'
871 localstatedir='${prefix}/var'
872 includedir='${prefix}/include'
873 oldincludedir='/usr/include'
874 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
875 infodir='${datarootdir}/info'
876 htmldir='${docdir}'
877 dvidir='${docdir}'
878 pdfdir='${docdir}'
879 psdir='${docdir}'
880 libdir='${exec_prefix}/lib'
881 localedir='${datarootdir}/locale'
882 mandir='${datarootdir}/man'
884 ac_prev=
885 ac_dashdash=
886 for ac_option
888 # If the previous option needs an argument, assign it.
889 if test -n "$ac_prev"; then
890 eval $ac_prev=\$ac_option
891 ac_prev=
892 continue
895 case $ac_option in
896 *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
897 *=) ac_optarg= ;;
898 *) ac_optarg=yes ;;
899 esac
901 # Accept the important Cygnus configure options, so we can diagnose typos.
903 case $ac_dashdash$ac_option in
905 ac_dashdash=yes ;;
907 -bindir | --bindir | --bindi | --bind | --bin | --bi)
908 ac_prev=bindir ;;
909 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
910 bindir=$ac_optarg ;;
912 -build | --build | --buil | --bui | --bu)
913 ac_prev=build_alias ;;
914 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
915 build_alias=$ac_optarg ;;
917 -cache-file | --cache-file | --cache-fil | --cache-fi \
918 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
919 ac_prev=cache_file ;;
920 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
921 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
922 cache_file=$ac_optarg ;;
924 --config-cache | -C)
925 cache_file=config.cache ;;
927 -datadir | --datadir | --datadi | --datad)
928 ac_prev=datadir ;;
929 -datadir=* | --datadir=* | --datadi=* | --datad=*)
930 datadir=$ac_optarg ;;
932 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
933 | --dataroo | --dataro | --datar)
934 ac_prev=datarootdir ;;
935 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
936 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
937 datarootdir=$ac_optarg ;;
939 -disable-* | --disable-*)
940 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
941 # Reject names that are not valid shell variable names.
942 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
943 as_fn_error $? "invalid feature name: $ac_useropt"
944 ac_useropt_orig=$ac_useropt
945 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
946 case $ac_user_opts in
948 "enable_$ac_useropt"
949 "*) ;;
950 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
951 ac_unrecognized_sep=', ';;
952 esac
953 eval enable_$ac_useropt=no ;;
955 -docdir | --docdir | --docdi | --doc | --do)
956 ac_prev=docdir ;;
957 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
958 docdir=$ac_optarg ;;
960 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
961 ac_prev=dvidir ;;
962 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
963 dvidir=$ac_optarg ;;
965 -enable-* | --enable-*)
966 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
967 # Reject names that are not valid shell variable names.
968 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
969 as_fn_error $? "invalid feature name: $ac_useropt"
970 ac_useropt_orig=$ac_useropt
971 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
972 case $ac_user_opts in
974 "enable_$ac_useropt"
975 "*) ;;
976 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
977 ac_unrecognized_sep=', ';;
978 esac
979 eval enable_$ac_useropt=\$ac_optarg ;;
981 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
982 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
983 | --exec | --exe | --ex)
984 ac_prev=exec_prefix ;;
985 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
986 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
987 | --exec=* | --exe=* | --ex=*)
988 exec_prefix=$ac_optarg ;;
990 -gas | --gas | --ga | --g)
991 # Obsolete; use --with-gas.
992 with_gas=yes ;;
994 -help | --help | --hel | --he | -h)
995 ac_init_help=long ;;
996 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
997 ac_init_help=recursive ;;
998 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
999 ac_init_help=short ;;
1001 -host | --host | --hos | --ho)
1002 ac_prev=host_alias ;;
1003 -host=* | --host=* | --hos=* | --ho=*)
1004 host_alias=$ac_optarg ;;
1006 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
1007 ac_prev=htmldir ;;
1008 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
1009 | --ht=*)
1010 htmldir=$ac_optarg ;;
1012 -includedir | --includedir | --includedi | --included | --include \
1013 | --includ | --inclu | --incl | --inc)
1014 ac_prev=includedir ;;
1015 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
1016 | --includ=* | --inclu=* | --incl=* | --inc=*)
1017 includedir=$ac_optarg ;;
1019 -infodir | --infodir | --infodi | --infod | --info | --inf)
1020 ac_prev=infodir ;;
1021 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
1022 infodir=$ac_optarg ;;
1024 -libdir | --libdir | --libdi | --libd)
1025 ac_prev=libdir ;;
1026 -libdir=* | --libdir=* | --libdi=* | --libd=*)
1027 libdir=$ac_optarg ;;
1029 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1030 | --libexe | --libex | --libe)
1031 ac_prev=libexecdir ;;
1032 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1033 | --libexe=* | --libex=* | --libe=*)
1034 libexecdir=$ac_optarg ;;
1036 -localedir | --localedir | --localedi | --localed | --locale)
1037 ac_prev=localedir ;;
1038 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1039 localedir=$ac_optarg ;;
1041 -localstatedir | --localstatedir | --localstatedi | --localstated \
1042 | --localstate | --localstat | --localsta | --localst | --locals)
1043 ac_prev=localstatedir ;;
1044 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1045 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1046 localstatedir=$ac_optarg ;;
1048 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1049 ac_prev=mandir ;;
1050 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1051 mandir=$ac_optarg ;;
1053 -nfp | --nfp | --nf)
1054 # Obsolete; use --without-fp.
1055 with_fp=no ;;
1057 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1058 | --no-cr | --no-c | -n)
1059 no_create=yes ;;
1061 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1062 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1063 no_recursion=yes ;;
1065 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1066 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1067 | --oldin | --oldi | --old | --ol | --o)
1068 ac_prev=oldincludedir ;;
1069 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1070 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1071 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1072 oldincludedir=$ac_optarg ;;
1074 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1075 ac_prev=prefix ;;
1076 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1077 prefix=$ac_optarg ;;
1079 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1080 | --program-pre | --program-pr | --program-p)
1081 ac_prev=program_prefix ;;
1082 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1083 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1084 program_prefix=$ac_optarg ;;
1086 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1087 | --program-suf | --program-su | --program-s)
1088 ac_prev=program_suffix ;;
1089 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1090 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1091 program_suffix=$ac_optarg ;;
1093 -program-transform-name | --program-transform-name \
1094 | --program-transform-nam | --program-transform-na \
1095 | --program-transform-n | --program-transform- \
1096 | --program-transform | --program-transfor \
1097 | --program-transfo | --program-transf \
1098 | --program-trans | --program-tran \
1099 | --progr-tra | --program-tr | --program-t)
1100 ac_prev=program_transform_name ;;
1101 -program-transform-name=* | --program-transform-name=* \
1102 | --program-transform-nam=* | --program-transform-na=* \
1103 | --program-transform-n=* | --program-transform-=* \
1104 | --program-transform=* | --program-transfor=* \
1105 | --program-transfo=* | --program-transf=* \
1106 | --program-trans=* | --program-tran=* \
1107 | --progr-tra=* | --program-tr=* | --program-t=*)
1108 program_transform_name=$ac_optarg ;;
1110 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1111 ac_prev=pdfdir ;;
1112 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1113 pdfdir=$ac_optarg ;;
1115 -psdir | --psdir | --psdi | --psd | --ps)
1116 ac_prev=psdir ;;
1117 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1118 psdir=$ac_optarg ;;
1120 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1121 | -silent | --silent | --silen | --sile | --sil)
1122 silent=yes ;;
1124 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1125 ac_prev=sbindir ;;
1126 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1127 | --sbi=* | --sb=*)
1128 sbindir=$ac_optarg ;;
1130 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1131 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1132 | --sharedst | --shareds | --shared | --share | --shar \
1133 | --sha | --sh)
1134 ac_prev=sharedstatedir ;;
1135 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1136 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1137 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1138 | --sha=* | --sh=*)
1139 sharedstatedir=$ac_optarg ;;
1141 -site | --site | --sit)
1142 ac_prev=site ;;
1143 -site=* | --site=* | --sit=*)
1144 site=$ac_optarg ;;
1146 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1147 ac_prev=srcdir ;;
1148 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1149 srcdir=$ac_optarg ;;
1151 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1152 | --syscon | --sysco | --sysc | --sys | --sy)
1153 ac_prev=sysconfdir ;;
1154 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1155 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1156 sysconfdir=$ac_optarg ;;
1158 -target | --target | --targe | --targ | --tar | --ta | --t)
1159 ac_prev=target_alias ;;
1160 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1161 target_alias=$ac_optarg ;;
1163 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1164 verbose=yes ;;
1166 -version | --version | --versio | --versi | --vers | -V)
1167 ac_init_version=: ;;
1169 -with-* | --with-*)
1170 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1171 # Reject names that are not valid shell variable names.
1172 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1173 as_fn_error $? "invalid package name: $ac_useropt"
1174 ac_useropt_orig=$ac_useropt
1175 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1176 case $ac_user_opts in
1178 "with_$ac_useropt"
1179 "*) ;;
1180 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1181 ac_unrecognized_sep=', ';;
1182 esac
1183 eval with_$ac_useropt=\$ac_optarg ;;
1185 -without-* | --without-*)
1186 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1187 # Reject names that are not valid shell variable names.
1188 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1189 as_fn_error $? "invalid package name: $ac_useropt"
1190 ac_useropt_orig=$ac_useropt
1191 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1192 case $ac_user_opts in
1194 "with_$ac_useropt"
1195 "*) ;;
1196 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1197 ac_unrecognized_sep=', ';;
1198 esac
1199 eval with_$ac_useropt=no ;;
1201 --x)
1202 # Obsolete; use --with-x.
1203 with_x=yes ;;
1205 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1206 | --x-incl | --x-inc | --x-in | --x-i)
1207 ac_prev=x_includes ;;
1208 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1209 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1210 x_includes=$ac_optarg ;;
1212 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1213 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1214 ac_prev=x_libraries ;;
1215 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1216 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1217 x_libraries=$ac_optarg ;;
1219 -*) as_fn_error $? "unrecognized option: \`$ac_option'
1220 Try \`$0 --help' for more information"
1223 *=*)
1224 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1225 # Reject names that are not valid shell variable names.
1226 case $ac_envvar in #(
1227 '' | [0-9]* | *[!_$as_cr_alnum]* )
1228 as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
1229 esac
1230 eval $ac_envvar=\$ac_optarg
1231 export $ac_envvar ;;
1234 # FIXME: should be removed in autoconf 3.0.
1235 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1236 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1237 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1238 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1241 esac
1242 done
1244 if test -n "$ac_prev"; then
1245 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1246 as_fn_error $? "missing argument to $ac_option"
1249 if test -n "$ac_unrecognized_opts"; then
1250 case $enable_option_checking in
1251 no) ;;
1252 fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
1253 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1254 esac
1257 # Check all directory arguments for consistency.
1258 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1259 datadir sysconfdir sharedstatedir localstatedir includedir \
1260 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1261 libdir localedir mandir
1263 eval ac_val=\$$ac_var
1264 # Remove trailing slashes.
1265 case $ac_val in
1266 */ )
1267 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1268 eval $ac_var=\$ac_val;;
1269 esac
1270 # Be sure to have absolute directory names.
1271 case $ac_val in
1272 [\\/$]* | ?:[\\/]* ) continue;;
1273 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1274 esac
1275 as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
1276 done
1278 # There might be people who depend on the old broken behavior: `$host'
1279 # used to hold the argument of --host etc.
1280 # FIXME: To remove some day.
1281 build=$build_alias
1282 host=$host_alias
1283 target=$target_alias
1285 # FIXME: To remove some day.
1286 if test "x$host_alias" != x; then
1287 if test "x$build_alias" = x; then
1288 cross_compiling=maybe
1289 $as_echo "$as_me: WARNING: if you wanted to set the --build type, don't use --host.
1290 If a cross compiler is detected then cross compile mode will be used" >&2
1291 elif test "x$build_alias" != "x$host_alias"; then
1292 cross_compiling=yes
1296 ac_tool_prefix=
1297 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1299 test "$silent" = yes && exec 6>/dev/null
1302 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1303 ac_ls_di=`ls -di .` &&
1304 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1305 as_fn_error $? "working directory cannot be determined"
1306 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1307 as_fn_error $? "pwd does not report name of working directory"
1310 # Find the source files, if location was not specified.
1311 if test -z "$srcdir"; then
1312 ac_srcdir_defaulted=yes
1313 # Try the directory containing this script, then the parent directory.
1314 ac_confdir=`$as_dirname -- "$as_myself" ||
1315 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1316 X"$as_myself" : 'X\(//\)[^/]' \| \
1317 X"$as_myself" : 'X\(//\)$' \| \
1318 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1319 $as_echo X"$as_myself" |
1320 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1321 s//\1/
1324 /^X\(\/\/\)[^/].*/{
1325 s//\1/
1328 /^X\(\/\/\)$/{
1329 s//\1/
1332 /^X\(\/\).*/{
1333 s//\1/
1336 s/.*/./; q'`
1337 srcdir=$ac_confdir
1338 if test ! -r "$srcdir/$ac_unique_file"; then
1339 srcdir=..
1341 else
1342 ac_srcdir_defaulted=no
1344 if test ! -r "$srcdir/$ac_unique_file"; then
1345 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1346 as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
1348 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1349 ac_abs_confdir=`(
1350 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
1351 pwd)`
1352 # When building in place, set srcdir=.
1353 if test "$ac_abs_confdir" = "$ac_pwd"; then
1354 srcdir=.
1356 # Remove unnecessary trailing slashes from srcdir.
1357 # Double slashes in file names in object file debugging info
1358 # mess up M-x gdb in Emacs.
1359 case $srcdir in
1360 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1361 esac
1362 for ac_var in $ac_precious_vars; do
1363 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1364 eval ac_env_${ac_var}_value=\$${ac_var}
1365 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1366 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1367 done
1370 # Report the --help message.
1372 if test "$ac_init_help" = "long"; then
1373 # Omit some internal or obsolete options to make the list less imposing.
1374 # This message is too long to be a string in the A/UX 3.1 sh.
1375 cat <<_ACEOF
1376 \`configure' configures Wine 1.3.10 to adapt to many kinds of systems.
1378 Usage: $0 [OPTION]... [VAR=VALUE]...
1380 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1381 VAR=VALUE. See below for descriptions of some of the useful variables.
1383 Defaults for the options are specified in brackets.
1385 Configuration:
1386 -h, --help display this help and exit
1387 --help=short display options specific to this package
1388 --help=recursive display the short help of all the included packages
1389 -V, --version display version information and exit
1390 -q, --quiet, --silent do not print \`checking ...' messages
1391 --cache-file=FILE cache test results in FILE [disabled]
1392 -C, --config-cache alias for \`--cache-file=config.cache'
1393 -n, --no-create do not create output files
1394 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1396 Installation directories:
1397 --prefix=PREFIX install architecture-independent files in PREFIX
1398 [$ac_default_prefix]
1399 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1400 [PREFIX]
1402 By default, \`make install' will install all the files in
1403 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1404 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1405 for instance \`--prefix=\$HOME'.
1407 For better control, use the options below.
1409 Fine tuning of the installation directories:
1410 --bindir=DIR user executables [EPREFIX/bin]
1411 --sbindir=DIR system admin executables [EPREFIX/sbin]
1412 --libexecdir=DIR program executables [EPREFIX/libexec]
1413 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1414 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1415 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1416 --libdir=DIR object code libraries [EPREFIX/lib]
1417 --includedir=DIR C header files [PREFIX/include]
1418 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1419 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1420 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1421 --infodir=DIR info documentation [DATAROOTDIR/info]
1422 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1423 --mandir=DIR man documentation [DATAROOTDIR/man]
1424 --docdir=DIR documentation root [DATAROOTDIR/doc/wine]
1425 --htmldir=DIR html documentation [DOCDIR]
1426 --dvidir=DIR dvi documentation [DOCDIR]
1427 --pdfdir=DIR pdf documentation [DOCDIR]
1428 --psdir=DIR ps documentation [DOCDIR]
1429 _ACEOF
1431 cat <<\_ACEOF
1433 X features:
1434 --x-includes=DIR X include files are in DIR
1435 --x-libraries=DIR X library files are in DIR
1437 System types:
1438 --build=BUILD configure for building on BUILD [guessed]
1439 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1440 _ACEOF
1443 if test -n "$ac_init_help"; then
1444 case $ac_init_help in
1445 short | recursive ) echo "Configuration of Wine 1.3.10:";;
1446 esac
1447 cat <<\_ACEOF
1449 Optional Features:
1450 --disable-option-checking ignore unrecognized --enable/--with options
1451 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1452 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1453 --disable-win16 do not include Win16 support
1454 --enable-win64 build a Win64 emulator on AMD64 (won't run Win32
1455 binaries)
1456 --disable-tests do not build the regression tests
1457 --enable-maintainer-mode
1458 enable maintainer-specific build rules
1459 --disable-largefile omit support for large files
1461 Optional Packages:
1462 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1463 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1464 --without-alsa do not use the Alsa sound support
1465 --without-capi do not use CAPI (ISDN support)
1466 --without-cms do not use CMS (color management support)
1467 --without-coreaudio do not use the CoreAudio sound support
1468 --without-cups do not use CUPS
1469 --without-curses do not use (n)curses
1470 --without-esd do not use the EsounD sound support
1471 --without-fontconfig do not use fontconfig
1472 --without-freetype do not use the FreeType library
1473 --without-gettextpo do not use the GetTextPO library
1474 --without-gphoto do not use gphoto (Digital Camera support)
1475 --without-glu do not use the GLU library
1476 --without-gnutls do not use GnuTLS (schannel support)
1477 --without-gsm do not use libgsm (GSM 06.10 codec support)
1478 --without-gstreamer do not use GStreamer (codecs support)
1479 --without-hal do not use HAL (dynamic device support)
1480 --without-jack do not use the Jack sound support
1481 --without-jpeg do not use JPEG
1482 --without-ldap do not use LDAP
1483 --without-mpg123 do not use the mpg123 library
1484 --without-nas do not use the NAS sound support
1485 --without-openal do not use OpenAL
1486 --without-opencl do not use OpenCL
1487 --without-opengl do not use OpenGL
1488 --without-openssl do not use OpenSSL
1489 --without-oss do not use the OSS sound support
1490 --without-png do not use PNG
1491 --without-pthread do not use the pthread library
1492 --without-sane do not use SANE (scanner support)
1493 --without-tiff do not use TIFF
1494 --without-v4l do not use v4l1 (v4l support)
1495 --without-xcomposite do not use the Xcomposite extension
1496 --without-xcursor do not use the Xcursor extension
1497 --without-xinerama do not use Xinerama (multi-monitor support)
1498 --without-xinput do not use the Xinput extension
1499 --without-xml do not use XML
1500 --without-xrandr do not use Xrandr (resolution changes)
1501 --without-xrender do not use the Xrender extension
1502 --without-xshape do not use the Xshape extension
1503 --without-xshm do not use XShm (shared memory extension)
1504 --without-xslt do not use XSLT
1505 --without-xxf86vm do not use XFree video mode extension
1506 --with-wine-tools=DIR use Wine tools from directory DIR
1507 --with-wine64=DIR use the 64-bit Wine in DIR for a Wow64 build
1508 --with-x use the X Window System
1510 Some influential environment variables:
1511 CC C compiler command
1512 CFLAGS C compiler flags
1513 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1514 nonstandard directory <lib dir>
1515 LIBS libraries to pass to the linker, e.g. -l<library>
1516 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
1517 you have headers in a nonstandard directory <include dir>
1518 CXX C++ compiler command
1519 CXXFLAGS C++ compiler flags
1520 CPP C preprocessor
1521 XMKMF Path to xmkmf, Makefile generator for X Window System
1523 Use these variables to override the choices made by `configure' or to help
1524 it to find libraries and programs with nonstandard names/locations.
1526 Report bugs to <wine-devel@winehq.org>.
1527 Wine home page: <http://www.winehq.org>.
1528 _ACEOF
1529 ac_status=$?
1532 if test "$ac_init_help" = "recursive"; then
1533 # If there are subdirs, report their specific --help.
1534 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1535 test -d "$ac_dir" ||
1536 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1537 continue
1538 ac_builddir=.
1540 case "$ac_dir" in
1541 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1543 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1544 # A ".." for each directory in $ac_dir_suffix.
1545 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1546 case $ac_top_builddir_sub in
1547 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1548 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1549 esac ;;
1550 esac
1551 ac_abs_top_builddir=$ac_pwd
1552 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1553 # for backward compatibility:
1554 ac_top_builddir=$ac_top_build_prefix
1556 case $srcdir in
1557 .) # We are building in place.
1558 ac_srcdir=.
1559 ac_top_srcdir=$ac_top_builddir_sub
1560 ac_abs_top_srcdir=$ac_pwd ;;
1561 [\\/]* | ?:[\\/]* ) # Absolute name.
1562 ac_srcdir=$srcdir$ac_dir_suffix;
1563 ac_top_srcdir=$srcdir
1564 ac_abs_top_srcdir=$srcdir ;;
1565 *) # Relative name.
1566 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1567 ac_top_srcdir=$ac_top_build_prefix$srcdir
1568 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1569 esac
1570 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1572 cd "$ac_dir" || { ac_status=$?; continue; }
1573 # Check for guested configure.
1574 if test -f "$ac_srcdir/configure.gnu"; then
1575 echo &&
1576 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1577 elif test -f "$ac_srcdir/configure"; then
1578 echo &&
1579 $SHELL "$ac_srcdir/configure" --help=recursive
1580 else
1581 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1582 fi || ac_status=$?
1583 cd "$ac_pwd" || { ac_status=$?; break; }
1584 done
1587 test -n "$ac_init_help" && exit $ac_status
1588 if $ac_init_version; then
1589 cat <<\_ACEOF
1590 Wine configure 1.3.10
1591 generated by GNU Autoconf 2.67
1593 Copyright (C) 2010 Free Software Foundation, Inc.
1594 This configure script is free software; the Free Software Foundation
1595 gives unlimited permission to copy, distribute and modify it.
1596 _ACEOF
1597 exit
1600 ## ------------------------ ##
1601 ## Autoconf initialization. ##
1602 ## ------------------------ ##
1604 # ac_fn_c_try_compile LINENO
1605 # --------------------------
1606 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1607 ac_fn_c_try_compile ()
1609 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1610 rm -f conftest.$ac_objext
1611 if { { ac_try="$ac_compile"
1612 case "(($ac_try" in
1613 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1614 *) ac_try_echo=$ac_try;;
1615 esac
1616 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1617 $as_echo "$ac_try_echo"; } >&5
1618 (eval "$ac_compile") 2>conftest.err
1619 ac_status=$?
1620 if test -s conftest.err; then
1621 grep -v '^ *+' conftest.err >conftest.er1
1622 cat conftest.er1 >&5
1623 mv -f conftest.er1 conftest.err
1625 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1626 test $ac_status = 0; } && {
1627 test -z "$ac_c_werror_flag" ||
1628 test ! -s conftest.err
1629 } && test -s conftest.$ac_objext; then :
1630 ac_retval=0
1631 else
1632 $as_echo "$as_me: failed program was:" >&5
1633 sed 's/^/| /' conftest.$ac_ext >&5
1635 ac_retval=1
1637 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1638 as_fn_set_status $ac_retval
1640 } # ac_fn_c_try_compile
1642 # ac_fn_cxx_try_compile LINENO
1643 # ----------------------------
1644 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1645 ac_fn_cxx_try_compile ()
1647 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1648 rm -f conftest.$ac_objext
1649 if { { ac_try="$ac_compile"
1650 case "(($ac_try" in
1651 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1652 *) ac_try_echo=$ac_try;;
1653 esac
1654 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1655 $as_echo "$ac_try_echo"; } >&5
1656 (eval "$ac_compile") 2>conftest.err
1657 ac_status=$?
1658 if test -s conftest.err; then
1659 grep -v '^ *+' conftest.err >conftest.er1
1660 cat conftest.er1 >&5
1661 mv -f conftest.er1 conftest.err
1663 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1664 test $ac_status = 0; } && {
1665 test -z "$ac_cxx_werror_flag" ||
1666 test ! -s conftest.err
1667 } && test -s conftest.$ac_objext; then :
1668 ac_retval=0
1669 else
1670 $as_echo "$as_me: failed program was:" >&5
1671 sed 's/^/| /' conftest.$ac_ext >&5
1673 ac_retval=1
1675 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1676 as_fn_set_status $ac_retval
1678 } # ac_fn_cxx_try_compile
1680 # ac_fn_c_try_link LINENO
1681 # -----------------------
1682 # Try to link conftest.$ac_ext, and return whether this succeeded.
1683 ac_fn_c_try_link ()
1685 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1686 rm -f conftest.$ac_objext conftest$ac_exeext
1687 if { { ac_try="$ac_link"
1688 case "(($ac_try" in
1689 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1690 *) ac_try_echo=$ac_try;;
1691 esac
1692 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1693 $as_echo "$ac_try_echo"; } >&5
1694 (eval "$ac_link") 2>conftest.err
1695 ac_status=$?
1696 if test -s conftest.err; then
1697 grep -v '^ *+' conftest.err >conftest.er1
1698 cat conftest.er1 >&5
1699 mv -f conftest.er1 conftest.err
1701 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1702 test $ac_status = 0; } && {
1703 test -z "$ac_c_werror_flag" ||
1704 test ! -s conftest.err
1705 } && test -s conftest$ac_exeext && {
1706 test "$cross_compiling" = yes ||
1707 $as_test_x conftest$ac_exeext
1708 }; then :
1709 ac_retval=0
1710 else
1711 $as_echo "$as_me: failed program was:" >&5
1712 sed 's/^/| /' conftest.$ac_ext >&5
1714 ac_retval=1
1716 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1717 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1718 # interfere with the next link command; also delete a directory that is
1719 # left behind by Apple's compiler. We do this before executing the actions.
1720 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1721 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1722 as_fn_set_status $ac_retval
1724 } # ac_fn_c_try_link
1726 # ac_fn_c_try_cpp LINENO
1727 # ----------------------
1728 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1729 ac_fn_c_try_cpp ()
1731 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1732 if { { ac_try="$ac_cpp conftest.$ac_ext"
1733 case "(($ac_try" in
1734 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1735 *) ac_try_echo=$ac_try;;
1736 esac
1737 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1738 $as_echo "$ac_try_echo"; } >&5
1739 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1740 ac_status=$?
1741 if test -s conftest.err; then
1742 grep -v '^ *+' conftest.err >conftest.er1
1743 cat conftest.er1 >&5
1744 mv -f conftest.er1 conftest.err
1746 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1747 test $ac_status = 0; } > conftest.i && {
1748 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1749 test ! -s conftest.err
1750 }; then :
1751 ac_retval=0
1752 else
1753 $as_echo "$as_me: failed program was:" >&5
1754 sed 's/^/| /' conftest.$ac_ext >&5
1756 ac_retval=1
1758 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1759 as_fn_set_status $ac_retval
1761 } # ac_fn_c_try_cpp
1763 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1764 # -------------------------------------------------------
1765 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
1766 # the include files in INCLUDES and setting the cache variable VAR
1767 # accordingly.
1768 ac_fn_c_check_header_mongrel ()
1770 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1771 if eval "test \"\${$3+set}\"" = set; then :
1772 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1773 $as_echo_n "checking for $2... " >&6; }
1774 if eval "test \"\${$3+set}\"" = set; then :
1775 $as_echo_n "(cached) " >&6
1777 eval ac_res=\$$3
1778 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1779 $as_echo "$ac_res" >&6; }
1780 else
1781 # Is the header compilable?
1782 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1783 $as_echo_n "checking $2 usability... " >&6; }
1784 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1785 /* end confdefs.h. */
1787 #include <$2>
1788 _ACEOF
1789 if ac_fn_c_try_compile "$LINENO"; then :
1790 ac_header_compiler=yes
1791 else
1792 ac_header_compiler=no
1794 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1795 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1796 $as_echo "$ac_header_compiler" >&6; }
1798 # Is the header present?
1799 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1800 $as_echo_n "checking $2 presence... " >&6; }
1801 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1802 /* end confdefs.h. */
1803 #include <$2>
1804 _ACEOF
1805 if ac_fn_c_try_cpp "$LINENO"; then :
1806 ac_header_preproc=yes
1807 else
1808 ac_header_preproc=no
1810 rm -f conftest.err conftest.i conftest.$ac_ext
1811 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1812 $as_echo "$ac_header_preproc" >&6; }
1814 # So? What about this header?
1815 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1816 yes:no: )
1817 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1818 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&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;}
1822 no:yes:* )
1823 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1824 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1825 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
1826 $as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
1827 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1828 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1829 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1830 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1831 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1832 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1833 ( $as_echo "## ------------------------------------ ##
1834 ## Report this to wine-devel@winehq.org ##
1835 ## ------------------------------------ ##"
1836 ) | sed "s/^/$as_me: WARNING: /" >&2
1838 esac
1839 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1840 $as_echo_n "checking for $2... " >&6; }
1841 if eval "test \"\${$3+set}\"" = set; then :
1842 $as_echo_n "(cached) " >&6
1843 else
1844 eval "$3=\$ac_header_compiler"
1846 eval ac_res=\$$3
1847 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1848 $as_echo "$ac_res" >&6; }
1850 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1852 } # ac_fn_c_check_header_mongrel
1854 # ac_fn_c_try_run LINENO
1855 # ----------------------
1856 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1857 # that executables *can* be run.
1858 ac_fn_c_try_run ()
1860 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1861 if { { ac_try="$ac_link"
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_link") 2>&5
1869 ac_status=$?
1870 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1871 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1872 { { case "(($ac_try" in
1873 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1874 *) ac_try_echo=$ac_try;;
1875 esac
1876 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1877 $as_echo "$ac_try_echo"; } >&5
1878 (eval "$ac_try") 2>&5
1879 ac_status=$?
1880 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1881 test $ac_status = 0; }; }; then :
1882 ac_retval=0
1883 else
1884 $as_echo "$as_me: program exited with status $ac_status" >&5
1885 $as_echo "$as_me: failed program was:" >&5
1886 sed 's/^/| /' conftest.$ac_ext >&5
1888 ac_retval=$ac_status
1890 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1891 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1892 as_fn_set_status $ac_retval
1894 } # ac_fn_c_try_run
1896 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1897 # -------------------------------------------------------
1898 # Tests whether HEADER exists and can be compiled using the include files in
1899 # INCLUDES, setting the cache variable VAR accordingly.
1900 ac_fn_c_check_header_compile ()
1902 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1903 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1904 $as_echo_n "checking for $2... " >&6; }
1905 if eval "test \"\${$3+set}\"" = set; then :
1906 $as_echo_n "(cached) " >&6
1907 else
1908 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1909 /* end confdefs.h. */
1911 #include <$2>
1912 _ACEOF
1913 if ac_fn_c_try_compile "$LINENO"; then :
1914 eval "$3=yes"
1915 else
1916 eval "$3=no"
1918 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1920 eval ac_res=\$$3
1921 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1922 $as_echo "$ac_res" >&6; }
1923 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1925 } # ac_fn_c_check_header_compile
1927 # ac_fn_c_check_func LINENO FUNC VAR
1928 # ----------------------------------
1929 # Tests whether FUNC exists, setting the cache variable VAR accordingly
1930 ac_fn_c_check_func ()
1932 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1933 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1934 $as_echo_n "checking for $2... " >&6; }
1935 if eval "test \"\${$3+set}\"" = set; then :
1936 $as_echo_n "(cached) " >&6
1937 else
1938 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1939 /* end confdefs.h. */
1940 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1941 For example, HP-UX 11i <limits.h> declares gettimeofday. */
1942 #define $2 innocuous_$2
1944 /* System header to define __stub macros and hopefully few prototypes,
1945 which can conflict with char $2 (); below.
1946 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1947 <limits.h> exists even on freestanding compilers. */
1949 #ifdef __STDC__
1950 # include <limits.h>
1951 #else
1952 # include <assert.h>
1953 #endif
1955 #undef $2
1957 /* Override any GCC internal prototype to avoid an error.
1958 Use char because int might match the return type of a GCC
1959 builtin and then its argument prototype would still apply. */
1960 #ifdef __cplusplus
1961 extern "C"
1962 #endif
1963 char $2 ();
1964 /* The GNU C library defines this for functions which it implements
1965 to always fail with ENOSYS. Some functions are actually named
1966 something starting with __ and the normal name is an alias. */
1967 #if defined __stub_$2 || defined __stub___$2
1968 choke me
1969 #endif
1972 main ()
1974 return $2 ();
1976 return 0;
1978 _ACEOF
1979 if ac_fn_c_try_link "$LINENO"; then :
1980 eval "$3=yes"
1981 else
1982 eval "$3=no"
1984 rm -f core conftest.err conftest.$ac_objext \
1985 conftest$ac_exeext conftest.$ac_ext
1987 eval ac_res=\$$3
1988 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1989 $as_echo "$ac_res" >&6; }
1990 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1992 } # ac_fn_c_check_func
1994 # ac_fn_c_check_member LINENO AGGR MEMBER VAR INCLUDES
1995 # ----------------------------------------------------
1996 # Tries to find if the field MEMBER exists in type AGGR, after including
1997 # INCLUDES, setting cache variable VAR accordingly.
1998 ac_fn_c_check_member ()
2000 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2001 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2.$3" >&5
2002 $as_echo_n "checking for $2.$3... " >&6; }
2003 if eval "test \"\${$4+set}\"" = set; then :
2004 $as_echo_n "(cached) " >&6
2005 else
2006 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2007 /* end confdefs.h. */
2010 main ()
2012 static $2 ac_aggr;
2013 if (ac_aggr.$3)
2014 return 0;
2016 return 0;
2018 _ACEOF
2019 if ac_fn_c_try_compile "$LINENO"; then :
2020 eval "$4=yes"
2021 else
2022 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2023 /* end confdefs.h. */
2026 main ()
2028 static $2 ac_aggr;
2029 if (sizeof ac_aggr.$3)
2030 return 0;
2032 return 0;
2034 _ACEOF
2035 if ac_fn_c_try_compile "$LINENO"; then :
2036 eval "$4=yes"
2037 else
2038 eval "$4=no"
2040 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2042 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2044 eval ac_res=\$$4
2045 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2046 $as_echo "$ac_res" >&6; }
2047 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2049 } # ac_fn_c_check_member
2051 # ac_fn_c_check_type LINENO TYPE VAR INCLUDES
2052 # -------------------------------------------
2053 # Tests whether TYPE exists after having included INCLUDES, setting cache
2054 # variable VAR accordingly.
2055 ac_fn_c_check_type ()
2057 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2058 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2059 $as_echo_n "checking for $2... " >&6; }
2060 if eval "test \"\${$3+set}\"" = set; then :
2061 $as_echo_n "(cached) " >&6
2062 else
2063 eval "$3=no"
2064 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2065 /* end confdefs.h. */
2068 main ()
2070 if (sizeof ($2))
2071 return 0;
2073 return 0;
2075 _ACEOF
2076 if ac_fn_c_try_compile "$LINENO"; then :
2077 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2078 /* end confdefs.h. */
2081 main ()
2083 if (sizeof (($2)))
2084 return 0;
2086 return 0;
2088 _ACEOF
2089 if ac_fn_c_try_compile "$LINENO"; then :
2091 else
2092 eval "$3=yes"
2094 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2096 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2098 eval ac_res=\$$3
2099 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2100 $as_echo "$ac_res" >&6; }
2101 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2103 } # ac_fn_c_check_type
2104 cat >config.log <<_ACEOF
2105 This file contains any messages produced by compilers while
2106 running configure, to aid debugging if configure makes a mistake.
2108 It was created by Wine $as_me 1.3.10, which was
2109 generated by GNU Autoconf 2.67. Invocation command line was
2111 $ $0 $@
2113 _ACEOF
2114 exec 5>>config.log
2116 cat <<_ASUNAME
2117 ## --------- ##
2118 ## Platform. ##
2119 ## --------- ##
2121 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
2122 uname -m = `(uname -m) 2>/dev/null || echo unknown`
2123 uname -r = `(uname -r) 2>/dev/null || echo unknown`
2124 uname -s = `(uname -s) 2>/dev/null || echo unknown`
2125 uname -v = `(uname -v) 2>/dev/null || echo unknown`
2127 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
2128 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
2130 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
2131 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
2132 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
2133 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
2134 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
2135 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
2136 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
2138 _ASUNAME
2140 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2141 for as_dir in $PATH
2143 IFS=$as_save_IFS
2144 test -z "$as_dir" && as_dir=.
2145 $as_echo "PATH: $as_dir"
2146 done
2147 IFS=$as_save_IFS
2149 } >&5
2151 cat >&5 <<_ACEOF
2154 ## ----------- ##
2155 ## Core tests. ##
2156 ## ----------- ##
2158 _ACEOF
2161 # Keep a trace of the command line.
2162 # Strip out --no-create and --no-recursion so they do not pile up.
2163 # Strip out --silent because we don't want to record it for future runs.
2164 # Also quote any args containing shell meta-characters.
2165 # Make two passes to allow for proper duplicate-argument suppression.
2166 ac_configure_args=
2167 ac_configure_args0=
2168 ac_configure_args1=
2169 ac_must_keep_next=false
2170 for ac_pass in 1 2
2172 for ac_arg
2174 case $ac_arg in
2175 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
2176 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2177 | -silent | --silent | --silen | --sile | --sil)
2178 continue ;;
2179 *\'*)
2180 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
2181 esac
2182 case $ac_pass in
2183 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
2185 as_fn_append ac_configure_args1 " '$ac_arg'"
2186 if test $ac_must_keep_next = true; then
2187 ac_must_keep_next=false # Got value, back to normal.
2188 else
2189 case $ac_arg in
2190 *=* | --config-cache | -C | -disable-* | --disable-* \
2191 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
2192 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2193 | -with-* | --with-* | -without-* | --without-* | --x)
2194 case "$ac_configure_args0 " in
2195 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2196 esac
2198 -* ) ac_must_keep_next=true ;;
2199 esac
2201 as_fn_append ac_configure_args " '$ac_arg'"
2203 esac
2204 done
2205 done
2206 { ac_configure_args0=; unset ac_configure_args0;}
2207 { ac_configure_args1=; unset ac_configure_args1;}
2209 # When interrupted or exit'd, cleanup temporary files, and complete
2210 # config.log. We remove comments because anyway the quotes in there
2211 # would cause problems or look ugly.
2212 # WARNING: Use '\'' to represent an apostrophe within the trap.
2213 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
2214 trap 'exit_status=$?
2215 # Save into config.log some information that might help in debugging.
2217 echo
2219 $as_echo "## ---------------- ##
2220 ## Cache variables. ##
2221 ## ---------------- ##"
2222 echo
2223 # The following way of writing the cache mishandles newlines in values,
2225 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2226 eval ac_val=\$$ac_var
2227 case $ac_val in #(
2228 *${as_nl}*)
2229 case $ac_var in #(
2230 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2231 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2232 esac
2233 case $ac_var in #(
2234 _ | IFS | as_nl) ;; #(
2235 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2236 *) { eval $ac_var=; unset $ac_var;} ;;
2237 esac ;;
2238 esac
2239 done
2240 (set) 2>&1 |
2241 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2242 *${as_nl}ac_space=\ *)
2243 sed -n \
2244 "s/'\''/'\''\\\\'\'''\''/g;
2245 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2246 ;; #(
2248 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2250 esac |
2251 sort
2253 echo
2255 $as_echo "## ----------------- ##
2256 ## Output variables. ##
2257 ## ----------------- ##"
2258 echo
2259 for ac_var in $ac_subst_vars
2261 eval ac_val=\$$ac_var
2262 case $ac_val in
2263 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2264 esac
2265 $as_echo "$ac_var='\''$ac_val'\''"
2266 done | sort
2267 echo
2269 if test -n "$ac_subst_files"; then
2270 $as_echo "## ------------------- ##
2271 ## File substitutions. ##
2272 ## ------------------- ##"
2273 echo
2274 for ac_var in $ac_subst_files
2276 eval ac_val=\$$ac_var
2277 case $ac_val in
2278 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2279 esac
2280 $as_echo "$ac_var='\''$ac_val'\''"
2281 done | sort
2282 echo
2285 if test -s confdefs.h; then
2286 $as_echo "## ----------- ##
2287 ## confdefs.h. ##
2288 ## ----------- ##"
2289 echo
2290 cat confdefs.h
2291 echo
2293 test "$ac_signal" != 0 &&
2294 $as_echo "$as_me: caught signal $ac_signal"
2295 $as_echo "$as_me: exit $exit_status"
2296 } >&5
2297 rm -f core *.core core.conftest.* &&
2298 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2299 exit $exit_status
2301 for ac_signal in 1 2 13 15; do
2302 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
2303 done
2304 ac_signal=0
2306 # confdefs.h avoids OS command line length limits that DEFS can exceed.
2307 rm -f -r conftest* confdefs.h
2309 $as_echo "/* confdefs.h */" > confdefs.h
2311 # Predefined preprocessor variables.
2313 cat >>confdefs.h <<_ACEOF
2314 #define PACKAGE_NAME "$PACKAGE_NAME"
2315 _ACEOF
2317 cat >>confdefs.h <<_ACEOF
2318 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2319 _ACEOF
2321 cat >>confdefs.h <<_ACEOF
2322 #define PACKAGE_VERSION "$PACKAGE_VERSION"
2323 _ACEOF
2325 cat >>confdefs.h <<_ACEOF
2326 #define PACKAGE_STRING "$PACKAGE_STRING"
2327 _ACEOF
2329 cat >>confdefs.h <<_ACEOF
2330 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2331 _ACEOF
2333 cat >>confdefs.h <<_ACEOF
2334 #define PACKAGE_URL "$PACKAGE_URL"
2335 _ACEOF
2338 # Let the site file select an alternate cache file if it wants to.
2339 # Prefer an explicitly selected file to automatically selected ones.
2340 ac_site_file1=NONE
2341 ac_site_file2=NONE
2342 if test -n "$CONFIG_SITE"; then
2343 # We do not want a PATH search for config.site.
2344 case $CONFIG_SITE in #((
2345 -*) ac_site_file1=./$CONFIG_SITE;;
2346 */*) ac_site_file1=$CONFIG_SITE;;
2347 *) ac_site_file1=./$CONFIG_SITE;;
2348 esac
2349 elif test "x$prefix" != xNONE; then
2350 ac_site_file1=$prefix/share/config.site
2351 ac_site_file2=$prefix/etc/config.site
2352 else
2353 ac_site_file1=$ac_default_prefix/share/config.site
2354 ac_site_file2=$ac_default_prefix/etc/config.site
2356 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2358 test "x$ac_site_file" = xNONE && continue
2359 if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
2360 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2361 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
2362 sed 's/^/| /' "$ac_site_file" >&5
2363 . "$ac_site_file" \
2364 || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2365 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2366 as_fn_error $? "failed to load site script $ac_site_file
2367 See \`config.log' for more details" "$LINENO" 5 ; }
2369 done
2371 if test -r "$cache_file"; then
2372 # Some versions of bash will fail to source /dev/null (special files
2373 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
2374 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
2375 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2376 $as_echo "$as_me: loading cache $cache_file" >&6;}
2377 case $cache_file in
2378 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2379 *) . "./$cache_file";;
2380 esac
2382 else
2383 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2384 $as_echo "$as_me: creating cache $cache_file" >&6;}
2385 >$cache_file
2388 # Check that the precious variables saved in the cache have kept the same
2389 # value.
2390 ac_cache_corrupted=false
2391 for ac_var in $ac_precious_vars; do
2392 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2393 eval ac_new_set=\$ac_env_${ac_var}_set
2394 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2395 eval ac_new_val=\$ac_env_${ac_var}_value
2396 case $ac_old_set,$ac_new_set in
2397 set,)
2398 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2399 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2400 ac_cache_corrupted=: ;;
2401 ,set)
2402 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2403 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2404 ac_cache_corrupted=: ;;
2405 ,);;
2407 if test "x$ac_old_val" != "x$ac_new_val"; then
2408 # differences in whitespace do not lead to failure.
2409 ac_old_val_w=`echo x $ac_old_val`
2410 ac_new_val_w=`echo x $ac_new_val`
2411 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2412 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2413 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2414 ac_cache_corrupted=:
2415 else
2416 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2417 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2418 eval $ac_var=\$ac_old_val
2420 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2421 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2422 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2423 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
2424 fi;;
2425 esac
2426 # Pass precious variables to config.status.
2427 if test "$ac_new_set" = set; then
2428 case $ac_new_val in
2429 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2430 *) ac_arg=$ac_var=$ac_new_val ;;
2431 esac
2432 case " $ac_configure_args " in
2433 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
2434 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
2435 esac
2437 done
2438 if $ac_cache_corrupted; then
2439 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2440 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2441 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2442 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2443 as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
2445 ## -------------------- ##
2446 ## Main body of script. ##
2447 ## -------------------- ##
2449 ac_ext=c
2450 ac_cpp='$CPP $CPPFLAGS'
2451 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2452 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2453 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2457 ac_config_headers="$ac_config_headers include/config.h"
2459 ac_aux_dir=
2460 for ac_dir in tools "$srcdir"/tools; do
2461 if test -f "$ac_dir/install-sh"; then
2462 ac_aux_dir=$ac_dir
2463 ac_install_sh="$ac_aux_dir/install-sh -c"
2464 break
2465 elif test -f "$ac_dir/install.sh"; then
2466 ac_aux_dir=$ac_dir
2467 ac_install_sh="$ac_aux_dir/install.sh -c"
2468 break
2469 elif test -f "$ac_dir/shtool"; then
2470 ac_aux_dir=$ac_dir
2471 ac_install_sh="$ac_aux_dir/shtool install -c"
2472 break
2474 done
2475 if test -z "$ac_aux_dir"; then
2476 as_fn_error $? "cannot find install-sh, install.sh, or shtool in tools \"$srcdir\"/tools" "$LINENO" 5
2479 # These three variables are undocumented and unsupported,
2480 # and are intended to be withdrawn in a future Autoconf release.
2481 # They can cause serious problems if a builder's source tree is in a directory
2482 # whose full name contains unusual characters.
2483 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2484 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2485 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2491 # Check whether --enable-win16 was given.
2492 if test "${enable_win16+set}" = set; then :
2493 enableval=$enable_win16;
2496 # Check whether --enable-win64 was given.
2497 if test "${enable_win64+set}" = set; then :
2498 enableval=$enable_win64;
2501 # Check whether --enable-tests was given.
2502 if test "${enable_tests+set}" = set; then :
2503 enableval=$enable_tests;
2506 # Check whether --enable-maintainer-mode was given.
2507 if test "${enable_maintainer_mode+set}" = set; then :
2508 enableval=$enable_maintainer_mode;
2513 # Check whether --with-alsa was given.
2514 if test "${with_alsa+set}" = set; then :
2515 withval=$with_alsa; if test "x$withval" = "xno"; then ac_cv_header_sys_asoundlib_h=no; ac_cv_header_alsa_asoundlib_h=no; fi
2519 # Check whether --with-capi was given.
2520 if test "${with_capi+set}" = set; then :
2521 withval=$with_capi; if test "x$withval" = "xno"; then ac_cv_header_capi20_h=no; ac_cv_header_linux_capi_h=no; fi
2525 # Check whether --with-cms was given.
2526 if test "${with_cms+set}" = set; then :
2527 withval=$with_cms; if test "x$withval" = "xno"; then ac_cv_header_lcms_h=no; ac_cv_header_lcms_lcms_h=no; fi
2531 # Check whether --with-coreaudio was given.
2532 if test "${with_coreaudio+set}" = set; then :
2533 withval=$with_coreaudio; if test "x$withval" = "xno"; then ac_cv_header_CoreAudio_CoreAudio_h=no; fi
2537 # Check whether --with-cups was given.
2538 if test "${with_cups+set}" = set; then :
2539 withval=$with_cups;
2543 # Check whether --with-curses was given.
2544 if test "${with_curses+set}" = set; then :
2545 withval=$with_curses; if test "x$withval" = "xno"; then ac_cv_header_ncurses_h=no; ac_cv_header_curses_h=no; fi
2549 # Check whether --with-esd was given.
2550 if test "${with_esd+set}" = set; then :
2551 withval=$with_esd;
2555 # Check whether --with-fontconfig was given.
2556 if test "${with_fontconfig+set}" = set; then :
2557 withval=$with_fontconfig; if test "x$withval" = "xno"; then ac_cv_header_fontconfig_fontconfig_h=no; fi
2561 # Check whether --with-freetype was given.
2562 if test "${with_freetype+set}" = set; then :
2563 withval=$with_freetype;
2567 # Check whether --with-gettextpo was given.
2568 if test "${with_gettextpo+set}" = set; then :
2569 withval=$with_gettextpo; if test "x$withval" = "xno"; then ac_cv_header_gettext_po_h=no; fi
2573 # Check whether --with-gphoto was given.
2574 if test "${with_gphoto+set}" = set; then :
2575 withval=$with_gphoto;
2579 # Check whether --with-glu was given.
2580 if test "${with_glu+set}" = set; then :
2581 withval=$with_glu; if test "x$withval" = "xno"; then ac_cv_header_GL_glu_h=no; fi
2585 # Check whether --with-gnutls was given.
2586 if test "${with_gnutls+set}" = set; then :
2587 withval=$with_gnutls;
2591 # Check whether --with-gsm was given.
2592 if test "${with_gsm+set}" = set; then :
2593 withval=$with_gsm; if test "x$withval" = "xno"; then ac_cv_header_gsm_h=no; ac_cv_header_gsm_gsm_h=no; fi
2597 # Check whether --with-gstreamer was given.
2598 if test "${with_gstreamer+set}" = set; then :
2599 withval=$with_gstreamer;
2603 # Check whether --with-hal was given.
2604 if test "${with_hal+set}" = set; then :
2605 withval=$with_hal;
2609 # Check whether --with-jack was given.
2610 if test "${with_jack+set}" = set; then :
2611 withval=$with_jack; if test "x$withval" = "xno"; then ac_cv_header_jack_jack_h=no; fi
2615 # Check whether --with-jpeg was given.
2616 if test "${with_jpeg+set}" = set; then :
2617 withval=$with_jpeg; if test "x$withval" = "xno"; then ac_cv_header_jpeglib_h=no; fi
2621 # Check whether --with-ldap was given.
2622 if test "${with_ldap+set}" = set; then :
2623 withval=$with_ldap; if test "x$withval" = "xno"; then ac_cv_header_ldap_h=no; ac_cv_header_lber_h=no; fi
2627 # Check whether --with-mpg123 was given.
2628 if test "${with_mpg123+set}" = set; then :
2629 withval=$with_mpg123; if test "x$withval" = "xno"; then ac_cv_header_mpg123_h=no; fi
2633 # Check whether --with-nas was given.
2634 if test "${with_nas+set}" = set; then :
2635 withval=$with_nas; if test "x$withval" = "xno"; then ac_cv_header_audio_audiolib_h=no; fi
2639 # Check whether --with-openal was given.
2640 if test "${with_openal+set}" = set; then :
2641 withval=$with_openal; if test "x$withval" = "xno"; then ac_cv_header_AL_al_h=no; ac_cv_header_OpenAL_al_h=no; fi
2645 # Check whether --with-opencl was given.
2646 if test "${with_opencl+set}" = set; then :
2647 withval=$with_opencl; if test "x$withval" = "xno"; then ac_cv_header_CL_cl_h=no; ac_cv_header_OpenCL_opencl_h=no; fi
2651 # Check whether --with-opengl was given.
2652 if test "${with_opengl+set}" = set; then :
2653 withval=$with_opengl;
2657 # Check whether --with-openssl was given.
2658 if test "${with_openssl+set}" = set; then :
2659 withval=$with_openssl; if test "x$withval" = "xno"; then ac_cv_header_openssl_err_h=no; ac_cv_header_openssl_ssl_h=no; fi
2663 # Check whether --with-oss was given.
2664 if test "${with_oss+set}" = set; then :
2665 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
2669 # Check whether --with-png was given.
2670 if test "${with_png+set}" = set; then :
2671 withval=$with_png; if test "x$withval" = "xno"; then ac_cv_header_png_h=no; fi
2675 # Check whether --with-pthread was given.
2676 if test "${with_pthread+set}" = set; then :
2677 withval=$with_pthread; if test "x$withval" = "xno"; then ac_cv_header_pthread_h=no; fi
2681 # Check whether --with-sane was given.
2682 if test "${with_sane+set}" = set; then :
2683 withval=$with_sane;
2687 # Check whether --with-tiff was given.
2688 if test "${with_tiff+set}" = set; then :
2689 withval=$with_tiff; if test "x$withval" = "xno"; then ac_cv_header_tiffio_h=no; fi
2693 # Check whether --with-v4l was given.
2694 if test "${with_v4l+set}" = set; then :
2695 withval=$with_v4l;
2699 # Check whether --with-xcomposite was given.
2700 if test "${with_xcomposite+set}" = set; then :
2701 withval=$with_xcomposite; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xcomposite_h=no; fi
2705 # Check whether --with-xcursor was given.
2706 if test "${with_xcursor+set}" = set; then :
2707 withval=$with_xcursor; if test "x$withval" = "xno"; then ac_cv_header_X11_Xcursor_Xcursor_h=no; fi
2711 # Check whether --with-xinerama was given.
2712 if test "${with_xinerama+set}" = set; then :
2713 withval=$with_xinerama; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xinerama_h=no; fi
2717 # Check whether --with-xinput was given.
2718 if test "${with_xinput+set}" = set; then :
2719 withval=$with_xinput; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput_h=no; fi
2723 # Check whether --with-xml was given.
2724 if test "${with_xml+set}" = set; then :
2725 withval=$with_xml;
2729 # Check whether --with-xrandr was given.
2730 if test "${with_xrandr+set}" = set; then :
2731 withval=$with_xrandr; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrandr_h=no; fi
2735 # Check whether --with-xrender was given.
2736 if test "${with_xrender+set}" = set; then :
2737 withval=$with_xrender; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrender_h=no; fi
2741 # Check whether --with-xshape was given.
2742 if test "${with_xshape+set}" = set; then :
2743 withval=$with_xshape; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_shape_h=no; fi
2747 # Check whether --with-xshm was given.
2748 if test "${with_xshm+set}" = set; then :
2749 withval=$with_xshm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XShm_h=no; fi
2753 # Check whether --with-xslt was given.
2754 if test "${with_xslt+set}" = set; then :
2755 withval=$with_xslt;
2759 # Check whether --with-xxf86vm was given.
2760 if test "${with_xxf86vm+set}" = set; then :
2761 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
2766 # Check whether --with-wine-tools was given.
2767 if test "${with_wine_tools+set}" = set; then :
2768 withval=$with_wine_tools;
2772 # Check whether --with-wine64 was given.
2773 if test "${with_wine64+set}" = set; then :
2774 withval=$with_wine64;
2778 # Make sure we can run config.sub.
2779 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2780 as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2782 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2783 $as_echo_n "checking build system type... " >&6; }
2784 if test "${ac_cv_build+set}" = set; then :
2785 $as_echo_n "(cached) " >&6
2786 else
2787 ac_build_alias=$build_alias
2788 test "x$ac_build_alias" = x &&
2789 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2790 test "x$ac_build_alias" = x &&
2791 as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
2792 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2793 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
2796 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2797 $as_echo "$ac_cv_build" >&6; }
2798 case $ac_cv_build in
2799 *-*-*) ;;
2800 *) as_fn_error $? "invalid value of canonical build" "$LINENO" 5 ;;
2801 esac
2802 build=$ac_cv_build
2803 ac_save_IFS=$IFS; IFS='-'
2804 set x $ac_cv_build
2805 shift
2806 build_cpu=$1
2807 build_vendor=$2
2808 shift; shift
2809 # Remember, the first character of IFS is used to create $*,
2810 # except with old shells:
2811 build_os=$*
2812 IFS=$ac_save_IFS
2813 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2816 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2817 $as_echo_n "checking host system type... " >&6; }
2818 if test "${ac_cv_host+set}" = set; then :
2819 $as_echo_n "(cached) " >&6
2820 else
2821 if test "x$host_alias" = x; then
2822 ac_cv_host=$ac_cv_build
2823 else
2824 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2825 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
2829 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2830 $as_echo "$ac_cv_host" >&6; }
2831 case $ac_cv_host in
2832 *-*-*) ;;
2833 *) as_fn_error $? "invalid value of canonical host" "$LINENO" 5 ;;
2834 esac
2835 host=$ac_cv_host
2836 ac_save_IFS=$IFS; IFS='-'
2837 set x $ac_cv_host
2838 shift
2839 host_cpu=$1
2840 host_vendor=$2
2841 shift; shift
2842 # Remember, the first character of IFS is used to create $*,
2843 # except with old shells:
2844 host_os=$*
2845 IFS=$ac_save_IFS
2846 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2850 case "$srcdir" in
2851 .) ;;
2852 *) if test -f "$srcdir/Makefile" -o -f "$srcdir/include/config.h"; then
2853 as_fn_error $? "you are building out of the source tree, but the source tree contains object files.
2854 You need to run 'make distclean' in the source tree first." "$LINENO" 5
2855 fi ;;
2856 esac
2859 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2860 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
2861 set x ${MAKE-make}
2862 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2863 if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\"" = set; then :
2864 $as_echo_n "(cached) " >&6
2865 else
2866 cat >conftest.make <<\_ACEOF
2867 SHELL = /bin/sh
2868 all:
2869 @echo '@@@%%%=$(MAKE)=@@@%%%'
2870 _ACEOF
2871 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
2872 case `${MAKE-make} -f conftest.make 2>/dev/null` in
2873 *@@@%%%=?*=@@@%%%*)
2874 eval ac_cv_prog_make_${ac_make}_set=yes;;
2876 eval ac_cv_prog_make_${ac_make}_set=no;;
2877 esac
2878 rm -f conftest.make
2880 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
2881 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2882 $as_echo "yes" >&6; }
2883 SET_MAKE=
2884 else
2885 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2886 $as_echo "no" >&6; }
2887 SET_MAKE="MAKE=${MAKE-make}"
2890 ac_ext=c
2891 ac_cpp='$CPP $CPPFLAGS'
2892 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2893 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2894 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2895 if test -n "$ac_tool_prefix"; then
2896 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2897 set dummy ${ac_tool_prefix}gcc; ac_word=$2
2898 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2899 $as_echo_n "checking for $ac_word... " >&6; }
2900 if test "${ac_cv_prog_CC+set}" = set; then :
2901 $as_echo_n "(cached) " >&6
2902 else
2903 if test -n "$CC"; then
2904 ac_cv_prog_CC="$CC" # Let the user override the test.
2905 else
2906 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2907 for as_dir in $PATH
2909 IFS=$as_save_IFS
2910 test -z "$as_dir" && as_dir=.
2911 for ac_exec_ext in '' $ac_executable_extensions; do
2912 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2913 ac_cv_prog_CC="${ac_tool_prefix}gcc"
2914 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2915 break 2
2917 done
2918 done
2919 IFS=$as_save_IFS
2923 CC=$ac_cv_prog_CC
2924 if test -n "$CC"; then
2925 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2926 $as_echo "$CC" >&6; }
2927 else
2928 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2929 $as_echo "no" >&6; }
2934 if test -z "$ac_cv_prog_CC"; then
2935 ac_ct_CC=$CC
2936 # Extract the first word of "gcc", so it can be a program name with args.
2937 set dummy gcc; ac_word=$2
2938 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2939 $as_echo_n "checking for $ac_word... " >&6; }
2940 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
2941 $as_echo_n "(cached) " >&6
2942 else
2943 if test -n "$ac_ct_CC"; then
2944 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2945 else
2946 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2947 for as_dir in $PATH
2949 IFS=$as_save_IFS
2950 test -z "$as_dir" && as_dir=.
2951 for ac_exec_ext in '' $ac_executable_extensions; do
2952 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2953 ac_cv_prog_ac_ct_CC="gcc"
2954 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2955 break 2
2957 done
2958 done
2959 IFS=$as_save_IFS
2963 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2964 if test -n "$ac_ct_CC"; then
2965 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2966 $as_echo "$ac_ct_CC" >&6; }
2967 else
2968 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2969 $as_echo "no" >&6; }
2972 if test "x$ac_ct_CC" = x; then
2973 CC=""
2974 else
2975 case $cross_compiling:$ac_tool_warned in
2976 yes:)
2977 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2978 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2979 ac_tool_warned=yes ;;
2980 esac
2981 CC=$ac_ct_CC
2983 else
2984 CC="$ac_cv_prog_CC"
2987 if test -z "$CC"; then
2988 if test -n "$ac_tool_prefix"; then
2989 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2990 set dummy ${ac_tool_prefix}cc; ac_word=$2
2991 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2992 $as_echo_n "checking for $ac_word... " >&6; }
2993 if test "${ac_cv_prog_CC+set}" = set; then :
2994 $as_echo_n "(cached) " >&6
2995 else
2996 if test -n "$CC"; then
2997 ac_cv_prog_CC="$CC" # Let the user override the test.
2998 else
2999 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3000 for as_dir in $PATH
3002 IFS=$as_save_IFS
3003 test -z "$as_dir" && as_dir=.
3004 for ac_exec_ext in '' $ac_executable_extensions; do
3005 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3006 ac_cv_prog_CC="${ac_tool_prefix}cc"
3007 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3008 break 2
3010 done
3011 done
3012 IFS=$as_save_IFS
3016 CC=$ac_cv_prog_CC
3017 if test -n "$CC"; then
3018 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3019 $as_echo "$CC" >&6; }
3020 else
3021 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3022 $as_echo "no" >&6; }
3028 if test -z "$CC"; then
3029 # Extract the first word of "cc", so it can be a program name with args.
3030 set dummy cc; ac_word=$2
3031 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3032 $as_echo_n "checking for $ac_word... " >&6; }
3033 if test "${ac_cv_prog_CC+set}" = set; then :
3034 $as_echo_n "(cached) " >&6
3035 else
3036 if test -n "$CC"; then
3037 ac_cv_prog_CC="$CC" # Let the user override the test.
3038 else
3039 ac_prog_rejected=no
3040 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3041 for as_dir in $PATH
3043 IFS=$as_save_IFS
3044 test -z "$as_dir" && as_dir=.
3045 for ac_exec_ext in '' $ac_executable_extensions; do
3046 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3047 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3048 ac_prog_rejected=yes
3049 continue
3051 ac_cv_prog_CC="cc"
3052 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3053 break 2
3055 done
3056 done
3057 IFS=$as_save_IFS
3059 if test $ac_prog_rejected = yes; then
3060 # We found a bogon in the path, so make sure we never use it.
3061 set dummy $ac_cv_prog_CC
3062 shift
3063 if test $# != 0; then
3064 # We chose a different compiler from the bogus one.
3065 # However, it has the same basename, so the bogon will be chosen
3066 # first if we set CC to just the basename; use the full file name.
3067 shift
3068 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
3073 CC=$ac_cv_prog_CC
3074 if test -n "$CC"; then
3075 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3076 $as_echo "$CC" >&6; }
3077 else
3078 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3079 $as_echo "no" >&6; }
3084 if test -z "$CC"; then
3085 if test -n "$ac_tool_prefix"; then
3086 for ac_prog in cl.exe
3088 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3089 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3090 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3091 $as_echo_n "checking for $ac_word... " >&6; }
3092 if test "${ac_cv_prog_CC+set}" = set; then :
3093 $as_echo_n "(cached) " >&6
3094 else
3095 if test -n "$CC"; then
3096 ac_cv_prog_CC="$CC" # Let the user override the test.
3097 else
3098 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3099 for as_dir in $PATH
3101 IFS=$as_save_IFS
3102 test -z "$as_dir" && as_dir=.
3103 for ac_exec_ext in '' $ac_executable_extensions; do
3104 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3105 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
3106 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3107 break 2
3109 done
3110 done
3111 IFS=$as_save_IFS
3115 CC=$ac_cv_prog_CC
3116 if test -n "$CC"; then
3117 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3118 $as_echo "$CC" >&6; }
3119 else
3120 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3121 $as_echo "no" >&6; }
3125 test -n "$CC" && break
3126 done
3128 if test -z "$CC"; then
3129 ac_ct_CC=$CC
3130 for ac_prog in cl.exe
3132 # Extract the first word of "$ac_prog", so it can be a program name with args.
3133 set dummy $ac_prog; ac_word=$2
3134 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3135 $as_echo_n "checking for $ac_word... " >&6; }
3136 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
3137 $as_echo_n "(cached) " >&6
3138 else
3139 if test -n "$ac_ct_CC"; then
3140 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3141 else
3142 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3143 for as_dir in $PATH
3145 IFS=$as_save_IFS
3146 test -z "$as_dir" && as_dir=.
3147 for ac_exec_ext in '' $ac_executable_extensions; do
3148 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3149 ac_cv_prog_ac_ct_CC="$ac_prog"
3150 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3151 break 2
3153 done
3154 done
3155 IFS=$as_save_IFS
3159 ac_ct_CC=$ac_cv_prog_ac_ct_CC
3160 if test -n "$ac_ct_CC"; then
3161 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3162 $as_echo "$ac_ct_CC" >&6; }
3163 else
3164 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3165 $as_echo "no" >&6; }
3169 test -n "$ac_ct_CC" && break
3170 done
3172 if test "x$ac_ct_CC" = x; then
3173 CC=""
3174 else
3175 case $cross_compiling:$ac_tool_warned in
3176 yes:)
3177 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3178 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3179 ac_tool_warned=yes ;;
3180 esac
3181 CC=$ac_ct_CC
3188 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3189 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3190 as_fn_error $? "no acceptable C compiler found in \$PATH
3191 See \`config.log' for more details" "$LINENO" 5 ; }
3193 # Provide some information about the compiler.
3194 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
3195 set X $ac_compile
3196 ac_compiler=$2
3197 for ac_option in --version -v -V -qversion; do
3198 { { ac_try="$ac_compiler $ac_option >&5"
3199 case "(($ac_try" in
3200 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3201 *) ac_try_echo=$ac_try;;
3202 esac
3203 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3204 $as_echo "$ac_try_echo"; } >&5
3205 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
3206 ac_status=$?
3207 if test -s conftest.err; then
3208 sed '10a\
3209 ... rest of stderr output deleted ...
3210 10q' conftest.err >conftest.er1
3211 cat conftest.er1 >&5
3213 rm -f conftest.er1 conftest.err
3214 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3215 test $ac_status = 0; }
3216 done
3218 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3219 /* end confdefs.h. */
3222 main ()
3226 return 0;
3228 _ACEOF
3229 ac_clean_files_save=$ac_clean_files
3230 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
3231 # Try to create an executable without -o first, disregard a.out.
3232 # It will help us diagnose broken compilers, and finding out an intuition
3233 # of exeext.
3234 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
3235 $as_echo_n "checking whether the C compiler works... " >&6; }
3236 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
3238 # The possible output files:
3239 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
3241 ac_rmfiles=
3242 for ac_file in $ac_files
3244 case $ac_file in
3245 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3246 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
3247 esac
3248 done
3249 rm -f $ac_rmfiles
3251 if { { ac_try="$ac_link_default"
3252 case "(($ac_try" in
3253 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3254 *) ac_try_echo=$ac_try;;
3255 esac
3256 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3257 $as_echo "$ac_try_echo"; } >&5
3258 (eval "$ac_link_default") 2>&5
3259 ac_status=$?
3260 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3261 test $ac_status = 0; }; then :
3262 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
3263 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
3264 # in a Makefile. We should not override ac_cv_exeext if it was cached,
3265 # so that the user can short-circuit this test for compilers unknown to
3266 # Autoconf.
3267 for ac_file in $ac_files ''
3269 test -f "$ac_file" || continue
3270 case $ac_file in
3271 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
3273 [ab].out )
3274 # We found the default executable, but exeext='' is most
3275 # certainly right.
3276 break;;
3277 *.* )
3278 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
3279 then :; else
3280 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3282 # We set ac_cv_exeext here because the later test for it is not
3283 # safe: cross compilers may not add the suffix if given an `-o'
3284 # argument, so we may need to know it at that point already.
3285 # Even if this section looks crufty: it has the advantage of
3286 # actually working.
3287 break;;
3289 break;;
3290 esac
3291 done
3292 test "$ac_cv_exeext" = no && ac_cv_exeext=
3294 else
3295 ac_file=''
3297 if test -z "$ac_file"; then :
3298 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3299 $as_echo "no" >&6; }
3300 $as_echo "$as_me: failed program was:" >&5
3301 sed 's/^/| /' conftest.$ac_ext >&5
3303 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3304 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3305 as_fn_error 77 "C compiler cannot create executables
3306 See \`config.log' for more details" "$LINENO" 5 ; }
3307 else
3308 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3309 $as_echo "yes" >&6; }
3311 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
3312 $as_echo_n "checking for C compiler default output file name... " >&6; }
3313 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
3314 $as_echo "$ac_file" >&6; }
3315 ac_exeext=$ac_cv_exeext
3317 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
3318 ac_clean_files=$ac_clean_files_save
3319 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
3320 $as_echo_n "checking for suffix of executables... " >&6; }
3321 if { { ac_try="$ac_link"
3322 case "(($ac_try" in
3323 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3324 *) ac_try_echo=$ac_try;;
3325 esac
3326 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3327 $as_echo "$ac_try_echo"; } >&5
3328 (eval "$ac_link") 2>&5
3329 ac_status=$?
3330 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3331 test $ac_status = 0; }; then :
3332 # If both `conftest.exe' and `conftest' are `present' (well, observable)
3333 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
3334 # work properly (i.e., refer to `conftest.exe'), while it won't with
3335 # `rm'.
3336 for ac_file in conftest.exe conftest conftest.*; do
3337 test -f "$ac_file" || continue
3338 case $ac_file in
3339 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3340 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3341 break;;
3342 * ) break;;
3343 esac
3344 done
3345 else
3346 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3347 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3348 as_fn_error $? "cannot compute suffix of executables: cannot compile and link
3349 See \`config.log' for more details" "$LINENO" 5 ; }
3351 rm -f conftest conftest$ac_cv_exeext
3352 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
3353 $as_echo "$ac_cv_exeext" >&6; }
3355 rm -f conftest.$ac_ext
3356 EXEEXT=$ac_cv_exeext
3357 ac_exeext=$EXEEXT
3358 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3359 /* end confdefs.h. */
3360 #include <stdio.h>
3362 main ()
3364 FILE *f = fopen ("conftest.out", "w");
3365 return ferror (f) || fclose (f) != 0;
3368 return 0;
3370 _ACEOF
3371 ac_clean_files="$ac_clean_files conftest.out"
3372 # Check that the compiler produces executables we can run. If not, either
3373 # the compiler is broken, or we cross compile.
3374 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
3375 $as_echo_n "checking whether we are cross compiling... " >&6; }
3376 if test "$cross_compiling" != yes; then
3377 { { ac_try="$ac_link"
3378 case "(($ac_try" in
3379 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3380 *) ac_try_echo=$ac_try;;
3381 esac
3382 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3383 $as_echo "$ac_try_echo"; } >&5
3384 (eval "$ac_link") 2>&5
3385 ac_status=$?
3386 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3387 test $ac_status = 0; }
3388 if { ac_try='./conftest$ac_cv_exeext'
3389 { { case "(($ac_try" in
3390 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3391 *) ac_try_echo=$ac_try;;
3392 esac
3393 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3394 $as_echo "$ac_try_echo"; } >&5
3395 (eval "$ac_try") 2>&5
3396 ac_status=$?
3397 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3398 test $ac_status = 0; }; }; then
3399 cross_compiling=no
3400 else
3401 if test "$cross_compiling" = maybe; then
3402 cross_compiling=yes
3403 else
3404 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3405 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3406 as_fn_error $? "cannot run C compiled programs.
3407 If you meant to cross compile, use \`--host'.
3408 See \`config.log' for more details" "$LINENO" 5 ; }
3412 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
3413 $as_echo "$cross_compiling" >&6; }
3415 rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
3416 ac_clean_files=$ac_clean_files_save
3417 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
3418 $as_echo_n "checking for suffix of object files... " >&6; }
3419 if test "${ac_cv_objext+set}" = set; then :
3420 $as_echo_n "(cached) " >&6
3421 else
3422 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3423 /* end confdefs.h. */
3426 main ()
3430 return 0;
3432 _ACEOF
3433 rm -f conftest.o conftest.obj
3434 if { { ac_try="$ac_compile"
3435 case "(($ac_try" in
3436 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3437 *) ac_try_echo=$ac_try;;
3438 esac
3439 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3440 $as_echo "$ac_try_echo"; } >&5
3441 (eval "$ac_compile") 2>&5
3442 ac_status=$?
3443 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3444 test $ac_status = 0; }; then :
3445 for ac_file in conftest.o conftest.obj conftest.*; do
3446 test -f "$ac_file" || continue;
3447 case $ac_file in
3448 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
3449 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
3450 break;;
3451 esac
3452 done
3453 else
3454 $as_echo "$as_me: failed program was:" >&5
3455 sed 's/^/| /' conftest.$ac_ext >&5
3457 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3458 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3459 as_fn_error $? "cannot compute suffix of object files: cannot compile
3460 See \`config.log' for more details" "$LINENO" 5 ; }
3462 rm -f conftest.$ac_cv_objext conftest.$ac_ext
3464 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
3465 $as_echo "$ac_cv_objext" >&6; }
3466 OBJEXT=$ac_cv_objext
3467 ac_objext=$OBJEXT
3468 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
3469 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
3470 if test "${ac_cv_c_compiler_gnu+set}" = set; then :
3471 $as_echo_n "(cached) " >&6
3472 else
3473 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3474 /* end confdefs.h. */
3477 main ()
3479 #ifndef __GNUC__
3480 choke me
3481 #endif
3484 return 0;
3486 _ACEOF
3487 if ac_fn_c_try_compile "$LINENO"; then :
3488 ac_compiler_gnu=yes
3489 else
3490 ac_compiler_gnu=no
3492 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3493 ac_cv_c_compiler_gnu=$ac_compiler_gnu
3496 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
3497 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
3498 if test $ac_compiler_gnu = yes; then
3499 GCC=yes
3500 else
3501 GCC=
3503 ac_test_CFLAGS=${CFLAGS+set}
3504 ac_save_CFLAGS=$CFLAGS
3505 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
3506 $as_echo_n "checking whether $CC accepts -g... " >&6; }
3507 if test "${ac_cv_prog_cc_g+set}" = set; then :
3508 $as_echo_n "(cached) " >&6
3509 else
3510 ac_save_c_werror_flag=$ac_c_werror_flag
3511 ac_c_werror_flag=yes
3512 ac_cv_prog_cc_g=no
3513 CFLAGS="-g"
3514 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3515 /* end confdefs.h. */
3518 main ()
3522 return 0;
3524 _ACEOF
3525 if ac_fn_c_try_compile "$LINENO"; then :
3526 ac_cv_prog_cc_g=yes
3527 else
3528 CFLAGS=""
3529 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3530 /* end confdefs.h. */
3533 main ()
3537 return 0;
3539 _ACEOF
3540 if ac_fn_c_try_compile "$LINENO"; then :
3542 else
3543 ac_c_werror_flag=$ac_save_c_werror_flag
3544 CFLAGS="-g"
3545 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3546 /* end confdefs.h. */
3549 main ()
3553 return 0;
3555 _ACEOF
3556 if ac_fn_c_try_compile "$LINENO"; then :
3557 ac_cv_prog_cc_g=yes
3559 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3561 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3563 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3564 ac_c_werror_flag=$ac_save_c_werror_flag
3566 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
3567 $as_echo "$ac_cv_prog_cc_g" >&6; }
3568 if test "$ac_test_CFLAGS" = set; then
3569 CFLAGS=$ac_save_CFLAGS
3570 elif test $ac_cv_prog_cc_g = yes; then
3571 if test "$GCC" = yes; then
3572 CFLAGS="-g -O2"
3573 else
3574 CFLAGS="-g"
3576 else
3577 if test "$GCC" = yes; then
3578 CFLAGS="-O2"
3579 else
3580 CFLAGS=
3583 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
3584 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3585 if test "${ac_cv_prog_cc_c89+set}" = set; then :
3586 $as_echo_n "(cached) " >&6
3587 else
3588 ac_cv_prog_cc_c89=no
3589 ac_save_CC=$CC
3590 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3591 /* end confdefs.h. */
3592 #include <stdarg.h>
3593 #include <stdio.h>
3594 #include <sys/types.h>
3595 #include <sys/stat.h>
3596 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3597 struct buf { int x; };
3598 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3599 static char *e (p, i)
3600 char **p;
3601 int i;
3603 return p[i];
3605 static char *f (char * (*g) (char **, int), char **p, ...)
3607 char *s;
3608 va_list v;
3609 va_start (v,p);
3610 s = g (p, va_arg (v,int));
3611 va_end (v);
3612 return s;
3615 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3616 function prototypes and stuff, but not '\xHH' hex character constants.
3617 These don't provoke an error unfortunately, instead are silently treated
3618 as 'x'. The following induces an error, until -std is added to get
3619 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3620 array size at least. It's necessary to write '\x00'==0 to get something
3621 that's true only with -std. */
3622 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3624 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3625 inside strings and character constants. */
3626 #define FOO(x) 'x'
3627 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3629 int test (int i, double x);
3630 struct s1 {int (*f) (int a);};
3631 struct s2 {int (*f) (double a);};
3632 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3633 int argc;
3634 char **argv;
3636 main ()
3638 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3640 return 0;
3642 _ACEOF
3643 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3644 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3646 CC="$ac_save_CC $ac_arg"
3647 if ac_fn_c_try_compile "$LINENO"; then :
3648 ac_cv_prog_cc_c89=$ac_arg
3650 rm -f core conftest.err conftest.$ac_objext
3651 test "x$ac_cv_prog_cc_c89" != "xno" && break
3652 done
3653 rm -f conftest.$ac_ext
3654 CC=$ac_save_CC
3657 # AC_CACHE_VAL
3658 case "x$ac_cv_prog_cc_c89" in
3660 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
3661 $as_echo "none needed" >&6; } ;;
3662 xno)
3663 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
3664 $as_echo "unsupported" >&6; } ;;
3666 CC="$CC $ac_cv_prog_cc_c89"
3667 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
3668 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
3669 esac
3670 if test "x$ac_cv_prog_cc_c89" != xno; then :
3674 ac_ext=c
3675 ac_cpp='$CPP $CPPFLAGS'
3676 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3677 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3678 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3680 ac_ext=cpp
3681 ac_cpp='$CXXCPP $CPPFLAGS'
3682 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3683 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3684 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3685 if test -z "$CXX"; then
3686 if test -n "$CCC"; then
3687 CXX=$CCC
3688 else
3689 if test -n "$ac_tool_prefix"; then
3690 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3692 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3693 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3694 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3695 $as_echo_n "checking for $ac_word... " >&6; }
3696 if test "${ac_cv_prog_CXX+set}" = set; then :
3697 $as_echo_n "(cached) " >&6
3698 else
3699 if test -n "$CXX"; then
3700 ac_cv_prog_CXX="$CXX" # Let the user override the test.
3701 else
3702 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3703 for as_dir in $PATH
3705 IFS=$as_save_IFS
3706 test -z "$as_dir" && as_dir=.
3707 for ac_exec_ext in '' $ac_executable_extensions; do
3708 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3709 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
3710 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3711 break 2
3713 done
3714 done
3715 IFS=$as_save_IFS
3719 CXX=$ac_cv_prog_CXX
3720 if test -n "$CXX"; then
3721 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5
3722 $as_echo "$CXX" >&6; }
3723 else
3724 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3725 $as_echo "no" >&6; }
3729 test -n "$CXX" && break
3730 done
3732 if test -z "$CXX"; then
3733 ac_ct_CXX=$CXX
3734 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3736 # Extract the first word of "$ac_prog", so it can be a program name with args.
3737 set dummy $ac_prog; ac_word=$2
3738 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3739 $as_echo_n "checking for $ac_word... " >&6; }
3740 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then :
3741 $as_echo_n "(cached) " >&6
3742 else
3743 if test -n "$ac_ct_CXX"; then
3744 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
3745 else
3746 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3747 for as_dir in $PATH
3749 IFS=$as_save_IFS
3750 test -z "$as_dir" && as_dir=.
3751 for ac_exec_ext in '' $ac_executable_extensions; do
3752 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3753 ac_cv_prog_ac_ct_CXX="$ac_prog"
3754 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3755 break 2
3757 done
3758 done
3759 IFS=$as_save_IFS
3763 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
3764 if test -n "$ac_ct_CXX"; then
3765 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5
3766 $as_echo "$ac_ct_CXX" >&6; }
3767 else
3768 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3769 $as_echo "no" >&6; }
3773 test -n "$ac_ct_CXX" && break
3774 done
3776 if test "x$ac_ct_CXX" = x; then
3777 CXX="g++"
3778 else
3779 case $cross_compiling:$ac_tool_warned in
3780 yes:)
3781 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3782 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3783 ac_tool_warned=yes ;;
3784 esac
3785 CXX=$ac_ct_CXX
3791 # Provide some information about the compiler.
3792 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5
3793 set X $ac_compile
3794 ac_compiler=$2
3795 for ac_option in --version -v -V -qversion; do
3796 { { ac_try="$ac_compiler $ac_option >&5"
3797 case "(($ac_try" in
3798 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3799 *) ac_try_echo=$ac_try;;
3800 esac
3801 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3802 $as_echo "$ac_try_echo"; } >&5
3803 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
3804 ac_status=$?
3805 if test -s conftest.err; then
3806 sed '10a\
3807 ... rest of stderr output deleted ...
3808 10q' conftest.err >conftest.er1
3809 cat conftest.er1 >&5
3811 rm -f conftest.er1 conftest.err
3812 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3813 test $ac_status = 0; }
3814 done
3816 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
3817 $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
3818 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then :
3819 $as_echo_n "(cached) " >&6
3820 else
3821 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3822 /* end confdefs.h. */
3825 main ()
3827 #ifndef __GNUC__
3828 choke me
3829 #endif
3832 return 0;
3834 _ACEOF
3835 if ac_fn_cxx_try_compile "$LINENO"; then :
3836 ac_compiler_gnu=yes
3837 else
3838 ac_compiler_gnu=no
3840 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3841 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
3844 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5
3845 $as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
3846 if test $ac_compiler_gnu = yes; then
3847 GXX=yes
3848 else
3849 GXX=
3851 ac_test_CXXFLAGS=${CXXFLAGS+set}
3852 ac_save_CXXFLAGS=$CXXFLAGS
3853 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
3854 $as_echo_n "checking whether $CXX accepts -g... " >&6; }
3855 if test "${ac_cv_prog_cxx_g+set}" = set; then :
3856 $as_echo_n "(cached) " >&6
3857 else
3858 ac_save_cxx_werror_flag=$ac_cxx_werror_flag
3859 ac_cxx_werror_flag=yes
3860 ac_cv_prog_cxx_g=no
3861 CXXFLAGS="-g"
3862 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3863 /* end confdefs.h. */
3866 main ()
3870 return 0;
3872 _ACEOF
3873 if ac_fn_cxx_try_compile "$LINENO"; then :
3874 ac_cv_prog_cxx_g=yes
3875 else
3876 CXXFLAGS=""
3877 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3878 /* end confdefs.h. */
3881 main ()
3885 return 0;
3887 _ACEOF
3888 if ac_fn_cxx_try_compile "$LINENO"; then :
3890 else
3891 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3892 CXXFLAGS="-g"
3893 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3894 /* end confdefs.h. */
3897 main ()
3901 return 0;
3903 _ACEOF
3904 if ac_fn_cxx_try_compile "$LINENO"; then :
3905 ac_cv_prog_cxx_g=yes
3907 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3909 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3911 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3912 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3914 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&5
3915 $as_echo "$ac_cv_prog_cxx_g" >&6; }
3916 if test "$ac_test_CXXFLAGS" = set; then
3917 CXXFLAGS=$ac_save_CXXFLAGS
3918 elif test $ac_cv_prog_cxx_g = yes; then
3919 if test "$GXX" = yes; then
3920 CXXFLAGS="-g -O2"
3921 else
3922 CXXFLAGS="-g"
3924 else
3925 if test "$GXX" = yes; then
3926 CXXFLAGS="-O2"
3927 else
3928 CXXFLAGS=
3931 ac_ext=c
3932 ac_cpp='$CPP $CPPFLAGS'
3933 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3934 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3935 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3937 if test -n "$ac_tool_prefix"; then
3938 # Extract the first word of "${ac_tool_prefix}cpp", so it can be a program name with args.
3939 set dummy ${ac_tool_prefix}cpp; ac_word=$2
3940 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3941 $as_echo_n "checking for $ac_word... " >&6; }
3942 if test "${ac_cv_prog_CPPBIN+set}" = set; then :
3943 $as_echo_n "(cached) " >&6
3944 else
3945 if test -n "$CPPBIN"; then
3946 ac_cv_prog_CPPBIN="$CPPBIN" # Let the user override the test.
3947 else
3948 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3949 for as_dir in $PATH
3951 IFS=$as_save_IFS
3952 test -z "$as_dir" && as_dir=.
3953 for ac_exec_ext in '' $ac_executable_extensions; do
3954 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3955 ac_cv_prog_CPPBIN="${ac_tool_prefix}cpp"
3956 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3957 break 2
3959 done
3960 done
3961 IFS=$as_save_IFS
3965 CPPBIN=$ac_cv_prog_CPPBIN
3966 if test -n "$CPPBIN"; then
3967 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPPBIN" >&5
3968 $as_echo "$CPPBIN" >&6; }
3969 else
3970 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3971 $as_echo "no" >&6; }
3976 if test -z "$ac_cv_prog_CPPBIN"; then
3977 ac_ct_CPPBIN=$CPPBIN
3978 # Extract the first word of "cpp", so it can be a program name with args.
3979 set dummy cpp; ac_word=$2
3980 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3981 $as_echo_n "checking for $ac_word... " >&6; }
3982 if test "${ac_cv_prog_ac_ct_CPPBIN+set}" = set; then :
3983 $as_echo_n "(cached) " >&6
3984 else
3985 if test -n "$ac_ct_CPPBIN"; then
3986 ac_cv_prog_ac_ct_CPPBIN="$ac_ct_CPPBIN" # Let the user override the test.
3987 else
3988 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3989 for as_dir in $PATH
3991 IFS=$as_save_IFS
3992 test -z "$as_dir" && as_dir=.
3993 for ac_exec_ext in '' $ac_executable_extensions; do
3994 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3995 ac_cv_prog_ac_ct_CPPBIN="cpp"
3996 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3997 break 2
3999 done
4000 done
4001 IFS=$as_save_IFS
4005 ac_ct_CPPBIN=$ac_cv_prog_ac_ct_CPPBIN
4006 if test -n "$ac_ct_CPPBIN"; then
4007 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CPPBIN" >&5
4008 $as_echo "$ac_ct_CPPBIN" >&6; }
4009 else
4010 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4011 $as_echo "no" >&6; }
4014 if test "x$ac_ct_CPPBIN" = x; then
4015 CPPBIN="cpp"
4016 else
4017 case $cross_compiling:$ac_tool_warned in
4018 yes:)
4019 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4020 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4021 ac_tool_warned=yes ;;
4022 esac
4023 CPPBIN=$ac_ct_CPPBIN
4025 else
4026 CPPBIN="$ac_cv_prog_CPPBIN"
4030 cat >>confdefs.h <<_ACEOF
4031 #define EXEEXT "$ac_exeext"
4032 _ACEOF
4035 case $host in
4036 *-darwin*)
4037 if test "x$enable_win64" = "xyes"
4038 then
4039 CC="$CC -m64"
4040 CXX="$CXX -m64"
4041 LD="${LD:-ld} -arch x86_64"
4042 AS="${AS:-as} -arch x86_64"
4043 host_cpu="x86_64"
4044 notice_platform="64-bit "
4045 TARGETFLAGS="-m64"
4047 else
4048 CC="$CC -m32"
4049 CXX="$CXX -m32"
4050 LD="${LD:-ld} -arch i386"
4051 AS="${AS:-as} -arch i386"
4052 host_cpu="i386"
4053 notice_platform="32-bit "
4054 TARGETFLAGS="-m32"
4056 enable_win16=${enable_win16:-yes}
4059 x86_64*)
4060 if test "x$enable_win64" != "xyes" -a "$cross_compiling" != "yes"
4061 then
4062 CC="$CC -m32"
4063 CXX="$CXX -m32"
4064 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC works" >&5
4065 $as_echo_n "checking whether $CC works... " >&6; }
4067 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4068 /* end confdefs.h. */
4071 main ()
4075 return 0;
4077 _ACEOF
4078 if ac_fn_c_try_link "$LINENO"; then :
4079 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4080 $as_echo "yes" >&6; }
4081 else
4082 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4083 $as_echo "no" >&6; }
4084 as_fn_error $? "Cannot build a 32-bit program, you need to install 32-bit development libraries." "$LINENO" 5
4086 rm -f core conftest.err conftest.$ac_objext \
4087 conftest$ac_exeext conftest.$ac_ext
4088 LD="${LD:-ld} -m elf_i386"
4089 AS="${AS:-as} --32"
4090 host_cpu="i386"
4091 notice_platform="32-bit "
4092 TARGETFLAGS="-m32"
4094 enable_win16=${enable_win16:-yes}
4095 else
4096 if test "x${GCC}" = "xyes"
4097 then
4098 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC supports __builtin_ms_va_list" >&5
4099 $as_echo_n "checking whether $CC supports __builtin_ms_va_list... " >&6; }
4100 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4101 /* end confdefs.h. */
4102 #include <stdarg.h>
4104 main ()
4106 void func(__builtin_ms_va_list *args);
4108 return 0;
4110 _ACEOF
4111 if ac_fn_c_try_compile "$LINENO"; then :
4112 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4113 $as_echo "yes" >&6; }
4114 else
4115 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4116 $as_echo "no" >&6; }
4117 as_fn_error $? "You need gcc >= 4.4 to build Wine as 64-bit." "$LINENO" 5
4119 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4121 TARGETFLAGS="-m64"
4125 *-mingw32*|*-cygwin*)
4126 enable_win16=${enable_win16:-no}
4127 CFLAGS="$CFLAGS -D_WIN32"
4129 i[3456789]86*)
4130 enable_win16=${enable_win16:-yes}
4132 esac
4134 enable_win16=${enable_win16:-no}
4136 enable_winetest=${enable_winetest:-$enable_tests}
4138 if test -n "$with_wine64"
4139 then
4140 if test "x$enable_win64" = "xyes"
4141 then
4142 as_fn_error $? "--enable-win64 and --with-wine64 are mutually exclusive.
4143 --enable-win64 should be used in the 64-bit build tree, --with-wine64 in the 32-bit Wow64 build tree." "$LINENO" 5
4145 WOW64_DISABLE=\#
4147 enable_fonts=${enable_fonts:-no}
4148 enable_server=${enable_server:-no}
4149 enable_tools=${enable_tools:-no}
4150 elif test "x$enable_win64" = "xyes"
4151 then
4152 test "x$libdir" != "x\${exec_prefix}/lib" || libdir="\${exec_prefix}/lib64"
4155 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the directory containing the Wine tools" >&5
4156 $as_echo_n "checking for the directory containing the Wine tools... " >&6; }
4157 if test "${wine_cv_toolsdir+set}" = set; then :
4158 $as_echo_n "(cached) " >&6
4159 else
4160 wine_cv_toolsdir="$with_wine_tools"
4161 if test -z "$with_wine_tools"; then
4162 if test "$cross_compiling" = "yes"; then
4163 as_fn_error $? "you must use the --with-wine-tools option when cross-compiling." "$LINENO" 5
4164 elif test -n "$with_wine64"; then
4165 wine_cv_toolsdir="$with_wine64"
4168 if test -z "$wine_cv_toolsdir"; then
4169 wine_cv_toolsdir="\$(top_builddir)"
4170 elif test -d "$wine_cv_toolsdir/tools/winebuild"; then
4171 case "$wine_cv_toolsdir" in
4172 /*) ;;
4173 *) wine_cv_toolsdir="\$(top_builddir)/$wine_cv_toolsdir" ;;
4174 esac
4175 else
4176 as_fn_error $? "could not find Wine tools in $wine_cv_toolsdir" "$LINENO" 5
4179 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_toolsdir" >&5
4180 $as_echo "$wine_cv_toolsdir" >&6; }
4181 TOOLSDIR=$wine_cv_toolsdir
4183 if test -n "$host_alias" -a "$host_alias" != "$build_alias"
4184 then
4185 TARGETFLAGS="-b $host_alias $TARGETFLAGS"
4189 for ac_prog in flex
4191 # Extract the first word of "$ac_prog", so it can be a program name with args.
4192 set dummy $ac_prog; ac_word=$2
4193 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4194 $as_echo_n "checking for $ac_word... " >&6; }
4195 if test "${ac_cv_prog_FLEX+set}" = set; then :
4196 $as_echo_n "(cached) " >&6
4197 else
4198 if test -n "$FLEX"; then
4199 ac_cv_prog_FLEX="$FLEX" # Let the user override the test.
4200 else
4201 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4202 for as_dir in $PATH
4204 IFS=$as_save_IFS
4205 test -z "$as_dir" && as_dir=.
4206 for ac_exec_ext in '' $ac_executable_extensions; do
4207 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4208 ac_cv_prog_FLEX="$ac_prog"
4209 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4210 break 2
4212 done
4213 done
4214 IFS=$as_save_IFS
4218 FLEX=$ac_cv_prog_FLEX
4219 if test -n "$FLEX"; then
4220 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FLEX" >&5
4221 $as_echo "$FLEX" >&6; }
4222 else
4223 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4224 $as_echo "no" >&6; }
4228 test -n "$FLEX" && break
4229 done
4230 test -n "$FLEX" || FLEX="none"
4232 if test "$FLEX" = "none"
4233 then
4234 as_fn_error $? "no suitable flex found. Please install the 'flex' package." "$LINENO" 5
4236 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether flex is recent enough" >&5
4237 $as_echo_n "checking whether flex is recent enough... " >&6; }
4238 cat >conftest.l <<EOF
4239 %top{
4240 #include "prediluvian.h"
4244 if $FLEX -t conftest.l >/dev/null 2>&5
4245 then
4246 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4247 $as_echo "yes" >&6; }
4248 else
4249 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4250 $as_echo "no" >&6; }
4251 as_fn_error $? "Your flex version is too old. Please install flex version 2.5.33 or newer." "$LINENO" 5
4254 for ac_prog in bison
4256 # Extract the first word of "$ac_prog", so it can be a program name with args.
4257 set dummy $ac_prog; ac_word=$2
4258 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4259 $as_echo_n "checking for $ac_word... " >&6; }
4260 if test "${ac_cv_prog_BISON+set}" = set; then :
4261 $as_echo_n "(cached) " >&6
4262 else
4263 if test -n "$BISON"; then
4264 ac_cv_prog_BISON="$BISON" # Let the user override the test.
4265 else
4266 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4267 for as_dir in $PATH
4269 IFS=$as_save_IFS
4270 test -z "$as_dir" && as_dir=.
4271 for ac_exec_ext in '' $ac_executable_extensions; do
4272 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4273 ac_cv_prog_BISON="$ac_prog"
4274 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4275 break 2
4277 done
4278 done
4279 IFS=$as_save_IFS
4283 BISON=$ac_cv_prog_BISON
4284 if test -n "$BISON"; then
4285 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $BISON" >&5
4286 $as_echo "$BISON" >&6; }
4287 else
4288 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4289 $as_echo "no" >&6; }
4293 test -n "$BISON" && break
4294 done
4295 test -n "$BISON" || BISON="none"
4297 if test "$BISON" = "none"
4298 then
4299 as_fn_error $? "no suitable bison found. Please install the 'bison' package." "$LINENO" 5
4302 if test -n "$ac_tool_prefix"; then
4303 for ac_prog in ar gar
4305 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4306 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4307 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4308 $as_echo_n "checking for $ac_word... " >&6; }
4309 if test "${ac_cv_prog_AR+set}" = set; then :
4310 $as_echo_n "(cached) " >&6
4311 else
4312 if test -n "$AR"; then
4313 ac_cv_prog_AR="$AR" # Let the user override the test.
4314 else
4315 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4316 for as_dir in $PATH
4318 IFS=$as_save_IFS
4319 test -z "$as_dir" && as_dir=.
4320 for ac_exec_ext in '' $ac_executable_extensions; do
4321 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4322 ac_cv_prog_AR="$ac_tool_prefix$ac_prog"
4323 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4324 break 2
4326 done
4327 done
4328 IFS=$as_save_IFS
4332 AR=$ac_cv_prog_AR
4333 if test -n "$AR"; then
4334 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
4335 $as_echo "$AR" >&6; }
4336 else
4337 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4338 $as_echo "no" >&6; }
4342 test -n "$AR" && break
4343 done
4345 if test -z "$AR"; then
4346 ac_ct_AR=$AR
4347 for ac_prog in ar gar
4349 # Extract the first word of "$ac_prog", so it can be a program name with args.
4350 set dummy $ac_prog; ac_word=$2
4351 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4352 $as_echo_n "checking for $ac_word... " >&6; }
4353 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then :
4354 $as_echo_n "(cached) " >&6
4355 else
4356 if test -n "$ac_ct_AR"; then
4357 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
4358 else
4359 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4360 for as_dir in $PATH
4362 IFS=$as_save_IFS
4363 test -z "$as_dir" && as_dir=.
4364 for ac_exec_ext in '' $ac_executable_extensions; do
4365 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4366 ac_cv_prog_ac_ct_AR="$ac_prog"
4367 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4368 break 2
4370 done
4371 done
4372 IFS=$as_save_IFS
4376 ac_ct_AR=$ac_cv_prog_ac_ct_AR
4377 if test -n "$ac_ct_AR"; then
4378 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
4379 $as_echo "$ac_ct_AR" >&6; }
4380 else
4381 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4382 $as_echo "no" >&6; }
4386 test -n "$ac_ct_AR" && break
4387 done
4389 if test "x$ac_ct_AR" = x; then
4390 AR="ar"
4391 else
4392 case $cross_compiling:$ac_tool_warned in
4393 yes:)
4394 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4395 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4396 ac_tool_warned=yes ;;
4397 esac
4398 AR=$ac_ct_AR
4402 ARFLAGS=rc
4404 if test -n "$ac_tool_prefix"; then
4405 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
4406 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
4407 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4408 $as_echo_n "checking for $ac_word... " >&6; }
4409 if test "${ac_cv_prog_RANLIB+set}" = set; then :
4410 $as_echo_n "(cached) " >&6
4411 else
4412 if test -n "$RANLIB"; then
4413 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
4414 else
4415 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4416 for as_dir in $PATH
4418 IFS=$as_save_IFS
4419 test -z "$as_dir" && as_dir=.
4420 for ac_exec_ext in '' $ac_executable_extensions; do
4421 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4422 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
4423 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4424 break 2
4426 done
4427 done
4428 IFS=$as_save_IFS
4432 RANLIB=$ac_cv_prog_RANLIB
4433 if test -n "$RANLIB"; then
4434 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
4435 $as_echo "$RANLIB" >&6; }
4436 else
4437 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4438 $as_echo "no" >&6; }
4443 if test -z "$ac_cv_prog_RANLIB"; then
4444 ac_ct_RANLIB=$RANLIB
4445 # Extract the first word of "ranlib", so it can be a program name with args.
4446 set dummy ranlib; ac_word=$2
4447 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4448 $as_echo_n "checking for $ac_word... " >&6; }
4449 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
4450 $as_echo_n "(cached) " >&6
4451 else
4452 if test -n "$ac_ct_RANLIB"; then
4453 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
4454 else
4455 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4456 for as_dir in $PATH
4458 IFS=$as_save_IFS
4459 test -z "$as_dir" && as_dir=.
4460 for ac_exec_ext in '' $ac_executable_extensions; do
4461 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4462 ac_cv_prog_ac_ct_RANLIB="ranlib"
4463 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4464 break 2
4466 done
4467 done
4468 IFS=$as_save_IFS
4472 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
4473 if test -n "$ac_ct_RANLIB"; then
4474 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
4475 $as_echo "$ac_ct_RANLIB" >&6; }
4476 else
4477 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4478 $as_echo "no" >&6; }
4481 if test "x$ac_ct_RANLIB" = x; then
4482 RANLIB=":"
4483 else
4484 case $cross_compiling:$ac_tool_warned in
4485 yes:)
4486 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4487 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4488 ac_tool_warned=yes ;;
4489 esac
4490 RANLIB=$ac_ct_RANLIB
4492 else
4493 RANLIB="$ac_cv_prog_RANLIB"
4496 if test -n "$ac_tool_prefix"; then
4497 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
4498 set dummy ${ac_tool_prefix}strip; ac_word=$2
4499 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4500 $as_echo_n "checking for $ac_word... " >&6; }
4501 if test "${ac_cv_prog_STRIP+set}" = set; then :
4502 $as_echo_n "(cached) " >&6
4503 else
4504 if test -n "$STRIP"; then
4505 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
4506 else
4507 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4508 for as_dir in $PATH
4510 IFS=$as_save_IFS
4511 test -z "$as_dir" && as_dir=.
4512 for ac_exec_ext in '' $ac_executable_extensions; do
4513 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4514 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
4515 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4516 break 2
4518 done
4519 done
4520 IFS=$as_save_IFS
4524 STRIP=$ac_cv_prog_STRIP
4525 if test -n "$STRIP"; then
4526 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
4527 $as_echo "$STRIP" >&6; }
4528 else
4529 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4530 $as_echo "no" >&6; }
4535 if test -z "$ac_cv_prog_STRIP"; then
4536 ac_ct_STRIP=$STRIP
4537 # Extract the first word of "strip", so it can be a program name with args.
4538 set dummy strip; ac_word=$2
4539 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4540 $as_echo_n "checking for $ac_word... " >&6; }
4541 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
4542 $as_echo_n "(cached) " >&6
4543 else
4544 if test -n "$ac_ct_STRIP"; then
4545 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
4546 else
4547 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4548 for as_dir in $PATH
4550 IFS=$as_save_IFS
4551 test -z "$as_dir" && as_dir=.
4552 for ac_exec_ext in '' $ac_executable_extensions; do
4553 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4554 ac_cv_prog_ac_ct_STRIP="strip"
4555 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4556 break 2
4558 done
4559 done
4560 IFS=$as_save_IFS
4564 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
4565 if test -n "$ac_ct_STRIP"; then
4566 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
4567 $as_echo "$ac_ct_STRIP" >&6; }
4568 else
4569 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4570 $as_echo "no" >&6; }
4573 if test "x$ac_ct_STRIP" = x; then
4574 STRIP="strip"
4575 else
4576 case $cross_compiling:$ac_tool_warned in
4577 yes:)
4578 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4579 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4580 ac_tool_warned=yes ;;
4581 esac
4582 STRIP=$ac_ct_STRIP
4584 else
4585 STRIP="$ac_cv_prog_STRIP"
4588 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
4589 $as_echo_n "checking whether ln -s works... " >&6; }
4590 LN_S=$as_ln_s
4591 if test "$LN_S" = "ln -s"; then
4592 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4593 $as_echo "yes" >&6; }
4594 else
4595 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
4596 $as_echo "no, using $LN_S" >&6; }
4599 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
4600 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
4601 if test "${ac_cv_path_GREP+set}" = set; then :
4602 $as_echo_n "(cached) " >&6
4603 else
4604 if test -z "$GREP"; then
4605 ac_path_GREP_found=false
4606 # Loop through the user's path and test for each of PROGNAME-LIST
4607 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4608 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4610 IFS=$as_save_IFS
4611 test -z "$as_dir" && as_dir=.
4612 for ac_prog in grep ggrep; do
4613 for ac_exec_ext in '' $ac_executable_extensions; do
4614 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
4615 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
4616 # Check for GNU ac_path_GREP and select it if it is found.
4617 # Check for GNU $ac_path_GREP
4618 case `"$ac_path_GREP" --version 2>&1` in
4619 *GNU*)
4620 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
4622 ac_count=0
4623 $as_echo_n 0123456789 >"conftest.in"
4624 while :
4626 cat "conftest.in" "conftest.in" >"conftest.tmp"
4627 mv "conftest.tmp" "conftest.in"
4628 cp "conftest.in" "conftest.nl"
4629 $as_echo 'GREP' >> "conftest.nl"
4630 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4631 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4632 as_fn_arith $ac_count + 1 && ac_count=$as_val
4633 if test $ac_count -gt ${ac_path_GREP_max-0}; then
4634 # Best one so far, save it but keep looking for a better one
4635 ac_cv_path_GREP="$ac_path_GREP"
4636 ac_path_GREP_max=$ac_count
4638 # 10*(2^10) chars as input seems more than enough
4639 test $ac_count -gt 10 && break
4640 done
4641 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4642 esac
4644 $ac_path_GREP_found && break 3
4645 done
4646 done
4647 done
4648 IFS=$as_save_IFS
4649 if test -z "$ac_cv_path_GREP"; then
4650 as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4652 else
4653 ac_cv_path_GREP=$GREP
4657 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
4658 $as_echo "$ac_cv_path_GREP" >&6; }
4659 GREP="$ac_cv_path_GREP"
4662 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
4663 $as_echo_n "checking for egrep... " >&6; }
4664 if test "${ac_cv_path_EGREP+set}" = set; then :
4665 $as_echo_n "(cached) " >&6
4666 else
4667 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
4668 then ac_cv_path_EGREP="$GREP -E"
4669 else
4670 if test -z "$EGREP"; then
4671 ac_path_EGREP_found=false
4672 # Loop through the user's path and test for each of PROGNAME-LIST
4673 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4674 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4676 IFS=$as_save_IFS
4677 test -z "$as_dir" && as_dir=.
4678 for ac_prog in egrep; do
4679 for ac_exec_ext in '' $ac_executable_extensions; do
4680 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
4681 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
4682 # Check for GNU ac_path_EGREP and select it if it is found.
4683 # Check for GNU $ac_path_EGREP
4684 case `"$ac_path_EGREP" --version 2>&1` in
4685 *GNU*)
4686 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
4688 ac_count=0
4689 $as_echo_n 0123456789 >"conftest.in"
4690 while :
4692 cat "conftest.in" "conftest.in" >"conftest.tmp"
4693 mv "conftest.tmp" "conftest.in"
4694 cp "conftest.in" "conftest.nl"
4695 $as_echo 'EGREP' >> "conftest.nl"
4696 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4697 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4698 as_fn_arith $ac_count + 1 && ac_count=$as_val
4699 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
4700 # Best one so far, save it but keep looking for a better one
4701 ac_cv_path_EGREP="$ac_path_EGREP"
4702 ac_path_EGREP_max=$ac_count
4704 # 10*(2^10) chars as input seems more than enough
4705 test $ac_count -gt 10 && break
4706 done
4707 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4708 esac
4710 $ac_path_EGREP_found && break 3
4711 done
4712 done
4713 done
4714 IFS=$as_save_IFS
4715 if test -z "$ac_cv_path_EGREP"; then
4716 as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4718 else
4719 ac_cv_path_EGREP=$EGREP
4724 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
4725 $as_echo "$ac_cv_path_EGREP" >&6; }
4726 EGREP="$ac_cv_path_EGREP"
4729 # Extract the first word of "ldconfig", so it can be a program name with args.
4730 set dummy ldconfig; ac_word=$2
4731 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4732 $as_echo_n "checking for $ac_word... " >&6; }
4733 if test "${ac_cv_path_LDCONFIG+set}" = set; then :
4734 $as_echo_n "(cached) " >&6
4735 else
4736 case $LDCONFIG in
4737 [\\/]* | ?:[\\/]*)
4738 ac_cv_path_LDCONFIG="$LDCONFIG" # Let the user override the test with a path.
4741 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4742 for as_dir in /sbin /usr/sbin $PATH
4744 IFS=$as_save_IFS
4745 test -z "$as_dir" && as_dir=.
4746 for ac_exec_ext in '' $ac_executable_extensions; do
4747 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4748 ac_cv_path_LDCONFIG="$as_dir/$ac_word$ac_exec_ext"
4749 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4750 break 2
4752 done
4753 done
4754 IFS=$as_save_IFS
4756 test -z "$ac_cv_path_LDCONFIG" && ac_cv_path_LDCONFIG="true"
4758 esac
4760 LDCONFIG=$ac_cv_path_LDCONFIG
4761 if test -n "$LDCONFIG"; then
4762 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LDCONFIG" >&5
4763 $as_echo "$LDCONFIG" >&6; }
4764 else
4765 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4766 $as_echo "no" >&6; }
4770 # Find a good install program. We prefer a C program (faster),
4771 # so one script is as good as another. But avoid the broken or
4772 # incompatible versions:
4773 # SysV /etc/install, /usr/sbin/install
4774 # SunOS /usr/etc/install
4775 # IRIX /sbin/install
4776 # AIX /bin/install
4777 # AmigaOS /C/install, which installs bootblocks on floppy discs
4778 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
4779 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
4780 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
4781 # OS/2's system install, which has a completely different semantic
4782 # ./install, which can be erroneously created by make from ./install.sh.
4783 # Reject install programs that cannot install multiple files.
4784 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
4785 $as_echo_n "checking for a BSD-compatible install... " >&6; }
4786 if test -z "$INSTALL"; then
4787 if test "${ac_cv_path_install+set}" = set; then :
4788 $as_echo_n "(cached) " >&6
4789 else
4790 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4791 for as_dir in $PATH
4793 IFS=$as_save_IFS
4794 test -z "$as_dir" && as_dir=.
4795 # Account for people who put trailing slashes in PATH elements.
4796 case $as_dir/ in #((
4797 ./ | .// | /[cC]/* | \
4798 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
4799 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
4800 /usr/ucb/* ) ;;
4802 # OSF1 and SCO ODT 3.0 have their own names for install.
4803 # Don't use installbsd from OSF since it installs stuff as root
4804 # by default.
4805 for ac_prog in ginstall scoinst install; do
4806 for ac_exec_ext in '' $ac_executable_extensions; do
4807 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
4808 if test $ac_prog = install &&
4809 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
4810 # AIX install. It has an incompatible calling convention.
4812 elif test $ac_prog = install &&
4813 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
4814 # program-specific install script used by HP pwplus--don't use.
4816 else
4817 rm -rf conftest.one conftest.two conftest.dir
4818 echo one > conftest.one
4819 echo two > conftest.two
4820 mkdir conftest.dir
4821 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
4822 test -s conftest.one && test -s conftest.two &&
4823 test -s conftest.dir/conftest.one &&
4824 test -s conftest.dir/conftest.two
4825 then
4826 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
4827 break 3
4831 done
4832 done
4834 esac
4836 done
4837 IFS=$as_save_IFS
4839 rm -rf conftest.one conftest.two conftest.dir
4842 if test "${ac_cv_path_install+set}" = set; then
4843 INSTALL=$ac_cv_path_install
4844 else
4845 # As a last resort, use the slow shell script. Don't cache a
4846 # value for INSTALL within a source directory, because that will
4847 # break other packages using the cache if that directory is
4848 # removed, or if the value is a relative name.
4849 INSTALL=$ac_install_sh
4852 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
4853 $as_echo "$INSTALL" >&6; }
4855 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
4856 # It thinks the first close brace ends the variable substitution.
4857 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
4859 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
4861 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
4863 case "$INSTALL" in
4864 [\\/$]* | ?:[\\/]* ) ;;
4865 *) INSTALL="\\\$(top_srcdir)/$INSTALL" ;;
4866 esac
4868 for ac_prog in lclint lint
4870 # Extract the first word of "$ac_prog", so it can be a program name with args.
4871 set dummy $ac_prog; ac_word=$2
4872 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4873 $as_echo_n "checking for $ac_word... " >&6; }
4874 if test "${ac_cv_prog_LINT+set}" = set; then :
4875 $as_echo_n "(cached) " >&6
4876 else
4877 if test -n "$LINT"; then
4878 ac_cv_prog_LINT="$LINT" # Let the user override the test.
4879 else
4880 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4881 for as_dir in $PATH
4883 IFS=$as_save_IFS
4884 test -z "$as_dir" && as_dir=.
4885 for ac_exec_ext in '' $ac_executable_extensions; do
4886 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4887 ac_cv_prog_LINT="$ac_prog"
4888 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4889 break 2
4891 done
4892 done
4893 IFS=$as_save_IFS
4897 LINT=$ac_cv_prog_LINT
4898 if test -n "$LINT"; then
4899 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINT" >&5
4900 $as_echo "$LINT" >&6; }
4901 else
4902 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4903 $as_echo "no" >&6; }
4907 test -n "$LINT" && break
4908 done
4910 if test "$LINT" = "lint"
4911 then
4912 LINTFLAGS="$LINTFLAGS -errchk=%all,no%longptr64 -errhdr=%user -Ncheck=macro -Nlevel=4"
4917 for ac_prog in fontforge
4919 # Extract the first word of "$ac_prog", so it can be a program name with args.
4920 set dummy $ac_prog; ac_word=$2
4921 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4922 $as_echo_n "checking for $ac_word... " >&6; }
4923 if test "${ac_cv_prog_FONTFORGE+set}" = set; then :
4924 $as_echo_n "(cached) " >&6
4925 else
4926 if test -n "$FONTFORGE"; then
4927 ac_cv_prog_FONTFORGE="$FONTFORGE" # Let the user override the test.
4928 else
4929 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4930 for as_dir in $PATH
4932 IFS=$as_save_IFS
4933 test -z "$as_dir" && as_dir=.
4934 for ac_exec_ext in '' $ac_executable_extensions; do
4935 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4936 ac_cv_prog_FONTFORGE="$ac_prog"
4937 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4938 break 2
4940 done
4941 done
4942 IFS=$as_save_IFS
4946 FONTFORGE=$ac_cv_prog_FONTFORGE
4947 if test -n "$FONTFORGE"; then
4948 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FONTFORGE" >&5
4949 $as_echo "$FONTFORGE" >&6; }
4950 else
4951 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4952 $as_echo "no" >&6; }
4956 test -n "$FONTFORGE" && break
4957 done
4958 test -n "$FONTFORGE" || FONTFORGE="false"
4960 for ac_prog in pkg-config
4962 # Extract the first word of "$ac_prog", so it can be a program name with args.
4963 set dummy $ac_prog; ac_word=$2
4964 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4965 $as_echo_n "checking for $ac_word... " >&6; }
4966 if test "${ac_cv_prog_PKG_CONFIG+set}" = set; then :
4967 $as_echo_n "(cached) " >&6
4968 else
4969 if test -n "$PKG_CONFIG"; then
4970 ac_cv_prog_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test.
4971 else
4972 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4973 for as_dir in $PATH
4975 IFS=$as_save_IFS
4976 test -z "$as_dir" && as_dir=.
4977 for ac_exec_ext in '' $ac_executable_extensions; do
4978 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4979 ac_cv_prog_PKG_CONFIG="$ac_prog"
4980 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4981 break 2
4983 done
4984 done
4985 IFS=$as_save_IFS
4989 PKG_CONFIG=$ac_cv_prog_PKG_CONFIG
4990 if test -n "$PKG_CONFIG"; then
4991 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
4992 $as_echo "$PKG_CONFIG" >&6; }
4993 else
4994 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4995 $as_echo "no" >&6; }
4999 test -n "$PKG_CONFIG" && break
5000 done
5001 test -n "$PKG_CONFIG" || PKG_CONFIG="false"
5003 for ac_prog in rsvg
5005 # Extract the first word of "$ac_prog", so it can be a program name with args.
5006 set dummy $ac_prog; ac_word=$2
5007 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5008 $as_echo_n "checking for $ac_word... " >&6; }
5009 if test "${ac_cv_prog_RSVG+set}" = set; then :
5010 $as_echo_n "(cached) " >&6
5011 else
5012 if test -n "$RSVG"; then
5013 ac_cv_prog_RSVG="$RSVG" # Let the user override the test.
5014 else
5015 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5016 for as_dir in $PATH
5018 IFS=$as_save_IFS
5019 test -z "$as_dir" && as_dir=.
5020 for ac_exec_ext in '' $ac_executable_extensions; do
5021 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5022 ac_cv_prog_RSVG="$ac_prog"
5023 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5024 break 2
5026 done
5027 done
5028 IFS=$as_save_IFS
5032 RSVG=$ac_cv_prog_RSVG
5033 if test -n "$RSVG"; then
5034 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RSVG" >&5
5035 $as_echo "$RSVG" >&6; }
5036 else
5037 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5038 $as_echo "no" >&6; }
5042 test -n "$RSVG" && break
5043 done
5044 test -n "$RSVG" || RSVG="false"
5046 for ac_prog in convert
5048 # Extract the first word of "$ac_prog", so it can be a program name with args.
5049 set dummy $ac_prog; ac_word=$2
5050 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5051 $as_echo_n "checking for $ac_word... " >&6; }
5052 if test "${ac_cv_prog_CONVERT+set}" = set; then :
5053 $as_echo_n "(cached) " >&6
5054 else
5055 if test -n "$CONVERT"; then
5056 ac_cv_prog_CONVERT="$CONVERT" # Let the user override the test.
5057 else
5058 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5059 for as_dir in $PATH
5061 IFS=$as_save_IFS
5062 test -z "$as_dir" && as_dir=.
5063 for ac_exec_ext in '' $ac_executable_extensions; do
5064 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5065 ac_cv_prog_CONVERT="$ac_prog"
5066 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5067 break 2
5069 done
5070 done
5071 IFS=$as_save_IFS
5075 CONVERT=$ac_cv_prog_CONVERT
5076 if test -n "$CONVERT"; then
5077 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CONVERT" >&5
5078 $as_echo "$CONVERT" >&6; }
5079 else
5080 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5081 $as_echo "no" >&6; }
5085 test -n "$CONVERT" && break
5086 done
5087 test -n "$CONVERT" || CONVERT="false"
5089 for ac_prog in icotool
5091 # Extract the first word of "$ac_prog", so it can be a program name with args.
5092 set dummy $ac_prog; ac_word=$2
5093 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5094 $as_echo_n "checking for $ac_word... " >&6; }
5095 if test "${ac_cv_prog_ICOTOOL+set}" = set; then :
5096 $as_echo_n "(cached) " >&6
5097 else
5098 if test -n "$ICOTOOL"; then
5099 ac_cv_prog_ICOTOOL="$ICOTOOL" # Let the user override the test.
5100 else
5101 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5102 for as_dir in $PATH
5104 IFS=$as_save_IFS
5105 test -z "$as_dir" && as_dir=.
5106 for ac_exec_ext in '' $ac_executable_extensions; do
5107 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5108 ac_cv_prog_ICOTOOL="$ac_prog"
5109 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5110 break 2
5112 done
5113 done
5114 IFS=$as_save_IFS
5118 ICOTOOL=$ac_cv_prog_ICOTOOL
5119 if test -n "$ICOTOOL"; then
5120 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ICOTOOL" >&5
5121 $as_echo "$ICOTOOL" >&6; }
5122 else
5123 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5124 $as_echo "no" >&6; }
5128 test -n "$ICOTOOL" && break
5129 done
5130 test -n "$ICOTOOL" || ICOTOOL="false"
5133 if test "x$enable_maintainer_mode" != "xyes"
5134 then
5135 MAINTAINER_MODE=\#
5137 else
5138 if test "$FONTFORGE" = "false"; then as_fn_error $? "You need fontforge to rebuild fonts in maintainer mode." "$LINENO" 5 ; fi
5139 if test "$RSVG" = "false"; then as_fn_error $? "You need rsvg to rebuild icons in maintainer mode." "$LINENO" 5 ; fi
5141 if test "$CONVERT" = false
5142 then
5143 as_fn_error $? "You need imagemagick to rebuild icons in maintainer mode." "$LINENO" 5
5144 else
5145 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for recent enough imagemagick" >&5
5146 $as_echo_n "checking for recent enough imagemagick... " >&6; }
5147 convert_version=`convert --version | head -n1`
5148 if test "x$convert_version" != "x"
5149 then
5150 convert_version_major=`expr "$convert_version" : '.* \([0-9]*\)\.[0-9]*'`
5151 convert_version_minor=`expr "$convert_version" : '.* [0-9]*\.\([0-9]*\)'`
5152 if test "$convert_version_major" -eq 6 -a "$convert_version_minor" -lt 6
5153 then
5154 CONVERT=false
5157 if test "$CONVERT" = false
5158 then
5159 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no ($convert_version_major.$convert_version_minor)" >&5
5160 $as_echo "no ($convert_version_major.$convert_version_minor)" >&6; }
5161 as_fn_error $? "You need imagemagick version 6.6 or newer to rebuild icons in maintainer mode." "$LINENO" 5
5162 else
5163 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes ($convert_version_major.$convert_version_minor)" >&5
5164 $as_echo "yes ($convert_version_major.$convert_version_minor)" >&6; }
5168 if test "$ICOTOOL" = false
5169 then
5170 as_fn_error $? "You need icotool to rebuild icons in maintainer mode." "$LINENO" 5
5171 else
5172 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for recent enough icotool" >&5
5173 $as_echo_n "checking for recent enough icotool... " >&6; }
5174 icotool_version=`icotool --version | head -n1`
5175 if test "x$icotool_version" != "x"
5176 then
5177 icotool_version_major=`expr "$icotool_version" : '.* \([0-9]*\)\.[0-9]*'`
5178 icotool_version_minor=`expr "$icotool_version" : '.* [0-9]*\.\([0-9]*\)'`
5179 if test "$icotool_version_major" -eq 0 -a "$icotool_version_minor" -lt 29
5180 then
5181 ICOTOOL=false
5182 as_fn_append wine_warnings "|icotool version 0.29.0 or newer is needed to rebuild icons."
5185 if test "$ICOTOOL" = false
5186 then
5187 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no ($icotool_version_major.$icotool_version_minor)" >&5
5188 $as_echo "no ($icotool_version_major.$icotool_version_minor)" >&6; }
5189 as_fn_error $? "You need icotool version 0.29.0 or newer to rebuild icons in maintainer mode." "$LINENO" 5
5190 else
5191 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes ($icotool_version_major.$icotool_version_minor)" >&5
5192 $as_echo "yes ($icotool_version_major.$icotool_version_minor)" >&6; }
5199 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for i386_set_ldt in -li386" >&5
5200 $as_echo_n "checking for i386_set_ldt in -li386... " >&6; }
5201 if test "${ac_cv_lib_i386_i386_set_ldt+set}" = set; then :
5202 $as_echo_n "(cached) " >&6
5203 else
5204 ac_check_lib_save_LIBS=$LIBS
5205 LIBS="-li386 $LIBS"
5206 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5207 /* end confdefs.h. */
5209 /* Override any GCC internal prototype to avoid an error.
5210 Use char because int might match the return type of a GCC
5211 builtin and then its argument prototype would still apply. */
5212 #ifdef __cplusplus
5213 extern "C"
5214 #endif
5215 char i386_set_ldt ();
5217 main ()
5219 return i386_set_ldt ();
5221 return 0;
5223 _ACEOF
5224 if ac_fn_c_try_link "$LINENO"; then :
5225 ac_cv_lib_i386_i386_set_ldt=yes
5226 else
5227 ac_cv_lib_i386_i386_set_ldt=no
5229 rm -f core conftest.err conftest.$ac_objext \
5230 conftest$ac_exeext conftest.$ac_ext
5231 LIBS=$ac_check_lib_save_LIBS
5233 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_i386_i386_set_ldt" >&5
5234 $as_echo "$ac_cv_lib_i386_i386_set_ldt" >&6; }
5235 if test "x$ac_cv_lib_i386_i386_set_ldt" = x""yes; then :
5236 cat >>confdefs.h <<_ACEOF
5237 #define HAVE_LIBI386 1
5238 _ACEOF
5240 LIBS="-li386 $LIBS"
5244 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _oss_ioctl in -lossaudio" >&5
5245 $as_echo_n "checking for _oss_ioctl in -lossaudio... " >&6; }
5246 if test "${ac_cv_lib_ossaudio__oss_ioctl+set}" = set; then :
5247 $as_echo_n "(cached) " >&6
5248 else
5249 ac_check_lib_save_LIBS=$LIBS
5250 LIBS="-lossaudio $LIBS"
5251 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5252 /* end confdefs.h. */
5254 /* Override any GCC internal prototype to avoid an error.
5255 Use char because int might match the return type of a GCC
5256 builtin and then its argument prototype would still apply. */
5257 #ifdef __cplusplus
5258 extern "C"
5259 #endif
5260 char _oss_ioctl ();
5262 main ()
5264 return _oss_ioctl ();
5266 return 0;
5268 _ACEOF
5269 if ac_fn_c_try_link "$LINENO"; then :
5270 ac_cv_lib_ossaudio__oss_ioctl=yes
5271 else
5272 ac_cv_lib_ossaudio__oss_ioctl=no
5274 rm -f core conftest.err conftest.$ac_objext \
5275 conftest$ac_exeext conftest.$ac_ext
5276 LIBS=$ac_check_lib_save_LIBS
5278 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5
5279 $as_echo "$ac_cv_lib_ossaudio__oss_ioctl" >&6; }
5280 if test "x$ac_cv_lib_ossaudio__oss_ioctl" = x""yes; then :
5281 cat >>confdefs.h <<_ACEOF
5282 #define HAVE_LIBOSSAUDIO 1
5283 _ACEOF
5285 LIBS="-lossaudio $LIBS"
5290 XLIB=""
5292 OPENGL_LIBS=""
5296 # Check whether --enable-largefile was given.
5297 if test "${enable_largefile+set}" = set; then :
5298 enableval=$enable_largefile;
5301 if test "$enable_largefile" != no; then
5303 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5
5304 $as_echo_n "checking for special C compiler options needed for large files... " >&6; }
5305 if test "${ac_cv_sys_largefile_CC+set}" = set; then :
5306 $as_echo_n "(cached) " >&6
5307 else
5308 ac_cv_sys_largefile_CC=no
5309 if test "$GCC" != yes; then
5310 ac_save_CC=$CC
5311 while :; do
5312 # IRIX 6.2 and later do not support large files by default,
5313 # so use the C compiler's -n32 option if that helps.
5314 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5315 /* end confdefs.h. */
5316 #include <sys/types.h>
5317 /* Check that off_t can represent 2**63 - 1 correctly.
5318 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5319 since some C++ compilers masquerading as C compilers
5320 incorrectly reject 9223372036854775807. */
5321 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5322 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5323 && LARGE_OFF_T % 2147483647 == 1)
5324 ? 1 : -1];
5326 main ()
5330 return 0;
5332 _ACEOF
5333 if ac_fn_c_try_compile "$LINENO"; then :
5334 break
5336 rm -f core conftest.err conftest.$ac_objext
5337 CC="$CC -n32"
5338 if ac_fn_c_try_compile "$LINENO"; then :
5339 ac_cv_sys_largefile_CC=' -n32'; break
5341 rm -f core conftest.err conftest.$ac_objext
5342 break
5343 done
5344 CC=$ac_save_CC
5345 rm -f conftest.$ac_ext
5348 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_CC" >&5
5349 $as_echo "$ac_cv_sys_largefile_CC" >&6; }
5350 if test "$ac_cv_sys_largefile_CC" != no; then
5351 CC=$CC$ac_cv_sys_largefile_CC
5354 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5
5355 $as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; }
5356 if test "${ac_cv_sys_file_offset_bits+set}" = set; then :
5357 $as_echo_n "(cached) " >&6
5358 else
5359 while :; do
5360 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5361 /* end confdefs.h. */
5362 #include <sys/types.h>
5363 /* Check that off_t can represent 2**63 - 1 correctly.
5364 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5365 since some C++ compilers masquerading as C compilers
5366 incorrectly reject 9223372036854775807. */
5367 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5368 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5369 && LARGE_OFF_T % 2147483647 == 1)
5370 ? 1 : -1];
5372 main ()
5376 return 0;
5378 _ACEOF
5379 if ac_fn_c_try_compile "$LINENO"; then :
5380 ac_cv_sys_file_offset_bits=no; break
5382 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5383 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5384 /* end confdefs.h. */
5385 #define _FILE_OFFSET_BITS 64
5386 #include <sys/types.h>
5387 /* Check that off_t can represent 2**63 - 1 correctly.
5388 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5389 since some C++ compilers masquerading as C compilers
5390 incorrectly reject 9223372036854775807. */
5391 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5392 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5393 && LARGE_OFF_T % 2147483647 == 1)
5394 ? 1 : -1];
5396 main ()
5400 return 0;
5402 _ACEOF
5403 if ac_fn_c_try_compile "$LINENO"; then :
5404 ac_cv_sys_file_offset_bits=64; break
5406 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5407 ac_cv_sys_file_offset_bits=unknown
5408 break
5409 done
5411 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_file_offset_bits" >&5
5412 $as_echo "$ac_cv_sys_file_offset_bits" >&6; }
5413 case $ac_cv_sys_file_offset_bits in #(
5414 no | unknown) ;;
5416 cat >>confdefs.h <<_ACEOF
5417 #define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
5418 _ACEOF
5420 esac
5421 rm -rf conftest*
5422 if test $ac_cv_sys_file_offset_bits = unknown; then
5423 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5
5424 $as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; }
5425 if test "${ac_cv_sys_large_files+set}" = set; then :
5426 $as_echo_n "(cached) " >&6
5427 else
5428 while :; do
5429 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5430 /* end confdefs.h. */
5431 #include <sys/types.h>
5432 /* Check that off_t can represent 2**63 - 1 correctly.
5433 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5434 since some C++ compilers masquerading as C compilers
5435 incorrectly reject 9223372036854775807. */
5436 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5437 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5438 && LARGE_OFF_T % 2147483647 == 1)
5439 ? 1 : -1];
5441 main ()
5445 return 0;
5447 _ACEOF
5448 if ac_fn_c_try_compile "$LINENO"; then :
5449 ac_cv_sys_large_files=no; break
5451 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5452 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5453 /* end confdefs.h. */
5454 #define _LARGE_FILES 1
5455 #include <sys/types.h>
5456 /* Check that off_t can represent 2**63 - 1 correctly.
5457 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5458 since some C++ compilers masquerading as C compilers
5459 incorrectly reject 9223372036854775807. */
5460 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5461 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5462 && LARGE_OFF_T % 2147483647 == 1)
5463 ? 1 : -1];
5465 main ()
5469 return 0;
5471 _ACEOF
5472 if ac_fn_c_try_compile "$LINENO"; then :
5473 ac_cv_sys_large_files=1; break
5475 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5476 ac_cv_sys_large_files=unknown
5477 break
5478 done
5480 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_large_files" >&5
5481 $as_echo "$ac_cv_sys_large_files" >&6; }
5482 case $ac_cv_sys_large_files in #(
5483 no | unknown) ;;
5485 cat >>confdefs.h <<_ACEOF
5486 #define _LARGE_FILES $ac_cv_sys_large_files
5487 _ACEOF
5489 esac
5490 rm -rf conftest*
5495 ac_ext=c
5496 ac_cpp='$CPP $CPPFLAGS'
5497 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5498 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5499 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5500 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
5501 $as_echo_n "checking how to run the C preprocessor... " >&6; }
5502 # On Suns, sometimes $CPP names a directory.
5503 if test -n "$CPP" && test -d "$CPP"; then
5504 CPP=
5506 if test -z "$CPP"; then
5507 if test "${ac_cv_prog_CPP+set}" = set; then :
5508 $as_echo_n "(cached) " >&6
5509 else
5510 # Double quotes because CPP needs to be expanded
5511 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
5513 ac_preproc_ok=false
5514 for ac_c_preproc_warn_flag in '' yes
5516 # Use a header file that comes with gcc, so configuring glibc
5517 # with a fresh cross-compiler works.
5518 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5519 # <limits.h> exists even on freestanding compilers.
5520 # On the NeXT, cc -E runs the code through the compiler's parser,
5521 # not just through cpp. "Syntax error" is here to catch this case.
5522 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5523 /* end confdefs.h. */
5524 #ifdef __STDC__
5525 # include <limits.h>
5526 #else
5527 # include <assert.h>
5528 #endif
5529 Syntax error
5530 _ACEOF
5531 if ac_fn_c_try_cpp "$LINENO"; then :
5533 else
5534 # Broken: fails on valid input.
5535 continue
5537 rm -f conftest.err conftest.i conftest.$ac_ext
5539 # OK, works on sane cases. Now check whether nonexistent headers
5540 # can be detected and how.
5541 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5542 /* end confdefs.h. */
5543 #include <ac_nonexistent.h>
5544 _ACEOF
5545 if ac_fn_c_try_cpp "$LINENO"; then :
5546 # Broken: success on invalid input.
5547 continue
5548 else
5549 # Passes both tests.
5550 ac_preproc_ok=:
5551 break
5553 rm -f conftest.err conftest.i conftest.$ac_ext
5555 done
5556 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5557 rm -f conftest.i conftest.err conftest.$ac_ext
5558 if $ac_preproc_ok; then :
5559 break
5562 done
5563 ac_cv_prog_CPP=$CPP
5566 CPP=$ac_cv_prog_CPP
5567 else
5568 ac_cv_prog_CPP=$CPP
5570 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
5571 $as_echo "$CPP" >&6; }
5572 ac_preproc_ok=false
5573 for ac_c_preproc_warn_flag in '' yes
5575 # Use a header file that comes with gcc, so configuring glibc
5576 # with a fresh cross-compiler works.
5577 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5578 # <limits.h> exists even on freestanding compilers.
5579 # On the NeXT, cc -E runs the code through the compiler's parser,
5580 # not just through cpp. "Syntax error" is here to catch this case.
5581 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5582 /* end confdefs.h. */
5583 #ifdef __STDC__
5584 # include <limits.h>
5585 #else
5586 # include <assert.h>
5587 #endif
5588 Syntax error
5589 _ACEOF
5590 if ac_fn_c_try_cpp "$LINENO"; then :
5592 else
5593 # Broken: fails on valid input.
5594 continue
5596 rm -f conftest.err conftest.i conftest.$ac_ext
5598 # OK, works on sane cases. Now check whether nonexistent headers
5599 # can be detected and how.
5600 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5601 /* end confdefs.h. */
5602 #include <ac_nonexistent.h>
5603 _ACEOF
5604 if ac_fn_c_try_cpp "$LINENO"; then :
5605 # Broken: success on invalid input.
5606 continue
5607 else
5608 # Passes both tests.
5609 ac_preproc_ok=:
5610 break
5612 rm -f conftest.err conftest.i conftest.$ac_ext
5614 done
5615 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5616 rm -f conftest.i conftest.err conftest.$ac_ext
5617 if $ac_preproc_ok; then :
5619 else
5620 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5621 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5622 as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
5623 See \`config.log' for more details" "$LINENO" 5 ; }
5626 ac_ext=c
5627 ac_cpp='$CPP $CPPFLAGS'
5628 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5629 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5630 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5633 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
5634 $as_echo_n "checking for ANSI C header files... " >&6; }
5635 if test "${ac_cv_header_stdc+set}" = set; then :
5636 $as_echo_n "(cached) " >&6
5637 else
5638 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5639 /* end confdefs.h. */
5640 #include <stdlib.h>
5641 #include <stdarg.h>
5642 #include <string.h>
5643 #include <float.h>
5646 main ()
5650 return 0;
5652 _ACEOF
5653 if ac_fn_c_try_compile "$LINENO"; then :
5654 ac_cv_header_stdc=yes
5655 else
5656 ac_cv_header_stdc=no
5658 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5660 if test $ac_cv_header_stdc = yes; then
5661 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
5662 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5663 /* end confdefs.h. */
5664 #include <string.h>
5666 _ACEOF
5667 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5668 $EGREP "memchr" >/dev/null 2>&1; then :
5670 else
5671 ac_cv_header_stdc=no
5673 rm -f conftest*
5677 if test $ac_cv_header_stdc = yes; then
5678 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
5679 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5680 /* end confdefs.h. */
5681 #include <stdlib.h>
5683 _ACEOF
5684 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5685 $EGREP "free" >/dev/null 2>&1; then :
5687 else
5688 ac_cv_header_stdc=no
5690 rm -f conftest*
5694 if test $ac_cv_header_stdc = yes; then
5695 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
5696 if test "$cross_compiling" = yes; then :
5698 else
5699 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5700 /* end confdefs.h. */
5701 #include <ctype.h>
5702 #include <stdlib.h>
5703 #if ((' ' & 0x0FF) == 0x020)
5704 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
5705 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5706 #else
5707 # define ISLOWER(c) \
5708 (('a' <= (c) && (c) <= 'i') \
5709 || ('j' <= (c) && (c) <= 'r') \
5710 || ('s' <= (c) && (c) <= 'z'))
5711 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
5712 #endif
5714 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
5716 main ()
5718 int i;
5719 for (i = 0; i < 256; i++)
5720 if (XOR (islower (i), ISLOWER (i))
5721 || toupper (i) != TOUPPER (i))
5722 return 2;
5723 return 0;
5725 _ACEOF
5726 if ac_fn_c_try_run "$LINENO"; then :
5728 else
5729 ac_cv_header_stdc=no
5731 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
5732 conftest.$ac_objext conftest.beam conftest.$ac_ext
5737 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
5738 $as_echo "$ac_cv_header_stdc" >&6; }
5739 if test $ac_cv_header_stdc = yes; then
5741 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
5745 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
5746 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
5747 inttypes.h stdint.h unistd.h
5748 do :
5749 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5750 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
5752 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
5753 cat >>confdefs.h <<_ACEOF
5754 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5755 _ACEOF
5759 done
5762 for ac_header in \
5763 AL/al.h \
5764 ApplicationServices/ApplicationServices.h \
5765 AudioToolbox/AudioConverter.h \
5766 AudioUnit/AudioUnit.h \
5767 CL/cl.h \
5768 Carbon/Carbon.h \
5769 CoreAudio/CoreAudio.h \
5770 DiskArbitration/DiskArbitration.h \
5771 IOKit/IOKitLib.h \
5772 IOKit/hid/IOHIDLib.h \
5773 OpenAL/al.h \
5774 OpenCL/opencl.h \
5775 alias.h \
5776 alsa/asoundlib.h \
5777 arpa/inet.h \
5778 arpa/nameser.h \
5779 asm/types.h \
5780 capi20.h \
5781 curses.h \
5782 direct.h \
5783 dirent.h \
5784 dlfcn.h \
5785 elf.h \
5786 float.h \
5787 fnmatch.h \
5788 fontconfig/fontconfig.h \
5789 getopt.h \
5790 gettext-po.h \
5791 grp.h \
5792 gsm.h \
5793 gsm/gsm.h \
5794 ieeefp.h \
5795 inet/mib2.h \
5796 io.h \
5797 jack/jack.h \
5798 jpeglib.h \
5799 kstat.h \
5800 lber.h \
5801 lcms.h \
5802 lcms/lcms.h \
5803 ldap.h \
5804 link.h \
5805 linux/cdrom.h \
5806 linux/compiler.h \
5807 linux/hdreg.h \
5808 linux/input.h \
5809 linux/ioctl.h \
5810 linux/joystick.h \
5811 linux/major.h \
5812 linux/param.h \
5813 linux/serial.h \
5814 linux/types.h \
5815 linux/ucdrom.h \
5816 mach-o/nlist.h \
5817 mach-o/loader.h \
5818 mach/mach.h \
5819 mach/machine.h \
5820 machine/cpu.h \
5821 machine/limits.h \
5822 machine/soundcard.h \
5823 machine/sysarch.h \
5824 mntent.h \
5825 mpg123.h \
5826 ncurses.h \
5827 netdb.h \
5828 netinet/in.h \
5829 netinet/in_systm.h \
5830 netinet/tcp.h \
5831 netinet/tcp_fsm.h \
5832 openssl/err.h \
5833 openssl/ssl.h \
5834 png.h \
5835 poll.h \
5836 port.h \
5837 process.h \
5838 pthread.h \
5839 pwd.h \
5840 regex.h \
5841 sched.h \
5842 scsi/scsi.h \
5843 scsi/scsi_ioctl.h \
5844 scsi/sg.h \
5845 soundcard.h \
5846 stdbool.h \
5847 stdint.h \
5848 strings.h \
5849 stropts.h \
5850 sys/asoundlib.h \
5851 sys/cdio.h \
5852 sys/elf32.h \
5853 sys/epoll.h \
5854 sys/errno.h \
5855 sys/event.h \
5856 sys/exec_elf.h \
5857 sys/filio.h \
5858 sys/inotify.h \
5859 sys/ioctl.h \
5860 sys/ipc.h \
5861 sys/limits.h \
5862 sys/link.h \
5863 sys/mman.h \
5864 sys/modem.h \
5865 sys/msg.h \
5866 sys/mtio.h \
5867 sys/param.h \
5868 sys/poll.h \
5869 sys/prctl.h \
5870 sys/protosw.h \
5871 sys/ptrace.h \
5872 sys/resource.h \
5873 sys/scsiio.h \
5874 sys/shm.h \
5875 sys/signal.h \
5876 sys/socket.h \
5877 sys/socketvar.h \
5878 sys/sockio.h \
5879 sys/soundcard.h \
5880 sys/statvfs.h \
5881 sys/strtio.h \
5882 sys/syscall.h \
5883 sys/tihdr.h \
5884 sys/time.h \
5885 sys/timeout.h \
5886 sys/times.h \
5887 sys/uio.h \
5888 sys/un.h \
5889 sys/utsname.h \
5890 sys/vm86.h \
5891 sys/wait.h \
5892 syscall.h \
5893 termios.h \
5894 tiffio.h \
5895 unistd.h \
5896 utime.h \
5897 valgrind/memcheck.h \
5898 valgrind/valgrind.h \
5899 zlib.h
5901 do :
5902 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5903 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
5904 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
5905 cat >>confdefs.h <<_ACEOF
5906 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5907 _ACEOF
5911 done
5913 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stat file-mode macros are broken" >&5
5914 $as_echo_n "checking whether stat file-mode macros are broken... " >&6; }
5915 if test "${ac_cv_header_stat_broken+set}" = set; then :
5916 $as_echo_n "(cached) " >&6
5917 else
5918 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5919 /* end confdefs.h. */
5920 #include <sys/types.h>
5921 #include <sys/stat.h>
5923 #if defined S_ISBLK && defined S_IFDIR
5924 extern char c1[S_ISBLK (S_IFDIR) ? -1 : 1];
5925 #endif
5927 #if defined S_ISBLK && defined S_IFCHR
5928 extern char c2[S_ISBLK (S_IFCHR) ? -1 : 1];
5929 #endif
5931 #if defined S_ISLNK && defined S_IFREG
5932 extern char c3[S_ISLNK (S_IFREG) ? -1 : 1];
5933 #endif
5935 #if defined S_ISSOCK && defined S_IFREG
5936 extern char c4[S_ISSOCK (S_IFREG) ? -1 : 1];
5937 #endif
5939 _ACEOF
5940 if ac_fn_c_try_compile "$LINENO"; then :
5941 ac_cv_header_stat_broken=no
5942 else
5943 ac_cv_header_stat_broken=yes
5945 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5947 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stat_broken" >&5
5948 $as_echo "$ac_cv_header_stat_broken" >&6; }
5949 if test $ac_cv_header_stat_broken = yes; then
5951 $as_echo "#define STAT_MACROS_BROKEN 1" >>confdefs.h
5957 for ac_header in sys/mount.h sys/statfs.h sys/sysctl.h sys/user.h sys/vfs.h
5958 do :
5959 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5960 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
5961 #ifdef HAVE_SYS_PARAM_H
5962 # include <sys/param.h>
5963 #endif
5965 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
5966 cat >>confdefs.h <<_ACEOF
5967 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5968 _ACEOF
5972 done
5975 for ac_header in \
5976 netinet/ip.h \
5977 net/if.h \
5978 net/if_arp.h \
5979 net/if_dl.h \
5980 net/if_types.h \
5981 net/route.h \
5982 netinet/if_ether.h \
5983 netinet/if_inarp.h \
5984 netinet/in_pcb.h \
5985 netinet/ip_icmp.h \
5986 netinet/ip_var.h \
5987 netinet/udp.h \
5988 netipx/ipx.h \
5990 do :
5991 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5992 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
5993 #ifdef HAVE_SYS_SOCKET_H
5994 # include <sys/socket.h>
5995 #endif
5996 #ifdef HAVE_SYS_SOCKETVAR_H
5997 # include <sys/socketvar.h>
5998 #endif
5999 #ifdef HAVE_NET_ROUTE_H
6000 # include <net/route.h>
6001 #endif
6002 #ifdef HAVE_NETINET_IN_H
6003 # include <netinet/in.h>
6004 #endif
6005 #ifdef HAVE_NETINET_IN_SYSTM_H
6006 # include <netinet/in_systm.h>
6007 #endif
6008 #ifdef HAVE_NET_IF_H
6009 # include <net/if.h>
6010 #endif
6011 #ifdef HAVE_NETINET_IP_H
6012 # include <netinet/ip.h>
6013 #endif
6015 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
6016 cat >>confdefs.h <<_ACEOF
6017 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6018 _ACEOF
6022 done
6025 for ac_header in netinet/tcp_timer.h netinet/udp_var.h netinet/icmp_var.h netinet/tcp_var.h
6026 do :
6027 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6028 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
6029 #ifdef HAVE_ALIAS_H
6030 # include <alias.h>
6031 #endif
6032 #ifdef HAVE_SYS_SOCKET_H
6033 # include <sys/socket.h>
6034 #endif
6035 #ifdef HAVE_SYS_SOCKETVAR_H
6036 # include <sys/socketvar.h>
6037 #endif
6038 #ifdef HAVE_SYS_TIMEOUT_H
6039 # include <sys/timeout.h>
6040 #endif
6041 #ifdef HAVE_NETINET_IN_H
6042 # include <netinet/in.h>
6043 #endif
6044 #ifdef HAVE_NETINET_IN_SYSTM_H
6045 # include <netinet/in_systm.h>
6046 #endif
6047 #ifdef HAVE_NETINET_IP_H
6048 # include <netinet/ip.h>
6049 #endif
6050 #ifdef HAVE_NETINET_IP_VAR_H
6051 # include <netinet/ip_var.h>
6052 #endif
6053 #ifdef HAVE_NETINET_IP_ICMP_H
6054 # include <netinet/ip_icmp.h>
6055 #endif
6056 #ifdef HAVE_NETINET_UDP_H
6057 # include <netinet/udp.h>
6058 #endif
6059 #ifdef HAVE_NETINET_TCP_H
6060 # include <netinet/tcp.h>
6061 #endif
6062 #ifdef HAVE_NETINET_TCP_TIMER_H
6063 #include <netinet/tcp_timer.h>
6064 #endif
6066 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
6067 cat >>confdefs.h <<_ACEOF
6068 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6069 _ACEOF
6073 done
6076 for ac_header in linux/ipx.h linux/irda.h
6077 do :
6078 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6079 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
6080 #ifdef HAVE_ASM_TYPES_H
6081 # include <asm/types.h>
6082 #endif
6083 #ifdef HAVE_SYS_SOCKET_H
6084 # include <sys/socket.h>
6085 #endif
6086 #ifdef HAVE_LINUX_TYPES_H
6087 # include <linux/types.h>
6088 #endif
6090 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
6091 cat >>confdefs.h <<_ACEOF
6092 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6093 _ACEOF
6097 done
6100 for ac_header in mach-o/dyld_images.h
6101 do :
6102 ac_fn_c_check_header_compile "$LINENO" "mach-o/dyld_images.h" "ac_cv_header_mach_o_dyld_images_h" "#ifdef HAVE_STDBOOL_H
6103 # include <stdbool.h>
6104 #endif
6105 #ifdef HAVE_STDINT_H
6106 # include <stdint.h>
6107 #endif
6109 if test "x$ac_cv_header_mach_o_dyld_images_h" = x""yes; then :
6110 cat >>confdefs.h <<_ACEOF
6111 #define HAVE_MACH_O_DYLD_IMAGES_H 1
6112 _ACEOF
6116 done
6119 for ac_header in resolv.h
6120 do :
6121 ac_fn_c_check_header_compile "$LINENO" "resolv.h" "ac_cv_header_resolv_h" "#include <sys/types.h>
6122 #ifdef HAVE_SYS_SOCKET_H
6123 # include <sys/socket.h>
6124 #endif
6125 #ifdef HAVE_NETINET_IN_H
6126 # include <netinet/in.h>
6127 #endif
6128 #ifdef HAVE_ARPA_NAMESER_H
6129 # include <arpa/nameser.h>
6130 #endif
6132 if test "x$ac_cv_header_resolv_h" = x""yes; then :
6133 cat >>confdefs.h <<_ACEOF
6134 #define HAVE_RESOLV_H 1
6135 _ACEOF
6139 done
6142 for ac_header in ifaddrs.h
6143 do :
6144 ac_fn_c_check_header_compile "$LINENO" "ifaddrs.h" "ac_cv_header_ifaddrs_h" "#include <sys/types.h>
6146 if test "x$ac_cv_header_ifaddrs_h" = x""yes; then :
6147 cat >>confdefs.h <<_ACEOF
6148 #define HAVE_IFADDRS_H 1
6149 _ACEOF
6153 done
6156 for ac_header in ucontext.h
6157 do :
6158 ac_fn_c_check_header_compile "$LINENO" "ucontext.h" "ac_cv_header_ucontext_h" "#include <signal.h>
6160 if test "x$ac_cv_header_ucontext_h" = x""yes; then :
6161 cat >>confdefs.h <<_ACEOF
6162 #define HAVE_UCONTEXT_H 1
6163 _ACEOF
6167 done
6170 for ac_header in sys/thr.h
6171 do :
6172 ac_fn_c_check_header_compile "$LINENO" "sys/thr.h" "ac_cv_header_sys_thr_h" "#include <sys/types.h>
6173 #ifdef HAVE_UCONTEXT_H
6174 #include <ucontext.h>
6175 #endif
6177 if test "x$ac_cv_header_sys_thr_h" = x""yes; then :
6178 cat >>confdefs.h <<_ACEOF
6179 #define HAVE_SYS_THR_H 1
6180 _ACEOF
6184 done
6187 for ac_header in pthread_np.h
6188 do :
6189 ac_fn_c_check_header_compile "$LINENO" "pthread_np.h" "ac_cv_header_pthread_np_h" "#ifdef HAVE_PTHREAD_H
6190 #include <pthread.h>
6191 #endif
6193 if test "x$ac_cv_header_pthread_np_h" = x""yes; then :
6194 cat >>confdefs.h <<_ACEOF
6195 #define HAVE_PTHREAD_NP_H 1
6196 _ACEOF
6200 done
6203 for ac_header in linux/videodev.h
6204 do :
6205 ac_fn_c_check_header_compile "$LINENO" "linux/videodev.h" "ac_cv_header_linux_videodev_h" "#ifdef HAVE_SYS_TIME_H
6206 #include <sys/time.h>
6207 #endif
6208 #include <sys/types.h>
6209 #ifdef HAVE_ASM_TYPES_H
6210 #include <asm/types.h>
6211 #endif
6213 if test "x$ac_cv_header_linux_videodev_h" = x""yes; then :
6214 cat >>confdefs.h <<_ACEOF
6215 #define HAVE_LINUX_VIDEODEV_H 1
6216 _ACEOF
6220 done
6223 for ac_header in linux/capi.h
6224 do :
6225 ac_fn_c_check_header_compile "$LINENO" "linux/capi.h" "ac_cv_header_linux_capi_h" "#define __user
6227 if test "x$ac_cv_header_linux_capi_h" = x""yes; then :
6228 cat >>confdefs.h <<_ACEOF
6229 #define HAVE_LINUX_CAPI_H 1
6230 _ACEOF
6234 done
6238 DLLEXT=""
6240 DLLFLAGS="-D_REENTRANT"
6242 LDSHARED=""
6244 LDDLLFLAGS=""
6246 LIBEXT="so"
6248 IMPLIBEXT="def"
6250 LDRPATH_INSTALL=""
6252 LDRPATH_LOCAL=""
6254 STATIC_IMPLIBEXT="def.a"
6255 # Extract the first word of "ldd", so it can be a program name with args.
6256 set dummy ldd; ac_word=$2
6257 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6258 $as_echo_n "checking for $ac_word... " >&6; }
6259 if test "${ac_cv_path_LDD+set}" = set; then :
6260 $as_echo_n "(cached) " >&6
6261 else
6262 case $LDD in
6263 [\\/]* | ?:[\\/]*)
6264 ac_cv_path_LDD="$LDD" # Let the user override the test with a path.
6267 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6268 as_dummy="/sbin:/usr/sbin:$PATH"
6269 for as_dir in $as_dummy
6271 IFS=$as_save_IFS
6272 test -z "$as_dir" && as_dir=.
6273 for ac_exec_ext in '' $ac_executable_extensions; do
6274 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6275 ac_cv_path_LDD="$as_dir/$ac_word$ac_exec_ext"
6276 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6277 break 2
6279 done
6280 done
6281 IFS=$as_save_IFS
6283 test -z "$ac_cv_path_LDD" && ac_cv_path_LDD="true"
6285 esac
6287 LDD=$ac_cv_path_LDD
6288 if test -n "$LDD"; then
6289 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LDD" >&5
6290 $as_echo "$LDD" >&6; }
6291 else
6292 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6293 $as_echo "no" >&6; }
6298 case $host_os in
6299 cygwin*|mingw32*)
6300 if test -n "$ac_tool_prefix"; then
6301 # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
6302 set dummy ${ac_tool_prefix}dlltool; ac_word=$2
6303 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6304 $as_echo_n "checking for $ac_word... " >&6; }
6305 if test "${ac_cv_prog_DLLTOOL+set}" = set; then :
6306 $as_echo_n "(cached) " >&6
6307 else
6308 if test -n "$DLLTOOL"; then
6309 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
6310 else
6311 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6312 for as_dir in $PATH
6314 IFS=$as_save_IFS
6315 test -z "$as_dir" && as_dir=.
6316 for ac_exec_ext in '' $ac_executable_extensions; do
6317 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6318 ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
6319 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6320 break 2
6322 done
6323 done
6324 IFS=$as_save_IFS
6328 DLLTOOL=$ac_cv_prog_DLLTOOL
6329 if test -n "$DLLTOOL"; then
6330 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
6331 $as_echo "$DLLTOOL" >&6; }
6332 else
6333 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6334 $as_echo "no" >&6; }
6339 if test -z "$ac_cv_prog_DLLTOOL"; then
6340 ac_ct_DLLTOOL=$DLLTOOL
6341 # Extract the first word of "dlltool", so it can be a program name with args.
6342 set dummy dlltool; ac_word=$2
6343 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6344 $as_echo_n "checking for $ac_word... " >&6; }
6345 if test "${ac_cv_prog_ac_ct_DLLTOOL+set}" = set; then :
6346 $as_echo_n "(cached) " >&6
6347 else
6348 if test -n "$ac_ct_DLLTOOL"; then
6349 ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test.
6350 else
6351 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6352 for as_dir in $PATH
6354 IFS=$as_save_IFS
6355 test -z "$as_dir" && as_dir=.
6356 for ac_exec_ext in '' $ac_executable_extensions; do
6357 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6358 ac_cv_prog_ac_ct_DLLTOOL="dlltool"
6359 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6360 break 2
6362 done
6363 done
6364 IFS=$as_save_IFS
6368 ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
6369 if test -n "$ac_ct_DLLTOOL"; then
6370 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DLLTOOL" >&5
6371 $as_echo "$ac_ct_DLLTOOL" >&6; }
6372 else
6373 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6374 $as_echo "no" >&6; }
6377 if test "x$ac_ct_DLLTOOL" = x; then
6378 DLLTOOL="false"
6379 else
6380 case $cross_compiling:$ac_tool_warned in
6381 yes:)
6382 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6383 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6384 ac_tool_warned=yes ;;
6385 esac
6386 DLLTOOL=$ac_ct_DLLTOOL
6388 else
6389 DLLTOOL="$ac_cv_prog_DLLTOOL"
6392 if test -n "$ac_tool_prefix"; then
6393 # Extract the first word of "${ac_tool_prefix}dllwrap", so it can be a program name with args.
6394 set dummy ${ac_tool_prefix}dllwrap; ac_word=$2
6395 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6396 $as_echo_n "checking for $ac_word... " >&6; }
6397 if test "${ac_cv_prog_DLLWRAP+set}" = set; then :
6398 $as_echo_n "(cached) " >&6
6399 else
6400 if test -n "$DLLWRAP"; then
6401 ac_cv_prog_DLLWRAP="$DLLWRAP" # Let the user override the test.
6402 else
6403 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6404 for as_dir in $PATH
6406 IFS=$as_save_IFS
6407 test -z "$as_dir" && as_dir=.
6408 for ac_exec_ext in '' $ac_executable_extensions; do
6409 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6410 ac_cv_prog_DLLWRAP="${ac_tool_prefix}dllwrap"
6411 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6412 break 2
6414 done
6415 done
6416 IFS=$as_save_IFS
6420 DLLWRAP=$ac_cv_prog_DLLWRAP
6421 if test -n "$DLLWRAP"; then
6422 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLWRAP" >&5
6423 $as_echo "$DLLWRAP" >&6; }
6424 else
6425 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6426 $as_echo "no" >&6; }
6431 if test -z "$ac_cv_prog_DLLWRAP"; then
6432 ac_ct_DLLWRAP=$DLLWRAP
6433 # Extract the first word of "dllwrap", so it can be a program name with args.
6434 set dummy dllwrap; ac_word=$2
6435 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6436 $as_echo_n "checking for $ac_word... " >&6; }
6437 if test "${ac_cv_prog_ac_ct_DLLWRAP+set}" = set; then :
6438 $as_echo_n "(cached) " >&6
6439 else
6440 if test -n "$ac_ct_DLLWRAP"; then
6441 ac_cv_prog_ac_ct_DLLWRAP="$ac_ct_DLLWRAP" # Let the user override the test.
6442 else
6443 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6444 for as_dir in $PATH
6446 IFS=$as_save_IFS
6447 test -z "$as_dir" && as_dir=.
6448 for ac_exec_ext in '' $ac_executable_extensions; do
6449 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6450 ac_cv_prog_ac_ct_DLLWRAP="dllwrap"
6451 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6452 break 2
6454 done
6455 done
6456 IFS=$as_save_IFS
6460 ac_ct_DLLWRAP=$ac_cv_prog_ac_ct_DLLWRAP
6461 if test -n "$ac_ct_DLLWRAP"; then
6462 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DLLWRAP" >&5
6463 $as_echo "$ac_ct_DLLWRAP" >&6; }
6464 else
6465 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6466 $as_echo "no" >&6; }
6469 if test "x$ac_ct_DLLWRAP" = x; then
6470 DLLWRAP="false"
6471 else
6472 case $cross_compiling:$ac_tool_warned in
6473 yes:)
6474 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6475 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6476 ac_tool_warned=yes ;;
6477 esac
6478 DLLWRAP=$ac_ct_DLLWRAP
6480 else
6481 DLLWRAP="$ac_cv_prog_DLLWRAP"
6484 if test "$DLLWRAP" = "false"; then
6485 LIBEXT="a"
6486 else
6487 LIBEXT="dll"
6489 IMPLIBEXT="a"
6490 STATIC_IMPLIBEXT="a"
6491 enable_iphlpapi=${enable_iphlpapi:-no}
6492 enable_kernel32=${enable_kernel32:-no}
6493 enable_msvcrt=${enable_msvcrt:-no}
6494 enable_ntdll=${enable_ntdll:-no}
6495 enable_ws2_32=${enable_ws2_32:-no}
6496 enable_loader=${enable_loader:-no}
6497 enable_server=${enable_server:-no}
6498 with_x=${with_x:-no}
6499 with_pthread=${with_pthread:-no}
6501 darwin*|macosx*)
6502 DLLEXT=".so"
6503 LIBEXT="dylib"
6504 DLLFLAGS="$DLLFLAGS -fPIC"
6505 LDDLLFLAGS="-bundle -multiply_defined suppress"
6506 LIBWINE_LDFLAGS="-multiply_defined suppress"
6507 LDSHARED="\$(CC) -dynamiclib"
6508 STRIP="$STRIP -x"
6509 LDRPATH_LOCAL="&& install_name_tool -change @executable_path/\`\$(RELPATH) \$(bindir) \$(libdir)\`/libwine.1.dylib @executable_path/\$(top_builddir)/libs/wine/libwine.1.dylib \$@ || \$(RM) \$@"
6510 SECURITYLIB="-framework Security -framework CoreFoundation"
6512 COREFOUNDATIONLIB="-framework CoreFoundation"
6514 IOKITLIB="-framework IOKit -framework CoreFoundation"
6516 QUICKTIMELIB="-framework QuickTime -framework ApplicationServices -framework CoreVideo"
6518 APPLICATIONSERVICESLIB="-framework ApplicationServices"
6520 LDEXECFLAGS="-image_base 0x7bf00000 -Wl,-segaddr,WINE_DOS,0x00000000,-segaddr,WINE_SHAREDHEAP,0x7f000000"
6522 if test "$ac_cv_header_DiskArbitration_DiskArbitration_h" = "yes"
6523 then
6524 DISKARBITRATIONLIB="-framework DiskArbitration -framework CoreFoundation"
6527 if test "$ac_cv_header_CoreAudio_CoreAudio_h" = "yes" -a "$ac_cv_header_AudioUnit_AudioUnit_h" = "yes"
6528 then
6529 COREAUDIO="-framework CoreAudio -framework AudioUnit -framework CoreServices -framework AudioToolbox -framework CoreMIDI"
6532 if test "$ac_cv_header_OpenAL_al_h" = "yes"
6533 then
6534 FRAMEWORK_OPENAL="-framework OpenAL"
6537 cat >>confdefs.h <<_ACEOF
6538 #define HAVE_OPENAL 1
6539 _ACEOF
6541 ac_cv_lib_openal=yes
6543 if test "$ac_cv_header_OpenCL_opencl_h" = "yes"
6544 then
6545 LIBOPENCL="-framework OpenCL"
6547 ac_cv_lib_OpenCL_clGetPlatformInfo=yes
6549 if test "$ac_cv_header_IOKit_hid_IOHIDLib_h" = "yes"
6550 then
6551 ac_save_LIBS="$LIBS"
6552 LIBS="$LIBS $IOKITLIB"
6553 for ac_func in IOHIDManagerCreate
6554 do :
6555 ac_fn_c_check_func "$LINENO" "IOHIDManagerCreate" "ac_cv_func_IOHIDManagerCreate"
6556 if test "x$ac_cv_func_IOHIDManagerCreate" = x""yes; then :
6557 cat >>confdefs.h <<_ACEOF
6558 #define HAVE_IOHIDMANAGERCREATE 1
6559 _ACEOF
6562 done
6564 LIBS="$ac_save_LIBS"
6566 enable_wineqtdecoder=${enable_wineqtdecoder:-yes}
6567 case $host_cpu in
6568 *powerpc*)
6569 LDDLLFLAGS="$LDDLLFLAGS -read_only_relocs warning" ;;
6570 esac
6571 if test "$ac_cv_header_Carbon_Carbon_h" = "yes"
6572 then
6573 CARBONLIB="-framework Carbon"
6575 enable_winequartz_drv=${enable_winequartz_drv:-yes}
6577 if test "x$enable_win16" = "xyes"
6578 then
6579 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether 16-bit code can be built correctly" >&5
6580 $as_echo_n "checking whether 16-bit code can be built correctly... " >&6; }
6581 if test "$cross_compiling" = yes; then :
6582 { $as_echo "$as_me:${as_lineno-$LINENO}: result: cross-compiling, assuming yes" >&5
6583 $as_echo "cross-compiling, assuming yes" >&6; }
6584 else
6585 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6586 /* end confdefs.h. */
6587 asm(".text\n"
6588 "bad:\tnop;nop\n"
6589 "good:\tnop;nop\n\t"
6590 ".globl _testfunc\n"
6591 "_testfunc:\tcallw good");
6592 extern void testfunc();
6594 main ()
6596 unsigned short *p = (unsigned short *)testfunc;
6597 return p[0] != 0xe866 || p[1] != 0xfffa
6599 return 0;
6601 _ACEOF
6602 if ac_fn_c_try_run "$LINENO"; then :
6603 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6604 $as_echo "yes" >&6; }
6605 else
6606 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6607 $as_echo "no" >&6; }
6608 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
6610 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
6611 conftest.$ac_objext conftest.beam conftest.$ac_ext
6617 DLLFLAGS="$DLLFLAGS -fPIC"
6618 DLLEXT=".so"
6619 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can build a GNU style ELF dll" >&5
6620 $as_echo_n "checking whether we can build a GNU style ELF dll... " >&6; }
6621 if test "${ac_cv_c_dll_gnuelf+set}" = set; then :
6622 $as_echo_n "(cached) " >&6
6623 else
6624 ac_wine_try_cflags_saved=$CFLAGS
6625 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic"
6626 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6627 /* end confdefs.h. */
6628 void myfunc() {}
6629 _ACEOF
6630 if ac_fn_c_try_link "$LINENO"; then :
6631 ac_cv_c_dll_gnuelf="yes"
6632 else
6633 ac_cv_c_dll_gnuelf="no"
6635 rm -f core conftest.err conftest.$ac_objext \
6636 conftest$ac_exeext conftest.$ac_ext
6637 CFLAGS=$ac_wine_try_cflags_saved
6639 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dll_gnuelf" >&5
6640 $as_echo "$ac_cv_c_dll_gnuelf" >&6; }
6641 if test "$ac_cv_c_dll_gnuelf" = "yes"
6642 then
6643 LDSHARED="\$(CC) -shared"
6644 LDDLLFLAGS="-shared -Wl,-Bsymbolic"
6645 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1" >&5
6646 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1... " >&6; }
6647 if test "${ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1+set}" = set; then :
6648 $as_echo_n "(cached) " >&6
6649 else
6650 ac_wine_try_cflags_saved=$CFLAGS
6651 CFLAGS="$CFLAGS -fPIC -shared -Wl,-soname,confest.so.1"
6652 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6653 /* end confdefs.h. */
6654 int main(int argc, char **argv) { return 0; }
6655 _ACEOF
6656 if ac_fn_c_try_link "$LINENO"; then :
6657 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=yes
6658 else
6659 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=no
6661 rm -f core conftest.err conftest.$ac_objext \
6662 conftest$ac_exeext conftest.$ac_ext
6663 CFLAGS=$ac_wine_try_cflags_saved
6665 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&5
6666 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&6; }
6667 if test $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1 = yes; then :
6668 LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-soname,%)"
6669 else
6670 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1" >&5
6671 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1... " >&6; }
6672 if test "${ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1+set}" = set; then :
6673 $as_echo_n "(cached) " >&6
6674 else
6675 ac_wine_try_cflags_saved=$CFLAGS
6676 CFLAGS="$CFLAGS -fPIC -shared -Wl,-h,confest.so.1"
6677 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6678 /* end confdefs.h. */
6679 int main(int argc, char **argv) { return 0; }
6680 _ACEOF
6681 if ac_fn_c_try_link "$LINENO"; then :
6682 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=yes
6683 else
6684 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=no
6686 rm -f core conftest.err conftest.$ac_objext \
6687 conftest$ac_exeext conftest.$ac_ext
6688 CFLAGS=$ac_wine_try_cflags_saved
6690 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&5
6691 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&6; }
6692 if test $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1 = yes; then :
6693 LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-h,%)"
6697 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs" >&5
6698 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs... " >&6; }
6699 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs+set}" = set; then :
6700 $as_echo_n "(cached) " >&6
6701 else
6702 ac_wine_try_cflags_saved=$CFLAGS
6703 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-z,defs"
6704 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6705 /* end confdefs.h. */
6706 int main(int argc, char **argv) { return 0; }
6707 _ACEOF
6708 if ac_fn_c_try_link "$LINENO"; then :
6709 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=yes
6710 else
6711 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=no
6713 rm -f core conftest.err conftest.$ac_objext \
6714 conftest$ac_exeext conftest.$ac_ext
6715 CFLAGS=$ac_wine_try_cflags_saved
6717 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&5
6718 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&6; }
6719 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs = yes; then :
6720 LDDLLFLAGS="$LDDLLFLAGS,-z,defs"
6723 { $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
6724 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini... " >&6; }
6725 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini+set}" = set; then :
6726 $as_echo_n "(cached) " >&6
6727 else
6728 ac_wine_try_cflags_saved=$CFLAGS
6729 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini"
6730 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6731 /* end confdefs.h. */
6732 int main(int argc, char **argv) { return 0; }
6733 _ACEOF
6734 if ac_fn_c_try_link "$LINENO"; then :
6735 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=yes
6736 else
6737 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=no
6739 rm -f core conftest.err conftest.$ac_objext \
6740 conftest$ac_exeext conftest.$ac_ext
6741 CFLAGS=$ac_wine_try_cflags_saved
6743 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&5
6744 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&6; }
6745 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini = yes; then :
6746 LDDLLFLAGS="$LDDLLFLAGS,-init,__wine_spec_init,-fini,__wine_spec_fini"
6749 echo '{ global: *; };' >conftest.map
6750 as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -shared -Wl,--version-script=conftest.map" | $as_tr_sh`
6751 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map" >&5
6752 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map... " >&6; }
6753 if eval "test \"\${$as_ac_var+set}\"" = set; then :
6754 $as_echo_n "(cached) " >&6
6755 else
6756 ac_wine_try_cflags_saved=$CFLAGS
6757 CFLAGS="$CFLAGS -fPIC -shared -Wl,--version-script=conftest.map"
6758 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6759 /* end confdefs.h. */
6760 int main(int argc, char **argv) { return 0; }
6761 _ACEOF
6762 if ac_fn_c_try_link "$LINENO"; then :
6763 eval "$as_ac_var=yes"
6764 else
6765 eval "$as_ac_var=no"
6767 rm -f core conftest.err conftest.$ac_objext \
6768 conftest$ac_exeext conftest.$ac_ext
6769 CFLAGS=$ac_wine_try_cflags_saved
6771 eval ac_res=\$$as_ac_var
6772 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
6773 $as_echo "$ac_res" >&6; }
6774 if test `eval 'as_val=${'$as_ac_var'};$as_echo "$as_val"'` = yes; then :
6775 LDSHARED="$LDSHARED \$(VERSCRIPT:%=-Wl,--version-script=%)"
6777 rm -f conftest.map
6779 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
6780 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--export-dynamic... " >&6; }
6781 if test "${ac_cv_cflags__fPIC__Wl___export_dynamic+set}" = set; then :
6782 $as_echo_n "(cached) " >&6
6783 else
6784 ac_wine_try_cflags_saved=$CFLAGS
6785 CFLAGS="$CFLAGS -fPIC -Wl,--export-dynamic"
6786 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6787 /* end confdefs.h. */
6788 int main(int argc, char **argv) { return 0; }
6789 _ACEOF
6790 if ac_fn_c_try_link "$LINENO"; then :
6791 ac_cv_cflags__fPIC__Wl___export_dynamic=yes
6792 else
6793 ac_cv_cflags__fPIC__Wl___export_dynamic=no
6795 rm -f core conftest.err conftest.$ac_objext \
6796 conftest$ac_exeext conftest.$ac_ext
6797 CFLAGS=$ac_wine_try_cflags_saved
6799 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
6800 $as_echo "$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
6801 if test $ac_cv_cflags__fPIC__Wl___export_dynamic = yes; then :
6802 LDEXECFLAGS="-Wl,--export-dynamic"
6806 as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,--rpath,\\$ORIGIN/../lib" | $as_tr_sh`
6807 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
6808 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... " >&6; }
6809 if eval "test \"\${$as_ac_var+set}\"" = set; then :
6810 $as_echo_n "(cached) " >&6
6811 else
6812 ac_wine_try_cflags_saved=$CFLAGS
6813 CFLAGS="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
6814 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6815 /* end confdefs.h. */
6816 int main(int argc, char **argv) { return 0; }
6817 _ACEOF
6818 if ac_fn_c_try_link "$LINENO"; then :
6819 eval "$as_ac_var=yes"
6820 else
6821 eval "$as_ac_var=no"
6823 rm -f core conftest.err conftest.$ac_objext \
6824 conftest$ac_exeext conftest.$ac_ext
6825 CFLAGS=$ac_wine_try_cflags_saved
6827 eval ac_res=\$$as_ac_var
6828 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
6829 $as_echo "$ac_res" >&6; }
6830 if test `eval 'as_val=${'$as_ac_var'};$as_echo "$as_val"'` = yes; then :
6831 LDRPATH_INSTALL="-Wl,--rpath,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
6832 LDRPATH_LOCAL="-Wl,--rpath,\\\$\$ORIGIN/\$(top_builddir)/libs/wine"
6833 else
6834 as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,-R,\\$ORIGIN/../lib" | $as_tr_sh`
6835 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
6836 $as_echo_n "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... " >&6; }
6837 if eval "test \"\${$as_ac_var+set}\"" = set; then :
6838 $as_echo_n "(cached) " >&6
6839 else
6840 ac_wine_try_cflags_saved=$CFLAGS
6841 CFLAGS="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
6842 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6843 /* end confdefs.h. */
6844 int main(int argc, char **argv) { return 0; }
6845 _ACEOF
6846 if ac_fn_c_try_link "$LINENO"; then :
6847 eval "$as_ac_var=yes"
6848 else
6849 eval "$as_ac_var=no"
6851 rm -f core conftest.err conftest.$ac_objext \
6852 conftest$ac_exeext conftest.$ac_ext
6853 CFLAGS=$ac_wine_try_cflags_saved
6855 eval ac_res=\$$as_ac_var
6856 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
6857 $as_echo "$ac_res" >&6; }
6858 if test `eval 'as_val=${'$as_ac_var'};$as_echo "$as_val"'` = yes; then :
6859 LDRPATH_INSTALL="-Wl,-R,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
6860 LDRPATH_LOCAL="-Wl,-R,\\\$\$ORIGIN/\$(top_builddir)/libs/wine"
6864 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
6865 $as_echo_n "checking whether the compiler supports -Wl,--enable-new-dtags... " >&6; }
6866 if test "${ac_cv_cflags__Wl___enable_new_dtags+set}" = set; then :
6867 $as_echo_n "(cached) " >&6
6868 else
6869 ac_wine_try_cflags_saved=$CFLAGS
6870 CFLAGS="$CFLAGS -Wl,--enable-new-dtags"
6871 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6872 /* end confdefs.h. */
6873 int main(int argc, char **argv) { return 0; }
6874 _ACEOF
6875 if ac_fn_c_try_link "$LINENO"; then :
6876 ac_cv_cflags__Wl___enable_new_dtags=yes
6877 else
6878 ac_cv_cflags__Wl___enable_new_dtags=no
6880 rm -f core conftest.err conftest.$ac_objext \
6881 conftest$ac_exeext conftest.$ac_ext
6882 CFLAGS=$ac_wine_try_cflags_saved
6884 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
6885 $as_echo "$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
6886 if test $ac_cv_cflags__Wl___enable_new_dtags = yes; then :
6887 LDRPATH_INSTALL="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
6890 case $host_cpu in
6891 *i[3456789]86* | x86_64)
6892 as_ac_var=`$as_echo "ac_cv_cflags_-Wl,--section-start,.interp=0x7bf00400" | $as_tr_sh`
6893 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400" >&5
6894 $as_echo_n "checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400... " >&6; }
6895 if eval "test \"\${$as_ac_var+set}\"" = set; then :
6896 $as_echo_n "(cached) " >&6
6897 else
6898 ac_wine_try_cflags_saved=$CFLAGS
6899 CFLAGS="$CFLAGS -Wl,--section-start,.interp=0x7bf00400"
6900 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6901 /* end confdefs.h. */
6902 int main(int argc, char **argv) { return 0; }
6903 _ACEOF
6904 if ac_fn_c_try_link "$LINENO"; then :
6905 eval "$as_ac_var=yes"
6906 else
6907 eval "$as_ac_var=no"
6909 rm -f core conftest.err conftest.$ac_objext \
6910 conftest$ac_exeext conftest.$ac_ext
6911 CFLAGS=$ac_wine_try_cflags_saved
6913 eval ac_res=\$$as_ac_var
6914 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
6915 $as_echo "$ac_res" >&6; }
6916 if test `eval 'as_val=${'$as_ac_var'};$as_echo "$as_val"'` = yes; then :
6917 case $host_os in
6918 freebsd*) LDEXECFLAGS="$LDEXECFLAGS -Wl,--section-start,.interp=0x60000400" ;;
6919 *) LDEXECFLAGS="$LDEXECFLAGS -Wl,--section-start,.interp=0x7bf00400" ;;
6920 esac
6923 # Extract the first word of "prelink", so it can be a program name with args.
6924 set dummy prelink; ac_word=$2
6925 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6926 $as_echo_n "checking for $ac_word... " >&6; }
6927 if test "${ac_cv_path_PRELINK+set}" = set; then :
6928 $as_echo_n "(cached) " >&6
6929 else
6930 case $PRELINK in
6931 [\\/]* | ?:[\\/]*)
6932 ac_cv_path_PRELINK="$PRELINK" # Let the user override the test with a path.
6935 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6936 for as_dir in /sbin /usr/sbin $PATH
6938 IFS=$as_save_IFS
6939 test -z "$as_dir" && as_dir=.
6940 for ac_exec_ext in '' $ac_executable_extensions; do
6941 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6942 ac_cv_path_PRELINK="$as_dir/$ac_word$ac_exec_ext"
6943 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6944 break 2
6946 done
6947 done
6948 IFS=$as_save_IFS
6950 test -z "$ac_cv_path_PRELINK" && ac_cv_path_PRELINK="false"
6952 esac
6954 PRELINK=$ac_cv_path_PRELINK
6955 if test -n "$PRELINK"; then
6956 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PRELINK" >&5
6957 $as_echo "$PRELINK" >&6; }
6958 else
6959 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6960 $as_echo "no" >&6; }
6964 if test "x$PRELINK" = xfalse
6965 then
6966 as_fn_append wine_warnings "|prelink not found, base address of core dlls won't be set correctly."
6969 esac
6971 else
6972 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can build a UnixWare (Solaris) dll" >&5
6973 $as_echo_n "checking whether we can build a UnixWare (Solaris) dll... " >&6; }
6974 if test "${ac_cv_c_dll_unixware+set}" = set; then :
6975 $as_echo_n "(cached) " >&6
6976 else
6977 ac_wine_try_cflags_saved=$CFLAGS
6978 CFLAGS="$CFLAGS -fPIC -Wl,-G,-h,conftest.so.1.0,-B,symbolic"
6979 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6980 /* end confdefs.h. */
6981 void myfunc() {}
6982 _ACEOF
6983 if ac_fn_c_try_link "$LINENO"; then :
6984 ac_cv_c_dll_unixware="yes"
6985 else
6986 ac_cv_c_dll_unixware="no"
6988 rm -f core conftest.err conftest.$ac_objext \
6989 conftest$ac_exeext conftest.$ac_ext
6990 CFLAGS=$ac_wine_try_cflags_saved
6992 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dll_unixware" >&5
6993 $as_echo "$ac_cv_c_dll_unixware" >&6; }
6994 if test "$ac_cv_c_dll_unixware" = "yes"
6995 then
6996 LDSHARED="\$(CC) -Wl,-G \$(SONAME:%=-Wl,-h,%)"
6997 LDDLLFLAGS="-Wl,-G,-B,symbolic"
6999 else
7000 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can build an HP-UX dll" >&5
7001 $as_echo_n "checking whether we can build an HP-UX dll... " >&6; }
7002 if test "${ac_cv_c_dll_hpux+set}" = set; then :
7003 $as_echo_n "(cached) " >&6
7004 else
7005 ac_wine_try_cflags_saved=$CFLAGS
7006 CFLAGS="$CFLAGS -shared"
7007 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7008 /* end confdefs.h. */
7009 void myfunc() {}
7010 _ACEOF
7011 if ac_fn_c_try_link "$LINENO"; then :
7012 ac_cv_c_dll_hpux="yes"
7013 else
7014 ac_cv_c_dll_hpux="no"
7016 rm -f core conftest.err conftest.$ac_objext \
7017 conftest$ac_exeext conftest.$ac_ext
7018 CFLAGS=$ac_wine_try_cflags_saved
7020 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dll_hpux" >&5
7021 $as_echo "$ac_cv_c_dll_hpux" >&6; }
7022 if test "$ac_cv_c_dll_hpux" = "yes"
7023 then
7024 LIBEXT="sl"
7025 DLLEXT=".sl"
7026 LDDLLFLAGS="-shared -fPIC"
7027 LDSHARED="\$(CC) -shared"
7032 esac
7034 enable_wineqtdecoder=${enable_wineqtdecoder:-no}
7035 enable_winequartz_drv=${enable_winequartz_drv:-no}
7037 if test "$LIBEXT" = "a"; then
7038 as_fn_error $? "could not find a way to build shared libraries.
7039 It is currently not possible to build Wine without shared library
7040 (.so) support to allow transparent switch between .so and .dll files.
7041 If you are using Linux, you will need a newer binutils.
7042 " "$LINENO" 5
7045 CROSSTEST_DISABLE=\#
7047 if test "$cross_compiling" = "no" -a "x$enable_tests" != xno -a "$LIBEXT" != "dll"
7048 then
7049 case "$host_cpu" in
7050 i[3456789]86*)
7051 ac_prefix_list="i686-w64-mingw32-gcc i586-w64-mingw32-gcc i486-w64-mingw32-gcc i386-w64-mingw32-gcc i686-pc-mingw32-gcc i586-pc-mingw32-gcc i486-pc-mingw32-gcc i386-pc-mingw32-gcc i686-mingw32msvc-gcc i586-mingw32msvc-gcc i486-mingw32msvc-gcc i386-mingw32msvc-gcc i686-mingw32-gcc i586-mingw32-gcc i486-mingw32-gcc i386-mingw32-gcc " ;;
7052 x86_64)
7053 ac_prefix_list="x86_64-pc-mingw32-gcc amd64-pc-mingw32-gcc x86_64-w64-mingw32-gcc amd64-w64-mingw32-gcc x86_64-mingw32msvc-gcc amd64-mingw32msvc-gcc " ;;
7055 ac_prefix_list="" ;;
7056 esac
7057 for ac_prog in $ac_prefix_list
7059 # Extract the first word of "$ac_prog", so it can be a program name with args.
7060 set dummy $ac_prog; ac_word=$2
7061 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7062 $as_echo_n "checking for $ac_word... " >&6; }
7063 if test "${ac_cv_prog_CROSSCC+set}" = set; then :
7064 $as_echo_n "(cached) " >&6
7065 else
7066 if test -n "$CROSSCC"; then
7067 ac_cv_prog_CROSSCC="$CROSSCC" # Let the user override the test.
7068 else
7069 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7070 for as_dir in $PATH
7072 IFS=$as_save_IFS
7073 test -z "$as_dir" && as_dir=.
7074 for ac_exec_ext in '' $ac_executable_extensions; do
7075 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7076 ac_cv_prog_CROSSCC="$ac_prog"
7077 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7078 break 2
7080 done
7081 done
7082 IFS=$as_save_IFS
7086 CROSSCC=$ac_cv_prog_CROSSCC
7087 if test -n "$CROSSCC"; then
7088 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CROSSCC" >&5
7089 $as_echo "$CROSSCC" >&6; }
7090 else
7091 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7092 $as_echo "no" >&6; }
7096 test -n "$CROSSCC" && break
7097 done
7098 test -n "$CROSSCC" || CROSSCC="false"
7100 if test "$CROSSCC" != "false"
7101 then
7102 ac_save_CC="$CC"
7103 CC="$CROSSCC"
7104 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CROSSCC works" >&5
7105 $as_echo_n "checking whether $CROSSCC works... " >&6; }
7106 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7107 /* end confdefs.h. */
7110 main ()
7114 return 0;
7116 _ACEOF
7117 if ac_fn_c_try_compile "$LINENO"; then :
7118 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
7119 $as_echo "yes" >&6; }
7120 set x $CROSSCC
7121 shift
7122 target=""
7123 while test $# -ge 1
7125 case "$1" in
7126 *-gcc) target=`expr "$1" : '\(.*\)-gcc'` ;;
7127 esac
7128 shift
7129 done
7130 if test -n "$target"
7131 then
7132 CROSSTEST_DISABLE=""
7133 CROSSTARGET="$target"
7136 else
7137 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7138 $as_echo "no" >&6; }
7140 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7141 CC="$ac_save_CC"
7146 if test "$ac_cv_header_pthread_h" = "yes"
7147 then
7148 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pthread_create in -lpthread" >&5
7149 $as_echo_n "checking for pthread_create in -lpthread... " >&6; }
7150 if test "${ac_cv_lib_pthread_pthread_create+set}" = set; then :
7151 $as_echo_n "(cached) " >&6
7152 else
7153 ac_check_lib_save_LIBS=$LIBS
7154 LIBS="-lpthread $LIBS"
7155 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7156 /* end confdefs.h. */
7158 /* Override any GCC internal prototype to avoid an error.
7159 Use char because int might match the return type of a GCC
7160 builtin and then its argument prototype would still apply. */
7161 #ifdef __cplusplus
7162 extern "C"
7163 #endif
7164 char pthread_create ();
7166 main ()
7168 return pthread_create ();
7170 return 0;
7172 _ACEOF
7173 if ac_fn_c_try_link "$LINENO"; then :
7174 ac_cv_lib_pthread_pthread_create=yes
7175 else
7176 ac_cv_lib_pthread_pthread_create=no
7178 rm -f core conftest.err conftest.$ac_objext \
7179 conftest$ac_exeext conftest.$ac_ext
7180 LIBS=$ac_check_lib_save_LIBS
7182 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pthread_pthread_create" >&5
7183 $as_echo "$ac_cv_lib_pthread_pthread_create" >&6; }
7184 if test "x$ac_cv_lib_pthread_pthread_create" = x""yes; then :
7185 LIBPTHREAD="-lpthread"
7190 if test "x$LIBPTHREAD" = "x"; then :
7191 case "x$with_pthread" in
7192 xno) ;;
7193 *) as_fn_error $? "pthread ${notice_platform}development files not found.
7194 Wine cannot support threads without libpthread.
7195 Use the --without-pthread option if you really want this." "$LINENO" 5 ;;
7196 esac
7200 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for X" >&5
7201 $as_echo_n "checking for X... " >&6; }
7204 # Check whether --with-x was given.
7205 if test "${with_x+set}" = set; then :
7206 withval=$with_x;
7209 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
7210 if test "x$with_x" = xno; then
7211 # The user explicitly disabled X.
7212 have_x=disabled
7213 else
7214 case $x_includes,$x_libraries in #(
7215 *\'*) as_fn_error $? "cannot use X directory names containing '" "$LINENO" 5 ;; #(
7216 *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then :
7217 $as_echo_n "(cached) " >&6
7218 else
7219 # One or both of the vars are not set, and there is no cached value.
7220 ac_x_includes=no ac_x_libraries=no
7221 rm -f -r conftest.dir
7222 if mkdir conftest.dir; then
7223 cd conftest.dir
7224 cat >Imakefile <<'_ACEOF'
7225 incroot:
7226 @echo incroot='${INCROOT}'
7227 usrlibdir:
7228 @echo usrlibdir='${USRLIBDIR}'
7229 libdir:
7230 @echo libdir='${LIBDIR}'
7231 _ACEOF
7232 if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
7233 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
7234 for ac_var in incroot usrlibdir libdir; do
7235 eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
7236 done
7237 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
7238 for ac_extension in a so sl dylib la dll; do
7239 if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
7240 test -f "$ac_im_libdir/libX11.$ac_extension"; then
7241 ac_im_usrlibdir=$ac_im_libdir; break
7243 done
7244 # Screen out bogus values from the imake configuration. They are
7245 # bogus both because they are the default anyway, and because
7246 # using them would break gcc on systems where it needs fixed includes.
7247 case $ac_im_incroot in
7248 /usr/include) ac_x_includes= ;;
7249 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
7250 esac
7251 case $ac_im_usrlibdir in
7252 /usr/lib | /usr/lib64 | /lib | /lib64) ;;
7253 *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
7254 esac
7256 cd ..
7257 rm -f -r conftest.dir
7260 # Standard set of common directories for X headers.
7261 # Check X11 before X11Rn because it is often a symlink to the current release.
7262 ac_x_header_dirs='
7263 /usr/X11/include
7264 /usr/X11R7/include
7265 /usr/X11R6/include
7266 /usr/X11R5/include
7267 /usr/X11R4/include
7269 /usr/include/X11
7270 /usr/include/X11R7
7271 /usr/include/X11R6
7272 /usr/include/X11R5
7273 /usr/include/X11R4
7275 /usr/local/X11/include
7276 /usr/local/X11R7/include
7277 /usr/local/X11R6/include
7278 /usr/local/X11R5/include
7279 /usr/local/X11R4/include
7281 /usr/local/include/X11
7282 /usr/local/include/X11R7
7283 /usr/local/include/X11R6
7284 /usr/local/include/X11R5
7285 /usr/local/include/X11R4
7287 /usr/X386/include
7288 /usr/x386/include
7289 /usr/XFree86/include/X11
7291 /usr/include
7292 /usr/local/include
7293 /usr/unsupported/include
7294 /usr/athena/include
7295 /usr/local/x11r5/include
7296 /usr/lpp/Xamples/include
7298 /usr/openwin/include
7299 /usr/openwin/share/include'
7301 if test "$ac_x_includes" = no; then
7302 # Guess where to find include files, by looking for Xlib.h.
7303 # First, try using that file with no special directory specified.
7304 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7305 /* end confdefs.h. */
7306 #include <X11/Xlib.h>
7307 _ACEOF
7308 if ac_fn_c_try_cpp "$LINENO"; then :
7309 # We can compile using X headers with no special include directory.
7310 ac_x_includes=
7311 else
7312 for ac_dir in $ac_x_header_dirs; do
7313 if test -r "$ac_dir/X11/Xlib.h"; then
7314 ac_x_includes=$ac_dir
7315 break
7317 done
7319 rm -f conftest.err conftest.i conftest.$ac_ext
7320 fi # $ac_x_includes = no
7322 if test "$ac_x_libraries" = no; then
7323 # Check for the libraries.
7324 # See if we find them without any special options.
7325 # Don't add to $LIBS permanently.
7326 ac_save_LIBS=$LIBS
7327 LIBS="-lX11 $LIBS"
7328 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7329 /* end confdefs.h. */
7330 #include <X11/Xlib.h>
7332 main ()
7334 XrmInitialize ()
7336 return 0;
7338 _ACEOF
7339 if ac_fn_c_try_link "$LINENO"; then :
7340 LIBS=$ac_save_LIBS
7341 # We can link X programs with no special library path.
7342 ac_x_libraries=
7343 else
7344 LIBS=$ac_save_LIBS
7345 for ac_dir in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
7347 # Don't even attempt the hair of trying to link an X program!
7348 for ac_extension in a so sl dylib la dll; do
7349 if test -r "$ac_dir/libX11.$ac_extension"; then
7350 ac_x_libraries=$ac_dir
7351 break 2
7353 done
7354 done
7356 rm -f core conftest.err conftest.$ac_objext \
7357 conftest$ac_exeext conftest.$ac_ext
7358 fi # $ac_x_libraries = no
7360 case $ac_x_includes,$ac_x_libraries in #(
7361 no,* | *,no | *\'*)
7362 # Didn't find X, or a directory has "'" in its name.
7363 ac_cv_have_x="have_x=no";; #(
7365 # Record where we found X for the cache.
7366 ac_cv_have_x="have_x=yes\
7367 ac_x_includes='$ac_x_includes'\
7368 ac_x_libraries='$ac_x_libraries'"
7369 esac
7371 ;; #(
7372 *) have_x=yes;;
7373 esac
7374 eval "$ac_cv_have_x"
7375 fi # $with_x != no
7377 if test "$have_x" != yes; then
7378 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $have_x" >&5
7379 $as_echo "$have_x" >&6; }
7380 no_x=yes
7381 else
7382 # If each of the values was on the command line, it overrides each guess.
7383 test "x$x_includes" = xNONE && x_includes=$ac_x_includes
7384 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
7385 # Update the cache value to reflect the command line values.
7386 ac_cv_have_x="have_x=yes\
7387 ac_x_includes='$x_includes'\
7388 ac_x_libraries='$x_libraries'"
7389 { $as_echo "$as_me:${as_lineno-$LINENO}: result: libraries $x_libraries, headers $x_includes" >&5
7390 $as_echo "libraries $x_libraries, headers $x_includes" >&6; }
7393 if test "$no_x" = yes; then
7394 # Not all programs may use this symbol, but it does not hurt to define it.
7396 $as_echo "#define X_DISPLAY_MISSING 1" >>confdefs.h
7398 X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
7399 else
7400 if test -n "$x_includes"; then
7401 X_CFLAGS="$X_CFLAGS -I$x_includes"
7404 # It would also be nice to do this for all -L options, not just this one.
7405 if test -n "$x_libraries"; then
7406 X_LIBS="$X_LIBS -L$x_libraries"
7407 # For Solaris; some versions of Sun CC require a space after -R and
7408 # others require no space. Words are not sufficient . . . .
7409 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -R must be followed by a space" >&5
7410 $as_echo_n "checking whether -R must be followed by a space... " >&6; }
7411 ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
7412 ac_xsave_c_werror_flag=$ac_c_werror_flag
7413 ac_c_werror_flag=yes
7414 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7415 /* end confdefs.h. */
7418 main ()
7422 return 0;
7424 _ACEOF
7425 if ac_fn_c_try_link "$LINENO"; then :
7426 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7427 $as_echo "no" >&6; }
7428 X_LIBS="$X_LIBS -R$x_libraries"
7429 else
7430 LIBS="$ac_xsave_LIBS -R $x_libraries"
7431 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7432 /* end confdefs.h. */
7435 main ()
7439 return 0;
7441 _ACEOF
7442 if ac_fn_c_try_link "$LINENO"; then :
7443 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
7444 $as_echo "yes" >&6; }
7445 X_LIBS="$X_LIBS -R $x_libraries"
7446 else
7447 { $as_echo "$as_me:${as_lineno-$LINENO}: result: neither works" >&5
7448 $as_echo "neither works" >&6; }
7450 rm -f core conftest.err conftest.$ac_objext \
7451 conftest$ac_exeext conftest.$ac_ext
7453 rm -f core conftest.err conftest.$ac_objext \
7454 conftest$ac_exeext conftest.$ac_ext
7455 ac_c_werror_flag=$ac_xsave_c_werror_flag
7456 LIBS=$ac_xsave_LIBS
7459 # Check for system-dependent libraries X programs must link with.
7460 # Do this before checking for the system-independent R6 libraries
7461 # (-lICE), since we may need -lsocket or whatever for X linking.
7463 if test "$ISC" = yes; then
7464 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
7465 else
7466 # Martyn Johnson says this is needed for Ultrix, if the X
7467 # libraries were built with DECnet support. And Karl Berry says
7468 # the Alpha needs dnet_stub (dnet does not exist).
7469 ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
7470 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7471 /* end confdefs.h. */
7473 /* Override any GCC internal prototype to avoid an error.
7474 Use char because int might match the return type of a GCC
7475 builtin and then its argument prototype would still apply. */
7476 #ifdef __cplusplus
7477 extern "C"
7478 #endif
7479 char XOpenDisplay ();
7481 main ()
7483 return XOpenDisplay ();
7485 return 0;
7487 _ACEOF
7488 if ac_fn_c_try_link "$LINENO"; then :
7490 else
7491 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet" >&5
7492 $as_echo_n "checking for dnet_ntoa in -ldnet... " >&6; }
7493 if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then :
7494 $as_echo_n "(cached) " >&6
7495 else
7496 ac_check_lib_save_LIBS=$LIBS
7497 LIBS="-ldnet $LIBS"
7498 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7499 /* end confdefs.h. */
7501 /* Override any GCC internal prototype to avoid an error.
7502 Use char because int might match the return type of a GCC
7503 builtin and then its argument prototype would still apply. */
7504 #ifdef __cplusplus
7505 extern "C"
7506 #endif
7507 char dnet_ntoa ();
7509 main ()
7511 return dnet_ntoa ();
7513 return 0;
7515 _ACEOF
7516 if ac_fn_c_try_link "$LINENO"; then :
7517 ac_cv_lib_dnet_dnet_ntoa=yes
7518 else
7519 ac_cv_lib_dnet_dnet_ntoa=no
7521 rm -f core conftest.err conftest.$ac_objext \
7522 conftest$ac_exeext conftest.$ac_ext
7523 LIBS=$ac_check_lib_save_LIBS
7525 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
7526 $as_echo "$ac_cv_lib_dnet_dnet_ntoa" >&6; }
7527 if test "x$ac_cv_lib_dnet_dnet_ntoa" = x""yes; then :
7528 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
7531 if test $ac_cv_lib_dnet_dnet_ntoa = no; then
7532 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet_stub" >&5
7533 $as_echo_n "checking for dnet_ntoa in -ldnet_stub... " >&6; }
7534 if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then :
7535 $as_echo_n "(cached) " >&6
7536 else
7537 ac_check_lib_save_LIBS=$LIBS
7538 LIBS="-ldnet_stub $LIBS"
7539 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7540 /* end confdefs.h. */
7542 /* Override any GCC internal prototype to avoid an error.
7543 Use char because int might match the return type of a GCC
7544 builtin and then its argument prototype would still apply. */
7545 #ifdef __cplusplus
7546 extern "C"
7547 #endif
7548 char dnet_ntoa ();
7550 main ()
7552 return dnet_ntoa ();
7554 return 0;
7556 _ACEOF
7557 if ac_fn_c_try_link "$LINENO"; then :
7558 ac_cv_lib_dnet_stub_dnet_ntoa=yes
7559 else
7560 ac_cv_lib_dnet_stub_dnet_ntoa=no
7562 rm -f core conftest.err conftest.$ac_objext \
7563 conftest$ac_exeext conftest.$ac_ext
7564 LIBS=$ac_check_lib_save_LIBS
7566 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
7567 $as_echo "$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
7568 if test "x$ac_cv_lib_dnet_stub_dnet_ntoa" = x""yes; then :
7569 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
7574 rm -f core conftest.err conftest.$ac_objext \
7575 conftest$ac_exeext conftest.$ac_ext
7576 LIBS="$ac_xsave_LIBS"
7578 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
7579 # to get the SysV transport functions.
7580 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
7581 # needs -lnsl.
7582 # The nsl library prevents programs from opening the X display
7583 # on Irix 5.2, according to T.E. Dickey.
7584 # The functions gethostbyname, getservbyname, and inet_addr are
7585 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
7586 ac_fn_c_check_func "$LINENO" "gethostbyname" "ac_cv_func_gethostbyname"
7587 if test "x$ac_cv_func_gethostbyname" = x""yes; then :
7591 if test $ac_cv_func_gethostbyname = no; then
7592 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5
7593 $as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
7594 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then :
7595 $as_echo_n "(cached) " >&6
7596 else
7597 ac_check_lib_save_LIBS=$LIBS
7598 LIBS="-lnsl $LIBS"
7599 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7600 /* end confdefs.h. */
7602 /* Override any GCC internal prototype to avoid an error.
7603 Use char because int might match the return type of a GCC
7604 builtin and then its argument prototype would still apply. */
7605 #ifdef __cplusplus
7606 extern "C"
7607 #endif
7608 char gethostbyname ();
7610 main ()
7612 return gethostbyname ();
7614 return 0;
7616 _ACEOF
7617 if ac_fn_c_try_link "$LINENO"; then :
7618 ac_cv_lib_nsl_gethostbyname=yes
7619 else
7620 ac_cv_lib_nsl_gethostbyname=no
7622 rm -f core conftest.err conftest.$ac_objext \
7623 conftest$ac_exeext conftest.$ac_ext
7624 LIBS=$ac_check_lib_save_LIBS
7626 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5
7627 $as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
7628 if test "x$ac_cv_lib_nsl_gethostbyname" = x""yes; then :
7629 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
7632 if test $ac_cv_lib_nsl_gethostbyname = no; then
7633 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lbsd" >&5
7634 $as_echo_n "checking for gethostbyname in -lbsd... " >&6; }
7635 if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then :
7636 $as_echo_n "(cached) " >&6
7637 else
7638 ac_check_lib_save_LIBS=$LIBS
7639 LIBS="-lbsd $LIBS"
7640 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7641 /* end confdefs.h. */
7643 /* Override any GCC internal prototype to avoid an error.
7644 Use char because int might match the return type of a GCC
7645 builtin and then its argument prototype would still apply. */
7646 #ifdef __cplusplus
7647 extern "C"
7648 #endif
7649 char gethostbyname ();
7651 main ()
7653 return gethostbyname ();
7655 return 0;
7657 _ACEOF
7658 if ac_fn_c_try_link "$LINENO"; then :
7659 ac_cv_lib_bsd_gethostbyname=yes
7660 else
7661 ac_cv_lib_bsd_gethostbyname=no
7663 rm -f core conftest.err conftest.$ac_objext \
7664 conftest$ac_exeext conftest.$ac_ext
7665 LIBS=$ac_check_lib_save_LIBS
7667 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_bsd_gethostbyname" >&5
7668 $as_echo "$ac_cv_lib_bsd_gethostbyname" >&6; }
7669 if test "x$ac_cv_lib_bsd_gethostbyname" = x""yes; then :
7670 X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
7676 # lieder@skyler.mavd.honeywell.com says without -lsocket,
7677 # socket/setsockopt and other routines are undefined under SCO ODT
7678 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
7679 # on later versions), says Simon Leinen: it contains gethostby*
7680 # variants that don't use the name server (or something). -lsocket
7681 # must be given before -lnsl if both are needed. We assume that
7682 # if connect needs -lnsl, so does gethostbyname.
7683 ac_fn_c_check_func "$LINENO" "connect" "ac_cv_func_connect"
7684 if test "x$ac_cv_func_connect" = x""yes; then :
7688 if test $ac_cv_func_connect = no; then
7689 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for connect in -lsocket" >&5
7690 $as_echo_n "checking for connect in -lsocket... " >&6; }
7691 if test "${ac_cv_lib_socket_connect+set}" = set; then :
7692 $as_echo_n "(cached) " >&6
7693 else
7694 ac_check_lib_save_LIBS=$LIBS
7695 LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
7696 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7697 /* end confdefs.h. */
7699 /* Override any GCC internal prototype to avoid an error.
7700 Use char because int might match the return type of a GCC
7701 builtin and then its argument prototype would still apply. */
7702 #ifdef __cplusplus
7703 extern "C"
7704 #endif
7705 char connect ();
7707 main ()
7709 return connect ();
7711 return 0;
7713 _ACEOF
7714 if ac_fn_c_try_link "$LINENO"; then :
7715 ac_cv_lib_socket_connect=yes
7716 else
7717 ac_cv_lib_socket_connect=no
7719 rm -f core conftest.err conftest.$ac_objext \
7720 conftest$ac_exeext conftest.$ac_ext
7721 LIBS=$ac_check_lib_save_LIBS
7723 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_connect" >&5
7724 $as_echo "$ac_cv_lib_socket_connect" >&6; }
7725 if test "x$ac_cv_lib_socket_connect" = x""yes; then :
7726 X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
7731 # Guillermo Gomez says -lposix is necessary on A/UX.
7732 ac_fn_c_check_func "$LINENO" "remove" "ac_cv_func_remove"
7733 if test "x$ac_cv_func_remove" = x""yes; then :
7737 if test $ac_cv_func_remove = no; then
7738 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for remove in -lposix" >&5
7739 $as_echo_n "checking for remove in -lposix... " >&6; }
7740 if test "${ac_cv_lib_posix_remove+set}" = set; then :
7741 $as_echo_n "(cached) " >&6
7742 else
7743 ac_check_lib_save_LIBS=$LIBS
7744 LIBS="-lposix $LIBS"
7745 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7746 /* end confdefs.h. */
7748 /* Override any GCC internal prototype to avoid an error.
7749 Use char because int might match the return type of a GCC
7750 builtin and then its argument prototype would still apply. */
7751 #ifdef __cplusplus
7752 extern "C"
7753 #endif
7754 char remove ();
7756 main ()
7758 return remove ();
7760 return 0;
7762 _ACEOF
7763 if ac_fn_c_try_link "$LINENO"; then :
7764 ac_cv_lib_posix_remove=yes
7765 else
7766 ac_cv_lib_posix_remove=no
7768 rm -f core conftest.err conftest.$ac_objext \
7769 conftest$ac_exeext conftest.$ac_ext
7770 LIBS=$ac_check_lib_save_LIBS
7772 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_posix_remove" >&5
7773 $as_echo "$ac_cv_lib_posix_remove" >&6; }
7774 if test "x$ac_cv_lib_posix_remove" = x""yes; then :
7775 X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
7780 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
7781 ac_fn_c_check_func "$LINENO" "shmat" "ac_cv_func_shmat"
7782 if test "x$ac_cv_func_shmat" = x""yes; then :
7786 if test $ac_cv_func_shmat = no; then
7787 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shmat in -lipc" >&5
7788 $as_echo_n "checking for shmat in -lipc... " >&6; }
7789 if test "${ac_cv_lib_ipc_shmat+set}" = set; then :
7790 $as_echo_n "(cached) " >&6
7791 else
7792 ac_check_lib_save_LIBS=$LIBS
7793 LIBS="-lipc $LIBS"
7794 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7795 /* end confdefs.h. */
7797 /* Override any GCC internal prototype to avoid an error.
7798 Use char because int might match the return type of a GCC
7799 builtin and then its argument prototype would still apply. */
7800 #ifdef __cplusplus
7801 extern "C"
7802 #endif
7803 char shmat ();
7805 main ()
7807 return shmat ();
7809 return 0;
7811 _ACEOF
7812 if ac_fn_c_try_link "$LINENO"; then :
7813 ac_cv_lib_ipc_shmat=yes
7814 else
7815 ac_cv_lib_ipc_shmat=no
7817 rm -f core conftest.err conftest.$ac_objext \
7818 conftest$ac_exeext conftest.$ac_ext
7819 LIBS=$ac_check_lib_save_LIBS
7821 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ipc_shmat" >&5
7822 $as_echo "$ac_cv_lib_ipc_shmat" >&6; }
7823 if test "x$ac_cv_lib_ipc_shmat" = x""yes; then :
7824 X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
7830 # Check for libraries that X11R6 Xt/Xaw programs need.
7831 ac_save_LDFLAGS=$LDFLAGS
7832 test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
7833 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
7834 # check for ICE first), but we must link in the order -lSM -lICE or
7835 # we get undefined symbols. So assume we have SM if we have ICE.
7836 # These have to be linked with before -lX11, unlike the other
7837 # libraries we check for below, so use a different variable.
7838 # John Interrante, Karl Berry
7839 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for IceConnectionNumber in -lICE" >&5
7840 $as_echo_n "checking for IceConnectionNumber in -lICE... " >&6; }
7841 if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then :
7842 $as_echo_n "(cached) " >&6
7843 else
7844 ac_check_lib_save_LIBS=$LIBS
7845 LIBS="-lICE $X_EXTRA_LIBS $LIBS"
7846 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7847 /* end confdefs.h. */
7849 /* Override any GCC internal prototype to avoid an error.
7850 Use char because int might match the return type of a GCC
7851 builtin and then its argument prototype would still apply. */
7852 #ifdef __cplusplus
7853 extern "C"
7854 #endif
7855 char IceConnectionNumber ();
7857 main ()
7859 return IceConnectionNumber ();
7861 return 0;
7863 _ACEOF
7864 if ac_fn_c_try_link "$LINENO"; then :
7865 ac_cv_lib_ICE_IceConnectionNumber=yes
7866 else
7867 ac_cv_lib_ICE_IceConnectionNumber=no
7869 rm -f core conftest.err conftest.$ac_objext \
7870 conftest$ac_exeext conftest.$ac_ext
7871 LIBS=$ac_check_lib_save_LIBS
7873 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
7874 $as_echo "$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
7875 if test "x$ac_cv_lib_ICE_IceConnectionNumber" = x""yes; then :
7876 X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
7879 LDFLAGS=$ac_save_LDFLAGS
7884 if test "$have_x" = "yes"
7885 then
7886 XLIB="-lX11"
7887 ac_save_CPPFLAGS="$CPPFLAGS"
7888 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
7890 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lX11" >&5
7891 $as_echo_n "checking for -lX11... " >&6; }
7892 if test "${ac_cv_lib_soname_X11+set}" = set; then :
7893 $as_echo_n "(cached) " >&6
7894 else
7895 ac_check_soname_save_LIBS=$LIBS
7896 LIBS="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
7897 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7898 /* end confdefs.h. */
7900 /* Override any GCC internal prototype to avoid an error.
7901 Use char because int might match the return type of a GCC
7902 builtin and then its argument prototype would still apply. */
7903 #ifdef __cplusplus
7904 extern "C"
7905 #endif
7906 char XCreateWindow ();
7908 main ()
7910 return XCreateWindow ();
7912 return 0;
7914 _ACEOF
7915 if ac_fn_c_try_link "$LINENO"; then :
7916 case "$LIBEXT" in
7917 dll) ac_cv_lib_soname_X11=`$ac_cv_path_LDD conftest.exe | grep "X11" | sed -e "s/dll.*/dll/"';2,$d'` ;;
7918 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'` ;;
7919 *) ac_cv_lib_soname_X11=`$ac_cv_path_LDD conftest$ac_exeext | grep "libX11\\.$LIBEXT" | sed -e "s/^.*\(libX11\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
7920 esac
7922 rm -f core conftest.err conftest.$ac_objext \
7923 conftest$ac_exeext conftest.$ac_ext
7924 LIBS=$ac_check_soname_save_LIBS
7926 if test "x$ac_cv_lib_soname_X11" = "x"; then :
7927 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
7928 $as_echo "not found" >&6; }
7930 else
7931 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_X11" >&5
7932 $as_echo "$ac_cv_lib_soname_X11" >&6; }
7934 cat >>confdefs.h <<_ACEOF
7935 #define SONAME_LIBX11 "$ac_cv_lib_soname_X11"
7936 _ACEOF
7940 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXext" >&5
7941 $as_echo_n "checking for -lXext... " >&6; }
7942 if test "${ac_cv_lib_soname_Xext+set}" = set; then :
7943 $as_echo_n "(cached) " >&6
7944 else
7945 ac_check_soname_save_LIBS=$LIBS
7946 LIBS="-lXext $X_LIBS -lX11 $X_EXTRA_LIBS $LIBS"
7947 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7948 /* end confdefs.h. */
7950 /* Override any GCC internal prototype to avoid an error.
7951 Use char because int might match the return type of a GCC
7952 builtin and then its argument prototype would still apply. */
7953 #ifdef __cplusplus
7954 extern "C"
7955 #endif
7956 char XextCreateExtension ();
7958 main ()
7960 return XextCreateExtension ();
7962 return 0;
7964 _ACEOF
7965 if ac_fn_c_try_link "$LINENO"; then :
7966 case "$LIBEXT" in
7967 dll) ac_cv_lib_soname_Xext=`$ac_cv_path_LDD conftest.exe | grep "Xext" | sed -e "s/dll.*/dll/"';2,$d'` ;;
7968 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'` ;;
7969 *) ac_cv_lib_soname_Xext=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXext\\.$LIBEXT" | sed -e "s/^.*\(libXext\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
7970 esac
7972 rm -f core conftest.err conftest.$ac_objext \
7973 conftest$ac_exeext conftest.$ac_ext
7974 LIBS=$ac_check_soname_save_LIBS
7976 if test "x$ac_cv_lib_soname_Xext" = "x"; then :
7977 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
7978 $as_echo "not found" >&6; }
7980 else
7981 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xext" >&5
7982 $as_echo "$ac_cv_lib_soname_Xext" >&6; }
7984 cat >>confdefs.h <<_ACEOF
7985 #define SONAME_LIBXEXT "$ac_cv_lib_soname_Xext"
7986 _ACEOF
7988 XLIB="-lXext $XLIB"
7991 for ac_header in X11/Xlib.h \
7992 X11/XKBlib.h \
7993 X11/Xutil.h \
7994 X11/Xcursor/Xcursor.h \
7995 X11/extensions/shape.h \
7996 X11/extensions/XInput.h \
7997 X11/extensions/XShm.h \
7998 X11/extensions/Xcomposite.h \
7999 X11/extensions/Xinerama.h \
8000 X11/extensions/Xrandr.h \
8001 X11/extensions/Xrender.h \
8002 X11/extensions/xf86vmode.h \
8003 X11/extensions/xf86vmproto.h
8004 do :
8005 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8006 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_X11_XLIB_H
8007 # include <X11/Xlib.h>
8008 #endif
8009 #ifdef HAVE_X11_XUTIL_H
8010 # include <X11/Xutil.h>
8011 #endif
8013 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
8014 cat >>confdefs.h <<_ACEOF
8015 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8016 _ACEOF
8020 done
8023 if test "$ac_cv_header_X11_XKBlib_h" = "yes"
8024 then
8025 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XkbQueryExtension in -lX11" >&5
8026 $as_echo_n "checking for XkbQueryExtension in -lX11... " >&6; }
8027 if test "${ac_cv_lib_X11_XkbQueryExtension+set}" = set; then :
8028 $as_echo_n "(cached) " >&6
8029 else
8030 ac_check_lib_save_LIBS=$LIBS
8031 LIBS="-lX11 $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8032 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8033 /* end confdefs.h. */
8035 /* Override any GCC internal prototype to avoid an error.
8036 Use char because int might match the return type of a GCC
8037 builtin and then its argument prototype would still apply. */
8038 #ifdef __cplusplus
8039 extern "C"
8040 #endif
8041 char XkbQueryExtension ();
8043 main ()
8045 return XkbQueryExtension ();
8047 return 0;
8049 _ACEOF
8050 if ac_fn_c_try_link "$LINENO"; then :
8051 ac_cv_lib_X11_XkbQueryExtension=yes
8052 else
8053 ac_cv_lib_X11_XkbQueryExtension=no
8055 rm -f core conftest.err conftest.$ac_objext \
8056 conftest$ac_exeext conftest.$ac_ext
8057 LIBS=$ac_check_lib_save_LIBS
8059 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_X11_XkbQueryExtension" >&5
8060 $as_echo "$ac_cv_lib_X11_XkbQueryExtension" >&6; }
8061 if test "x$ac_cv_lib_X11_XkbQueryExtension" = x""yes; then :
8063 $as_echo "#define HAVE_XKB 1" >>confdefs.h
8069 if test "$ac_cv_header_X11_Xcursor_Xcursor_h" = "yes"
8070 then
8071 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXcursor" >&5
8072 $as_echo_n "checking for -lXcursor... " >&6; }
8073 if test "${ac_cv_lib_soname_Xcursor+set}" = set; then :
8074 $as_echo_n "(cached) " >&6
8075 else
8076 ac_check_soname_save_LIBS=$LIBS
8077 LIBS="-lXcursor $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8078 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8079 /* end confdefs.h. */
8081 /* Override any GCC internal prototype to avoid an error.
8082 Use char because int might match the return type of a GCC
8083 builtin and then its argument prototype would still apply. */
8084 #ifdef __cplusplus
8085 extern "C"
8086 #endif
8087 char XcursorImageLoadCursor ();
8089 main ()
8091 return XcursorImageLoadCursor ();
8093 return 0;
8095 _ACEOF
8096 if ac_fn_c_try_link "$LINENO"; then :
8097 case "$LIBEXT" in
8098 dll) ac_cv_lib_soname_Xcursor=`$ac_cv_path_LDD conftest.exe | grep "Xcursor" | sed -e "s/dll.*/dll/"';2,$d'` ;;
8099 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'` ;;
8100 *) ac_cv_lib_soname_Xcursor=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcursor\\.$LIBEXT" | sed -e "s/^.*\(libXcursor\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8101 esac
8103 rm -f core conftest.err conftest.$ac_objext \
8104 conftest$ac_exeext conftest.$ac_ext
8105 LIBS=$ac_check_soname_save_LIBS
8107 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then :
8108 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8109 $as_echo "not found" >&6; }
8111 else
8112 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xcursor" >&5
8113 $as_echo "$ac_cv_lib_soname_Xcursor" >&6; }
8115 cat >>confdefs.h <<_ACEOF
8116 #define SONAME_LIBXCURSOR "$ac_cv_lib_soname_Xcursor"
8117 _ACEOF
8122 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then :
8123 case "x$with_xcursor" in
8124 x) as_fn_append wine_notices "|libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported." ;;
8125 xno) ;;
8126 *) as_fn_error $? "libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
8127 This is an error since --with-xcursor was requested." "$LINENO" 5 ;;
8128 esac
8131 if test "$ac_cv_header_X11_extensions_XInput_h" = "yes"
8132 then
8133 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXi" >&5
8134 $as_echo_n "checking for -lXi... " >&6; }
8135 if test "${ac_cv_lib_soname_Xi+set}" = set; then :
8136 $as_echo_n "(cached) " >&6
8137 else
8138 ac_check_soname_save_LIBS=$LIBS
8139 LIBS="-lXi $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8140 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8141 /* end confdefs.h. */
8143 /* Override any GCC internal prototype to avoid an error.
8144 Use char because int might match the return type of a GCC
8145 builtin and then its argument prototype would still apply. */
8146 #ifdef __cplusplus
8147 extern "C"
8148 #endif
8149 char XOpenDevice ();
8151 main ()
8153 return XOpenDevice ();
8155 return 0;
8157 _ACEOF
8158 if ac_fn_c_try_link "$LINENO"; then :
8159 case "$LIBEXT" in
8160 dll) ac_cv_lib_soname_Xi=`$ac_cv_path_LDD conftest.exe | grep "Xi" | sed -e "s/dll.*/dll/"';2,$d'` ;;
8161 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'` ;;
8162 *) ac_cv_lib_soname_Xi=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXi\\.$LIBEXT" | sed -e "s/^.*\(libXi\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8163 esac
8165 rm -f core conftest.err conftest.$ac_objext \
8166 conftest$ac_exeext conftest.$ac_ext
8167 LIBS=$ac_check_soname_save_LIBS
8169 if test "x$ac_cv_lib_soname_Xi" = "x"; then :
8170 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8171 $as_echo "not found" >&6; }
8173 else
8174 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xi" >&5
8175 $as_echo "$ac_cv_lib_soname_Xi" >&6; }
8177 cat >>confdefs.h <<_ACEOF
8178 #define SONAME_LIBXI "$ac_cv_lib_soname_Xi"
8179 _ACEOF
8184 if test "x$ac_cv_lib_soname_Xi" = "x"; then :
8185 case "x$with_xinput" in
8186 x) as_fn_append wine_notices "|libxi ${notice_platform}development files not found, the Xinput extension won't be supported." ;;
8187 xno) ;;
8188 *) as_fn_error $? "libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
8189 This is an error since --with-xinput was requested." "$LINENO" 5 ;;
8190 esac
8193 if test "$ac_cv_header_X11_extensions_XShm_h" = "yes"
8194 then
8195 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XShmQueryExtension in -lXext" >&5
8196 $as_echo_n "checking for XShmQueryExtension in -lXext... " >&6; }
8197 if test "${ac_cv_lib_Xext_XShmQueryExtension+set}" = set; then :
8198 $as_echo_n "(cached) " >&6
8199 else
8200 ac_check_lib_save_LIBS=$LIBS
8201 LIBS="-lXext $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8202 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8203 /* end confdefs.h. */
8205 /* Override any GCC internal prototype to avoid an error.
8206 Use char because int might match the return type of a GCC
8207 builtin and then its argument prototype would still apply. */
8208 #ifdef __cplusplus
8209 extern "C"
8210 #endif
8211 char XShmQueryExtension ();
8213 main ()
8215 return XShmQueryExtension ();
8217 return 0;
8219 _ACEOF
8220 if ac_fn_c_try_link "$LINENO"; then :
8221 ac_cv_lib_Xext_XShmQueryExtension=yes
8222 else
8223 ac_cv_lib_Xext_XShmQueryExtension=no
8225 rm -f core conftest.err conftest.$ac_objext \
8226 conftest$ac_exeext conftest.$ac_ext
8227 LIBS=$ac_check_lib_save_LIBS
8229 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xext_XShmQueryExtension" >&5
8230 $as_echo "$ac_cv_lib_Xext_XShmQueryExtension" >&6; }
8231 if test "x$ac_cv_lib_Xext_XShmQueryExtension" = x""yes; then :
8233 $as_echo "#define HAVE_LIBXXSHM 1" >>confdefs.h
8238 if test "$ac_cv_lib_Xext_XShmQueryExtension" != "yes"; then :
8239 case "x$with_xshm" in
8240 x) as_fn_append wine_notices "|XShm ${notice_platform}development files not found, X Shared Memory won't be supported." ;;
8241 xno) ;;
8242 *) as_fn_error $? "XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
8243 This is an error since --with-xshm was requested." "$LINENO" 5 ;;
8244 esac
8247 if test "$ac_cv_header_X11_extensions_shape_h" = "yes"
8248 then
8249 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XShapeQueryExtension in -lXext" >&5
8250 $as_echo_n "checking for XShapeQueryExtension in -lXext... " >&6; }
8251 if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then :
8252 $as_echo_n "(cached) " >&6
8253 else
8254 ac_check_lib_save_LIBS=$LIBS
8255 LIBS="-lXext $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8256 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8257 /* end confdefs.h. */
8259 /* Override any GCC internal prototype to avoid an error.
8260 Use char because int might match the return type of a GCC
8261 builtin and then its argument prototype would still apply. */
8262 #ifdef __cplusplus
8263 extern "C"
8264 #endif
8265 char XShapeQueryExtension ();
8267 main ()
8269 return XShapeQueryExtension ();
8271 return 0;
8273 _ACEOF
8274 if ac_fn_c_try_link "$LINENO"; then :
8275 ac_cv_lib_Xext_XShapeQueryExtension=yes
8276 else
8277 ac_cv_lib_Xext_XShapeQueryExtension=no
8279 rm -f core conftest.err conftest.$ac_objext \
8280 conftest$ac_exeext conftest.$ac_ext
8281 LIBS=$ac_check_lib_save_LIBS
8283 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
8284 $as_echo "$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
8285 if test "x$ac_cv_lib_Xext_XShapeQueryExtension" = x""yes; then :
8287 $as_echo "#define HAVE_LIBXSHAPE 1" >>confdefs.h
8292 if test "$ac_cv_lib_Xext_XShapeQueryExtension" != "yes"; then :
8293 case "x$with_xshape" in
8294 x) as_fn_append wine_notices "|XShape ${notice_platform}development files not found, XShape won't be supported." ;;
8295 xno) ;;
8296 *) as_fn_error $? "XShape ${notice_platform}development files not found, XShape won't be supported.
8297 This is an error since --with-xshape was requested." "$LINENO" 5 ;;
8298 esac
8301 if test "$ac_cv_header_X11_extensions_xf86vmode_h" = "yes" -o "$ac_cv_header_X11_extensions_xf86vmproto_h" = "yes"
8302 then
8303 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXxf86vm" >&5
8304 $as_echo_n "checking for -lXxf86vm... " >&6; }
8305 if test "${ac_cv_lib_soname_Xxf86vm+set}" = set; then :
8306 $as_echo_n "(cached) " >&6
8307 else
8308 ac_check_soname_save_LIBS=$LIBS
8309 LIBS="-lXxf86vm $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8310 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8311 /* end confdefs.h. */
8313 /* Override any GCC internal prototype to avoid an error.
8314 Use char because int might match the return type of a GCC
8315 builtin and then its argument prototype would still apply. */
8316 #ifdef __cplusplus
8317 extern "C"
8318 #endif
8319 char XF86VidModeQueryExtension ();
8321 main ()
8323 return XF86VidModeQueryExtension ();
8325 return 0;
8327 _ACEOF
8328 if ac_fn_c_try_link "$LINENO"; then :
8329 case "$LIBEXT" in
8330 dll) ac_cv_lib_soname_Xxf86vm=`$ac_cv_path_LDD conftest.exe | grep "Xxf86vm" | sed -e "s/dll.*/dll/"';2,$d'` ;;
8331 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'` ;;
8332 *) ac_cv_lib_soname_Xxf86vm=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\(libXxf86vm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8333 esac
8335 rm -f core conftest.err conftest.$ac_objext \
8336 conftest$ac_exeext conftest.$ac_ext
8337 LIBS=$ac_check_soname_save_LIBS
8339 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then :
8340 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8341 $as_echo "not found" >&6; }
8343 else
8344 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xxf86vm" >&5
8345 $as_echo "$ac_cv_lib_soname_Xxf86vm" >&6; }
8347 cat >>confdefs.h <<_ACEOF
8348 #define SONAME_LIBXXF86VM "$ac_cv_lib_soname_Xxf86vm"
8349 _ACEOF
8354 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then :
8355 case "x$with_xxf86vm" in
8356 x) as_fn_append wine_notices "|libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported." ;;
8357 xno) ;;
8358 *) as_fn_error $? "libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
8359 This is an error since --with-xxf86vm was requested." "$LINENO" 5 ;;
8360 esac
8363 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"
8364 then
8365 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXrender" >&5
8366 $as_echo_n "checking for -lXrender... " >&6; }
8367 if test "${ac_cv_lib_soname_Xrender+set}" = set; then :
8368 $as_echo_n "(cached) " >&6
8369 else
8370 ac_check_soname_save_LIBS=$LIBS
8371 LIBS="-lXrender $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8372 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8373 /* end confdefs.h. */
8375 /* Override any GCC internal prototype to avoid an error.
8376 Use char because int might match the return type of a GCC
8377 builtin and then its argument prototype would still apply. */
8378 #ifdef __cplusplus
8379 extern "C"
8380 #endif
8381 char XRenderQueryExtension ();
8383 main ()
8385 return XRenderQueryExtension ();
8387 return 0;
8389 _ACEOF
8390 if ac_fn_c_try_link "$LINENO"; then :
8391 case "$LIBEXT" in
8392 dll) ac_cv_lib_soname_Xrender=`$ac_cv_path_LDD conftest.exe | grep "Xrender" | sed -e "s/dll.*/dll/"';2,$d'` ;;
8393 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'` ;;
8394 *) ac_cv_lib_soname_Xrender=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrender\\.$LIBEXT" | sed -e "s/^.*\(libXrender\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8395 esac
8397 rm -f core conftest.err conftest.$ac_objext \
8398 conftest$ac_exeext conftest.$ac_ext
8399 LIBS=$ac_check_soname_save_LIBS
8401 if test "x$ac_cv_lib_soname_Xrender" = "x"; then :
8402 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8403 $as_echo "not found" >&6; }
8405 else
8406 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xrender" >&5
8407 $as_echo "$ac_cv_lib_soname_Xrender" >&6; }
8409 cat >>confdefs.h <<_ACEOF
8410 #define SONAME_LIBXRENDER "$ac_cv_lib_soname_Xrender"
8411 _ACEOF
8413 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XRenderSetPictureTransform in -lXrender" >&5
8414 $as_echo_n "checking for XRenderSetPictureTransform in -lXrender... " >&6; }
8415 if test "${ac_cv_lib_Xrender_XRenderSetPictureTransform+set}" = set; then :
8416 $as_echo_n "(cached) " >&6
8417 else
8418 ac_check_lib_save_LIBS=$LIBS
8419 LIBS="-lXrender $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8420 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8421 /* end confdefs.h. */
8423 /* Override any GCC internal prototype to avoid an error.
8424 Use char because int might match the return type of a GCC
8425 builtin and then its argument prototype would still apply. */
8426 #ifdef __cplusplus
8427 extern "C"
8428 #endif
8429 char XRenderSetPictureTransform ();
8431 main ()
8433 return XRenderSetPictureTransform ();
8435 return 0;
8437 _ACEOF
8438 if ac_fn_c_try_link "$LINENO"; then :
8439 ac_cv_lib_Xrender_XRenderSetPictureTransform=yes
8440 else
8441 ac_cv_lib_Xrender_XRenderSetPictureTransform=no
8443 rm -f core conftest.err conftest.$ac_objext \
8444 conftest$ac_exeext conftest.$ac_ext
8445 LIBS=$ac_check_lib_save_LIBS
8447 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xrender_XRenderSetPictureTransform" >&5
8448 $as_echo "$ac_cv_lib_Xrender_XRenderSetPictureTransform" >&6; }
8449 if test "x$ac_cv_lib_Xrender_XRenderSetPictureTransform" = x""yes; then :
8451 $as_echo "#define HAVE_XRENDERSETPICTURETRANSFORM 1" >>confdefs.h
8458 if test "x$ac_cv_lib_soname_Xrender" = "x"; then :
8459 case "x$with_xrender" in
8460 x) as_fn_append wine_warnings "|libxrender ${notice_platform}development files not found, XRender won't be supported." ;;
8461 xno) ;;
8462 *) as_fn_error $? "libxrender ${notice_platform}development files not found, XRender won't be supported.
8463 This is an error since --with-xrender was requested." "$LINENO" 5 ;;
8464 esac
8467 if test "$ac_cv_header_X11_extensions_Xrandr_h" = "yes" -a "x$ac_cv_lib_soname_Xrender" != "x"
8468 then
8469 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8470 /* end confdefs.h. */
8471 #include <X11/Xlib.h>
8472 #include <X11/extensions/Xrandr.h>
8474 main ()
8476 static typeof(XRRSetScreenConfigAndRate) * func;
8478 return 0;
8480 _ACEOF
8481 if ac_fn_c_try_compile "$LINENO"; then :
8482 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXrandr" >&5
8483 $as_echo_n "checking for -lXrandr... " >&6; }
8484 if test "${ac_cv_lib_soname_Xrandr+set}" = set; then :
8485 $as_echo_n "(cached) " >&6
8486 else
8487 ac_check_soname_save_LIBS=$LIBS
8488 LIBS="-lXrandr $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8489 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8490 /* end confdefs.h. */
8492 /* Override any GCC internal prototype to avoid an error.
8493 Use char because int might match the return type of a GCC
8494 builtin and then its argument prototype would still apply. */
8495 #ifdef __cplusplus
8496 extern "C"
8497 #endif
8498 char XRRQueryExtension ();
8500 main ()
8502 return XRRQueryExtension ();
8504 return 0;
8506 _ACEOF
8507 if ac_fn_c_try_link "$LINENO"; then :
8508 case "$LIBEXT" in
8509 dll) ac_cv_lib_soname_Xrandr=`$ac_cv_path_LDD conftest.exe | grep "Xrandr" | sed -e "s/dll.*/dll/"';2,$d'` ;;
8510 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'` ;;
8511 *) ac_cv_lib_soname_Xrandr=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrandr\\.$LIBEXT" | sed -e "s/^.*\(libXrandr\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8512 esac
8514 rm -f core conftest.err conftest.$ac_objext \
8515 conftest$ac_exeext conftest.$ac_ext
8516 LIBS=$ac_check_soname_save_LIBS
8518 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then :
8519 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8520 $as_echo "not found" >&6; }
8522 else
8523 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xrandr" >&5
8524 $as_echo "$ac_cv_lib_soname_Xrandr" >&6; }
8526 cat >>confdefs.h <<_ACEOF
8527 #define SONAME_LIBXRANDR "$ac_cv_lib_soname_Xrandr"
8528 _ACEOF
8533 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8535 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then :
8536 case "x$with_xrandr" in
8537 x) as_fn_append wine_notices "|libxrandr ${notice_platform}development files not found, XRandr won't be supported." ;;
8538 xno) ;;
8539 *) as_fn_error $? "libxrandr ${notice_platform}development files not found, XRandr won't be supported.
8540 This is an error since --with-xrandr was requested." "$LINENO" 5 ;;
8541 esac
8544 if test "$ac_cv_header_X11_extensions_Xinerama_h" = "yes"
8545 then
8546 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8547 /* end confdefs.h. */
8548 #include <X11/Xlib.h>
8549 #include <X11/extensions/Xinerama.h>
8551 main ()
8553 static typeof(XineramaQueryScreens) * func;
8555 return 0;
8557 _ACEOF
8558 if ac_fn_c_try_compile "$LINENO"; then :
8559 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXinerama" >&5
8560 $as_echo_n "checking for -lXinerama... " >&6; }
8561 if test "${ac_cv_lib_soname_Xinerama+set}" = set; then :
8562 $as_echo_n "(cached) " >&6
8563 else
8564 ac_check_soname_save_LIBS=$LIBS
8565 LIBS="-lXinerama $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8566 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8567 /* end confdefs.h. */
8569 /* Override any GCC internal prototype to avoid an error.
8570 Use char because int might match the return type of a GCC
8571 builtin and then its argument prototype would still apply. */
8572 #ifdef __cplusplus
8573 extern "C"
8574 #endif
8575 char XineramaQueryScreens ();
8577 main ()
8579 return XineramaQueryScreens ();
8581 return 0;
8583 _ACEOF
8584 if ac_fn_c_try_link "$LINENO"; then :
8585 case "$LIBEXT" in
8586 dll) ac_cv_lib_soname_Xinerama=`$ac_cv_path_LDD conftest.exe | grep "Xinerama" | sed -e "s/dll.*/dll/"';2,$d'` ;;
8587 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'` ;;
8588 *) ac_cv_lib_soname_Xinerama=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXinerama\\.$LIBEXT" | sed -e "s/^.*\(libXinerama\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8589 esac
8591 rm -f core conftest.err conftest.$ac_objext \
8592 conftest$ac_exeext conftest.$ac_ext
8593 LIBS=$ac_check_soname_save_LIBS
8595 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then :
8596 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8597 $as_echo "not found" >&6; }
8599 else
8600 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xinerama" >&5
8601 $as_echo "$ac_cv_lib_soname_Xinerama" >&6; }
8603 cat >>confdefs.h <<_ACEOF
8604 #define SONAME_LIBXINERAMA "$ac_cv_lib_soname_Xinerama"
8605 _ACEOF
8610 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8612 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then :
8613 case "x$with_xinerama" in
8614 x) as_fn_append wine_notices "|libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported." ;;
8615 xno) ;;
8616 *) as_fn_error $? "libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
8617 This is an error since --with-xinerama was requested." "$LINENO" 5 ;;
8618 esac
8621 if test "$ac_cv_header_X11_extensions_Xcomposite_h" = "yes"
8622 then
8623 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXcomposite" >&5
8624 $as_echo_n "checking for -lXcomposite... " >&6; }
8625 if test "${ac_cv_lib_soname_Xcomposite+set}" = set; then :
8626 $as_echo_n "(cached) " >&6
8627 else
8628 ac_check_soname_save_LIBS=$LIBS
8629 LIBS="-lXcomposite $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8630 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8631 /* end confdefs.h. */
8633 /* Override any GCC internal prototype to avoid an error.
8634 Use char because int might match the return type of a GCC
8635 builtin and then its argument prototype would still apply. */
8636 #ifdef __cplusplus
8637 extern "C"
8638 #endif
8639 char XCompositeRedirectWindow ();
8641 main ()
8643 return XCompositeRedirectWindow ();
8645 return 0;
8647 _ACEOF
8648 if ac_fn_c_try_link "$LINENO"; then :
8649 case "$LIBEXT" in
8650 dll) ac_cv_lib_soname_Xcomposite=`$ac_cv_path_LDD conftest.exe | grep "Xcomposite" | sed -e "s/dll.*/dll/"';2,$d'` ;;
8651 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'` ;;
8652 *) ac_cv_lib_soname_Xcomposite=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcomposite\\.$LIBEXT" | sed -e "s/^.*\(libXcomposite\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8653 esac
8655 rm -f core conftest.err conftest.$ac_objext \
8656 conftest$ac_exeext conftest.$ac_ext
8657 LIBS=$ac_check_soname_save_LIBS
8659 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then :
8660 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8661 $as_echo "not found" >&6; }
8663 else
8664 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xcomposite" >&5
8665 $as_echo "$ac_cv_lib_soname_Xcomposite" >&6; }
8667 cat >>confdefs.h <<_ACEOF
8668 #define SONAME_LIBXCOMPOSITE "$ac_cv_lib_soname_Xcomposite"
8669 _ACEOF
8674 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then :
8675 case "x$with_xcomposite" in
8676 x) as_fn_append wine_notices "|libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported." ;;
8677 xno) ;;
8678 *) as_fn_error $? "libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
8679 This is an error since --with-xcomposite was requested." "$LINENO" 5 ;;
8680 esac
8683 ac_fn_c_check_member "$LINENO" "XICCallback" "callback" "ac_cv_member_XICCallback_callback" "#ifdef HAVE_X11_XLIB_H
8684 #include <X11/Xlib.h>
8685 #endif
8687 if test "x$ac_cv_member_XICCallback_callback" = x""yes; then :
8689 cat >>confdefs.h <<_ACEOF
8690 #define HAVE_XICCALLBACK_CALLBACK 1
8691 _ACEOF
8698 opengl_msg=""
8699 if test "x$with_opengl" != "xno"
8700 then
8701 for ac_header in GL/gl.h GL/glx.h GL/glu.h
8702 do :
8703 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8704 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_GL_GLX_H
8705 # include <GL/glx.h>
8706 #endif
8708 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
8709 cat >>confdefs.h <<_ACEOF
8710 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8711 _ACEOF
8715 done
8717 if test "$ac_cv_header_GL_gl_h" = "yes" -a "$ac_cv_header_GL_glx_h" = "yes"
8718 then
8719 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for up-to-date OpenGL version" >&5
8720 $as_echo_n "checking for up-to-date OpenGL version... " >&6; }
8721 if test "${wine_cv_opengl_header_version_OK+set}" = set; then :
8722 $as_echo_n "(cached) " >&6
8723 else
8724 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8725 /* end confdefs.h. */
8726 #include <GL/gl.h>
8728 main ()
8730 GLenum test = GL_UNSIGNED_SHORT_5_6_5;
8732 return 0;
8734 _ACEOF
8735 if ac_fn_c_try_compile "$LINENO"; then :
8736 wine_cv_opengl_header_version_OK="yes"
8737 else
8738 wine_cv_opengl_header_version_OK="no"
8740 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8742 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_opengl_header_version_OK" >&5
8743 $as_echo "$wine_cv_opengl_header_version_OK" >&6; }
8745 if test "$wine_cv_opengl_header_version_OK" = "yes"
8746 then
8747 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGL" >&5
8748 $as_echo_n "checking for -lGL... " >&6; }
8749 if test "${ac_cv_lib_soname_GL+set}" = set; then :
8750 $as_echo_n "(cached) " >&6
8751 else
8752 ac_check_soname_save_LIBS=$LIBS
8753 LIBS="-lGL $X_LIBS $XLIB -lm $X_EXTRA_LIBS $LIBS"
8754 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8755 /* end confdefs.h. */
8757 /* Override any GCC internal prototype to avoid an error.
8758 Use char because int might match the return type of a GCC
8759 builtin and then its argument prototype would still apply. */
8760 #ifdef __cplusplus
8761 extern "C"
8762 #endif
8763 char glXCreateContext ();
8765 main ()
8767 return glXCreateContext ();
8769 return 0;
8771 _ACEOF
8772 if ac_fn_c_try_link "$LINENO"; then :
8773 case "$LIBEXT" in
8774 dll) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest.exe | grep "GL" | sed -e "s/dll.*/dll/"';2,$d'` ;;
8775 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'` ;;
8776 *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8777 esac
8779 rm -f core conftest.err conftest.$ac_objext \
8780 conftest$ac_exeext conftest.$ac_ext
8781 LIBS=$ac_check_soname_save_LIBS
8783 if test "x$ac_cv_lib_soname_GL" = "x"; then :
8784 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8785 $as_echo "not found" >&6; }
8786 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGL" >&5
8787 $as_echo_n "checking for -lGL... " >&6; }
8788 if test "${ac_cv_lib_soname_GL+set}" = set; then :
8789 $as_echo_n "(cached) " >&6
8790 else
8791 ac_check_soname_save_LIBS=$LIBS
8792 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"
8793 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8794 /* end confdefs.h. */
8796 /* Override any GCC internal prototype to avoid an error.
8797 Use char because int might match the return type of a GCC
8798 builtin and then its argument prototype would still apply. */
8799 #ifdef __cplusplus
8800 extern "C"
8801 #endif
8802 char glXCreateContext ();
8804 main ()
8806 return glXCreateContext ();
8808 return 0;
8810 _ACEOF
8811 if ac_fn_c_try_link "$LINENO"; then :
8812 case "$LIBEXT" in
8813 dll) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest.exe | grep "GL" | sed -e "s/dll.*/dll/"';2,$d'` ;;
8814 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'` ;;
8815 *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8816 esac
8818 rm -f core conftest.err conftest.$ac_objext \
8819 conftest$ac_exeext conftest.$ac_ext
8820 LIBS=$ac_check_soname_save_LIBS
8822 if test "x$ac_cv_lib_soname_GL" = "x"; then :
8823 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8824 $as_echo "not found" >&6; }
8825 if test -f /usr/X11R6/lib/libGL.a
8826 then
8827 opengl_msg="/usr/X11R6/lib/libGL.a is present on your system.
8828 This probably prevents linking to OpenGL. Try deleting the file and restarting configure."
8829 else
8830 opengl_msg="No OpenGL library found on this system."
8832 else
8833 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GL" >&5
8834 $as_echo "$ac_cv_lib_soname_GL" >&6; }
8836 cat >>confdefs.h <<_ACEOF
8837 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
8838 _ACEOF
8840 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"
8842 $as_echo "#define HAVE_OPENGL 1" >>confdefs.h
8845 else
8846 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GL" >&5
8847 $as_echo "$ac_cv_lib_soname_GL" >&6; }
8849 cat >>confdefs.h <<_ACEOF
8850 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
8851 _ACEOF
8853 OPENGL_LIBS="-lGL"
8855 $as_echo "#define HAVE_OPENGL 1" >>confdefs.h
8858 if test "$ac_cv_header_GL_glu_h" = "yes"
8859 then
8860 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGLU" >&5
8861 $as_echo_n "checking for -lGLU... " >&6; }
8862 if test "${ac_cv_lib_soname_GLU+set}" = set; then :
8863 $as_echo_n "(cached) " >&6
8864 else
8865 ac_check_soname_save_LIBS=$LIBS
8866 LIBS="-lGLU $OPENGL_LIBS $X_LIBS $X_PRE_LIBS $XLIB -lm $X_EXTRA_LIBS $LIBS"
8867 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8868 /* end confdefs.h. */
8870 /* Override any GCC internal prototype to avoid an error.
8871 Use char because int might match the return type of a GCC
8872 builtin and then its argument prototype would still apply. */
8873 #ifdef __cplusplus
8874 extern "C"
8875 #endif
8876 char gluLookAt ();
8878 main ()
8880 return gluLookAt ();
8882 return 0;
8884 _ACEOF
8885 if ac_fn_c_try_link "$LINENO"; then :
8886 case "$LIBEXT" in
8887 dll) ac_cv_lib_soname_GLU=`$ac_cv_path_LDD conftest.exe | grep "GLU" | sed -e "s/dll.*/dll/"';2,$d'` ;;
8888 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'` ;;
8889 *) ac_cv_lib_soname_GLU=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGLU\\.$LIBEXT" | sed -e "s/^.*\(libGLU\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8890 esac
8892 rm -f core conftest.err conftest.$ac_objext \
8893 conftest$ac_exeext conftest.$ac_ext
8894 LIBS=$ac_check_soname_save_LIBS
8896 if test "x$ac_cv_lib_soname_GLU" = "x"; then :
8897 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8898 $as_echo "not found" >&6; }
8900 else
8901 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GLU" >&5
8902 $as_echo "$ac_cv_lib_soname_GLU" >&6; }
8904 cat >>confdefs.h <<_ACEOF
8905 #define SONAME_LIBGLU "$ac_cv_lib_soname_GLU"
8906 _ACEOF
8911 if test "x$ac_cv_lib_soname_GLU" = "x"; then :
8912 case "x$with_glu" in
8913 x) as_fn_append wine_notices "|libGLU ${notice_platform}development files not found, GLU won't be supported." ;;
8914 xno) ;;
8915 *) as_fn_error $? "libGLU ${notice_platform}development files not found, GLU won't be supported.
8916 This is an error since --with-glu was requested." "$LINENO" 5 ;;
8917 esac
8919 else
8920 opengl_msg="Old Mesa headers detected. Consider upgrading your Mesa libraries."
8922 else
8923 opengl_msg="OpenGL development headers not found."
8925 test -n "$opengl_msg" && enable_opengl32=${enable_opengl32:-no}
8926 test "x$ac_cv_lib_soname_GLU" = "x" && enable_glu32=${enable_glu32:-no}
8927 else
8928 enable_opengl32=${enable_opengl32:-no}
8929 enable_glu32=${enable_glu32:-no}
8931 if test -n "$opengl_msg"; then :
8932 case "x$with_opengl" in
8933 x) as_fn_append wine_warnings "|$opengl_msg
8934 OpenGL and Direct3D won't be supported." ;;
8935 xno) ;;
8936 *) as_fn_error $? "$opengl_msg
8937 OpenGL and Direct3D won't be supported.
8938 This is an error since --with-opengl was requested." "$LINENO" 5 ;;
8939 esac
8942 NASLIBS=""
8944 for ac_header in audio/audiolib.h
8945 do :
8946 ac_fn_c_check_header_mongrel "$LINENO" "audio/audiolib.h" "ac_cv_header_audio_audiolib_h" "$ac_includes_default"
8947 if test "x$ac_cv_header_audio_audiolib_h" = x""yes; then :
8948 cat >>confdefs.h <<_ACEOF
8949 #define HAVE_AUDIO_AUDIOLIB_H 1
8950 _ACEOF
8951 for ac_header in audio/soundlib.h
8952 do :
8953 ac_fn_c_check_header_compile "$LINENO" "audio/soundlib.h" "ac_cv_header_audio_soundlib_h" "#include <audio/audiolib.h>
8955 if test "x$ac_cv_header_audio_soundlib_h" = x""yes; then :
8956 cat >>confdefs.h <<_ACEOF
8957 #define HAVE_AUDIO_SOUNDLIB_H 1
8958 _ACEOF
8962 done
8964 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for AuCreateFlow in -laudio" >&5
8965 $as_echo_n "checking for AuCreateFlow in -laudio... " >&6; }
8966 if test "${ac_cv_lib_audio_AuCreateFlow+set}" = set; then :
8967 $as_echo_n "(cached) " >&6
8968 else
8969 ac_check_lib_save_LIBS=$LIBS
8970 LIBS="-laudio -lXt $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8971 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8972 /* end confdefs.h. */
8974 /* Override any GCC internal prototype to avoid an error.
8975 Use char because int might match the return type of a GCC
8976 builtin and then its argument prototype would still apply. */
8977 #ifdef __cplusplus
8978 extern "C"
8979 #endif
8980 char AuCreateFlow ();
8982 main ()
8984 return AuCreateFlow ();
8986 return 0;
8988 _ACEOF
8989 if ac_fn_c_try_link "$LINENO"; then :
8990 ac_cv_lib_audio_AuCreateFlow=yes
8991 else
8992 ac_cv_lib_audio_AuCreateFlow=no
8994 rm -f core conftest.err conftest.$ac_objext \
8995 conftest$ac_exeext conftest.$ac_ext
8996 LIBS=$ac_check_lib_save_LIBS
8998 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_audio_AuCreateFlow" >&5
8999 $as_echo "$ac_cv_lib_audio_AuCreateFlow" >&6; }
9000 if test "x$ac_cv_lib_audio_AuCreateFlow" = x""yes; then :
9002 $as_echo "#define HAVE_NAS 1" >>confdefs.h
9004 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XauGetBestAuthByAddr in -lXau" >&5
9005 $as_echo_n "checking for XauGetBestAuthByAddr in -lXau... " >&6; }
9006 if test "${ac_cv_lib_Xau_XauGetBestAuthByAddr+set}" = set; then :
9007 $as_echo_n "(cached) " >&6
9008 else
9009 ac_check_lib_save_LIBS=$LIBS
9010 LIBS="-lXau $X_LIBS $LIBS"
9011 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9012 /* end confdefs.h. */
9014 /* Override any GCC internal prototype to avoid an error.
9015 Use char because int might match the return type of a GCC
9016 builtin and then its argument prototype would still apply. */
9017 #ifdef __cplusplus
9018 extern "C"
9019 #endif
9020 char XauGetBestAuthByAddr ();
9022 main ()
9024 return XauGetBestAuthByAddr ();
9026 return 0;
9028 _ACEOF
9029 if ac_fn_c_try_link "$LINENO"; then :
9030 ac_cv_lib_Xau_XauGetBestAuthByAddr=yes
9031 else
9032 ac_cv_lib_Xau_XauGetBestAuthByAddr=no
9034 rm -f core conftest.err conftest.$ac_objext \
9035 conftest$ac_exeext conftest.$ac_ext
9036 LIBS=$ac_check_lib_save_LIBS
9038 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xau_XauGetBestAuthByAddr" >&5
9039 $as_echo "$ac_cv_lib_Xau_XauGetBestAuthByAddr" >&6; }
9040 if test "x$ac_cv_lib_Xau_XauGetBestAuthByAddr" = x""yes; then :
9041 NASLIBS="-lXau -laudio -lXt $X_LIBS $XLIB $X_EXTRA_LIBS"
9042 else
9043 NASLIBS="-laudio -lXt $X_LIBS $XLIB $X_EXTRA_LIBS"
9051 done
9054 CPPFLAGS="$ac_save_CPPFLAGS"
9055 else
9056 XLIB=""
9057 X_CFLAGS=""
9058 X_LIBS=""
9059 enable_winex11_drv=${enable_winex11_drv:-no}
9060 enable_opengl32=${enable_opengl32:-no}
9061 enable_glu32=${enable_glu32:-no}
9063 if test "x$XLIB" = "x"; then :
9064 case "x$with_x" in
9065 xno) ;;
9066 *) as_fn_error $? "X ${notice_platform}development files not found. Wine will be built
9067 without X support, which probably isn't what you want. You will need
9068 to install ${notice_platform}development packages of Xlib/Xfree86 at the very least.
9069 Use the --without-x option if you really want this." "$LINENO" 5 ;;
9070 esac
9073 if test "$ac_cv_header_CL_cl_h" = "yes"
9074 then
9075 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for clGetPlatformInfo in -lOpenCL" >&5
9076 $as_echo_n "checking for clGetPlatformInfo in -lOpenCL... " >&6; }
9077 if test "${ac_cv_lib_OpenCL_clGetPlatformInfo+set}" = set; then :
9078 $as_echo_n "(cached) " >&6
9079 else
9080 ac_check_lib_save_LIBS=$LIBS
9081 LIBS="-lOpenCL $LIBS"
9082 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9083 /* end confdefs.h. */
9085 /* Override any GCC internal prototype to avoid an error.
9086 Use char because int might match the return type of a GCC
9087 builtin and then its argument prototype would still apply. */
9088 #ifdef __cplusplus
9089 extern "C"
9090 #endif
9091 char clGetPlatformInfo ();
9093 main ()
9095 return clGetPlatformInfo ();
9097 return 0;
9099 _ACEOF
9100 if ac_fn_c_try_link "$LINENO"; then :
9101 ac_cv_lib_OpenCL_clGetPlatformInfo=yes
9102 else
9103 ac_cv_lib_OpenCL_clGetPlatformInfo=no
9105 rm -f core conftest.err conftest.$ac_objext \
9106 conftest$ac_exeext conftest.$ac_ext
9107 LIBS=$ac_check_lib_save_LIBS
9109 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_OpenCL_clGetPlatformInfo" >&5
9110 $as_echo "$ac_cv_lib_OpenCL_clGetPlatformInfo" >&6; }
9111 if test "x$ac_cv_lib_OpenCL_clGetPlatformInfo" = x""yes; then :
9112 LIBOPENCL="-lOpenCL"
9117 if test "x$ac_cv_lib_OpenCL_clGetPlatformInfo" != xyes; then :
9118 case "x$with_opencl" in
9119 x) as_fn_append wine_notices "|OpenCL ${notice_platform}development files not found, OpenCL won't be supported." ;;
9120 xno) ;;
9121 *) as_fn_error $? "OpenCL ${notice_platform}development files not found, OpenCL won't be supported.
9122 This is an error since --with-opencl was requested." "$LINENO" 5 ;;
9123 esac
9125 test "x$ac_cv_lib_OpenCL_clGetPlatformInfo" != xyes && enable_opencl=${enable_opencl:-no}
9128 XML2LIBS=""
9130 XML2INCL=""
9132 XSLTINCL=""
9134 if test "x$with_xml" != "xno"
9135 then
9136 ac_save_CPPFLAGS="$CPPFLAGS"
9137 if test "$PKG_CONFIG" != "false"
9138 then
9139 ac_xml_libs="`$PKG_CONFIG --libs libxml-2.0 2>/dev/null`"
9140 ac_xml_cflags="`$PKG_CONFIG --cflags libxml-2.0 2>/dev/null`"
9141 else
9142 ac_xml_libs="`xml2-config --libs 2>/dev/null`"
9143 ac_xml_cflags="`xml2-config --cflags 2>/dev/null`"
9145 CPPFLAGS="$CPPFLAGS $ac_xml_cflags"
9146 for ac_header in libxml/parser.h
9147 do :
9148 ac_fn_c_check_header_mongrel "$LINENO" "libxml/parser.h" "ac_cv_header_libxml_parser_h" "$ac_includes_default"
9149 if test "x$ac_cv_header_libxml_parser_h" = x""yes; then :
9150 cat >>confdefs.h <<_ACEOF
9151 #define HAVE_LIBXML_PARSER_H 1
9152 _ACEOF
9153 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlParseMemory in -lxml2" >&5
9154 $as_echo_n "checking for xmlParseMemory in -lxml2... " >&6; }
9155 if test "${ac_cv_lib_xml2_xmlParseMemory+set}" = set; then :
9156 $as_echo_n "(cached) " >&6
9157 else
9158 ac_check_lib_save_LIBS=$LIBS
9159 LIBS="-lxml2 $ac_xml_libs $LIBS"
9160 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9161 /* end confdefs.h. */
9163 /* Override any GCC internal prototype to avoid an error.
9164 Use char because int might match the return type of a GCC
9165 builtin and then its argument prototype would still apply. */
9166 #ifdef __cplusplus
9167 extern "C"
9168 #endif
9169 char xmlParseMemory ();
9171 main ()
9173 return xmlParseMemory ();
9175 return 0;
9177 _ACEOF
9178 if ac_fn_c_try_link "$LINENO"; then :
9179 ac_cv_lib_xml2_xmlParseMemory=yes
9180 else
9181 ac_cv_lib_xml2_xmlParseMemory=no
9183 rm -f core conftest.err conftest.$ac_objext \
9184 conftest$ac_exeext conftest.$ac_ext
9185 LIBS=$ac_check_lib_save_LIBS
9187 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlParseMemory" >&5
9188 $as_echo "$ac_cv_lib_xml2_xmlParseMemory" >&6; }
9189 if test "x$ac_cv_lib_xml2_xmlParseMemory" = x""yes; then :
9191 $as_echo "#define HAVE_LIBXML2 1" >>confdefs.h
9193 XML2LIBS="$ac_xml_libs"
9194 XML2INCL="$ac_xml_cflags"
9197 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlReadMemory in -lxml2" >&5
9198 $as_echo_n "checking for xmlReadMemory in -lxml2... " >&6; }
9199 if test "${ac_cv_lib_xml2_xmlReadMemory+set}" = set; then :
9200 $as_echo_n "(cached) " >&6
9201 else
9202 ac_check_lib_save_LIBS=$LIBS
9203 LIBS="-lxml2 $ac_xml_libs $LIBS"
9204 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9205 /* end confdefs.h. */
9207 /* Override any GCC internal prototype to avoid an error.
9208 Use char because int might match the return type of a GCC
9209 builtin and then its argument prototype would still apply. */
9210 #ifdef __cplusplus
9211 extern "C"
9212 #endif
9213 char xmlReadMemory ();
9215 main ()
9217 return xmlReadMemory ();
9219 return 0;
9221 _ACEOF
9222 if ac_fn_c_try_link "$LINENO"; then :
9223 ac_cv_lib_xml2_xmlReadMemory=yes
9224 else
9225 ac_cv_lib_xml2_xmlReadMemory=no
9227 rm -f core conftest.err conftest.$ac_objext \
9228 conftest$ac_exeext conftest.$ac_ext
9229 LIBS=$ac_check_lib_save_LIBS
9231 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlReadMemory" >&5
9232 $as_echo "$ac_cv_lib_xml2_xmlReadMemory" >&6; }
9233 if test "x$ac_cv_lib_xml2_xmlReadMemory" = x""yes; then :
9235 $as_echo "#define HAVE_XMLREADMEMORY 1" >>confdefs.h
9239 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlNewDocPI in -lxml2" >&5
9240 $as_echo_n "checking for xmlNewDocPI in -lxml2... " >&6; }
9241 if test "${ac_cv_lib_xml2_xmlNewDocPI+set}" = set; then :
9242 $as_echo_n "(cached) " >&6
9243 else
9244 ac_check_lib_save_LIBS=$LIBS
9245 LIBS="-lxml2 $ac_xml_libs $LIBS"
9246 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9247 /* end confdefs.h. */
9249 /* Override any GCC internal prototype to avoid an error.
9250 Use char because int might match the return type of a GCC
9251 builtin and then its argument prototype would still apply. */
9252 #ifdef __cplusplus
9253 extern "C"
9254 #endif
9255 char xmlNewDocPI ();
9257 main ()
9259 return xmlNewDocPI ();
9261 return 0;
9263 _ACEOF
9264 if ac_fn_c_try_link "$LINENO"; then :
9265 ac_cv_lib_xml2_xmlNewDocPI=yes
9266 else
9267 ac_cv_lib_xml2_xmlNewDocPI=no
9269 rm -f core conftest.err conftest.$ac_objext \
9270 conftest$ac_exeext conftest.$ac_ext
9271 LIBS=$ac_check_lib_save_LIBS
9273 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlNewDocPI" >&5
9274 $as_echo "$ac_cv_lib_xml2_xmlNewDocPI" >&6; }
9275 if test "x$ac_cv_lib_xml2_xmlNewDocPI" = x""yes; then :
9277 $as_echo "#define HAVE_XMLNEWDOCPI 1" >>confdefs.h
9281 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlSchemaSetParserStructuredErrors in -lxml2" >&5
9282 $as_echo_n "checking for xmlSchemaSetParserStructuredErrors in -lxml2... " >&6; }
9283 if test "${ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors+set}" = set; then :
9284 $as_echo_n "(cached) " >&6
9285 else
9286 ac_check_lib_save_LIBS=$LIBS
9287 LIBS="-lxml2 $ac_xml_libs $LIBS"
9288 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9289 /* end confdefs.h. */
9291 /* Override any GCC internal prototype to avoid an error.
9292 Use char because int might match the return type of a GCC
9293 builtin and then its argument prototype would still apply. */
9294 #ifdef __cplusplus
9295 extern "C"
9296 #endif
9297 char xmlSchemaSetParserStructuredErrors ();
9299 main ()
9301 return xmlSchemaSetParserStructuredErrors ();
9303 return 0;
9305 _ACEOF
9306 if ac_fn_c_try_link "$LINENO"; then :
9307 ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors=yes
9308 else
9309 ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors=no
9311 rm -f core conftest.err conftest.$ac_objext \
9312 conftest$ac_exeext conftest.$ac_ext
9313 LIBS=$ac_check_lib_save_LIBS
9315 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors" >&5
9316 $as_echo "$ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors" >&6; }
9317 if test "x$ac_cv_lib_xml2_xmlSchemaSetParserStructuredErrors" = x""yes; then :
9319 $as_echo "#define HAVE_XMLSCHEMASSETPARSERSTRUCTUREDERRORS 1" >>confdefs.h
9323 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlSchemaSetValidStructuredErrors in -lxml2" >&5
9324 $as_echo_n "checking for xmlSchemaSetValidStructuredErrors in -lxml2... " >&6; }
9325 if test "${ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors+set}" = set; then :
9326 $as_echo_n "(cached) " >&6
9327 else
9328 ac_check_lib_save_LIBS=$LIBS
9329 LIBS="-lxml2 $ac_xml_libs $LIBS"
9330 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9331 /* end confdefs.h. */
9333 /* Override any GCC internal prototype to avoid an error.
9334 Use char because int might match the return type of a GCC
9335 builtin and then its argument prototype would still apply. */
9336 #ifdef __cplusplus
9337 extern "C"
9338 #endif
9339 char xmlSchemaSetValidStructuredErrors ();
9341 main ()
9343 return xmlSchemaSetValidStructuredErrors ();
9345 return 0;
9347 _ACEOF
9348 if ac_fn_c_try_link "$LINENO"; then :
9349 ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors=yes
9350 else
9351 ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors=no
9353 rm -f core conftest.err conftest.$ac_objext \
9354 conftest$ac_exeext conftest.$ac_ext
9355 LIBS=$ac_check_lib_save_LIBS
9357 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors" >&5
9358 $as_echo "$ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors" >&6; }
9359 if test "x$ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors" = x""yes; then :
9361 $as_echo "#define HAVE_XMLSCHEMASSETVALIDSTRUCTUREDERRORS 1" >>confdefs.h
9365 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlFirstElementChild in -lxml2" >&5
9366 $as_echo_n "checking for xmlFirstElementChild in -lxml2... " >&6; }
9367 if test "${ac_cv_lib_xml2_xmlFirstElementChild+set}" = set; then :
9368 $as_echo_n "(cached) " >&6
9369 else
9370 ac_check_lib_save_LIBS=$LIBS
9371 LIBS="-lxml2 $ac_xml_libs $LIBS"
9372 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9373 /* end confdefs.h. */
9375 /* Override any GCC internal prototype to avoid an error.
9376 Use char because int might match the return type of a GCC
9377 builtin and then its argument prototype would still apply. */
9378 #ifdef __cplusplus
9379 extern "C"
9380 #endif
9381 char xmlFirstElementChild ();
9383 main ()
9385 return xmlFirstElementChild ();
9387 return 0;
9389 _ACEOF
9390 if ac_fn_c_try_link "$LINENO"; then :
9391 ac_cv_lib_xml2_xmlFirstElementChild=yes
9392 else
9393 ac_cv_lib_xml2_xmlFirstElementChild=no
9395 rm -f core conftest.err conftest.$ac_objext \
9396 conftest$ac_exeext conftest.$ac_ext
9397 LIBS=$ac_check_lib_save_LIBS
9399 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlFirstElementChild" >&5
9400 $as_echo "$ac_cv_lib_xml2_xmlFirstElementChild" >&6; }
9401 if test "x$ac_cv_lib_xml2_xmlFirstElementChild" = x""yes; then :
9403 $as_echo "#define HAVE_XMLFIRSTELEMENTCHILD 1" >>confdefs.h
9407 ac_fn_c_check_type "$LINENO" "xmlDocProperties" "ac_cv_type_xmlDocProperties" "#include <libxml/tree.h>
9409 if test "x$ac_cv_type_xmlDocProperties" = x""yes; then :
9411 $as_echo "#define HAVE_XMLDOC_PROPERTIES 1" >>confdefs.h
9418 done
9420 CPPFLAGS="$ac_save_CPPFLAGS"
9422 if test "$ac_cv_lib_xml2_xmlParseMemory" != "yes"; then :
9423 case "x$with_xml" in
9424 x) as_fn_append wine_warnings "|libxml2 ${notice_platform}development files not found, XML won't be supported." ;;
9425 xno) ;;
9426 *) as_fn_error $? "libxml2 ${notice_platform}development files not found, XML won't be supported.
9427 This is an error since --with-xml was requested." "$LINENO" 5 ;;
9428 esac
9431 if test "x$with_xslt" != "xno"
9432 then
9433 if test "$PKG_CONFIG" != "false"
9434 then
9435 ac_xslt_libs="`$PKG_CONFIG --libs libxslt 2>/dev/null`"
9436 ac_xslt_cflags="`$PKG_CONFIG --cflags libxslt 2>/dev/null`"
9437 else
9438 ac_xslt_libs="`xslt-config --libs 2>/dev/null`"
9439 ac_xslt_cflags="`xslt-config --cflags 2>/dev/null`"
9441 ac_save_CPPFLAGS="$CPPFLAGS"
9442 CPPFLAGS="$CPPFLAGS $ac_xslt_cflags"
9443 for ac_header in libxslt/pattern.h libxslt/transform.h
9444 do :
9445 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
9446 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_LIBXSLT_PATTERN_H
9447 # include <libxslt/pattern.h>
9448 #endif
9450 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
9451 cat >>confdefs.h <<_ACEOF
9452 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
9453 _ACEOF
9457 done
9459 CPPFLAGS="$ac_save_CPPFLAGS"
9460 if test "$ac_cv_header_libxslt_transform_h" = "yes"
9461 then
9462 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lxslt" >&5
9463 $as_echo_n "checking for -lxslt... " >&6; }
9464 if test "${ac_cv_lib_soname_xslt+set}" = set; then :
9465 $as_echo_n "(cached) " >&6
9466 else
9467 ac_check_soname_save_LIBS=$LIBS
9468 LIBS="-lxslt $ac_xslt_libs $LIBS"
9469 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9470 /* end confdefs.h. */
9472 /* Override any GCC internal prototype to avoid an error.
9473 Use char because int might match the return type of a GCC
9474 builtin and then its argument prototype would still apply. */
9475 #ifdef __cplusplus
9476 extern "C"
9477 #endif
9478 char xsltCompilePattern ();
9480 main ()
9482 return xsltCompilePattern ();
9484 return 0;
9486 _ACEOF
9487 if ac_fn_c_try_link "$LINENO"; then :
9488 case "$LIBEXT" in
9489 dll) ac_cv_lib_soname_xslt=`$ac_cv_path_LDD conftest.exe | grep "xslt" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9490 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'` ;;
9491 *) ac_cv_lib_soname_xslt=`$ac_cv_path_LDD conftest$ac_exeext | grep "libxslt\\.$LIBEXT" | sed -e "s/^.*\(libxslt\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9492 esac
9494 rm -f core conftest.err conftest.$ac_objext \
9495 conftest$ac_exeext conftest.$ac_ext
9496 LIBS=$ac_check_soname_save_LIBS
9498 if test "x$ac_cv_lib_soname_xslt" = "x"; then :
9499 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9500 $as_echo "not found" >&6; }
9502 else
9503 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_xslt" >&5
9504 $as_echo "$ac_cv_lib_soname_xslt" >&6; }
9506 cat >>confdefs.h <<_ACEOF
9507 #define SONAME_LIBXSLT "$ac_cv_lib_soname_xslt"
9508 _ACEOF
9510 XSLTINCL="$ac_xslt_cflags"
9514 if test "x$ac_cv_lib_soname_xslt" = "x"; then :
9515 case "x$with_xslt" in
9516 x) as_fn_append wine_warnings "|libxslt ${notice_platform}development files not found, xslt won't be supported." ;;
9517 xno) ;;
9518 *) as_fn_error $? "libxslt ${notice_platform}development files not found, xslt won't be supported.
9519 This is an error since --with-xslt was requested." "$LINENO" 5 ;;
9520 esac
9523 HALINCL=""
9525 if test "x$with_hal" != "xno"
9526 then
9527 ac_save_CPPFLAGS="$CPPFLAGS"
9528 if test "$PKG_CONFIG" != "false"
9529 then
9530 ac_hal_libs="`$PKG_CONFIG --libs hal 2>/dev/null`"
9531 ac_hal_cflags="`$PKG_CONFIG --cflags hal 2>/dev/null`"
9532 CPPFLAGS="$CPPFLAGS $ac_hal_cflags"
9534 for ac_header in dbus/dbus.h hal/libhal.h
9535 do :
9536 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
9537 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
9538 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
9539 cat >>confdefs.h <<_ACEOF
9540 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
9541 _ACEOF
9545 done
9547 if test "$ac_cv_header_dbus_dbus_h" = "yes" -a "$ac_cv_header_hal_libhal_h" = "yes"
9548 then
9549 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dbus_connection_close in -ldbus-1" >&5
9550 $as_echo_n "checking for dbus_connection_close in -ldbus-1... " >&6; }
9551 if test "${ac_cv_lib_dbus_1_dbus_connection_close+set}" = set; then :
9552 $as_echo_n "(cached) " >&6
9553 else
9554 ac_check_lib_save_LIBS=$LIBS
9555 LIBS="-ldbus-1 $ac_hal_libs $LIBS"
9556 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9557 /* end confdefs.h. */
9559 /* Override any GCC internal prototype to avoid an error.
9560 Use char because int might match the return type of a GCC
9561 builtin and then its argument prototype would still apply. */
9562 #ifdef __cplusplus
9563 extern "C"
9564 #endif
9565 char dbus_connection_close ();
9567 main ()
9569 return dbus_connection_close ();
9571 return 0;
9573 _ACEOF
9574 if ac_fn_c_try_link "$LINENO"; then :
9575 ac_cv_lib_dbus_1_dbus_connection_close=yes
9576 else
9577 ac_cv_lib_dbus_1_dbus_connection_close=no
9579 rm -f core conftest.err conftest.$ac_objext \
9580 conftest$ac_exeext conftest.$ac_ext
9581 LIBS=$ac_check_lib_save_LIBS
9583 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dbus_1_dbus_connection_close" >&5
9584 $as_echo "$ac_cv_lib_dbus_1_dbus_connection_close" >&6; }
9585 if test "x$ac_cv_lib_dbus_1_dbus_connection_close" = x""yes; then :
9586 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lhal" >&5
9587 $as_echo_n "checking for -lhal... " >&6; }
9588 if test "${ac_cv_lib_soname_hal+set}" = set; then :
9589 $as_echo_n "(cached) " >&6
9590 else
9591 ac_check_soname_save_LIBS=$LIBS
9592 LIBS="-lhal $ac_hal_libs $LIBS"
9593 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9594 /* end confdefs.h. */
9596 /* Override any GCC internal prototype to avoid an error.
9597 Use char because int might match the return type of a GCC
9598 builtin and then its argument prototype would still apply. */
9599 #ifdef __cplusplus
9600 extern "C"
9601 #endif
9602 char libhal_ctx_new ();
9604 main ()
9606 return libhal_ctx_new ();
9608 return 0;
9610 _ACEOF
9611 if ac_fn_c_try_link "$LINENO"; then :
9612 case "$LIBEXT" in
9613 dll) ac_cv_lib_soname_hal=`$ac_cv_path_LDD conftest.exe | grep "hal" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9614 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'` ;;
9615 *) ac_cv_lib_soname_hal=`$ac_cv_path_LDD conftest$ac_exeext | grep "libhal\\.$LIBEXT" | sed -e "s/^.*\(libhal\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9616 esac
9618 rm -f core conftest.err conftest.$ac_objext \
9619 conftest$ac_exeext conftest.$ac_ext
9620 LIBS=$ac_check_soname_save_LIBS
9622 if test "x$ac_cv_lib_soname_hal" = "x"; then :
9623 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9624 $as_echo "not found" >&6; }
9626 else
9627 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_hal" >&5
9628 $as_echo "$ac_cv_lib_soname_hal" >&6; }
9630 cat >>confdefs.h <<_ACEOF
9631 #define SONAME_LIBHAL "$ac_cv_lib_soname_hal"
9632 _ACEOF
9634 HALINCL="$ac_hal_cflags"
9639 CPPFLAGS="$ac_save_CPPFLAGS"
9641 if test "x$ac_cv_lib_soname_hal" = "x" -a "x$ac_cv_header_DiskArbitration_DiskArbitration_h" != "xyes"; then :
9642 case "x$with_hal" in
9643 x) as_fn_append wine_notices "|libhal/libdbus ${notice_platform}development files not found, no dynamic device support." ;;
9644 xno) ;;
9645 *) as_fn_error $? "libhal/libdbus ${notice_platform}development files not found, no dynamic device support.
9646 This is an error since --with-hal was requested." "$LINENO" 5 ;;
9647 esac
9650 if test "x$with_gnutls" != "xno"
9651 then
9652 ac_save_CPPFLAGS="$CPPFLAGS"
9653 if test "$PKG_CONFIG" != "false"
9654 then
9655 ac_gnutls_libs="`$PKG_CONFIG --libs gnutls 2>/dev/null`"
9656 ac_gnutls_cflags="`$PKG_CONFIG --cflags gnutls 2>/dev/null`"
9657 CPPFLAGS="$CPPFLAGS $ac_gnutls_cflags"
9659 ac_fn_c_check_header_mongrel "$LINENO" "gnutls/gnutls.h" "ac_cv_header_gnutls_gnutls_h" "$ac_includes_default"
9660 if test "x$ac_cv_header_gnutls_gnutls_h" = x""yes; then :
9661 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9662 /* end confdefs.h. */
9663 #include <gnutls/gnutls.h>
9665 main ()
9667 typeof(gnutls_mac_get_key_size) *pfunc;
9669 return 0;
9671 _ACEOF
9672 if ac_fn_c_try_compile "$LINENO"; then :
9673 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lgnutls" >&5
9674 $as_echo_n "checking for -lgnutls... " >&6; }
9675 if test "${ac_cv_lib_soname_gnutls+set}" = set; then :
9676 $as_echo_n "(cached) " >&6
9677 else
9678 ac_check_soname_save_LIBS=$LIBS
9679 LIBS="-lgnutls $ac_gnutls_libs $LIBS"
9680 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9681 /* end confdefs.h. */
9683 /* Override any GCC internal prototype to avoid an error.
9684 Use char because int might match the return type of a GCC
9685 builtin and then its argument prototype would still apply. */
9686 #ifdef __cplusplus
9687 extern "C"
9688 #endif
9689 char gnutls_global_init ();
9691 main ()
9693 return gnutls_global_init ();
9695 return 0;
9697 _ACEOF
9698 if ac_fn_c_try_link "$LINENO"; then :
9699 case "$LIBEXT" in
9700 dll) ac_cv_lib_soname_gnutls=`$ac_cv_path_LDD conftest.exe | grep "gnutls" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9701 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'` ;;
9702 *) ac_cv_lib_soname_gnutls=`$ac_cv_path_LDD conftest$ac_exeext | grep "libgnutls\\.$LIBEXT" | sed -e "s/^.*\(libgnutls\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9703 esac
9705 rm -f core conftest.err conftest.$ac_objext \
9706 conftest$ac_exeext conftest.$ac_ext
9707 LIBS=$ac_check_soname_save_LIBS
9709 if test "x$ac_cv_lib_soname_gnutls" = "x"; then :
9710 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9711 $as_echo "not found" >&6; }
9713 else
9714 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_gnutls" >&5
9715 $as_echo "$ac_cv_lib_soname_gnutls" >&6; }
9717 cat >>confdefs.h <<_ACEOF
9718 #define SONAME_LIBGNUTLS "$ac_cv_lib_soname_gnutls"
9719 _ACEOF
9721 GNUTLSINCL="$ac_gnutls_cflags"
9725 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9729 CPPFLAGS="$ac_save_CPPFLAGS"
9731 if test "x$ac_cv_lib_soname_gnutls" = "x"; then :
9732 case "x$with_gnutls" in
9733 x) as_fn_append wine_notices "|libgnutls ${notice_platform}development files not found, no schannel support." ;;
9734 xno) ;;
9735 *) as_fn_error $? "libgnutls ${notice_platform}development files not found, no schannel support.
9736 This is an error since --with-gnutls was requested." "$LINENO" 5 ;;
9737 esac
9740 CURSESLIBS=""
9741 if test "$ac_cv_header_ncurses_h" = "yes"
9742 then
9743 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lncurses" >&5
9744 $as_echo_n "checking for -lncurses... " >&6; }
9745 if test "${ac_cv_lib_soname_ncurses+set}" = set; then :
9746 $as_echo_n "(cached) " >&6
9747 else
9748 ac_check_soname_save_LIBS=$LIBS
9749 LIBS="-lncurses $LIBS"
9750 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9751 /* end confdefs.h. */
9753 /* Override any GCC internal prototype to avoid an error.
9754 Use char because int might match the return type of a GCC
9755 builtin and then its argument prototype would still apply. */
9756 #ifdef __cplusplus
9757 extern "C"
9758 #endif
9759 char waddch ();
9761 main ()
9763 return waddch ();
9765 return 0;
9767 _ACEOF
9768 if ac_fn_c_try_link "$LINENO"; then :
9769 case "$LIBEXT" in
9770 dll) ac_cv_lib_soname_ncurses=`$ac_cv_path_LDD conftest.exe | grep "ncurses" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9771 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'` ;;
9772 *) ac_cv_lib_soname_ncurses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libncurses\\.$LIBEXT" | sed -e "s/^.*\(libncurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9773 esac
9775 rm -f core conftest.err conftest.$ac_objext \
9776 conftest$ac_exeext conftest.$ac_ext
9777 LIBS=$ac_check_soname_save_LIBS
9779 if test "x$ac_cv_lib_soname_ncurses" = "x"; then :
9780 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9781 $as_echo "not found" >&6; }
9783 else
9784 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_ncurses" >&5
9785 $as_echo "$ac_cv_lib_soname_ncurses" >&6; }
9787 cat >>confdefs.h <<_ACEOF
9788 #define SONAME_LIBNCURSES "$ac_cv_lib_soname_ncurses"
9789 _ACEOF
9791 CURSESLIBS="-lncurses"
9793 elif test "$ac_cv_header_curses_h" = "yes"
9794 then
9795 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcurses" >&5
9796 $as_echo_n "checking for -lcurses... " >&6; }
9797 if test "${ac_cv_lib_soname_curses+set}" = set; then :
9798 $as_echo_n "(cached) " >&6
9799 else
9800 ac_check_soname_save_LIBS=$LIBS
9801 LIBS="-lcurses $LIBS"
9802 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9803 /* end confdefs.h. */
9805 /* Override any GCC internal prototype to avoid an error.
9806 Use char because int might match the return type of a GCC
9807 builtin and then its argument prototype would still apply. */
9808 #ifdef __cplusplus
9809 extern "C"
9810 #endif
9811 char waddch ();
9813 main ()
9815 return waddch ();
9817 return 0;
9819 _ACEOF
9820 if ac_fn_c_try_link "$LINENO"; then :
9821 case "$LIBEXT" in
9822 dll) ac_cv_lib_soname_curses=`$ac_cv_path_LDD conftest.exe | grep "curses" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9823 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'` ;;
9824 *) ac_cv_lib_soname_curses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcurses\\.$LIBEXT" | sed -e "s/^.*\(libcurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9825 esac
9827 rm -f core conftest.err conftest.$ac_objext \
9828 conftest$ac_exeext conftest.$ac_ext
9829 LIBS=$ac_check_soname_save_LIBS
9831 if test "x$ac_cv_lib_soname_curses" = "x"; then :
9832 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9833 $as_echo "not found" >&6; }
9835 else
9836 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_curses" >&5
9837 $as_echo "$ac_cv_lib_soname_curses" >&6; }
9839 cat >>confdefs.h <<_ACEOF
9840 #define SONAME_LIBCURSES "$ac_cv_lib_soname_curses"
9841 _ACEOF
9843 CURSESLIBS="-lcurses"
9846 ac_save_LIBS="$LIBS"
9847 LIBS="$LIBS $CURSESLIBS"
9848 for ac_func in mousemask
9849 do :
9850 ac_fn_c_check_func "$LINENO" "mousemask" "ac_cv_func_mousemask"
9851 if test "x$ac_cv_func_mousemask" = x""yes; then :
9852 cat >>confdefs.h <<_ACEOF
9853 #define HAVE_MOUSEMASK 1
9854 _ACEOF
9857 done
9859 LIBS="$ac_save_LIBS"
9860 if test "x$ac_cv_lib_soname_curses$ac_cv_lib_soname_ncurses" = "x"; then :
9861 case "x$with_curses" in
9862 x) as_fn_append wine_notices "|lib(n)curses ${notice_platform}development files not found, curses won't be supported." ;;
9863 xno) ;;
9864 *) as_fn_error $? "lib(n)curses ${notice_platform}development files not found, curses won't be supported.
9865 This is an error since --with-curses was requested." "$LINENO" 5 ;;
9866 esac
9869 if test "x$with_sane" != "xno"
9870 then
9871 ac_save_CPPFLAGS="$CPPFLAGS"
9872 # Extract the first word of "sane-config", so it can be a program name with args.
9873 set dummy sane-config; ac_word=$2
9874 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9875 $as_echo_n "checking for $ac_word... " >&6; }
9876 if test "${ac_cv_prog_sane_devel+set}" = set; then :
9877 $as_echo_n "(cached) " >&6
9878 else
9879 if test -n "$sane_devel"; then
9880 ac_cv_prog_sane_devel="$sane_devel" # Let the user override the test.
9881 else
9882 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9883 for as_dir in $PATH
9885 IFS=$as_save_IFS
9886 test -z "$as_dir" && as_dir=.
9887 for ac_exec_ext in '' $ac_executable_extensions; do
9888 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9889 ac_cv_prog_sane_devel="sane-config"
9890 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9891 break 2
9893 done
9894 done
9895 IFS=$as_save_IFS
9897 test -z "$ac_cv_prog_sane_devel" && ac_cv_prog_sane_devel="no"
9900 sane_devel=$ac_cv_prog_sane_devel
9901 if test -n "$sane_devel"; then
9902 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $sane_devel" >&5
9903 $as_echo "$sane_devel" >&6; }
9904 else
9905 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9906 $as_echo "no" >&6; }
9910 if test "$sane_devel" != "no"
9911 then
9912 ac_sane_incl="`$sane_devel --cflags`"
9913 ac_sane_libs="`$sane_devel --ldflags`"
9914 CPPFLAGS="$CPPFLAGS $ac_sane_incl"
9916 ac_fn_c_check_header_mongrel "$LINENO" "sane/sane.h" "ac_cv_header_sane_sane_h" "$ac_includes_default"
9917 if test "x$ac_cv_header_sane_sane_h" = x""yes; then :
9918 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lsane" >&5
9919 $as_echo_n "checking for -lsane... " >&6; }
9920 if test "${ac_cv_lib_soname_sane+set}" = set; then :
9921 $as_echo_n "(cached) " >&6
9922 else
9923 ac_check_soname_save_LIBS=$LIBS
9924 LIBS="-lsane $ac_sane_libs $LIBS"
9925 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9926 /* end confdefs.h. */
9928 /* Override any GCC internal prototype to avoid an error.
9929 Use char because int might match the return type of a GCC
9930 builtin and then its argument prototype would still apply. */
9931 #ifdef __cplusplus
9932 extern "C"
9933 #endif
9934 char sane_init ();
9936 main ()
9938 return sane_init ();
9940 return 0;
9942 _ACEOF
9943 if ac_fn_c_try_link "$LINENO"; then :
9944 case "$LIBEXT" in
9945 dll) ac_cv_lib_soname_sane=`$ac_cv_path_LDD conftest.exe | grep "sane" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9946 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'` ;;
9947 *) ac_cv_lib_soname_sane=`$ac_cv_path_LDD conftest$ac_exeext | grep "libsane\\.$LIBEXT" | sed -e "s/^.*\(libsane\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9948 esac
9950 rm -f core conftest.err conftest.$ac_objext \
9951 conftest$ac_exeext conftest.$ac_ext
9952 LIBS=$ac_check_soname_save_LIBS
9954 if test "x$ac_cv_lib_soname_sane" = "x"; then :
9955 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9956 $as_echo "not found" >&6; }
9958 else
9959 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_sane" >&5
9960 $as_echo "$ac_cv_lib_soname_sane" >&6; }
9962 cat >>confdefs.h <<_ACEOF
9963 #define SONAME_LIBSANE "$ac_cv_lib_soname_sane"
9964 _ACEOF
9966 SANEINCL="$ac_sane_incl"
9972 CPPFLAGS="$ac_save_CPPFLAGS"
9974 if test "x$ac_cv_lib_soname_sane" = "x"; then :
9975 case "x$with_sane" in
9976 x) as_fn_append wine_notices "|libsane ${notice_platform}development files not found, scanners won't be supported." ;;
9977 xno) ;;
9978 *) as_fn_error $? "libsane ${notice_platform}development files not found, scanners won't be supported.
9979 This is an error since --with-sane was requested." "$LINENO" 5 ;;
9980 esac
9983 if test "x$with_v4l" != "xno"
9984 then
9985 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lv4l1" >&5
9986 $as_echo_n "checking for -lv4l1... " >&6; }
9987 if test "${ac_cv_lib_soname_v4l1+set}" = set; then :
9988 $as_echo_n "(cached) " >&6
9989 else
9990 ac_check_soname_save_LIBS=$LIBS
9991 LIBS="-lv4l1 $LIBS"
9992 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9993 /* end confdefs.h. */
9995 /* Override any GCC internal prototype to avoid an error.
9996 Use char because int might match the return type of a GCC
9997 builtin and then its argument prototype would still apply. */
9998 #ifdef __cplusplus
9999 extern "C"
10000 #endif
10001 char v4l1_open ();
10003 main ()
10005 return v4l1_open ();
10007 return 0;
10009 _ACEOF
10010 if ac_fn_c_try_link "$LINENO"; then :
10011 case "$LIBEXT" in
10012 dll) ac_cv_lib_soname_v4l1=`$ac_cv_path_LDD conftest.exe | grep "v4l1" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10013 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'` ;;
10014 *) ac_cv_lib_soname_v4l1=`$ac_cv_path_LDD conftest$ac_exeext | grep "libv4l1\\.$LIBEXT" | sed -e "s/^.*\(libv4l1\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10015 esac
10017 rm -f core conftest.err conftest.$ac_objext \
10018 conftest$ac_exeext conftest.$ac_ext
10019 LIBS=$ac_check_soname_save_LIBS
10021 if test "x$ac_cv_lib_soname_v4l1" = "x"; then :
10022 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10023 $as_echo "not found" >&6; }
10025 else
10026 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_v4l1" >&5
10027 $as_echo "$ac_cv_lib_soname_v4l1" >&6; }
10029 cat >>confdefs.h <<_ACEOF
10030 #define SONAME_LIBV4L1 "$ac_cv_lib_soname_v4l1"
10031 _ACEOF
10036 if test "x$ac_cv_lib_soname_v4l1" = "x"; then :
10037 case "x$with_v4l" in
10038 x) as_fn_append wine_notices "|libv4l ${notice_platform}development files not found." ;;
10039 xno) ;;
10040 *) as_fn_error $? "libv4l ${notice_platform}development files not found.
10041 This is an error since --with-v4l was requested." "$LINENO" 5 ;;
10042 esac
10045 if test "x$with_gphoto" != "xno"
10046 then
10047 ac_save_CPPFLAGS="$CPPFLAGS"
10048 # Extract the first word of "gphoto2-config", so it can be a program name with args.
10049 set dummy gphoto2-config; ac_word=$2
10050 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10051 $as_echo_n "checking for $ac_word... " >&6; }
10052 if test "${ac_cv_prog_gphoto2_devel+set}" = set; then :
10053 $as_echo_n "(cached) " >&6
10054 else
10055 if test -n "$gphoto2_devel"; then
10056 ac_cv_prog_gphoto2_devel="$gphoto2_devel" # Let the user override the test.
10057 else
10058 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10059 for as_dir in $PATH
10061 IFS=$as_save_IFS
10062 test -z "$as_dir" && as_dir=.
10063 for ac_exec_ext in '' $ac_executable_extensions; do
10064 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10065 ac_cv_prog_gphoto2_devel="gphoto2-config"
10066 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10067 break 2
10069 done
10070 done
10071 IFS=$as_save_IFS
10073 test -z "$ac_cv_prog_gphoto2_devel" && ac_cv_prog_gphoto2_devel="no"
10076 gphoto2_devel=$ac_cv_prog_gphoto2_devel
10077 if test -n "$gphoto2_devel"; then
10078 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gphoto2_devel" >&5
10079 $as_echo "$gphoto2_devel" >&6; }
10080 else
10081 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10082 $as_echo "no" >&6; }
10086 # Extract the first word of "gphoto2-port-config", so it can be a program name with args.
10087 set dummy gphoto2-port-config; ac_word=$2
10088 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10089 $as_echo_n "checking for $ac_word... " >&6; }
10090 if test "${ac_cv_prog_gphoto2port_devel+set}" = set; then :
10091 $as_echo_n "(cached) " >&6
10092 else
10093 if test -n "$gphoto2port_devel"; then
10094 ac_cv_prog_gphoto2port_devel="$gphoto2port_devel" # Let the user override the test.
10095 else
10096 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10097 for as_dir in $PATH
10099 IFS=$as_save_IFS
10100 test -z "$as_dir" && as_dir=.
10101 for ac_exec_ext in '' $ac_executable_extensions; do
10102 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10103 ac_cv_prog_gphoto2port_devel="gphoto2-port-config"
10104 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10105 break 2
10107 done
10108 done
10109 IFS=$as_save_IFS
10111 test -z "$ac_cv_prog_gphoto2port_devel" && ac_cv_prog_gphoto2port_devel="no"
10114 gphoto2port_devel=$ac_cv_prog_gphoto2port_devel
10115 if test -n "$gphoto2port_devel"; then
10116 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gphoto2port_devel" >&5
10117 $as_echo "$gphoto2port_devel" >&6; }
10118 else
10119 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10120 $as_echo "no" >&6; }
10124 if test "$gphoto2_devel" != "no" -a "$gphoto2port_devel" != "no"
10125 then
10126 ac_gphoto2_incl="`$gphoto2_devel --cflags` `$gphoto2port_devel --cflags`"
10127 ac_gphoto2_libs=""
10128 for i in `$gphoto2_devel --libs` `$gphoto2port_devel --libs`
10130 case "$i" in
10131 -L/usr/lib|-L/usr/lib64) ;;
10132 -L*|-l*) ac_gphoto2_libs="$ac_gphoto2_libs $i";;
10133 esac
10134 done
10135 CPPFLAGS="$CPPFLAGS $ac_gphoto2_incl"
10137 ac_gphoto2_libs=${ac_gphoto2_libs:-"-lgphoto2"}
10138 ac_fn_c_check_header_mongrel "$LINENO" "gphoto2-camera.h" "ac_cv_header_gphoto2_camera_h" "$ac_includes_default"
10139 if test "x$ac_cv_header_gphoto2_camera_h" = x""yes; then :
10140 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gp_camera_new in -lgphoto2" >&5
10141 $as_echo_n "checking for gp_camera_new in -lgphoto2... " >&6; }
10142 if test "${ac_cv_lib_gphoto2_gp_camera_new+set}" = set; then :
10143 $as_echo_n "(cached) " >&6
10144 else
10145 ac_check_lib_save_LIBS=$LIBS
10146 LIBS="-lgphoto2 $ac_gphoto2_libs $LIBS"
10147 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10148 /* end confdefs.h. */
10150 /* Override any GCC internal prototype to avoid an error.
10151 Use char because int might match the return type of a GCC
10152 builtin and then its argument prototype would still apply. */
10153 #ifdef __cplusplus
10154 extern "C"
10155 #endif
10156 char gp_camera_new ();
10158 main ()
10160 return gp_camera_new ();
10162 return 0;
10164 _ACEOF
10165 if ac_fn_c_try_link "$LINENO"; then :
10166 ac_cv_lib_gphoto2_gp_camera_new=yes
10167 else
10168 ac_cv_lib_gphoto2_gp_camera_new=no
10170 rm -f core conftest.err conftest.$ac_objext \
10171 conftest$ac_exeext conftest.$ac_ext
10172 LIBS=$ac_check_lib_save_LIBS
10174 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gphoto2_gp_camera_new" >&5
10175 $as_echo "$ac_cv_lib_gphoto2_gp_camera_new" >&6; }
10176 if test "x$ac_cv_lib_gphoto2_gp_camera_new" = x""yes; then :
10178 $as_echo "#define HAVE_GPHOTO2 1" >>confdefs.h
10180 GPHOTO2LIBS="$ac_gphoto2_libs"
10182 GPHOTO2INCL="$ac_gphoto2_incl"
10189 CPPFLAGS="$ac_save_CPPFLAGS"
10191 if test "$ac_cv_lib_gphoto2_gp_camera_new" != "yes"; then :
10192 case "x$with_gphoto" in
10193 x) as_fn_append wine_notices "|libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported." ;;
10194 xno) ;;
10195 *) as_fn_error $? "libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
10196 This is an error since --with-gphoto was requested." "$LINENO" 5 ;;
10197 esac
10201 if test "$ac_cv_header_resolv_h" = "yes"
10202 then
10203 ac_save_LIBS="$LIBS"
10204 for lib in '' -lresolv
10206 LIBS="$lib $ac_save_LIBS"
10207 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10208 /* end confdefs.h. */
10209 #ifdef HAVE_NETINET_IN_H
10210 #include <netinet/in.h>
10211 #endif
10212 #include <resolv.h>
10214 main ()
10216 res_query("foo",ns_c_in,0,0,0);
10218 return 0;
10220 _ACEOF
10221 if ac_fn_c_try_link "$LINENO"; then :
10223 $as_echo "#define HAVE_RESOLV 1" >>confdefs.h
10225 RESOLVLIBS="$lib"
10228 rm -f core conftest.err conftest.$ac_objext \
10229 conftest$ac_exeext conftest.$ac_ext
10230 if test "${RESOLVLIBS+set}" = set; then
10231 break
10233 done
10234 LIBS="$ac_save_LIBS"
10237 LCMSLIBS=""
10239 if test "$ac_cv_header_lcms_h" = "yes" -o "$ac_cv_header_lcms_lcms_h" = "yes"
10240 then
10241 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cmsOpenProfileFromFile in -llcms" >&5
10242 $as_echo_n "checking for cmsOpenProfileFromFile in -llcms... " >&6; }
10243 if test "${ac_cv_lib_lcms_cmsOpenProfileFromFile+set}" = set; then :
10244 $as_echo_n "(cached) " >&6
10245 else
10246 ac_check_lib_save_LIBS=$LIBS
10247 LIBS="-llcms $LIBS"
10248 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10249 /* end confdefs.h. */
10251 /* Override any GCC internal prototype to avoid an error.
10252 Use char because int might match the return type of a GCC
10253 builtin and then its argument prototype would still apply. */
10254 #ifdef __cplusplus
10255 extern "C"
10256 #endif
10257 char cmsOpenProfileFromFile ();
10259 main ()
10261 return cmsOpenProfileFromFile ();
10263 return 0;
10265 _ACEOF
10266 if ac_fn_c_try_link "$LINENO"; then :
10267 ac_cv_lib_lcms_cmsOpenProfileFromFile=yes
10268 else
10269 ac_cv_lib_lcms_cmsOpenProfileFromFile=no
10271 rm -f core conftest.err conftest.$ac_objext \
10272 conftest$ac_exeext conftest.$ac_ext
10273 LIBS=$ac_check_lib_save_LIBS
10275 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lcms_cmsOpenProfileFromFile" >&5
10276 $as_echo "$ac_cv_lib_lcms_cmsOpenProfileFromFile" >&6; }
10277 if test "x$ac_cv_lib_lcms_cmsOpenProfileFromFile" = x""yes; then :
10279 $as_echo "#define HAVE_LCMS 1" >>confdefs.h
10281 LCMSLIBS="-llcms"
10285 if test "$ac_cv_lib_lcms_cmsOpenProfileFromFile" != "yes"; then :
10286 case "x$with_cms" in
10287 x) as_fn_append wine_notices "|liblcms ${notice_platform}development files not found, Color Management won't be supported." ;;
10288 xno) ;;
10289 *) as_fn_error $? "liblcms ${notice_platform}development files not found, Color Management won't be supported.
10290 This is an error since --with-cms was requested." "$LINENO" 5 ;;
10291 esac
10294 if test "x$with_freetype" != "xno"
10295 then
10296 for ac_prog in freetype-config freetype2-config
10298 # Extract the first word of "$ac_prog", so it can be a program name with args.
10299 set dummy $ac_prog; ac_word=$2
10300 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10301 $as_echo_n "checking for $ac_word... " >&6; }
10302 if test "${ac_cv_prog_ft_devel+set}" = set; then :
10303 $as_echo_n "(cached) " >&6
10304 else
10305 if test -n "$ft_devel"; then
10306 ac_cv_prog_ft_devel="$ft_devel" # Let the user override the test.
10307 else
10308 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10309 for as_dir in $PATH
10311 IFS=$as_save_IFS
10312 test -z "$as_dir" && as_dir=.
10313 for ac_exec_ext in '' $ac_executable_extensions; do
10314 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10315 ac_cv_prog_ft_devel="$ac_prog"
10316 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10317 break 2
10319 done
10320 done
10321 IFS=$as_save_IFS
10325 ft_devel=$ac_cv_prog_ft_devel
10326 if test -n "$ft_devel"; then
10327 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ft_devel" >&5
10328 $as_echo "$ft_devel" >&6; }
10329 else
10330 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10331 $as_echo "no" >&6; }
10335 test -n "$ft_devel" && break
10336 done
10337 test -n "$ft_devel" || ft_devel="no"
10339 if test "$ft_devel" != "no"
10340 then
10341 ac_freetype_incl=`$ft_devel --cflags`
10342 ac_freetype_libs=`$ft_devel --libs`
10344 ac_freetype_libs=${ac_freetype_libs:-"-lfreetype"}
10345 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfreetype" >&5
10346 $as_echo_n "checking for -lfreetype... " >&6; }
10347 if test "${ac_cv_lib_soname_freetype+set}" = set; then :
10348 $as_echo_n "(cached) " >&6
10349 else
10350 ac_check_soname_save_LIBS=$LIBS
10351 LIBS="-lfreetype $ac_freetype_libs $LIBS"
10352 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10353 /* end confdefs.h. */
10355 /* Override any GCC internal prototype to avoid an error.
10356 Use char because int might match the return type of a GCC
10357 builtin and then its argument prototype would still apply. */
10358 #ifdef __cplusplus
10359 extern "C"
10360 #endif
10361 char FT_Init_FreeType ();
10363 main ()
10365 return FT_Init_FreeType ();
10367 return 0;
10369 _ACEOF
10370 if ac_fn_c_try_link "$LINENO"; then :
10371 case "$LIBEXT" in
10372 dll) ac_cv_lib_soname_freetype=`$ac_cv_path_LDD conftest.exe | grep "freetype" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10373 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'` ;;
10374 *) ac_cv_lib_soname_freetype=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfreetype\\.$LIBEXT" | sed -e "s/^.*\(libfreetype\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10375 esac
10377 rm -f core conftest.err conftest.$ac_objext \
10378 conftest$ac_exeext conftest.$ac_ext
10379 LIBS=$ac_check_soname_save_LIBS
10381 if test "x$ac_cv_lib_soname_freetype" = "x"; then :
10382 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10383 $as_echo "not found" >&6; }
10384 ft_lib=no
10385 else
10386 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_freetype" >&5
10387 $as_echo "$ac_cv_lib_soname_freetype" >&6; }
10389 cat >>confdefs.h <<_ACEOF
10390 #define SONAME_LIBFREETYPE "$ac_cv_lib_soname_freetype"
10391 _ACEOF
10393 ft_lib=yes
10395 if test "$ft_lib" = "yes"
10396 then
10397 ac_save_CPPFLAGS="$CPPFLAGS"
10398 CPPFLAGS="$ac_freetype_incl $CPPFLAGS"
10399 for ac_header in ft2build.h \
10400 freetype/freetype.h \
10401 freetype/ftglyph.h \
10402 freetype/fttypes.h \
10403 freetype/tttables.h \
10404 freetype/ftsnames.h \
10405 freetype/ttnameid.h \
10406 freetype/ftoutln.h \
10407 freetype/ftwinfnt.h \
10408 freetype/ftmodapi.h \
10409 freetype/ftlcdfil.h \
10410 freetype/internal/sfnt.h
10411 do :
10412 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
10413 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_FT2BUILD_H
10414 # include <ft2build.h>
10415 #endif
10417 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
10418 cat >>confdefs.h <<_ACEOF
10419 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
10420 _ACEOF
10424 done
10426 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10427 /* end confdefs.h. */
10428 #include <ft2build.h>
10429 #include <freetype/fttrigon.h>
10430 _ACEOF
10431 if ac_fn_c_try_cpp "$LINENO"; then :
10433 $as_echo "#define HAVE_FREETYPE_FTTRIGON_H 1" >>confdefs.h
10435 wine_cv_fttrigon=yes
10436 else
10437 wine_cv_fttrigon=no
10439 rm -f conftest.err conftest.i conftest.$ac_ext
10440 ac_fn_c_check_type "$LINENO" "FT_TrueTypeEngineType" "ac_cv_type_FT_TrueTypeEngineType" "#include <freetype/ftmodapi.h>
10442 if test "x$ac_cv_type_FT_TrueTypeEngineType" = x""yes; then :
10444 cat >>confdefs.h <<_ACEOF
10445 #define HAVE_FT_TRUETYPEENGINETYPE 1
10446 _ACEOF
10451 ac_save_CFLAGS="$CFLAGS"
10452 CFLAGS="$CFLAGS $ac_freetype_libs"
10453 for ac_func in FT_Load_Sfnt_Table
10454 do :
10455 ac_fn_c_check_func "$LINENO" "FT_Load_Sfnt_Table" "ac_cv_func_FT_Load_Sfnt_Table"
10456 if test "x$ac_cv_func_FT_Load_Sfnt_Table" = x""yes; then :
10457 cat >>confdefs.h <<_ACEOF
10458 #define HAVE_FT_LOAD_SFNT_TABLE 1
10459 _ACEOF
10462 done
10464 CFLAGS="$ac_save_CFLAGS"
10465 CPPFLAGS="$ac_save_CPPFLAGS"
10466 if test "$ac_cv_header_freetype_freetype_h" = "yes" -a "$wine_cv_fttrigon" = "yes"
10467 then
10469 $as_echo "#define HAVE_FREETYPE 1" >>confdefs.h
10471 FREETYPELIBS="$ac_freetype_libs"
10473 FREETYPEINCL="$ac_freetype_incl"
10478 if test "x$FREETYPELIBS" = "x"; then :
10479 case "x$with_freetype" in
10480 xno) ;;
10481 *) as_fn_error $? "FreeType ${notice_platform}development files not found. Fonts will not be built.
10482 Use the --without-freetype option if you really want this." "$LINENO" 5 ;;
10483 esac
10485 test "x$FREETYPELIBS" = "x" && enable_fonts=${enable_fonts:-no}
10487 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for parport header/ppdev.h" >&5
10488 $as_echo_n "checking for parport header/ppdev.h... " >&6; }
10489 if test "${ac_cv_c_ppdev+set}" = set; then :
10490 $as_echo_n "(cached) " >&6
10491 else
10492 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10493 /* end confdefs.h. */
10494 #ifdef HAVE_SYS_IOCTL_H
10495 # include <sys/ioctl.h>
10496 #endif
10497 #include <linux/ppdev.h>
10499 main ()
10501 ioctl (1,PPCLAIM,0)
10503 return 0;
10505 _ACEOF
10506 if ac_fn_c_try_compile "$LINENO"; then :
10507 ac_cv_c_ppdev="yes"
10508 else
10509 ac_cv_c_ppdev="no"
10511 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10513 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_ppdev" >&5
10514 $as_echo "$ac_cv_c_ppdev" >&6; }
10515 if test "$ac_cv_c_ppdev" = "yes"
10516 then
10518 $as_echo "#define HAVE_PPDEV 1" >>confdefs.h
10522 ac_wine_check_funcs_save_LIBS="$LIBS"
10523 LIBS="$LIBS $LIBPTHREAD"
10524 for ac_func in \
10525 pthread_attr_get_np \
10526 pthread_getattr_np \
10527 pthread_get_stackaddr_np \
10528 pthread_get_stacksize_np
10529 do :
10530 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
10531 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
10532 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
10533 cat >>confdefs.h <<_ACEOF
10534 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
10535 _ACEOF
10538 done
10540 LIBS="$ac_wine_check_funcs_save_LIBS"
10542 if test "$ac_cv_header_zlib_h" = "yes"
10543 then
10544 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inflate in -lz" >&5
10545 $as_echo_n "checking for inflate in -lz... " >&6; }
10546 if test "${ac_cv_lib_z_inflate+set}" = set; then :
10547 $as_echo_n "(cached) " >&6
10548 else
10549 ac_check_lib_save_LIBS=$LIBS
10550 LIBS="-lz $LIBS"
10551 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10552 /* end confdefs.h. */
10554 /* Override any GCC internal prototype to avoid an error.
10555 Use char because int might match the return type of a GCC
10556 builtin and then its argument prototype would still apply. */
10557 #ifdef __cplusplus
10558 extern "C"
10559 #endif
10560 char inflate ();
10562 main ()
10564 return inflate ();
10566 return 0;
10568 _ACEOF
10569 if ac_fn_c_try_link "$LINENO"; then :
10570 ac_cv_lib_z_inflate=yes
10571 else
10572 ac_cv_lib_z_inflate=no
10574 rm -f core conftest.err conftest.$ac_objext \
10575 conftest$ac_exeext conftest.$ac_ext
10576 LIBS=$ac_check_lib_save_LIBS
10578 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_z_inflate" >&5
10579 $as_echo "$ac_cv_lib_z_inflate" >&6; }
10580 if test "x$ac_cv_lib_z_inflate" = x""yes; then :
10582 $as_echo "#define HAVE_ZLIB 1" >>confdefs.h
10584 ZLIB="-lz"
10590 if test "x$enable_tools" != xno
10591 then
10592 if test "$ac_cv_header_gettext_po_h" = "yes"
10593 then
10594 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for po_file_write in -lgettextpo" >&5
10595 $as_echo_n "checking for po_file_write in -lgettextpo... " >&6; }
10596 if test "${ac_cv_lib_gettextpo_po_file_write+set}" = set; then :
10597 $as_echo_n "(cached) " >&6
10598 else
10599 ac_check_lib_save_LIBS=$LIBS
10600 LIBS="-lgettextpo $LIBS"
10601 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10602 /* end confdefs.h. */
10604 /* Override any GCC internal prototype to avoid an error.
10605 Use char because int might match the return type of a GCC
10606 builtin and then its argument prototype would still apply. */
10607 #ifdef __cplusplus
10608 extern "C"
10609 #endif
10610 char po_file_write ();
10612 main ()
10614 return po_file_write ();
10616 return 0;
10618 _ACEOF
10619 if ac_fn_c_try_link "$LINENO"; then :
10620 ac_cv_lib_gettextpo_po_file_write=yes
10621 else
10622 ac_cv_lib_gettextpo_po_file_write=no
10624 rm -f core conftest.err conftest.$ac_objext \
10625 conftest$ac_exeext conftest.$ac_ext
10626 LIBS=$ac_check_lib_save_LIBS
10628 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gettextpo_po_file_write" >&5
10629 $as_echo "$ac_cv_lib_gettextpo_po_file_write" >&6; }
10630 if test "x$ac_cv_lib_gettextpo_po_file_write" = x""yes; then :
10632 $as_echo "#define HAVE_LIBGETTEXTPO 1" >>confdefs.h
10634 LIBGETTEXTPO="-lgettextpo"
10639 if test "x$LIBGETTEXTPO" = "x"; then :
10640 case "x$with_gettextpo" in
10641 x) as_fn_append wine_warnings "|GetText ${notice_platform}development files not found. Internationalization won't be fully supported." ;;
10642 xno) ;;
10643 *) as_fn_error $? "GetText ${notice_platform}development files not found. Internationalization won't be fully supported.
10644 This is an error since --with-gettextpo was requested." "$LINENO" 5 ;;
10645 esac
10649 if test "x$with_esd" != xno
10650 then
10651 save_CFLAGS="$CFLAGS"
10652 # Extract the first word of "esd-config", so it can be a program name with args.
10653 set dummy esd-config; ac_word=$2
10654 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10655 $as_echo_n "checking for $ac_word... " >&6; }
10656 if test "${ac_cv_path_ESDCONFIG+set}" = set; then :
10657 $as_echo_n "(cached) " >&6
10658 else
10659 case $ESDCONFIG in
10660 [\\/]* | ?:[\\/]*)
10661 ac_cv_path_ESDCONFIG="$ESDCONFIG" # Let the user override the test with a path.
10664 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10665 for as_dir in $PATH
10667 IFS=$as_save_IFS
10668 test -z "$as_dir" && as_dir=.
10669 for ac_exec_ext in '' $ac_executable_extensions; do
10670 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10671 ac_cv_path_ESDCONFIG="$as_dir/$ac_word$ac_exec_ext"
10672 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10673 break 2
10675 done
10676 done
10677 IFS=$as_save_IFS
10679 test -z "$ac_cv_path_ESDCONFIG" && ac_cv_path_ESDCONFIG="no"
10681 esac
10683 ESDCONFIG=$ac_cv_path_ESDCONFIG
10684 if test -n "$ESDCONFIG"; then
10685 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ESDCONFIG" >&5
10686 $as_echo "$ESDCONFIG" >&6; }
10687 else
10688 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10689 $as_echo "no" >&6; }
10693 if test "x$ESDCONFIG" != "xno"
10694 then
10695 ac_esd_incl=""
10696 for i in `$ESDCONFIG --cflags`
10698 case "$i" in
10699 -I*) ac_esd_incl="$ac_esd_incl $i";;
10700 esac
10701 done
10702 ac_esd_libs=`$ESDCONFIG --libs`
10703 CFLAGS="$CFLAGS $ac_esd_incl"
10705 ac_esd_libs=${ac_esd_libs:-"-lesd"}
10706 ac_fn_c_check_header_mongrel "$LINENO" "esd.h" "ac_cv_header_esd_h" "$ac_includes_default"
10707 if test "x$ac_cv_header_esd_h" = x""yes; then :
10708 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for esd_open_sound in -lesd" >&5
10709 $as_echo_n "checking for esd_open_sound in -lesd... " >&6; }
10710 if test "${ac_cv_lib_esd_esd_open_sound+set}" = set; then :
10711 $as_echo_n "(cached) " >&6
10712 else
10713 ac_check_lib_save_LIBS=$LIBS
10714 LIBS="-lesd $ac_esd_libs $LIBS"
10715 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10716 /* end confdefs.h. */
10718 /* Override any GCC internal prototype to avoid an error.
10719 Use char because int might match the return type of a GCC
10720 builtin and then its argument prototype would still apply. */
10721 #ifdef __cplusplus
10722 extern "C"
10723 #endif
10724 char esd_open_sound ();
10726 main ()
10728 return esd_open_sound ();
10730 return 0;
10732 _ACEOF
10733 if ac_fn_c_try_link "$LINENO"; then :
10734 ac_cv_lib_esd_esd_open_sound=yes
10735 else
10736 ac_cv_lib_esd_esd_open_sound=no
10738 rm -f core conftest.err conftest.$ac_objext \
10739 conftest$ac_exeext conftest.$ac_ext
10740 LIBS=$ac_check_lib_save_LIBS
10742 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_esd_esd_open_sound" >&5
10743 $as_echo "$ac_cv_lib_esd_esd_open_sound" >&6; }
10744 if test "x$ac_cv_lib_esd_esd_open_sound" = x""yes; then :
10745 ESDINCL="$ac_esd_incl"
10747 ESDLIBS="$ac_esd_libs"
10750 $as_echo "#define HAVE_ESD 1" >>confdefs.h
10757 CFLAGS="$save_CFLAGS"
10760 if test "x$with_gstreamer" != "xno"
10761 then
10762 ac_save_CPPFLAGS="$CPPFLAGS"
10763 if test "$PKG_CONFIG" != "false"; then
10764 ac_gst_incl=""
10765 for i in `$PKG_CONFIG --cflags gstreamer-app-0.10 2>/dev/null`
10767 case "$i" in
10768 -I*) ac_gst_incl="$ac_gst_incl $i";;
10769 esac
10770 done
10771 ac_gst_libs="`$PKG_CONFIG --libs gstreamer-app-0.10 2>/dev/null`"
10772 CPPFLAGS="$CPPFLAGS $ac_gst_incl"
10773 ac_fn_c_check_header_mongrel "$LINENO" "gst/gstpad.h" "ac_cv_header_gst_gstpad_h" "$ac_includes_default"
10774 if test "x$ac_cv_header_gst_gstpad_h" = x""yes; then :
10775 ac_fn_c_check_header_mongrel "$LINENO" "gst/app/gstappsink.h" "ac_cv_header_gst_app_gstappsink_h" "$ac_includes_default"
10776 if test "x$ac_cv_header_gst_app_gstappsink_h" = x""yes; then :
10777 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gst_pad_get_caps_reffed in -lgstreamer-0.10" >&5
10778 $as_echo_n "checking for gst_pad_get_caps_reffed in -lgstreamer-0.10... " >&6; }
10779 if test "${ac_cv_lib_gstreamer_0_10_gst_pad_get_caps_reffed+set}" = set; then :
10780 $as_echo_n "(cached) " >&6
10781 else
10782 ac_check_lib_save_LIBS=$LIBS
10783 LIBS="-lgstreamer-0.10 $LIBS"
10784 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10785 /* end confdefs.h. */
10787 /* Override any GCC internal prototype to avoid an error.
10788 Use char because int might match the return type of a GCC
10789 builtin and then its argument prototype would still apply. */
10790 #ifdef __cplusplus
10791 extern "C"
10792 #endif
10793 char gst_pad_get_caps_reffed ();
10795 main ()
10797 return gst_pad_get_caps_reffed ();
10799 return 0;
10801 _ACEOF
10802 if ac_fn_c_try_link "$LINENO"; then :
10803 ac_cv_lib_gstreamer_0_10_gst_pad_get_caps_reffed=yes
10804 else
10805 ac_cv_lib_gstreamer_0_10_gst_pad_get_caps_reffed=no
10807 rm -f core conftest.err conftest.$ac_objext \
10808 conftest$ac_exeext conftest.$ac_ext
10809 LIBS=$ac_check_lib_save_LIBS
10811 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gstreamer_0_10_gst_pad_get_caps_reffed" >&5
10812 $as_echo "$ac_cv_lib_gstreamer_0_10_gst_pad_get_caps_reffed" >&6; }
10813 if test "x$ac_cv_lib_gstreamer_0_10_gst_pad_get_caps_reffed" = x""yes; then :
10814 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gst_app_buffer_new in -lgstapp-0.10" >&5
10815 $as_echo_n "checking for gst_app_buffer_new in -lgstapp-0.10... " >&6; }
10816 if test "${ac_cv_lib_gstapp_0_10_gst_app_buffer_new+set}" = set; then :
10817 $as_echo_n "(cached) " >&6
10818 else
10819 ac_check_lib_save_LIBS=$LIBS
10820 LIBS="-lgstapp-0.10 $ac_gst_libs $LIBS"
10821 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10822 /* end confdefs.h. */
10824 /* Override any GCC internal prototype to avoid an error.
10825 Use char because int might match the return type of a GCC
10826 builtin and then its argument prototype would still apply. */
10827 #ifdef __cplusplus
10828 extern "C"
10829 #endif
10830 char gst_app_buffer_new ();
10832 main ()
10834 return gst_app_buffer_new ();
10836 return 0;
10838 _ACEOF
10839 if ac_fn_c_try_link "$LINENO"; then :
10840 ac_cv_lib_gstapp_0_10_gst_app_buffer_new=yes
10841 else
10842 ac_cv_lib_gstapp_0_10_gst_app_buffer_new=no
10844 rm -f core conftest.err conftest.$ac_objext \
10845 conftest$ac_exeext conftest.$ac_ext
10846 LIBS=$ac_check_lib_save_LIBS
10848 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gstapp_0_10_gst_app_buffer_new" >&5
10849 $as_echo "$ac_cv_lib_gstapp_0_10_gst_app_buffer_new" >&6; }
10850 if test "x$ac_cv_lib_gstapp_0_10_gst_app_buffer_new" = x""yes; then :
10851 GSTREAMER_LIBS="$ac_gst_libs"
10853 GSTREAMER_INCL="$ac_gst_incl"
10866 CPPFLAGS="$ac_save_CPPFLAGS"
10868 if test "x$ac_cv_lib_gstapp_0_10_gst_app_buffer_new" != xyes; then :
10869 case "x$with_gstreamer" in
10870 x) as_fn_append wine_notices "|gstreamer-0.10 base plugins ${notice_platform}development files not found, gstreamer support disabled" ;;
10871 xno) ;;
10872 *) as_fn_error $? "gstreamer-0.10 base plugins ${notice_platform}development files not found, gstreamer support disabled
10873 This is an error since --with-gstreamer was requested." "$LINENO" 5 ;;
10874 esac
10876 test "x$ac_cv_lib_gstapp_0_10_gst_app_buffer_new" = xyes || enable_winegstreamer=${enable_winegstreamer:-no}
10878 ALSALIBS=""
10880 if test "$ac_cv_header_sys_asoundlib_h" = "yes" -o "$ac_cv_header_alsa_asoundlib_h" = "yes"
10881 then
10882 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for snd_pcm_hw_params_get_access in -lasound" >&5
10883 $as_echo_n "checking for snd_pcm_hw_params_get_access in -lasound... " >&6; }
10884 if test "${ac_cv_lib_asound_snd_pcm_hw_params_get_access+set}" = set; then :
10885 $as_echo_n "(cached) " >&6
10886 else
10887 ac_check_lib_save_LIBS=$LIBS
10888 LIBS="-lasound $LIBS"
10889 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10890 /* end confdefs.h. */
10892 /* Override any GCC internal prototype to avoid an error.
10893 Use char because int might match the return type of a GCC
10894 builtin and then its argument prototype would still apply. */
10895 #ifdef __cplusplus
10896 extern "C"
10897 #endif
10898 char snd_pcm_hw_params_get_access ();
10900 main ()
10902 return snd_pcm_hw_params_get_access ();
10904 return 0;
10906 _ACEOF
10907 if ac_fn_c_try_link "$LINENO"; then :
10908 ac_cv_lib_asound_snd_pcm_hw_params_get_access=yes
10909 else
10910 ac_cv_lib_asound_snd_pcm_hw_params_get_access=no
10912 rm -f core conftest.err conftest.$ac_objext \
10913 conftest$ac_exeext conftest.$ac_ext
10914 LIBS=$ac_check_lib_save_LIBS
10916 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&5
10917 $as_echo "$ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&6; }
10918 if test "x$ac_cv_lib_asound_snd_pcm_hw_params_get_access" = x""yes; then :
10919 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10920 /* end confdefs.h. */
10921 #ifdef HAVE_ALSA_ASOUNDLIB_H
10922 #include <alsa/asoundlib.h>
10923 #elif defined(HAVE_SYS_ASOUNDLIB_H)
10924 #include <sys/asoundlib.h>
10925 #endif
10927 main ()
10929 int ret = snd_pcm_hw_params_get_access(NULL, NULL)
10931 return 0;
10933 _ACEOF
10934 if ac_fn_c_try_compile "$LINENO"; then :
10936 $as_echo "#define HAVE_ALSA 1" >>confdefs.h
10938 ALSALIBS="-lasound"
10940 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10946 if test "$ac_cv_header_capi20_h" = "yes" -a "$ac_cv_header_linux_capi_h" = "yes"
10947 then
10948 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcapi20" >&5
10949 $as_echo_n "checking for -lcapi20... " >&6; }
10950 if test "${ac_cv_lib_soname_capi20+set}" = set; then :
10951 $as_echo_n "(cached) " >&6
10952 else
10953 ac_check_soname_save_LIBS=$LIBS
10954 LIBS="-lcapi20 $LIBS"
10955 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10956 /* end confdefs.h. */
10958 /* Override any GCC internal prototype to avoid an error.
10959 Use char because int might match the return type of a GCC
10960 builtin and then its argument prototype would still apply. */
10961 #ifdef __cplusplus
10962 extern "C"
10963 #endif
10964 char capi20_register ();
10966 main ()
10968 return capi20_register ();
10970 return 0;
10972 _ACEOF
10973 if ac_fn_c_try_link "$LINENO"; then :
10974 case "$LIBEXT" in
10975 dll) ac_cv_lib_soname_capi20=`$ac_cv_path_LDD conftest.exe | grep "capi20" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10976 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'` ;;
10977 *) ac_cv_lib_soname_capi20=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcapi20\\.$LIBEXT" | sed -e "s/^.*\(libcapi20\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10978 esac
10980 rm -f core conftest.err conftest.$ac_objext \
10981 conftest$ac_exeext conftest.$ac_ext
10982 LIBS=$ac_check_soname_save_LIBS
10984 if test "x$ac_cv_lib_soname_capi20" = "x"; then :
10985 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10986 $as_echo "not found" >&6; }
10988 else
10989 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_capi20" >&5
10990 $as_echo "$ac_cv_lib_soname_capi20" >&6; }
10992 cat >>confdefs.h <<_ACEOF
10993 #define SONAME_LIBCAPI20 "$ac_cv_lib_soname_capi20"
10994 _ACEOF
10999 if test "x$ac_cv_lib_soname_capi20" = "x"; then :
11000 case "x$with_capi" in
11001 x) as_fn_append wine_notices "|libcapi20 ${notice_platform}development files not found, ISDN won't be supported." ;;
11002 xno) ;;
11003 *) as_fn_error $? "libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
11004 This is an error since --with-capi was requested." "$LINENO" 5 ;;
11005 esac
11008 CUPSINCL=""
11010 if test "x$with_cups" != "xno"
11011 then
11012 ac_save_CPPFLAGS="$CPPFLAGS"
11013 ac_cups_cflags=`cups-config --cflags 2>/dev/null`
11014 ac_cups_libs=`cups-config --ldflags 2>/dev/null`
11015 CPPFLAGS="$CPPFLAGS $ac_cups_cflags"
11016 for ac_header in cups/cups.h
11017 do :
11018 ac_fn_c_check_header_mongrel "$LINENO" "cups/cups.h" "ac_cv_header_cups_cups_h" "$ac_includes_default"
11019 if test "x$ac_cv_header_cups_cups_h" = x""yes; then :
11020 cat >>confdefs.h <<_ACEOF
11021 #define HAVE_CUPS_CUPS_H 1
11022 _ACEOF
11023 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcups" >&5
11024 $as_echo_n "checking for -lcups... " >&6; }
11025 if test "${ac_cv_lib_soname_cups+set}" = set; then :
11026 $as_echo_n "(cached) " >&6
11027 else
11028 ac_check_soname_save_LIBS=$LIBS
11029 LIBS="-lcups $ac_cups_libs $LIBS"
11030 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11031 /* end confdefs.h. */
11033 /* Override any GCC internal prototype to avoid an error.
11034 Use char because int might match the return type of a GCC
11035 builtin and then its argument prototype would still apply. */
11036 #ifdef __cplusplus
11037 extern "C"
11038 #endif
11039 char cupsGetDefault ();
11041 main ()
11043 return cupsGetDefault ();
11045 return 0;
11047 _ACEOF
11048 if ac_fn_c_try_link "$LINENO"; then :
11049 case "$LIBEXT" in
11050 dll) ac_cv_lib_soname_cups=`$ac_cv_path_LDD conftest.exe | grep "cups" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11051 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'` ;;
11052 *) ac_cv_lib_soname_cups=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcups\\.$LIBEXT" | sed -e "s/^.*\(libcups\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11053 esac
11055 rm -f core conftest.err conftest.$ac_objext \
11056 conftest$ac_exeext conftest.$ac_ext
11057 LIBS=$ac_check_soname_save_LIBS
11059 if test "x$ac_cv_lib_soname_cups" = "x"; then :
11060 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11061 $as_echo "not found" >&6; }
11063 else
11064 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_cups" >&5
11065 $as_echo "$ac_cv_lib_soname_cups" >&6; }
11067 cat >>confdefs.h <<_ACEOF
11068 #define SONAME_LIBCUPS "$ac_cv_lib_soname_cups"
11069 _ACEOF
11071 CUPSINCL="$ac_cups_cflags"
11075 done
11077 CPPFLAGS="$ac_save_CPPFLAGS"
11079 if test "x$ac_cv_lib_soname_cups" = "x"; then :
11080 case "x$with_cups" in
11081 x) as_fn_append wine_notices "|libcups ${notice_platform}development files not found, CUPS won't be supported." ;;
11082 xno) ;;
11083 *) as_fn_error $? "libcups ${notice_platform}development files not found, CUPS won't be supported.
11084 This is an error since --with-cups was requested." "$LINENO" 5 ;;
11085 esac
11088 if test "$ac_cv_header_jack_jack_h" = "yes"
11089 then
11090 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ljack" >&5
11091 $as_echo_n "checking for -ljack... " >&6; }
11092 if test "${ac_cv_lib_soname_jack+set}" = set; then :
11093 $as_echo_n "(cached) " >&6
11094 else
11095 ac_check_soname_save_LIBS=$LIBS
11096 LIBS="-ljack $LIBS"
11097 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11098 /* end confdefs.h. */
11100 /* Override any GCC internal prototype to avoid an error.
11101 Use char because int might match the return type of a GCC
11102 builtin and then its argument prototype would still apply. */
11103 #ifdef __cplusplus
11104 extern "C"
11105 #endif
11106 char jack_client_new ();
11108 main ()
11110 return jack_client_new ();
11112 return 0;
11114 _ACEOF
11115 if ac_fn_c_try_link "$LINENO"; then :
11116 case "$LIBEXT" in
11117 dll) ac_cv_lib_soname_jack=`$ac_cv_path_LDD conftest.exe | grep "jack" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11118 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'` ;;
11119 *) 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'` ;;
11120 esac
11122 rm -f core conftest.err conftest.$ac_objext \
11123 conftest$ac_exeext conftest.$ac_ext
11124 LIBS=$ac_check_soname_save_LIBS
11126 if test "x$ac_cv_lib_soname_jack" = "x"; then :
11127 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11128 $as_echo "not found" >&6; }
11130 else
11131 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_jack" >&5
11132 $as_echo "$ac_cv_lib_soname_jack" >&6; }
11134 cat >>confdefs.h <<_ACEOF
11135 #define SONAME_LIBJACK "$ac_cv_lib_soname_jack"
11136 _ACEOF
11142 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
11143 then
11144 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfontconfig" >&5
11145 $as_echo_n "checking for -lfontconfig... " >&6; }
11146 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then :
11147 $as_echo_n "(cached) " >&6
11148 else
11149 ac_check_soname_save_LIBS=$LIBS
11150 LIBS="-lfontconfig $LIBS"
11151 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11152 /* end confdefs.h. */
11154 /* Override any GCC internal prototype to avoid an error.
11155 Use char because int might match the return type of a GCC
11156 builtin and then its argument prototype would still apply. */
11157 #ifdef __cplusplus
11158 extern "C"
11159 #endif
11160 char FcInit ();
11162 main ()
11164 return FcInit ();
11166 return 0;
11168 _ACEOF
11169 if ac_fn_c_try_link "$LINENO"; then :
11170 case "$LIBEXT" in
11171 dll) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest.exe | grep "fontconfig" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11172 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'` ;;
11173 *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11174 esac
11176 rm -f core conftest.err conftest.$ac_objext \
11177 conftest$ac_exeext conftest.$ac_ext
11178 LIBS=$ac_check_soname_save_LIBS
11180 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then :
11181 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11182 $as_echo "not found" >&6; }
11184 else
11185 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_fontconfig" >&5
11186 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
11188 cat >>confdefs.h <<_ACEOF
11189 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
11190 _ACEOF
11194 elif test -n "$X_CFLAGS" -a "x$with_fontconfig" != "xno"
11195 then
11196 ac_save_CPPFLAGS="$CPPFLAGS"
11197 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
11198 $as_unset ac_cv_header_fontconfig_fontconfig_h
11199 for ac_header in fontconfig/fontconfig.h
11200 do :
11201 ac_fn_c_check_header_mongrel "$LINENO" "fontconfig/fontconfig.h" "ac_cv_header_fontconfig_fontconfig_h" "$ac_includes_default"
11202 if test "x$ac_cv_header_fontconfig_fontconfig_h" = x""yes; then :
11203 cat >>confdefs.h <<_ACEOF
11204 #define HAVE_FONTCONFIG_FONTCONFIG_H 1
11205 _ACEOF
11209 done
11211 CPPFLAGS="$ac_save_CPPFLAGS"
11212 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
11213 then
11214 FONTCONFIGINCL="$X_CFLAGS"
11216 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfontconfig" >&5
11217 $as_echo_n "checking for -lfontconfig... " >&6; }
11218 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then :
11219 $as_echo_n "(cached) " >&6
11220 else
11221 ac_check_soname_save_LIBS=$LIBS
11222 LIBS="-lfontconfig $X_LIBS $LIBS"
11223 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11224 /* end confdefs.h. */
11226 /* Override any GCC internal prototype to avoid an error.
11227 Use char because int might match the return type of a GCC
11228 builtin and then its argument prototype would still apply. */
11229 #ifdef __cplusplus
11230 extern "C"
11231 #endif
11232 char FcInit ();
11234 main ()
11236 return FcInit ();
11238 return 0;
11240 _ACEOF
11241 if ac_fn_c_try_link "$LINENO"; then :
11242 case "$LIBEXT" in
11243 dll) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest.exe | grep "fontconfig" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11244 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'` ;;
11245 *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11246 esac
11248 rm -f core conftest.err conftest.$ac_objext \
11249 conftest$ac_exeext conftest.$ac_ext
11250 LIBS=$ac_check_soname_save_LIBS
11252 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then :
11253 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11254 $as_echo "not found" >&6; }
11256 else
11257 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_fontconfig" >&5
11258 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
11260 cat >>confdefs.h <<_ACEOF
11261 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
11262 _ACEOF
11268 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then :
11269 case "x$with_fontconfig" in
11270 x) as_fn_append wine_notices "|fontconfig ${notice_platform}development files not found, fontconfig won't be supported." ;;
11271 xno) ;;
11272 *) as_fn_error $? "fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
11273 This is an error since --with-fontconfig was requested." "$LINENO" 5 ;;
11274 esac
11277 if test "$ac_cv_header_openssl_err_h" = "yes" -a "$ac_cv_header_openssl_ssl_h" = "yes"
11278 then
11279 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lssl" >&5
11280 $as_echo_n "checking for -lssl... " >&6; }
11281 if test "${ac_cv_lib_soname_ssl+set}" = set; then :
11282 $as_echo_n "(cached) " >&6
11283 else
11284 ac_check_soname_save_LIBS=$LIBS
11285 LIBS="-lssl $LIBS"
11286 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11287 /* end confdefs.h. */
11289 /* Override any GCC internal prototype to avoid an error.
11290 Use char because int might match the return type of a GCC
11291 builtin and then its argument prototype would still apply. */
11292 #ifdef __cplusplus
11293 extern "C"
11294 #endif
11295 char SSL_library_init ();
11297 main ()
11299 return SSL_library_init ();
11301 return 0;
11303 _ACEOF
11304 if ac_fn_c_try_link "$LINENO"; then :
11305 case "$LIBEXT" in
11306 dll) ac_cv_lib_soname_ssl=`$ac_cv_path_LDD conftest.exe | grep "ssl" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11307 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'` ;;
11308 *) ac_cv_lib_soname_ssl=`$ac_cv_path_LDD conftest$ac_exeext | grep "libssl\\.$LIBEXT" | sed -e "s/^.*\(libssl\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11309 esac
11311 rm -f core conftest.err conftest.$ac_objext \
11312 conftest$ac_exeext conftest.$ac_ext
11313 LIBS=$ac_check_soname_save_LIBS
11315 if test "x$ac_cv_lib_soname_ssl" = "x"; then :
11316 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11317 $as_echo "not found" >&6; }
11319 else
11320 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_ssl" >&5
11321 $as_echo "$ac_cv_lib_soname_ssl" >&6; }
11323 cat >>confdefs.h <<_ACEOF
11324 #define SONAME_LIBSSL "$ac_cv_lib_soname_ssl"
11325 _ACEOF
11329 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcrypto" >&5
11330 $as_echo_n "checking for -lcrypto... " >&6; }
11331 if test "${ac_cv_lib_soname_crypto+set}" = set; then :
11332 $as_echo_n "(cached) " >&6
11333 else
11334 ac_check_soname_save_LIBS=$LIBS
11335 LIBS="-lcrypto $LIBS"
11336 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11337 /* end confdefs.h. */
11339 /* Override any GCC internal prototype to avoid an error.
11340 Use char because int might match the return type of a GCC
11341 builtin and then its argument prototype would still apply. */
11342 #ifdef __cplusplus
11343 extern "C"
11344 #endif
11345 char BIO_new_socket ();
11347 main ()
11349 return BIO_new_socket ();
11351 return 0;
11353 _ACEOF
11354 if ac_fn_c_try_link "$LINENO"; then :
11355 case "$LIBEXT" in
11356 dll) ac_cv_lib_soname_crypto=`$ac_cv_path_LDD conftest.exe | grep "crypto" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11357 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'` ;;
11358 *) ac_cv_lib_soname_crypto=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcrypto\\.$LIBEXT" | sed -e "s/^.*\(libcrypto\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11359 esac
11361 rm -f core conftest.err conftest.$ac_objext \
11362 conftest$ac_exeext conftest.$ac_ext
11363 LIBS=$ac_check_soname_save_LIBS
11365 if test "x$ac_cv_lib_soname_crypto" = "x"; then :
11366 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11367 $as_echo "not found" >&6; }
11369 else
11370 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_crypto" >&5
11371 $as_echo "$ac_cv_lib_soname_crypto" >&6; }
11373 cat >>confdefs.h <<_ACEOF
11374 #define SONAME_LIBCRYPTO "$ac_cv_lib_soname_crypto"
11375 _ACEOF
11380 if test "x$ac_cv_lib_soname_ssl" = "x" -o "x$ac_cv_lib_soname_crypto" = "x"; then :
11381 case "x$with_openssl" in
11382 x) as_fn_append wine_warnings "|OpenSSL ${notice_platform}development files not found, SSL won't be supported." ;;
11383 xno) ;;
11384 *) as_fn_error $? "OpenSSL ${notice_platform}development files not found, SSL won't be supported.
11385 This is an error since --with-openssl was requested." "$LINENO" 5 ;;
11386 esac
11389 if test "$ac_cv_header_gsm_h" = "yes" -o "$ac_cv_header_gsm_gsm_h" = "yes"
11390 then
11391 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lgsm" >&5
11392 $as_echo_n "checking for -lgsm... " >&6; }
11393 if test "${ac_cv_lib_soname_gsm+set}" = set; then :
11394 $as_echo_n "(cached) " >&6
11395 else
11396 ac_check_soname_save_LIBS=$LIBS
11397 LIBS="-lgsm $LIBS"
11398 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11399 /* end confdefs.h. */
11401 /* Override any GCC internal prototype to avoid an error.
11402 Use char because int might match the return type of a GCC
11403 builtin and then its argument prototype would still apply. */
11404 #ifdef __cplusplus
11405 extern "C"
11406 #endif
11407 char gsm_create ();
11409 main ()
11411 return gsm_create ();
11413 return 0;
11415 _ACEOF
11416 if ac_fn_c_try_link "$LINENO"; then :
11417 case "$LIBEXT" in
11418 dll) ac_cv_lib_soname_gsm=`$ac_cv_path_LDD conftest.exe | grep "gsm" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11419 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'` ;;
11420 *) ac_cv_lib_soname_gsm=`$ac_cv_path_LDD conftest$ac_exeext | grep "libgsm\\.$LIBEXT" | sed -e "s/^.*\(libgsm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11421 esac
11423 rm -f core conftest.err conftest.$ac_objext \
11424 conftest$ac_exeext conftest.$ac_ext
11425 LIBS=$ac_check_soname_save_LIBS
11427 if test "x$ac_cv_lib_soname_gsm" = "x"; then :
11428 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11429 $as_echo "not found" >&6; }
11431 else
11432 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_gsm" >&5
11433 $as_echo "$ac_cv_lib_soname_gsm" >&6; }
11435 cat >>confdefs.h <<_ACEOF
11436 #define SONAME_LIBGSM "$ac_cv_lib_soname_gsm"
11437 _ACEOF
11442 if test "x$ac_cv_lib_soname_gsm" = "x"; then :
11443 case "x$with_gsm" in
11444 x) as_fn_append wine_notices "|libgsm ${notice_platform}development files not found, gsm 06.10 codec won't be supported." ;;
11445 xno) ;;
11446 *) as_fn_error $? "libgsm ${notice_platform}development files not found, gsm 06.10 codec won't be supported.
11447 This is an error since --with-gsm was requested." "$LINENO" 5 ;;
11448 esac
11451 if test "$ac_cv_header_jpeglib_h" = "yes"
11452 then
11453 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ljpeg" >&5
11454 $as_echo_n "checking for -ljpeg... " >&6; }
11455 if test "${ac_cv_lib_soname_jpeg+set}" = set; then :
11456 $as_echo_n "(cached) " >&6
11457 else
11458 ac_check_soname_save_LIBS=$LIBS
11459 LIBS="-ljpeg $LIBS"
11460 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11461 /* end confdefs.h. */
11463 /* Override any GCC internal prototype to avoid an error.
11464 Use char because int might match the return type of a GCC
11465 builtin and then its argument prototype would still apply. */
11466 #ifdef __cplusplus
11467 extern "C"
11468 #endif
11469 char jpeg_start_decompress ();
11471 main ()
11473 return jpeg_start_decompress ();
11475 return 0;
11477 _ACEOF
11478 if ac_fn_c_try_link "$LINENO"; then :
11479 case "$LIBEXT" in
11480 dll) ac_cv_lib_soname_jpeg=`$ac_cv_path_LDD conftest.exe | grep "jpeg" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11481 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'` ;;
11482 *) ac_cv_lib_soname_jpeg=`$ac_cv_path_LDD conftest$ac_exeext | grep "libjpeg\\.$LIBEXT" | sed -e "s/^.*\(libjpeg\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11483 esac
11485 rm -f core conftest.err conftest.$ac_objext \
11486 conftest$ac_exeext conftest.$ac_ext
11487 LIBS=$ac_check_soname_save_LIBS
11489 if test "x$ac_cv_lib_soname_jpeg" = "x"; then :
11490 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11491 $as_echo "not found" >&6; }
11493 else
11494 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_jpeg" >&5
11495 $as_echo "$ac_cv_lib_soname_jpeg" >&6; }
11497 cat >>confdefs.h <<_ACEOF
11498 #define SONAME_LIBJPEG "$ac_cv_lib_soname_jpeg"
11499 _ACEOF
11504 if test "x$ac_cv_lib_soname_jpeg" = "x"; then :
11505 case "x$with_jpeg" in
11506 x) as_fn_append wine_warnings "|libjpeg ${notice_platform}development files not found, JPEG won't be supported." ;;
11507 xno) ;;
11508 *) as_fn_error $? "libjpeg ${notice_platform}development files not found, JPEG won't be supported.
11509 This is an error since --with-jpeg was requested." "$LINENO" 5 ;;
11510 esac
11513 if test "$ac_cv_header_png_h" = "yes"
11514 then
11515 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lpng" >&5
11516 $as_echo_n "checking for -lpng... " >&6; }
11517 if test "${ac_cv_lib_soname_png+set}" = set; then :
11518 $as_echo_n "(cached) " >&6
11519 else
11520 ac_check_soname_save_LIBS=$LIBS
11521 LIBS="-lpng -lm -lz $LIBS"
11522 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11523 /* end confdefs.h. */
11525 /* Override any GCC internal prototype to avoid an error.
11526 Use char because int might match the return type of a GCC
11527 builtin and then its argument prototype would still apply. */
11528 #ifdef __cplusplus
11529 extern "C"
11530 #endif
11531 char png_create_read_struct ();
11533 main ()
11535 return png_create_read_struct ();
11537 return 0;
11539 _ACEOF
11540 if ac_fn_c_try_link "$LINENO"; then :
11541 case "$LIBEXT" in
11542 dll) ac_cv_lib_soname_png=`$ac_cv_path_LDD conftest.exe | grep "png" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11543 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'` ;;
11544 *) 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'` ;;
11545 esac
11547 rm -f core conftest.err conftest.$ac_objext \
11548 conftest$ac_exeext conftest.$ac_ext
11549 LIBS=$ac_check_soname_save_LIBS
11551 if test "x$ac_cv_lib_soname_png" = "x"; then :
11552 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11553 $as_echo "not found" >&6; }
11555 else
11556 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_png" >&5
11557 $as_echo "$ac_cv_lib_soname_png" >&6; }
11559 cat >>confdefs.h <<_ACEOF
11560 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
11561 _ACEOF
11565 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for png_set_expand_gray_1_2_4_to_8 in -lpng" >&5
11566 $as_echo_n "checking for png_set_expand_gray_1_2_4_to_8 in -lpng... " >&6; }
11567 if test "${ac_cv_lib_png_png_set_expand_gray_1_2_4_to_8+set}" = set; then :
11568 $as_echo_n "(cached) " >&6
11569 else
11570 ac_check_lib_save_LIBS=$LIBS
11571 LIBS="-lpng -lm -lz $LIBS"
11572 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11573 /* end confdefs.h. */
11575 /* Override any GCC internal prototype to avoid an error.
11576 Use char because int might match the return type of a GCC
11577 builtin and then its argument prototype would still apply. */
11578 #ifdef __cplusplus
11579 extern "C"
11580 #endif
11581 char png_set_expand_gray_1_2_4_to_8 ();
11583 main ()
11585 return png_set_expand_gray_1_2_4_to_8 ();
11587 return 0;
11589 _ACEOF
11590 if ac_fn_c_try_link "$LINENO"; then :
11591 ac_cv_lib_png_png_set_expand_gray_1_2_4_to_8=yes
11592 else
11593 ac_cv_lib_png_png_set_expand_gray_1_2_4_to_8=no
11595 rm -f core conftest.err conftest.$ac_objext \
11596 conftest$ac_exeext conftest.$ac_ext
11597 LIBS=$ac_check_lib_save_LIBS
11599 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_png_png_set_expand_gray_1_2_4_to_8" >&5
11600 $as_echo "$ac_cv_lib_png_png_set_expand_gray_1_2_4_to_8" >&6; }
11601 if test "x$ac_cv_lib_png_png_set_expand_gray_1_2_4_to_8" = x""yes; then :
11603 $as_echo "#define HAVE_PNG_SET_EXPAND_GRAY_1_2_4_TO_8 1" >>confdefs.h
11608 elif test -n "$X_CFLAGS" -a "x$with_png" != "xno"
11609 then
11610 ac_save_CPPFLAGS="$CPPFLAGS"
11611 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
11612 $as_unset ac_cv_header_png_h
11613 for ac_header in png.h
11614 do :
11615 ac_fn_c_check_header_mongrel "$LINENO" "png.h" "ac_cv_header_png_h" "$ac_includes_default"
11616 if test "x$ac_cv_header_png_h" = x""yes; then :
11617 cat >>confdefs.h <<_ACEOF
11618 #define HAVE_PNG_H 1
11619 _ACEOF
11623 done
11625 CPPFLAGS="$ac_save_CPPFLAGS"
11626 if test "$ac_cv_header_png_h" = "yes"
11627 then
11628 PNGINCL="$X_CFLAGS"
11630 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lpng" >&5
11631 $as_echo_n "checking for -lpng... " >&6; }
11632 if test "${ac_cv_lib_soname_png+set}" = set; then :
11633 $as_echo_n "(cached) " >&6
11634 else
11635 ac_check_soname_save_LIBS=$LIBS
11636 LIBS="-lpng $X_LIBS -lm -lz $LIBS"
11637 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11638 /* end confdefs.h. */
11640 /* Override any GCC internal prototype to avoid an error.
11641 Use char because int might match the return type of a GCC
11642 builtin and then its argument prototype would still apply. */
11643 #ifdef __cplusplus
11644 extern "C"
11645 #endif
11646 char png_create_read_struct ();
11648 main ()
11650 return png_create_read_struct ();
11652 return 0;
11654 _ACEOF
11655 if ac_fn_c_try_link "$LINENO"; then :
11656 case "$LIBEXT" in
11657 dll) ac_cv_lib_soname_png=`$ac_cv_path_LDD conftest.exe | grep "png" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11658 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'` ;;
11659 *) 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'` ;;
11660 esac
11662 rm -f core conftest.err conftest.$ac_objext \
11663 conftest$ac_exeext conftest.$ac_ext
11664 LIBS=$ac_check_soname_save_LIBS
11666 if test "x$ac_cv_lib_soname_png" = "x"; then :
11667 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11668 $as_echo "not found" >&6; }
11670 else
11671 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_png" >&5
11672 $as_echo "$ac_cv_lib_soname_png" >&6; }
11674 cat >>confdefs.h <<_ACEOF
11675 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
11676 _ACEOF
11680 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for png_set_expand_gray_1_2_4_to_8 in -lpng" >&5
11681 $as_echo_n "checking for png_set_expand_gray_1_2_4_to_8 in -lpng... " >&6; }
11682 if test "${ac_cv_lib_png_png_set_expand_gray_1_2_4_to_8+set}" = set; then :
11683 $as_echo_n "(cached) " >&6
11684 else
11685 ac_check_lib_save_LIBS=$LIBS
11686 LIBS="-lpng $X_LIBS -lm -lz $LIBS"
11687 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11688 /* end confdefs.h. */
11690 /* Override any GCC internal prototype to avoid an error.
11691 Use char because int might match the return type of a GCC
11692 builtin and then its argument prototype would still apply. */
11693 #ifdef __cplusplus
11694 extern "C"
11695 #endif
11696 char png_set_expand_gray_1_2_4_to_8 ();
11698 main ()
11700 return png_set_expand_gray_1_2_4_to_8 ();
11702 return 0;
11704 _ACEOF
11705 if ac_fn_c_try_link "$LINENO"; then :
11706 ac_cv_lib_png_png_set_expand_gray_1_2_4_to_8=yes
11707 else
11708 ac_cv_lib_png_png_set_expand_gray_1_2_4_to_8=no
11710 rm -f core conftest.err conftest.$ac_objext \
11711 conftest$ac_exeext conftest.$ac_ext
11712 LIBS=$ac_check_lib_save_LIBS
11714 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_png_png_set_expand_gray_1_2_4_to_8" >&5
11715 $as_echo "$ac_cv_lib_png_png_set_expand_gray_1_2_4_to_8" >&6; }
11716 if test "x$ac_cv_lib_png_png_set_expand_gray_1_2_4_to_8" = x""yes; then :
11717 $as_echo "#define HAVE_PNG_SET_EXPAND_GRAY_1_2_4_TO_8 1" >>confdefs.h
11723 if test "x$ac_cv_lib_soname_png" = "x"; then :
11724 case "x$with_png" in
11725 x) as_fn_append wine_warnings "|libpng ${notice_platform}development files not found, PNG won't be supported." ;;
11726 xno) ;;
11727 *) as_fn_error $? "libpng ${notice_platform}development files not found, PNG won't be supported.
11728 This is an error since --with-png was requested." "$LINENO" 5 ;;
11729 esac
11732 if test "$ac_cv_header_tiffio_h" = "yes"
11733 then
11734 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ltiff" >&5
11735 $as_echo_n "checking for -ltiff... " >&6; }
11736 if test "${ac_cv_lib_soname_tiff+set}" = set; then :
11737 $as_echo_n "(cached) " >&6
11738 else
11739 ac_check_soname_save_LIBS=$LIBS
11740 LIBS="-ltiff $LIBS"
11741 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11742 /* end confdefs.h. */
11744 /* Override any GCC internal prototype to avoid an error.
11745 Use char because int might match the return type of a GCC
11746 builtin and then its argument prototype would still apply. */
11747 #ifdef __cplusplus
11748 extern "C"
11749 #endif
11750 char TIFFClientOpen ();
11752 main ()
11754 return TIFFClientOpen ();
11756 return 0;
11758 _ACEOF
11759 if ac_fn_c_try_link "$LINENO"; then :
11760 case "$LIBEXT" in
11761 dll) ac_cv_lib_soname_tiff=`$ac_cv_path_LDD conftest.exe | grep "tiff" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11762 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'` ;;
11763 *) ac_cv_lib_soname_tiff=`$ac_cv_path_LDD conftest$ac_exeext | grep "libtiff\\.$LIBEXT" | sed -e "s/^.*\(libtiff\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11764 esac
11766 rm -f core conftest.err conftest.$ac_objext \
11767 conftest$ac_exeext conftest.$ac_ext
11768 LIBS=$ac_check_soname_save_LIBS
11770 if test "x$ac_cv_lib_soname_tiff" = "x"; then :
11771 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11772 $as_echo "not found" >&6; }
11774 else
11775 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_tiff" >&5
11776 $as_echo "$ac_cv_lib_soname_tiff" >&6; }
11778 cat >>confdefs.h <<_ACEOF
11779 #define SONAME_LIBTIFF "$ac_cv_lib_soname_tiff"
11780 _ACEOF
11785 if test "x$ac_cv_lib_soname_tiff" = "x"; then :
11786 case "x$with_tiff" in
11787 x) as_fn_append wine_notices "|libtiff ${notice_platform}development files not found, TIFF won't be supported." ;;
11788 xno) ;;
11789 *) as_fn_error $? "libtiff ${notice_platform}development files not found, TIFF won't be supported.
11790 This is an error since --with-tiff was requested." "$LINENO" 5 ;;
11791 esac
11794 if test "$ac_cv_header_mpg123_h" = "yes"
11795 then
11796 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for mpg123_feed in -lmpg123" >&5
11797 $as_echo_n "checking for mpg123_feed in -lmpg123... " >&6; }
11798 if test "${ac_cv_lib_mpg123_mpg123_feed+set}" = set; then :
11799 $as_echo_n "(cached) " >&6
11800 else
11801 ac_check_lib_save_LIBS=$LIBS
11802 LIBS="-lmpg123 $LIBS"
11803 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11804 /* end confdefs.h. */
11806 /* Override any GCC internal prototype to avoid an error.
11807 Use char because int might match the return type of a GCC
11808 builtin and then its argument prototype would still apply. */
11809 #ifdef __cplusplus
11810 extern "C"
11811 #endif
11812 char mpg123_feed ();
11814 main ()
11816 return mpg123_feed ();
11818 return 0;
11820 _ACEOF
11821 if ac_fn_c_try_link "$LINENO"; then :
11822 ac_cv_lib_mpg123_mpg123_feed=yes
11823 else
11824 ac_cv_lib_mpg123_mpg123_feed=no
11826 rm -f core conftest.err conftest.$ac_objext \
11827 conftest$ac_exeext conftest.$ac_ext
11828 LIBS=$ac_check_lib_save_LIBS
11830 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_mpg123_mpg123_feed" >&5
11831 $as_echo "$ac_cv_lib_mpg123_mpg123_feed" >&6; }
11832 if test "x$ac_cv_lib_mpg123_mpg123_feed" = x""yes; then :
11833 LIBMPG123="-lmpg123"
11838 if test "x$ac_cv_lib_mpg123_mpg123_feed" != xyes -a x"$ac_cv_header_CoreAudio_CoreAudio_h" != xyes; then :
11839 case "x$with_mpg123" in
11840 x) as_fn_append wine_notices "|libmpg123 ${notice_platform}development files not found (or too old), mp3 codec won't be supported." ;;
11841 xno) ;;
11842 *) as_fn_error $? "libmpg123 ${notice_platform}development files not found (or too old), mp3 codec won't be supported.
11843 This is an error since --with-mpg123 was requested." "$LINENO" 5 ;;
11844 esac
11846 test "x$ac_cv_lib_mpg123_mpg123_feed" = xyes -o "x$ac_cv_header_AudioToolbox_AudioConverter_h" = xyes || enable_winemp3_acm=${enable_winemp3_acm:-no}
11848 if test "$ac_cv_header_AL_al_h" = "yes"
11849 then
11850 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lopenal" >&5
11851 $as_echo_n "checking for -lopenal... " >&6; }
11852 if test "${ac_cv_lib_soname_openal+set}" = set; then :
11853 $as_echo_n "(cached) " >&6
11854 else
11855 ac_check_soname_save_LIBS=$LIBS
11856 LIBS="-lopenal $LIBS"
11857 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11858 /* end confdefs.h. */
11860 /* Override any GCC internal prototype to avoid an error.
11861 Use char because int might match the return type of a GCC
11862 builtin and then its argument prototype would still apply. */
11863 #ifdef __cplusplus
11864 extern "C"
11865 #endif
11866 char alGetSource3i ();
11868 main ()
11870 return alGetSource3i ();
11872 return 0;
11874 _ACEOF
11875 if ac_fn_c_try_link "$LINENO"; then :
11876 case "$LIBEXT" in
11877 dll) ac_cv_lib_soname_openal=`$ac_cv_path_LDD conftest.exe | grep "openal" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11878 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'` ;;
11879 *) ac_cv_lib_soname_openal=`$ac_cv_path_LDD conftest$ac_exeext | grep "libopenal\\.$LIBEXT" | sed -e "s/^.*\(libopenal\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11880 esac
11882 rm -f core conftest.err conftest.$ac_objext \
11883 conftest$ac_exeext conftest.$ac_ext
11884 LIBS=$ac_check_soname_save_LIBS
11886 if test "x$ac_cv_lib_soname_openal" = "x"; then :
11887 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11888 $as_echo "not found" >&6; }
11890 else
11891 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_openal" >&5
11892 $as_echo "$ac_cv_lib_soname_openal" >&6; }
11894 cat >>confdefs.h <<_ACEOF
11895 #define SONAME_LIBOPENAL "$ac_cv_lib_soname_openal"
11896 _ACEOF
11898 LIBOPENAL="-lopenal"
11900 ac_cv_lib_openal=yes
11902 cat >>confdefs.h <<_ACEOF
11903 #define HAVE_OPENAL 1
11904 _ACEOF
11908 if test "x$ac_cv_lib_openal" != xyes; then :
11909 case "x$with_openal" in
11910 x) as_fn_append wine_notices "|libopenal ${notice_platform}development files not found (or too old), OpenAL won't be supported." ;;
11911 xno) ;;
11912 *) as_fn_error $? "libopenal ${notice_platform}development files not found (or too old), OpenAL won't be supported.
11913 This is an error since --with-openal was requested." "$LINENO" 5 ;;
11914 esac
11916 test "x$ac_cv_lib_openal" = xyes || enable_openal32=${enable_openal32:-no}
11918 if test "$ac_cv_header_kstat_h" = "yes"
11919 then
11920 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for kstat_open in -lkstat" >&5
11921 $as_echo_n "checking for kstat_open in -lkstat... " >&6; }
11922 if test "${ac_cv_lib_kstat_kstat_open+set}" = set; then :
11923 $as_echo_n "(cached) " >&6
11924 else
11925 ac_check_lib_save_LIBS=$LIBS
11926 LIBS="-lkstat $LIBS"
11927 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11928 /* end confdefs.h. */
11930 /* Override any GCC internal prototype to avoid an error.
11931 Use char because int might match the return type of a GCC
11932 builtin and then its argument prototype would still apply. */
11933 #ifdef __cplusplus
11934 extern "C"
11935 #endif
11936 char kstat_open ();
11938 main ()
11940 return kstat_open ();
11942 return 0;
11944 _ACEOF
11945 if ac_fn_c_try_link "$LINENO"; then :
11946 ac_cv_lib_kstat_kstat_open=yes
11947 else
11948 ac_cv_lib_kstat_kstat_open=no
11950 rm -f core conftest.err conftest.$ac_objext \
11951 conftest$ac_exeext conftest.$ac_ext
11952 LIBS=$ac_check_lib_save_LIBS
11954 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_kstat_kstat_open" >&5
11955 $as_echo "$ac_cv_lib_kstat_kstat_open" >&6; }
11956 if test "x$ac_cv_lib_kstat_kstat_open" = x""yes; then :
11958 $as_echo "#define HAVE_LIBKSTAT 1" >>confdefs.h
11960 LIBKSTAT="-lkstat"
11966 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lodbc" >&5
11967 $as_echo_n "checking for -lodbc... " >&6; }
11968 if test "${ac_cv_lib_soname_odbc+set}" = set; then :
11969 $as_echo_n "(cached) " >&6
11970 else
11971 ac_check_soname_save_LIBS=$LIBS
11972 LIBS="-lodbc $LIBS"
11973 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11974 /* end confdefs.h. */
11976 /* Override any GCC internal prototype to avoid an error.
11977 Use char because int might match the return type of a GCC
11978 builtin and then its argument prototype would still apply. */
11979 #ifdef __cplusplus
11980 extern "C"
11981 #endif
11982 char SQLConnect ();
11984 main ()
11986 return SQLConnect ();
11988 return 0;
11990 _ACEOF
11991 if ac_fn_c_try_link "$LINENO"; then :
11992 case "$LIBEXT" in
11993 dll) ac_cv_lib_soname_odbc=`$ac_cv_path_LDD conftest.exe | grep "odbc" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11994 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'` ;;
11995 *) ac_cv_lib_soname_odbc=`$ac_cv_path_LDD conftest$ac_exeext | grep "libodbc\\.$LIBEXT" | sed -e "s/^.*\(libodbc\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11996 esac
11998 rm -f core conftest.err conftest.$ac_objext \
11999 conftest$ac_exeext conftest.$ac_ext
12000 LIBS=$ac_check_soname_save_LIBS
12002 if test "x$ac_cv_lib_soname_odbc" = "x"; then :
12003 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
12004 $as_echo "not found" >&6; }
12005 cat >>confdefs.h <<_ACEOF
12006 #define SONAME_LIBODBC "libodbc.$LIBEXT"
12007 _ACEOF
12009 else
12010 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_odbc" >&5
12011 $as_echo "$ac_cv_lib_soname_odbc" >&6; }
12013 cat >>confdefs.h <<_ACEOF
12014 #define SONAME_LIBODBC "$ac_cv_lib_soname_odbc"
12015 _ACEOF
12020 if test "x$ALSALIBS$COREAUDIO$NASLIBS$ESDLIBS$ac_cv_lib_soname_jack" = "x" -a \
12021 "$ac_cv_header_sys_soundcard_h" != "yes" -a \
12022 "$ac_cv_header_machine_soundcard_h" != "yes" -a \
12023 "$ac_cv_header_soundcard_h" != "yes" -a \
12024 "x$with_alsa$with_coreaudio$with_nas$with_esd$with_jack$with_oss" != xnononononono
12025 then
12026 as_fn_append wine_warnings "|No sound system was found. Windows applications will be silent."
12030 EXTRACFLAGS=""
12032 if test "x${GCC}" = "xyes"
12033 then
12034 EXTRACFLAGS="-Wall -pipe"
12036 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gcc strength-reduce bug" >&5
12037 $as_echo_n "checking for gcc strength-reduce bug... " >&6; }
12038 if test "${ac_cv_c_gcc_strength_bug+set}" = set; then :
12039 $as_echo_n "(cached) " >&6
12040 else
12041 if test "$cross_compiling" = yes; then :
12042 ac_cv_c_gcc_strength_bug="yes"
12043 else
12044 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12045 /* end confdefs.h. */
12046 int L[4] = {0,1,2,3};
12048 main ()
12050 static int Array[3];
12051 unsigned int B = 3;
12052 int i;
12053 for(i=0; i<B; i++) Array[i] = i - 3;
12054 for(i=0; i<4 - 1; i++) L[i] = L[i + 1];
12055 L[i] = 4;
12056 return (Array[1] != -2 || L[2] != 3)
12058 return 0;
12060 _ACEOF
12061 if ac_fn_c_try_run "$LINENO"; then :
12062 ac_cv_c_gcc_strength_bug="no"
12063 else
12064 ac_cv_c_gcc_strength_bug="yes"
12066 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
12067 conftest.$ac_objext conftest.beam conftest.$ac_ext
12071 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_gcc_strength_bug" >&5
12072 $as_echo "$ac_cv_c_gcc_strength_bug" >&6; }
12073 if test "$ac_cv_c_gcc_strength_bug" = "yes"
12074 then
12075 EXTRACFLAGS="$EXTRACFLAGS -fno-strength-reduce"
12078 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-builtin" >&5
12079 $as_echo_n "checking whether the compiler supports -fno-builtin... " >&6; }
12080 if test "${ac_cv_cflags__fno_builtin+set}" = set; then :
12081 $as_echo_n "(cached) " >&6
12082 else
12083 ac_wine_try_cflags_saved=$CFLAGS
12084 CFLAGS="$CFLAGS -fno-builtin"
12085 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12086 /* end confdefs.h. */
12087 int main(int argc, char **argv) { return 0; }
12088 _ACEOF
12089 if ac_fn_c_try_link "$LINENO"; then :
12090 ac_cv_cflags__fno_builtin=yes
12091 else
12092 ac_cv_cflags__fno_builtin=no
12094 rm -f core conftest.err conftest.$ac_objext \
12095 conftest$ac_exeext conftest.$ac_ext
12096 CFLAGS=$ac_wine_try_cflags_saved
12098 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_builtin" >&5
12099 $as_echo "$ac_cv_cflags__fno_builtin" >&6; }
12100 if test $ac_cv_cflags__fno_builtin = yes; then :
12101 BUILTINFLAG="-fno-builtin"
12104 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-strict-aliasing" >&5
12105 $as_echo_n "checking whether the compiler supports -fno-strict-aliasing... " >&6; }
12106 if test "${ac_cv_cflags__fno_strict_aliasing+set}" = set; then :
12107 $as_echo_n "(cached) " >&6
12108 else
12109 ac_wine_try_cflags_saved=$CFLAGS
12110 CFLAGS="$CFLAGS -fno-strict-aliasing"
12111 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12112 /* end confdefs.h. */
12113 int main(int argc, char **argv) { return 0; }
12114 _ACEOF
12115 if ac_fn_c_try_link "$LINENO"; then :
12116 ac_cv_cflags__fno_strict_aliasing=yes
12117 else
12118 ac_cv_cflags__fno_strict_aliasing=no
12120 rm -f core conftest.err conftest.$ac_objext \
12121 conftest$ac_exeext conftest.$ac_ext
12122 CFLAGS=$ac_wine_try_cflags_saved
12124 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_strict_aliasing" >&5
12125 $as_echo "$ac_cv_cflags__fno_strict_aliasing" >&6; }
12126 if test $ac_cv_cflags__fno_strict_aliasing = yes; then :
12127 EXTRACFLAGS="$EXTRACFLAGS -fno-strict-aliasing"
12129 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wdeclaration-after-statement" >&5
12130 $as_echo_n "checking whether the compiler supports -Wdeclaration-after-statement... " >&6; }
12131 if test "${ac_cv_cflags__Wdeclaration_after_statement+set}" = set; then :
12132 $as_echo_n "(cached) " >&6
12133 else
12134 ac_wine_try_cflags_saved=$CFLAGS
12135 CFLAGS="$CFLAGS -Wdeclaration-after-statement"
12136 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12137 /* end confdefs.h. */
12138 int main(int argc, char **argv) { return 0; }
12139 _ACEOF
12140 if ac_fn_c_try_link "$LINENO"; then :
12141 ac_cv_cflags__Wdeclaration_after_statement=yes
12142 else
12143 ac_cv_cflags__Wdeclaration_after_statement=no
12145 rm -f core conftest.err conftest.$ac_objext \
12146 conftest$ac_exeext conftest.$ac_ext
12147 CFLAGS=$ac_wine_try_cflags_saved
12149 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wdeclaration_after_statement" >&5
12150 $as_echo "$ac_cv_cflags__Wdeclaration_after_statement" >&6; }
12151 if test $ac_cv_cflags__Wdeclaration_after_statement = yes; then :
12152 EXTRACFLAGS="$EXTRACFLAGS -Wdeclaration-after-statement"
12154 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wstrict-prototypes" >&5
12155 $as_echo_n "checking whether the compiler supports -Wstrict-prototypes... " >&6; }
12156 if test "${ac_cv_cflags__Wstrict_prototypes+set}" = set; then :
12157 $as_echo_n "(cached) " >&6
12158 else
12159 ac_wine_try_cflags_saved=$CFLAGS
12160 CFLAGS="$CFLAGS -Wstrict-prototypes"
12161 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12162 /* end confdefs.h. */
12163 int main(int argc, char **argv) { return 0; }
12164 _ACEOF
12165 if ac_fn_c_try_link "$LINENO"; then :
12166 ac_cv_cflags__Wstrict_prototypes=yes
12167 else
12168 ac_cv_cflags__Wstrict_prototypes=no
12170 rm -f core conftest.err conftest.$ac_objext \
12171 conftest$ac_exeext conftest.$ac_ext
12172 CFLAGS=$ac_wine_try_cflags_saved
12174 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wstrict_prototypes" >&5
12175 $as_echo "$ac_cv_cflags__Wstrict_prototypes" >&6; }
12176 if test $ac_cv_cflags__Wstrict_prototypes = yes; then :
12177 EXTRACFLAGS="$EXTRACFLAGS -Wstrict-prototypes"
12179 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wtype-limits" >&5
12180 $as_echo_n "checking whether the compiler supports -Wtype-limits... " >&6; }
12181 if test "${ac_cv_cflags__Wtype_limits+set}" = set; then :
12182 $as_echo_n "(cached) " >&6
12183 else
12184 ac_wine_try_cflags_saved=$CFLAGS
12185 CFLAGS="$CFLAGS -Wtype-limits"
12186 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12187 /* end confdefs.h. */
12188 int main(int argc, char **argv) { return 0; }
12189 _ACEOF
12190 if ac_fn_c_try_link "$LINENO"; then :
12191 ac_cv_cflags__Wtype_limits=yes
12192 else
12193 ac_cv_cflags__Wtype_limits=no
12195 rm -f core conftest.err conftest.$ac_objext \
12196 conftest$ac_exeext conftest.$ac_ext
12197 CFLAGS=$ac_wine_try_cflags_saved
12199 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wtype_limits" >&5
12200 $as_echo "$ac_cv_cflags__Wtype_limits" >&6; }
12201 if test $ac_cv_cflags__Wtype_limits = yes; then :
12202 EXTRACFLAGS="$EXTRACFLAGS -Wtype-limits"
12204 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wwrite-strings" >&5
12205 $as_echo_n "checking whether the compiler supports -Wwrite-strings... " >&6; }
12206 if test "${ac_cv_cflags__Wwrite_strings+set}" = set; then :
12207 $as_echo_n "(cached) " >&6
12208 else
12209 ac_wine_try_cflags_saved=$CFLAGS
12210 CFLAGS="$CFLAGS -Wwrite-strings"
12211 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12212 /* end confdefs.h. */
12213 int main(int argc, char **argv) { return 0; }
12214 _ACEOF
12215 if ac_fn_c_try_link "$LINENO"; then :
12216 ac_cv_cflags__Wwrite_strings=yes
12217 else
12218 ac_cv_cflags__Wwrite_strings=no
12220 rm -f core conftest.err conftest.$ac_objext \
12221 conftest$ac_exeext conftest.$ac_ext
12222 CFLAGS=$ac_wine_try_cflags_saved
12224 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wwrite_strings" >&5
12225 $as_echo "$ac_cv_cflags__Wwrite_strings" >&6; }
12226 if test $ac_cv_cflags__Wwrite_strings = yes; then :
12227 EXTRACFLAGS="$EXTRACFLAGS -Wwrite-strings"
12230 saved_CFLAGS="$CFLAGS"
12231 CFLAGS="$CFLAGS -Wpointer-arith -Werror"
12232 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for broken string.h that generates warnings with -Wpointer-arith" >&5
12233 $as_echo_n "checking for broken string.h that generates warnings with -Wpointer-arith... " >&6; }
12234 if test "${ac_cv_c_string_h_warnings+set}" = set; then :
12235 $as_echo_n "(cached) " >&6
12236 else
12237 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12238 /* end confdefs.h. */
12239 #include <string.h>
12241 main ()
12245 return 0;
12247 _ACEOF
12248 if ac_fn_c_try_compile "$LINENO"; then :
12249 ac_cv_c_string_h_warnings=no
12250 else
12251 ac_cv_c_string_h_warnings=yes
12253 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12255 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_string_h_warnings" >&5
12256 $as_echo "$ac_cv_c_string_h_warnings" >&6; }
12257 CFLAGS="$saved_CFLAGS"
12258 if test "$ac_cv_c_string_h_warnings" = "no"
12259 then
12260 EXTRACFLAGS="$EXTRACFLAGS -Wpointer-arith"
12263 saved_CFLAGS="$CFLAGS"
12264 CFLAGS="$CFLAGS -Wlogical-op -Werror"
12265 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for broken string.h that generates warnings with -Wlogical-op" >&5
12266 $as_echo_n "checking for broken string.h that generates warnings with -Wlogical-op... " >&6; }
12267 if test "${ac_cv_c_logicalop_noisy+set}" = set; then :
12268 $as_echo_n "(cached) " >&6
12269 else
12270 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12271 /* end confdefs.h. */
12272 #include <string.h>
12274 main ()
12276 char*f(const char *h,char n) {return strchr(h,n);}
12278 return 0;
12280 _ACEOF
12281 if ac_fn_c_try_compile "$LINENO"; then :
12282 ac_cv_c_logicalop_noisy=no
12283 else
12284 ac_cv_c_logicalop_noisy=yes
12286 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12288 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_logicalop_noisy" >&5
12289 $as_echo "$ac_cv_c_logicalop_noisy" >&6; }
12290 CFLAGS="$saved_CFLAGS"
12291 if test "$ac_cv_c_logicalop_noisy" = "no"
12292 then
12293 EXTRACFLAGS="$EXTRACFLAGS -Wlogical-op"
12296 if test "x$enable_maintainer_mode" = "xyes"
12297 then
12298 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Werror" >&5
12299 $as_echo_n "checking whether the compiler supports -Werror... " >&6; }
12300 if test "${ac_cv_cflags__Werror+set}" = set; then :
12301 $as_echo_n "(cached) " >&6
12302 else
12303 ac_wine_try_cflags_saved=$CFLAGS
12304 CFLAGS="$CFLAGS -Werror"
12305 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12306 /* end confdefs.h. */
12307 int main(int argc, char **argv) { return 0; }
12308 _ACEOF
12309 if ac_fn_c_try_link "$LINENO"; then :
12310 ac_cv_cflags__Werror=yes
12311 else
12312 ac_cv_cflags__Werror=no
12314 rm -f core conftest.err conftest.$ac_objext \
12315 conftest$ac_exeext conftest.$ac_ext
12316 CFLAGS=$ac_wine_try_cflags_saved
12318 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Werror" >&5
12319 $as_echo "$ac_cv_cflags__Werror" >&6; }
12320 if test $ac_cv_cflags__Werror = yes; then :
12321 EXTRACFLAGS="$EXTRACFLAGS -Werror"
12325 saved_CFLAGS="$CFLAGS"
12326 CFLAGS="$CFLAGS -Werror"
12327 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ms_hook_prologue attribute" >&5
12328 $as_echo_n "checking for ms_hook_prologue attribute... " >&6; }
12329 if test "${ac_cv_have_ms_hook_prologue+set}" = set; then :
12330 $as_echo_n "(cached) " >&6
12331 else
12332 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12333 /* end confdefs.h. */
12334 int __attribute__((__ms_hook_prologue__)) test(void) { return 0; }
12336 main ()
12340 return 0;
12342 _ACEOF
12343 if ac_fn_c_try_compile "$LINENO"; then :
12344 ac_cv_have_ms_hook_prologue="yes"
12345 else
12346 ac_cv_have_ms_hook_prologue="no"
12348 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12350 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_ms_hook_prologue" >&5
12351 $as_echo "$ac_cv_have_ms_hook_prologue" >&6; }
12352 CFLAGS="$saved_CFLAGS"
12353 if test "$ac_cv_have_ms_hook_prologue" = "yes"
12354 then
12356 $as_echo "#define DECLSPEC_HOTPATCH __attribute__((__ms_hook_prologue__))" >>confdefs.h
12358 else
12359 $as_echo "#define DECLSPEC_HOTPATCH /* */" >>confdefs.h
12365 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the need to disable Fortify" >&5
12366 $as_echo_n "checking for the need to disable Fortify... " >&6; }
12367 if test "${ac_cv_c_fortify_enabled+set}" = set; then :
12368 $as_echo_n "(cached) " >&6
12369 else
12370 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12371 /* end confdefs.h. */
12372 #include <string.h>
12374 main ()
12376 #if defined(__USE_FORTIFY_LEVEL) && __USE_FORTIFY_LEVEL > 0
12377 #error Fortify enabled
12378 #endif
12380 return 0;
12382 _ACEOF
12383 if ac_fn_c_try_compile "$LINENO"; then :
12384 ac_cv_c_fortify_enabled=no
12385 else
12386 ac_cv_c_fortify_enabled=yes
12388 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12390 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_fortify_enabled" >&5
12391 $as_echo "$ac_cv_c_fortify_enabled" >&6; }
12392 if test "$ac_cv_c_fortify_enabled" = yes
12393 then
12394 CFLAGS="$CFLAGS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0"
12398 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether external symbols need an underscore prefix" >&5
12399 $as_echo_n "checking whether external symbols need an underscore prefix... " >&6; }
12400 if test "${ac_cv_c_extern_prefix+set}" = set; then :
12401 $as_echo_n "(cached) " >&6
12402 else
12403 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12404 /* end confdefs.h. */
12405 extern int ac_test;
12407 main ()
12409 asm(".globl _ac_test\n_ac_test:\t.long 0"); if (ac_test) return 1
12411 return 0;
12413 _ACEOF
12414 if ac_fn_c_try_link "$LINENO"; then :
12415 ac_cv_c_extern_prefix="yes"
12416 else
12417 ac_cv_c_extern_prefix="no"
12419 rm -f core conftest.err conftest.$ac_objext \
12420 conftest$ac_exeext conftest.$ac_ext
12422 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_extern_prefix" >&5
12423 $as_echo "$ac_cv_c_extern_prefix" >&6; }
12425 case $host_cpu in
12426 *i[3456789]86*)
12427 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether external symbols need stdcall decoration" >&5
12428 $as_echo_n "checking whether external symbols need stdcall decoration... " >&6; }
12429 if test "${ac_cv_c_stdcall_suffix+set}" = set; then :
12430 $as_echo_n "(cached) " >&6
12431 else
12432 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12433 /* end confdefs.h. */
12434 #ifndef _MSC_VER
12435 #define __stdcall __attribute__((__stdcall__))
12436 #endif
12437 int __stdcall ac_test(int i) { return i; }
12439 main ()
12441 asm("jmp _ac_test@4"); if (ac_test(1)) return 1
12443 return 0;
12445 _ACEOF
12446 if ac_fn_c_try_link "$LINENO"; then :
12447 ac_cv_c_stdcall_suffix="yes"
12448 else
12449 ac_cv_c_stdcall_suffix="no"
12451 rm -f core conftest.err conftest.$ac_objext \
12452 conftest$ac_exeext conftest.$ac_ext
12454 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_stdcall_suffix" >&5
12455 $as_echo "$ac_cv_c_stdcall_suffix" >&6; } ;;
12456 *) ac_cv_c_stdcall_suffix="no" ;;
12457 esac
12460 if test "$ac_cv_c_extern_prefix" = "yes"
12461 then
12462 $as_echo "#define __ASM_NAME(name) \"_\" name" >>confdefs.h
12464 asm_name_prefix="_"
12465 else
12466 $as_echo "#define __ASM_NAME(name) name" >>confdefs.h
12468 asm_name_prefix=""
12472 if test "$ac_cv_c_stdcall_suffix" = "yes"
12473 then
12474 $as_echo "#define __ASM_STDCALL(args) \"@\" #args" >>confdefs.h
12476 else
12477 $as_echo "#define __ASM_STDCALL(args) \"\"" >>confdefs.h
12482 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to define a function in assembly code" >&5
12483 $as_echo_n "checking how to define a function in assembly code... " >&6; }
12484 if test "${ac_cv_asm_func_def+set}" = set; then :
12485 $as_echo_n "(cached) " >&6
12486 else
12487 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12488 /* end confdefs.h. */
12491 main ()
12493 asm("\t.globl _ac_test\n\t.def _ac_test; .scl 2; .type 32; .endef\n_ac_test:\t.long 0");
12495 return 0;
12497 _ACEOF
12498 if ac_fn_c_try_link "$LINENO"; then :
12499 ac_cv_asm_func_def=".def"
12500 else
12501 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12502 /* end confdefs.h. */
12505 main ()
12507 asm("\t.globl _ac_test\n\t.type _ac_test,@function\n_ac_test:\t.long 0");
12509 return 0;
12511 _ACEOF
12512 if ac_fn_c_try_link "$LINENO"; then :
12513 ac_cv_asm_func_def=".type @function"
12514 else
12515 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12516 /* end confdefs.h. */
12519 main ()
12521 asm("\t.globl _ac_test\n\t.type _ac_test,2\n_ac_test:\t.long 0");
12523 return 0;
12525 _ACEOF
12526 if ac_fn_c_try_link "$LINENO"; then :
12527 ac_cv_asm_func_def=".type 2"
12528 else
12529 ac_cv_asm_func_def="unknown"
12531 rm -f core conftest.err conftest.$ac_objext \
12532 conftest$ac_exeext conftest.$ac_ext
12534 rm -f core conftest.err conftest.$ac_objext \
12535 conftest$ac_exeext conftest.$ac_ext
12537 rm -f core conftest.err conftest.$ac_objext \
12538 conftest$ac_exeext conftest.$ac_ext
12540 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_asm_func_def" >&5
12541 $as_echo "$ac_cv_asm_func_def" >&6; }
12544 case "$ac_cv_asm_func_def" in
12545 ".def")
12546 $as_echo "#define __ASM_FUNC(name) \".def \" __ASM_NAME(name) \"; .scl 2; .type 32; .endef\"" >>confdefs.h
12548 asm_func_header=".def $asm_name_prefix\" #name suffix \"; .scl 2; .type 32; .endef" ;;
12549 ".type @function")
12550 $as_echo "#define __ASM_FUNC(name) \".type \" __ASM_NAME(name) \",@function\"" >>confdefs.h
12552 asm_func_header=".type $asm_name_prefix\" #name suffix \",@function" ;;
12553 ".type 2")
12554 $as_echo "#define __ASM_FUNC(name) \".type \" __ASM_NAME(name) \",2\"" >>confdefs.h
12556 asm_func_header=".type $asm_name_prefix\" #name suffix \",2" ;;
12558 $as_echo "#define __ASM_FUNC(name) \"\"" >>confdefs.h
12560 asm_func_header="" ;;
12561 esac
12563 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether asm() works outside of functions" >&5
12564 $as_echo_n "checking whether asm() works outside of functions... " >&6; }
12565 if test "${ac_cv_c_asm_outside_funcs+set}" = set; then :
12566 $as_echo_n "(cached) " >&6
12567 else
12568 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12569 /* end confdefs.h. */
12570 asm(".text\n\t.long 0");
12572 main ()
12576 return 0;
12578 _ACEOF
12579 if ac_fn_c_try_compile "$LINENO"; then :
12580 ac_cv_c_asm_outside_funcs="yes"
12581 else
12582 ac_cv_c_asm_outside_funcs="no"
12584 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12586 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_asm_outside_funcs" >&5
12587 $as_echo "$ac_cv_c_asm_outside_funcs" >&6; }
12589 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether .previous is supported in assembly code" >&5
12590 $as_echo_n "checking whether .previous is supported in assembly code... " >&6; }
12591 if test "${ac_cv_c_dot_previous+set}" = set; then :
12592 $as_echo_n "(cached) " >&6
12593 else
12594 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12595 /* end confdefs.h. */
12598 main ()
12600 asm(".text\nac_test:\t.long 0\n\t.previous");
12602 return 0;
12604 _ACEOF
12605 if ac_fn_c_try_link "$LINENO"; then :
12606 ac_cv_c_dot_previous="yes"
12607 else
12608 ac_cv_c_dot_previous="no"
12610 rm -f core conftest.err conftest.$ac_objext \
12611 conftest$ac_exeext conftest.$ac_ext
12613 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dot_previous" >&5
12614 $as_echo "$ac_cv_c_dot_previous" >&6; }
12616 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether CFI directives are supported in assembly code" >&5
12617 $as_echo_n "checking whether CFI directives are supported in assembly code... " >&6; }
12618 if test "${ac_cv_c_cfi_support+set}" = set; then :
12619 $as_echo_n "(cached) " >&6
12620 else
12621 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12622 /* end confdefs.h. */
12623 asm(".text\nac_test:\t.cfi_startproc\n\t.long 0\n\t.cfi_endproc");
12625 main ()
12629 return 0;
12631 _ACEOF
12632 if ac_fn_c_try_compile "$LINENO"; then :
12633 ac_cv_c_cfi_support="yes"
12634 else
12635 ac_cv_c_cfi_support="no"
12637 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12639 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_cfi_support" >&5
12640 $as_echo "$ac_cv_c_cfi_support" >&6; }
12642 asm_func_header=".globl $asm_name_prefix\" #name suffix \"\\n\\t$asm_func_header\\n$asm_name_prefix\" #name suffix \":\\n\\t"
12643 asm_func_trailer=""
12644 if test "$ac_cv_c_dot_previous" = "yes"
12645 then
12646 asm_func_trailer="\\n\\t.previous"
12648 if test "$ac_cv_c_cfi_support" = "yes"
12649 then
12650 asm_func_header="$asm_func_header.cfi_startproc\\n\\t"
12651 asm_func_trailer="\\n\\t.cfi_endproc$asm_func_trailer"
12653 $as_echo "#define __ASM_CFI(str) str" >>confdefs.h
12655 UNWINDFLAGS=-fasynchronous-unwind-tables
12657 else
12658 $as_echo "#define __ASM_CFI(str) \"\"" >>confdefs.h
12662 asm_func_code="$asm_func_header\" code \"$asm_func_trailer"
12665 if test "$ac_cv_c_asm_outside_funcs" = "yes"
12666 then
12667 cat >>confdefs.h <<_ACEOF
12668 #define __ASM_DEFINE_FUNC(name,suffix,code) asm(".text\n\t.align 4\n\t$asm_func_code");
12669 _ACEOF
12671 else
12672 cat >>confdefs.h <<_ACEOF
12673 #define __ASM_DEFINE_FUNC(name,suffix,code) void __asm_dummy_##name(void) { asm(".text\n\t.align 4\n\t$asm_func_code"); }
12674 _ACEOF
12678 $as_echo "#define __ASM_GLOBAL_FUNC(name,code) __ASM_DEFINE_FUNC(name,\"\",code)" >>confdefs.h
12681 $as_echo "#define __ASM_STDCALL_FUNC(name,args,code) __ASM_DEFINE_FUNC(name,__ASM_STDCALL(args),code)" >>confdefs.h
12685 LDPATH=""
12687 case $build_os in
12688 cygwin*|mingw32*)
12689 TOOLSEXT=".exe"
12691 LDPATH="PATH=\"\$(TOOLSDIR)/libs/wine:\$\$PATH\""
12693 darwin*|macosx*)
12696 LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
12698 esac
12700 case $host_os in
12701 mingw32*)
12702 CRTLIBS="-lmsvcrt"
12704 SOCKETLIBS="-L\$(top_builddir)/dlls/ws2_32 -lws2_32"
12707 esac
12709 MAIN_BINARY="wine"
12711 test "x$enable_win64" != "xyes" || MAIN_BINARY="wine64"
12713 case $host_os in
12714 linux*)
12715 case $host_cpu in
12716 *i[3456789]86*) EXTRA_BINARIES="wine-preloader"
12718 x86_64*) EXTRA_BINARIES="wine64-preloader"
12720 esac
12722 esac
12725 ac_save_CFLAGS="$CFLAGS"
12726 CFLAGS="$CFLAGS $BUILTINFLAG"
12727 for ac_func in \
12728 _pclose \
12729 _popen \
12730 _snprintf \
12731 _spawnvp \
12732 _strdup \
12733 _stricmp \
12734 _strnicmp \
12735 _strtoi64 \
12736 _strtoui64 \
12737 _vsnprintf \
12738 asctime_r \
12739 chsize \
12740 dlopen \
12741 epoll_create \
12742 ffs \
12743 finite \
12744 fnmatch \
12745 fork \
12746 fpclass \
12747 fstatfs \
12748 fstatvfs \
12749 ftruncate \
12750 futimes \
12751 futimesat \
12752 getdirentries \
12753 getopt_long \
12754 getpagesize \
12755 getpwuid \
12756 gettimeofday \
12757 getuid \
12758 kqueue \
12759 lstat \
12760 memmove \
12761 mmap \
12762 pclose \
12763 pipe2 \
12764 poll \
12765 popen \
12766 port_create \
12767 prctl \
12768 pread \
12769 pwrite \
12770 readdir \
12771 readlink \
12772 sched_setaffinity \
12773 sched_yield \
12774 select \
12775 setproctitle \
12776 setrlimit \
12777 settimeofday \
12778 sigaltstack \
12779 sigprocmask \
12780 snprintf \
12781 spawnvp \
12782 statfs \
12783 statvfs \
12784 strcasecmp \
12785 strdup \
12786 strerror \
12787 strncasecmp \
12788 strtold \
12789 strtoll \
12790 strtoull \
12791 symlink \
12792 tcgetattr \
12793 thr_kill2 \
12794 timegm \
12795 usleep \
12796 vsnprintf \
12797 wait4 \
12798 waitpid \
12800 do :
12801 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
12802 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
12803 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
12804 cat >>confdefs.h <<_ACEOF
12805 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
12806 _ACEOF
12809 done
12811 CFLAGS="$ac_save_CFLAGS"
12813 if test "$ac_cv_func_dlopen" = no
12814 then
12815 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
12816 $as_echo_n "checking for dlopen in -ldl... " >&6; }
12817 if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
12818 $as_echo_n "(cached) " >&6
12819 else
12820 ac_check_lib_save_LIBS=$LIBS
12821 LIBS="-ldl $LIBS"
12822 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12823 /* end confdefs.h. */
12825 /* Override any GCC internal prototype to avoid an error.
12826 Use char because int might match the return type of a GCC
12827 builtin and then its argument prototype would still apply. */
12828 #ifdef __cplusplus
12829 extern "C"
12830 #endif
12831 char dlopen ();
12833 main ()
12835 return dlopen ();
12837 return 0;
12839 _ACEOF
12840 if ac_fn_c_try_link "$LINENO"; then :
12841 ac_cv_lib_dl_dlopen=yes
12842 else
12843 ac_cv_lib_dl_dlopen=no
12845 rm -f core conftest.err conftest.$ac_objext \
12846 conftest$ac_exeext conftest.$ac_ext
12847 LIBS=$ac_check_lib_save_LIBS
12849 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
12850 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
12851 if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
12852 $as_echo "#define HAVE_DLOPEN 1" >>confdefs.h
12853 LIBDL="-ldl"
12858 ac_wine_check_funcs_save_LIBS="$LIBS"
12859 LIBS="$LIBS $LIBDL"
12860 for ac_func in dladdr
12861 do :
12862 ac_fn_c_check_func "$LINENO" "dladdr" "ac_cv_func_dladdr"
12863 if test "x$ac_cv_func_dladdr" = x""yes; then :
12864 cat >>confdefs.h <<_ACEOF
12865 #define HAVE_DLADDR 1
12866 _ACEOF
12869 done
12871 LIBS="$ac_wine_check_funcs_save_LIBS"
12873 if test "$ac_cv_func_poll" = no
12874 then
12875 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for poll in -lpoll" >&5
12876 $as_echo_n "checking for poll in -lpoll... " >&6; }
12877 if test "${ac_cv_lib_poll_poll+set}" = set; then :
12878 $as_echo_n "(cached) " >&6
12879 else
12880 ac_check_lib_save_LIBS=$LIBS
12881 LIBS="-lpoll $LIBS"
12882 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12883 /* end confdefs.h. */
12885 /* Override any GCC internal prototype to avoid an error.
12886 Use char because int might match the return type of a GCC
12887 builtin and then its argument prototype would still apply. */
12888 #ifdef __cplusplus
12889 extern "C"
12890 #endif
12891 char poll ();
12893 main ()
12895 return poll ();
12897 return 0;
12899 _ACEOF
12900 if ac_fn_c_try_link "$LINENO"; then :
12901 ac_cv_lib_poll_poll=yes
12902 else
12903 ac_cv_lib_poll_poll=no
12905 rm -f core conftest.err conftest.$ac_objext \
12906 conftest$ac_exeext conftest.$ac_ext
12907 LIBS=$ac_check_lib_save_LIBS
12909 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_poll_poll" >&5
12910 $as_echo "$ac_cv_lib_poll_poll" >&6; }
12911 if test "x$ac_cv_lib_poll_poll" = x""yes; then :
12912 $as_echo "#define HAVE_POLL 1" >>confdefs.h
12913 LIBPOLL="-lpoll"
12919 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing gethostbyname" >&5
12920 $as_echo_n "checking for library containing gethostbyname... " >&6; }
12921 if test "${ac_cv_search_gethostbyname+set}" = set; then :
12922 $as_echo_n "(cached) " >&6
12923 else
12924 ac_func_search_save_LIBS=$LIBS
12925 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12926 /* end confdefs.h. */
12928 /* Override any GCC internal prototype to avoid an error.
12929 Use char because int might match the return type of a GCC
12930 builtin and then its argument prototype would still apply. */
12931 #ifdef __cplusplus
12932 extern "C"
12933 #endif
12934 char gethostbyname ();
12936 main ()
12938 return gethostbyname ();
12940 return 0;
12942 _ACEOF
12943 for ac_lib in '' nsl; do
12944 if test -z "$ac_lib"; then
12945 ac_res="none required"
12946 else
12947 ac_res=-l$ac_lib
12948 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
12950 if ac_fn_c_try_link "$LINENO"; then :
12951 ac_cv_search_gethostbyname=$ac_res
12953 rm -f core conftest.err conftest.$ac_objext \
12954 conftest$ac_exeext
12955 if test "${ac_cv_search_gethostbyname+set}" = set; then :
12956 break
12958 done
12959 if test "${ac_cv_search_gethostbyname+set}" = set; then :
12961 else
12962 ac_cv_search_gethostbyname=no
12964 rm conftest.$ac_ext
12965 LIBS=$ac_func_search_save_LIBS
12967 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_gethostbyname" >&5
12968 $as_echo "$ac_cv_search_gethostbyname" >&6; }
12969 ac_res=$ac_cv_search_gethostbyname
12970 if test "$ac_res" != no; then :
12971 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
12976 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing connect" >&5
12977 $as_echo_n "checking for library containing connect... " >&6; }
12978 if test "${ac_cv_search_connect+set}" = set; then :
12979 $as_echo_n "(cached) " >&6
12980 else
12981 ac_func_search_save_LIBS=$LIBS
12982 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12983 /* end confdefs.h. */
12985 /* Override any GCC internal prototype to avoid an error.
12986 Use char because int might match the return type of a GCC
12987 builtin and then its argument prototype would still apply. */
12988 #ifdef __cplusplus
12989 extern "C"
12990 #endif
12991 char connect ();
12993 main ()
12995 return connect ();
12997 return 0;
12999 _ACEOF
13000 for ac_lib in '' socket; do
13001 if test -z "$ac_lib"; then
13002 ac_res="none required"
13003 else
13004 ac_res=-l$ac_lib
13005 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
13007 if ac_fn_c_try_link "$LINENO"; then :
13008 ac_cv_search_connect=$ac_res
13010 rm -f core conftest.err conftest.$ac_objext \
13011 conftest$ac_exeext
13012 if test "${ac_cv_search_connect+set}" = set; then :
13013 break
13015 done
13016 if test "${ac_cv_search_connect+set}" = set; then :
13018 else
13019 ac_cv_search_connect=no
13021 rm conftest.$ac_ext
13022 LIBS=$ac_func_search_save_LIBS
13024 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_connect" >&5
13025 $as_echo "$ac_cv_search_connect" >&6; }
13026 ac_res=$ac_cv_search_connect
13027 if test "$ac_res" != no; then :
13028 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
13033 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing inet_aton" >&5
13034 $as_echo_n "checking for library containing inet_aton... " >&6; }
13035 if test "${ac_cv_search_inet_aton+set}" = set; then :
13036 $as_echo_n "(cached) " >&6
13037 else
13038 ac_func_search_save_LIBS=$LIBS
13039 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13040 /* end confdefs.h. */
13042 /* Override any GCC internal prototype to avoid an error.
13043 Use char because int might match the return type of a GCC
13044 builtin and then its argument prototype would still apply. */
13045 #ifdef __cplusplus
13046 extern "C"
13047 #endif
13048 char inet_aton ();
13050 main ()
13052 return inet_aton ();
13054 return 0;
13056 _ACEOF
13057 for ac_lib in '' resolv; do
13058 if test -z "$ac_lib"; then
13059 ac_res="none required"
13060 else
13061 ac_res=-l$ac_lib
13062 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
13064 if ac_fn_c_try_link "$LINENO"; then :
13065 ac_cv_search_inet_aton=$ac_res
13067 rm -f core conftest.err conftest.$ac_objext \
13068 conftest$ac_exeext
13069 if test "${ac_cv_search_inet_aton+set}" = set; then :
13070 break
13072 done
13073 if test "${ac_cv_search_inet_aton+set}" = set; then :
13075 else
13076 ac_cv_search_inet_aton=no
13078 rm conftest.$ac_ext
13079 LIBS=$ac_func_search_save_LIBS
13081 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_inet_aton" >&5
13082 $as_echo "$ac_cv_search_inet_aton" >&6; }
13083 ac_res=$ac_cv_search_inet_aton
13084 if test "$ac_res" != no; then :
13085 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
13090 for ac_func in \
13091 getaddrinfo \
13092 getnameinfo \
13093 getnetbyname \
13094 getprotobyname \
13095 getprotobynumber \
13096 getservbyport \
13097 inet_network \
13098 inet_ntop \
13099 inet_pton \
13100 sendmsg \
13101 socketpair \
13103 do :
13104 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
13105 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
13106 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
13107 cat >>confdefs.h <<_ACEOF
13108 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
13109 _ACEOF
13112 done
13115 LDAPLIBS=""
13117 if test "$ac_cv_header_ldap_h" = "yes" -a "$ac_cv_header_lber_h" = "yes"
13118 then
13119 ac_fn_c_check_type "$LINENO" "LDAPSortKey" "ac_cv_type_LDAPSortKey" "#include <ldap.h>
13121 if test "x$ac_cv_type_LDAPSortKey" = x""yes; then :
13122 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ldap_initialize in -lldap_r" >&5
13123 $as_echo_n "checking for ldap_initialize in -lldap_r... " >&6; }
13124 if test "${ac_cv_lib_ldap_r_ldap_initialize+set}" = set; then :
13125 $as_echo_n "(cached) " >&6
13126 else
13127 ac_check_lib_save_LIBS=$LIBS
13128 LIBS="-lldap_r $LIBPTHREAD $LIBS"
13129 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13130 /* end confdefs.h. */
13132 /* Override any GCC internal prototype to avoid an error.
13133 Use char because int might match the return type of a GCC
13134 builtin and then its argument prototype would still apply. */
13135 #ifdef __cplusplus
13136 extern "C"
13137 #endif
13138 char ldap_initialize ();
13140 main ()
13142 return ldap_initialize ();
13144 return 0;
13146 _ACEOF
13147 if ac_fn_c_try_link "$LINENO"; then :
13148 ac_cv_lib_ldap_r_ldap_initialize=yes
13149 else
13150 ac_cv_lib_ldap_r_ldap_initialize=no
13152 rm -f core conftest.err conftest.$ac_objext \
13153 conftest$ac_exeext conftest.$ac_ext
13154 LIBS=$ac_check_lib_save_LIBS
13156 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ldap_r_ldap_initialize" >&5
13157 $as_echo "$ac_cv_lib_ldap_r_ldap_initialize" >&6; }
13158 if test "x$ac_cv_lib_ldap_r_ldap_initialize" = x""yes; then :
13159 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ber_init in -llber" >&5
13160 $as_echo_n "checking for ber_init in -llber... " >&6; }
13161 if test "${ac_cv_lib_lber_ber_init+set}" = set; then :
13162 $as_echo_n "(cached) " >&6
13163 else
13164 ac_check_lib_save_LIBS=$LIBS
13165 LIBS="-llber $LIBPTHREAD $LIBS"
13166 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13167 /* end confdefs.h. */
13169 /* Override any GCC internal prototype to avoid an error.
13170 Use char because int might match the return type of a GCC
13171 builtin and then its argument prototype would still apply. */
13172 #ifdef __cplusplus
13173 extern "C"
13174 #endif
13175 char ber_init ();
13177 main ()
13179 return ber_init ();
13181 return 0;
13183 _ACEOF
13184 if ac_fn_c_try_link "$LINENO"; then :
13185 ac_cv_lib_lber_ber_init=yes
13186 else
13187 ac_cv_lib_lber_ber_init=no
13189 rm -f core conftest.err conftest.$ac_objext \
13190 conftest$ac_exeext conftest.$ac_ext
13191 LIBS=$ac_check_lib_save_LIBS
13193 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lber_ber_init" >&5
13194 $as_echo "$ac_cv_lib_lber_ber_init" >&6; }
13195 if test "x$ac_cv_lib_lber_ber_init" = x""yes; then :
13197 $as_echo "#define HAVE_LDAP 1" >>confdefs.h
13199 LDAPLIBS="-lldap_r -llber"
13206 ac_wine_check_funcs_save_LIBS="$LIBS"
13207 LIBS="$LIBS $LDAPLIBS $LIBPTHREAD"
13208 for ac_func in \
13209 ldap_count_references \
13210 ldap_first_reference \
13211 ldap_next_reference \
13212 ldap_parse_reference \
13213 ldap_parse_sort_control \
13214 ldap_parse_sortresponse_control \
13215 ldap_parse_vlv_control \
13216 ldap_parse_vlvresponse_control
13217 do :
13218 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
13219 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
13220 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
13221 cat >>confdefs.h <<_ACEOF
13222 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
13223 _ACEOF
13226 done
13228 LIBS="$ac_wine_check_funcs_save_LIBS"
13230 if test "x$LDAPLIBS" = "x"; then :
13231 case "x$with_ldap" in
13232 x) as_fn_append wine_notices "|libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported." ;;
13233 xno) ;;
13234 *) as_fn_error $? "libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
13235 This is an error since --with-ldap was requested." "$LINENO" 5 ;;
13236 esac
13239 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether mkdir takes only one argument" >&5
13240 $as_echo_n "checking whether mkdir takes only one argument... " >&6; }
13241 if test "${wine_cv_one_arg_mkdir+set}" = set; then :
13242 $as_echo_n "(cached) " >&6
13243 else
13244 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13245 /* end confdefs.h. */
13246 #include <sys/stat.h>
13248 main ()
13250 mkdir("foo");
13252 return 0;
13254 _ACEOF
13255 if ac_fn_c_try_compile "$LINENO"; then :
13256 wine_cv_one_arg_mkdir=yes
13257 else
13258 wine_cv_one_arg_mkdir=no
13260 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13262 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_one_arg_mkdir" >&5
13263 $as_echo "$wine_cv_one_arg_mkdir" >&6; }
13264 if test "$wine_cv_one_arg_mkdir" = "yes"
13265 then
13267 $as_echo "#define HAVE_ONE_ARG_MKDIR 1" >>confdefs.h
13272 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for an ANSI C-conforming const" >&5
13273 $as_echo_n "checking for an ANSI C-conforming const... " >&6; }
13274 if test "${ac_cv_c_const+set}" = set; then :
13275 $as_echo_n "(cached) " >&6
13276 else
13277 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13278 /* end confdefs.h. */
13281 main ()
13283 /* FIXME: Include the comments suggested by Paul. */
13284 #ifndef __cplusplus
13285 /* Ultrix mips cc rejects this. */
13286 typedef int charset[2];
13287 const charset cs;
13288 /* SunOS 4.1.1 cc rejects this. */
13289 char const *const *pcpcc;
13290 char **ppc;
13291 /* NEC SVR4.0.2 mips cc rejects this. */
13292 struct point {int x, y;};
13293 static struct point const zero = {0,0};
13294 /* AIX XL C 1.02.0.0 rejects this.
13295 It does not let you subtract one const X* pointer from another in
13296 an arm of an if-expression whose if-part is not a constant
13297 expression */
13298 const char *g = "string";
13299 pcpcc = &g + (g ? g-g : 0);
13300 /* HPUX 7.0 cc rejects these. */
13301 ++pcpcc;
13302 ppc = (char**) pcpcc;
13303 pcpcc = (char const *const *) ppc;
13304 { /* SCO 3.2v4 cc rejects this. */
13305 char *t;
13306 char const *s = 0 ? (char *) 0 : (char const *) 0;
13308 *t++ = 0;
13309 if (s) return 0;
13311 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
13312 int x[] = {25, 17};
13313 const int *foo = &x[0];
13314 ++foo;
13316 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
13317 typedef const int *iptr;
13318 iptr p = 0;
13319 ++p;
13321 { /* AIX XL C 1.02.0.0 rejects this saying
13322 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
13323 struct s { int j; const int *ap[3]; };
13324 struct s *b; b->j = 5;
13326 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
13327 const int foo = 10;
13328 if (!foo) return 0;
13330 return !cs[0] && !zero.x;
13331 #endif
13334 return 0;
13336 _ACEOF
13337 if ac_fn_c_try_compile "$LINENO"; then :
13338 ac_cv_c_const=yes
13339 else
13340 ac_cv_c_const=no
13342 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13344 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_const" >&5
13345 $as_echo "$ac_cv_c_const" >&6; }
13346 if test $ac_cv_c_const = no; then
13348 $as_echo "#define const /**/" >>confdefs.h
13352 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inline" >&5
13353 $as_echo_n "checking for inline... " >&6; }
13354 if test "${ac_cv_c_inline+set}" = set; then :
13355 $as_echo_n "(cached) " >&6
13356 else
13357 ac_cv_c_inline=no
13358 for ac_kw in inline __inline__ __inline; do
13359 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13360 /* end confdefs.h. */
13361 #ifndef __cplusplus
13362 typedef int foo_t;
13363 static $ac_kw foo_t static_foo () {return 0; }
13364 $ac_kw foo_t foo () {return 0; }
13365 #endif
13367 _ACEOF
13368 if ac_fn_c_try_compile "$LINENO"; then :
13369 ac_cv_c_inline=$ac_kw
13371 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13372 test "$ac_cv_c_inline" != no && break
13373 done
13376 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_inline" >&5
13377 $as_echo "$ac_cv_c_inline" >&6; }
13379 case $ac_cv_c_inline in
13380 inline | yes) ;;
13382 case $ac_cv_c_inline in
13383 no) ac_val=;;
13384 *) ac_val=$ac_cv_c_inline;;
13385 esac
13386 cat >>confdefs.h <<_ACEOF
13387 #ifndef __cplusplus
13388 #define inline $ac_val
13389 #endif
13390 _ACEOF
13392 esac
13394 ac_fn_c_check_type "$LINENO" "mode_t" "ac_cv_type_mode_t" "$ac_includes_default"
13395 if test "x$ac_cv_type_mode_t" = x""yes; then :
13397 cat >>confdefs.h <<_ACEOF
13398 #define HAVE_MODE_T 1
13399 _ACEOF
13403 ac_fn_c_check_type "$LINENO" "off_t" "ac_cv_type_off_t" "$ac_includes_default"
13404 if test "x$ac_cv_type_off_t" = x""yes; then :
13406 cat >>confdefs.h <<_ACEOF
13407 #define HAVE_OFF_T 1
13408 _ACEOF
13412 ac_fn_c_check_type "$LINENO" "pid_t" "ac_cv_type_pid_t" "$ac_includes_default"
13413 if test "x$ac_cv_type_pid_t" = x""yes; then :
13415 cat >>confdefs.h <<_ACEOF
13416 #define HAVE_PID_T 1
13417 _ACEOF
13421 ac_fn_c_check_type "$LINENO" "size_t" "ac_cv_type_size_t" "$ac_includes_default"
13422 if test "x$ac_cv_type_size_t" = x""yes; then :
13424 cat >>confdefs.h <<_ACEOF
13425 #define HAVE_SIZE_T 1
13426 _ACEOF
13430 ac_fn_c_check_type "$LINENO" "ssize_t" "ac_cv_type_ssize_t" "$ac_includes_default"
13431 if test "x$ac_cv_type_ssize_t" = x""yes; then :
13433 cat >>confdefs.h <<_ACEOF
13434 #define HAVE_SSIZE_T 1
13435 _ACEOF
13439 ac_fn_c_check_type "$LINENO" "long long" "ac_cv_type_long_long" "$ac_includes_default"
13440 if test "x$ac_cv_type_long_long" = x""yes; then :
13442 cat >>confdefs.h <<_ACEOF
13443 #define HAVE_LONG_LONG 1
13444 _ACEOF
13448 ac_fn_c_check_type "$LINENO" "fsblkcnt_t" "ac_cv_type_fsblkcnt_t" "$ac_includes_default"
13449 if test "x$ac_cv_type_fsblkcnt_t" = x""yes; then :
13451 cat >>confdefs.h <<_ACEOF
13452 #define HAVE_FSBLKCNT_T 1
13453 _ACEOF
13457 ac_fn_c_check_type "$LINENO" "fsfilcnt_t" "ac_cv_type_fsfilcnt_t" "$ac_includes_default"
13458 if test "x$ac_cv_type_fsfilcnt_t" = x""yes; then :
13460 cat >>confdefs.h <<_ACEOF
13461 #define HAVE_FSFILCNT_T 1
13462 _ACEOF
13467 ac_fn_c_check_type "$LINENO" "sigset_t" "ac_cv_type_sigset_t" "#include <sys/types.h>
13468 #include <signal.h>
13470 if test "x$ac_cv_type_sigset_t" = x""yes; then :
13472 cat >>confdefs.h <<_ACEOF
13473 #define HAVE_SIGSET_T 1
13474 _ACEOF
13479 ac_fn_c_check_type "$LINENO" "request_sense" "ac_cv_type_request_sense" "#include <linux/cdrom.h>
13481 if test "x$ac_cv_type_request_sense" = x""yes; then :
13483 cat >>confdefs.h <<_ACEOF
13484 #define HAVE_REQUEST_SENSE 1
13485 _ACEOF
13491 ac_fn_c_check_type "$LINENO" "struct xinpgen" "ac_cv_type_struct_xinpgen" "#include <sys/types.h>
13492 #ifdef HAVE_SYS_SOCKET_H
13493 #include <sys/socket.h>
13494 #endif
13495 #ifdef HAVE_SYS_SOCKETVAR_H
13496 #include <sys/socketvar.h>
13497 #endif
13498 #ifdef HAVE_NET_ROUTE_H
13499 #include <net/route.h>
13500 #endif
13501 #ifdef HAVE_NETINET_IN_H
13502 #include <netinet/in.h>
13503 #endif
13504 #ifdef HAVE_NETINET_IN_SYSTM_H
13505 #include <netinet/in_systm.h>
13506 #endif
13507 #ifdef HAVE_NETINET_IP_H
13508 #include <netinet/ip.h>
13509 #endif
13510 #ifdef HAVE_NETINET_IN_PCB_H
13511 #include <netinet/in_pcb.h>
13512 #endif
13514 if test "x$ac_cv_type_struct_xinpgen" = x""yes; then :
13516 cat >>confdefs.h <<_ACEOF
13517 #define HAVE_STRUCT_XINPGEN 1
13518 _ACEOF
13524 ac_fn_c_check_member "$LINENO" "struct ff_effect" "direction" "ac_cv_member_struct_ff_effect_direction" "#ifdef HAVE_LINUX_INPUT_H
13525 #include <linux/input.h>
13526 #endif
13528 if test "x$ac_cv_member_struct_ff_effect_direction" = x""yes; then :
13530 cat >>confdefs.h <<_ACEOF
13531 #define HAVE_STRUCT_FF_EFFECT_DIRECTION 1
13532 _ACEOF
13538 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sigaddset" >&5
13539 $as_echo_n "checking for sigaddset... " >&6; }
13540 if test "${wine_cv_have_sigaddset+set}" = set; then :
13541 $as_echo_n "(cached) " >&6
13542 else
13543 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13544 /* end confdefs.h. */
13545 #include <signal.h>
13547 main ()
13549 sigset_t set; sigaddset(&set,SIGTERM);
13551 return 0;
13553 _ACEOF
13554 if ac_fn_c_try_link "$LINENO"; then :
13555 wine_cv_have_sigaddset=yes
13556 else
13557 wine_cv_have_sigaddset=no
13559 rm -f core conftest.err conftest.$ac_objext \
13560 conftest$ac_exeext conftest.$ac_ext
13562 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_have_sigaddset" >&5
13563 $as_echo "$wine_cv_have_sigaddset" >&6; }
13564 if test "$wine_cv_have_sigaddset" = "yes"
13565 then
13567 $as_echo "#define HAVE_SIGADDSET 1" >>confdefs.h
13572 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can use re-entrant gethostbyname_r Linux style" >&5
13573 $as_echo_n "checking whether we can use re-entrant gethostbyname_r Linux style... " >&6; }
13574 if test "${wine_cv_linux_gethostbyname_r_6+set}" = set; then :
13575 $as_echo_n "(cached) " >&6
13576 else
13577 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13578 /* end confdefs.h. */
13579 #include <netdb.h>
13581 main ()
13584 char *name=0;
13585 struct hostent he;
13586 struct hostent *result;
13587 char *buf=0;
13588 int bufsize=0;
13589 int res,errnr;
13590 char *addr=0;
13591 int addrlen=0;
13592 int addrtype=0;
13593 res=gethostbyname_r(name,&he,buf,bufsize,&result,&errnr);
13594 res=gethostbyaddr_r(addr, addrlen, addrtype,&he,buf,bufsize,&result,&errnr);
13597 return 0;
13599 _ACEOF
13600 if ac_fn_c_try_link "$LINENO"; then :
13601 wine_cv_linux_gethostbyname_r_6=yes
13602 else
13603 wine_cv_linux_gethostbyname_r_6=no
13606 rm -f core conftest.err conftest.$ac_objext \
13607 conftest$ac_exeext conftest.$ac_ext
13610 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_linux_gethostbyname_r_6" >&5
13611 $as_echo "$wine_cv_linux_gethostbyname_r_6" >&6; }
13612 if test "$wine_cv_linux_gethostbyname_r_6" = "yes"
13613 then
13615 $as_echo "#define HAVE_LINUX_GETHOSTBYNAME_R_6 1" >>confdefs.h
13619 if test "$ac_cv_header_linux_joystick_h" = "yes"
13620 then
13621 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether linux/joystick.h uses the Linux 2.2+ API" >&5
13622 $as_echo_n "checking whether linux/joystick.h uses the Linux 2.2+ API... " >&6; }
13623 if test "${wine_cv_linux_joystick_22_api+set}" = set; then :
13624 $as_echo_n "(cached) " >&6
13625 else
13626 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13627 /* end confdefs.h. */
13629 #include <sys/ioctl.h>
13630 #include <sys/types.h>
13631 #include <linux/joystick.h>
13633 struct js_event blub;
13634 #if !defined(JS_EVENT_AXIS) || !defined(JS_EVENT_BUTTON)
13635 #error "no 2.2 header"
13636 #endif
13639 main ()
13641 /*empty*/
13643 return 0;
13645 _ACEOF
13646 if ac_fn_c_try_compile "$LINENO"; then :
13647 wine_cv_linux_joystick_22_api=yes
13648 else
13649 wine_cv_linux_joystick_22_api=no
13651 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13654 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_linux_joystick_22_api" >&5
13655 $as_echo "$wine_cv_linux_joystick_22_api" >&6; }
13656 if test "$wine_cv_linux_joystick_22_api" = "yes"
13657 then
13659 $as_echo "#define HAVE_LINUX_22_JOYSTICK_API 1" >>confdefs.h
13665 ac_fn_c_check_member "$LINENO" "struct statfs" "f_bfree" "ac_cv_member_struct_statfs_f_bfree" "#include <sys/types.h>
13666 #ifdef HAVE_SYS_PARAM_H
13667 # include <sys/param.h>
13668 #endif
13669 #ifdef HAVE_SYS_MOUNT_H
13670 # include <sys/mount.h>
13671 #endif
13672 #ifdef HAVE_SYS_VFS_H
13673 # include <sys/vfs.h>
13674 #endif
13675 #ifdef HAVE_SYS_STATFS_H
13676 # include <sys/statfs.h>
13677 #endif
13679 if test "x$ac_cv_member_struct_statfs_f_bfree" = x""yes; then :
13681 cat >>confdefs.h <<_ACEOF
13682 #define HAVE_STRUCT_STATFS_F_BFREE 1
13683 _ACEOF
13687 ac_fn_c_check_member "$LINENO" "struct statfs" "f_bavail" "ac_cv_member_struct_statfs_f_bavail" "#include <sys/types.h>
13688 #ifdef HAVE_SYS_PARAM_H
13689 # include <sys/param.h>
13690 #endif
13691 #ifdef HAVE_SYS_MOUNT_H
13692 # include <sys/mount.h>
13693 #endif
13694 #ifdef HAVE_SYS_VFS_H
13695 # include <sys/vfs.h>
13696 #endif
13697 #ifdef HAVE_SYS_STATFS_H
13698 # include <sys/statfs.h>
13699 #endif
13701 if test "x$ac_cv_member_struct_statfs_f_bavail" = x""yes; then :
13703 cat >>confdefs.h <<_ACEOF
13704 #define HAVE_STRUCT_STATFS_F_BAVAIL 1
13705 _ACEOF
13709 ac_fn_c_check_member "$LINENO" "struct statfs" "f_frsize" "ac_cv_member_struct_statfs_f_frsize" "#include <sys/types.h>
13710 #ifdef HAVE_SYS_PARAM_H
13711 # include <sys/param.h>
13712 #endif
13713 #ifdef HAVE_SYS_MOUNT_H
13714 # include <sys/mount.h>
13715 #endif
13716 #ifdef HAVE_SYS_VFS_H
13717 # include <sys/vfs.h>
13718 #endif
13719 #ifdef HAVE_SYS_STATFS_H
13720 # include <sys/statfs.h>
13721 #endif
13723 if test "x$ac_cv_member_struct_statfs_f_frsize" = x""yes; then :
13725 cat >>confdefs.h <<_ACEOF
13726 #define HAVE_STRUCT_STATFS_F_FRSIZE 1
13727 _ACEOF
13731 ac_fn_c_check_member "$LINENO" "struct statfs" "f_ffree" "ac_cv_member_struct_statfs_f_ffree" "#include <sys/types.h>
13732 #ifdef HAVE_SYS_PARAM_H
13733 # include <sys/param.h>
13734 #endif
13735 #ifdef HAVE_SYS_MOUNT_H
13736 # include <sys/mount.h>
13737 #endif
13738 #ifdef HAVE_SYS_VFS_H
13739 # include <sys/vfs.h>
13740 #endif
13741 #ifdef HAVE_SYS_STATFS_H
13742 # include <sys/statfs.h>
13743 #endif
13745 if test "x$ac_cv_member_struct_statfs_f_ffree" = x""yes; then :
13747 cat >>confdefs.h <<_ACEOF
13748 #define HAVE_STRUCT_STATFS_F_FFREE 1
13749 _ACEOF
13753 ac_fn_c_check_member "$LINENO" "struct statfs" "f_favail" "ac_cv_member_struct_statfs_f_favail" "#include <sys/types.h>
13754 #ifdef HAVE_SYS_PARAM_H
13755 # include <sys/param.h>
13756 #endif
13757 #ifdef HAVE_SYS_MOUNT_H
13758 # include <sys/mount.h>
13759 #endif
13760 #ifdef HAVE_SYS_VFS_H
13761 # include <sys/vfs.h>
13762 #endif
13763 #ifdef HAVE_SYS_STATFS_H
13764 # include <sys/statfs.h>
13765 #endif
13767 if test "x$ac_cv_member_struct_statfs_f_favail" = x""yes; then :
13769 cat >>confdefs.h <<_ACEOF
13770 #define HAVE_STRUCT_STATFS_F_FAVAIL 1
13771 _ACEOF
13775 ac_fn_c_check_member "$LINENO" "struct statfs" "f_namelen" "ac_cv_member_struct_statfs_f_namelen" "#include <sys/types.h>
13776 #ifdef HAVE_SYS_PARAM_H
13777 # include <sys/param.h>
13778 #endif
13779 #ifdef HAVE_SYS_MOUNT_H
13780 # include <sys/mount.h>
13781 #endif
13782 #ifdef HAVE_SYS_VFS_H
13783 # include <sys/vfs.h>
13784 #endif
13785 #ifdef HAVE_SYS_STATFS_H
13786 # include <sys/statfs.h>
13787 #endif
13789 if test "x$ac_cv_member_struct_statfs_f_namelen" = x""yes; then :
13791 cat >>confdefs.h <<_ACEOF
13792 #define HAVE_STRUCT_STATFS_F_NAMELEN 1
13793 _ACEOF
13799 ac_fn_c_check_member "$LINENO" "struct statvfs" "f_blocks" "ac_cv_member_struct_statvfs_f_blocks" "#ifdef HAVE_SYS_STATVFS_H
13800 #include <sys/statvfs.h>
13801 #endif
13803 if test "x$ac_cv_member_struct_statvfs_f_blocks" = x""yes; then :
13805 cat >>confdefs.h <<_ACEOF
13806 #define HAVE_STRUCT_STATVFS_F_BLOCKS 1
13807 _ACEOF
13813 ac_fn_c_check_member "$LINENO" "struct msghdr" "msg_accrights" "ac_cv_member_struct_msghdr_msg_accrights" "#include <sys/types.h>
13814 #ifdef HAVE_SYS_SOCKET_H
13815 # include <sys/socket.h>
13816 #endif
13817 #ifdef HAVE_SYS_UN_H
13818 # include <sys/un.h>
13819 #endif
13821 if test "x$ac_cv_member_struct_msghdr_msg_accrights" = x""yes; then :
13823 cat >>confdefs.h <<_ACEOF
13824 #define HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTS 1
13825 _ACEOF
13829 ac_fn_c_check_member "$LINENO" "struct sockaddr" "sa_len" "ac_cv_member_struct_sockaddr_sa_len" "#include <sys/types.h>
13830 #ifdef HAVE_SYS_SOCKET_H
13831 # include <sys/socket.h>
13832 #endif
13833 #ifdef HAVE_SYS_UN_H
13834 # include <sys/un.h>
13835 #endif
13837 if test "x$ac_cv_member_struct_sockaddr_sa_len" = x""yes; then :
13839 cat >>confdefs.h <<_ACEOF
13840 #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
13841 _ACEOF
13845 ac_fn_c_check_member "$LINENO" "struct sockaddr_un" "sun_len" "ac_cv_member_struct_sockaddr_un_sun_len" "#include <sys/types.h>
13846 #ifdef HAVE_SYS_SOCKET_H
13847 # include <sys/socket.h>
13848 #endif
13849 #ifdef HAVE_SYS_UN_H
13850 # include <sys/un.h>
13851 #endif
13853 if test "x$ac_cv_member_struct_sockaddr_un_sun_len" = x""yes; then :
13855 cat >>confdefs.h <<_ACEOF
13856 #define HAVE_STRUCT_SOCKADDR_UN_SUN_LEN 1
13857 _ACEOF
13863 ac_fn_c_check_member "$LINENO" "scsireq_t" "cmd" "ac_cv_member_scsireq_t_cmd" "#include <sys/types.h>
13864 #ifdef HAVE_SCSI_SG_H
13865 #include <scsi/sg.h>
13866 #endif
13868 if test "x$ac_cv_member_scsireq_t_cmd" = x""yes; then :
13870 cat >>confdefs.h <<_ACEOF
13871 #define HAVE_SCSIREQ_T_CMD 1
13872 _ACEOF
13876 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>
13877 #ifdef HAVE_SCSI_SG_H
13878 #include <scsi/sg.h>
13879 #endif
13881 if test "x$ac_cv_member_sg_io_hdr_t_interface_id" = x""yes; then :
13883 cat >>confdefs.h <<_ACEOF
13884 #define HAVE_SG_IO_HDR_T_INTERFACE_ID 1
13885 _ACEOF
13891 ac_fn_c_check_member "$LINENO" "siginfo_t" "si_fd" "ac_cv_member_siginfo_t_si_fd" "#include <signal.h>
13893 if test "x$ac_cv_member_siginfo_t_si_fd" = x""yes; then :
13895 cat >>confdefs.h <<_ACEOF
13896 #define HAVE_SIGINFO_T_SI_FD 1
13897 _ACEOF
13903 ac_fn_c_check_member "$LINENO" "struct mtget" "mt_blksiz" "ac_cv_member_struct_mtget_mt_blksiz" "#include <sys/types.h>
13904 #ifdef HAVE_SYS_MTIO_H
13905 #include <sys/mtio.h>
13906 #endif
13908 if test "x$ac_cv_member_struct_mtget_mt_blksiz" = x""yes; then :
13910 cat >>confdefs.h <<_ACEOF
13911 #define HAVE_STRUCT_MTGET_MT_BLKSIZ 1
13912 _ACEOF
13916 ac_fn_c_check_member "$LINENO" "struct mtget" "mt_gstat" "ac_cv_member_struct_mtget_mt_gstat" "#include <sys/types.h>
13917 #ifdef HAVE_SYS_MTIO_H
13918 #include <sys/mtio.h>
13919 #endif
13921 if test "x$ac_cv_member_struct_mtget_mt_gstat" = x""yes; then :
13923 cat >>confdefs.h <<_ACEOF
13924 #define HAVE_STRUCT_MTGET_MT_GSTAT 1
13925 _ACEOF
13929 ac_fn_c_check_member "$LINENO" "struct mtget" "mt_blkno" "ac_cv_member_struct_mtget_mt_blkno" "#include <sys/types.h>
13930 #ifdef HAVE_SYS_MTIO_H
13931 #include <sys/mtio.h>
13932 #endif
13934 if test "x$ac_cv_member_struct_mtget_mt_blkno" = x""yes; then :
13936 cat >>confdefs.h <<_ACEOF
13937 #define HAVE_STRUCT_MTGET_MT_BLKNO 1
13938 _ACEOF
13944 ac_fn_c_check_member "$LINENO" "struct option" "name" "ac_cv_member_struct_option_name" "#ifdef HAVE_GETOPT_H
13945 #include <getopt.h>
13946 #endif
13948 if test "x$ac_cv_member_struct_option_name" = x""yes; then :
13950 cat >>confdefs.h <<_ACEOF
13951 #define HAVE_STRUCT_OPTION_NAME 1
13952 _ACEOF
13958 ac_fn_c_check_member "$LINENO" "struct stat" "st_blocks" "ac_cv_member_struct_stat_st_blocks" "$ac_includes_default"
13959 if test "x$ac_cv_member_struct_stat_st_blocks" = x""yes; then :
13961 cat >>confdefs.h <<_ACEOF
13962 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
13963 _ACEOF
13967 ac_fn_c_check_member "$LINENO" "struct stat" "st_mtim" "ac_cv_member_struct_stat_st_mtim" "$ac_includes_default"
13968 if test "x$ac_cv_member_struct_stat_st_mtim" = x""yes; then :
13970 cat >>confdefs.h <<_ACEOF
13971 #define HAVE_STRUCT_STAT_ST_MTIM 1
13972 _ACEOF
13976 ac_fn_c_check_member "$LINENO" "struct stat" "st_ctim" "ac_cv_member_struct_stat_st_ctim" "$ac_includes_default"
13977 if test "x$ac_cv_member_struct_stat_st_ctim" = x""yes; then :
13979 cat >>confdefs.h <<_ACEOF
13980 #define HAVE_STRUCT_STAT_ST_CTIM 1
13981 _ACEOF
13985 ac_fn_c_check_member "$LINENO" "struct stat" "st_atim" "ac_cv_member_struct_stat_st_atim" "$ac_includes_default"
13986 if test "x$ac_cv_member_struct_stat_st_atim" = x""yes; then :
13988 cat >>confdefs.h <<_ACEOF
13989 #define HAVE_STRUCT_STAT_ST_ATIM 1
13990 _ACEOF
13996 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
13997 #include <sys/types.h>
13998 #endif
13999 #ifdef HAVE_NETINET_IN_H
14000 #include <netinet/in.h>
14001 #endif
14003 if test "x$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" = x""yes; then :
14005 cat >>confdefs.h <<_ACEOF
14006 #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
14007 _ACEOF
14013 ac_fn_c_check_member "$LINENO" "ns_msg" "_msg_ptr" "ac_cv_member_ns_msg__msg_ptr" "#ifdef HAVE_SYS_TYPES_H
14014 #include <sys/types.h>
14015 #endif
14016 #ifdef HAVE_NETINET_IN_H
14017 # include <netinet/in.h>
14018 #endif
14019 #ifdef HAVE_ARPA_NAMESER_H
14020 # include <arpa/nameser.h>
14021 #endif
14023 if test "x$ac_cv_member_ns_msg__msg_ptr" = x""yes; then :
14025 cat >>confdefs.h <<_ACEOF
14026 #define HAVE_NS_MSG__MSG_PTR 1
14027 _ACEOF
14033 ac_fn_c_check_member "$LINENO" "struct icmpstat" "icps_outhist" "ac_cv_member_struct_icmpstat_icps_outhist" "#ifdef HAVE_SYS_TYPES_H
14034 #include <sys/types.h>
14035 #endif
14036 #ifdef HAVE_ALIAS_H
14037 #include <alias.h>
14038 #endif
14039 #ifdef HAVE_SYS_SOCKET_H
14040 #include <sys/socket.h>
14041 #endif
14042 #ifdef HAVE_SYS_SOCKETVAR_H
14043 #include <sys/socketvar.h>
14044 #endif
14045 #ifdef HAVE_SYS_TIMEOUT_H
14046 #include <sys/timeout.h>
14047 #endif
14048 #ifdef HAVE_NETINET_IN_H
14049 #include <netinet/in.h>
14050 #endif
14051 #ifdef HAVE_NETINET_IN_SYSTM_H
14052 #include <netinet/in_systm.h>
14053 #endif
14054 #ifdef HAVE_NETINET_IP_H
14055 #include <netinet/ip.h>
14056 #endif
14057 #ifdef HAVE_NETINET_IP_VAR_H
14058 #include <netinet/ip_var.h>
14059 #endif
14060 #ifdef HAVE_NETINET_IP_ICMP_H
14061 #include <netinet/ip_icmp.h>
14062 #endif
14063 #ifdef HAVE_NETINET_ICMP_VAR
14064 #include <netinet/icmp_var.h>
14065 #endif
14067 if test "x$ac_cv_member_struct_icmpstat_icps_outhist" = x""yes; then :
14069 cat >>confdefs.h <<_ACEOF
14070 #define HAVE_STRUCT_ICMPSTAT_ICPS_OUTHIST 1
14071 _ACEOF
14077 ac_fn_c_check_member "$LINENO" "struct ifreq" "ifr_hwaddr" "ac_cv_member_struct_ifreq_ifr_hwaddr" "#ifdef HAVE_SYS_TYPES_H
14078 #include <sys/types.h>
14079 #endif
14080 #ifdef HAVE_NET_IF_H
14081 # include <net/if.h>
14082 #endif
14084 if test "x$ac_cv_member_struct_ifreq_ifr_hwaddr" = x""yes; then :
14086 cat >>confdefs.h <<_ACEOF
14087 #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
14088 _ACEOF
14094 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for timezone variable" >&5
14095 $as_echo_n "checking for timezone variable... " >&6; }
14096 if test "${ac_cv_have_timezone+set}" = set; then :
14097 $as_echo_n "(cached) " >&6
14098 else
14099 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14100 /* end confdefs.h. */
14101 #include <time.h>
14103 main ()
14105 timezone = 1
14107 return 0;
14109 _ACEOF
14110 if ac_fn_c_try_link "$LINENO"; then :
14111 ac_cv_have_timezone="yes"
14112 else
14113 ac_cv_have_timezone="no"
14115 rm -f core conftest.err conftest.$ac_objext \
14116 conftest$ac_exeext conftest.$ac_ext
14118 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_timezone" >&5
14119 $as_echo "$ac_cv_have_timezone" >&6; }
14120 if test "$ac_cv_have_timezone" = "yes"
14121 then
14123 $as_echo "#define HAVE_TIMEZONE 1" >>confdefs.h
14126 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for daylight variable" >&5
14127 $as_echo_n "checking for daylight variable... " >&6; }
14128 if test "${ac_cv_have_daylight+set}" = set; then :
14129 $as_echo_n "(cached) " >&6
14130 else
14131 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14132 /* end confdefs.h. */
14133 #include <time.h>
14135 main ()
14137 daylight = 1
14139 return 0;
14141 _ACEOF
14142 if ac_fn_c_try_link "$LINENO"; then :
14143 ac_cv_have_daylight="yes"
14144 else
14145 ac_cv_have_daylight="no"
14147 rm -f core conftest.err conftest.$ac_objext \
14148 conftest$ac_exeext conftest.$ac_ext
14150 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_daylight" >&5
14151 $as_echo "$ac_cv_have_daylight" >&6; }
14152 if test "$ac_cv_have_daylight" = "yes"
14153 then
14155 $as_echo "#define HAVE_DAYLIGHT 1" >>confdefs.h
14159 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isinf" >&5
14160 $as_echo_n "checking for isinf... " >&6; }
14161 if test "${ac_cv_have_isinf+set}" = set; then :
14162 $as_echo_n "(cached) " >&6
14163 else
14164 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14165 /* end confdefs.h. */
14166 #include <math.h>
14168 main ()
14170 float f = 0.0; int i=isinf(f)
14172 return 0;
14174 _ACEOF
14175 if ac_fn_c_try_link "$LINENO"; then :
14176 ac_cv_have_isinf="yes"
14177 else
14178 ac_cv_have_isinf="no"
14180 rm -f core conftest.err conftest.$ac_objext \
14181 conftest$ac_exeext conftest.$ac_ext
14183 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isinf" >&5
14184 $as_echo "$ac_cv_have_isinf" >&6; }
14185 if test "$ac_cv_have_isinf" = "yes"
14186 then
14188 $as_echo "#define HAVE_ISINF 1" >>confdefs.h
14192 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isnan" >&5
14193 $as_echo_n "checking for isnan... " >&6; }
14194 if test "${ac_cv_have_isnan+set}" = set; then :
14195 $as_echo_n "(cached) " >&6
14196 else
14197 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14198 /* end confdefs.h. */
14199 #include <math.h>
14201 main ()
14203 float f = 0.0; int i=isnan(f)
14205 return 0;
14207 _ACEOF
14208 if ac_fn_c_try_link "$LINENO"; then :
14209 ac_cv_have_isnan="yes"
14210 else
14211 ac_cv_have_isnan="no"
14213 rm -f core conftest.err conftest.$ac_objext \
14214 conftest$ac_exeext conftest.$ac_ext
14216 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isnan" >&5
14217 $as_echo "$ac_cv_have_isnan" >&6; }
14218 if test "$ac_cv_have_isnan" = "yes"
14219 then
14221 $as_echo "#define HAVE_ISNAN 1" >>confdefs.h
14226 case $host_cpu in
14227 *i[3456789]86*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __i386__" >&5
14228 $as_echo_n "checking whether we need to define __i386__... " >&6; }
14229 if test "${ac_cv_cpp_def___i386__+set}" = set; then :
14230 $as_echo_n "(cached) " >&6
14231 else
14232 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14233 /* end confdefs.h. */
14234 #ifndef __i386__
14236 #endif
14237 _ACEOF
14238 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
14239 $EGREP "yes" >/dev/null 2>&1; then :
14240 ac_cv_cpp_def___i386__=yes
14241 else
14242 ac_cv_cpp_def___i386__=no
14244 rm -f conftest*
14247 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___i386__" >&5
14248 $as_echo "$ac_cv_cpp_def___i386__" >&6; }
14249 if test $ac_cv_cpp_def___i386__ = yes; then :
14250 CFLAGS="$CFLAGS -D__i386__"
14251 LINTFLAGS="$LINTFLAGS -D__i386__"
14252 fi ;;
14253 *x86_64*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __x86_64__" >&5
14254 $as_echo_n "checking whether we need to define __x86_64__... " >&6; }
14255 if test "${ac_cv_cpp_def___x86_64__+set}" = set; then :
14256 $as_echo_n "(cached) " >&6
14257 else
14258 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14259 /* end confdefs.h. */
14260 #ifndef __x86_64__
14262 #endif
14263 _ACEOF
14264 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
14265 $EGREP "yes" >/dev/null 2>&1; then :
14266 ac_cv_cpp_def___x86_64__=yes
14267 else
14268 ac_cv_cpp_def___x86_64__=no
14270 rm -f conftest*
14273 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___x86_64__" >&5
14274 $as_echo "$ac_cv_cpp_def___x86_64__" >&6; }
14275 if test $ac_cv_cpp_def___x86_64__ = yes; then :
14276 CFLAGS="$CFLAGS -D__x86_64__"
14277 LINTFLAGS="$LINTFLAGS -D__x86_64__"
14278 fi ;;
14279 *alpha*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __ALPHA__" >&5
14280 $as_echo_n "checking whether we need to define __ALPHA__... " >&6; }
14281 if test "${ac_cv_cpp_def___ALPHA__+set}" = set; then :
14282 $as_echo_n "(cached) " >&6
14283 else
14284 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14285 /* end confdefs.h. */
14286 #ifndef __ALPHA__
14288 #endif
14289 _ACEOF
14290 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
14291 $EGREP "yes" >/dev/null 2>&1; then :
14292 ac_cv_cpp_def___ALPHA__=yes
14293 else
14294 ac_cv_cpp_def___ALPHA__=no
14296 rm -f conftest*
14299 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___ALPHA__" >&5
14300 $as_echo "$ac_cv_cpp_def___ALPHA__" >&6; }
14301 if test $ac_cv_cpp_def___ALPHA__ = yes; then :
14302 CFLAGS="$CFLAGS -D__ALPHA__"
14303 LINTFLAGS="$LINTFLAGS -D__ALPHA__"
14304 fi ;;
14305 *sparc*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sparc__" >&5
14306 $as_echo_n "checking whether we need to define __sparc__... " >&6; }
14307 if test "${ac_cv_cpp_def___sparc__+set}" = set; then :
14308 $as_echo_n "(cached) " >&6
14309 else
14310 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14311 /* end confdefs.h. */
14312 #ifndef __sparc__
14314 #endif
14315 _ACEOF
14316 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
14317 $EGREP "yes" >/dev/null 2>&1; then :
14318 ac_cv_cpp_def___sparc__=yes
14319 else
14320 ac_cv_cpp_def___sparc__=no
14322 rm -f conftest*
14325 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sparc__" >&5
14326 $as_echo "$ac_cv_cpp_def___sparc__" >&6; }
14327 if test $ac_cv_cpp_def___sparc__ = yes; then :
14328 CFLAGS="$CFLAGS -D__sparc__"
14329 LINTFLAGS="$LINTFLAGS -D__sparc__"
14330 fi ;;
14331 *powerpc*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __powerpc__" >&5
14332 $as_echo_n "checking whether we need to define __powerpc__... " >&6; }
14333 if test "${ac_cv_cpp_def___powerpc__+set}" = set; then :
14334 $as_echo_n "(cached) " >&6
14335 else
14336 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14337 /* end confdefs.h. */
14338 #ifndef __powerpc__
14340 #endif
14341 _ACEOF
14342 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
14343 $EGREP "yes" >/dev/null 2>&1; then :
14344 ac_cv_cpp_def___powerpc__=yes
14345 else
14346 ac_cv_cpp_def___powerpc__=no
14348 rm -f conftest*
14351 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___powerpc__" >&5
14352 $as_echo "$ac_cv_cpp_def___powerpc__" >&6; }
14353 if test $ac_cv_cpp_def___powerpc__ = yes; then :
14354 CFLAGS="$CFLAGS -D__powerpc__"
14355 LINTFLAGS="$LINTFLAGS -D__powerpc__"
14356 fi ;;
14357 esac
14359 case $host_vendor in
14360 *sun*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sun__" >&5
14361 $as_echo_n "checking whether we need to define __sun__... " >&6; }
14362 if test "${ac_cv_cpp_def___sun__+set}" = set; then :
14363 $as_echo_n "(cached) " >&6
14364 else
14365 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14366 /* end confdefs.h. */
14367 #ifndef __sun__
14369 #endif
14370 _ACEOF
14371 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
14372 $EGREP "yes" >/dev/null 2>&1; then :
14373 ac_cv_cpp_def___sun__=yes
14374 else
14375 ac_cv_cpp_def___sun__=no
14377 rm -f conftest*
14380 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sun__" >&5
14381 $as_echo "$ac_cv_cpp_def___sun__" >&6; }
14382 if test $ac_cv_cpp_def___sun__ = yes; then :
14383 CFLAGS="$CFLAGS -D__sun__"
14384 LINTFLAGS="$LINTFLAGS -D__sun__"
14385 fi ;;
14386 esac
14392 ac_config_commands="$ac_config_commands include/stamp-h"
14395 ALL_MAKEFILE_DEPENDS="
14396 # Rules automatically generated by configure
14398 .INIT: Makefile
14399 .MAKEFILEDEPS:
14400 all: Makefile
14401 Makefile: Makefile.in Make.vars.in Make.rules config.status
14402 @./config.status Make.tmp Makefile"
14404 ALL_POT_FILES=""
14405 ALL_WINETEST_DEPENDS="# Test binaries"
14407 ALL_TEST_BINARIES=""
14410 wine_fn_append_file ()
14412 as_fn_append $1 " \\$as_nl $2"
14415 wine_fn_append_rule ()
14417 as_fn_append $1 "$as_nl$2"
14420 wine_fn_has_flag ()
14422 expr ",$2," : ".*,$1,.*" >/dev/null
14425 wine_fn_all_dir_rules ()
14427 ac_dir=$1
14428 ac_alldeps=$2
14429 ac_makedep="\$(MAKEDEP)"
14430 ac_input=Make.vars.in:$ac_dir/Makefile.in
14431 if test $ac_dir != tools
14432 then
14433 ac_alldeps="$2 $ac_makedep"
14435 case $2 in
14436 *.in) ac_input=$ac_input:$2 ;;
14437 *) ac_makedep="$2 $ac_makedep" ;;
14438 esac
14440 wine_fn_append_file ALL_DIRS $ac_dir
14441 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14442 "__clean__: $ac_dir/__clean__
14443 .PHONY: $ac_dir/__clean__
14444 $ac_dir/__clean__: $ac_dir/Makefile
14445 @cd $ac_dir && \$(MAKE) clean
14446 \$(RM) $ac_dir/Makefile
14447 $ac_dir/Makefile: $ac_dir/Makefile.in Make.vars.in config.status $ac_alldeps
14448 @./config.status --file $ac_dir/Makefile:$ac_input && cd $ac_dir && \$(MAKE) depend
14449 depend: $ac_dir/__depend__
14450 .PHONY: $ac_dir/__depend__
14451 $ac_dir/__depend__: $ac_makedep dummy
14452 @./config.status --file $ac_dir/Makefile:$ac_input && cd $ac_dir && \$(MAKE) depend"
14455 wine_fn_config_makefile ()
14457 ac_dir=$1
14458 ac_enable=$2
14459 if eval test \"x\$"$ac_enable"\" = x"no"; then :
14460 return 0
14463 wine_fn_all_dir_rules $ac_dir Make.rules
14464 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14465 "all: $ac_dir
14466 .PHONY: $ac_dir
14467 $ac_dir: $ac_dir/Makefile dummy
14468 @cd $ac_dir && \$(MAKE)
14469 install:: $ac_dir
14470 @cd $ac_dir && \$(MAKE) install
14471 install-lib:: $ac_dir
14472 @cd $ac_dir && \$(MAKE) install-lib
14473 install-dev:: $ac_dir
14474 @cd $ac_dir && \$(MAKE) install-dev
14475 uninstall:: $ac_dir/Makefile
14476 @cd $ac_dir && \$(MAKE) uninstall"
14479 wine_fn_config_lib ()
14481 ac_name=$1
14482 ac_dir=dlls/$ac_name
14483 wine_fn_all_dir_rules $ac_dir dlls/Makeimplib.rules
14484 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14485 "all __builddeps__: $ac_dir
14486 $ac_dir: $ac_dir/Makefile tools/widl tools/winebuild tools/winegcc include dummy
14487 @cd $ac_dir && \$(MAKE)
14488 install install-dev:: $ac_dir
14489 @cd $ac_dir && \$(MAKE) install
14490 uninstall:: $ac_dir/Makefile
14491 @cd $ac_dir && \$(MAKE) uninstall"
14494 wine_fn_config_dll ()
14496 ac_name=$1
14497 ac_dir=dlls/$ac_name
14498 ac_enable=$2
14499 ac_flags=$3
14500 ac_implib=${4:-$ac_name}
14501 ac_file=$ac_dir/lib$ac_implib
14502 ac_deps="tools/widl tools/winebuild tools/winegcc include"
14503 ac_implibflags=""
14505 case $ac_name in
14506 *16) ac_implibflags=" -m16" ;;
14507 esac
14509 wine_fn_all_dir_rules $ac_dir dlls/Makedll.rules
14511 if eval test \"x\$"$ac_enable"\" = x"no"; then :
14512 test "$ac_enable" != enable_win16 || return 0
14513 else
14514 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14515 "all: $ac_dir
14516 .PHONY: $ac_dir
14517 $ac_dir: $ac_dir/Makefile __builddeps__ dummy
14518 @cd $ac_dir && \$(MAKE)
14519 install:: $ac_dir/Makefile __builddeps__
14520 @cd $ac_dir && \$(MAKE) install
14521 install-lib:: $ac_dir/Makefile __builddeps__
14522 @cd $ac_dir && \$(MAKE) install-lib
14523 uninstall manpages htmlpages sgmlpages xmlpages:: $ac_dir/Makefile
14524 @cd $ac_dir && \$(MAKE) \$@"
14526 if test "x$enable_maintainer_mode" = xyes && wine_fn_has_flag po $ac_flags
14527 then
14528 wine_fn_append_file ALL_POT_FILES $ac_dir/rsrc.pot
14529 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14530 "$ac_dir/rsrc.pot: $ac_dir"
14534 if wine_fn_has_flag staticimplib $ac_flags
14535 then
14536 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14537 "__builddeps__: $ac_file.$IMPLIBEXT $ac_file.$STATIC_IMPLIBEXT
14538 $ac_file.$IMPLIBEXT $ac_file.$STATIC_IMPLIBEXT $ac_file.cross.a: $ac_deps
14539 $ac_file.def: $ac_dir/$ac_name.spec $ac_dir/Makefile
14540 @cd $ac_dir && \$(MAKE) lib$ac_implib.def
14541 $ac_file.$STATIC_IMPLIBEXT: $ac_dir/Makefile dummy
14542 @cd $ac_dir && \$(MAKE) lib$ac_implib.$STATIC_IMPLIBEXT
14543 install-dev:: $ac_dir/Makefile __builddeps__
14544 @cd $ac_dir && \$(MAKE) install-dev"
14545 if test "x$CROSSTEST_DISABLE" = x
14546 then
14547 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14548 "__builddeps__: $ac_file.cross.a
14549 $ac_file.cross.a: $ac_dir/Makefile dummy
14550 @cd $ac_dir && \$(MAKE) lib$ac_implib.cross.a"
14553 elif wine_fn_has_flag implib $ac_flags
14554 then
14555 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14556 "__builddeps__: $ac_file.$IMPLIBEXT
14557 $ac_file.def: $ac_dir/$ac_name.spec $ac_dir/Makefile \$(WINEBUILD)
14558 \$(WINEBUILD) \$(TARGETFLAGS)$ac_implibflags -w --def -o \$@ --export \$(srcdir)/$ac_dir/$ac_name.spec
14559 $ac_file.a: $ac_dir/$ac_name.spec $ac_dir/Makefile \$(WINEBUILD)
14560 \$(WINEBUILD) \$(TARGETFLAGS)$ac_implibflags -w --implib -o \$@ --export \$(srcdir)/$ac_dir/$ac_name.spec
14561 install-dev:: $ac_dir/Makefile __builddeps__
14562 @cd $ac_dir && \$(MAKE) install-dev"
14563 if test "x$CROSSTEST_DISABLE" = x
14564 then
14565 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14566 "__builddeps__: $ac_file.cross.a
14567 $ac_file.cross.a: $ac_dir/$ac_name.spec $ac_dir/Makefile \$(WINEBUILD)
14568 \$(WINEBUILD) \$(CROSSTARGET:%=-b %)$ac_implibflags -w --implib -o \$@ --export \$(srcdir)/$ac_dir/$ac_name.spec"
14571 if test "$ac_name" != "$ac_implib"
14572 then
14573 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14574 "__builddeps__: dlls/lib$ac_implib.$IMPLIBEXT
14575 dlls/lib$ac_implib.$IMPLIBEXT: $ac_file.$IMPLIBEXT
14576 \$(RM) \$@ && \$(LN_S) $ac_name/lib$ac_implib.$IMPLIBEXT \$@
14577 clean::
14578 \$(RM) dlls/lib$ac_implib.$IMPLIBEXT"
14579 if test "x$CROSSTEST_DISABLE" = x
14580 then
14581 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14582 "__builddeps__: dlls/lib$ac_implib.cross.a
14583 dlls/lib$ac_implib.cross.a: $ac_file.cross.a
14584 \$(RM) \$@ && \$(LN_S) $ac_name/lib$ac_implib.cross.a \$@"
14590 wine_fn_config_program ()
14592 ac_name=$1
14593 ac_dir=programs/$ac_name
14594 ac_enable=$2
14595 ac_flags=$3
14596 wine_fn_all_dir_rules $ac_dir programs/Makeprog.rules
14598 if eval test \"x\$"$ac_enable"\" = x"no"; then :
14600 else
14601 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14602 "all: $ac_dir
14603 .PHONY: $ac_dir
14604 $ac_dir: $ac_dir/Makefile __builddeps__ dummy
14605 @cd $ac_dir && \$(MAKE)"
14607 if test "x$enable_maintainer_mode" = xyes && wine_fn_has_flag po $ac_flags
14608 then
14609 wine_fn_append_file ALL_POT_FILES $ac_dir/rsrc.pot
14610 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14611 "$ac_dir/rsrc.pot: $ac_dir"
14614 wine_fn_has_flag install $ac_flags || return
14615 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14616 "install install-lib:: $ac_dir/Makefile __builddeps__
14617 @cd $ac_dir && \$(MAKE) install
14618 uninstall:: $ac_dir/Makefile
14619 @cd $ac_dir && \$(MAKE) uninstall"
14620 if test -n "$DLLEXT" -a "x$enable_tools" != xno && wine_fn_has_flag installbin $ac_flags
14621 then
14622 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14623 "install install-lib:: tools \$(DESTDIR)\$(bindir)
14624 \$(INSTALL_SCRIPT) tools/wineapploader \$(DESTDIR)\$(bindir)/$ac_name
14625 uninstall::
14626 \$(RM) \$(DESTDIR)\$(bindir)/$ac_name"
14631 wine_fn_config_test ()
14633 ac_dir=$1
14634 ac_name=$2
14635 wine_fn_append_file ALL_TEST_BINARIES $ac_name.exe
14636 wine_fn_append_rule ALL_WINETEST_DEPENDS \
14637 "$ac_name.exe: \$(top_builddir)/$ac_dir/$ac_name.exe$DLLEXT
14638 cp \$(top_builddir)/$ac_dir/$ac_name.exe$DLLEXT \$@ && \$(STRIP) \$@
14639 $ac_name.rc:
14640 echo \"$ac_name.exe TESTRES \\\"$ac_name.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
14641 $ac_name.res: $ac_name.rc $ac_name.exe"
14642 wine_fn_all_dir_rules $ac_dir Maketest.rules
14644 if test "x$enable_tests" = x""no; then :
14646 else
14647 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14648 "all programs/winetest: $ac_dir
14649 .PHONY: $ac_dir
14650 $ac_dir: $ac_dir/Makefile __builddeps__ dummy
14651 @cd $ac_dir && \$(MAKE)
14652 test: $ac_dir/__test__
14653 .PHONY: $ac_dir/__test__
14654 $ac_dir/__test__: dummy
14655 @cd $ac_dir && \$(MAKE) test
14656 testclean::
14657 \$(RM) $ac_dir/*.ok"
14659 if test "x$CROSSTEST_DISABLE" = x
14660 then
14661 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14662 "crosstest: $ac_dir/__crosstest__
14663 .PHONY: $ac_dir/__crosstest__
14664 $ac_dir/__crosstest__: $ac_dir/Makefile __builddeps__ dummy
14665 @cd $ac_dir && \$(MAKE) crosstest"
14670 wine_fn_config_tool ()
14672 ac_dir=$1
14673 wine_fn_all_dir_rules $ac_dir Make.rules
14675 if test "x$enable_tools" = x""no; then :
14677 else
14678 case $ac_dir in
14679 tools) wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14680 "install:: $ac_dir
14681 @cd $ac_dir && \$(MAKE) install
14682 install-lib:: $ac_dir
14683 @cd $ac_dir && \$(MAKE) install-lib
14684 install-dev:: $ac_dir
14685 @cd $ac_dir && \$(MAKE) install-dev" ;;
14686 *) wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14687 "install install-dev:: $ac_dir
14688 @cd $ac_dir && \$(MAKE) install" ;;
14689 esac
14690 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14691 "uninstall:: $ac_dir/Makefile
14692 @cd $ac_dir && \$(MAKE) uninstall
14693 all __tooldeps__: $ac_dir
14694 .PHONY: $ac_dir
14695 $ac_dir: $ac_dir/Makefile libs/port dummy
14696 @cd $ac_dir && \$(MAKE)"
14697 case $ac_dir in
14698 tools/winebuild) wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(WINEBUILD): $ac_dir" ;;
14699 esac
14703 wine_fn_config_makerules ()
14705 ac_rules=$1
14706 ac_deps=$2
14707 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14708 "$ac_rules: $ac_rules.in $ac_deps config.status
14709 @./config.status $ac_rules
14710 distclean::
14711 \$(RM) $ac_rules"
14714 wine_fn_config_symlink ()
14716 ac_link=$1
14717 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14718 "$ac_link:
14719 @./config.status $ac_link
14720 distclean::
14721 \$(RM) $ac_link"
14724 if test "x$CROSSTEST_DISABLE" != x
14725 then
14726 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14727 "crosstest:
14728 @echo \"crosstest is not supported (mingw not installed?)\" && false"
14730 ac_config_links="$ac_config_links dlls/shell32/AUTHORS:AUTHORS"
14731 wine_fn_config_symlink dlls/shell32/AUTHORS
14732 ac_config_links="$ac_config_links dlls/wineps.drv/generic.ppd:dlls/wineps.drv/generic.ppd"
14733 test "$srcdir" = "." || wine_fn_config_symlink dlls/wineps.drv/generic.ppd
14734 if test "x$enable_fonts" != xno; then
14735 ac_config_links="$ac_config_links fonts/marlett.ttf:fonts/marlett.ttf"
14736 test "$srcdir" = "." || wine_fn_config_symlink fonts/marlett.ttf
14738 if test "x$enable_fonts" != xno; then
14739 ac_config_links="$ac_config_links fonts/symbol.ttf:fonts/symbol.ttf"
14740 test "$srcdir" = "." || wine_fn_config_symlink fonts/symbol.ttf
14742 if test "x$enable_fonts" != xno; then
14743 ac_config_links="$ac_config_links fonts/tahoma.ttf:fonts/tahoma.ttf"
14744 test "$srcdir" = "." || wine_fn_config_symlink fonts/tahoma.ttf
14746 if test "x$enable_fonts" != xno; then
14747 ac_config_links="$ac_config_links fonts/tahomabd.ttf:fonts/tahomabd.ttf"
14748 test "$srcdir" = "." || wine_fn_config_symlink fonts/tahomabd.ttf
14750 ac_config_links="$ac_config_links tools/l_intl.nls:tools/l_intl.nls"
14751 test "$srcdir" = "." || wine_fn_config_symlink tools/l_intl.nls
14752 ac_config_links="$ac_config_links wine:tools/winewrapper"
14753 wine_fn_config_symlink wine
14755 ac_config_commands="$ac_config_commands dlls/gdi32/enhmfdrv"
14757 ac_config_commands="$ac_config_commands dlls/gdi32/mfdrv"
14759 ac_config_commands="$ac_config_commands dlls/kernel32/nls"
14761 ac_config_commands="$ac_config_commands dlls/user32/resources"
14763 ac_config_commands="$ac_config_commands dlls/wineps.drv/data"
14765 ac_config_commands="$ac_config_commands include/wine"
14768 wine_fn_config_makerules Make.rules
14769 MAKE_RULES=Make.rules
14770 ac_config_files="$ac_config_files Make.rules"
14772 wine_fn_config_makerules Maketest.rules Make.rules
14773 MAKE_TEST_RULES=Maketest.rules
14774 ac_config_files="$ac_config_files Maketest.rules"
14776 wine_fn_config_makerules dlls/Makedll.rules Make.rules
14777 MAKE_DLL_RULES=dlls/Makedll.rules
14778 ac_config_files="$ac_config_files dlls/Makedll.rules"
14780 wine_fn_config_makerules dlls/Makeimplib.rules Make.rules
14781 MAKE_IMPLIB_RULES=dlls/Makeimplib.rules
14782 ac_config_files="$ac_config_files dlls/Makeimplib.rules"
14784 wine_fn_config_makerules programs/Makeprog.rules Make.rules
14785 MAKE_PROG_RULES=programs/Makeprog.rules
14786 ac_config_files="$ac_config_files programs/Makeprog.rules"
14789 wine_fn_config_dll acledit enable_acledit
14790 wine_fn_config_dll aclui enable_aclui implib
14791 wine_fn_config_dll activeds enable_activeds implib
14792 wine_fn_config_dll actxprxy enable_actxprxy
14793 wine_fn_config_lib adsiid
14794 wine_fn_config_dll advapi32 enable_advapi32 implib
14795 wine_fn_config_test dlls/advapi32/tests advapi32_test
14796 wine_fn_config_dll advpack enable_advpack implib
14797 wine_fn_config_test dlls/advpack/tests advpack_test
14798 wine_fn_config_dll amstream enable_amstream
14799 wine_fn_config_test dlls/amstream/tests amstream_test
14800 wine_fn_config_dll appwiz.cpl enable_appwiz_cpl
14801 wine_fn_config_dll atl enable_atl implib
14802 wine_fn_config_test dlls/atl/tests atl_test
14803 wine_fn_config_dll authz enable_authz
14804 wine_fn_config_dll avicap32 enable_avicap32 implib
14805 wine_fn_config_dll avifil32 enable_avifil32 implib
14806 wine_fn_config_test dlls/avifil32/tests avifil32_test
14807 wine_fn_config_dll avifile.dll16 enable_win16
14808 wine_fn_config_dll avrt enable_avrt implib
14809 wine_fn_config_dll bcrypt enable_bcrypt
14810 wine_fn_config_dll browseui enable_browseui
14811 wine_fn_config_test dlls/browseui/tests browseui_test
14812 wine_fn_config_dll cabinet enable_cabinet implib
14813 wine_fn_config_test dlls/cabinet/tests cabinet_test
14814 wine_fn_config_dll capi2032 enable_capi2032 implib
14815 wine_fn_config_dll cards enable_cards implib
14816 wine_fn_config_dll cfgmgr32 enable_cfgmgr32 implib
14817 wine_fn_config_dll clusapi enable_clusapi implib
14818 wine_fn_config_dll comcat enable_comcat
14819 wine_fn_config_test dlls/comcat/tests comcat_test
14820 wine_fn_config_dll comctl32 enable_comctl32 implib
14821 wine_fn_config_test dlls/comctl32/tests comctl32_test
14822 wine_fn_config_dll comdlg32 enable_comdlg32 implib
14823 wine_fn_config_test dlls/comdlg32/tests comdlg32_test
14824 wine_fn_config_dll comm.drv16 enable_win16
14825 wine_fn_config_dll commdlg.dll16 enable_win16
14826 wine_fn_config_dll compobj.dll16 enable_win16
14827 wine_fn_config_dll compstui enable_compstui implib
14828 wine_fn_config_dll credui enable_credui implib
14829 wine_fn_config_test dlls/credui/tests credui_test
14830 wine_fn_config_dll crtdll enable_crtdll implib
14831 wine_fn_config_dll crypt32 enable_crypt32 po,implib
14832 wine_fn_config_test dlls/crypt32/tests crypt32_test
14833 wine_fn_config_dll cryptdlg enable_cryptdlg po
14834 wine_fn_config_dll cryptdll enable_cryptdll implib
14835 wine_fn_config_dll cryptnet enable_cryptnet implib
14836 wine_fn_config_test dlls/cryptnet/tests cryptnet_test
14837 wine_fn_config_dll cryptui enable_cryptui implib
14838 wine_fn_config_test dlls/cryptui/tests cryptui_test
14839 wine_fn_config_dll ctapi32 enable_ctapi32
14840 wine_fn_config_dll ctl3d.dll16 enable_win16
14841 wine_fn_config_dll ctl3d32 enable_ctl3d32 implib
14842 wine_fn_config_dll ctl3dv2.dll16 enable_win16
14843 wine_fn_config_dll d3d10 enable_d3d10 implib
14844 wine_fn_config_test dlls/d3d10/tests d3d10_test
14845 wine_fn_config_dll d3d10core enable_d3d10core implib
14846 wine_fn_config_test dlls/d3d10core/tests d3d10core_test
14847 wine_fn_config_dll d3d8 enable_d3d8 implib
14848 wine_fn_config_test dlls/d3d8/tests d3d8_test
14849 wine_fn_config_dll d3d9 enable_d3d9 implib
14850 wine_fn_config_test dlls/d3d9/tests d3d9_test
14851 wine_fn_config_dll d3dcompiler_33 enable_d3dcompiler_33
14852 wine_fn_config_dll d3dcompiler_34 enable_d3dcompiler_34
14853 wine_fn_config_dll d3dcompiler_35 enable_d3dcompiler_35
14854 wine_fn_config_dll d3dcompiler_36 enable_d3dcompiler_36
14855 wine_fn_config_dll d3dcompiler_37 enable_d3dcompiler_37
14856 wine_fn_config_dll d3dcompiler_38 enable_d3dcompiler_38
14857 wine_fn_config_dll d3dcompiler_39 enable_d3dcompiler_39
14858 wine_fn_config_dll d3dcompiler_40 enable_d3dcompiler_40
14859 wine_fn_config_dll d3dcompiler_41 enable_d3dcompiler_41
14860 wine_fn_config_dll d3dcompiler_42 enable_d3dcompiler_42
14861 wine_fn_config_dll d3dcompiler_43 enable_d3dcompiler_43 implib d3dcompiler
14862 wine_fn_config_test dlls/d3dcompiler_43/tests d3dcompiler_43_test
14863 wine_fn_config_dll d3dim enable_d3dim implib
14864 wine_fn_config_dll d3drm enable_d3drm implib
14865 wine_fn_config_test dlls/d3drm/tests d3drm_test
14866 wine_fn_config_dll d3dx10_33 enable_d3dx10_33
14867 wine_fn_config_dll d3dx10_34 enable_d3dx10_34
14868 wine_fn_config_dll d3dx10_35 enable_d3dx10_35
14869 wine_fn_config_dll d3dx10_36 enable_d3dx10_36
14870 wine_fn_config_dll d3dx10_37 enable_d3dx10_37
14871 wine_fn_config_dll d3dx10_38 enable_d3dx10_38
14872 wine_fn_config_dll d3dx10_39 enable_d3dx10_39
14873 wine_fn_config_dll d3dx10_40 enable_d3dx10_40
14874 wine_fn_config_dll d3dx10_41 enable_d3dx10_41
14875 wine_fn_config_dll d3dx10_42 enable_d3dx10_42
14876 wine_fn_config_dll d3dx10_43 enable_d3dx10_43
14877 wine_fn_config_dll d3dx9_24 enable_d3dx9_24
14878 wine_fn_config_dll d3dx9_25 enable_d3dx9_25
14879 wine_fn_config_dll d3dx9_26 enable_d3dx9_26
14880 wine_fn_config_dll d3dx9_27 enable_d3dx9_27
14881 wine_fn_config_dll d3dx9_28 enable_d3dx9_28
14882 wine_fn_config_dll d3dx9_29 enable_d3dx9_29
14883 wine_fn_config_dll d3dx9_30 enable_d3dx9_30
14884 wine_fn_config_dll d3dx9_31 enable_d3dx9_31
14885 wine_fn_config_dll d3dx9_32 enable_d3dx9_32
14886 wine_fn_config_dll d3dx9_33 enable_d3dx9_33
14887 wine_fn_config_dll d3dx9_34 enable_d3dx9_34
14888 wine_fn_config_dll d3dx9_35 enable_d3dx9_35
14889 wine_fn_config_dll d3dx9_36 enable_d3dx9_36 implib d3dx9
14890 wine_fn_config_test dlls/d3dx9_36/tests d3dx9_36_test
14891 wine_fn_config_dll d3dx9_37 enable_d3dx9_37
14892 wine_fn_config_dll d3dx9_38 enable_d3dx9_38
14893 wine_fn_config_dll d3dx9_39 enable_d3dx9_39
14894 wine_fn_config_dll d3dx9_40 enable_d3dx9_40
14895 wine_fn_config_dll d3dx9_41 enable_d3dx9_41
14896 wine_fn_config_dll d3dx9_42 enable_d3dx9_42
14897 wine_fn_config_dll d3dx9_43 enable_d3dx9_43
14898 wine_fn_config_dll d3dxof enable_d3dxof implib
14899 wine_fn_config_test dlls/d3dxof/tests d3dxof_test
14900 wine_fn_config_dll dbgeng enable_dbgeng implib
14901 wine_fn_config_dll dbghelp enable_dbghelp implib
14902 wine_fn_config_dll dciman32 enable_dciman32 implib
14903 wine_fn_config_dll ddeml.dll16 enable_win16
14904 wine_fn_config_dll ddraw enable_ddraw implib
14905 wine_fn_config_test dlls/ddraw/tests ddraw_test
14906 wine_fn_config_dll ddrawex enable_ddrawex
14907 wine_fn_config_test dlls/ddrawex/tests ddrawex_test
14908 wine_fn_config_dll devenum enable_devenum po
14909 wine_fn_config_dll dinput enable_dinput implib,staticimplib
14910 wine_fn_config_test dlls/dinput/tests dinput_test
14911 wine_fn_config_dll dinput8 enable_dinput8 implib
14912 wine_fn_config_dll dispdib.dll16 enable_win16
14913 wine_fn_config_dll dispex enable_dispex
14914 wine_fn_config_test dlls/dispex/tests dispex_test
14915 wine_fn_config_dll display.drv16 enable_win16
14916 wine_fn_config_dll dmband enable_dmband
14917 wine_fn_config_dll dmcompos enable_dmcompos
14918 wine_fn_config_dll dmime enable_dmime
14919 wine_fn_config_test dlls/dmime/tests dmime_test
14920 wine_fn_config_dll dmloader enable_dmloader
14921 wine_fn_config_test dlls/dmloader/tests dmloader_test
14922 wine_fn_config_dll dmscript enable_dmscript
14923 wine_fn_config_dll dmstyle enable_dmstyle
14924 wine_fn_config_dll dmsynth enable_dmsynth
14925 wine_fn_config_dll dmusic enable_dmusic
14926 wine_fn_config_dll dmusic32 enable_dmusic32 implib
14927 wine_fn_config_dll dnsapi enable_dnsapi implib
14928 wine_fn_config_test dlls/dnsapi/tests dnsapi_test
14929 wine_fn_config_dll dplay enable_dplay implib
14930 wine_fn_config_dll dplayx enable_dplayx implib
14931 wine_fn_config_test dlls/dplayx/tests dplayx_test
14932 wine_fn_config_dll dpnaddr enable_dpnaddr
14933 wine_fn_config_dll dpnet enable_dpnet implib
14934 wine_fn_config_dll dpnhpast enable_dpnhpast
14935 wine_fn_config_dll dpnlobby enable_dpnlobby
14936 wine_fn_config_dll dpwsockx enable_dpwsockx
14937 wine_fn_config_dll drmclien enable_drmclien
14938 wine_fn_config_dll dsound enable_dsound implib
14939 wine_fn_config_test dlls/dsound/tests dsound_test
14940 wine_fn_config_dll dssenh enable_dssenh
14941 wine_fn_config_dll dswave enable_dswave
14942 wine_fn_config_dll dwmapi enable_dwmapi implib
14943 wine_fn_config_dll dxdiagn enable_dxdiagn
14944 wine_fn_config_test dlls/dxdiagn/tests dxdiagn_test
14945 wine_fn_config_lib dxerr8
14946 wine_fn_config_lib dxerr9
14947 wine_fn_config_dll dxgi enable_dxgi implib
14948 wine_fn_config_test dlls/dxgi/tests dxgi_test
14949 wine_fn_config_lib dxguid
14950 wine_fn_config_dll explorerframe enable_explorerframe
14951 wine_fn_config_test dlls/explorerframe/tests explorerframe_test
14952 wine_fn_config_dll faultrep enable_faultrep implib
14953 wine_fn_config_test dlls/faultrep/tests faultrep_test
14954 wine_fn_config_dll fltlib enable_fltlib
14955 wine_fn_config_dll fusion enable_fusion
14956 wine_fn_config_test dlls/fusion/tests fusion_test
14957 wine_fn_config_dll fwpuclnt enable_fwpuclnt
14958 wine_fn_config_dll gameux enable_gameux
14959 wine_fn_config_test dlls/gameux/tests gameux_test
14960 wine_fn_config_dll gdi.exe16 enable_win16
14961 wine_fn_config_dll gdi32 enable_gdi32 implib
14962 wine_fn_config_test dlls/gdi32/tests gdi32_test
14963 wine_fn_config_dll gdiplus enable_gdiplus implib
14964 wine_fn_config_test dlls/gdiplus/tests gdiplus_test
14965 wine_fn_config_dll glu32 enable_glu32 implib
14966 wine_fn_config_dll gphoto2.ds enable_gphoto2_ds
14967 wine_fn_config_dll gpkcsp enable_gpkcsp
14968 wine_fn_config_dll hal enable_hal
14969 wine_fn_config_dll hhctrl.ocx enable_hhctrl_ocx po
14970 wine_fn_config_dll hid enable_hid implib
14971 wine_fn_config_dll hlink enable_hlink implib
14972 wine_fn_config_test dlls/hlink/tests hlink_test
14973 wine_fn_config_dll hnetcfg enable_hnetcfg
14974 wine_fn_config_dll httpapi enable_httpapi
14975 wine_fn_config_dll iccvid enable_iccvid po
14976 wine_fn_config_dll icmp enable_icmp
14977 wine_fn_config_dll ifsmgr.vxd enable_win16
14978 wine_fn_config_dll imaadp32.acm enable_imaadp32_acm
14979 wine_fn_config_dll imagehlp enable_imagehlp implib
14980 wine_fn_config_test dlls/imagehlp/tests imagehlp_test
14981 wine_fn_config_dll imm.dll16 enable_win16
14982 wine_fn_config_dll imm32 enable_imm32 implib
14983 wine_fn_config_test dlls/imm32/tests imm32_test
14984 wine_fn_config_dll inetcomm enable_inetcomm implib
14985 wine_fn_config_test dlls/inetcomm/tests inetcomm_test
14986 wine_fn_config_dll inetcpl.cpl enable_inetcpl_cpl
14987 wine_fn_config_dll inetmib1 enable_inetmib1
14988 wine_fn_config_test dlls/inetmib1/tests inetmib1_test
14989 wine_fn_config_dll infosoft enable_infosoft
14990 wine_fn_config_test dlls/infosoft/tests infosoft_test
14991 wine_fn_config_dll initpki enable_initpki
14992 wine_fn_config_dll inkobj enable_inkobj
14993 wine_fn_config_dll inseng enable_inseng
14994 wine_fn_config_dll iphlpapi enable_iphlpapi implib
14995 wine_fn_config_test dlls/iphlpapi/tests iphlpapi_test
14996 wine_fn_config_dll itircl enable_itircl
14997 wine_fn_config_dll itss enable_itss
14998 wine_fn_config_test dlls/itss/tests itss_test
14999 wine_fn_config_dll jscript enable_jscript po
15000 wine_fn_config_test dlls/jscript/tests jscript_test
15001 wine_fn_config_dll kernel32 enable_kernel32 implib
15002 wine_fn_config_test dlls/kernel32/tests kernel32_test
15003 wine_fn_config_dll keyboard.drv16 enable_win16
15004 wine_fn_config_dll krnl386.exe16 enable_win16 implib kernel
15005 wine_fn_config_dll ktmw32 enable_ktmw32
15006 wine_fn_config_dll loadperf enable_loadperf implib
15007 wine_fn_config_dll localspl enable_localspl po
15008 wine_fn_config_test dlls/localspl/tests localspl_test
15009 wine_fn_config_dll localui enable_localui
15010 wine_fn_config_test dlls/localui/tests localui_test
15011 wine_fn_config_dll lz32 enable_lz32 implib
15012 wine_fn_config_test dlls/lz32/tests lz32_test
15013 wine_fn_config_dll lzexpand.dll16 enable_win16
15014 wine_fn_config_dll mapi32 enable_mapi32 po,implib
15015 wine_fn_config_test dlls/mapi32/tests mapi32_test
15016 wine_fn_config_dll mapistub enable_mapistub
15017 wine_fn_config_dll mciavi32 enable_mciavi32
15018 wine_fn_config_dll mcicda enable_mcicda
15019 wine_fn_config_dll mciqtz32 enable_mciqtz32
15020 wine_fn_config_dll mciseq enable_mciseq
15021 wine_fn_config_dll mciwave enable_mciwave
15022 wine_fn_config_dll midimap enable_midimap
15023 wine_fn_config_dll mlang enable_mlang implib
15024 wine_fn_config_test dlls/mlang/tests mlang_test
15025 wine_fn_config_dll mmdevapi enable_mmdevapi
15026 wine_fn_config_test dlls/mmdevapi/tests mmdevapi_test
15027 wine_fn_config_dll mmdevldr.vxd enable_win16
15028 wine_fn_config_dll mmsystem.dll16 enable_win16
15029 wine_fn_config_dll monodebg.vxd enable_win16
15030 wine_fn_config_dll mountmgr.sys enable_mountmgr_sys
15031 wine_fn_config_dll mouse.drv16 enable_win16
15032 wine_fn_config_dll mpr enable_mpr implib
15033 wine_fn_config_dll mprapi enable_mprapi implib
15034 wine_fn_config_dll msacm.dll16 enable_win16
15035 wine_fn_config_dll msacm32.drv enable_msacm32_drv
15036 wine_fn_config_dll msacm32 enable_msacm32 implib
15037 wine_fn_config_test dlls/msacm32/tests msacm32_test
15038 wine_fn_config_dll msadp32.acm enable_msadp32_acm
15039 wine_fn_config_dll mscat32 enable_mscat32
15040 wine_fn_config_dll mscms enable_mscms implib
15041 wine_fn_config_test dlls/mscms/tests mscms_test
15042 wine_fn_config_dll mscoree enable_mscoree
15043 wine_fn_config_test dlls/mscoree/tests mscoree_test
15044 wine_fn_config_dll msctf enable_msctf
15045 wine_fn_config_test dlls/msctf/tests msctf_test
15046 wine_fn_config_dll msdaps enable_msdaps
15047 wine_fn_config_dll msdmo enable_msdmo implib
15048 wine_fn_config_dll msftedit enable_msftedit
15049 wine_fn_config_dll msg711.acm enable_msg711_acm
15050 wine_fn_config_dll msgsm32.acm enable_msgsm32_acm
15051 wine_fn_config_dll mshtml.tlb enable_mshtml_tlb
15052 wine_fn_config_dll mshtml enable_mshtml implib
15053 wine_fn_config_test dlls/mshtml/tests mshtml_test
15054 wine_fn_config_dll msi enable_msi po,implib
15055 wine_fn_config_test dlls/msi/tests msi_test
15056 wine_fn_config_dll msimg32 enable_msimg32 implib
15057 wine_fn_config_dll msimtf enable_msimtf
15058 wine_fn_config_dll msisip enable_msisip
15059 wine_fn_config_dll msisys.ocx enable_msisys_ocx
15060 wine_fn_config_dll msnet32 enable_msnet32
15061 wine_fn_config_dll msrle32 enable_msrle32 po
15062 wine_fn_config_dll mssign32 enable_mssign32
15063 wine_fn_config_dll mssip32 enable_mssip32
15064 wine_fn_config_dll mstask enable_mstask
15065 wine_fn_config_test dlls/mstask/tests mstask_test
15066 wine_fn_config_dll msvcirt enable_msvcirt
15067 wine_fn_config_dll msvcp80 enable_msvcp80
15068 wine_fn_config_dll msvcp90 enable_msvcp90
15069 wine_fn_config_test dlls/msvcp90/tests msvcp90_test
15070 wine_fn_config_dll msvcr100 enable_msvcr100
15071 wine_fn_config_dll msvcr70 enable_msvcr70 implib
15072 wine_fn_config_dll msvcr71 enable_msvcr71 implib
15073 wine_fn_config_dll msvcr80 enable_msvcr80
15074 wine_fn_config_dll msvcr90 enable_msvcr90
15075 wine_fn_config_test dlls/msvcr90/tests msvcr90_test
15076 wine_fn_config_dll msvcrt enable_msvcrt implib
15077 wine_fn_config_test dlls/msvcrt/tests msvcrt_test
15078 wine_fn_config_dll msvcrt20 enable_msvcrt20 implib
15079 wine_fn_config_dll msvcrt40 enable_msvcrt40 implib
15080 wine_fn_config_dll msvcrtd enable_msvcrtd implib
15081 wine_fn_config_test dlls/msvcrtd/tests msvcrtd_test
15082 wine_fn_config_dll msvfw32 enable_msvfw32 implib
15083 wine_fn_config_test dlls/msvfw32/tests msvfw32_test
15084 wine_fn_config_dll msvidc32 enable_msvidc32 po
15085 wine_fn_config_dll msvideo.dll16 enable_win16
15086 wine_fn_config_dll mswsock enable_mswsock implib
15087 wine_fn_config_dll msxml enable_msxml
15088 wine_fn_config_dll msxml2 enable_msxml2
15089 wine_fn_config_dll msxml3 enable_msxml3
15090 wine_fn_config_test dlls/msxml3/tests msxml3_test
15091 wine_fn_config_dll msxml4 enable_msxml4
15092 wine_fn_config_dll msxml6 enable_msxml6
15093 wine_fn_config_dll nddeapi enable_nddeapi implib
15094 wine_fn_config_dll netapi32 enable_netapi32 implib
15095 wine_fn_config_test dlls/netapi32/tests netapi32_test
15096 wine_fn_config_dll newdev enable_newdev implib
15097 wine_fn_config_dll normaliz enable_normaliz implib
15098 wine_fn_config_dll npmshtml enable_npmshtml
15099 wine_fn_config_dll ntdll enable_ntdll implib
15100 wine_fn_config_test dlls/ntdll/tests ntdll_test
15101 wine_fn_config_dll ntdsapi enable_ntdsapi implib
15102 wine_fn_config_test dlls/ntdsapi/tests ntdsapi_test
15103 wine_fn_config_dll ntoskrnl.exe enable_ntoskrnl_exe implib
15104 wine_fn_config_dll ntprint enable_ntprint
15105 wine_fn_config_test dlls/ntprint/tests ntprint_test
15106 wine_fn_config_dll objsel enable_objsel
15107 wine_fn_config_dll odbc32 enable_odbc32 implib
15108 wine_fn_config_dll odbccp32 enable_odbccp32 implib
15109 wine_fn_config_test dlls/odbccp32/tests odbccp32_test
15110 wine_fn_config_dll ole2.dll16 enable_win16
15111 wine_fn_config_dll ole2conv.dll16 enable_win16
15112 wine_fn_config_dll ole2disp.dll16 enable_win16
15113 wine_fn_config_dll ole2nls.dll16 enable_win16
15114 wine_fn_config_dll ole2prox.dll16 enable_win16
15115 wine_fn_config_dll ole2thk.dll16 enable_win16
15116 wine_fn_config_dll ole32 enable_ole32 implib
15117 wine_fn_config_test dlls/ole32/tests ole32_test
15118 wine_fn_config_dll oleacc enable_oleacc implib
15119 wine_fn_config_test dlls/oleacc/tests oleacc_test
15120 wine_fn_config_dll oleaut32 enable_oleaut32 po,implib
15121 wine_fn_config_test dlls/oleaut32/tests oleaut32_test
15122 wine_fn_config_dll olecli.dll16 enable_win16
15123 wine_fn_config_dll olecli32 enable_olecli32 implib
15124 wine_fn_config_dll oledb32 enable_oledb32
15125 wine_fn_config_test dlls/oledb32/tests oledb32_test
15126 wine_fn_config_dll oledlg enable_oledlg implib
15127 wine_fn_config_dll olepro32 enable_olepro32 implib
15128 wine_fn_config_dll olesvr.dll16 enable_win16
15129 wine_fn_config_dll olesvr32 enable_olesvr32 implib
15130 wine_fn_config_dll olethk32 enable_olethk32
15131 wine_fn_config_dll openal32 enable_openal32
15132 wine_fn_config_dll opencl enable_opencl
15133 wine_fn_config_dll opengl32 enable_opengl32 implib
15134 wine_fn_config_test dlls/opengl32/tests opengl32_test
15135 wine_fn_config_dll pdh enable_pdh implib
15136 wine_fn_config_test dlls/pdh/tests pdh_test
15137 wine_fn_config_dll pidgen enable_pidgen
15138 wine_fn_config_dll powrprof enable_powrprof implib
15139 wine_fn_config_dll printui enable_printui
15140 wine_fn_config_dll propsys enable_propsys implib
15141 wine_fn_config_test dlls/propsys/tests propsys_test
15142 wine_fn_config_dll psapi enable_psapi implib
15143 wine_fn_config_test dlls/psapi/tests psapi_test
15144 wine_fn_config_dll pstorec enable_pstorec
15145 wine_fn_config_dll qcap enable_qcap
15146 wine_fn_config_dll qedit enable_qedit
15147 wine_fn_config_test dlls/qedit/tests qedit_test
15148 wine_fn_config_dll qmgr enable_qmgr
15149 wine_fn_config_test dlls/qmgr/tests qmgr_test
15150 wine_fn_config_dll qmgrprxy enable_qmgrprxy
15151 wine_fn_config_dll quartz enable_quartz implib
15152 wine_fn_config_test dlls/quartz/tests quartz_test
15153 wine_fn_config_dll query enable_query
15154 wine_fn_config_dll rasapi16.dll16 enable_win16
15155 wine_fn_config_dll rasapi32 enable_rasapi32 implib
15156 wine_fn_config_test dlls/rasapi32/tests rasapi32_test
15157 wine_fn_config_dll rasdlg enable_rasdlg implib
15158 wine_fn_config_dll resutils enable_resutils implib
15159 wine_fn_config_dll riched20 enable_riched20 implib
15160 wine_fn_config_test dlls/riched20/tests riched20_test
15161 wine_fn_config_dll riched32 enable_riched32
15162 wine_fn_config_test dlls/riched32/tests riched32_test
15163 wine_fn_config_dll rpcrt4 enable_rpcrt4 implib
15164 wine_fn_config_test dlls/rpcrt4/tests rpcrt4_test
15165 wine_fn_config_dll rsabase enable_rsabase
15166 wine_fn_config_dll rsaenh enable_rsaenh implib
15167 wine_fn_config_test dlls/rsaenh/tests rsaenh_test
15168 wine_fn_config_dll rstrtmgr enable_rstrtmgr
15169 wine_fn_config_dll rtutils enable_rtutils implib
15170 wine_fn_config_dll samlib enable_samlib
15171 wine_fn_config_dll sane.ds enable_sane_ds
15172 wine_fn_config_dll sccbase enable_sccbase
15173 wine_fn_config_dll schannel enable_schannel
15174 wine_fn_config_test dlls/schannel/tests schannel_test
15175 wine_fn_config_dll secur32 enable_secur32 implib
15176 wine_fn_config_test dlls/secur32/tests secur32_test
15177 wine_fn_config_dll security enable_security
15178 wine_fn_config_dll sensapi enable_sensapi implib
15179 wine_fn_config_dll serialui enable_serialui implib
15180 wine_fn_config_test dlls/serialui/tests serialui_test
15181 wine_fn_config_dll setupapi enable_setupapi implib
15182 wine_fn_config_test dlls/setupapi/tests setupapi_test
15183 wine_fn_config_dll setupx.dll16 enable_win16
15184 wine_fn_config_dll sfc enable_sfc implib
15185 wine_fn_config_dll sfc_os enable_sfc_os implib
15186 wine_fn_config_dll shdoclc enable_shdoclc po
15187 wine_fn_config_dll shdocvw enable_shdocvw implib
15188 wine_fn_config_test dlls/shdocvw/tests shdocvw_test
15189 wine_fn_config_dll shell.dll16 enable_win16
15190 wine_fn_config_dll shell32 enable_shell32 implib
15191 wine_fn_config_test dlls/shell32/tests shell32_test
15192 wine_fn_config_dll shfolder enable_shfolder implib
15193 wine_fn_config_dll shlwapi enable_shlwapi implib
15194 wine_fn_config_test dlls/shlwapi/tests shlwapi_test
15195 wine_fn_config_dll slbcsp enable_slbcsp
15196 wine_fn_config_dll slc enable_slc implib
15197 wine_fn_config_dll snmpapi enable_snmpapi implib
15198 wine_fn_config_test dlls/snmpapi/tests snmpapi_test
15199 wine_fn_config_dll softpub enable_softpub
15200 wine_fn_config_dll sound.drv16 enable_win16
15201 wine_fn_config_dll spoolss enable_spoolss implib
15202 wine_fn_config_test dlls/spoolss/tests spoolss_test
15203 wine_fn_config_dll stdole2.tlb enable_stdole2_tlb
15204 wine_fn_config_dll stdole32.tlb enable_stdole32_tlb
15205 wine_fn_config_dll sti enable_sti implib
15206 wine_fn_config_test dlls/sti/tests sti_test
15207 wine_fn_config_dll storage.dll16 enable_win16
15208 wine_fn_config_dll stress.dll16 enable_win16
15209 wine_fn_config_lib strmbase
15210 wine_fn_config_lib strmiids
15211 wine_fn_config_dll svrapi enable_svrapi
15212 wine_fn_config_dll sxs enable_sxs
15213 wine_fn_config_dll system.drv16 enable_win16
15214 wine_fn_config_dll t2embed enable_t2embed
15215 wine_fn_config_dll tapi32 enable_tapi32 implib
15216 wine_fn_config_dll toolhelp.dll16 enable_win16
15217 wine_fn_config_dll traffic enable_traffic
15218 wine_fn_config_dll twain.dll16 enable_win16
15219 wine_fn_config_dll twain_32 enable_twain_32
15220 wine_fn_config_test dlls/twain_32/tests twain_32_test
15221 wine_fn_config_dll typelib.dll16 enable_win16
15222 wine_fn_config_dll unicows enable_unicows implib
15223 wine_fn_config_dll updspapi enable_updspapi
15224 wine_fn_config_dll url enable_url implib
15225 wine_fn_config_dll urlmon enable_urlmon implib
15226 wine_fn_config_test dlls/urlmon/tests urlmon_test
15227 wine_fn_config_dll usbd.sys enable_usbd_sys implib
15228 wine_fn_config_dll user.exe16 enable_win16
15229 wine_fn_config_dll user32 enable_user32 implib
15230 wine_fn_config_test dlls/user32/tests user32_test
15231 wine_fn_config_dll userenv enable_userenv implib
15232 wine_fn_config_test dlls/userenv/tests userenv_test
15233 wine_fn_config_dll usp10 enable_usp10 implib
15234 wine_fn_config_test dlls/usp10/tests usp10_test
15235 wine_fn_config_lib uuid
15236 wine_fn_config_dll uxtheme enable_uxtheme implib
15237 wine_fn_config_test dlls/uxtheme/tests uxtheme_test
15238 wine_fn_config_dll vdhcp.vxd enable_win16
15239 wine_fn_config_dll vdmdbg enable_vdmdbg implib
15240 wine_fn_config_dll ver.dll16 enable_win16
15241 wine_fn_config_dll version enable_version implib
15242 wine_fn_config_test dlls/version/tests version_test
15243 wine_fn_config_dll vmm.vxd enable_win16
15244 wine_fn_config_dll vnbt.vxd enable_win16
15245 wine_fn_config_dll vnetbios.vxd enable_win16
15246 wine_fn_config_dll vtdapi.vxd enable_win16
15247 wine_fn_config_dll vwin32.vxd enable_win16
15248 wine_fn_config_dll w32skrnl enable_win16
15249 wine_fn_config_dll w32sys.dll16 enable_win16
15250 wine_fn_config_dll wbemprox enable_wbemprox
15251 wine_fn_config_dll wer enable_wer implib
15252 wine_fn_config_test dlls/wer/tests wer_test
15253 wine_fn_config_dll wiaservc enable_wiaservc
15254 wine_fn_config_dll win32s16.dll16 enable_win16
15255 wine_fn_config_dll win87em.dll16 enable_win16
15256 wine_fn_config_dll winaspi.dll16 enable_win16
15257 wine_fn_config_dll windebug.dll16 enable_win16
15258 wine_fn_config_dll windowscodecs enable_windowscodecs implib
15259 wine_fn_config_test dlls/windowscodecs/tests windowscodecs_test
15260 wine_fn_config_dll winealsa.drv enable_winealsa_drv
15261 wine_fn_config_dll winecoreaudio.drv enable_winecoreaudio_drv
15262 wine_fn_config_lib winecrt0
15263 wine_fn_config_dll wined3d enable_wined3d implib
15264 wine_fn_config_dll wineesd.drv enable_wineesd_drv
15265 wine_fn_config_dll winegstreamer enable_winegstreamer
15266 wine_fn_config_dll winejack.drv enable_winejack_drv
15267 wine_fn_config_dll winejoystick.drv enable_winejoystick_drv
15268 wine_fn_config_dll winemapi enable_winemapi
15269 wine_fn_config_dll winemp3.acm enable_winemp3_acm
15270 wine_fn_config_dll winenas.drv enable_winenas_drv
15271 wine_fn_config_dll wineoss.drv enable_wineoss_drv
15272 wine_fn_config_dll wineps.drv enable_wineps_drv
15273 wine_fn_config_dll wineps16.drv16 enable_win16
15274 wine_fn_config_dll wineqtdecoder enable_wineqtdecoder
15275 wine_fn_config_dll winequartz.drv enable_winequartz_drv
15276 wine_fn_config_dll winex11.drv enable_winex11_drv
15277 wine_fn_config_dll wing.dll16 enable_win16
15278 wine_fn_config_dll wing32 enable_wing32
15279 wine_fn_config_dll winhttp enable_winhttp implib
15280 wine_fn_config_test dlls/winhttp/tests winhttp_test
15281 wine_fn_config_dll wininet enable_wininet implib
15282 wine_fn_config_test dlls/wininet/tests wininet_test
15283 wine_fn_config_dll winmm enable_winmm po,implib
15284 wine_fn_config_test dlls/winmm/tests winmm_test
15285 wine_fn_config_dll winnls.dll16 enable_win16
15286 wine_fn_config_dll winnls32 enable_winnls32 implib
15287 wine_fn_config_dll winscard enable_winscard implib
15288 wine_fn_config_dll winsock.dll16 enable_win16
15289 wine_fn_config_dll winspool.drv enable_winspool_drv implib winspool
15290 wine_fn_config_test dlls/winspool.drv/tests winspool.drv_test
15291 wine_fn_config_dll wintab.dll16 enable_win16
15292 wine_fn_config_dll wintab32 enable_wintab32 implib
15293 wine_fn_config_test dlls/wintab32/tests wintab32_test
15294 wine_fn_config_dll wintrust enable_wintrust implib
15295 wine_fn_config_test dlls/wintrust/tests wintrust_test
15296 wine_fn_config_dll wlanapi enable_wlanapi
15297 wine_fn_config_dll wldap32 enable_wldap32 po,implib
15298 wine_fn_config_test dlls/wldap32/tests wldap32_test
15299 wine_fn_config_dll wmi enable_wmi
15300 wine_fn_config_dll wmiutils enable_wmiutils
15301 wine_fn_config_dll wnaspi32 enable_wnaspi32 implib
15302 wine_fn_config_dll wow32 enable_win16 implib
15303 wine_fn_config_dll ws2_32 enable_ws2_32 implib
15304 wine_fn_config_test dlls/ws2_32/tests ws2_32_test
15305 wine_fn_config_dll wsock32 enable_wsock32 implib
15306 wine_fn_config_dll wtsapi32 enable_wtsapi32 implib
15307 wine_fn_config_dll wuapi enable_wuapi
15308 wine_fn_config_dll wuaueng enable_wuaueng
15309 wine_fn_config_dll xapofx1_1 enable_xapofx1_1
15310 wine_fn_config_dll xinput1_1 enable_xinput1_1
15311 wine_fn_config_dll xinput1_2 enable_xinput1_2
15312 wine_fn_config_dll xinput1_3 enable_xinput1_3 implib xinput
15313 wine_fn_config_test dlls/xinput1_3/tests xinput1_3_test
15314 wine_fn_config_dll xinput9_1_0 enable_xinput9_1_0
15315 wine_fn_config_dll xmllite enable_xmllite
15316 wine_fn_config_test dlls/xmllite/tests xmllite_test
15317 wine_fn_config_makefile documentation enable_documentation
15318 wine_fn_config_makefile fonts enable_fonts
15319 wine_fn_config_makefile include enable_include
15320 wine_fn_config_makefile libs/port enable_libs_port
15321 wine_fn_config_makefile libs/wine enable_libs_wine
15322 wine_fn_config_makefile libs/wpp enable_libs_wpp
15323 wine_fn_config_makefile loader enable_loader
15324 wine_fn_config_program aspnet_regiis enable_aspnet_regiis install
15325 wine_fn_config_program attrib enable_attrib install
15326 wine_fn_config_program cacls enable_cacls install
15327 wine_fn_config_program clock enable_clock po,install
15328 wine_fn_config_program cmd enable_cmd po,install
15329 wine_fn_config_test programs/cmd/tests cmd.exe_test
15330 wine_fn_config_program cmdlgtst enable_cmdlgtst
15331 wine_fn_config_program control enable_control install
15332 wine_fn_config_program dxdiag enable_dxdiag install
15333 wine_fn_config_program eject enable_eject install
15334 wine_fn_config_program expand enable_expand install
15335 wine_fn_config_program explorer enable_explorer install
15336 wine_fn_config_program extrac32 enable_extrac32 install
15337 wine_fn_config_program hh enable_hh install
15338 wine_fn_config_program icinfo enable_icinfo install
15339 wine_fn_config_program iexplore enable_iexplore install
15340 wine_fn_config_program ipconfig enable_ipconfig po,install
15341 wine_fn_config_program lodctr enable_lodctr install
15342 wine_fn_config_program mofcomp enable_mofcomp install
15343 wine_fn_config_program mshta enable_mshta install
15344 wine_fn_config_program msiexec enable_msiexec install,installbin
15345 wine_fn_config_program net enable_net po,install
15346 wine_fn_config_program netsh enable_netsh install
15347 wine_fn_config_program ngen enable_ngen install
15348 wine_fn_config_program notepad enable_notepad install,installbin
15349 wine_fn_config_program oleview enable_oleview install
15350 wine_fn_config_program ping enable_ping install
15351 wine_fn_config_program progman enable_progman install
15352 wine_fn_config_program reg enable_reg po,install
15353 wine_fn_config_program regedit enable_regedit install,installbin
15354 wine_fn_config_test programs/regedit/tests regedit.exe_test
15355 wine_fn_config_program regsvcs enable_regsvcs install
15356 wine_fn_config_program regsvr32 enable_regsvr32 install,installbin
15357 wine_fn_config_program rpcss enable_rpcss install
15358 wine_fn_config_program rundll.exe16 enable_win16 install
15359 wine_fn_config_program rundll32 enable_rundll32 install
15360 wine_fn_config_program sc enable_sc install
15361 wine_fn_config_program secedit enable_secedit install
15362 wine_fn_config_program servicemodelreg enable_servicemodelreg install
15363 wine_fn_config_program services enable_services install
15364 wine_fn_config_program spoolsv enable_spoolsv install
15365 wine_fn_config_program start enable_start po,install
15366 wine_fn_config_program svchost enable_svchost install
15367 wine_fn_config_program taskkill enable_taskkill po,install
15368 wine_fn_config_program taskmgr enable_taskmgr install
15369 wine_fn_config_program termsv enable_termsv install
15370 wine_fn_config_program uninstaller enable_uninstaller po,install
15371 wine_fn_config_program unlodctr enable_unlodctr install
15372 wine_fn_config_program view enable_view
15373 wine_fn_config_program wineboot enable_wineboot install,installbin
15374 wine_fn_config_program winebrowser enable_winebrowser install
15375 wine_fn_config_program winecfg enable_winecfg install,installbin
15376 wine_fn_config_program wineconsole enable_wineconsole install,installbin
15377 wine_fn_config_program winedbg enable_winedbg install,installbin
15378 wine_fn_config_program winedevice enable_winedevice install
15379 wine_fn_config_program winefile enable_winefile install,installbin
15380 wine_fn_config_program winemenubuilder enable_winemenubuilder install
15381 wine_fn_config_program winemine enable_winemine install,installbin
15382 wine_fn_config_program winepath enable_winepath install,installbin
15383 wine_fn_config_program winetest enable_winetest
15384 wine_fn_config_program winevdm enable_win16 install
15385 wine_fn_config_program winhelp.exe16 enable_win16 install
15386 wine_fn_config_program winhlp32 enable_winhlp32 install
15387 wine_fn_config_program winoldap.mod16 enable_win16 install
15388 wine_fn_config_program winver enable_winver install
15389 wine_fn_config_program wmic enable_wmic install
15390 wine_fn_config_program wordpad enable_wordpad install
15391 wine_fn_config_program write enable_write po,install
15392 wine_fn_config_program wscript enable_wscript install
15393 wine_fn_config_program xcopy enable_xcopy po,install
15394 wine_fn_config_makefile server enable_server
15395 wine_fn_config_tool tools
15396 wine_fn_config_tool tools/widl
15397 wine_fn_config_tool tools/winebuild
15398 wine_fn_config_tool tools/winedump
15399 wine_fn_config_tool tools/winegcc
15400 wine_fn_config_tool tools/wmc
15401 wine_fn_config_tool tools/wrc
15403 LINGUAS="\
15404 bg \
15405 cs \
15406 da \
15407 de \
15408 el \
15409 en \
15410 en_US \
15411 eo \
15412 es \
15413 fi \
15414 fr \
15415 he \
15416 hi \
15417 hu \
15418 it \
15419 ja \
15420 ko \
15421 lt \
15422 ml \
15423 nb_NO \
15424 nl \
15425 or \
15426 pa \
15427 pl \
15428 pt_BR \
15429 pt_PT \
15430 ro \
15431 ru \
15432 sk \
15433 sl \
15434 sr_Latn_SP \
15435 sr_SP \
15436 sv \
15437 te \
15438 th \
15439 tr \
15440 uk \
15441 wa \
15442 zh_CN \
15443 zh_TW"
15447 ac_config_commands="$ac_config_commands Makefile"
15450 ac_config_files="$ac_config_files Make.tmp:Make.vars.in:Makefile.in"
15454 if test "x$enable_maintainer_mode" = xyes
15455 then
15456 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(srcdir)/configure: configure.ac aclocal.m4
15457 cd \$(srcdir) && autoconf --warnings=all
15458 \$(srcdir)/include/config.h.in: include/stamp-h.in
15459 \$(srcdir)/include/stamp-h.in: configure.ac aclocal.m4
15460 cd \$(srcdir) && autoheader --warnings=all
15461 @echo timestamp > \$@
15463 ALL_POT_FILES =$ALL_POT_FILES
15464 all: \$(ALL_PO_FILES)
15465 \$(ALL_PO_FILES): \$(srcdir)/po/wine.pot
15466 msgmerge -U -q --backup=none \$@ \$(srcdir)/po/wine.pot && touch \$@
15467 \$(srcdir)/po/wine.pot: \$(ALL_POT_FILES)
15468 msgcat -o \$@ \$(ALL_POT_FILES)"
15471 if test -n "$with_wine64"
15472 then
15473 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "all: fonts server $with_wine64/loader/wine $with_wine64/loader/wine-preloader
15474 fonts server:
15475 \$(RM) \$@ && \$(LN_S) $with_wine64/\$@ \$@
15476 $with_wine64/loader/wine:
15477 \$(RM) \$@ && \$(LN_S) $ac_pwd/loader/wine \$@
15478 $with_wine64/loader/wine-preloader:
15479 \$(RM) \$@ && \$(LN_S) $ac_pwd/loader/wine-preloader \$@
15480 clean::
15481 \$(RM) fonts server $with_wine64/loader/wine $with_wine64/loader/wine-preloader"
15484 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "uninstall::
15485 -rmdir \$(DESTDIR)\$(datadir)/wine \$(DESTDIR)\$(fakedlldir) \$(DESTDIR)\$(dlldir)"
15487 cat >confcache <<\_ACEOF
15488 # This file is a shell script that caches the results of configure
15489 # tests run on this system so they can be shared between configure
15490 # scripts and configure runs, see configure's option --config-cache.
15491 # It is not useful on other systems. If it contains results you don't
15492 # want to keep, you may remove or edit it.
15494 # config.status only pays attention to the cache file if you give it
15495 # the --recheck option to rerun configure.
15497 # `ac_cv_env_foo' variables (set or unset) will be overridden when
15498 # loading this file, other *unset* `ac_cv_foo' will be assigned the
15499 # following values.
15501 _ACEOF
15503 # The following way of writing the cache mishandles newlines in values,
15504 # but we know of no workaround that is simple, portable, and efficient.
15505 # So, we kill variables containing newlines.
15506 # Ultrix sh set writes to stderr and can't be redirected directly,
15507 # and sets the high bit in the cache file unless we assign to the vars.
15509 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
15510 eval ac_val=\$$ac_var
15511 case $ac_val in #(
15512 *${as_nl}*)
15513 case $ac_var in #(
15514 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
15515 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
15516 esac
15517 case $ac_var in #(
15518 _ | IFS | as_nl) ;; #(
15519 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
15520 *) { eval $ac_var=; unset $ac_var;} ;;
15521 esac ;;
15522 esac
15523 done
15525 (set) 2>&1 |
15526 case $as_nl`(ac_space=' '; set) 2>&1` in #(
15527 *${as_nl}ac_space=\ *)
15528 # `set' does not quote correctly, so add quotes: double-quote
15529 # substitution turns \\\\ into \\, and sed turns \\ into \.
15530 sed -n \
15531 "s/'/'\\\\''/g;
15532 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
15533 ;; #(
15535 # `set' quotes correctly as required by POSIX, so do not add quotes.
15536 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
15538 esac |
15539 sort
15541 sed '
15542 /^ac_cv_env_/b end
15543 t clear
15544 :clear
15545 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
15546 t end
15547 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
15548 :end' >>confcache
15549 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
15550 if test -w "$cache_file"; then
15551 test "x$cache_file" != "x/dev/null" &&
15552 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
15553 $as_echo "$as_me: updating cache $cache_file" >&6;}
15554 cat confcache >$cache_file
15555 else
15556 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
15557 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
15560 rm -f confcache
15562 test "x$prefix" = xNONE && prefix=$ac_default_prefix
15563 # Let make expand exec_prefix.
15564 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
15566 DEFS=-DHAVE_CONFIG_H
15568 ac_libobjs=
15569 ac_ltlibobjs=
15571 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
15572 # 1. Remove the extension, and $U if already installed.
15573 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
15574 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
15575 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
15576 # will be set to the directory where LIBOBJS objects are built.
15577 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
15578 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
15579 done
15580 LIBOBJS=$ac_libobjs
15582 LTLIBOBJS=$ac_ltlibobjs
15586 : ${CONFIG_STATUS=./config.status}
15587 ac_write_fail=0
15588 ac_clean_files_save=$ac_clean_files
15589 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
15590 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
15591 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
15592 as_write_fail=0
15593 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
15594 #! $SHELL
15595 # Generated by $as_me.
15596 # Run this file to recreate the current configuration.
15597 # Compiler output produced by configure, useful for debugging
15598 # configure, is in config.log if it exists.
15600 debug=false
15601 ac_cs_recheck=false
15602 ac_cs_silent=false
15604 SHELL=\${CONFIG_SHELL-$SHELL}
15605 export SHELL
15606 _ASEOF
15607 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
15608 ## -------------------- ##
15609 ## M4sh Initialization. ##
15610 ## -------------------- ##
15612 # Be more Bourne compatible
15613 DUALCASE=1; export DUALCASE # for MKS sh
15614 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
15615 emulate sh
15616 NULLCMD=:
15617 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
15618 # is contrary to our usage. Disable this feature.
15619 alias -g '${1+"$@"}'='"$@"'
15620 setopt NO_GLOB_SUBST
15621 else
15622 case `(set -o) 2>/dev/null` in #(
15623 *posix*) :
15624 set -o posix ;; #(
15625 *) :
15627 esac
15631 as_nl='
15633 export as_nl
15634 # Printing a long string crashes Solaris 7 /usr/bin/printf.
15635 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
15636 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
15637 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
15638 # Prefer a ksh shell builtin over an external printf program on Solaris,
15639 # but without wasting forks for bash or zsh.
15640 if test -z "$BASH_VERSION$ZSH_VERSION" \
15641 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
15642 as_echo='print -r --'
15643 as_echo_n='print -rn --'
15644 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
15645 as_echo='printf %s\n'
15646 as_echo_n='printf %s'
15647 else
15648 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
15649 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
15650 as_echo_n='/usr/ucb/echo -n'
15651 else
15652 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
15653 as_echo_n_body='eval
15654 arg=$1;
15655 case $arg in #(
15656 *"$as_nl"*)
15657 expr "X$arg" : "X\\(.*\\)$as_nl";
15658 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
15659 esac;
15660 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
15662 export as_echo_n_body
15663 as_echo_n='sh -c $as_echo_n_body as_echo'
15665 export as_echo_body
15666 as_echo='sh -c $as_echo_body as_echo'
15669 # The user is always right.
15670 if test "${PATH_SEPARATOR+set}" != set; then
15671 PATH_SEPARATOR=:
15672 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
15673 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
15674 PATH_SEPARATOR=';'
15679 # IFS
15680 # We need space, tab and new line, in precisely that order. Quoting is
15681 # there to prevent editors from complaining about space-tab.
15682 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
15683 # splitting by setting IFS to empty value.)
15684 IFS=" "" $as_nl"
15686 # Find who we are. Look in the path if we contain no directory separator.
15687 case $0 in #((
15688 *[\\/]* ) as_myself=$0 ;;
15689 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
15690 for as_dir in $PATH
15692 IFS=$as_save_IFS
15693 test -z "$as_dir" && as_dir=.
15694 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
15695 done
15696 IFS=$as_save_IFS
15699 esac
15700 # We did not find ourselves, most probably we were run as `sh COMMAND'
15701 # in which case we are not to be found in the path.
15702 if test "x$as_myself" = x; then
15703 as_myself=$0
15705 if test ! -f "$as_myself"; then
15706 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
15707 exit 1
15710 # Unset variables that we do not need and which cause bugs (e.g. in
15711 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
15712 # suppresses any "Segmentation fault" message there. '((' could
15713 # trigger a bug in pdksh 5.2.14.
15714 for as_var in BASH_ENV ENV MAIL MAILPATH
15715 do eval test x\${$as_var+set} = xset \
15716 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
15717 done
15718 PS1='$ '
15719 PS2='> '
15720 PS4='+ '
15722 # NLS nuisances.
15723 LC_ALL=C
15724 export LC_ALL
15725 LANGUAGE=C
15726 export LANGUAGE
15728 # CDPATH.
15729 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
15732 # as_fn_error STATUS ERROR [LINENO LOG_FD]
15733 # ----------------------------------------
15734 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
15735 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
15736 # script with STATUS, using 1 if that was 0.
15737 as_fn_error ()
15739 as_status=$1; test $as_status -eq 0 && as_status=1
15740 if test "$4"; then
15741 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
15742 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
15744 $as_echo "$as_me: error: $2" >&2
15745 as_fn_exit $as_status
15746 } # as_fn_error
15749 # as_fn_set_status STATUS
15750 # -----------------------
15751 # Set $? to STATUS, without forking.
15752 as_fn_set_status ()
15754 return $1
15755 } # as_fn_set_status
15757 # as_fn_exit STATUS
15758 # -----------------
15759 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
15760 as_fn_exit ()
15762 set +e
15763 as_fn_set_status $1
15764 exit $1
15765 } # as_fn_exit
15767 # as_fn_unset VAR
15768 # ---------------
15769 # Portably unset VAR.
15770 as_fn_unset ()
15772 { eval $1=; unset $1;}
15774 as_unset=as_fn_unset
15775 # as_fn_append VAR VALUE
15776 # ----------------------
15777 # Append the text in VALUE to the end of the definition contained in VAR. Take
15778 # advantage of any shell optimizations that allow amortized linear growth over
15779 # repeated appends, instead of the typical quadratic growth present in naive
15780 # implementations.
15781 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
15782 eval 'as_fn_append ()
15784 eval $1+=\$2
15786 else
15787 as_fn_append ()
15789 eval $1=\$$1\$2
15791 fi # as_fn_append
15793 # as_fn_arith ARG...
15794 # ------------------
15795 # Perform arithmetic evaluation on the ARGs, and store the result in the
15796 # global $as_val. Take advantage of shells that can avoid forks. The arguments
15797 # must be portable across $(()) and expr.
15798 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
15799 eval 'as_fn_arith ()
15801 as_val=$(( $* ))
15803 else
15804 as_fn_arith ()
15806 as_val=`expr "$@" || test $? -eq 1`
15808 fi # as_fn_arith
15811 if expr a : '\(a\)' >/dev/null 2>&1 &&
15812 test "X`expr 00001 : '.*\(...\)'`" = X001; then
15813 as_expr=expr
15814 else
15815 as_expr=false
15818 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
15819 as_basename=basename
15820 else
15821 as_basename=false
15824 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
15825 as_dirname=dirname
15826 else
15827 as_dirname=false
15830 as_me=`$as_basename -- "$0" ||
15831 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
15832 X"$0" : 'X\(//\)$' \| \
15833 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
15834 $as_echo X/"$0" |
15835 sed '/^.*\/\([^/][^/]*\)\/*$/{
15836 s//\1/
15839 /^X\/\(\/\/\)$/{
15840 s//\1/
15843 /^X\/\(\/\).*/{
15844 s//\1/
15847 s/.*/./; q'`
15849 # Avoid depending upon Character Ranges.
15850 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
15851 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
15852 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
15853 as_cr_digits='0123456789'
15854 as_cr_alnum=$as_cr_Letters$as_cr_digits
15856 ECHO_C= ECHO_N= ECHO_T=
15857 case `echo -n x` in #(((((
15858 -n*)
15859 case `echo 'xy\c'` in
15860 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
15861 xy) ECHO_C='\c';;
15862 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
15863 ECHO_T=' ';;
15864 esac;;
15866 ECHO_N='-n';;
15867 esac
15869 rm -f conf$$ conf$$.exe conf$$.file
15870 if test -d conf$$.dir; then
15871 rm -f conf$$.dir/conf$$.file
15872 else
15873 rm -f conf$$.dir
15874 mkdir conf$$.dir 2>/dev/null
15876 if (echo >conf$$.file) 2>/dev/null; then
15877 if ln -s conf$$.file conf$$ 2>/dev/null; then
15878 as_ln_s='ln -s'
15879 # ... but there are two gotchas:
15880 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
15881 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
15882 # In both cases, we have to default to `cp -p'.
15883 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
15884 as_ln_s='cp -p'
15885 elif ln conf$$.file conf$$ 2>/dev/null; then
15886 as_ln_s=ln
15887 else
15888 as_ln_s='cp -p'
15890 else
15891 as_ln_s='cp -p'
15893 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
15894 rmdir conf$$.dir 2>/dev/null
15897 # as_fn_mkdir_p
15898 # -------------
15899 # Create "$as_dir" as a directory, including parents if necessary.
15900 as_fn_mkdir_p ()
15903 case $as_dir in #(
15904 -*) as_dir=./$as_dir;;
15905 esac
15906 test -d "$as_dir" || eval $as_mkdir_p || {
15907 as_dirs=
15908 while :; do
15909 case $as_dir in #(
15910 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
15911 *) as_qdir=$as_dir;;
15912 esac
15913 as_dirs="'$as_qdir' $as_dirs"
15914 as_dir=`$as_dirname -- "$as_dir" ||
15915 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15916 X"$as_dir" : 'X\(//\)[^/]' \| \
15917 X"$as_dir" : 'X\(//\)$' \| \
15918 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
15919 $as_echo X"$as_dir" |
15920 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
15921 s//\1/
15924 /^X\(\/\/\)[^/].*/{
15925 s//\1/
15928 /^X\(\/\/\)$/{
15929 s//\1/
15932 /^X\(\/\).*/{
15933 s//\1/
15936 s/.*/./; q'`
15937 test -d "$as_dir" && break
15938 done
15939 test -z "$as_dirs" || eval "mkdir $as_dirs"
15940 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
15943 } # as_fn_mkdir_p
15944 if mkdir -p . 2>/dev/null; then
15945 as_mkdir_p='mkdir -p "$as_dir"'
15946 else
15947 test -d ./-p && rmdir ./-p
15948 as_mkdir_p=false
15951 if test -x / >/dev/null 2>&1; then
15952 as_test_x='test -x'
15953 else
15954 if ls -dL / >/dev/null 2>&1; then
15955 as_ls_L_option=L
15956 else
15957 as_ls_L_option=
15959 as_test_x='
15960 eval sh -c '\''
15961 if test -d "$1"; then
15962 test -d "$1/.";
15963 else
15964 case $1 in #(
15965 -*)set "./$1";;
15966 esac;
15967 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
15968 ???[sx]*):;;*)false;;esac;fi
15969 '\'' sh
15972 as_executable_p=$as_test_x
15974 # Sed expression to map a string onto a valid CPP name.
15975 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
15977 # Sed expression to map a string onto a valid variable name.
15978 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
15981 exec 6>&1
15982 ## ----------------------------------- ##
15983 ## Main body of $CONFIG_STATUS script. ##
15984 ## ----------------------------------- ##
15985 _ASEOF
15986 test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
15988 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15989 # Save the log message, to keep $0 and so on meaningful, and to
15990 # report actual input values of CONFIG_FILES etc. instead of their
15991 # values after options handling.
15992 ac_log="
15993 This file was extended by Wine $as_me 1.3.10, which was
15994 generated by GNU Autoconf 2.67. Invocation command line was
15996 CONFIG_FILES = $CONFIG_FILES
15997 CONFIG_HEADERS = $CONFIG_HEADERS
15998 CONFIG_LINKS = $CONFIG_LINKS
15999 CONFIG_COMMANDS = $CONFIG_COMMANDS
16000 $ $0 $@
16002 on `(hostname || uname -n) 2>/dev/null | sed 1q`
16005 _ACEOF
16007 case $ac_config_files in *"
16008 "*) set x $ac_config_files; shift; ac_config_files=$*;;
16009 esac
16011 case $ac_config_headers in *"
16012 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
16013 esac
16016 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16017 # Files that config.status was made for.
16018 config_files="$ac_config_files"
16019 config_headers="$ac_config_headers"
16020 config_links="$ac_config_links"
16021 config_commands="$ac_config_commands"
16023 _ACEOF
16025 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16026 ac_cs_usage="\
16027 \`$as_me' instantiates files and other configuration actions
16028 from templates according to the current configuration. Unless the files
16029 and actions are specified as TAGs, all are instantiated by default.
16031 Usage: $0 [OPTION]... [TAG]...
16033 -h, --help print this help, then exit
16034 -V, --version print version number and configuration settings, then exit
16035 --config print configuration, then exit
16036 -q, --quiet, --silent
16037 do not print progress messages
16038 -d, --debug don't remove temporary files
16039 --recheck update $as_me by reconfiguring in the same conditions
16040 --file=FILE[:TEMPLATE]
16041 instantiate the configuration file FILE
16042 --header=FILE[:TEMPLATE]
16043 instantiate the configuration header FILE
16045 Configuration files:
16046 $config_files
16048 Configuration headers:
16049 $config_headers
16051 Configuration links:
16052 $config_links
16054 Configuration commands:
16055 $config_commands
16057 Report bugs to <wine-devel@winehq.org>.
16058 Wine home page: <http://www.winehq.org>."
16060 _ACEOF
16061 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16062 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
16063 ac_cs_version="\\
16064 Wine config.status 1.3.10
16065 configured by $0, generated by GNU Autoconf 2.67,
16066 with options \\"\$ac_cs_config\\"
16068 Copyright (C) 2010 Free Software Foundation, Inc.
16069 This config.status script is free software; the Free Software Foundation
16070 gives unlimited permission to copy, distribute and modify it."
16072 ac_pwd='$ac_pwd'
16073 srcdir='$srcdir'
16074 INSTALL='$INSTALL'
16075 test -n "\$AWK" || AWK=awk
16076 _ACEOF
16078 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16079 # The default lists apply if the user does not specify any file.
16080 ac_need_defaults=:
16081 while test $# != 0
16083 case $1 in
16084 --*=?*)
16085 ac_option=`expr "X$1" : 'X\([^=]*\)='`
16086 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
16087 ac_shift=:
16089 --*=)
16090 ac_option=`expr "X$1" : 'X\([^=]*\)='`
16091 ac_optarg=
16092 ac_shift=:
16095 ac_option=$1
16096 ac_optarg=$2
16097 ac_shift=shift
16099 esac
16101 case $ac_option in
16102 # Handling of the options.
16103 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
16104 ac_cs_recheck=: ;;
16105 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
16106 $as_echo "$ac_cs_version"; exit ;;
16107 --config | --confi | --conf | --con | --co | --c )
16108 $as_echo "$ac_cs_config"; exit ;;
16109 --debug | --debu | --deb | --de | --d | -d )
16110 debug=: ;;
16111 --file | --fil | --fi | --f )
16112 $ac_shift
16113 case $ac_optarg in
16114 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
16115 '') as_fn_error $? "missing file argument" ;;
16116 esac
16117 as_fn_append CONFIG_FILES " '$ac_optarg'"
16118 ac_need_defaults=false;;
16119 --header | --heade | --head | --hea )
16120 $ac_shift
16121 case $ac_optarg in
16122 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
16123 esac
16124 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
16125 ac_need_defaults=false;;
16126 --he | --h)
16127 # Conflict between --help and --header
16128 as_fn_error $? "ambiguous option: \`$1'
16129 Try \`$0 --help' for more information.";;
16130 --help | --hel | -h )
16131 $as_echo "$ac_cs_usage"; exit ;;
16132 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
16133 | -silent | --silent | --silen | --sile | --sil | --si | --s)
16134 ac_cs_silent=: ;;
16136 # This is an error.
16137 -*) as_fn_error $? "unrecognized option: \`$1'
16138 Try \`$0 --help' for more information." ;;
16140 *) as_fn_append ac_config_targets " $1"
16141 ac_need_defaults=false ;;
16143 esac
16144 shift
16145 done
16147 ac_configure_extra_args=
16149 if $ac_cs_silent; then
16150 exec 6>/dev/null
16151 ac_configure_extra_args="$ac_configure_extra_args --silent"
16154 _ACEOF
16155 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16156 if \$ac_cs_recheck; then
16157 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
16158 shift
16159 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
16160 CONFIG_SHELL='$SHELL'
16161 export CONFIG_SHELL
16162 exec "\$@"
16165 _ACEOF
16166 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16167 exec 5>>config.log
16169 echo
16170 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
16171 ## Running $as_me. ##
16172 _ASBOX
16173 $as_echo "$ac_log"
16174 } >&5
16176 _ACEOF
16177 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16179 # INIT-COMMANDS
16181 wine_fn_output_makefile ()
16183 cat Make.tmp - <<\_WINE_EOF >\$tmp/makefile && mv -f \$tmp/makefile \$1 && rm -f Make.tmp && return
16184 $ALL_MAKEFILE_DEPENDS
16185 _WINE_EOF
16186 as_fn_error $? "could not create Makefile" "$LINENO" 5
16189 _ACEOF
16191 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16193 # Handling of arguments.
16194 for ac_config_target in $ac_config_targets
16196 case $ac_config_target in
16197 "include/config.h") CONFIG_HEADERS="$CONFIG_HEADERS include/config.h" ;;
16198 "include/stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS include/stamp-h" ;;
16199 "dlls/shell32/AUTHORS") CONFIG_LINKS="$CONFIG_LINKS dlls/shell32/AUTHORS:AUTHORS" ;;
16200 "dlls/wineps.drv/generic.ppd") CONFIG_LINKS="$CONFIG_LINKS dlls/wineps.drv/generic.ppd:dlls/wineps.drv/generic.ppd" ;;
16201 "fonts/marlett.ttf") CONFIG_LINKS="$CONFIG_LINKS fonts/marlett.ttf:fonts/marlett.ttf" ;;
16202 "fonts/symbol.ttf") CONFIG_LINKS="$CONFIG_LINKS fonts/symbol.ttf:fonts/symbol.ttf" ;;
16203 "fonts/tahoma.ttf") CONFIG_LINKS="$CONFIG_LINKS fonts/tahoma.ttf:fonts/tahoma.ttf" ;;
16204 "fonts/tahomabd.ttf") CONFIG_LINKS="$CONFIG_LINKS fonts/tahomabd.ttf:fonts/tahomabd.ttf" ;;
16205 "tools/l_intl.nls") CONFIG_LINKS="$CONFIG_LINKS tools/l_intl.nls:tools/l_intl.nls" ;;
16206 "wine") CONFIG_LINKS="$CONFIG_LINKS wine:tools/winewrapper" ;;
16207 "dlls/gdi32/enhmfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/enhmfdrv" ;;
16208 "dlls/gdi32/mfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/mfdrv" ;;
16209 "dlls/kernel32/nls") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/kernel32/nls" ;;
16210 "dlls/user32/resources") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/user32/resources" ;;
16211 "dlls/wineps.drv/data") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/wineps.drv/data" ;;
16212 "include/wine") CONFIG_COMMANDS="$CONFIG_COMMANDS include/wine" ;;
16213 "Make.rules") CONFIG_FILES="$CONFIG_FILES Make.rules" ;;
16214 "Maketest.rules") CONFIG_FILES="$CONFIG_FILES Maketest.rules" ;;
16215 "dlls/Makedll.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makedll.rules" ;;
16216 "dlls/Makeimplib.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makeimplib.rules" ;;
16217 "programs/Makeprog.rules") CONFIG_FILES="$CONFIG_FILES programs/Makeprog.rules" ;;
16218 "Makefile") CONFIG_COMMANDS="$CONFIG_COMMANDS Makefile" ;;
16219 "Make.tmp") CONFIG_FILES="$CONFIG_FILES Make.tmp:Make.vars.in:Makefile.in" ;;
16221 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5 ;;
16222 esac
16223 done
16226 # If the user did not use the arguments to specify the items to instantiate,
16227 # then the envvar interface is used. Set only those that are not.
16228 # We use the long form for the default assignment because of an extremely
16229 # bizarre bug on SunOS 4.1.3.
16230 if $ac_need_defaults; then
16231 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
16232 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
16233 test "${CONFIG_LINKS+set}" = set || CONFIG_LINKS=$config_links
16234 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
16237 # Have a temporary directory for convenience. Make it in the build tree
16238 # simply because there is no reason against having it here, and in addition,
16239 # creating and moving files from /tmp can sometimes cause problems.
16240 # Hook for its removal unless debugging.
16241 # Note that there is a small window in which the directory will not be cleaned:
16242 # after its creation but before its name has been assigned to `$tmp'.
16243 $debug ||
16245 tmp=
16246 trap 'exit_status=$?
16247 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
16249 trap 'as_fn_exit 1' 1 2 13 15
16251 # Create a (secure) tmp directory for tmp files.
16254 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
16255 test -n "$tmp" && test -d "$tmp"
16256 } ||
16258 tmp=./conf$$-$RANDOM
16259 (umask 077 && mkdir "$tmp")
16260 } || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
16262 # Set up the scripts for CONFIG_FILES section.
16263 # No need to generate them if there are no CONFIG_FILES.
16264 # This happens for instance with `./config.status config.h'.
16265 if test -n "$CONFIG_FILES"; then
16267 if $AWK 'BEGIN { getline <"/dev/null" }' </dev/null 2>/dev/null; then
16268 ac_cs_awk_getline=:
16269 ac_cs_awk_pipe_init=
16270 ac_cs_awk_read_file='
16271 while ((getline aline < (F[key])) > 0)
16272 print(aline)
16273 close(F[key])'
16274 ac_cs_awk_pipe_fini=
16275 else
16276 ac_cs_awk_getline=false
16277 ac_cs_awk_pipe_init="print \"cat <<'|#_!!_#|' &&\""
16278 ac_cs_awk_read_file='
16279 print "|#_!!_#|"
16280 print "cat " F[key] " &&"
16281 '$ac_cs_awk_pipe_init
16282 # The final `:' finishes the AND list.
16283 ac_cs_awk_pipe_fini='END { print "|#_!!_#|"; print ":" }'
16285 ac_cr=`echo X | tr X '\015'`
16286 # On cygwin, bash can eat \r inside `` if the user requested igncr.
16287 # But we know of no other shell where ac_cr would be empty at this
16288 # point, so we can use a bashism as a fallback.
16289 if test "x$ac_cr" = x; then
16290 eval ac_cr=\$\'\\r\'
16292 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
16293 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
16294 ac_cs_awk_cr='\\r'
16295 else
16296 ac_cs_awk_cr=$ac_cr
16299 echo 'BEGIN {' >"$tmp/subs1.awk" &&
16300 _ACEOF
16302 # Create commands to substitute file output variables.
16304 echo "cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1" &&
16305 echo 'cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&' &&
16306 echo "$ac_subst_files" | sed 's/.*/F["&"]="$&"/' &&
16307 echo "_ACAWK" &&
16308 echo "_ACEOF"
16309 } >conf$$files.sh &&
16310 . ./conf$$files.sh ||
16311 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
16312 rm -f conf$$files.sh
16315 echo "cat >conf$$subs.awk <<_ACEOF" &&
16316 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
16317 echo "_ACEOF"
16318 } >conf$$subs.sh ||
16319 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
16320 ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
16321 ac_delim='%!_!# '
16322 for ac_last_try in false false false false false :; do
16323 . ./conf$$subs.sh ||
16324 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
16326 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
16327 if test $ac_delim_n = $ac_delim_num; then
16328 break
16329 elif $ac_last_try; then
16330 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
16331 else
16332 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
16334 done
16335 rm -f conf$$subs.sh
16337 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16338 cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
16339 _ACEOF
16340 sed -n '
16342 s/^/S["/; s/!.*/"]=/
16345 s/^[^!]*!//
16346 :repl
16347 t repl
16348 s/'"$ac_delim"'$//
16349 t delim
16352 s/\(.\{148\}\)..*/\1/
16353 t more1
16354 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
16357 b repl
16358 :more1
16359 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
16362 s/.\{148\}//
16363 t nl
16364 :delim
16366 s/\(.\{148\}\)..*/\1/
16367 t more2
16368 s/["\\]/\\&/g; s/^/"/; s/$/"/
16371 :more2
16372 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
16375 s/.\{148\}//
16376 t delim
16377 ' <conf$$subs.awk | sed '
16378 /^[^""]/{
16380 s/\n//
16382 ' >>$CONFIG_STATUS || ac_write_fail=1
16383 rm -f conf$$subs.awk
16384 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16385 _ACAWK
16386 cat >>"\$tmp/subs1.awk" <<_ACAWK &&
16387 for (key in S) S_is_set[key] = 1
16388 FS = "\a"
16389 \$ac_cs_awk_pipe_init
16392 line = $ 0
16393 nfields = split(line, field, "@")
16394 substed = 0
16395 len = length(field[1])
16396 for (i = 2; i < nfields; i++) {
16397 key = field[i]
16398 keylen = length(key)
16399 if (S_is_set[key]) {
16400 value = S[key]
16401 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
16402 len += length(value) + length(field[++i])
16403 substed = 1
16404 } else
16405 len += 1 + keylen
16407 if (nfields == 3 && !substed) {
16408 key = field[2]
16409 if (F[key] != "" && line ~ /^[ ]*@.*@[ ]*$/) {
16410 \$ac_cs_awk_read_file
16411 next
16414 print line
16416 \$ac_cs_awk_pipe_fini
16417 _ACAWK
16418 _ACEOF
16419 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16420 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
16421 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
16422 else
16424 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
16425 || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
16426 _ACEOF
16428 # VPATH may cause trouble with some makes, so we remove sole $(srcdir),
16429 # ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
16430 # trailing colons and then remove the whole line if VPATH becomes empty
16431 # (actually we leave an empty line to preserve line numbers).
16432 if test "x$srcdir" = x.; then
16433 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
16435 s///
16436 s/^/:/
16437 s/[ ]*$/:/
16438 s/:\$(srcdir):/:/g
16439 s/:\${srcdir}:/:/g
16440 s/:@srcdir@:/:/g
16441 s/^:*//
16442 s/:*$//
16444 s/\(=[ ]*\).*/\1/
16446 s/\n//
16447 s/^[^=]*=[ ]*$//
16451 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16452 fi # test -n "$CONFIG_FILES"
16454 # Set up the scripts for CONFIG_HEADERS section.
16455 # No need to generate them if there are no CONFIG_HEADERS.
16456 # This happens for instance with `./config.status Makefile'.
16457 if test -n "$CONFIG_HEADERS"; then
16458 cat >"$tmp/defines.awk" <<\_ACAWK ||
16459 BEGIN {
16460 _ACEOF
16462 # Transform confdefs.h into an awk script `defines.awk', embedded as
16463 # here-document in config.status, that substitutes the proper values into
16464 # config.h.in to produce config.h.
16466 # Create a delimiter string that does not exist in confdefs.h, to ease
16467 # handling of long lines.
16468 ac_delim='%!_!# '
16469 for ac_last_try in false false :; do
16470 ac_t=`sed -n "/$ac_delim/p" confdefs.h`
16471 if test -z "$ac_t"; then
16472 break
16473 elif $ac_last_try; then
16474 as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
16475 else
16476 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
16478 done
16480 # For the awk script, D is an array of macro values keyed by name,
16481 # likewise P contains macro parameters if any. Preserve backslash
16482 # newline sequences.
16484 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
16485 sed -n '
16486 s/.\{148\}/&'"$ac_delim"'/g
16487 t rset
16488 :rset
16489 s/^[ ]*#[ ]*define[ ][ ]*/ /
16490 t def
16492 :def
16493 s/\\$//
16494 t bsnl
16495 s/["\\]/\\&/g
16496 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
16497 D["\1"]=" \3"/p
16498 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
16500 :bsnl
16501 s/["\\]/\\&/g
16502 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
16503 D["\1"]=" \3\\\\\\n"\\/p
16504 t cont
16505 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
16506 t cont
16508 :cont
16510 s/.\{148\}/&'"$ac_delim"'/g
16511 t clear
16512 :clear
16513 s/\\$//
16514 t bsnlc
16515 s/["\\]/\\&/g; s/^/"/; s/$/"/p
16517 :bsnlc
16518 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
16519 b cont
16520 ' <confdefs.h | sed '
16521 s/'"$ac_delim"'/"\\\
16522 "/g' >>$CONFIG_STATUS || ac_write_fail=1
16524 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16525 for (key in D) D_is_set[key] = 1
16526 FS = "\a"
16528 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
16529 line = \$ 0
16530 split(line, arg, " ")
16531 if (arg[1] == "#") {
16532 defundef = arg[2]
16533 mac1 = arg[3]
16534 } else {
16535 defundef = substr(arg[1], 2)
16536 mac1 = arg[2]
16538 split(mac1, mac2, "(") #)
16539 macro = mac2[1]
16540 prefix = substr(line, 1, index(line, defundef) - 1)
16541 if (D_is_set[macro]) {
16542 # Preserve the white space surrounding the "#".
16543 print prefix "define", macro P[macro] D[macro]
16544 next
16545 } else {
16546 # Replace #undef with comments. This is necessary, for example,
16547 # in the case of _POSIX_SOURCE, which is predefined and required
16548 # on some systems where configure will not decide to define it.
16549 if (defundef == "undef") {
16550 print "/*", prefix defundef, macro, "*/"
16551 next
16555 { print }
16556 _ACAWK
16557 _ACEOF
16558 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16559 as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
16560 fi # test -n "$CONFIG_HEADERS"
16563 eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :L $CONFIG_LINKS :C $CONFIG_COMMANDS"
16564 shift
16565 for ac_tag
16567 case $ac_tag in
16568 :[FHLC]) ac_mode=$ac_tag; continue;;
16569 esac
16570 case $ac_mode$ac_tag in
16571 :[FHL]*:*);;
16572 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5 ;;
16573 :[FH]-) ac_tag=-:-;;
16574 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
16575 esac
16576 ac_save_IFS=$IFS
16577 IFS=:
16578 set x $ac_tag
16579 IFS=$ac_save_IFS
16580 shift
16581 ac_file=$1
16582 shift
16584 case $ac_mode in
16585 :L) ac_source=$1;;
16586 :[FH])
16587 ac_file_inputs=
16588 for ac_f
16590 case $ac_f in
16591 -) ac_f="$tmp/stdin";;
16592 *) # Look for the file first in the build tree, then in the source tree
16593 # (if the path is not absolute). The absolute path cannot be DOS-style,
16594 # because $ac_f cannot contain `:'.
16595 test -f "$ac_f" ||
16596 case $ac_f in
16597 [\\/$]*) false;;
16598 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
16599 esac ||
16600 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5 ;;
16601 esac
16602 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
16603 as_fn_append ac_file_inputs " '$ac_f'"
16604 done
16606 # Let's still pretend it is `configure' which instantiates (i.e., don't
16607 # use $as_me), people would be surprised to read:
16608 # /* config.h. Generated by config.status. */
16609 configure_input='Generated from '`
16610 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
16611 `' by configure.'
16612 if test x"$ac_file" != x-; then
16613 configure_input="$ac_file. $configure_input"
16614 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
16615 $as_echo "$as_me: creating $ac_file" >&6;}
16617 # Neutralize special characters interpreted by sed in replacement strings.
16618 case $configure_input in #(
16619 *\&* | *\|* | *\\* )
16620 ac_sed_conf_input=`$as_echo "$configure_input" |
16621 sed 's/[\\\\&|]/\\\\&/g'`;; #(
16622 *) ac_sed_conf_input=$configure_input;;
16623 esac
16625 case $ac_tag in
16626 *:-:* | *:-) cat >"$tmp/stdin" \
16627 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
16628 esac
16630 esac
16632 ac_dir=`$as_dirname -- "$ac_file" ||
16633 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
16634 X"$ac_file" : 'X\(//\)[^/]' \| \
16635 X"$ac_file" : 'X\(//\)$' \| \
16636 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
16637 $as_echo X"$ac_file" |
16638 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
16639 s//\1/
16642 /^X\(\/\/\)[^/].*/{
16643 s//\1/
16646 /^X\(\/\/\)$/{
16647 s//\1/
16650 /^X\(\/\).*/{
16651 s//\1/
16654 s/.*/./; q'`
16655 as_dir="$ac_dir"; as_fn_mkdir_p
16656 ac_builddir=.
16658 case "$ac_dir" in
16659 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
16661 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
16662 # A ".." for each directory in $ac_dir_suffix.
16663 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
16664 case $ac_top_builddir_sub in
16665 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
16666 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
16667 esac ;;
16668 esac
16669 ac_abs_top_builddir=$ac_pwd
16670 ac_abs_builddir=$ac_pwd$ac_dir_suffix
16671 # for backward compatibility:
16672 ac_top_builddir=$ac_top_build_prefix
16674 case $srcdir in
16675 .) # We are building in place.
16676 ac_srcdir=.
16677 ac_top_srcdir=$ac_top_builddir_sub
16678 ac_abs_top_srcdir=$ac_pwd ;;
16679 [\\/]* | ?:[\\/]* ) # Absolute name.
16680 ac_srcdir=$srcdir$ac_dir_suffix;
16681 ac_top_srcdir=$srcdir
16682 ac_abs_top_srcdir=$srcdir ;;
16683 *) # Relative name.
16684 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
16685 ac_top_srcdir=$ac_top_build_prefix$srcdir
16686 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
16687 esac
16688 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
16691 case $ac_mode in
16694 # CONFIG_FILE
16697 case $INSTALL in
16698 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
16699 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
16700 esac
16701 _ACEOF
16703 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16704 # If the template does not know about datarootdir, expand it.
16705 # FIXME: This hack should be removed a few years after 2.60.
16706 ac_datarootdir_hack=; ac_datarootdir_seen=
16707 ac_sed_dataroot='
16708 /datarootdir/ {
16712 /@datadir@/p
16713 /@docdir@/p
16714 /@infodir@/p
16715 /@localedir@/p
16716 /@mandir@/p'
16717 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
16718 *datarootdir*) ac_datarootdir_seen=yes;;
16719 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
16720 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
16721 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
16722 _ACEOF
16723 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16724 ac_datarootdir_hack='
16725 s&@datadir@&$datadir&g
16726 s&@docdir@&$docdir&g
16727 s&@infodir@&$infodir&g
16728 s&@localedir@&$localedir&g
16729 s&@mandir@&$mandir&g
16730 s&\\\${datarootdir}&$datarootdir&g' ;;
16731 esac
16732 _ACEOF
16734 # Neutralize VPATH when `$srcdir' = `.'.
16735 # Shell code in configure.ac might set extrasub.
16736 # FIXME: do we really want to maintain this feature?
16737 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16738 ac_sed_extra="$ac_vpsub
16739 $extrasub
16740 _ACEOF
16741 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16743 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
16744 s|@configure_input@|$ac_sed_conf_input|;t t
16745 s&@top_builddir@&$ac_top_builddir_sub&;t t
16746 s&@top_build_prefix@&$ac_top_build_prefix&;t t
16747 s&@srcdir@&$ac_srcdir&;t t
16748 s&@abs_srcdir@&$ac_abs_srcdir&;t t
16749 s&@top_srcdir@&$ac_top_srcdir&;t t
16750 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
16751 s&@builddir@&$ac_builddir&;t t
16752 s&@abs_builddir@&$ac_abs_builddir&;t t
16753 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
16754 s&@INSTALL@&$ac_INSTALL&;t t
16755 $ac_datarootdir_hack
16757 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" |
16758 if $ac_cs_awk_getline; then
16759 $AWK -f "$tmp/subs.awk"
16760 else
16761 $AWK -f "$tmp/subs.awk" | $SHELL
16762 fi >$tmp/out \
16763 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
16765 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
16766 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
16767 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
16768 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
16769 which seems to be undefined. Please make sure it is defined" >&5
16770 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
16771 which seems to be undefined. Please make sure it is defined" >&2;}
16773 rm -f "$tmp/stdin"
16774 case $ac_file in
16775 -) cat "$tmp/out" && rm -f "$tmp/out";;
16776 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
16777 esac \
16778 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
16782 # CONFIG_HEADER
16784 if test x"$ac_file" != x-; then
16786 $as_echo "/* $configure_input */" \
16787 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
16788 } >"$tmp/config.h" \
16789 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
16790 if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
16791 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
16792 $as_echo "$as_me: $ac_file is unchanged" >&6;}
16793 else
16794 rm -f "$ac_file"
16795 mv "$tmp/config.h" "$ac_file" \
16796 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
16798 else
16799 $as_echo "/* $configure_input */" \
16800 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
16801 || as_fn_error $? "could not create -" "$LINENO" 5
16806 # CONFIG_LINK
16809 if test "$ac_source" = "$ac_file" && test "$srcdir" = '.'; then
16811 else
16812 # Prefer the file from the source tree if names are identical.
16813 if test "$ac_source" = "$ac_file" || test ! -r "$ac_source"; then
16814 ac_source=$srcdir/$ac_source
16817 { $as_echo "$as_me:${as_lineno-$LINENO}: linking $ac_source to $ac_file" >&5
16818 $as_echo "$as_me: linking $ac_source to $ac_file" >&6;}
16820 if test ! -r "$ac_source"; then
16821 as_fn_error $? "$ac_source: file not found" "$LINENO" 5
16823 rm -f "$ac_file"
16825 # Try a relative symlink, then a hard link, then a copy.
16826 case $ac_source in
16827 [\\/$]* | ?:[\\/]* ) ac_rel_source=$ac_source ;;
16828 *) ac_rel_source=$ac_top_build_prefix$ac_source ;;
16829 esac
16830 ln -s "$ac_rel_source" "$ac_file" 2>/dev/null ||
16831 ln "$ac_source" "$ac_file" 2>/dev/null ||
16832 cp -p "$ac_source" "$ac_file" ||
16833 as_fn_error $? "cannot link or copy $ac_source to $ac_file" "$LINENO" 5
16836 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
16837 $as_echo "$as_me: executing $ac_file commands" >&6;}
16839 esac
16842 case $ac_file$ac_mode in
16843 "include/stamp-h":C) echo timestamp > include/stamp-h ;;
16844 "dlls/gdi32/enhmfdrv":C) test -d "dlls/gdi32/enhmfdrv" || { { $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/gdi32/enhmfdrv" >&5
16845 $as_echo "$as_me: creating dlls/gdi32/enhmfdrv" >&6;}; as_dir="dlls/gdi32/enhmfdrv"; as_fn_mkdir_p; } ;;
16846 "dlls/gdi32/mfdrv":C) test -d "dlls/gdi32/mfdrv" || { { $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/gdi32/mfdrv" >&5
16847 $as_echo "$as_me: creating dlls/gdi32/mfdrv" >&6;}; as_dir="dlls/gdi32/mfdrv"; as_fn_mkdir_p; } ;;
16848 "dlls/kernel32/nls":C) test -d "dlls/kernel32/nls" || { { $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/kernel32/nls" >&5
16849 $as_echo "$as_me: creating dlls/kernel32/nls" >&6;}; as_dir="dlls/kernel32/nls"; as_fn_mkdir_p; } ;;
16850 "dlls/user32/resources":C) test -d "dlls/user32/resources" || { { $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/user32/resources" >&5
16851 $as_echo "$as_me: creating dlls/user32/resources" >&6;}; as_dir="dlls/user32/resources"; as_fn_mkdir_p; } ;;
16852 "dlls/wineps.drv/data":C) test -d "dlls/wineps.drv/data" || { { $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/wineps.drv/data" >&5
16853 $as_echo "$as_me: creating dlls/wineps.drv/data" >&6;}; as_dir="dlls/wineps.drv/data"; as_fn_mkdir_p; } ;;
16854 "include/wine":C) test -d "include/wine" || { { $as_echo "$as_me:${as_lineno-$LINENO}: creating include/wine" >&5
16855 $as_echo "$as_me: creating include/wine" >&6;}; as_dir="include/wine"; as_fn_mkdir_p; } ;;
16856 "Makefile":C) wine_fn_output_makefile Makefile ;;
16858 esac
16859 done # for ac_tag
16862 as_fn_exit 0
16863 _ACEOF
16864 ac_clean_files=$ac_clean_files_save
16866 test $ac_write_fail = 0 ||
16867 as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
16870 # configure is writing to config.log, and then calls config.status.
16871 # config.status does its own redirection, appending to config.log.
16872 # Unfortunately, on DOS this fails, as config.log is still kept open
16873 # by configure, so config.status won't be able to write to it; its
16874 # output is simply discarded. So we exec the FD to /dev/null,
16875 # effectively closing config.log, so it can be properly (re)opened and
16876 # appended to by config.status. When coming back to configure, we
16877 # need to make the FD available again.
16878 if test "$no_create" != yes; then
16879 ac_cs_success=:
16880 ac_config_status_args=
16881 test "$silent" = yes &&
16882 ac_config_status_args="$ac_config_status_args --quiet"
16883 exec 5>/dev/null
16884 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
16885 exec 5>>config.log
16886 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
16887 # would make configure fail if this is the last instruction.
16888 $ac_cs_success || as_fn_exit 1
16890 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
16891 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
16892 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
16896 if test "$no_create" = "yes"
16897 then
16898 exit 0
16901 ac_save_IFS="$IFS"
16902 if test "x$wine_notices != "x; then
16903 echo >&6
16904 IFS="|"
16905 for msg in $wine_notices; do
16906 IFS="$ac_save_IFS"
16907 if test -n "$msg"; then
16908 { $as_echo "$as_me:${as_lineno-$LINENO}: $msg" >&5
16909 $as_echo "$as_me: $msg" >&6;}
16911 done
16913 IFS="|"
16914 for msg in $wine_warnings; do
16915 IFS="$ac_save_IFS"
16916 if test -n "$msg"; then
16917 echo >&2
16918 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $msg" >&5
16919 $as_echo "$as_me: WARNING: $msg" >&2;}
16921 done
16922 IFS="$ac_save_IFS"
16924 echo "
16925 $as_me: Finished. Do '${ac_make}' to compile Wine.
16926 " >&6