shlwapi: Implement IUnknown_QueryServiceExec with tests.
[wine/multimedia.git] / configure
blobed41bb5c27e6a63e96e8aed631423c5787d20e36
1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.65 for Wine 1.1.41.
5 # Report bugs to <wine-devel@winehq.org>.
8 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
9 # 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
10 # Inc.
13 # This configure script is free software; the Free Software Foundation
14 # gives unlimited permission to copy, distribute and modify it.
15 ## -------------------- ##
16 ## M4sh Initialization. ##
17 ## -------------------- ##
19 # Be more Bourne compatible
20 DUALCASE=1; export DUALCASE # for MKS sh
21 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
22 emulate sh
23 NULLCMD=:
24 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
25 # is contrary to our usage. Disable this feature.
26 alias -g '${1+"$@"}'='"$@"'
27 setopt NO_GLOB_SUBST
28 else
29 case `(set -o) 2>/dev/null` in #(
30 *posix*) :
31 set -o posix ;; #(
32 *) :
34 esac
38 as_nl='
40 export as_nl
41 # Printing a long string crashes Solaris 7 /usr/bin/printf.
42 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
43 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
44 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
45 # Prefer a ksh shell builtin over an external printf program on Solaris,
46 # but without wasting forks for bash or zsh.
47 if test -z "$BASH_VERSION$ZSH_VERSION" \
48 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
49 as_echo='print -r --'
50 as_echo_n='print -rn --'
51 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
52 as_echo='printf %s\n'
53 as_echo_n='printf %s'
54 else
55 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
56 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
57 as_echo_n='/usr/ucb/echo -n'
58 else
59 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
60 as_echo_n_body='eval
61 arg=$1;
62 case $arg in #(
63 *"$as_nl"*)
64 expr "X$arg" : "X\\(.*\\)$as_nl";
65 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
66 esac;
67 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
69 export as_echo_n_body
70 as_echo_n='sh -c $as_echo_n_body as_echo'
72 export as_echo_body
73 as_echo='sh -c $as_echo_body as_echo'
76 # The user is always right.
77 if test "${PATH_SEPARATOR+set}" != set; then
78 PATH_SEPARATOR=:
79 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
80 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
81 PATH_SEPARATOR=';'
86 # IFS
87 # We need space, tab and new line, in precisely that order. Quoting is
88 # there to prevent editors from complaining about space-tab.
89 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
90 # splitting by setting IFS to empty value.)
91 IFS=" "" $as_nl"
93 # Find who we are. Look in the path if we contain no directory separator.
94 case $0 in #((
95 *[\\/]* ) as_myself=$0 ;;
96 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
97 for as_dir in $PATH
99 IFS=$as_save_IFS
100 test -z "$as_dir" && as_dir=.
101 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
102 done
103 IFS=$as_save_IFS
106 esac
107 # We did not find ourselves, most probably we were run as `sh COMMAND'
108 # in which case we are not to be found in the path.
109 if test "x$as_myself" = x; then
110 as_myself=$0
112 if test ! -f "$as_myself"; then
113 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
114 exit 1
117 # Unset variables that we do not need and which cause bugs (e.g. in
118 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
119 # suppresses any "Segmentation fault" message there. '((' could
120 # trigger a bug in pdksh 5.2.14.
121 for as_var in BASH_ENV ENV MAIL MAILPATH
122 do eval test x\${$as_var+set} = xset \
123 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
124 done
125 PS1='$ '
126 PS2='> '
127 PS4='+ '
129 # NLS nuisances.
130 LC_ALL=C
131 export LC_ALL
132 LANGUAGE=C
133 export LANGUAGE
135 # CDPATH.
136 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
138 if test "x$CONFIG_SHELL" = x; then
139 as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
140 emulate sh
141 NULLCMD=:
142 # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
143 # is contrary to our usage. Disable this feature.
144 alias -g '\${1+\"\$@\"}'='\"\$@\"'
145 setopt NO_GLOB_SUBST
146 else
147 case \`(set -o) 2>/dev/null\` in #(
148 *posix*) :
149 set -o posix ;; #(
150 *) :
152 esac
155 as_required="as_fn_return () { (exit \$1); }
156 as_fn_success () { as_fn_return 0; }
157 as_fn_failure () { as_fn_return 1; }
158 as_fn_ret_success () { return 0; }
159 as_fn_ret_failure () { return 1; }
161 exitcode=0
162 as_fn_success || { exitcode=1; echo as_fn_success failed.; }
163 as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
164 as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
165 as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
166 if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
168 else
169 exitcode=1; echo positional parameters were not saved.
171 test x\$exitcode = x0 || exit 1"
172 as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
173 as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
174 eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
175 test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
176 test \$(( 1 + 1 )) = 2 || exit 1"
177 if (eval "$as_required") 2>/dev/null; then :
178 as_have_required=yes
179 else
180 as_have_required=no
182 if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
184 else
185 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
186 as_found=false
187 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
189 IFS=$as_save_IFS
190 test -z "$as_dir" && as_dir=.
191 as_found=:
192 case $as_dir in #(
194 for as_base in sh bash ksh sh5; do
195 # Try only shells that exist, to save several forks.
196 as_shell=$as_dir/$as_base
197 if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
198 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
199 CONFIG_SHELL=$as_shell as_have_required=yes
200 if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
201 break 2
204 done;;
205 esac
206 as_found=false
207 done
208 $as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
209 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
210 CONFIG_SHELL=$SHELL as_have_required=yes
211 fi; }
212 IFS=$as_save_IFS
215 if test "x$CONFIG_SHELL" != x; then :
216 # We cannot yet assume a decent shell, so we have to provide a
217 # neutralization value for shells without unset; and this also
218 # works around shells that cannot unset nonexistent variables.
219 BASH_ENV=/dev/null
220 ENV=/dev/null
221 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
222 export CONFIG_SHELL
223 exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
226 if test x$as_have_required = xno; then :
227 $as_echo "$0: This script requires a shell more modern than all"
228 $as_echo "$0: the shells that I found on your system."
229 if test x${ZSH_VERSION+set} = xset ; then
230 $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
231 $as_echo "$0: be upgraded to zsh 4.3.4 or later."
232 else
233 $as_echo "$0: Please tell bug-autoconf@gnu.org and
234 $0: wine-devel@winehq.org about your system, including any
235 $0: error possibly output before this message. Then install
236 $0: a modern shell, or manually run the script under such a
237 $0: shell if you do have one."
239 exit 1
243 SHELL=${CONFIG_SHELL-/bin/sh}
244 export SHELL
245 # Unset more variables known to interfere with behavior of common tools.
246 CLICOLOR_FORCE= GREP_OPTIONS=
247 unset CLICOLOR_FORCE GREP_OPTIONS
249 ## --------------------- ##
250 ## M4sh Shell Functions. ##
251 ## --------------------- ##
252 # as_fn_unset VAR
253 # ---------------
254 # Portably unset VAR.
255 as_fn_unset ()
257 { eval $1=; unset $1;}
259 as_unset=as_fn_unset
261 # as_fn_set_status STATUS
262 # -----------------------
263 # Set $? to STATUS, without forking.
264 as_fn_set_status ()
266 return $1
267 } # as_fn_set_status
269 # as_fn_exit STATUS
270 # -----------------
271 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
272 as_fn_exit ()
274 set +e
275 as_fn_set_status $1
276 exit $1
277 } # as_fn_exit
279 # as_fn_mkdir_p
280 # -------------
281 # Create "$as_dir" as a directory, including parents if necessary.
282 as_fn_mkdir_p ()
285 case $as_dir in #(
286 -*) as_dir=./$as_dir;;
287 esac
288 test -d "$as_dir" || eval $as_mkdir_p || {
289 as_dirs=
290 while :; do
291 case $as_dir in #(
292 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
293 *) as_qdir=$as_dir;;
294 esac
295 as_dirs="'$as_qdir' $as_dirs"
296 as_dir=`$as_dirname -- "$as_dir" ||
297 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
298 X"$as_dir" : 'X\(//\)[^/]' \| \
299 X"$as_dir" : 'X\(//\)$' \| \
300 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
301 $as_echo X"$as_dir" |
302 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
303 s//\1/
306 /^X\(\/\/\)[^/].*/{
307 s//\1/
310 /^X\(\/\/\)$/{
311 s//\1/
314 /^X\(\/\).*/{
315 s//\1/
318 s/.*/./; q'`
319 test -d "$as_dir" && break
320 done
321 test -z "$as_dirs" || eval "mkdir $as_dirs"
322 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
325 } # as_fn_mkdir_p
326 # as_fn_append VAR VALUE
327 # ----------------------
328 # Append the text in VALUE to the end of the definition contained in VAR. Take
329 # advantage of any shell optimizations that allow amortized linear growth over
330 # repeated appends, instead of the typical quadratic growth present in naive
331 # implementations.
332 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
333 eval 'as_fn_append ()
335 eval $1+=\$2
337 else
338 as_fn_append ()
340 eval $1=\$$1\$2
342 fi # as_fn_append
344 # as_fn_arith ARG...
345 # ------------------
346 # Perform arithmetic evaluation on the ARGs, and store the result in the
347 # global $as_val. Take advantage of shells that can avoid forks. The arguments
348 # must be portable across $(()) and expr.
349 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
350 eval 'as_fn_arith ()
352 as_val=$(( $* ))
354 else
355 as_fn_arith ()
357 as_val=`expr "$@" || test $? -eq 1`
359 fi # as_fn_arith
362 # as_fn_error ERROR [LINENO LOG_FD]
363 # ---------------------------------
364 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
365 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
366 # script with status $?, using 1 if that was 0.
367 as_fn_error ()
369 as_status=$?; test $as_status -eq 0 && as_status=1
370 if test "$3"; then
371 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
372 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
374 $as_echo "$as_me: error: $1" >&2
375 as_fn_exit $as_status
376 } # as_fn_error
378 if expr a : '\(a\)' >/dev/null 2>&1 &&
379 test "X`expr 00001 : '.*\(...\)'`" = X001; then
380 as_expr=expr
381 else
382 as_expr=false
385 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
386 as_basename=basename
387 else
388 as_basename=false
391 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
392 as_dirname=dirname
393 else
394 as_dirname=false
397 as_me=`$as_basename -- "$0" ||
398 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
399 X"$0" : 'X\(//\)$' \| \
400 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
401 $as_echo X/"$0" |
402 sed '/^.*\/\([^/][^/]*\)\/*$/{
403 s//\1/
406 /^X\/\(\/\/\)$/{
407 s//\1/
410 /^X\/\(\/\).*/{
411 s//\1/
414 s/.*/./; q'`
416 # Avoid depending upon Character Ranges.
417 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
418 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
419 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
420 as_cr_digits='0123456789'
421 as_cr_alnum=$as_cr_Letters$as_cr_digits
424 as_lineno_1=$LINENO as_lineno_1a=$LINENO
425 as_lineno_2=$LINENO as_lineno_2a=$LINENO
426 eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
427 test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
428 # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-)
429 sed -n '
431 /[$]LINENO/=
432 ' <$as_myself |
433 sed '
434 s/[$]LINENO.*/&-/
435 t lineno
437 :lineno
439 :loop
440 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
441 t loop
442 s/-\n.*//
443 ' >$as_me.lineno &&
444 chmod +x "$as_me.lineno" ||
445 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
447 # Don't try to exec as it changes $[0], causing all sort of problems
448 # (the dirname of $[0] is not the place where we might find the
449 # original and so on. Autoconf is especially sensitive to this).
450 . "./$as_me.lineno"
451 # Exit status is that of the last command.
452 exit
455 ECHO_C= ECHO_N= ECHO_T=
456 case `echo -n x` in #(((((
457 -n*)
458 case `echo 'xy\c'` in
459 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
460 xy) ECHO_C='\c';;
461 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
462 ECHO_T=' ';;
463 esac;;
465 ECHO_N='-n';;
466 esac
468 rm -f conf$$ conf$$.exe conf$$.file
469 if test -d conf$$.dir; then
470 rm -f conf$$.dir/conf$$.file
471 else
472 rm -f conf$$.dir
473 mkdir conf$$.dir 2>/dev/null
475 if (echo >conf$$.file) 2>/dev/null; then
476 if ln -s conf$$.file conf$$ 2>/dev/null; then
477 as_ln_s='ln -s'
478 # ... but there are two gotchas:
479 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
480 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
481 # In both cases, we have to default to `cp -p'.
482 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
483 as_ln_s='cp -p'
484 elif ln conf$$.file conf$$ 2>/dev/null; then
485 as_ln_s=ln
486 else
487 as_ln_s='cp -p'
489 else
490 as_ln_s='cp -p'
492 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
493 rmdir conf$$.dir 2>/dev/null
495 if mkdir -p . 2>/dev/null; then
496 as_mkdir_p='mkdir -p "$as_dir"'
497 else
498 test -d ./-p && rmdir ./-p
499 as_mkdir_p=false
502 if test -x / >/dev/null 2>&1; then
503 as_test_x='test -x'
504 else
505 if ls -dL / >/dev/null 2>&1; then
506 as_ls_L_option=L
507 else
508 as_ls_L_option=
510 as_test_x='
511 eval sh -c '\''
512 if test -d "$1"; then
513 test -d "$1/.";
514 else
515 case $1 in #(
516 -*)set "./$1";;
517 esac;
518 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
519 ???[sx]*):;;*)false;;esac;fi
520 '\'' sh
523 as_executable_p=$as_test_x
525 # Sed expression to map a string onto a valid CPP name.
526 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
528 # Sed expression to map a string onto a valid variable name.
529 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
532 test -n "$DJDIR" || exec 7<&0 </dev/null
533 exec 6>&1
535 # Name of the host.
536 # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
537 # so uname gets run too.
538 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
541 # Initializations.
543 ac_default_prefix=/usr/local
544 ac_clean_files=
545 ac_config_libobj_dir=.
546 LIBOBJS=
547 cross_compiling=no
548 subdirs=
549 MFLAGS=
550 MAKEFLAGS=
552 # Identity of this package.
553 PACKAGE_NAME='Wine'
554 PACKAGE_TARNAME='wine'
555 PACKAGE_VERSION='1.1.41'
556 PACKAGE_STRING='Wine 1.1.41'
557 PACKAGE_BUGREPORT='wine-devel@winehq.org'
558 PACKAGE_URL='http://www.winehq.org'
560 ac_unique_file="server/atom.c"
561 # Factoring default headers for most tests.
562 ac_includes_default="\
563 #include <stdio.h>
564 #ifdef HAVE_SYS_TYPES_H
565 # include <sys/types.h>
566 #endif
567 #ifdef HAVE_SYS_STAT_H
568 # include <sys/stat.h>
569 #endif
570 #ifdef STDC_HEADERS
571 # include <stdlib.h>
572 # include <stddef.h>
573 #else
574 # ifdef HAVE_STDLIB_H
575 # include <stdlib.h>
576 # endif
577 #endif
578 #ifdef HAVE_STRING_H
579 # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
580 # include <memory.h>
581 # endif
582 # include <string.h>
583 #endif
584 #ifdef HAVE_STRINGS_H
585 # include <strings.h>
586 #endif
587 #ifdef HAVE_INTTYPES_H
588 # include <inttypes.h>
589 #endif
590 #ifdef HAVE_STDINT_H
591 # include <stdint.h>
592 #endif
593 #ifdef HAVE_UNISTD_H
594 # include <unistd.h>
595 #endif"
597 ac_subst_vars='LTLIBOBJS
598 LIBOBJS
599 ALL_PROGRAM_BIN_INSTALL_DIRS
600 ALL_TEST_BINARIES
601 ALL_TOP_DIRS
602 ALL_DIRS
603 ALL_SYMLINKS
604 ALL_MAKERULES
605 ALL_WINETEST_DEPENDS
606 ALL_MAKEFILE_DEPENDS
607 LDAPLIBS
608 LIBPOLL
609 LIBDL
610 EXTRA_BINARIES
611 MAIN_BINARY
612 SOCKETLIBS
613 CRTLIBS
614 TOOLSEXT
615 LDPATH
616 BUILTINFLAG
617 EXTRACFLAGS
618 LIBKSTAT
619 LIBMPG123
620 PNGINCL
621 FONTCONFIGINCL
622 CUPSINCL
623 AUDIOIOLIBS
624 ALSALIBS
625 ESDLIBS
626 ESDINCL
627 ESDCONFIG
628 ZLIB
629 FREETYPEINCL
630 FREETYPELIBS
631 ft_devel
632 LCMSLIBS
633 RESOLVLIBS
634 GPHOTO2INCL
635 GPHOTO2LIBS
636 gphoto2port_devel
637 gphoto2_devel
638 SANEINCL
639 sane_devel
640 GNUTLSINCL
641 HALINCL
642 XSLTINCL
643 XML2INCL
644 XML2LIBS
645 NASLIBS
646 X_EXTRA_LIBS
647 X_LIBS
648 X_PRE_LIBS
649 X_CFLAGS
650 XMKMF
651 LIBPTHREAD
652 CROSSTARGET
653 CROSSTEST
654 CROSSCC
655 CARBONLIB
656 LIBOPENAL
657 COREAUDIO
658 DISKARBITRATIONLIB
659 LDEXECFLAGS
660 IOKITLIB
661 COREFOUNDATIONLIB
662 SECURITYLIB
663 DLLWRAP
664 DLLTOOL
666 LDRPATH_LOCAL
667 LDRPATH_INSTALL
668 IMPLIBEXT
669 LIBEXT
670 LDDLLFLAGS
671 LDSHARED
672 DLLFLAGS
673 DLLEXT
675 OPENGL_LIBS
676 XLIB
677 PRELINK
678 ICOTOOL
679 RSVG
680 PKG_CONFIG
681 FONTFORGE
682 LINTFLAGS
683 LINT
684 INSTALL_DATA
685 INSTALL_SCRIPT
686 INSTALL_PROGRAM
687 LDCONFIG
688 EGREP
689 GREP
690 LN_S
691 STRIP
692 RANLIB
693 ARFLAGS
694 ac_ct_AR
696 BISON
697 FLEX
698 TOOLSDIR
699 WOW64_DISABLE
700 TARGETFLAGS
701 CPPBIN
702 ac_ct_CXX
703 CXXFLAGS
705 OBJEXT
706 EXEEXT
707 ac_ct_CC
708 CPPFLAGS
709 LDFLAGS
710 CFLAGS
712 SET_MAKE
713 host_os
714 host_vendor
715 host_cpu
716 host
717 build_os
718 build_vendor
719 build_cpu
720 build
721 MAINTAINER_MODE
722 target_alias
723 host_alias
724 build_alias
725 LIBS
726 ECHO_T
727 ECHO_N
728 ECHO_C
729 DEFS
730 mandir
731 localedir
732 libdir
733 psdir
734 pdfdir
735 dvidir
736 htmldir
737 infodir
738 docdir
739 oldincludedir
740 includedir
741 localstatedir
742 sharedstatedir
743 sysconfdir
744 datadir
745 datarootdir
746 libexecdir
747 sbindir
748 bindir
749 program_transform_name
750 prefix
751 exec_prefix
752 PACKAGE_URL
753 PACKAGE_BUGREPORT
754 PACKAGE_STRING
755 PACKAGE_VERSION
756 PACKAGE_TARNAME
757 PACKAGE_NAME
758 PATH_SEPARATOR
759 SHELL'
760 ac_subst_files='MAKE_RULES
761 MAKE_TEST_RULES
762 MAKE_DLL_RULES
763 MAKE_IMPLIB_RULES
764 MAKE_PROG_RULES'
765 ac_user_opts='
766 enable_option_checking
767 enable_win16
768 enable_win64
769 enable_tests
770 enable_maintainer_mode
771 with_alsa
772 with_audioio
773 with_capi
774 with_cms
775 with_coreaudio
776 with_cups
777 with_curses
778 with_esd
779 with_fontconfig
780 with_freetype
781 with_gphoto
782 with_glu
783 with_gnutls
784 with_gsm
785 with_hal
786 with_jack
787 with_jpeg
788 with_ldap
789 with_mpg123
790 with_nas
791 with_openal
792 with_opengl
793 with_openssl
794 with_oss
795 with_png
796 with_pthread
797 with_sane
798 with_tiff
799 with_v4l
800 with_xcomposite
801 with_xcursor
802 with_xinerama
803 with_xinput
804 with_xml
805 with_xrandr
806 with_xrender
807 with_xshape
808 with_xshm
809 with_xslt
810 with_xxf86vm
811 with_wine_tools
812 with_wine64
813 enable_largefile
814 with_x
816 ac_precious_vars='build_alias
817 host_alias
818 target_alias
820 CFLAGS
821 LDFLAGS
822 LIBS
823 CPPFLAGS
825 CXXFLAGS
828 XMKMF'
831 # Initialize some variables set by options.
832 ac_init_help=
833 ac_init_version=false
834 ac_unrecognized_opts=
835 ac_unrecognized_sep=
836 # The variables have the same names as the options, with
837 # dashes changed to underlines.
838 cache_file=/dev/null
839 exec_prefix=NONE
840 no_create=
841 no_recursion=
842 prefix=NONE
843 program_prefix=NONE
844 program_suffix=NONE
845 program_transform_name=s,x,x,
846 silent=
847 site=
848 srcdir=
849 verbose=
850 x_includes=NONE
851 x_libraries=NONE
853 # Installation directory options.
854 # These are left unexpanded so users can "make install exec_prefix=/foo"
855 # and all the variables that are supposed to be based on exec_prefix
856 # by default will actually change.
857 # Use braces instead of parens because sh, perl, etc. also accept them.
858 # (The list follows the same order as the GNU Coding Standards.)
859 bindir='${exec_prefix}/bin'
860 sbindir='${exec_prefix}/sbin'
861 libexecdir='${exec_prefix}/libexec'
862 datarootdir='${prefix}/share'
863 datadir='${datarootdir}'
864 sysconfdir='${prefix}/etc'
865 sharedstatedir='${prefix}/com'
866 localstatedir='${prefix}/var'
867 includedir='${prefix}/include'
868 oldincludedir='/usr/include'
869 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
870 infodir='${datarootdir}/info'
871 htmldir='${docdir}'
872 dvidir='${docdir}'
873 pdfdir='${docdir}'
874 psdir='${docdir}'
875 libdir='${exec_prefix}/lib'
876 localedir='${datarootdir}/locale'
877 mandir='${datarootdir}/man'
879 ac_prev=
880 ac_dashdash=
881 for ac_option
883 # If the previous option needs an argument, assign it.
884 if test -n "$ac_prev"; then
885 eval $ac_prev=\$ac_option
886 ac_prev=
887 continue
890 case $ac_option in
891 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
892 *) ac_optarg=yes ;;
893 esac
895 # Accept the important Cygnus configure options, so we can diagnose typos.
897 case $ac_dashdash$ac_option in
899 ac_dashdash=yes ;;
901 -bindir | --bindir | --bindi | --bind | --bin | --bi)
902 ac_prev=bindir ;;
903 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
904 bindir=$ac_optarg ;;
906 -build | --build | --buil | --bui | --bu)
907 ac_prev=build_alias ;;
908 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
909 build_alias=$ac_optarg ;;
911 -cache-file | --cache-file | --cache-fil | --cache-fi \
912 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
913 ac_prev=cache_file ;;
914 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
915 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
916 cache_file=$ac_optarg ;;
918 --config-cache | -C)
919 cache_file=config.cache ;;
921 -datadir | --datadir | --datadi | --datad)
922 ac_prev=datadir ;;
923 -datadir=* | --datadir=* | --datadi=* | --datad=*)
924 datadir=$ac_optarg ;;
926 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
927 | --dataroo | --dataro | --datar)
928 ac_prev=datarootdir ;;
929 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
930 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
931 datarootdir=$ac_optarg ;;
933 -disable-* | --disable-*)
934 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
935 # Reject names that are not valid shell variable names.
936 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
937 as_fn_error "invalid feature name: $ac_useropt"
938 ac_useropt_orig=$ac_useropt
939 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
940 case $ac_user_opts in
942 "enable_$ac_useropt"
943 "*) ;;
944 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
945 ac_unrecognized_sep=', ';;
946 esac
947 eval enable_$ac_useropt=no ;;
949 -docdir | --docdir | --docdi | --doc | --do)
950 ac_prev=docdir ;;
951 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
952 docdir=$ac_optarg ;;
954 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
955 ac_prev=dvidir ;;
956 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
957 dvidir=$ac_optarg ;;
959 -enable-* | --enable-*)
960 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
961 # Reject names that are not valid shell variable names.
962 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
963 as_fn_error "invalid feature name: $ac_useropt"
964 ac_useropt_orig=$ac_useropt
965 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
966 case $ac_user_opts in
968 "enable_$ac_useropt"
969 "*) ;;
970 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
971 ac_unrecognized_sep=', ';;
972 esac
973 eval enable_$ac_useropt=\$ac_optarg ;;
975 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
976 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
977 | --exec | --exe | --ex)
978 ac_prev=exec_prefix ;;
979 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
980 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
981 | --exec=* | --exe=* | --ex=*)
982 exec_prefix=$ac_optarg ;;
984 -gas | --gas | --ga | --g)
985 # Obsolete; use --with-gas.
986 with_gas=yes ;;
988 -help | --help | --hel | --he | -h)
989 ac_init_help=long ;;
990 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
991 ac_init_help=recursive ;;
992 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
993 ac_init_help=short ;;
995 -host | --host | --hos | --ho)
996 ac_prev=host_alias ;;
997 -host=* | --host=* | --hos=* | --ho=*)
998 host_alias=$ac_optarg ;;
1000 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
1001 ac_prev=htmldir ;;
1002 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
1003 | --ht=*)
1004 htmldir=$ac_optarg ;;
1006 -includedir | --includedir | --includedi | --included | --include \
1007 | --includ | --inclu | --incl | --inc)
1008 ac_prev=includedir ;;
1009 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
1010 | --includ=* | --inclu=* | --incl=* | --inc=*)
1011 includedir=$ac_optarg ;;
1013 -infodir | --infodir | --infodi | --infod | --info | --inf)
1014 ac_prev=infodir ;;
1015 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
1016 infodir=$ac_optarg ;;
1018 -libdir | --libdir | --libdi | --libd)
1019 ac_prev=libdir ;;
1020 -libdir=* | --libdir=* | --libdi=* | --libd=*)
1021 libdir=$ac_optarg ;;
1023 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1024 | --libexe | --libex | --libe)
1025 ac_prev=libexecdir ;;
1026 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1027 | --libexe=* | --libex=* | --libe=*)
1028 libexecdir=$ac_optarg ;;
1030 -localedir | --localedir | --localedi | --localed | --locale)
1031 ac_prev=localedir ;;
1032 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1033 localedir=$ac_optarg ;;
1035 -localstatedir | --localstatedir | --localstatedi | --localstated \
1036 | --localstate | --localstat | --localsta | --localst | --locals)
1037 ac_prev=localstatedir ;;
1038 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1039 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1040 localstatedir=$ac_optarg ;;
1042 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1043 ac_prev=mandir ;;
1044 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1045 mandir=$ac_optarg ;;
1047 -nfp | --nfp | --nf)
1048 # Obsolete; use --without-fp.
1049 with_fp=no ;;
1051 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1052 | --no-cr | --no-c | -n)
1053 no_create=yes ;;
1055 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1056 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1057 no_recursion=yes ;;
1059 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1060 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1061 | --oldin | --oldi | --old | --ol | --o)
1062 ac_prev=oldincludedir ;;
1063 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1064 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1065 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1066 oldincludedir=$ac_optarg ;;
1068 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1069 ac_prev=prefix ;;
1070 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1071 prefix=$ac_optarg ;;
1073 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1074 | --program-pre | --program-pr | --program-p)
1075 ac_prev=program_prefix ;;
1076 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1077 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1078 program_prefix=$ac_optarg ;;
1080 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1081 | --program-suf | --program-su | --program-s)
1082 ac_prev=program_suffix ;;
1083 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1084 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1085 program_suffix=$ac_optarg ;;
1087 -program-transform-name | --program-transform-name \
1088 | --program-transform-nam | --program-transform-na \
1089 | --program-transform-n | --program-transform- \
1090 | --program-transform | --program-transfor \
1091 | --program-transfo | --program-transf \
1092 | --program-trans | --program-tran \
1093 | --progr-tra | --program-tr | --program-t)
1094 ac_prev=program_transform_name ;;
1095 -program-transform-name=* | --program-transform-name=* \
1096 | --program-transform-nam=* | --program-transform-na=* \
1097 | --program-transform-n=* | --program-transform-=* \
1098 | --program-transform=* | --program-transfor=* \
1099 | --program-transfo=* | --program-transf=* \
1100 | --program-trans=* | --program-tran=* \
1101 | --progr-tra=* | --program-tr=* | --program-t=*)
1102 program_transform_name=$ac_optarg ;;
1104 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1105 ac_prev=pdfdir ;;
1106 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1107 pdfdir=$ac_optarg ;;
1109 -psdir | --psdir | --psdi | --psd | --ps)
1110 ac_prev=psdir ;;
1111 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1112 psdir=$ac_optarg ;;
1114 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1115 | -silent | --silent | --silen | --sile | --sil)
1116 silent=yes ;;
1118 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1119 ac_prev=sbindir ;;
1120 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1121 | --sbi=* | --sb=*)
1122 sbindir=$ac_optarg ;;
1124 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1125 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1126 | --sharedst | --shareds | --shared | --share | --shar \
1127 | --sha | --sh)
1128 ac_prev=sharedstatedir ;;
1129 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1130 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1131 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1132 | --sha=* | --sh=*)
1133 sharedstatedir=$ac_optarg ;;
1135 -site | --site | --sit)
1136 ac_prev=site ;;
1137 -site=* | --site=* | --sit=*)
1138 site=$ac_optarg ;;
1140 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1141 ac_prev=srcdir ;;
1142 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1143 srcdir=$ac_optarg ;;
1145 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1146 | --syscon | --sysco | --sysc | --sys | --sy)
1147 ac_prev=sysconfdir ;;
1148 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1149 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1150 sysconfdir=$ac_optarg ;;
1152 -target | --target | --targe | --targ | --tar | --ta | --t)
1153 ac_prev=target_alias ;;
1154 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1155 target_alias=$ac_optarg ;;
1157 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1158 verbose=yes ;;
1160 -version | --version | --versio | --versi | --vers | -V)
1161 ac_init_version=: ;;
1163 -with-* | --with-*)
1164 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1165 # Reject names that are not valid shell variable names.
1166 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1167 as_fn_error "invalid package name: $ac_useropt"
1168 ac_useropt_orig=$ac_useropt
1169 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1170 case $ac_user_opts in
1172 "with_$ac_useropt"
1173 "*) ;;
1174 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1175 ac_unrecognized_sep=', ';;
1176 esac
1177 eval with_$ac_useropt=\$ac_optarg ;;
1179 -without-* | --without-*)
1180 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1181 # Reject names that are not valid shell variable names.
1182 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1183 as_fn_error "invalid package name: $ac_useropt"
1184 ac_useropt_orig=$ac_useropt
1185 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1186 case $ac_user_opts in
1188 "with_$ac_useropt"
1189 "*) ;;
1190 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1191 ac_unrecognized_sep=', ';;
1192 esac
1193 eval with_$ac_useropt=no ;;
1195 --x)
1196 # Obsolete; use --with-x.
1197 with_x=yes ;;
1199 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1200 | --x-incl | --x-inc | --x-in | --x-i)
1201 ac_prev=x_includes ;;
1202 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1203 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1204 x_includes=$ac_optarg ;;
1206 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1207 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1208 ac_prev=x_libraries ;;
1209 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1210 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1211 x_libraries=$ac_optarg ;;
1213 -*) as_fn_error "unrecognized option: \`$ac_option'
1214 Try \`$0 --help' for more information."
1217 *=*)
1218 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1219 # Reject names that are not valid shell variable names.
1220 case $ac_envvar in #(
1221 '' | [0-9]* | *[!_$as_cr_alnum]* )
1222 as_fn_error "invalid variable name: \`$ac_envvar'" ;;
1223 esac
1224 eval $ac_envvar=\$ac_optarg
1225 export $ac_envvar ;;
1228 # FIXME: should be removed in autoconf 3.0.
1229 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1230 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1231 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1232 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1235 esac
1236 done
1238 if test -n "$ac_prev"; then
1239 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1240 as_fn_error "missing argument to $ac_option"
1243 if test -n "$ac_unrecognized_opts"; then
1244 case $enable_option_checking in
1245 no) ;;
1246 fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;;
1247 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1248 esac
1251 # Check all directory arguments for consistency.
1252 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1253 datadir sysconfdir sharedstatedir localstatedir includedir \
1254 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1255 libdir localedir mandir
1257 eval ac_val=\$$ac_var
1258 # Remove trailing slashes.
1259 case $ac_val in
1260 */ )
1261 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1262 eval $ac_var=\$ac_val;;
1263 esac
1264 # Be sure to have absolute directory names.
1265 case $ac_val in
1266 [\\/$]* | ?:[\\/]* ) continue;;
1267 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1268 esac
1269 as_fn_error "expected an absolute directory name for --$ac_var: $ac_val"
1270 done
1272 # There might be people who depend on the old broken behavior: `$host'
1273 # used to hold the argument of --host etc.
1274 # FIXME: To remove some day.
1275 build=$build_alias
1276 host=$host_alias
1277 target=$target_alias
1279 # FIXME: To remove some day.
1280 if test "x$host_alias" != x; then
1281 if test "x$build_alias" = x; then
1282 cross_compiling=maybe
1283 $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1284 If a cross compiler is detected then cross compile mode will be used." >&2
1285 elif test "x$build_alias" != "x$host_alias"; then
1286 cross_compiling=yes
1290 ac_tool_prefix=
1291 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1293 test "$silent" = yes && exec 6>/dev/null
1296 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1297 ac_ls_di=`ls -di .` &&
1298 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1299 as_fn_error "working directory cannot be determined"
1300 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1301 as_fn_error "pwd does not report name of working directory"
1304 # Find the source files, if location was not specified.
1305 if test -z "$srcdir"; then
1306 ac_srcdir_defaulted=yes
1307 # Try the directory containing this script, then the parent directory.
1308 ac_confdir=`$as_dirname -- "$as_myself" ||
1309 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1310 X"$as_myself" : 'X\(//\)[^/]' \| \
1311 X"$as_myself" : 'X\(//\)$' \| \
1312 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1313 $as_echo X"$as_myself" |
1314 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1315 s//\1/
1318 /^X\(\/\/\)[^/].*/{
1319 s//\1/
1322 /^X\(\/\/\)$/{
1323 s//\1/
1326 /^X\(\/\).*/{
1327 s//\1/
1330 s/.*/./; q'`
1331 srcdir=$ac_confdir
1332 if test ! -r "$srcdir/$ac_unique_file"; then
1333 srcdir=..
1335 else
1336 ac_srcdir_defaulted=no
1338 if test ! -r "$srcdir/$ac_unique_file"; then
1339 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1340 as_fn_error "cannot find sources ($ac_unique_file) in $srcdir"
1342 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1343 ac_abs_confdir=`(
1344 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg"
1345 pwd)`
1346 # When building in place, set srcdir=.
1347 if test "$ac_abs_confdir" = "$ac_pwd"; then
1348 srcdir=.
1350 # Remove unnecessary trailing slashes from srcdir.
1351 # Double slashes in file names in object file debugging info
1352 # mess up M-x gdb in Emacs.
1353 case $srcdir in
1354 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1355 esac
1356 for ac_var in $ac_precious_vars; do
1357 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1358 eval ac_env_${ac_var}_value=\$${ac_var}
1359 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1360 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1361 done
1364 # Report the --help message.
1366 if test "$ac_init_help" = "long"; then
1367 # Omit some internal or obsolete options to make the list less imposing.
1368 # This message is too long to be a string in the A/UX 3.1 sh.
1369 cat <<_ACEOF
1370 \`configure' configures Wine 1.1.41 to adapt to many kinds of systems.
1372 Usage: $0 [OPTION]... [VAR=VALUE]...
1374 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1375 VAR=VALUE. See below for descriptions of some of the useful variables.
1377 Defaults for the options are specified in brackets.
1379 Configuration:
1380 -h, --help display this help and exit
1381 --help=short display options specific to this package
1382 --help=recursive display the short help of all the included packages
1383 -V, --version display version information and exit
1384 -q, --quiet, --silent do not print \`checking...' messages
1385 --cache-file=FILE cache test results in FILE [disabled]
1386 -C, --config-cache alias for \`--cache-file=config.cache'
1387 -n, --no-create do not create output files
1388 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1390 Installation directories:
1391 --prefix=PREFIX install architecture-independent files in PREFIX
1392 [$ac_default_prefix]
1393 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1394 [PREFIX]
1396 By default, \`make install' will install all the files in
1397 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1398 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1399 for instance \`--prefix=\$HOME'.
1401 For better control, use the options below.
1403 Fine tuning of the installation directories:
1404 --bindir=DIR user executables [EPREFIX/bin]
1405 --sbindir=DIR system admin executables [EPREFIX/sbin]
1406 --libexecdir=DIR program executables [EPREFIX/libexec]
1407 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1408 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1409 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1410 --libdir=DIR object code libraries [EPREFIX/lib]
1411 --includedir=DIR C header files [PREFIX/include]
1412 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1413 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1414 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1415 --infodir=DIR info documentation [DATAROOTDIR/info]
1416 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1417 --mandir=DIR man documentation [DATAROOTDIR/man]
1418 --docdir=DIR documentation root [DATAROOTDIR/doc/wine]
1419 --htmldir=DIR html documentation [DOCDIR]
1420 --dvidir=DIR dvi documentation [DOCDIR]
1421 --pdfdir=DIR pdf documentation [DOCDIR]
1422 --psdir=DIR ps documentation [DOCDIR]
1423 _ACEOF
1425 cat <<\_ACEOF
1427 X features:
1428 --x-includes=DIR X include files are in DIR
1429 --x-libraries=DIR X library files are in DIR
1431 System types:
1432 --build=BUILD configure for building on BUILD [guessed]
1433 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1434 _ACEOF
1437 if test -n "$ac_init_help"; then
1438 case $ac_init_help in
1439 short | recursive ) echo "Configuration of Wine 1.1.41:";;
1440 esac
1441 cat <<\_ACEOF
1443 Optional Features:
1444 --disable-option-checking ignore unrecognized --enable/--with options
1445 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1446 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1447 --disable-win16 do not include Win16 support
1448 --enable-win64 build a Win64 emulator on AMD64 (won't run Win32
1449 binaries)
1450 --disable-tests do not build the regression tests
1451 --enable-maintainer-mode
1452 enable maintainer-specific build rules
1453 --disable-largefile omit support for large files
1455 Optional Packages:
1456 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1457 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1458 --without-alsa do not use the Alsa sound support
1459 --without-audioio do not use the AudioIO sound support
1460 --without-capi do not use CAPI (ISDN support)
1461 --without-cms do not use CMS (color management support)
1462 --without-coreaudio do not use the CoreAudio sound support
1463 --without-cups do not use CUPS
1464 --without-curses do not use (n)curses
1465 --without-esd do not use the EsounD sound support
1466 --without-fontconfig do not use fontconfig
1467 --without-freetype do not use the FreeType library
1468 --without-gphoto do not use gphoto (Digital Camera support)
1469 --without-glu do not use the GLU library
1470 --without-gnutls do not use GnuTLS (schannel support)
1471 --without-gsm do not use libgsm (GSM 06.10 codec support)
1472 --without-hal do not use HAL (dynamic device support)
1473 --without-jack do not use the Jack sound support
1474 --without-jpeg do not use JPEG
1475 --without-ldap do not use LDAP
1476 --without-mpg123 do not use the mpg123 library
1477 --without-nas do not use the NAS sound support
1478 --without-openal do not use OpenAL
1479 --without-opengl do not use OpenGL
1480 --without-openssl do not use OpenSSL
1481 --without-oss do not use the OSS sound support
1482 --without-png do not use PNG
1483 --without-pthread do not use the pthread library
1484 --without-sane do not use SANE (scanner support)
1485 --without-tiff do not use TIFF
1486 --without-v4l do not use v4l1 (v4l support)
1487 --without-xcomposite do not use the Xcomposite extension
1488 --without-xcursor do not use the Xcursor extension
1489 --without-xinerama do not use Xinerama (multi-monitor support)
1490 --without-xinput do not use the Xinput extension
1491 --without-xml do not use XML
1492 --without-xrandr do not use Xrandr (resolution changes)
1493 --without-xrender do not use the Xrender extension
1494 --without-xshape do not use the Xshape extension
1495 --without-xshm do not use XShm (shared memory extension)
1496 --without-xslt do not use XSLT
1497 --without-xxf86vm do not use XFree video mode extension
1498 --with-wine-tools=DIR use Wine tools from directory DIR
1499 --with-wine64=DIR use the 64-bit Wine in DIR for a Wow64 build
1500 --with-x use the X Window System
1502 Some influential environment variables:
1503 CC C compiler command
1504 CFLAGS C compiler flags
1505 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1506 nonstandard directory <lib dir>
1507 LIBS libraries to pass to the linker, e.g. -l<library>
1508 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
1509 you have headers in a nonstandard directory <include dir>
1510 CXX C++ compiler command
1511 CXXFLAGS C++ compiler flags
1512 CPP C preprocessor
1513 XMKMF Path to xmkmf, Makefile generator for X Window System
1515 Use these variables to override the choices made by `configure' or to help
1516 it to find libraries and programs with nonstandard names/locations.
1518 Report bugs to <wine-devel@winehq.org>.
1519 Wine home page: <http://www.winehq.org>.
1520 _ACEOF
1521 ac_status=$?
1524 if test "$ac_init_help" = "recursive"; then
1525 # If there are subdirs, report their specific --help.
1526 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1527 test -d "$ac_dir" ||
1528 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1529 continue
1530 ac_builddir=.
1532 case "$ac_dir" in
1533 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1535 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1536 # A ".." for each directory in $ac_dir_suffix.
1537 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1538 case $ac_top_builddir_sub in
1539 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1540 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1541 esac ;;
1542 esac
1543 ac_abs_top_builddir=$ac_pwd
1544 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1545 # for backward compatibility:
1546 ac_top_builddir=$ac_top_build_prefix
1548 case $srcdir in
1549 .) # We are building in place.
1550 ac_srcdir=.
1551 ac_top_srcdir=$ac_top_builddir_sub
1552 ac_abs_top_srcdir=$ac_pwd ;;
1553 [\\/]* | ?:[\\/]* ) # Absolute name.
1554 ac_srcdir=$srcdir$ac_dir_suffix;
1555 ac_top_srcdir=$srcdir
1556 ac_abs_top_srcdir=$srcdir ;;
1557 *) # Relative name.
1558 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1559 ac_top_srcdir=$ac_top_build_prefix$srcdir
1560 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1561 esac
1562 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1564 cd "$ac_dir" || { ac_status=$?; continue; }
1565 # Check for guested configure.
1566 if test -f "$ac_srcdir/configure.gnu"; then
1567 echo &&
1568 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1569 elif test -f "$ac_srcdir/configure"; then
1570 echo &&
1571 $SHELL "$ac_srcdir/configure" --help=recursive
1572 else
1573 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1574 fi || ac_status=$?
1575 cd "$ac_pwd" || { ac_status=$?; break; }
1576 done
1579 test -n "$ac_init_help" && exit $ac_status
1580 if $ac_init_version; then
1581 cat <<\_ACEOF
1582 Wine configure 1.1.41
1583 generated by GNU Autoconf 2.65
1585 Copyright (C) 2009 Free Software Foundation, Inc.
1586 This configure script is free software; the Free Software Foundation
1587 gives unlimited permission to copy, distribute and modify it.
1588 _ACEOF
1589 exit
1592 ## ------------------------ ##
1593 ## Autoconf initialization. ##
1594 ## ------------------------ ##
1596 # ac_fn_c_try_compile LINENO
1597 # --------------------------
1598 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1599 ac_fn_c_try_compile ()
1601 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1602 rm -f conftest.$ac_objext
1603 if { { ac_try="$ac_compile"
1604 case "(($ac_try" in
1605 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1606 *) ac_try_echo=$ac_try;;
1607 esac
1608 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1609 $as_echo "$ac_try_echo"; } >&5
1610 (eval "$ac_compile") 2>conftest.err
1611 ac_status=$?
1612 if test -s conftest.err; then
1613 grep -v '^ *+' conftest.err >conftest.er1
1614 cat conftest.er1 >&5
1615 mv -f conftest.er1 conftest.err
1617 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1618 test $ac_status = 0; } && {
1619 test -z "$ac_c_werror_flag" ||
1620 test ! -s conftest.err
1621 } && test -s conftest.$ac_objext; then :
1622 ac_retval=0
1623 else
1624 $as_echo "$as_me: failed program was:" >&5
1625 sed 's/^/| /' conftest.$ac_ext >&5
1627 ac_retval=1
1629 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1630 as_fn_set_status $ac_retval
1632 } # ac_fn_c_try_compile
1634 # ac_fn_cxx_try_compile LINENO
1635 # ----------------------------
1636 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1637 ac_fn_cxx_try_compile ()
1639 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1640 rm -f conftest.$ac_objext
1641 if { { ac_try="$ac_compile"
1642 case "(($ac_try" in
1643 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1644 *) ac_try_echo=$ac_try;;
1645 esac
1646 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1647 $as_echo "$ac_try_echo"; } >&5
1648 (eval "$ac_compile") 2>conftest.err
1649 ac_status=$?
1650 if test -s conftest.err; then
1651 grep -v '^ *+' conftest.err >conftest.er1
1652 cat conftest.er1 >&5
1653 mv -f conftest.er1 conftest.err
1655 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1656 test $ac_status = 0; } && {
1657 test -z "$ac_cxx_werror_flag" ||
1658 test ! -s conftest.err
1659 } && test -s conftest.$ac_objext; then :
1660 ac_retval=0
1661 else
1662 $as_echo "$as_me: failed program was:" >&5
1663 sed 's/^/| /' conftest.$ac_ext >&5
1665 ac_retval=1
1667 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1668 as_fn_set_status $ac_retval
1670 } # ac_fn_cxx_try_compile
1672 # ac_fn_c_try_link LINENO
1673 # -----------------------
1674 # Try to link conftest.$ac_ext, and return whether this succeeded.
1675 ac_fn_c_try_link ()
1677 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1678 rm -f conftest.$ac_objext conftest$ac_exeext
1679 if { { ac_try="$ac_link"
1680 case "(($ac_try" in
1681 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1682 *) ac_try_echo=$ac_try;;
1683 esac
1684 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1685 $as_echo "$ac_try_echo"; } >&5
1686 (eval "$ac_link") 2>conftest.err
1687 ac_status=$?
1688 if test -s conftest.err; then
1689 grep -v '^ *+' conftest.err >conftest.er1
1690 cat conftest.er1 >&5
1691 mv -f conftest.er1 conftest.err
1693 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1694 test $ac_status = 0; } && {
1695 test -z "$ac_c_werror_flag" ||
1696 test ! -s conftest.err
1697 } && test -s conftest$ac_exeext && {
1698 test "$cross_compiling" = yes ||
1699 $as_test_x conftest$ac_exeext
1700 }; then :
1701 ac_retval=0
1702 else
1703 $as_echo "$as_me: failed program was:" >&5
1704 sed 's/^/| /' conftest.$ac_ext >&5
1706 ac_retval=1
1708 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1709 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1710 # interfere with the next link command; also delete a directory that is
1711 # left behind by Apple's compiler. We do this before executing the actions.
1712 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1713 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1714 as_fn_set_status $ac_retval
1716 } # ac_fn_c_try_link
1718 # ac_fn_c_try_cpp LINENO
1719 # ----------------------
1720 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1721 ac_fn_c_try_cpp ()
1723 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1724 if { { ac_try="$ac_cpp conftest.$ac_ext"
1725 case "(($ac_try" in
1726 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1727 *) ac_try_echo=$ac_try;;
1728 esac
1729 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1730 $as_echo "$ac_try_echo"; } >&5
1731 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1732 ac_status=$?
1733 if test -s conftest.err; then
1734 grep -v '^ *+' conftest.err >conftest.er1
1735 cat conftest.er1 >&5
1736 mv -f conftest.er1 conftest.err
1738 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1739 test $ac_status = 0; } >/dev/null && {
1740 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1741 test ! -s conftest.err
1742 }; then :
1743 ac_retval=0
1744 else
1745 $as_echo "$as_me: failed program was:" >&5
1746 sed 's/^/| /' conftest.$ac_ext >&5
1748 ac_retval=1
1750 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1751 as_fn_set_status $ac_retval
1753 } # ac_fn_c_try_cpp
1755 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1756 # -------------------------------------------------------
1757 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
1758 # the include files in INCLUDES and setting the cache variable VAR
1759 # accordingly.
1760 ac_fn_c_check_header_mongrel ()
1762 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1763 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1764 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1765 $as_echo_n "checking for $2... " >&6; }
1766 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1767 $as_echo_n "(cached) " >&6
1769 eval ac_res=\$$3
1770 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1771 $as_echo "$ac_res" >&6; }
1772 else
1773 # Is the header compilable?
1774 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1775 $as_echo_n "checking $2 usability... " >&6; }
1776 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1777 /* end confdefs.h. */
1779 #include <$2>
1780 _ACEOF
1781 if ac_fn_c_try_compile "$LINENO"; then :
1782 ac_header_compiler=yes
1783 else
1784 ac_header_compiler=no
1786 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1787 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1788 $as_echo "$ac_header_compiler" >&6; }
1790 # Is the header present?
1791 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1792 $as_echo_n "checking $2 presence... " >&6; }
1793 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1794 /* end confdefs.h. */
1795 #include <$2>
1796 _ACEOF
1797 if ac_fn_c_try_cpp "$LINENO"; then :
1798 ac_header_preproc=yes
1799 else
1800 ac_header_preproc=no
1802 rm -f conftest.err conftest.$ac_ext
1803 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1804 $as_echo "$ac_header_preproc" >&6; }
1806 # So? What about this header?
1807 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1808 yes:no: )
1809 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1810 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1811 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1812 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1814 no:yes:* )
1815 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1816 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1817 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
1818 $as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
1819 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1820 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1821 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1822 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1823 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1824 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1825 ( cat <<\_ASBOX
1826 ## ------------------------------------ ##
1827 ## Report this to wine-devel@winehq.org ##
1828 ## ------------------------------------ ##
1829 _ASBOX
1830 ) | sed "s/^/$as_me: WARNING: /" >&2
1832 esac
1833 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1834 $as_echo_n "checking for $2... " >&6; }
1835 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1836 $as_echo_n "(cached) " >&6
1837 else
1838 eval "$3=\$ac_header_compiler"
1840 eval ac_res=\$$3
1841 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1842 $as_echo "$ac_res" >&6; }
1844 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1846 } # ac_fn_c_check_header_mongrel
1848 # ac_fn_c_try_run LINENO
1849 # ----------------------
1850 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1851 # that executables *can* be run.
1852 ac_fn_c_try_run ()
1854 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1855 if { { ac_try="$ac_link"
1856 case "(($ac_try" in
1857 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1858 *) ac_try_echo=$ac_try;;
1859 esac
1860 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1861 $as_echo "$ac_try_echo"; } >&5
1862 (eval "$ac_link") 2>&5
1863 ac_status=$?
1864 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1865 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1866 { { case "(($ac_try" in
1867 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1868 *) ac_try_echo=$ac_try;;
1869 esac
1870 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1871 $as_echo "$ac_try_echo"; } >&5
1872 (eval "$ac_try") 2>&5
1873 ac_status=$?
1874 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1875 test $ac_status = 0; }; }; then :
1876 ac_retval=0
1877 else
1878 $as_echo "$as_me: program exited with status $ac_status" >&5
1879 $as_echo "$as_me: failed program was:" >&5
1880 sed 's/^/| /' conftest.$ac_ext >&5
1882 ac_retval=$ac_status
1884 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1885 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1886 as_fn_set_status $ac_retval
1888 } # ac_fn_c_try_run
1890 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1891 # -------------------------------------------------------
1892 # Tests whether HEADER exists and can be compiled using the include files in
1893 # INCLUDES, setting the cache variable VAR accordingly.
1894 ac_fn_c_check_header_compile ()
1896 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1897 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1898 $as_echo_n "checking for $2... " >&6; }
1899 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1900 $as_echo_n "(cached) " >&6
1901 else
1902 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1903 /* end confdefs.h. */
1905 #include <$2>
1906 _ACEOF
1907 if ac_fn_c_try_compile "$LINENO"; then :
1908 eval "$3=yes"
1909 else
1910 eval "$3=no"
1912 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1914 eval ac_res=\$$3
1915 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1916 $as_echo "$ac_res" >&6; }
1917 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1919 } # ac_fn_c_check_header_compile
1921 # ac_fn_c_check_func LINENO FUNC VAR
1922 # ----------------------------------
1923 # Tests whether FUNC exists, setting the cache variable VAR accordingly
1924 ac_fn_c_check_func ()
1926 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1927 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1928 $as_echo_n "checking for $2... " >&6; }
1929 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1930 $as_echo_n "(cached) " >&6
1931 else
1932 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1933 /* end confdefs.h. */
1934 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1935 For example, HP-UX 11i <limits.h> declares gettimeofday. */
1936 #define $2 innocuous_$2
1938 /* System header to define __stub macros and hopefully few prototypes,
1939 which can conflict with char $2 (); below.
1940 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1941 <limits.h> exists even on freestanding compilers. */
1943 #ifdef __STDC__
1944 # include <limits.h>
1945 #else
1946 # include <assert.h>
1947 #endif
1949 #undef $2
1951 /* Override any GCC internal prototype to avoid an error.
1952 Use char because int might match the return type of a GCC
1953 builtin and then its argument prototype would still apply. */
1954 #ifdef __cplusplus
1955 extern "C"
1956 #endif
1957 char $2 ();
1958 /* The GNU C library defines this for functions which it implements
1959 to always fail with ENOSYS. Some functions are actually named
1960 something starting with __ and the normal name is an alias. */
1961 #if defined __stub_$2 || defined __stub___$2
1962 choke me
1963 #endif
1966 main ()
1968 return $2 ();
1970 return 0;
1972 _ACEOF
1973 if ac_fn_c_try_link "$LINENO"; then :
1974 eval "$3=yes"
1975 else
1976 eval "$3=no"
1978 rm -f core conftest.err conftest.$ac_objext \
1979 conftest$ac_exeext conftest.$ac_ext
1981 eval ac_res=\$$3
1982 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1983 $as_echo "$ac_res" >&6; }
1984 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1986 } # ac_fn_c_check_func
1988 # ac_fn_c_check_member LINENO AGGR MEMBER VAR INCLUDES
1989 # ----------------------------------------------------
1990 # Tries to find if the field MEMBER exists in type AGGR, after including
1991 # INCLUDES, setting cache variable VAR accordingly.
1992 ac_fn_c_check_member ()
1994 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1995 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2.$3" >&5
1996 $as_echo_n "checking for $2.$3... " >&6; }
1997 if { as_var=$4; eval "test \"\${$as_var+set}\" = set"; }; then :
1998 $as_echo_n "(cached) " >&6
1999 else
2000 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2001 /* end confdefs.h. */
2004 main ()
2006 static $2 ac_aggr;
2007 if (ac_aggr.$3)
2008 return 0;
2010 return 0;
2012 _ACEOF
2013 if ac_fn_c_try_compile "$LINENO"; then :
2014 eval "$4=yes"
2015 else
2016 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2017 /* end confdefs.h. */
2020 main ()
2022 static $2 ac_aggr;
2023 if (sizeof ac_aggr.$3)
2024 return 0;
2026 return 0;
2028 _ACEOF
2029 if ac_fn_c_try_compile "$LINENO"; then :
2030 eval "$4=yes"
2031 else
2032 eval "$4=no"
2034 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2036 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2038 eval ac_res=\$$4
2039 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2040 $as_echo "$ac_res" >&6; }
2041 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2043 } # ac_fn_c_check_member
2045 # ac_fn_c_check_type LINENO TYPE VAR INCLUDES
2046 # -------------------------------------------
2047 # Tests whether TYPE exists after having included INCLUDES, setting cache
2048 # variable VAR accordingly.
2049 ac_fn_c_check_type ()
2051 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2052 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2053 $as_echo_n "checking for $2... " >&6; }
2054 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
2055 $as_echo_n "(cached) " >&6
2056 else
2057 eval "$3=no"
2058 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2059 /* end confdefs.h. */
2062 main ()
2064 if (sizeof ($2))
2065 return 0;
2067 return 0;
2069 _ACEOF
2070 if ac_fn_c_try_compile "$LINENO"; then :
2071 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2072 /* end confdefs.h. */
2075 main ()
2077 if (sizeof (($2)))
2078 return 0;
2080 return 0;
2082 _ACEOF
2083 if ac_fn_c_try_compile "$LINENO"; then :
2085 else
2086 eval "$3=yes"
2088 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2090 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2092 eval ac_res=\$$3
2093 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2094 $as_echo "$ac_res" >&6; }
2095 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2097 } # ac_fn_c_check_type
2098 cat >config.log <<_ACEOF
2099 This file contains any messages produced by compilers while
2100 running configure, to aid debugging if configure makes a mistake.
2102 It was created by Wine $as_me 1.1.41, which was
2103 generated by GNU Autoconf 2.65. Invocation command line was
2105 $ $0 $@
2107 _ACEOF
2108 exec 5>>config.log
2110 cat <<_ASUNAME
2111 ## --------- ##
2112 ## Platform. ##
2113 ## --------- ##
2115 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
2116 uname -m = `(uname -m) 2>/dev/null || echo unknown`
2117 uname -r = `(uname -r) 2>/dev/null || echo unknown`
2118 uname -s = `(uname -s) 2>/dev/null || echo unknown`
2119 uname -v = `(uname -v) 2>/dev/null || echo unknown`
2121 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
2122 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
2124 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
2125 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
2126 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
2127 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
2128 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
2129 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
2130 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
2132 _ASUNAME
2134 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2135 for as_dir in $PATH
2137 IFS=$as_save_IFS
2138 test -z "$as_dir" && as_dir=.
2139 $as_echo "PATH: $as_dir"
2140 done
2141 IFS=$as_save_IFS
2143 } >&5
2145 cat >&5 <<_ACEOF
2148 ## ----------- ##
2149 ## Core tests. ##
2150 ## ----------- ##
2152 _ACEOF
2155 # Keep a trace of the command line.
2156 # Strip out --no-create and --no-recursion so they do not pile up.
2157 # Strip out --silent because we don't want to record it for future runs.
2158 # Also quote any args containing shell meta-characters.
2159 # Make two passes to allow for proper duplicate-argument suppression.
2160 ac_configure_args=
2161 ac_configure_args0=
2162 ac_configure_args1=
2163 ac_must_keep_next=false
2164 for ac_pass in 1 2
2166 for ac_arg
2168 case $ac_arg in
2169 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
2170 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2171 | -silent | --silent | --silen | --sile | --sil)
2172 continue ;;
2173 *\'*)
2174 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
2175 esac
2176 case $ac_pass in
2177 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
2179 as_fn_append ac_configure_args1 " '$ac_arg'"
2180 if test $ac_must_keep_next = true; then
2181 ac_must_keep_next=false # Got value, back to normal.
2182 else
2183 case $ac_arg in
2184 *=* | --config-cache | -C | -disable-* | --disable-* \
2185 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
2186 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2187 | -with-* | --with-* | -without-* | --without-* | --x)
2188 case "$ac_configure_args0 " in
2189 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2190 esac
2192 -* ) ac_must_keep_next=true ;;
2193 esac
2195 as_fn_append ac_configure_args " '$ac_arg'"
2197 esac
2198 done
2199 done
2200 { ac_configure_args0=; unset ac_configure_args0;}
2201 { ac_configure_args1=; unset ac_configure_args1;}
2203 # When interrupted or exit'd, cleanup temporary files, and complete
2204 # config.log. We remove comments because anyway the quotes in there
2205 # would cause problems or look ugly.
2206 # WARNING: Use '\'' to represent an apostrophe within the trap.
2207 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
2208 trap 'exit_status=$?
2209 # Save into config.log some information that might help in debugging.
2211 echo
2213 cat <<\_ASBOX
2214 ## ---------------- ##
2215 ## Cache variables. ##
2216 ## ---------------- ##
2217 _ASBOX
2218 echo
2219 # The following way of writing the cache mishandles newlines in values,
2221 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2222 eval ac_val=\$$ac_var
2223 case $ac_val in #(
2224 *${as_nl}*)
2225 case $ac_var in #(
2226 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2227 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2228 esac
2229 case $ac_var in #(
2230 _ | IFS | as_nl) ;; #(
2231 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2232 *) { eval $ac_var=; unset $ac_var;} ;;
2233 esac ;;
2234 esac
2235 done
2236 (set) 2>&1 |
2237 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2238 *${as_nl}ac_space=\ *)
2239 sed -n \
2240 "s/'\''/'\''\\\\'\'''\''/g;
2241 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2242 ;; #(
2244 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2246 esac |
2247 sort
2249 echo
2251 cat <<\_ASBOX
2252 ## ----------------- ##
2253 ## Output variables. ##
2254 ## ----------------- ##
2255 _ASBOX
2256 echo
2257 for ac_var in $ac_subst_vars
2259 eval ac_val=\$$ac_var
2260 case $ac_val in
2261 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2262 esac
2263 $as_echo "$ac_var='\''$ac_val'\''"
2264 done | sort
2265 echo
2267 if test -n "$ac_subst_files"; then
2268 cat <<\_ASBOX
2269 ## ------------------- ##
2270 ## File substitutions. ##
2271 ## ------------------- ##
2272 _ASBOX
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 cat <<\_ASBOX
2287 ## ----------- ##
2288 ## confdefs.h. ##
2289 ## ----------- ##
2290 _ASBOX
2291 echo
2292 cat confdefs.h
2293 echo
2295 test "$ac_signal" != 0 &&
2296 $as_echo "$as_me: caught signal $ac_signal"
2297 $as_echo "$as_me: exit $exit_status"
2298 } >&5
2299 rm -f core *.core core.conftest.* &&
2300 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2301 exit $exit_status
2303 for ac_signal in 1 2 13 15; do
2304 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
2305 done
2306 ac_signal=0
2308 # confdefs.h avoids OS command line length limits that DEFS can exceed.
2309 rm -f -r conftest* confdefs.h
2311 $as_echo "/* confdefs.h */" > confdefs.h
2313 # Predefined preprocessor variables.
2315 cat >>confdefs.h <<_ACEOF
2316 #define PACKAGE_NAME "$PACKAGE_NAME"
2317 _ACEOF
2319 cat >>confdefs.h <<_ACEOF
2320 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2321 _ACEOF
2323 cat >>confdefs.h <<_ACEOF
2324 #define PACKAGE_VERSION "$PACKAGE_VERSION"
2325 _ACEOF
2327 cat >>confdefs.h <<_ACEOF
2328 #define PACKAGE_STRING "$PACKAGE_STRING"
2329 _ACEOF
2331 cat >>confdefs.h <<_ACEOF
2332 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2333 _ACEOF
2335 cat >>confdefs.h <<_ACEOF
2336 #define PACKAGE_URL "$PACKAGE_URL"
2337 _ACEOF
2340 # Let the site file select an alternate cache file if it wants to.
2341 # Prefer an explicitly selected file to automatically selected ones.
2342 ac_site_file1=NONE
2343 ac_site_file2=NONE
2344 if test -n "$CONFIG_SITE"; then
2345 ac_site_file1=$CONFIG_SITE
2346 elif test "x$prefix" != xNONE; then
2347 ac_site_file1=$prefix/share/config.site
2348 ac_site_file2=$prefix/etc/config.site
2349 else
2350 ac_site_file1=$ac_default_prefix/share/config.site
2351 ac_site_file2=$ac_default_prefix/etc/config.site
2353 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2355 test "x$ac_site_file" = xNONE && continue
2356 if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
2357 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2358 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
2359 sed 's/^/| /' "$ac_site_file" >&5
2360 . "$ac_site_file"
2362 done
2364 if test -r "$cache_file"; then
2365 # Some versions of bash will fail to source /dev/null (special files
2366 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
2367 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
2368 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2369 $as_echo "$as_me: loading cache $cache_file" >&6;}
2370 case $cache_file in
2371 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2372 *) . "./$cache_file";;
2373 esac
2375 else
2376 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2377 $as_echo "$as_me: creating cache $cache_file" >&6;}
2378 >$cache_file
2381 # Check that the precious variables saved in the cache have kept the same
2382 # value.
2383 ac_cache_corrupted=false
2384 for ac_var in $ac_precious_vars; do
2385 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2386 eval ac_new_set=\$ac_env_${ac_var}_set
2387 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2388 eval ac_new_val=\$ac_env_${ac_var}_value
2389 case $ac_old_set,$ac_new_set in
2390 set,)
2391 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2392 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2393 ac_cache_corrupted=: ;;
2394 ,set)
2395 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2396 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2397 ac_cache_corrupted=: ;;
2398 ,);;
2400 if test "x$ac_old_val" != "x$ac_new_val"; then
2401 # differences in whitespace do not lead to failure.
2402 ac_old_val_w=`echo x $ac_old_val`
2403 ac_new_val_w=`echo x $ac_new_val`
2404 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2405 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2406 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2407 ac_cache_corrupted=:
2408 else
2409 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2410 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2411 eval $ac_var=\$ac_old_val
2413 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2414 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2415 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2416 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
2417 fi;;
2418 esac
2419 # Pass precious variables to config.status.
2420 if test "$ac_new_set" = set; then
2421 case $ac_new_val in
2422 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2423 *) ac_arg=$ac_var=$ac_new_val ;;
2424 esac
2425 case " $ac_configure_args " in
2426 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
2427 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
2428 esac
2430 done
2431 if $ac_cache_corrupted; then
2432 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2433 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2434 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2435 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2436 as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
2438 ## -------------------- ##
2439 ## Main body of script. ##
2440 ## -------------------- ##
2442 ac_ext=c
2443 ac_cpp='$CPP $CPPFLAGS'
2444 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2445 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2446 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2450 ac_config_headers="$ac_config_headers include/config.h"
2452 ac_aux_dir=
2453 for ac_dir in tools "$srcdir"/tools; do
2454 for ac_t in install-sh install.sh shtool; do
2455 if test -f "$ac_dir/$ac_t"; then
2456 ac_aux_dir=$ac_dir
2457 ac_install_sh="$ac_aux_dir/$ac_t -c"
2458 break 2
2460 done
2461 done
2462 if test -z "$ac_aux_dir"; then
2463 as_fn_error "cannot find install-sh, install.sh, or shtool in tools \"$srcdir\"/tools" "$LINENO" 5
2466 # These three variables are undocumented and unsupported,
2467 # and are intended to be withdrawn in a future Autoconf release.
2468 # They can cause serious problems if a builder's source tree is in a directory
2469 # whose full name contains unusual characters.
2470 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2471 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2472 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2478 # Check whether --enable-win16 was given.
2479 if test "${enable_win16+set}" = set; then :
2480 enableval=$enable_win16;
2483 # Check whether --enable-win64 was given.
2484 if test "${enable_win64+set}" = set; then :
2485 enableval=$enable_win64;
2488 # Check whether --enable-tests was given.
2489 if test "${enable_tests+set}" = set; then :
2490 enableval=$enable_tests;
2493 # Check whether --enable-maintainer-mode was given.
2494 if test "${enable_maintainer_mode+set}" = set; then :
2495 enableval=$enable_maintainer_mode;
2496 else
2497 MAINTAINER_MODE=\#
2503 # Check whether --with-alsa was given.
2504 if test "${with_alsa+set}" = set; then :
2505 withval=$with_alsa; if test "x$withval" = "xno"; then ac_cv_header_sys_asoundlib_h=no; ac_cv_header_alsa_asoundlib_h=no; fi
2509 # Check whether --with-audioio was given.
2510 if test "${with_audioio+set}" = set; then :
2511 withval=$with_audioio; if test "x$withval" = "xno"; then ac_cv_header_libaudioio_h=no; fi
2515 # Check whether --with-capi was given.
2516 if test "${with_capi+set}" = set; then :
2517 withval=$with_capi; if test "x$withval" = "xno"; then ac_cv_header_capi20_h=no; ac_cv_header_linux_capi_h=no; fi
2521 # Check whether --with-cms was given.
2522 if test "${with_cms+set}" = set; then :
2523 withval=$with_cms; if test "x$withval" = "xno"; then ac_cv_header_lcms_h=no; ac_cv_header_lcms_lcms_h=no; fi
2527 # Check whether --with-coreaudio was given.
2528 if test "${with_coreaudio+set}" = set; then :
2529 withval=$with_coreaudio; if test "x$withval" = "xno"; then ac_cv_header_CoreAudio_CoreAudio_h=no; fi
2533 # Check whether --with-cups was given.
2534 if test "${with_cups+set}" = set; then :
2535 withval=$with_cups;
2539 # Check whether --with-curses was given.
2540 if test "${with_curses+set}" = set; then :
2541 withval=$with_curses; if test "x$withval" = "xno"; then ac_cv_header_ncurses_h=no; ac_cv_header_curses_h=no; fi
2545 # Check whether --with-esd was given.
2546 if test "${with_esd+set}" = set; then :
2547 withval=$with_esd;
2551 # Check whether --with-fontconfig was given.
2552 if test "${with_fontconfig+set}" = set; then :
2553 withval=$with_fontconfig; if test "x$withval" = "xno"; then ac_cv_header_fontconfig_fontconfig_h=no; fi
2557 # Check whether --with-freetype was given.
2558 if test "${with_freetype+set}" = set; then :
2559 withval=$with_freetype;
2563 # Check whether --with-gphoto was given.
2564 if test "${with_gphoto+set}" = set; then :
2565 withval=$with_gphoto;
2569 # Check whether --with-glu was given.
2570 if test "${with_glu+set}" = set; then :
2571 withval=$with_glu; if test "x$withval" = "xno"; then ac_cv_header_GL_glu_h=no; fi
2575 # Check whether --with-gnutls was given.
2576 if test "${with_gnutls+set}" = set; then :
2577 withval=$with_gnutls;
2581 # Check whether --with-gsm was given.
2582 if test "${with_gsm+set}" = set; then :
2583 withval=$with_gsm; if test "x$withval" = "xno"; then ac_cv_header_gsm_h=no; ac_cv_header_gsm_gsm_h=no; fi
2587 # Check whether --with-hal was given.
2588 if test "${with_hal+set}" = set; then :
2589 withval=$with_hal;
2593 # Check whether --with-jack was given.
2594 if test "${with_jack+set}" = set; then :
2595 withval=$with_jack; if test "x$withval" = "xno"; then ac_cv_header_jack_jack_h=no; fi
2599 # Check whether --with-jpeg was given.
2600 if test "${with_jpeg+set}" = set; then :
2601 withval=$with_jpeg; if test "x$withval" = "xno"; then ac_cv_header_jpeglib_h=no; fi
2605 # Check whether --with-ldap was given.
2606 if test "${with_ldap+set}" = set; then :
2607 withval=$with_ldap; if test "x$withval" = "xno"; then ac_cv_header_ldap_h=no; ac_cv_header_lber_h=no; fi
2611 # Check whether --with-mpg123 was given.
2612 if test "${with_mpg123+set}" = set; then :
2613 withval=$with_mpg123; if test "x$withval" = "xno"; then ac_cv_header_mpg123_h=no; fi
2617 # Check whether --with-nas was given.
2618 if test "${with_nas+set}" = set; then :
2619 withval=$with_nas; if test "x$withval" = "xno"; then ac_cv_header_audio_audiolib_h=no; fi
2623 # Check whether --with-openal was given.
2624 if test "${with_openal+set}" = set; then :
2625 withval=$with_openal; if test "x$withval" = "xno"; then ac_cv_header_AL_al_h=no; ac_cv_header_OpenAL_al_h=no; fi
2629 # Check whether --with-opengl was given.
2630 if test "${with_opengl+set}" = set; then :
2631 withval=$with_opengl;
2635 # Check whether --with-openssl was given.
2636 if test "${with_openssl+set}" = set; then :
2637 withval=$with_openssl; if test "x$withval" = "xno"; then ac_cv_header_openssl_err_h=no; ac_cv_header_openssl_ssl_h=no; fi
2641 # Check whether --with-oss was given.
2642 if test "${with_oss+set}" = set; then :
2643 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
2647 # Check whether --with-png was given.
2648 if test "${with_png+set}" = set; then :
2649 withval=$with_png; if test "x$withval" = "xno"; then ac_cv_header_png_h=no; fi
2653 # Check whether --with-pthread was given.
2654 if test "${with_pthread+set}" = set; then :
2655 withval=$with_pthread; if test "x$withval" = "xno"; then ac_cv_header_pthread_h=no; fi
2659 # Check whether --with-sane was given.
2660 if test "${with_sane+set}" = set; then :
2661 withval=$with_sane;
2665 # Check whether --with-tiff was given.
2666 if test "${with_tiff+set}" = set; then :
2667 withval=$with_tiff; if test "x$withval" = "xno"; then ac_cv_header_tiffio_h=no; fi
2671 # Check whether --with-v4l was given.
2672 if test "${with_v4l+set}" = set; then :
2673 withval=$with_v4l;
2677 # Check whether --with-xcomposite was given.
2678 if test "${with_xcomposite+set}" = set; then :
2679 withval=$with_xcomposite; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xcomposite_h=no; fi
2683 # Check whether --with-xcursor was given.
2684 if test "${with_xcursor+set}" = set; then :
2685 withval=$with_xcursor; if test "x$withval" = "xno"; then ac_cv_header_X11_Xcursor_Xcursor_h=no; fi
2689 # Check whether --with-xinerama was given.
2690 if test "${with_xinerama+set}" = set; then :
2691 withval=$with_xinerama; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xinerama_h=no; fi
2695 # Check whether --with-xinput was given.
2696 if test "${with_xinput+set}" = set; then :
2697 withval=$with_xinput; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput_h=no; fi
2701 # Check whether --with-xml was given.
2702 if test "${with_xml+set}" = set; then :
2703 withval=$with_xml;
2707 # Check whether --with-xrandr was given.
2708 if test "${with_xrandr+set}" = set; then :
2709 withval=$with_xrandr; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrandr_h=no; fi
2713 # Check whether --with-xrender was given.
2714 if test "${with_xrender+set}" = set; then :
2715 withval=$with_xrender; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrender_h=no; fi
2719 # Check whether --with-xshape was given.
2720 if test "${with_xshape+set}" = set; then :
2721 withval=$with_xshape; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_shape_h=no; fi
2725 # Check whether --with-xshm was given.
2726 if test "${with_xshm+set}" = set; then :
2727 withval=$with_xshm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XShm_h=no; fi
2731 # Check whether --with-xslt was given.
2732 if test "${with_xslt+set}" = set; then :
2733 withval=$with_xslt;
2737 # Check whether --with-xxf86vm was given.
2738 if test "${with_xxf86vm+set}" = set; then :
2739 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
2744 # Check whether --with-wine-tools was given.
2745 if test "${with_wine_tools+set}" = set; then :
2746 withval=$with_wine_tools;
2750 # Check whether --with-wine64 was given.
2751 if test "${with_wine64+set}" = set; then :
2752 withval=$with_wine64;
2756 # Make sure we can run config.sub.
2757 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2758 as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2760 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2761 $as_echo_n "checking build system type... " >&6; }
2762 if test "${ac_cv_build+set}" = set; then :
2763 $as_echo_n "(cached) " >&6
2764 else
2765 ac_build_alias=$build_alias
2766 test "x$ac_build_alias" = x &&
2767 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2768 test "x$ac_build_alias" = x &&
2769 as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5
2770 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2771 as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
2774 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2775 $as_echo "$ac_cv_build" >&6; }
2776 case $ac_cv_build in
2777 *-*-*) ;;
2778 *) as_fn_error "invalid value of canonical build" "$LINENO" 5;;
2779 esac
2780 build=$ac_cv_build
2781 ac_save_IFS=$IFS; IFS='-'
2782 set x $ac_cv_build
2783 shift
2784 build_cpu=$1
2785 build_vendor=$2
2786 shift; shift
2787 # Remember, the first character of IFS is used to create $*,
2788 # except with old shells:
2789 build_os=$*
2790 IFS=$ac_save_IFS
2791 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2794 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2795 $as_echo_n "checking host system type... " >&6; }
2796 if test "${ac_cv_host+set}" = set; then :
2797 $as_echo_n "(cached) " >&6
2798 else
2799 if test "x$host_alias" = x; then
2800 ac_cv_host=$ac_cv_build
2801 else
2802 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2803 as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
2807 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2808 $as_echo "$ac_cv_host" >&6; }
2809 case $ac_cv_host in
2810 *-*-*) ;;
2811 *) as_fn_error "invalid value of canonical host" "$LINENO" 5;;
2812 esac
2813 host=$ac_cv_host
2814 ac_save_IFS=$IFS; IFS='-'
2815 set x $ac_cv_host
2816 shift
2817 host_cpu=$1
2818 host_vendor=$2
2819 shift; shift
2820 # Remember, the first character of IFS is used to create $*,
2821 # except with old shells:
2822 host_os=$*
2823 IFS=$ac_save_IFS
2824 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2828 case "$srcdir" in
2829 .) ;;
2830 *) if test -f "$srcdir/Makefile" -o -f "$srcdir/include/config.h"; then
2831 as_fn_error "you are building out of the source tree, but the source tree contains object files.
2832 You need to run 'make distclean' in the source tree first." "$LINENO" 5
2833 fi ;;
2834 esac
2837 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2838 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
2839 set x ${MAKE-make}
2840 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2841 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then :
2842 $as_echo_n "(cached) " >&6
2843 else
2844 cat >conftest.make <<\_ACEOF
2845 SHELL = /bin/sh
2846 all:
2847 @echo '@@@%%%=$(MAKE)=@@@%%%'
2848 _ACEOF
2849 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
2850 case `${MAKE-make} -f conftest.make 2>/dev/null` in
2851 *@@@%%%=?*=@@@%%%*)
2852 eval ac_cv_prog_make_${ac_make}_set=yes;;
2854 eval ac_cv_prog_make_${ac_make}_set=no;;
2855 esac
2856 rm -f conftest.make
2858 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
2859 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2860 $as_echo "yes" >&6; }
2861 SET_MAKE=
2862 else
2863 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2864 $as_echo "no" >&6; }
2865 SET_MAKE="MAKE=${MAKE-make}"
2868 ac_ext=c
2869 ac_cpp='$CPP $CPPFLAGS'
2870 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2871 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2872 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2873 if test -n "$ac_tool_prefix"; then
2874 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2875 set dummy ${ac_tool_prefix}gcc; ac_word=$2
2876 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2877 $as_echo_n "checking for $ac_word... " >&6; }
2878 if test "${ac_cv_prog_CC+set}" = set; then :
2879 $as_echo_n "(cached) " >&6
2880 else
2881 if test -n "$CC"; then
2882 ac_cv_prog_CC="$CC" # Let the user override the test.
2883 else
2884 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2885 for as_dir in $PATH
2887 IFS=$as_save_IFS
2888 test -z "$as_dir" && as_dir=.
2889 for ac_exec_ext in '' $ac_executable_extensions; do
2890 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2891 ac_cv_prog_CC="${ac_tool_prefix}gcc"
2892 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2893 break 2
2895 done
2896 done
2897 IFS=$as_save_IFS
2901 CC=$ac_cv_prog_CC
2902 if test -n "$CC"; then
2903 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2904 $as_echo "$CC" >&6; }
2905 else
2906 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2907 $as_echo "no" >&6; }
2912 if test -z "$ac_cv_prog_CC"; then
2913 ac_ct_CC=$CC
2914 # Extract the first word of "gcc", so it can be a program name with args.
2915 set dummy gcc; ac_word=$2
2916 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2917 $as_echo_n "checking for $ac_word... " >&6; }
2918 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
2919 $as_echo_n "(cached) " >&6
2920 else
2921 if test -n "$ac_ct_CC"; then
2922 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2923 else
2924 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2925 for as_dir in $PATH
2927 IFS=$as_save_IFS
2928 test -z "$as_dir" && as_dir=.
2929 for ac_exec_ext in '' $ac_executable_extensions; do
2930 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2931 ac_cv_prog_ac_ct_CC="gcc"
2932 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2933 break 2
2935 done
2936 done
2937 IFS=$as_save_IFS
2941 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2942 if test -n "$ac_ct_CC"; then
2943 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2944 $as_echo "$ac_ct_CC" >&6; }
2945 else
2946 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2947 $as_echo "no" >&6; }
2950 if test "x$ac_ct_CC" = x; then
2951 CC=""
2952 else
2953 case $cross_compiling:$ac_tool_warned in
2954 yes:)
2955 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2956 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2957 ac_tool_warned=yes ;;
2958 esac
2959 CC=$ac_ct_CC
2961 else
2962 CC="$ac_cv_prog_CC"
2965 if test -z "$CC"; then
2966 if test -n "$ac_tool_prefix"; then
2967 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2968 set dummy ${ac_tool_prefix}cc; ac_word=$2
2969 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2970 $as_echo_n "checking for $ac_word... " >&6; }
2971 if test "${ac_cv_prog_CC+set}" = set; then :
2972 $as_echo_n "(cached) " >&6
2973 else
2974 if test -n "$CC"; then
2975 ac_cv_prog_CC="$CC" # Let the user override the test.
2976 else
2977 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2978 for as_dir in $PATH
2980 IFS=$as_save_IFS
2981 test -z "$as_dir" && as_dir=.
2982 for ac_exec_ext in '' $ac_executable_extensions; do
2983 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2984 ac_cv_prog_CC="${ac_tool_prefix}cc"
2985 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2986 break 2
2988 done
2989 done
2990 IFS=$as_save_IFS
2994 CC=$ac_cv_prog_CC
2995 if test -n "$CC"; then
2996 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2997 $as_echo "$CC" >&6; }
2998 else
2999 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3000 $as_echo "no" >&6; }
3006 if test -z "$CC"; then
3007 # Extract the first word of "cc", so it can be a program name with args.
3008 set dummy cc; ac_word=$2
3009 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3010 $as_echo_n "checking for $ac_word... " >&6; }
3011 if test "${ac_cv_prog_CC+set}" = set; then :
3012 $as_echo_n "(cached) " >&6
3013 else
3014 if test -n "$CC"; then
3015 ac_cv_prog_CC="$CC" # Let the user override the test.
3016 else
3017 ac_prog_rejected=no
3018 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3019 for as_dir in $PATH
3021 IFS=$as_save_IFS
3022 test -z "$as_dir" && as_dir=.
3023 for ac_exec_ext in '' $ac_executable_extensions; do
3024 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3025 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3026 ac_prog_rejected=yes
3027 continue
3029 ac_cv_prog_CC="cc"
3030 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3031 break 2
3033 done
3034 done
3035 IFS=$as_save_IFS
3037 if test $ac_prog_rejected = yes; then
3038 # We found a bogon in the path, so make sure we never use it.
3039 set dummy $ac_cv_prog_CC
3040 shift
3041 if test $# != 0; then
3042 # We chose a different compiler from the bogus one.
3043 # However, it has the same basename, so the bogon will be chosen
3044 # first if we set CC to just the basename; use the full file name.
3045 shift
3046 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
3051 CC=$ac_cv_prog_CC
3052 if test -n "$CC"; then
3053 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3054 $as_echo "$CC" >&6; }
3055 else
3056 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3057 $as_echo "no" >&6; }
3062 if test -z "$CC"; then
3063 if test -n "$ac_tool_prefix"; then
3064 for ac_prog in cl.exe
3066 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3067 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3068 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3069 $as_echo_n "checking for $ac_word... " >&6; }
3070 if test "${ac_cv_prog_CC+set}" = set; then :
3071 $as_echo_n "(cached) " >&6
3072 else
3073 if test -n "$CC"; then
3074 ac_cv_prog_CC="$CC" # Let the user override the test.
3075 else
3076 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3077 for as_dir in $PATH
3079 IFS=$as_save_IFS
3080 test -z "$as_dir" && as_dir=.
3081 for ac_exec_ext in '' $ac_executable_extensions; do
3082 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3083 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
3084 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3085 break 2
3087 done
3088 done
3089 IFS=$as_save_IFS
3093 CC=$ac_cv_prog_CC
3094 if test -n "$CC"; then
3095 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3096 $as_echo "$CC" >&6; }
3097 else
3098 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3099 $as_echo "no" >&6; }
3103 test -n "$CC" && break
3104 done
3106 if test -z "$CC"; then
3107 ac_ct_CC=$CC
3108 for ac_prog in cl.exe
3110 # Extract the first word of "$ac_prog", so it can be a program name with args.
3111 set dummy $ac_prog; ac_word=$2
3112 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3113 $as_echo_n "checking for $ac_word... " >&6; }
3114 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
3115 $as_echo_n "(cached) " >&6
3116 else
3117 if test -n "$ac_ct_CC"; then
3118 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3119 else
3120 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3121 for as_dir in $PATH
3123 IFS=$as_save_IFS
3124 test -z "$as_dir" && as_dir=.
3125 for ac_exec_ext in '' $ac_executable_extensions; do
3126 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3127 ac_cv_prog_ac_ct_CC="$ac_prog"
3128 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3129 break 2
3131 done
3132 done
3133 IFS=$as_save_IFS
3137 ac_ct_CC=$ac_cv_prog_ac_ct_CC
3138 if test -n "$ac_ct_CC"; then
3139 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3140 $as_echo "$ac_ct_CC" >&6; }
3141 else
3142 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3143 $as_echo "no" >&6; }
3147 test -n "$ac_ct_CC" && break
3148 done
3150 if test "x$ac_ct_CC" = x; then
3151 CC=""
3152 else
3153 case $cross_compiling:$ac_tool_warned in
3154 yes:)
3155 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3156 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3157 ac_tool_warned=yes ;;
3158 esac
3159 CC=$ac_ct_CC
3166 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3167 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3168 as_fn_error "no acceptable C compiler found in \$PATH
3169 See \`config.log' for more details." "$LINENO" 5; }
3171 # Provide some information about the compiler.
3172 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
3173 set X $ac_compile
3174 ac_compiler=$2
3175 for ac_option in --version -v -V -qversion; do
3176 { { ac_try="$ac_compiler $ac_option >&5"
3177 case "(($ac_try" in
3178 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3179 *) ac_try_echo=$ac_try;;
3180 esac
3181 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3182 $as_echo "$ac_try_echo"; } >&5
3183 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
3184 ac_status=$?
3185 if test -s conftest.err; then
3186 sed '10a\
3187 ... rest of stderr output deleted ...
3188 10q' conftest.err >conftest.er1
3189 cat conftest.er1 >&5
3191 rm -f conftest.er1 conftest.err
3192 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3193 test $ac_status = 0; }
3194 done
3196 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3197 /* end confdefs.h. */
3200 main ()
3204 return 0;
3206 _ACEOF
3207 ac_clean_files_save=$ac_clean_files
3208 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
3209 # Try to create an executable without -o first, disregard a.out.
3210 # It will help us diagnose broken compilers, and finding out an intuition
3211 # of exeext.
3212 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
3213 $as_echo_n "checking whether the C compiler works... " >&6; }
3214 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
3216 # The possible output files:
3217 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
3219 ac_rmfiles=
3220 for ac_file in $ac_files
3222 case $ac_file in
3223 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3224 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
3225 esac
3226 done
3227 rm -f $ac_rmfiles
3229 if { { ac_try="$ac_link_default"
3230 case "(($ac_try" in
3231 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3232 *) ac_try_echo=$ac_try;;
3233 esac
3234 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3235 $as_echo "$ac_try_echo"; } >&5
3236 (eval "$ac_link_default") 2>&5
3237 ac_status=$?
3238 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3239 test $ac_status = 0; }; then :
3240 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
3241 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
3242 # in a Makefile. We should not override ac_cv_exeext if it was cached,
3243 # so that the user can short-circuit this test for compilers unknown to
3244 # Autoconf.
3245 for ac_file in $ac_files ''
3247 test -f "$ac_file" || continue
3248 case $ac_file in
3249 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
3251 [ab].out )
3252 # We found the default executable, but exeext='' is most
3253 # certainly right.
3254 break;;
3255 *.* )
3256 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
3257 then :; else
3258 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3260 # We set ac_cv_exeext here because the later test for it is not
3261 # safe: cross compilers may not add the suffix if given an `-o'
3262 # argument, so we may need to know it at that point already.
3263 # Even if this section looks crufty: it has the advantage of
3264 # actually working.
3265 break;;
3267 break;;
3268 esac
3269 done
3270 test "$ac_cv_exeext" = no && ac_cv_exeext=
3272 else
3273 ac_file=''
3275 if test -z "$ac_file"; then :
3276 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3277 $as_echo "no" >&6; }
3278 $as_echo "$as_me: failed program was:" >&5
3279 sed 's/^/| /' conftest.$ac_ext >&5
3281 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3282 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3283 { as_fn_set_status 77
3284 as_fn_error "C compiler cannot create executables
3285 See \`config.log' for more details." "$LINENO" 5; }; }
3286 else
3287 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3288 $as_echo "yes" >&6; }
3290 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
3291 $as_echo_n "checking for C compiler default output file name... " >&6; }
3292 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
3293 $as_echo "$ac_file" >&6; }
3294 ac_exeext=$ac_cv_exeext
3296 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
3297 ac_clean_files=$ac_clean_files_save
3298 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
3299 $as_echo_n "checking for suffix of executables... " >&6; }
3300 if { { ac_try="$ac_link"
3301 case "(($ac_try" in
3302 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3303 *) ac_try_echo=$ac_try;;
3304 esac
3305 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3306 $as_echo "$ac_try_echo"; } >&5
3307 (eval "$ac_link") 2>&5
3308 ac_status=$?
3309 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3310 test $ac_status = 0; }; then :
3311 # If both `conftest.exe' and `conftest' are `present' (well, observable)
3312 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
3313 # work properly (i.e., refer to `conftest.exe'), while it won't with
3314 # `rm'.
3315 for ac_file in conftest.exe conftest conftest.*; do
3316 test -f "$ac_file" || continue
3317 case $ac_file in
3318 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3319 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3320 break;;
3321 * ) break;;
3322 esac
3323 done
3324 else
3325 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3326 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3327 as_fn_error "cannot compute suffix of executables: cannot compile and link
3328 See \`config.log' for more details." "$LINENO" 5; }
3330 rm -f conftest conftest$ac_cv_exeext
3331 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
3332 $as_echo "$ac_cv_exeext" >&6; }
3334 rm -f conftest.$ac_ext
3335 EXEEXT=$ac_cv_exeext
3336 ac_exeext=$EXEEXT
3337 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3338 /* end confdefs.h. */
3339 #include <stdio.h>
3341 main ()
3343 FILE *f = fopen ("conftest.out", "w");
3344 return ferror (f) || fclose (f) != 0;
3347 return 0;
3349 _ACEOF
3350 ac_clean_files="$ac_clean_files conftest.out"
3351 # Check that the compiler produces executables we can run. If not, either
3352 # the compiler is broken, or we cross compile.
3353 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
3354 $as_echo_n "checking whether we are cross compiling... " >&6; }
3355 if test "$cross_compiling" != yes; then
3356 { { ac_try="$ac_link"
3357 case "(($ac_try" in
3358 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3359 *) ac_try_echo=$ac_try;;
3360 esac
3361 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3362 $as_echo "$ac_try_echo"; } >&5
3363 (eval "$ac_link") 2>&5
3364 ac_status=$?
3365 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3366 test $ac_status = 0; }
3367 if { ac_try='./conftest$ac_cv_exeext'
3368 { { case "(($ac_try" in
3369 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3370 *) ac_try_echo=$ac_try;;
3371 esac
3372 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3373 $as_echo "$ac_try_echo"; } >&5
3374 (eval "$ac_try") 2>&5
3375 ac_status=$?
3376 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3377 test $ac_status = 0; }; }; then
3378 cross_compiling=no
3379 else
3380 if test "$cross_compiling" = maybe; then
3381 cross_compiling=yes
3382 else
3383 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3384 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3385 as_fn_error "cannot run C compiled programs.
3386 If you meant to cross compile, use \`--host'.
3387 See \`config.log' for more details." "$LINENO" 5; }
3391 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
3392 $as_echo "$cross_compiling" >&6; }
3394 rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
3395 ac_clean_files=$ac_clean_files_save
3396 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
3397 $as_echo_n "checking for suffix of object files... " >&6; }
3398 if test "${ac_cv_objext+set}" = set; then :
3399 $as_echo_n "(cached) " >&6
3400 else
3401 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3402 /* end confdefs.h. */
3405 main ()
3409 return 0;
3411 _ACEOF
3412 rm -f conftest.o conftest.obj
3413 if { { ac_try="$ac_compile"
3414 case "(($ac_try" in
3415 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3416 *) ac_try_echo=$ac_try;;
3417 esac
3418 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3419 $as_echo "$ac_try_echo"; } >&5
3420 (eval "$ac_compile") 2>&5
3421 ac_status=$?
3422 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3423 test $ac_status = 0; }; then :
3424 for ac_file in conftest.o conftest.obj conftest.*; do
3425 test -f "$ac_file" || continue;
3426 case $ac_file in
3427 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
3428 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
3429 break;;
3430 esac
3431 done
3432 else
3433 $as_echo "$as_me: failed program was:" >&5
3434 sed 's/^/| /' conftest.$ac_ext >&5
3436 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3437 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3438 as_fn_error "cannot compute suffix of object files: cannot compile
3439 See \`config.log' for more details." "$LINENO" 5; }
3441 rm -f conftest.$ac_cv_objext conftest.$ac_ext
3443 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
3444 $as_echo "$ac_cv_objext" >&6; }
3445 OBJEXT=$ac_cv_objext
3446 ac_objext=$OBJEXT
3447 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
3448 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
3449 if test "${ac_cv_c_compiler_gnu+set}" = set; then :
3450 $as_echo_n "(cached) " >&6
3451 else
3452 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3453 /* end confdefs.h. */
3456 main ()
3458 #ifndef __GNUC__
3459 choke me
3460 #endif
3463 return 0;
3465 _ACEOF
3466 if ac_fn_c_try_compile "$LINENO"; then :
3467 ac_compiler_gnu=yes
3468 else
3469 ac_compiler_gnu=no
3471 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3472 ac_cv_c_compiler_gnu=$ac_compiler_gnu
3475 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
3476 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
3477 if test $ac_compiler_gnu = yes; then
3478 GCC=yes
3479 else
3480 GCC=
3482 ac_test_CFLAGS=${CFLAGS+set}
3483 ac_save_CFLAGS=$CFLAGS
3484 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
3485 $as_echo_n "checking whether $CC accepts -g... " >&6; }
3486 if test "${ac_cv_prog_cc_g+set}" = set; then :
3487 $as_echo_n "(cached) " >&6
3488 else
3489 ac_save_c_werror_flag=$ac_c_werror_flag
3490 ac_c_werror_flag=yes
3491 ac_cv_prog_cc_g=no
3492 CFLAGS="-g"
3493 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3494 /* end confdefs.h. */
3497 main ()
3501 return 0;
3503 _ACEOF
3504 if ac_fn_c_try_compile "$LINENO"; then :
3505 ac_cv_prog_cc_g=yes
3506 else
3507 CFLAGS=""
3508 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3509 /* end confdefs.h. */
3512 main ()
3516 return 0;
3518 _ACEOF
3519 if ac_fn_c_try_compile "$LINENO"; then :
3521 else
3522 ac_c_werror_flag=$ac_save_c_werror_flag
3523 CFLAGS="-g"
3524 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3525 /* end confdefs.h. */
3528 main ()
3532 return 0;
3534 _ACEOF
3535 if ac_fn_c_try_compile "$LINENO"; then :
3536 ac_cv_prog_cc_g=yes
3538 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3540 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3542 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3543 ac_c_werror_flag=$ac_save_c_werror_flag
3545 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
3546 $as_echo "$ac_cv_prog_cc_g" >&6; }
3547 if test "$ac_test_CFLAGS" = set; then
3548 CFLAGS=$ac_save_CFLAGS
3549 elif test $ac_cv_prog_cc_g = yes; then
3550 if test "$GCC" = yes; then
3551 CFLAGS="-g -O2"
3552 else
3553 CFLAGS="-g"
3555 else
3556 if test "$GCC" = yes; then
3557 CFLAGS="-O2"
3558 else
3559 CFLAGS=
3562 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
3563 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3564 if test "${ac_cv_prog_cc_c89+set}" = set; then :
3565 $as_echo_n "(cached) " >&6
3566 else
3567 ac_cv_prog_cc_c89=no
3568 ac_save_CC=$CC
3569 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3570 /* end confdefs.h. */
3571 #include <stdarg.h>
3572 #include <stdio.h>
3573 #include <sys/types.h>
3574 #include <sys/stat.h>
3575 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3576 struct buf { int x; };
3577 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3578 static char *e (p, i)
3579 char **p;
3580 int i;
3582 return p[i];
3584 static char *f (char * (*g) (char **, int), char **p, ...)
3586 char *s;
3587 va_list v;
3588 va_start (v,p);
3589 s = g (p, va_arg (v,int));
3590 va_end (v);
3591 return s;
3594 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3595 function prototypes and stuff, but not '\xHH' hex character constants.
3596 These don't provoke an error unfortunately, instead are silently treated
3597 as 'x'. The following induces an error, until -std is added to get
3598 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3599 array size at least. It's necessary to write '\x00'==0 to get something
3600 that's true only with -std. */
3601 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3603 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3604 inside strings and character constants. */
3605 #define FOO(x) 'x'
3606 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3608 int test (int i, double x);
3609 struct s1 {int (*f) (int a);};
3610 struct s2 {int (*f) (double a);};
3611 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3612 int argc;
3613 char **argv;
3615 main ()
3617 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3619 return 0;
3621 _ACEOF
3622 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3623 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3625 CC="$ac_save_CC $ac_arg"
3626 if ac_fn_c_try_compile "$LINENO"; then :
3627 ac_cv_prog_cc_c89=$ac_arg
3629 rm -f core conftest.err conftest.$ac_objext
3630 test "x$ac_cv_prog_cc_c89" != "xno" && break
3631 done
3632 rm -f conftest.$ac_ext
3633 CC=$ac_save_CC
3636 # AC_CACHE_VAL
3637 case "x$ac_cv_prog_cc_c89" in
3639 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
3640 $as_echo "none needed" >&6; } ;;
3641 xno)
3642 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
3643 $as_echo "unsupported" >&6; } ;;
3645 CC="$CC $ac_cv_prog_cc_c89"
3646 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
3647 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
3648 esac
3649 if test "x$ac_cv_prog_cc_c89" != xno; then :
3653 ac_ext=c
3654 ac_cpp='$CPP $CPPFLAGS'
3655 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3656 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3657 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3659 ac_ext=cpp
3660 ac_cpp='$CXXCPP $CPPFLAGS'
3661 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3662 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3663 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3664 if test -z "$CXX"; then
3665 if test -n "$CCC"; then
3666 CXX=$CCC
3667 else
3668 if test -n "$ac_tool_prefix"; then
3669 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3671 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3672 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3673 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3674 $as_echo_n "checking for $ac_word... " >&6; }
3675 if test "${ac_cv_prog_CXX+set}" = set; then :
3676 $as_echo_n "(cached) " >&6
3677 else
3678 if test -n "$CXX"; then
3679 ac_cv_prog_CXX="$CXX" # Let the user override the test.
3680 else
3681 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3682 for as_dir in $PATH
3684 IFS=$as_save_IFS
3685 test -z "$as_dir" && as_dir=.
3686 for ac_exec_ext in '' $ac_executable_extensions; do
3687 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3688 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
3689 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3690 break 2
3692 done
3693 done
3694 IFS=$as_save_IFS
3698 CXX=$ac_cv_prog_CXX
3699 if test -n "$CXX"; then
3700 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5
3701 $as_echo "$CXX" >&6; }
3702 else
3703 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3704 $as_echo "no" >&6; }
3708 test -n "$CXX" && break
3709 done
3711 if test -z "$CXX"; then
3712 ac_ct_CXX=$CXX
3713 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3715 # Extract the first word of "$ac_prog", so it can be a program name with args.
3716 set dummy $ac_prog; ac_word=$2
3717 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3718 $as_echo_n "checking for $ac_word... " >&6; }
3719 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then :
3720 $as_echo_n "(cached) " >&6
3721 else
3722 if test -n "$ac_ct_CXX"; then
3723 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
3724 else
3725 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3726 for as_dir in $PATH
3728 IFS=$as_save_IFS
3729 test -z "$as_dir" && as_dir=.
3730 for ac_exec_ext in '' $ac_executable_extensions; do
3731 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3732 ac_cv_prog_ac_ct_CXX="$ac_prog"
3733 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3734 break 2
3736 done
3737 done
3738 IFS=$as_save_IFS
3742 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
3743 if test -n "$ac_ct_CXX"; then
3744 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5
3745 $as_echo "$ac_ct_CXX" >&6; }
3746 else
3747 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3748 $as_echo "no" >&6; }
3752 test -n "$ac_ct_CXX" && break
3753 done
3755 if test "x$ac_ct_CXX" = x; then
3756 CXX="g++"
3757 else
3758 case $cross_compiling:$ac_tool_warned in
3759 yes:)
3760 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3761 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3762 ac_tool_warned=yes ;;
3763 esac
3764 CXX=$ac_ct_CXX
3770 # Provide some information about the compiler.
3771 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5
3772 set X $ac_compile
3773 ac_compiler=$2
3774 for ac_option in --version -v -V -qversion; do
3775 { { ac_try="$ac_compiler $ac_option >&5"
3776 case "(($ac_try" in
3777 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3778 *) ac_try_echo=$ac_try;;
3779 esac
3780 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3781 $as_echo "$ac_try_echo"; } >&5
3782 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
3783 ac_status=$?
3784 if test -s conftest.err; then
3785 sed '10a\
3786 ... rest of stderr output deleted ...
3787 10q' conftest.err >conftest.er1
3788 cat conftest.er1 >&5
3790 rm -f conftest.er1 conftest.err
3791 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3792 test $ac_status = 0; }
3793 done
3795 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
3796 $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
3797 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then :
3798 $as_echo_n "(cached) " >&6
3799 else
3800 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3801 /* end confdefs.h. */
3804 main ()
3806 #ifndef __GNUC__
3807 choke me
3808 #endif
3811 return 0;
3813 _ACEOF
3814 if ac_fn_cxx_try_compile "$LINENO"; then :
3815 ac_compiler_gnu=yes
3816 else
3817 ac_compiler_gnu=no
3819 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3820 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
3823 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5
3824 $as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
3825 if test $ac_compiler_gnu = yes; then
3826 GXX=yes
3827 else
3828 GXX=
3830 ac_test_CXXFLAGS=${CXXFLAGS+set}
3831 ac_save_CXXFLAGS=$CXXFLAGS
3832 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
3833 $as_echo_n "checking whether $CXX accepts -g... " >&6; }
3834 if test "${ac_cv_prog_cxx_g+set}" = set; then :
3835 $as_echo_n "(cached) " >&6
3836 else
3837 ac_save_cxx_werror_flag=$ac_cxx_werror_flag
3838 ac_cxx_werror_flag=yes
3839 ac_cv_prog_cxx_g=no
3840 CXXFLAGS="-g"
3841 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3842 /* end confdefs.h. */
3845 main ()
3849 return 0;
3851 _ACEOF
3852 if ac_fn_cxx_try_compile "$LINENO"; then :
3853 ac_cv_prog_cxx_g=yes
3854 else
3855 CXXFLAGS=""
3856 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3857 /* end confdefs.h. */
3860 main ()
3864 return 0;
3866 _ACEOF
3867 if ac_fn_cxx_try_compile "$LINENO"; then :
3869 else
3870 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3871 CXXFLAGS="-g"
3872 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3873 /* end confdefs.h. */
3876 main ()
3880 return 0;
3882 _ACEOF
3883 if ac_fn_cxx_try_compile "$LINENO"; then :
3884 ac_cv_prog_cxx_g=yes
3886 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3888 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3890 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3891 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3893 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&5
3894 $as_echo "$ac_cv_prog_cxx_g" >&6; }
3895 if test "$ac_test_CXXFLAGS" = set; then
3896 CXXFLAGS=$ac_save_CXXFLAGS
3897 elif test $ac_cv_prog_cxx_g = yes; then
3898 if test "$GXX" = yes; then
3899 CXXFLAGS="-g -O2"
3900 else
3901 CXXFLAGS="-g"
3903 else
3904 if test "$GXX" = yes; then
3905 CXXFLAGS="-O2"
3906 else
3907 CXXFLAGS=
3910 ac_ext=c
3911 ac_cpp='$CPP $CPPFLAGS'
3912 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3913 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3914 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3916 if test -n "$ac_tool_prefix"; then
3917 # Extract the first word of "${ac_tool_prefix}cpp", so it can be a program name with args.
3918 set dummy ${ac_tool_prefix}cpp; ac_word=$2
3919 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3920 $as_echo_n "checking for $ac_word... " >&6; }
3921 if test "${ac_cv_prog_CPPBIN+set}" = set; then :
3922 $as_echo_n "(cached) " >&6
3923 else
3924 if test -n "$CPPBIN"; then
3925 ac_cv_prog_CPPBIN="$CPPBIN" # Let the user override the test.
3926 else
3927 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3928 for as_dir in $PATH
3930 IFS=$as_save_IFS
3931 test -z "$as_dir" && as_dir=.
3932 for ac_exec_ext in '' $ac_executable_extensions; do
3933 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3934 ac_cv_prog_CPPBIN="${ac_tool_prefix}cpp"
3935 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3936 break 2
3938 done
3939 done
3940 IFS=$as_save_IFS
3944 CPPBIN=$ac_cv_prog_CPPBIN
3945 if test -n "$CPPBIN"; then
3946 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPPBIN" >&5
3947 $as_echo "$CPPBIN" >&6; }
3948 else
3949 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3950 $as_echo "no" >&6; }
3955 if test -z "$ac_cv_prog_CPPBIN"; then
3956 ac_ct_CPPBIN=$CPPBIN
3957 # Extract the first word of "cpp", so it can be a program name with args.
3958 set dummy cpp; ac_word=$2
3959 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3960 $as_echo_n "checking for $ac_word... " >&6; }
3961 if test "${ac_cv_prog_ac_ct_CPPBIN+set}" = set; then :
3962 $as_echo_n "(cached) " >&6
3963 else
3964 if test -n "$ac_ct_CPPBIN"; then
3965 ac_cv_prog_ac_ct_CPPBIN="$ac_ct_CPPBIN" # Let the user override the test.
3966 else
3967 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3968 for as_dir in $PATH
3970 IFS=$as_save_IFS
3971 test -z "$as_dir" && as_dir=.
3972 for ac_exec_ext in '' $ac_executable_extensions; do
3973 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3974 ac_cv_prog_ac_ct_CPPBIN="cpp"
3975 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3976 break 2
3978 done
3979 done
3980 IFS=$as_save_IFS
3984 ac_ct_CPPBIN=$ac_cv_prog_ac_ct_CPPBIN
3985 if test -n "$ac_ct_CPPBIN"; then
3986 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CPPBIN" >&5
3987 $as_echo "$ac_ct_CPPBIN" >&6; }
3988 else
3989 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3990 $as_echo "no" >&6; }
3993 if test "x$ac_ct_CPPBIN" = x; then
3994 CPPBIN="cpp"
3995 else
3996 case $cross_compiling:$ac_tool_warned in
3997 yes:)
3998 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3999 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4000 ac_tool_warned=yes ;;
4001 esac
4002 CPPBIN=$ac_ct_CPPBIN
4004 else
4005 CPPBIN="$ac_cv_prog_CPPBIN"
4009 cat >>confdefs.h <<_ACEOF
4010 #define EXEEXT "$ac_exeext"
4011 _ACEOF
4014 case $host in
4015 *-darwin*)
4016 if test "x$enable_win64" = "xyes"
4017 then
4018 CC="$CC -m64"
4019 CXX="$CXX -m64"
4020 LD="${LD:-ld} -arch x86_64"
4021 AS="${AS:-as} -arch x86_64"
4022 host_cpu="x86_64"
4023 notice_platform="64-bit "
4024 TARGETFLAGS="-m64"
4026 else
4027 CC="$CC -m32"
4028 CXX="$CXX -m32"
4029 LD="${LD:-ld} -arch i386"
4030 AS="${AS:-as} -arch i386"
4031 host_cpu="i386"
4032 notice_platform="32-bit "
4033 TARGETFLAGS="-m32"
4035 enable_win16=${enable_win16:-yes}
4038 x86_64*)
4039 if test "x$enable_win64" != "xyes" -a "$cross_compiling" != "yes"
4040 then
4041 CC="$CC -m32"
4042 CXX="$CXX -m32"
4043 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC works" >&5
4044 $as_echo_n "checking whether $CC works... " >&6; }
4046 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4047 /* end confdefs.h. */
4050 main ()
4054 return 0;
4056 _ACEOF
4057 if ac_fn_c_try_link "$LINENO"; then :
4058 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4059 $as_echo "yes" >&6; }
4060 else
4061 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4062 $as_echo "no" >&6; }
4063 as_fn_error "Cannot build a 32-bit program, you need to install 32-bit development libraries." "$LINENO" 5
4065 rm -f core conftest.err conftest.$ac_objext \
4066 conftest$ac_exeext conftest.$ac_ext
4067 LD="${LD:-ld} -m elf_i386"
4068 AS="${AS:-as} --32"
4069 host_cpu="i386"
4070 notice_platform="32-bit "
4071 TARGETFLAGS="-m32"
4073 enable_win16=${enable_win16:-yes}
4074 else
4075 if test "x${GCC}" = "xyes"
4076 then
4077 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC supports __builtin_ms_va_list" >&5
4078 $as_echo_n "checking whether $CC supports __builtin_ms_va_list... " >&6; }
4079 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4080 /* end confdefs.h. */
4081 #include <stdarg.h>
4083 main ()
4085 void func(__builtin_ms_va_list *args);
4087 return 0;
4089 _ACEOF
4090 if ac_fn_c_try_compile "$LINENO"; then :
4091 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4092 $as_echo "yes" >&6; }
4093 else
4094 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4095 $as_echo "no" >&6; }
4096 as_fn_error "You need gcc >= 4.4 to build Wine as 64-bit." "$LINENO" 5
4098 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4100 TARGETFLAGS="-m64"
4104 *-mingw32*|*-cygwin*)
4105 enable_win16=${enable_win16:-no}
4106 CFLAGS="$CFLAGS -D_WIN32"
4108 i[3456789]86*)
4109 enable_win16=${enable_win16:-yes}
4111 esac
4113 enable_win16=${enable_win16:-no}
4115 enable_winetest=${enable_winetest:-$enable_tests}
4117 if test -n "$with_wine64"
4118 then
4119 if test "x$enable_win64" = "xyes"
4120 then
4121 as_fn_error "--enable-win64 and --with-wine64 are mutually exclusive.
4122 --enable-win64 should be used in the 64-bit build tree, --with-wine64 in the 32-bit Wow64 build tree." "$LINENO" 5
4124 WOW64_DISABLE=\#
4126 enable_fonts=${enable_fonts:-no}
4127 enable_include=${enable_include:-no}
4128 enable_server=${enable_server:-no}
4129 enable_tools=${enable_tools:-no}
4130 enable_wineboot=${enable_wineboot:-no}
4131 enable_winedbg=${enable_winedbg:-no}
4132 test "x$libdir" != "x\${exec_prefix}/lib" || libdir="\${exec_prefix}/lib32"
4135 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the directory containing the Wine tools" >&5
4136 $as_echo_n "checking for the directory containing the Wine tools... " >&6; }
4137 if test "${wine_cv_toolsdir+set}" = set; then :
4138 $as_echo_n "(cached) " >&6
4139 else
4140 wine_cv_toolsdir="$with_wine_tools"
4141 if test -z "$with_wine_tools"; then
4142 if test "$cross_compiling" = "yes"; then
4143 as_fn_error "you must use the --with-wine-tools option when cross-compiling." "$LINENO" 5
4144 elif test -n "$with_wine64"; then
4145 wine_cv_toolsdir="$with_wine64"
4148 if test -z "$wine_cv_toolsdir"; then
4149 wine_cv_toolsdir="\$(TOPOBJDIR)"
4150 elif test -d "$wine_cv_toolsdir/tools/winebuild"; then
4151 case "$wine_cv_toolsdir" in
4152 /*) ;;
4153 *) wine_cv_toolsdir="\$(TOPOBJDIR)/$wine_cv_toolsdir" ;;
4154 esac
4155 else
4156 as_fn_error "could not find Wine tools in $wine_cv_toolsdir" "$LINENO" 5
4159 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_toolsdir" >&5
4160 $as_echo "$wine_cv_toolsdir" >&6; }
4161 TOOLSDIR=$wine_cv_toolsdir
4163 if test -n "$host_alias" -a "$host_alias" != "$build_alias"
4164 then
4165 TARGETFLAGS="-b $host_alias $TARGETFLAGS"
4169 for ac_prog in flex
4171 # Extract the first word of "$ac_prog", so it can be a program name with args.
4172 set dummy $ac_prog; ac_word=$2
4173 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4174 $as_echo_n "checking for $ac_word... " >&6; }
4175 if test "${ac_cv_prog_FLEX+set}" = set; then :
4176 $as_echo_n "(cached) " >&6
4177 else
4178 if test -n "$FLEX"; then
4179 ac_cv_prog_FLEX="$FLEX" # Let the user override the test.
4180 else
4181 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4182 for as_dir in $PATH
4184 IFS=$as_save_IFS
4185 test -z "$as_dir" && as_dir=.
4186 for ac_exec_ext in '' $ac_executable_extensions; do
4187 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4188 ac_cv_prog_FLEX="$ac_prog"
4189 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4190 break 2
4192 done
4193 done
4194 IFS=$as_save_IFS
4198 FLEX=$ac_cv_prog_FLEX
4199 if test -n "$FLEX"; then
4200 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FLEX" >&5
4201 $as_echo "$FLEX" >&6; }
4202 else
4203 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4204 $as_echo "no" >&6; }
4208 test -n "$FLEX" && break
4209 done
4210 test -n "$FLEX" || FLEX="none"
4212 if test "$FLEX" = "none"
4213 then
4214 as_fn_error "no suitable flex found. Please install the 'flex' package." "$LINENO" 5
4216 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether flex is recent enough" >&5
4217 $as_echo_n "checking whether flex is recent enough... " >&6; }
4218 cat >conftest.l <<EOF
4219 %top{
4220 #include "prediluvian.h"
4224 if $FLEX -t conftest.l >/dev/null 2>&1
4225 then
4226 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4227 $as_echo "yes" >&6; }
4228 else
4229 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4230 $as_echo "no" >&6; }
4231 as_fn_error "Your flex version is too old. Please install flex version 2.5.33 or newer." "$LINENO" 5
4234 for ac_prog in bison
4236 # Extract the first word of "$ac_prog", so it can be a program name with args.
4237 set dummy $ac_prog; ac_word=$2
4238 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4239 $as_echo_n "checking for $ac_word... " >&6; }
4240 if test "${ac_cv_prog_BISON+set}" = set; then :
4241 $as_echo_n "(cached) " >&6
4242 else
4243 if test -n "$BISON"; then
4244 ac_cv_prog_BISON="$BISON" # Let the user override the test.
4245 else
4246 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4247 for as_dir in $PATH
4249 IFS=$as_save_IFS
4250 test -z "$as_dir" && as_dir=.
4251 for ac_exec_ext in '' $ac_executable_extensions; do
4252 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4253 ac_cv_prog_BISON="$ac_prog"
4254 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4255 break 2
4257 done
4258 done
4259 IFS=$as_save_IFS
4263 BISON=$ac_cv_prog_BISON
4264 if test -n "$BISON"; then
4265 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $BISON" >&5
4266 $as_echo "$BISON" >&6; }
4267 else
4268 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4269 $as_echo "no" >&6; }
4273 test -n "$BISON" && break
4274 done
4275 test -n "$BISON" || BISON="none"
4277 if test "$BISON" = "none"
4278 then
4279 as_fn_error "no suitable bison found. Please install the 'bison' package." "$LINENO" 5
4282 if test -n "$ac_tool_prefix"; then
4283 for ac_prog in ar gar
4285 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4286 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4287 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4288 $as_echo_n "checking for $ac_word... " >&6; }
4289 if test "${ac_cv_prog_AR+set}" = set; then :
4290 $as_echo_n "(cached) " >&6
4291 else
4292 if test -n "$AR"; then
4293 ac_cv_prog_AR="$AR" # Let the user override the test.
4294 else
4295 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4296 for as_dir in $PATH
4298 IFS=$as_save_IFS
4299 test -z "$as_dir" && as_dir=.
4300 for ac_exec_ext in '' $ac_executable_extensions; do
4301 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4302 ac_cv_prog_AR="$ac_tool_prefix$ac_prog"
4303 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4304 break 2
4306 done
4307 done
4308 IFS=$as_save_IFS
4312 AR=$ac_cv_prog_AR
4313 if test -n "$AR"; then
4314 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
4315 $as_echo "$AR" >&6; }
4316 else
4317 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4318 $as_echo "no" >&6; }
4322 test -n "$AR" && break
4323 done
4325 if test -z "$AR"; then
4326 ac_ct_AR=$AR
4327 for ac_prog in ar gar
4329 # Extract the first word of "$ac_prog", so it can be a program name with args.
4330 set dummy $ac_prog; ac_word=$2
4331 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4332 $as_echo_n "checking for $ac_word... " >&6; }
4333 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then :
4334 $as_echo_n "(cached) " >&6
4335 else
4336 if test -n "$ac_ct_AR"; then
4337 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
4338 else
4339 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4340 for as_dir in $PATH
4342 IFS=$as_save_IFS
4343 test -z "$as_dir" && as_dir=.
4344 for ac_exec_ext in '' $ac_executable_extensions; do
4345 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4346 ac_cv_prog_ac_ct_AR="$ac_prog"
4347 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4348 break 2
4350 done
4351 done
4352 IFS=$as_save_IFS
4356 ac_ct_AR=$ac_cv_prog_ac_ct_AR
4357 if test -n "$ac_ct_AR"; then
4358 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
4359 $as_echo "$ac_ct_AR" >&6; }
4360 else
4361 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4362 $as_echo "no" >&6; }
4366 test -n "$ac_ct_AR" && break
4367 done
4369 if test "x$ac_ct_AR" = x; then
4370 AR="ar"
4371 else
4372 case $cross_compiling:$ac_tool_warned in
4373 yes:)
4374 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4375 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4376 ac_tool_warned=yes ;;
4377 esac
4378 AR=$ac_ct_AR
4382 ARFLAGS=rc
4384 if test -n "$ac_tool_prefix"; then
4385 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
4386 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
4387 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4388 $as_echo_n "checking for $ac_word... " >&6; }
4389 if test "${ac_cv_prog_RANLIB+set}" = set; then :
4390 $as_echo_n "(cached) " >&6
4391 else
4392 if test -n "$RANLIB"; then
4393 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
4394 else
4395 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4396 for as_dir in $PATH
4398 IFS=$as_save_IFS
4399 test -z "$as_dir" && as_dir=.
4400 for ac_exec_ext in '' $ac_executable_extensions; do
4401 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4402 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
4403 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4404 break 2
4406 done
4407 done
4408 IFS=$as_save_IFS
4412 RANLIB=$ac_cv_prog_RANLIB
4413 if test -n "$RANLIB"; then
4414 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
4415 $as_echo "$RANLIB" >&6; }
4416 else
4417 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4418 $as_echo "no" >&6; }
4423 if test -z "$ac_cv_prog_RANLIB"; then
4424 ac_ct_RANLIB=$RANLIB
4425 # Extract the first word of "ranlib", so it can be a program name with args.
4426 set dummy ranlib; ac_word=$2
4427 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4428 $as_echo_n "checking for $ac_word... " >&6; }
4429 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
4430 $as_echo_n "(cached) " >&6
4431 else
4432 if test -n "$ac_ct_RANLIB"; then
4433 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
4434 else
4435 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4436 for as_dir in $PATH
4438 IFS=$as_save_IFS
4439 test -z "$as_dir" && as_dir=.
4440 for ac_exec_ext in '' $ac_executable_extensions; do
4441 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4442 ac_cv_prog_ac_ct_RANLIB="ranlib"
4443 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4444 break 2
4446 done
4447 done
4448 IFS=$as_save_IFS
4452 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
4453 if test -n "$ac_ct_RANLIB"; then
4454 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
4455 $as_echo "$ac_ct_RANLIB" >&6; }
4456 else
4457 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4458 $as_echo "no" >&6; }
4461 if test "x$ac_ct_RANLIB" = x; then
4462 RANLIB=":"
4463 else
4464 case $cross_compiling:$ac_tool_warned in
4465 yes:)
4466 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4467 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4468 ac_tool_warned=yes ;;
4469 esac
4470 RANLIB=$ac_ct_RANLIB
4472 else
4473 RANLIB="$ac_cv_prog_RANLIB"
4476 if test -n "$ac_tool_prefix"; then
4477 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
4478 set dummy ${ac_tool_prefix}strip; ac_word=$2
4479 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4480 $as_echo_n "checking for $ac_word... " >&6; }
4481 if test "${ac_cv_prog_STRIP+set}" = set; then :
4482 $as_echo_n "(cached) " >&6
4483 else
4484 if test -n "$STRIP"; then
4485 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
4486 else
4487 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4488 for as_dir in $PATH
4490 IFS=$as_save_IFS
4491 test -z "$as_dir" && as_dir=.
4492 for ac_exec_ext in '' $ac_executable_extensions; do
4493 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4494 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
4495 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4496 break 2
4498 done
4499 done
4500 IFS=$as_save_IFS
4504 STRIP=$ac_cv_prog_STRIP
4505 if test -n "$STRIP"; then
4506 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
4507 $as_echo "$STRIP" >&6; }
4508 else
4509 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4510 $as_echo "no" >&6; }
4515 if test -z "$ac_cv_prog_STRIP"; then
4516 ac_ct_STRIP=$STRIP
4517 # Extract the first word of "strip", so it can be a program name with args.
4518 set dummy strip; ac_word=$2
4519 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4520 $as_echo_n "checking for $ac_word... " >&6; }
4521 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
4522 $as_echo_n "(cached) " >&6
4523 else
4524 if test -n "$ac_ct_STRIP"; then
4525 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
4526 else
4527 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4528 for as_dir in $PATH
4530 IFS=$as_save_IFS
4531 test -z "$as_dir" && as_dir=.
4532 for ac_exec_ext in '' $ac_executable_extensions; do
4533 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4534 ac_cv_prog_ac_ct_STRIP="strip"
4535 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4536 break 2
4538 done
4539 done
4540 IFS=$as_save_IFS
4544 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
4545 if test -n "$ac_ct_STRIP"; then
4546 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
4547 $as_echo "$ac_ct_STRIP" >&6; }
4548 else
4549 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4550 $as_echo "no" >&6; }
4553 if test "x$ac_ct_STRIP" = x; then
4554 STRIP="strip"
4555 else
4556 case $cross_compiling:$ac_tool_warned in
4557 yes:)
4558 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4559 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4560 ac_tool_warned=yes ;;
4561 esac
4562 STRIP=$ac_ct_STRIP
4564 else
4565 STRIP="$ac_cv_prog_STRIP"
4568 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
4569 $as_echo_n "checking whether ln -s works... " >&6; }
4570 LN_S=$as_ln_s
4571 if test "$LN_S" = "ln -s"; then
4572 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4573 $as_echo "yes" >&6; }
4574 else
4575 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
4576 $as_echo "no, using $LN_S" >&6; }
4579 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
4580 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
4581 if test "${ac_cv_path_GREP+set}" = set; then :
4582 $as_echo_n "(cached) " >&6
4583 else
4584 if test -z "$GREP"; then
4585 ac_path_GREP_found=false
4586 # Loop through the user's path and test for each of PROGNAME-LIST
4587 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4588 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4590 IFS=$as_save_IFS
4591 test -z "$as_dir" && as_dir=.
4592 for ac_prog in grep ggrep; do
4593 for ac_exec_ext in '' $ac_executable_extensions; do
4594 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
4595 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
4596 # Check for GNU ac_path_GREP and select it if it is found.
4597 # Check for GNU $ac_path_GREP
4598 case `"$ac_path_GREP" --version 2>&1` in
4599 *GNU*)
4600 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
4602 ac_count=0
4603 $as_echo_n 0123456789 >"conftest.in"
4604 while :
4606 cat "conftest.in" "conftest.in" >"conftest.tmp"
4607 mv "conftest.tmp" "conftest.in"
4608 cp "conftest.in" "conftest.nl"
4609 $as_echo 'GREP' >> "conftest.nl"
4610 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4611 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4612 as_fn_arith $ac_count + 1 && ac_count=$as_val
4613 if test $ac_count -gt ${ac_path_GREP_max-0}; then
4614 # Best one so far, save it but keep looking for a better one
4615 ac_cv_path_GREP="$ac_path_GREP"
4616 ac_path_GREP_max=$ac_count
4618 # 10*(2^10) chars as input seems more than enough
4619 test $ac_count -gt 10 && break
4620 done
4621 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4622 esac
4624 $ac_path_GREP_found && break 3
4625 done
4626 done
4627 done
4628 IFS=$as_save_IFS
4629 if test -z "$ac_cv_path_GREP"; then
4630 as_fn_error "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4632 else
4633 ac_cv_path_GREP=$GREP
4637 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
4638 $as_echo "$ac_cv_path_GREP" >&6; }
4639 GREP="$ac_cv_path_GREP"
4642 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
4643 $as_echo_n "checking for egrep... " >&6; }
4644 if test "${ac_cv_path_EGREP+set}" = set; then :
4645 $as_echo_n "(cached) " >&6
4646 else
4647 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
4648 then ac_cv_path_EGREP="$GREP -E"
4649 else
4650 if test -z "$EGREP"; then
4651 ac_path_EGREP_found=false
4652 # Loop through the user's path and test for each of PROGNAME-LIST
4653 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4654 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4656 IFS=$as_save_IFS
4657 test -z "$as_dir" && as_dir=.
4658 for ac_prog in egrep; do
4659 for ac_exec_ext in '' $ac_executable_extensions; do
4660 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
4661 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
4662 # Check for GNU ac_path_EGREP and select it if it is found.
4663 # Check for GNU $ac_path_EGREP
4664 case `"$ac_path_EGREP" --version 2>&1` in
4665 *GNU*)
4666 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
4668 ac_count=0
4669 $as_echo_n 0123456789 >"conftest.in"
4670 while :
4672 cat "conftest.in" "conftest.in" >"conftest.tmp"
4673 mv "conftest.tmp" "conftest.in"
4674 cp "conftest.in" "conftest.nl"
4675 $as_echo 'EGREP' >> "conftest.nl"
4676 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4677 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4678 as_fn_arith $ac_count + 1 && ac_count=$as_val
4679 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
4680 # Best one so far, save it but keep looking for a better one
4681 ac_cv_path_EGREP="$ac_path_EGREP"
4682 ac_path_EGREP_max=$ac_count
4684 # 10*(2^10) chars as input seems more than enough
4685 test $ac_count -gt 10 && break
4686 done
4687 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4688 esac
4690 $ac_path_EGREP_found && break 3
4691 done
4692 done
4693 done
4694 IFS=$as_save_IFS
4695 if test -z "$ac_cv_path_EGREP"; then
4696 as_fn_error "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4698 else
4699 ac_cv_path_EGREP=$EGREP
4704 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
4705 $as_echo "$ac_cv_path_EGREP" >&6; }
4706 EGREP="$ac_cv_path_EGREP"
4709 # Extract the first word of "ldconfig", so it can be a program name with args.
4710 set dummy ldconfig; ac_word=$2
4711 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4712 $as_echo_n "checking for $ac_word... " >&6; }
4713 if test "${ac_cv_path_LDCONFIG+set}" = set; then :
4714 $as_echo_n "(cached) " >&6
4715 else
4716 case $LDCONFIG in
4717 [\\/]* | ?:[\\/]*)
4718 ac_cv_path_LDCONFIG="$LDCONFIG" # Let the user override the test with a path.
4721 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4722 for as_dir in /sbin /usr/sbin $PATH
4724 IFS=$as_save_IFS
4725 test -z "$as_dir" && as_dir=.
4726 for ac_exec_ext in '' $ac_executable_extensions; do
4727 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4728 ac_cv_path_LDCONFIG="$as_dir/$ac_word$ac_exec_ext"
4729 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4730 break 2
4732 done
4733 done
4734 IFS=$as_save_IFS
4736 test -z "$ac_cv_path_LDCONFIG" && ac_cv_path_LDCONFIG="true"
4738 esac
4740 LDCONFIG=$ac_cv_path_LDCONFIG
4741 if test -n "$LDCONFIG"; then
4742 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LDCONFIG" >&5
4743 $as_echo "$LDCONFIG" >&6; }
4744 else
4745 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4746 $as_echo "no" >&6; }
4750 # Find a good install program. We prefer a C program (faster),
4751 # so one script is as good as another. But avoid the broken or
4752 # incompatible versions:
4753 # SysV /etc/install, /usr/sbin/install
4754 # SunOS /usr/etc/install
4755 # IRIX /sbin/install
4756 # AIX /bin/install
4757 # AmigaOS /C/install, which installs bootblocks on floppy discs
4758 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
4759 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
4760 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
4761 # OS/2's system install, which has a completely different semantic
4762 # ./install, which can be erroneously created by make from ./install.sh.
4763 # Reject install programs that cannot install multiple files.
4764 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
4765 $as_echo_n "checking for a BSD-compatible install... " >&6; }
4766 if test -z "$INSTALL"; then
4767 if test "${ac_cv_path_install+set}" = set; then :
4768 $as_echo_n "(cached) " >&6
4769 else
4770 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4771 for as_dir in $PATH
4773 IFS=$as_save_IFS
4774 test -z "$as_dir" && as_dir=.
4775 # Account for people who put trailing slashes in PATH elements.
4776 case $as_dir/ in #((
4777 ./ | .// | /[cC]/* | \
4778 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
4779 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
4780 /usr/ucb/* ) ;;
4782 # OSF1 and SCO ODT 3.0 have their own names for install.
4783 # Don't use installbsd from OSF since it installs stuff as root
4784 # by default.
4785 for ac_prog in ginstall scoinst install; do
4786 for ac_exec_ext in '' $ac_executable_extensions; do
4787 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
4788 if test $ac_prog = install &&
4789 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
4790 # AIX install. It has an incompatible calling convention.
4792 elif test $ac_prog = install &&
4793 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
4794 # program-specific install script used by HP pwplus--don't use.
4796 else
4797 rm -rf conftest.one conftest.two conftest.dir
4798 echo one > conftest.one
4799 echo two > conftest.two
4800 mkdir conftest.dir
4801 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
4802 test -s conftest.one && test -s conftest.two &&
4803 test -s conftest.dir/conftest.one &&
4804 test -s conftest.dir/conftest.two
4805 then
4806 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
4807 break 3
4811 done
4812 done
4814 esac
4816 done
4817 IFS=$as_save_IFS
4819 rm -rf conftest.one conftest.two conftest.dir
4822 if test "${ac_cv_path_install+set}" = set; then
4823 INSTALL=$ac_cv_path_install
4824 else
4825 # As a last resort, use the slow shell script. Don't cache a
4826 # value for INSTALL within a source directory, because that will
4827 # break other packages using the cache if that directory is
4828 # removed, or if the value is a relative name.
4829 INSTALL=$ac_install_sh
4832 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
4833 $as_echo "$INSTALL" >&6; }
4835 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
4836 # It thinks the first close brace ends the variable substitution.
4837 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
4839 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
4841 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
4843 case "$INSTALL" in
4844 [\\/$]* | ?:[\\/]* ) ;;
4845 *) INSTALL="\\\$(TOPSRCDIR)/$INSTALL" ;;
4846 esac
4848 for ac_prog in lclint lint
4850 # Extract the first word of "$ac_prog", so it can be a program name with args.
4851 set dummy $ac_prog; ac_word=$2
4852 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4853 $as_echo_n "checking for $ac_word... " >&6; }
4854 if test "${ac_cv_prog_LINT+set}" = set; then :
4855 $as_echo_n "(cached) " >&6
4856 else
4857 if test -n "$LINT"; then
4858 ac_cv_prog_LINT="$LINT" # Let the user override the test.
4859 else
4860 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4861 for as_dir in $PATH
4863 IFS=$as_save_IFS
4864 test -z "$as_dir" && as_dir=.
4865 for ac_exec_ext in '' $ac_executable_extensions; do
4866 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4867 ac_cv_prog_LINT="$ac_prog"
4868 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4869 break 2
4871 done
4872 done
4873 IFS=$as_save_IFS
4877 LINT=$ac_cv_prog_LINT
4878 if test -n "$LINT"; then
4879 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINT" >&5
4880 $as_echo "$LINT" >&6; }
4881 else
4882 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4883 $as_echo "no" >&6; }
4887 test -n "$LINT" && break
4888 done
4890 if test "$LINT" = "lint"
4891 then
4892 LINTFLAGS="$LINTFLAGS -errchk=%all,no%longptr64 -errhdr=%user -Ncheck=macro -Nlevel=4"
4897 for ac_prog in fontforge
4899 # Extract the first word of "$ac_prog", so it can be a program name with args.
4900 set dummy $ac_prog; ac_word=$2
4901 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4902 $as_echo_n "checking for $ac_word... " >&6; }
4903 if test "${ac_cv_prog_FONTFORGE+set}" = set; then :
4904 $as_echo_n "(cached) " >&6
4905 else
4906 if test -n "$FONTFORGE"; then
4907 ac_cv_prog_FONTFORGE="$FONTFORGE" # Let the user override the test.
4908 else
4909 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4910 for as_dir in $PATH
4912 IFS=$as_save_IFS
4913 test -z "$as_dir" && as_dir=.
4914 for ac_exec_ext in '' $ac_executable_extensions; do
4915 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4916 ac_cv_prog_FONTFORGE="$ac_prog"
4917 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4918 break 2
4920 done
4921 done
4922 IFS=$as_save_IFS
4926 FONTFORGE=$ac_cv_prog_FONTFORGE
4927 if test -n "$FONTFORGE"; then
4928 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FONTFORGE" >&5
4929 $as_echo "$FONTFORGE" >&6; }
4930 else
4931 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4932 $as_echo "no" >&6; }
4936 test -n "$FONTFORGE" && break
4937 done
4938 test -n "$FONTFORGE" || FONTFORGE="false"
4940 for ac_prog in pkg-config
4942 # Extract the first word of "$ac_prog", so it can be a program name with args.
4943 set dummy $ac_prog; ac_word=$2
4944 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4945 $as_echo_n "checking for $ac_word... " >&6; }
4946 if test "${ac_cv_prog_PKG_CONFIG+set}" = set; then :
4947 $as_echo_n "(cached) " >&6
4948 else
4949 if test -n "$PKG_CONFIG"; then
4950 ac_cv_prog_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test.
4951 else
4952 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4953 for as_dir in $PATH
4955 IFS=$as_save_IFS
4956 test -z "$as_dir" && as_dir=.
4957 for ac_exec_ext in '' $ac_executable_extensions; do
4958 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4959 ac_cv_prog_PKG_CONFIG="$ac_prog"
4960 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4961 break 2
4963 done
4964 done
4965 IFS=$as_save_IFS
4969 PKG_CONFIG=$ac_cv_prog_PKG_CONFIG
4970 if test -n "$PKG_CONFIG"; then
4971 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
4972 $as_echo "$PKG_CONFIG" >&6; }
4973 else
4974 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4975 $as_echo "no" >&6; }
4979 test -n "$PKG_CONFIG" && break
4980 done
4981 test -n "$PKG_CONFIG" || PKG_CONFIG="false"
4983 for ac_prog in rsvg
4985 # Extract the first word of "$ac_prog", so it can be a program name with args.
4986 set dummy $ac_prog; ac_word=$2
4987 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4988 $as_echo_n "checking for $ac_word... " >&6; }
4989 if test "${ac_cv_prog_RSVG+set}" = set; then :
4990 $as_echo_n "(cached) " >&6
4991 else
4992 if test -n "$RSVG"; then
4993 ac_cv_prog_RSVG="$RSVG" # Let the user override the test.
4994 else
4995 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4996 for as_dir in $PATH
4998 IFS=$as_save_IFS
4999 test -z "$as_dir" && as_dir=.
5000 for ac_exec_ext in '' $ac_executable_extensions; do
5001 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5002 ac_cv_prog_RSVG="$ac_prog"
5003 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5004 break 2
5006 done
5007 done
5008 IFS=$as_save_IFS
5012 RSVG=$ac_cv_prog_RSVG
5013 if test -n "$RSVG"; then
5014 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RSVG" >&5
5015 $as_echo "$RSVG" >&6; }
5016 else
5017 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5018 $as_echo "no" >&6; }
5022 test -n "$RSVG" && break
5023 done
5024 test -n "$RSVG" || RSVG="false"
5026 for ac_prog in icotool
5028 # Extract the first word of "$ac_prog", so it can be a program name with args.
5029 set dummy $ac_prog; ac_word=$2
5030 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5031 $as_echo_n "checking for $ac_word... " >&6; }
5032 if test "${ac_cv_prog_ICOTOOL+set}" = set; then :
5033 $as_echo_n "(cached) " >&6
5034 else
5035 if test -n "$ICOTOOL"; then
5036 ac_cv_prog_ICOTOOL="$ICOTOOL" # Let the user override the test.
5037 else
5038 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5039 for as_dir in $PATH
5041 IFS=$as_save_IFS
5042 test -z "$as_dir" && as_dir=.
5043 for ac_exec_ext in '' $ac_executable_extensions; do
5044 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5045 ac_cv_prog_ICOTOOL="$ac_prog"
5046 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5047 break 2
5049 done
5050 done
5051 IFS=$as_save_IFS
5055 ICOTOOL=$ac_cv_prog_ICOTOOL
5056 if test -n "$ICOTOOL"; then
5057 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ICOTOOL" >&5
5058 $as_echo "$ICOTOOL" >&6; }
5059 else
5060 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5061 $as_echo "no" >&6; }
5065 test -n "$ICOTOOL" && break
5066 done
5067 test -n "$ICOTOOL" || ICOTOOL="false"
5070 if test "${enable_maintainer_mode+set}" = set
5071 then
5072 if test "$FONTFORGE" = "false"; then as_fn_append wine_warnings "|fontforge is missing, fonts can't be rebuilt."; fi
5073 if test "$RSVG" = "false"; then as_fn_append wine_warnings "|rsvg is missing, icons can't be rebuilt."; fi
5074 if test "$ICOTOOL" = "false"; then as_fn_append wine_warnings "|icotool is missing, icons can't be rebuilt."; fi
5077 case $host_cpu in
5078 *i[3456789]86*)
5079 # Extract the first word of "prelink", so it can be a program name with args.
5080 set dummy prelink; ac_word=$2
5081 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5082 $as_echo_n "checking for $ac_word... " >&6; }
5083 if test "${ac_cv_path_PRELINK+set}" = set; then :
5084 $as_echo_n "(cached) " >&6
5085 else
5086 case $PRELINK in
5087 [\\/]* | ?:[\\/]*)
5088 ac_cv_path_PRELINK="$PRELINK" # Let the user override the test with a path.
5091 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5092 for as_dir in /sbin /usr/sbin $PATH
5094 IFS=$as_save_IFS
5095 test -z "$as_dir" && as_dir=.
5096 for ac_exec_ext in '' $ac_executable_extensions; do
5097 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5098 ac_cv_path_PRELINK="$as_dir/$ac_word$ac_exec_ext"
5099 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5100 break 2
5102 done
5103 done
5104 IFS=$as_save_IFS
5106 test -z "$ac_cv_path_PRELINK" && ac_cv_path_PRELINK="false"
5108 esac
5110 PRELINK=$ac_cv_path_PRELINK
5111 if test -n "$PRELINK"; then
5112 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PRELINK" >&5
5113 $as_echo "$PRELINK" >&6; }
5114 else
5115 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5116 $as_echo "no" >&6; }
5121 esac
5124 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for i386_set_ldt in -li386" >&5
5125 $as_echo_n "checking for i386_set_ldt in -li386... " >&6; }
5126 if test "${ac_cv_lib_i386_i386_set_ldt+set}" = set; then :
5127 $as_echo_n "(cached) " >&6
5128 else
5129 ac_check_lib_save_LIBS=$LIBS
5130 LIBS="-li386 $LIBS"
5131 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5132 /* end confdefs.h. */
5134 /* Override any GCC internal prototype to avoid an error.
5135 Use char because int might match the return type of a GCC
5136 builtin and then its argument prototype would still apply. */
5137 #ifdef __cplusplus
5138 extern "C"
5139 #endif
5140 char i386_set_ldt ();
5142 main ()
5144 return i386_set_ldt ();
5146 return 0;
5148 _ACEOF
5149 if ac_fn_c_try_link "$LINENO"; then :
5150 ac_cv_lib_i386_i386_set_ldt=yes
5151 else
5152 ac_cv_lib_i386_i386_set_ldt=no
5154 rm -f core conftest.err conftest.$ac_objext \
5155 conftest$ac_exeext conftest.$ac_ext
5156 LIBS=$ac_check_lib_save_LIBS
5158 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_i386_i386_set_ldt" >&5
5159 $as_echo "$ac_cv_lib_i386_i386_set_ldt" >&6; }
5160 if test "x$ac_cv_lib_i386_i386_set_ldt" = x""yes; then :
5161 cat >>confdefs.h <<_ACEOF
5162 #define HAVE_LIBI386 1
5163 _ACEOF
5165 LIBS="-li386 $LIBS"
5169 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _oss_ioctl in -lossaudio" >&5
5170 $as_echo_n "checking for _oss_ioctl in -lossaudio... " >&6; }
5171 if test "${ac_cv_lib_ossaudio__oss_ioctl+set}" = set; then :
5172 $as_echo_n "(cached) " >&6
5173 else
5174 ac_check_lib_save_LIBS=$LIBS
5175 LIBS="-lossaudio $LIBS"
5176 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5177 /* end confdefs.h. */
5179 /* Override any GCC internal prototype to avoid an error.
5180 Use char because int might match the return type of a GCC
5181 builtin and then its argument prototype would still apply. */
5182 #ifdef __cplusplus
5183 extern "C"
5184 #endif
5185 char _oss_ioctl ();
5187 main ()
5189 return _oss_ioctl ();
5191 return 0;
5193 _ACEOF
5194 if ac_fn_c_try_link "$LINENO"; then :
5195 ac_cv_lib_ossaudio__oss_ioctl=yes
5196 else
5197 ac_cv_lib_ossaudio__oss_ioctl=no
5199 rm -f core conftest.err conftest.$ac_objext \
5200 conftest$ac_exeext conftest.$ac_ext
5201 LIBS=$ac_check_lib_save_LIBS
5203 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5
5204 $as_echo "$ac_cv_lib_ossaudio__oss_ioctl" >&6; }
5205 if test "x$ac_cv_lib_ossaudio__oss_ioctl" = x""yes; then :
5206 cat >>confdefs.h <<_ACEOF
5207 #define HAVE_LIBOSSAUDIO 1
5208 _ACEOF
5210 LIBS="-lossaudio $LIBS"
5215 XLIB=""
5217 OPENGL_LIBS=""
5221 # Check whether --enable-largefile was given.
5222 if test "${enable_largefile+set}" = set; then :
5223 enableval=$enable_largefile;
5226 if test "$enable_largefile" != no; then
5228 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5
5229 $as_echo_n "checking for special C compiler options needed for large files... " >&6; }
5230 if test "${ac_cv_sys_largefile_CC+set}" = set; then :
5231 $as_echo_n "(cached) " >&6
5232 else
5233 ac_cv_sys_largefile_CC=no
5234 if test "$GCC" != yes; then
5235 ac_save_CC=$CC
5236 while :; do
5237 # IRIX 6.2 and later do not support large files by default,
5238 # so use the C compiler's -n32 option if that helps.
5239 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5240 /* end confdefs.h. */
5241 #include <sys/types.h>
5242 /* Check that off_t can represent 2**63 - 1 correctly.
5243 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5244 since some C++ compilers masquerading as C compilers
5245 incorrectly reject 9223372036854775807. */
5246 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5247 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5248 && LARGE_OFF_T % 2147483647 == 1)
5249 ? 1 : -1];
5251 main ()
5255 return 0;
5257 _ACEOF
5258 if ac_fn_c_try_compile "$LINENO"; then :
5259 break
5261 rm -f core conftest.err conftest.$ac_objext
5262 CC="$CC -n32"
5263 if ac_fn_c_try_compile "$LINENO"; then :
5264 ac_cv_sys_largefile_CC=' -n32'; break
5266 rm -f core conftest.err conftest.$ac_objext
5267 break
5268 done
5269 CC=$ac_save_CC
5270 rm -f conftest.$ac_ext
5273 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_CC" >&5
5274 $as_echo "$ac_cv_sys_largefile_CC" >&6; }
5275 if test "$ac_cv_sys_largefile_CC" != no; then
5276 CC=$CC$ac_cv_sys_largefile_CC
5279 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5
5280 $as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; }
5281 if test "${ac_cv_sys_file_offset_bits+set}" = set; then :
5282 $as_echo_n "(cached) " >&6
5283 else
5284 while :; do
5285 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5286 /* end confdefs.h. */
5287 #include <sys/types.h>
5288 /* Check that off_t can represent 2**63 - 1 correctly.
5289 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5290 since some C++ compilers masquerading as C compilers
5291 incorrectly reject 9223372036854775807. */
5292 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5293 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5294 && LARGE_OFF_T % 2147483647 == 1)
5295 ? 1 : -1];
5297 main ()
5301 return 0;
5303 _ACEOF
5304 if ac_fn_c_try_compile "$LINENO"; then :
5305 ac_cv_sys_file_offset_bits=no; break
5307 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5308 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5309 /* end confdefs.h. */
5310 #define _FILE_OFFSET_BITS 64
5311 #include <sys/types.h>
5312 /* Check that off_t can represent 2**63 - 1 correctly.
5313 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5314 since some C++ compilers masquerading as C compilers
5315 incorrectly reject 9223372036854775807. */
5316 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5317 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5318 && LARGE_OFF_T % 2147483647 == 1)
5319 ? 1 : -1];
5321 main ()
5325 return 0;
5327 _ACEOF
5328 if ac_fn_c_try_compile "$LINENO"; then :
5329 ac_cv_sys_file_offset_bits=64; break
5331 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5332 ac_cv_sys_file_offset_bits=unknown
5333 break
5334 done
5336 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_file_offset_bits" >&5
5337 $as_echo "$ac_cv_sys_file_offset_bits" >&6; }
5338 case $ac_cv_sys_file_offset_bits in #(
5339 no | unknown) ;;
5341 cat >>confdefs.h <<_ACEOF
5342 #define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
5343 _ACEOF
5345 esac
5346 rm -rf conftest*
5347 if test $ac_cv_sys_file_offset_bits = unknown; then
5348 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5
5349 $as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; }
5350 if test "${ac_cv_sys_large_files+set}" = set; then :
5351 $as_echo_n "(cached) " >&6
5352 else
5353 while :; do
5354 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5355 /* end confdefs.h. */
5356 #include <sys/types.h>
5357 /* Check that off_t can represent 2**63 - 1 correctly.
5358 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5359 since some C++ compilers masquerading as C compilers
5360 incorrectly reject 9223372036854775807. */
5361 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5362 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5363 && LARGE_OFF_T % 2147483647 == 1)
5364 ? 1 : -1];
5366 main ()
5370 return 0;
5372 _ACEOF
5373 if ac_fn_c_try_compile "$LINENO"; then :
5374 ac_cv_sys_large_files=no; break
5376 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5377 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5378 /* end confdefs.h. */
5379 #define _LARGE_FILES 1
5380 #include <sys/types.h>
5381 /* Check that off_t can represent 2**63 - 1 correctly.
5382 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5383 since some C++ compilers masquerading as C compilers
5384 incorrectly reject 9223372036854775807. */
5385 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5386 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5387 && LARGE_OFF_T % 2147483647 == 1)
5388 ? 1 : -1];
5390 main ()
5394 return 0;
5396 _ACEOF
5397 if ac_fn_c_try_compile "$LINENO"; then :
5398 ac_cv_sys_large_files=1; break
5400 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5401 ac_cv_sys_large_files=unknown
5402 break
5403 done
5405 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_large_files" >&5
5406 $as_echo "$ac_cv_sys_large_files" >&6; }
5407 case $ac_cv_sys_large_files in #(
5408 no | unknown) ;;
5410 cat >>confdefs.h <<_ACEOF
5411 #define _LARGE_FILES $ac_cv_sys_large_files
5412 _ACEOF
5414 esac
5415 rm -rf conftest*
5420 ac_ext=c
5421 ac_cpp='$CPP $CPPFLAGS'
5422 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5423 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5424 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5425 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
5426 $as_echo_n "checking how to run the C preprocessor... " >&6; }
5427 # On Suns, sometimes $CPP names a directory.
5428 if test -n "$CPP" && test -d "$CPP"; then
5429 CPP=
5431 if test -z "$CPP"; then
5432 if test "${ac_cv_prog_CPP+set}" = set; then :
5433 $as_echo_n "(cached) " >&6
5434 else
5435 # Double quotes because CPP needs to be expanded
5436 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
5438 ac_preproc_ok=false
5439 for ac_c_preproc_warn_flag in '' yes
5441 # Use a header file that comes with gcc, so configuring glibc
5442 # with a fresh cross-compiler works.
5443 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5444 # <limits.h> exists even on freestanding compilers.
5445 # On the NeXT, cc -E runs the code through the compiler's parser,
5446 # not just through cpp. "Syntax error" is here to catch this case.
5447 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5448 /* end confdefs.h. */
5449 #ifdef __STDC__
5450 # include <limits.h>
5451 #else
5452 # include <assert.h>
5453 #endif
5454 Syntax error
5455 _ACEOF
5456 if ac_fn_c_try_cpp "$LINENO"; then :
5458 else
5459 # Broken: fails on valid input.
5460 continue
5462 rm -f conftest.err conftest.$ac_ext
5464 # OK, works on sane cases. Now check whether nonexistent headers
5465 # can be detected and how.
5466 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5467 /* end confdefs.h. */
5468 #include <ac_nonexistent.h>
5469 _ACEOF
5470 if ac_fn_c_try_cpp "$LINENO"; then :
5471 # Broken: success on invalid input.
5472 continue
5473 else
5474 # Passes both tests.
5475 ac_preproc_ok=:
5476 break
5478 rm -f conftest.err conftest.$ac_ext
5480 done
5481 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5482 rm -f conftest.err conftest.$ac_ext
5483 if $ac_preproc_ok; then :
5484 break
5487 done
5488 ac_cv_prog_CPP=$CPP
5491 CPP=$ac_cv_prog_CPP
5492 else
5493 ac_cv_prog_CPP=$CPP
5495 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
5496 $as_echo "$CPP" >&6; }
5497 ac_preproc_ok=false
5498 for ac_c_preproc_warn_flag in '' yes
5500 # Use a header file that comes with gcc, so configuring glibc
5501 # with a fresh cross-compiler works.
5502 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5503 # <limits.h> exists even on freestanding compilers.
5504 # On the NeXT, cc -E runs the code through the compiler's parser,
5505 # not just through cpp. "Syntax error" is here to catch this case.
5506 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5507 /* end confdefs.h. */
5508 #ifdef __STDC__
5509 # include <limits.h>
5510 #else
5511 # include <assert.h>
5512 #endif
5513 Syntax error
5514 _ACEOF
5515 if ac_fn_c_try_cpp "$LINENO"; then :
5517 else
5518 # Broken: fails on valid input.
5519 continue
5521 rm -f conftest.err conftest.$ac_ext
5523 # OK, works on sane cases. Now check whether nonexistent headers
5524 # can be detected and how.
5525 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5526 /* end confdefs.h. */
5527 #include <ac_nonexistent.h>
5528 _ACEOF
5529 if ac_fn_c_try_cpp "$LINENO"; then :
5530 # Broken: success on invalid input.
5531 continue
5532 else
5533 # Passes both tests.
5534 ac_preproc_ok=:
5535 break
5537 rm -f conftest.err conftest.$ac_ext
5539 done
5540 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5541 rm -f conftest.err conftest.$ac_ext
5542 if $ac_preproc_ok; then :
5544 else
5545 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5546 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5547 as_fn_error "C preprocessor \"$CPP\" fails sanity check
5548 See \`config.log' for more details." "$LINENO" 5; }
5551 ac_ext=c
5552 ac_cpp='$CPP $CPPFLAGS'
5553 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5554 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5555 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5558 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
5559 $as_echo_n "checking for ANSI C header files... " >&6; }
5560 if test "${ac_cv_header_stdc+set}" = set; then :
5561 $as_echo_n "(cached) " >&6
5562 else
5563 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5564 /* end confdefs.h. */
5565 #include <stdlib.h>
5566 #include <stdarg.h>
5567 #include <string.h>
5568 #include <float.h>
5571 main ()
5575 return 0;
5577 _ACEOF
5578 if ac_fn_c_try_compile "$LINENO"; then :
5579 ac_cv_header_stdc=yes
5580 else
5581 ac_cv_header_stdc=no
5583 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5585 if test $ac_cv_header_stdc = yes; then
5586 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
5587 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5588 /* end confdefs.h. */
5589 #include <string.h>
5591 _ACEOF
5592 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5593 $EGREP "memchr" >/dev/null 2>&1; then :
5595 else
5596 ac_cv_header_stdc=no
5598 rm -f conftest*
5602 if test $ac_cv_header_stdc = yes; then
5603 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
5604 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5605 /* end confdefs.h. */
5606 #include <stdlib.h>
5608 _ACEOF
5609 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5610 $EGREP "free" >/dev/null 2>&1; then :
5612 else
5613 ac_cv_header_stdc=no
5615 rm -f conftest*
5619 if test $ac_cv_header_stdc = yes; then
5620 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
5621 if test "$cross_compiling" = yes; then :
5623 else
5624 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5625 /* end confdefs.h. */
5626 #include <ctype.h>
5627 #include <stdlib.h>
5628 #if ((' ' & 0x0FF) == 0x020)
5629 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
5630 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5631 #else
5632 # define ISLOWER(c) \
5633 (('a' <= (c) && (c) <= 'i') \
5634 || ('j' <= (c) && (c) <= 'r') \
5635 || ('s' <= (c) && (c) <= 'z'))
5636 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
5637 #endif
5639 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
5641 main ()
5643 int i;
5644 for (i = 0; i < 256; i++)
5645 if (XOR (islower (i), ISLOWER (i))
5646 || toupper (i) != TOUPPER (i))
5647 return 2;
5648 return 0;
5650 _ACEOF
5651 if ac_fn_c_try_run "$LINENO"; then :
5653 else
5654 ac_cv_header_stdc=no
5656 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
5657 conftest.$ac_objext conftest.beam conftest.$ac_ext
5662 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
5663 $as_echo "$ac_cv_header_stdc" >&6; }
5664 if test $ac_cv_header_stdc = yes; then
5666 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
5670 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
5671 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
5672 inttypes.h stdint.h unistd.h
5673 do :
5674 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5675 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
5677 eval as_val=\$$as_ac_Header
5678 if test "x$as_val" = x""yes; then :
5679 cat >>confdefs.h <<_ACEOF
5680 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5681 _ACEOF
5685 done
5688 for ac_header in \
5689 AL/al.h \
5690 AudioToolbox/AudioConverter.h \
5691 AudioToolbox/AudioFile.h \
5692 AudioToolbox/AudioFileStream.h \
5693 AudioUnit/AudioUnit.h \
5694 Carbon/Carbon.h \
5695 CoreAudio/CoreAudio.h \
5696 DiskArbitration/DiskArbitration.h \
5697 IOKit/IOKitLib.h \
5698 IOKit/hid/IOHIDLib.h \
5699 OpenAL/al.h \
5700 alias.h \
5701 alsa/asoundlib.h \
5702 arpa/inet.h \
5703 arpa/nameser.h \
5704 asm/types.h \
5705 capi20.h \
5706 curses.h \
5707 direct.h \
5708 dirent.h \
5709 dlfcn.h \
5710 elf.h \
5711 float.h \
5712 fnmatch.h \
5713 fontconfig/fontconfig.h \
5714 getopt.h \
5715 grp.h \
5716 gsm.h \
5717 gsm/gsm.h \
5718 ieeefp.h \
5719 inet/mib2.h \
5720 io.h \
5721 jack/jack.h \
5722 jpeglib.h \
5723 kstat.h \
5724 lber.h \
5725 lcms.h \
5726 lcms/lcms.h \
5727 ldap.h \
5728 libaudioio.h \
5729 link.h \
5730 linux/cdrom.h \
5731 linux/compiler.h \
5732 linux/hdreg.h \
5733 linux/input.h \
5734 linux/ioctl.h \
5735 linux/joystick.h \
5736 linux/major.h \
5737 linux/param.h \
5738 linux/serial.h \
5739 linux/types.h \
5740 linux/ucdrom.h \
5741 mach-o/nlist.h \
5742 mach/mach.h \
5743 mach/machine.h \
5744 machine/cpu.h \
5745 machine/limits.h \
5746 machine/soundcard.h \
5747 mntent.h \
5748 mpg123.h \
5749 ncurses.h \
5750 netdb.h \
5751 netinet/in.h \
5752 netinet/in_systm.h \
5753 netinet/tcp.h \
5754 netinet/tcp_fsm.h \
5755 openssl/err.h \
5756 openssl/ssl.h \
5757 png.h \
5758 poll.h \
5759 port.h \
5760 process.h \
5761 pthread.h \
5762 pwd.h \
5763 regex.h \
5764 sched.h \
5765 scsi/scsi.h \
5766 scsi/scsi_ioctl.h \
5767 scsi/sg.h \
5768 soundcard.h \
5769 stdbool.h \
5770 stdint.h \
5771 strings.h \
5772 stropts.h \
5773 sys/asoundlib.h \
5774 sys/cdio.h \
5775 sys/elf32.h \
5776 sys/epoll.h \
5777 sys/errno.h \
5778 sys/event.h \
5779 sys/exec_elf.h \
5780 sys/filio.h \
5781 sys/inotify.h \
5782 sys/ioctl.h \
5783 sys/ipc.h \
5784 sys/limits.h \
5785 sys/link.h \
5786 sys/mman.h \
5787 sys/modem.h \
5788 sys/msg.h \
5789 sys/mtio.h \
5790 sys/param.h \
5791 sys/poll.h \
5792 sys/prctl.h \
5793 sys/protosw.h \
5794 sys/ptrace.h \
5795 sys/resource.h \
5796 sys/scsiio.h \
5797 sys/shm.h \
5798 sys/signal.h \
5799 sys/socket.h \
5800 sys/socketvar.h \
5801 sys/sockio.h \
5802 sys/soundcard.h \
5803 sys/statvfs.h \
5804 sys/strtio.h \
5805 sys/syscall.h \
5806 sys/tihdr.h \
5807 sys/time.h \
5808 sys/timeout.h \
5809 sys/times.h \
5810 sys/uio.h \
5811 sys/un.h \
5812 sys/utsname.h \
5813 sys/vm86.h \
5814 sys/wait.h \
5815 syscall.h \
5816 termios.h \
5817 tiffio.h \
5818 unistd.h \
5819 utime.h \
5820 valgrind/memcheck.h \
5821 valgrind/valgrind.h \
5822 zlib.h
5824 do :
5825 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5826 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
5827 eval as_val=\$$as_ac_Header
5828 if test "x$as_val" = x""yes; then :
5829 cat >>confdefs.h <<_ACEOF
5830 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5831 _ACEOF
5835 done
5837 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stat file-mode macros are broken" >&5
5838 $as_echo_n "checking whether stat file-mode macros are broken... " >&6; }
5839 if test "${ac_cv_header_stat_broken+set}" = set; then :
5840 $as_echo_n "(cached) " >&6
5841 else
5842 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5843 /* end confdefs.h. */
5844 #include <sys/types.h>
5845 #include <sys/stat.h>
5847 #if defined S_ISBLK && defined S_IFDIR
5848 extern char c1[S_ISBLK (S_IFDIR) ? -1 : 1];
5849 #endif
5851 #if defined S_ISBLK && defined S_IFCHR
5852 extern char c2[S_ISBLK (S_IFCHR) ? -1 : 1];
5853 #endif
5855 #if defined S_ISLNK && defined S_IFREG
5856 extern char c3[S_ISLNK (S_IFREG) ? -1 : 1];
5857 #endif
5859 #if defined S_ISSOCK && defined S_IFREG
5860 extern char c4[S_ISSOCK (S_IFREG) ? -1 : 1];
5861 #endif
5863 _ACEOF
5864 if ac_fn_c_try_compile "$LINENO"; then :
5865 ac_cv_header_stat_broken=no
5866 else
5867 ac_cv_header_stat_broken=yes
5869 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5871 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stat_broken" >&5
5872 $as_echo "$ac_cv_header_stat_broken" >&6; }
5873 if test $ac_cv_header_stat_broken = yes; then
5875 $as_echo "#define STAT_MACROS_BROKEN 1" >>confdefs.h
5881 for ac_header in sys/mount.h sys/statfs.h sys/sysctl.h sys/user.h sys/vfs.h
5882 do :
5883 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5884 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
5885 #ifdef HAVE_SYS_PARAM_H
5886 # include <sys/param.h>
5887 #endif
5889 eval as_val=\$$as_ac_Header
5890 if test "x$as_val" = x""yes; then :
5891 cat >>confdefs.h <<_ACEOF
5892 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5893 _ACEOF
5897 done
5900 for ac_header in \
5901 netinet/ip.h \
5902 net/if.h \
5903 net/if_arp.h \
5904 net/if_dl.h \
5905 net/if_types.h \
5906 net/route.h \
5907 netinet/if_ether.h \
5908 netinet/if_inarp.h \
5909 netinet/in_pcb.h \
5910 netinet/ip_icmp.h \
5911 netinet/ip_var.h \
5912 netinet/udp.h \
5913 netipx/ipx.h \
5915 do :
5916 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5917 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
5918 #ifdef HAVE_SYS_SOCKET_H
5919 # include <sys/socket.h>
5920 #endif
5921 #ifdef HAVE_SYS_SOCKETVAR_H
5922 # include <sys/socketvar.h>
5923 #endif
5924 #ifdef HAVE_NET_ROUTE_H
5925 # include <net/route.h>
5926 #endif
5927 #ifdef HAVE_NETINET_IN_H
5928 # include <netinet/in.h>
5929 #endif
5930 #ifdef HAVE_NETINET_IN_SYSTM_H
5931 # include <netinet/in_systm.h>
5932 #endif
5933 #ifdef HAVE_NET_IF_H
5934 # include <net/if.h>
5935 #endif
5936 #ifdef HAVE_NETINET_IP_H
5937 # include <netinet/ip.h>
5938 #endif
5940 eval as_val=\$$as_ac_Header
5941 if test "x$as_val" = x""yes; then :
5942 cat >>confdefs.h <<_ACEOF
5943 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5944 _ACEOF
5948 done
5951 for ac_header in netinet/tcp_timer.h netinet/udp_var.h netinet/icmp_var.h netinet/tcp_var.h
5952 do :
5953 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5954 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
5955 #ifdef HAVE_ALIAS_H
5956 # include <alias.h>
5957 #endif
5958 #ifdef HAVE_SYS_SOCKET_H
5959 # include <sys/socket.h>
5960 #endif
5961 #ifdef HAVE_SYS_SOCKETVAR_H
5962 # include <sys/socketvar.h>
5963 #endif
5964 #ifdef HAVE_SYS_TIMEOUT_H
5965 # include <sys/timeout.h>
5966 #endif
5967 #ifdef HAVE_NETINET_IN_H
5968 # include <netinet/in.h>
5969 #endif
5970 #ifdef HAVE_NETINET_IN_SYSTM_H
5971 # include <netinet/in_systm.h>
5972 #endif
5973 #ifdef HAVE_NETINET_IP_H
5974 # include <netinet/ip.h>
5975 #endif
5976 #ifdef HAVE_NETINET_IP_VAR_H
5977 # include <netinet/ip_var.h>
5978 #endif
5979 #ifdef HAVE_NETINET_IP_ICMP_H
5980 # include <netinet/ip_icmp.h>
5981 #endif
5982 #ifdef HAVE_NETINET_UDP_H
5983 # include <netinet/udp.h>
5984 #endif
5985 #ifdef HAVE_NETINET_TCP_H
5986 # include <netinet/tcp.h>
5987 #endif
5988 #ifdef HAVE_NETINET_TCP_TIMER_H
5989 #include <netinet/tcp_timer.h>
5990 #endif
5992 eval as_val=\$$as_ac_Header
5993 if test "x$as_val" = x""yes; then :
5994 cat >>confdefs.h <<_ACEOF
5995 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5996 _ACEOF
6000 done
6003 for ac_header in linux/ipx.h linux/irda.h
6004 do :
6005 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6006 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
6007 #ifdef HAVE_ASM_TYPES_H
6008 # include <asm/types.h>
6009 #endif
6010 #ifdef HAVE_SYS_SOCKET_H
6011 # include <sys/socket.h>
6012 #endif
6013 #ifdef HAVE_LINUX_TYPES_H
6014 # include <linux/types.h>
6015 #endif
6017 eval as_val=\$$as_ac_Header
6018 if test "x$as_val" = x""yes; then :
6019 cat >>confdefs.h <<_ACEOF
6020 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6021 _ACEOF
6025 done
6028 for ac_header in mach-o/dyld_images.h
6029 do :
6030 ac_fn_c_check_header_compile "$LINENO" "mach-o/dyld_images.h" "ac_cv_header_mach_o_dyld_images_h" "#ifdef HAVE_STDBOOL_H
6031 # include <stdbool.h>
6032 #endif
6033 #ifdef HAVE_STDINT_H
6034 # include <stdint.h>
6035 #endif
6037 if test "x$ac_cv_header_mach_o_dyld_images_h" = x""yes; then :
6038 cat >>confdefs.h <<_ACEOF
6039 #define HAVE_MACH_O_DYLD_IMAGES_H 1
6040 _ACEOF
6044 done
6047 for ac_header in resolv.h
6048 do :
6049 ac_fn_c_check_header_compile "$LINENO" "resolv.h" "ac_cv_header_resolv_h" "#include <sys/types.h>
6050 #ifdef HAVE_SYS_SOCKET_H
6051 # include <sys/socket.h>
6052 #endif
6053 #ifdef HAVE_NETINET_IN_H
6054 # include <netinet/in.h>
6055 #endif
6056 #ifdef HAVE_ARPA_NAMESER_H
6057 # include <arpa/nameser.h>
6058 #endif
6060 if test "x$ac_cv_header_resolv_h" = x""yes; then :
6061 cat >>confdefs.h <<_ACEOF
6062 #define HAVE_RESOLV_H 1
6063 _ACEOF
6067 done
6070 for ac_header in ifaddrs.h
6071 do :
6072 ac_fn_c_check_header_compile "$LINENO" "ifaddrs.h" "ac_cv_header_ifaddrs_h" "#include <sys/types.h>
6074 if test "x$ac_cv_header_ifaddrs_h" = x""yes; then :
6075 cat >>confdefs.h <<_ACEOF
6076 #define HAVE_IFADDRS_H 1
6077 _ACEOF
6081 done
6084 for ac_header in ucontext.h
6085 do :
6086 ac_fn_c_check_header_compile "$LINENO" "ucontext.h" "ac_cv_header_ucontext_h" "#include <signal.h>
6088 if test "x$ac_cv_header_ucontext_h" = x""yes; then :
6089 cat >>confdefs.h <<_ACEOF
6090 #define HAVE_UCONTEXT_H 1
6091 _ACEOF
6095 done
6098 for ac_header in sys/thr.h
6099 do :
6100 ac_fn_c_check_header_compile "$LINENO" "sys/thr.h" "ac_cv_header_sys_thr_h" "#include <sys/types.h>
6101 #ifdef HAVE_UCONTEXT_H
6102 #include <ucontext.h>
6103 #endif
6105 if test "x$ac_cv_header_sys_thr_h" = x""yes; then :
6106 cat >>confdefs.h <<_ACEOF
6107 #define HAVE_SYS_THR_H 1
6108 _ACEOF
6112 done
6115 for ac_header in pthread_np.h
6116 do :
6117 ac_fn_c_check_header_compile "$LINENO" "pthread_np.h" "ac_cv_header_pthread_np_h" "#ifdef HAVE_PTHREAD_H
6118 #include <pthread.h>
6119 #endif
6121 if test "x$ac_cv_header_pthread_np_h" = x""yes; then :
6122 cat >>confdefs.h <<_ACEOF
6123 #define HAVE_PTHREAD_NP_H 1
6124 _ACEOF
6128 done
6131 for ac_header in linux/videodev.h
6132 do :
6133 ac_fn_c_check_header_compile "$LINENO" "linux/videodev.h" "ac_cv_header_linux_videodev_h" "#ifdef HAVE_SYS_TIME_H
6134 #include <sys/time.h>
6135 #endif
6136 #include <sys/types.h>
6137 #ifdef HAVE_ASM_TYPES_H
6138 #include <asm/types.h>
6139 #endif
6141 if test "x$ac_cv_header_linux_videodev_h" = x""yes; then :
6142 cat >>confdefs.h <<_ACEOF
6143 #define HAVE_LINUX_VIDEODEV_H 1
6144 _ACEOF
6148 done
6151 for ac_header in linux/capi.h
6152 do :
6153 ac_fn_c_check_header_compile "$LINENO" "linux/capi.h" "ac_cv_header_linux_capi_h" "#define __user
6155 if test "x$ac_cv_header_linux_capi_h" = x""yes; then :
6156 cat >>confdefs.h <<_ACEOF
6157 #define HAVE_LINUX_CAPI_H 1
6158 _ACEOF
6162 done
6166 DLLEXT=""
6168 DLLFLAGS="-D_REENTRANT"
6170 LDSHARED=""
6172 LDDLLFLAGS=""
6174 LIBEXT="so"
6176 IMPLIBEXT="def"
6178 LDRPATH_INSTALL=""
6180 LDRPATH_LOCAL=""
6182 STATIC_IMPLIBEXT="def.a"
6183 # Extract the first word of "ldd", so it can be a program name with args.
6184 set dummy ldd; ac_word=$2
6185 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6186 $as_echo_n "checking for $ac_word... " >&6; }
6187 if test "${ac_cv_path_LDD+set}" = set; then :
6188 $as_echo_n "(cached) " >&6
6189 else
6190 case $LDD in
6191 [\\/]* | ?:[\\/]*)
6192 ac_cv_path_LDD="$LDD" # Let the user override the test with a path.
6195 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6196 as_dummy="/sbin:/usr/sbin:$PATH"
6197 for as_dir in $as_dummy
6199 IFS=$as_save_IFS
6200 test -z "$as_dir" && as_dir=.
6201 for ac_exec_ext in '' $ac_executable_extensions; do
6202 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6203 ac_cv_path_LDD="$as_dir/$ac_word$ac_exec_ext"
6204 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6205 break 2
6207 done
6208 done
6209 IFS=$as_save_IFS
6211 test -z "$ac_cv_path_LDD" && ac_cv_path_LDD="true"
6213 esac
6215 LDD=$ac_cv_path_LDD
6216 if test -n "$LDD"; then
6217 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LDD" >&5
6218 $as_echo "$LDD" >&6; }
6219 else
6220 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6221 $as_echo "no" >&6; }
6226 case $host_os in
6227 cygwin*|mingw32*)
6228 if test -n "$ac_tool_prefix"; then
6229 # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
6230 set dummy ${ac_tool_prefix}dlltool; ac_word=$2
6231 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6232 $as_echo_n "checking for $ac_word... " >&6; }
6233 if test "${ac_cv_prog_DLLTOOL+set}" = set; then :
6234 $as_echo_n "(cached) " >&6
6235 else
6236 if test -n "$DLLTOOL"; then
6237 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
6238 else
6239 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6240 for as_dir in $PATH
6242 IFS=$as_save_IFS
6243 test -z "$as_dir" && as_dir=.
6244 for ac_exec_ext in '' $ac_executable_extensions; do
6245 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6246 ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
6247 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6248 break 2
6250 done
6251 done
6252 IFS=$as_save_IFS
6256 DLLTOOL=$ac_cv_prog_DLLTOOL
6257 if test -n "$DLLTOOL"; then
6258 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
6259 $as_echo "$DLLTOOL" >&6; }
6260 else
6261 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6262 $as_echo "no" >&6; }
6267 if test -z "$ac_cv_prog_DLLTOOL"; then
6268 ac_ct_DLLTOOL=$DLLTOOL
6269 # Extract the first word of "dlltool", so it can be a program name with args.
6270 set dummy dlltool; ac_word=$2
6271 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6272 $as_echo_n "checking for $ac_word... " >&6; }
6273 if test "${ac_cv_prog_ac_ct_DLLTOOL+set}" = set; then :
6274 $as_echo_n "(cached) " >&6
6275 else
6276 if test -n "$ac_ct_DLLTOOL"; then
6277 ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test.
6278 else
6279 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6280 for as_dir in $PATH
6282 IFS=$as_save_IFS
6283 test -z "$as_dir" && as_dir=.
6284 for ac_exec_ext in '' $ac_executable_extensions; do
6285 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6286 ac_cv_prog_ac_ct_DLLTOOL="dlltool"
6287 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6288 break 2
6290 done
6291 done
6292 IFS=$as_save_IFS
6296 ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
6297 if test -n "$ac_ct_DLLTOOL"; then
6298 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DLLTOOL" >&5
6299 $as_echo "$ac_ct_DLLTOOL" >&6; }
6300 else
6301 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6302 $as_echo "no" >&6; }
6305 if test "x$ac_ct_DLLTOOL" = x; then
6306 DLLTOOL="false"
6307 else
6308 case $cross_compiling:$ac_tool_warned in
6309 yes:)
6310 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6311 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6312 ac_tool_warned=yes ;;
6313 esac
6314 DLLTOOL=$ac_ct_DLLTOOL
6316 else
6317 DLLTOOL="$ac_cv_prog_DLLTOOL"
6320 if test -n "$ac_tool_prefix"; then
6321 # Extract the first word of "${ac_tool_prefix}dllwrap", so it can be a program name with args.
6322 set dummy ${ac_tool_prefix}dllwrap; ac_word=$2
6323 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6324 $as_echo_n "checking for $ac_word... " >&6; }
6325 if test "${ac_cv_prog_DLLWRAP+set}" = set; then :
6326 $as_echo_n "(cached) " >&6
6327 else
6328 if test -n "$DLLWRAP"; then
6329 ac_cv_prog_DLLWRAP="$DLLWRAP" # Let the user override the test.
6330 else
6331 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6332 for as_dir in $PATH
6334 IFS=$as_save_IFS
6335 test -z "$as_dir" && as_dir=.
6336 for ac_exec_ext in '' $ac_executable_extensions; do
6337 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6338 ac_cv_prog_DLLWRAP="${ac_tool_prefix}dllwrap"
6339 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6340 break 2
6342 done
6343 done
6344 IFS=$as_save_IFS
6348 DLLWRAP=$ac_cv_prog_DLLWRAP
6349 if test -n "$DLLWRAP"; then
6350 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLWRAP" >&5
6351 $as_echo "$DLLWRAP" >&6; }
6352 else
6353 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6354 $as_echo "no" >&6; }
6359 if test -z "$ac_cv_prog_DLLWRAP"; then
6360 ac_ct_DLLWRAP=$DLLWRAP
6361 # Extract the first word of "dllwrap", so it can be a program name with args.
6362 set dummy dllwrap; ac_word=$2
6363 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6364 $as_echo_n "checking for $ac_word... " >&6; }
6365 if test "${ac_cv_prog_ac_ct_DLLWRAP+set}" = set; then :
6366 $as_echo_n "(cached) " >&6
6367 else
6368 if test -n "$ac_ct_DLLWRAP"; then
6369 ac_cv_prog_ac_ct_DLLWRAP="$ac_ct_DLLWRAP" # Let the user override the test.
6370 else
6371 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6372 for as_dir in $PATH
6374 IFS=$as_save_IFS
6375 test -z "$as_dir" && as_dir=.
6376 for ac_exec_ext in '' $ac_executable_extensions; do
6377 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6378 ac_cv_prog_ac_ct_DLLWRAP="dllwrap"
6379 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6380 break 2
6382 done
6383 done
6384 IFS=$as_save_IFS
6388 ac_ct_DLLWRAP=$ac_cv_prog_ac_ct_DLLWRAP
6389 if test -n "$ac_ct_DLLWRAP"; then
6390 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DLLWRAP" >&5
6391 $as_echo "$ac_ct_DLLWRAP" >&6; }
6392 else
6393 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6394 $as_echo "no" >&6; }
6397 if test "x$ac_ct_DLLWRAP" = x; then
6398 DLLWRAP="false"
6399 else
6400 case $cross_compiling:$ac_tool_warned in
6401 yes:)
6402 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6403 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6404 ac_tool_warned=yes ;;
6405 esac
6406 DLLWRAP=$ac_ct_DLLWRAP
6408 else
6409 DLLWRAP="$ac_cv_prog_DLLWRAP"
6412 if test "$DLLWRAP" = "false"; then
6413 LIBEXT="a"
6414 else
6415 LIBEXT="dll"
6417 IMPLIBEXT="a"
6418 STATIC_IMPLIBEXT="a"
6419 enable_iphlpapi=${enable_iphlpapi:-no}
6420 enable_kernel32=${enable_kernel32:-no}
6421 enable_msvcrt=${enable_msvcrt:-no}
6422 enable_ntdll=${enable_ntdll:-no}
6423 enable_ws2_32=${enable_ws2_32:-no}
6424 enable_loader=${enable_loader:-no}
6425 enable_server=${enable_server:-no}
6426 with_x=${with_x:-no}
6427 with_pthread=${with_pthread:-no}
6429 darwin*|macosx*)
6430 DLLEXT=".so"
6431 LIBEXT="dylib"
6432 DLLFLAGS="$DLLFLAGS -fPIC"
6433 LDDLLFLAGS="-bundle -multiply_defined suppress"
6434 LIBWINE_LDFLAGS="-multiply_defined suppress"
6435 LDSHARED="\$(CC) -dynamiclib"
6436 STRIP="$STRIP -x"
6437 LDRPATH_LOCAL="&& install_name_tool -change @executable_path/\`\$(RELPATH) \$(bindir) \$(libdir)\`/libwine.1.dylib @executable_path/\$(TOPOBJDIR)/libs/wine/libwine.1.dylib \$@ || \$(RM) \$@"
6438 SECURITYLIB="-framework Security -framework CoreFoundation"
6440 COREFOUNDATIONLIB="-framework CoreFoundation"
6442 IOKITLIB="-framework IOKit -framework CoreFoundation"
6444 LDEXECFLAGS="-image_base 0x7bf00000 -Wl,-segaddr,WINE_DOS,0x00000000,-segaddr,WINE_SHAREDHEAP,0x7f000000"
6446 if test "$ac_cv_header_DiskArbitration_DiskArbitration_h" = "yes"
6447 then
6448 DISKARBITRATIONLIB="-framework DiskArbitration -framework CoreFoundation"
6451 if test "$ac_cv_header_CoreAudio_CoreAudio_h" = "yes" -a "$ac_cv_header_AudioUnit_AudioUnit_h" = "yes"
6452 then
6453 COREAUDIO="-framework CoreAudio -framework AudioUnit -framework CoreServices -framework AudioToolbox -framework CoreMIDI"
6455 ac_save_LIBS="$LIBS"
6456 if test "$ac_cv_header_AudioToolbox_AudioFile_h" = "yes"
6457 then
6458 LIBS="$LIBS $COREAUDIO"
6459 for ac_func in AudioFileStreamOpen
6460 do :
6461 ac_fn_c_check_func "$LINENO" "AudioFileStreamOpen" "ac_cv_func_AudioFileStreamOpen"
6462 if test "x$ac_cv_func_AudioFileStreamOpen" = x""yes; then :
6463 cat >>confdefs.h <<_ACEOF
6464 #define HAVE_AUDIOFILESTREAMOPEN 1
6465 _ACEOF
6468 done
6470 LIBS="$ac_save_LIBS"
6472 test "x$ac_cv_func_AudioFileStreamOpen" = xyes || as_fn_append wine_notices "|AudioToolbox version too old, mp3 codec won't be supported."
6474 if test "$ac_cv_header_OpenAL_al_h" = "yes"
6475 then
6476 LIBOPENAL="-framework OpenAL"
6478 ac_cv_lib_openal_alGetSource3i=yes
6480 if test "$ac_cv_header_IOKit_hid_IOHIDLib_h" = "yes"
6481 then
6482 ac_save_LIBS="$LIBS"
6483 LIBS="$LIBS $IOKITLIB"
6484 for ac_func in IOHIDManagerCreate
6485 do :
6486 ac_fn_c_check_func "$LINENO" "IOHIDManagerCreate" "ac_cv_func_IOHIDManagerCreate"
6487 if test "x$ac_cv_func_IOHIDManagerCreate" = x""yes; then :
6488 cat >>confdefs.h <<_ACEOF
6489 #define HAVE_IOHIDMANAGERCREATE 1
6490 _ACEOF
6493 done
6495 LIBS="$ac_save_LIBS"
6497 case $host_cpu in
6498 *powerpc*)
6499 LDDLLFLAGS="$LDDLLFLAGS -read_only_relocs warning" ;;
6500 esac
6501 if test "$ac_cv_header_Carbon_Carbon_h" = "yes"
6502 then
6503 CARBONLIB="-framework Carbon"
6505 enable_winequartz_drv=${enable_winequartz_drv:-yes}
6507 if test "x$enable_win16" = "xyes"
6508 then
6509 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether 16-bit code can be built correctly" >&5
6510 $as_echo_n "checking whether 16-bit code can be built correctly... " >&6; }
6511 if test "$cross_compiling" = yes; then :
6512 { $as_echo "$as_me:${as_lineno-$LINENO}: result: cross-compiling, assuming yes" >&5
6513 $as_echo "cross-compiling, assuming yes" >&6; }
6514 else
6515 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6516 /* end confdefs.h. */
6517 asm(".text\n"
6518 "bad:\tnop;nop\n"
6519 "good:\tnop;nop\n\t"
6520 ".globl _testfunc\n"
6521 "_testfunc:\tcallw good");
6522 extern void testfunc();
6524 main ()
6526 unsigned short *p = (unsigned short *)testfunc;
6527 return p[0] != 0xe866 || p[1] != 0xfffa
6529 return 0;
6531 _ACEOF
6532 if ac_fn_c_try_run "$LINENO"; then :
6533 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6534 $as_echo "yes" >&6; }
6535 else
6536 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6537 $as_echo "no" >&6; }
6538 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
6540 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
6541 conftest.$ac_objext conftest.beam conftest.$ac_ext
6547 DLLFLAGS="$DLLFLAGS -fPIC"
6548 DLLEXT=".so"
6549 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can build a GNU style ELF dll" >&5
6550 $as_echo_n "checking whether we can build a GNU style ELF dll... " >&6; }
6551 if test "${ac_cv_c_dll_gnuelf+set}" = set; then :
6552 $as_echo_n "(cached) " >&6
6553 else
6554 ac_wine_try_cflags_saved=$CFLAGS
6555 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic"
6556 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6557 /* end confdefs.h. */
6558 void myfunc() {}
6559 _ACEOF
6560 if ac_fn_c_try_link "$LINENO"; then :
6561 ac_cv_c_dll_gnuelf="yes"
6562 else
6563 ac_cv_c_dll_gnuelf="no"
6565 rm -f core conftest.err conftest.$ac_objext \
6566 conftest$ac_exeext conftest.$ac_ext
6567 CFLAGS=$ac_wine_try_cflags_saved
6569 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dll_gnuelf" >&5
6570 $as_echo "$ac_cv_c_dll_gnuelf" >&6; }
6571 if test "$ac_cv_c_dll_gnuelf" = "yes"
6572 then
6573 LDSHARED="\$(CC) -shared"
6574 LDDLLFLAGS="-shared -Wl,-Bsymbolic"
6575 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1" >&5
6576 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1... " >&6; }
6577 if test "${ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1+set}" = set; then :
6578 $as_echo_n "(cached) " >&6
6579 else
6580 ac_wine_try_cflags_saved=$CFLAGS
6581 CFLAGS="$CFLAGS -fPIC -shared -Wl,-soname,confest.so.1"
6582 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6583 /* end confdefs.h. */
6584 int main(int argc, char **argv) { return 0; }
6585 _ACEOF
6586 if ac_fn_c_try_link "$LINENO"; then :
6587 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=yes
6588 else
6589 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=no
6591 rm -f core conftest.err conftest.$ac_objext \
6592 conftest$ac_exeext conftest.$ac_ext
6593 CFLAGS=$ac_wine_try_cflags_saved
6595 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&5
6596 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&6; }
6597 if test $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1 = yes; then :
6598 LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-soname,%)"
6599 else
6600 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1" >&5
6601 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1... " >&6; }
6602 if test "${ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1+set}" = set; then :
6603 $as_echo_n "(cached) " >&6
6604 else
6605 ac_wine_try_cflags_saved=$CFLAGS
6606 CFLAGS="$CFLAGS -fPIC -shared -Wl,-h,confest.so.1"
6607 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6608 /* end confdefs.h. */
6609 int main(int argc, char **argv) { return 0; }
6610 _ACEOF
6611 if ac_fn_c_try_link "$LINENO"; then :
6612 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=yes
6613 else
6614 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=no
6616 rm -f core conftest.err conftest.$ac_objext \
6617 conftest$ac_exeext conftest.$ac_ext
6618 CFLAGS=$ac_wine_try_cflags_saved
6620 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&5
6621 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&6; }
6622 if test $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1 = yes; then :
6623 LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-h,%)"
6627 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs" >&5
6628 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs... " >&6; }
6629 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs+set}" = set; then :
6630 $as_echo_n "(cached) " >&6
6631 else
6632 ac_wine_try_cflags_saved=$CFLAGS
6633 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-z,defs"
6634 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6635 /* end confdefs.h. */
6636 int main(int argc, char **argv) { return 0; }
6637 _ACEOF
6638 if ac_fn_c_try_link "$LINENO"; then :
6639 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=yes
6640 else
6641 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=no
6643 rm -f core conftest.err conftest.$ac_objext \
6644 conftest$ac_exeext conftest.$ac_ext
6645 CFLAGS=$ac_wine_try_cflags_saved
6647 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&5
6648 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&6; }
6649 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs = yes; then :
6650 LDDLLFLAGS="$LDDLLFLAGS,-z,defs"
6653 { $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
6654 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini... " >&6; }
6655 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini+set}" = set; then :
6656 $as_echo_n "(cached) " >&6
6657 else
6658 ac_wine_try_cflags_saved=$CFLAGS
6659 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini"
6660 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6661 /* end confdefs.h. */
6662 int main(int argc, char **argv) { return 0; }
6663 _ACEOF
6664 if ac_fn_c_try_link "$LINENO"; then :
6665 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=yes
6666 else
6667 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=no
6669 rm -f core conftest.err conftest.$ac_objext \
6670 conftest$ac_exeext conftest.$ac_ext
6671 CFLAGS=$ac_wine_try_cflags_saved
6673 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&5
6674 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&6; }
6675 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini = yes; then :
6676 LDDLLFLAGS="$LDDLLFLAGS,-init,__wine_spec_init,-fini,__wine_spec_fini"
6679 echo '{ global: *; };' >conftest.map
6680 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map" >&5
6681 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map... " >&6; }
6682 if test "${ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map+set}" = set; then :
6683 $as_echo_n "(cached) " >&6
6684 else
6685 ac_wine_try_cflags_saved=$CFLAGS
6686 CFLAGS="$CFLAGS -fPIC -shared -Wl,--version-script=conftest.map"
6687 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6688 /* end confdefs.h. */
6689 int main(int argc, char **argv) { return 0; }
6690 _ACEOF
6691 if ac_fn_c_try_link "$LINENO"; then :
6692 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=yes
6693 else
6694 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=no
6696 rm -f core conftest.err conftest.$ac_objext \
6697 conftest$ac_exeext conftest.$ac_ext
6698 CFLAGS=$ac_wine_try_cflags_saved
6700 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&5
6701 $as_echo "$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&6; }
6702 if test $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map = yes; then :
6703 LDSHARED="$LDSHARED \$(VERSCRIPT:%=-Wl,--version-script=%)"
6705 rm -f conftest.map
6707 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
6708 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--export-dynamic... " >&6; }
6709 if test "${ac_cv_cflags__fPIC__Wl___export_dynamic+set}" = set; then :
6710 $as_echo_n "(cached) " >&6
6711 else
6712 ac_wine_try_cflags_saved=$CFLAGS
6713 CFLAGS="$CFLAGS -fPIC -Wl,--export-dynamic"
6714 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6715 /* end confdefs.h. */
6716 int main(int argc, char **argv) { return 0; }
6717 _ACEOF
6718 if ac_fn_c_try_link "$LINENO"; then :
6719 ac_cv_cflags__fPIC__Wl___export_dynamic=yes
6720 else
6721 ac_cv_cflags__fPIC__Wl___export_dynamic=no
6723 rm -f core conftest.err conftest.$ac_objext \
6724 conftest$ac_exeext conftest.$ac_ext
6725 CFLAGS=$ac_wine_try_cflags_saved
6727 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
6728 $as_echo "$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
6729 if test $ac_cv_cflags__fPIC__Wl___export_dynamic = yes; then :
6730 LDEXECFLAGS="-Wl,--export-dynamic"
6734 as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,--rpath,\\$ORIGIN/../lib" | $as_tr_sh`
6735 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
6736 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... " >&6; }
6737 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then :
6738 $as_echo_n "(cached) " >&6
6739 else
6740 ac_wine_try_cflags_saved=$CFLAGS
6741 CFLAGS="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
6742 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6743 /* end confdefs.h. */
6744 int main(int argc, char **argv) { return 0; }
6745 _ACEOF
6746 if ac_fn_c_try_link "$LINENO"; then :
6747 eval "$as_ac_var=yes"
6748 else
6749 eval "$as_ac_var=no"
6751 rm -f core conftest.err conftest.$ac_objext \
6752 conftest$ac_exeext conftest.$ac_ext
6753 CFLAGS=$ac_wine_try_cflags_saved
6755 eval ac_res=\$$as_ac_var
6756 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
6757 $as_echo "$ac_res" >&6; }
6758 if test `eval 'as_val=${'$as_ac_var'};$as_echo "$as_val"'` = yes; then :
6759 LDRPATH_INSTALL="-Wl,--rpath,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
6760 LDRPATH_LOCAL="-Wl,--rpath,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
6761 else
6762 as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,-R,\\$ORIGIN/../lib" | $as_tr_sh`
6763 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
6764 $as_echo_n "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... " >&6; }
6765 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then :
6766 $as_echo_n "(cached) " >&6
6767 else
6768 ac_wine_try_cflags_saved=$CFLAGS
6769 CFLAGS="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
6770 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6771 /* end confdefs.h. */
6772 int main(int argc, char **argv) { return 0; }
6773 _ACEOF
6774 if ac_fn_c_try_link "$LINENO"; then :
6775 eval "$as_ac_var=yes"
6776 else
6777 eval "$as_ac_var=no"
6779 rm -f core conftest.err conftest.$ac_objext \
6780 conftest$ac_exeext conftest.$ac_ext
6781 CFLAGS=$ac_wine_try_cflags_saved
6783 eval ac_res=\$$as_ac_var
6784 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
6785 $as_echo "$ac_res" >&6; }
6786 if test `eval 'as_val=${'$as_ac_var'};$as_echo "$as_val"'` = yes; then :
6787 LDRPATH_INSTALL="-Wl,-R,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
6788 LDRPATH_LOCAL="-Wl,-R,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
6792 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
6793 $as_echo_n "checking whether the compiler supports -Wl,--enable-new-dtags... " >&6; }
6794 if test "${ac_cv_cflags__Wl___enable_new_dtags+set}" = set; then :
6795 $as_echo_n "(cached) " >&6
6796 else
6797 ac_wine_try_cflags_saved=$CFLAGS
6798 CFLAGS="$CFLAGS -Wl,--enable-new-dtags"
6799 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6800 /* end confdefs.h. */
6801 int main(int argc, char **argv) { return 0; }
6802 _ACEOF
6803 if ac_fn_c_try_link "$LINENO"; then :
6804 ac_cv_cflags__Wl___enable_new_dtags=yes
6805 else
6806 ac_cv_cflags__Wl___enable_new_dtags=no
6808 rm -f core conftest.err conftest.$ac_objext \
6809 conftest$ac_exeext conftest.$ac_ext
6810 CFLAGS=$ac_wine_try_cflags_saved
6812 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
6813 $as_echo "$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
6814 if test $ac_cv_cflags__Wl___enable_new_dtags = yes; then :
6815 LDRPATH_INSTALL="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
6818 case $host_cpu in
6819 *i[3456789]86* | x86_64)
6820 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400" >&5
6821 $as_echo_n "checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400... " >&6; }
6822 if test "${ac_cv_cflags__Wl___section_start__interp_0x7bf00400+set}" = set; then :
6823 $as_echo_n "(cached) " >&6
6824 else
6825 ac_wine_try_cflags_saved=$CFLAGS
6826 CFLAGS="$CFLAGS -Wl,--section-start,.interp=0x7bf00400"
6827 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6828 /* end confdefs.h. */
6829 int main(int argc, char **argv) { return 0; }
6830 _ACEOF
6831 if ac_fn_c_try_link "$LINENO"; then :
6832 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=yes
6833 else
6834 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=no
6836 rm -f core conftest.err conftest.$ac_objext \
6837 conftest$ac_exeext conftest.$ac_ext
6838 CFLAGS=$ac_wine_try_cflags_saved
6840 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&5
6841 $as_echo "$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&6; }
6842 if test $ac_cv_cflags__Wl___section_start__interp_0x7bf00400 = yes; then :
6843 LDEXECFLAGS="$LDEXECFLAGS -Wl,--section-start,.interp=0x7bf00400"
6846 esac
6848 else
6849 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can build a UnixWare (Solaris) dll" >&5
6850 $as_echo_n "checking whether we can build a UnixWare (Solaris) dll... " >&6; }
6851 if test "${ac_cv_c_dll_unixware+set}" = set; then :
6852 $as_echo_n "(cached) " >&6
6853 else
6854 ac_wine_try_cflags_saved=$CFLAGS
6855 CFLAGS="$CFLAGS -fPIC -Wl,-G,-h,conftest.so.1.0,-B,symbolic"
6856 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6857 /* end confdefs.h. */
6858 void myfunc() {}
6859 _ACEOF
6860 if ac_fn_c_try_link "$LINENO"; then :
6861 ac_cv_c_dll_unixware="yes"
6862 else
6863 ac_cv_c_dll_unixware="no"
6865 rm -f core conftest.err conftest.$ac_objext \
6866 conftest$ac_exeext conftest.$ac_ext
6867 CFLAGS=$ac_wine_try_cflags_saved
6869 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dll_unixware" >&5
6870 $as_echo "$ac_cv_c_dll_unixware" >&6; }
6871 if test "$ac_cv_c_dll_unixware" = "yes"
6872 then
6873 LDSHARED="\$(CC) -Wl,-G \$(SONAME:%=-Wl,-h,%)"
6874 LDDLLFLAGS="-Wl,-G,-B,symbolic"
6876 else
6877 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can build an HP-UX dll" >&5
6878 $as_echo_n "checking whether we can build an HP-UX dll... " >&6; }
6879 if test "${ac_cv_c_dll_hpux+set}" = set; then :
6880 $as_echo_n "(cached) " >&6
6881 else
6882 ac_wine_try_cflags_saved=$CFLAGS
6883 CFLAGS="$CFLAGS -shared"
6884 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6885 /* end confdefs.h. */
6886 void myfunc() {}
6887 _ACEOF
6888 if ac_fn_c_try_link "$LINENO"; then :
6889 ac_cv_c_dll_hpux="yes"
6890 else
6891 ac_cv_c_dll_hpux="no"
6893 rm -f core conftest.err conftest.$ac_objext \
6894 conftest$ac_exeext conftest.$ac_ext
6895 CFLAGS=$ac_wine_try_cflags_saved
6897 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dll_hpux" >&5
6898 $as_echo "$ac_cv_c_dll_hpux" >&6; }
6899 if test "$ac_cv_c_dll_hpux" = "yes"
6900 then
6901 LIBEXT="sl"
6902 DLLEXT=".sl"
6903 LDDLLFLAGS="-shared -fPIC"
6904 LDSHARED="\$(CC) -shared"
6909 esac
6911 enable_winequartz_drv=${enable_winequartz_drv:-no}
6913 if test "$LIBEXT" = "a"; then
6914 as_fn_error "could not find a way to build shared libraries.
6915 It is currently not possible to build Wine without shared library
6916 (.so) support to allow transparent switch between .so and .dll files.
6917 If you are using Linux, you will need a newer binutils.
6918 " "$LINENO" 5
6921 if test "$cross_compiling" = "no" -a "$LIBEXT" != "dll"
6922 then
6923 case "$host_cpu" in
6924 i[3456789]86*)
6925 ac_prefix_list="i686-pc-mingw32-gcc i586-pc-mingw32-gcc i486-pc-mingw32-gcc i386-pc-mingw32-gcc i686-mingw32msvc-gcc i586-mingw32msvc-gcc i486-mingw32msvc-gcc i386-mingw32msvc-gcc i686-mingw32-gcc i586-mingw32-gcc i486-mingw32-gcc i386-mingw32-gcc " ;;
6926 x86_64)
6927 ac_prefix_list="x86_64-pc-mingw32-gcc x86_64-w64-mingw32-gcc " ;;
6929 ac_prefix_list="" ;;
6930 esac
6931 for ac_prog in $ac_prefix_list
6933 # Extract the first word of "$ac_prog", so it can be a program name with args.
6934 set dummy $ac_prog; ac_word=$2
6935 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6936 $as_echo_n "checking for $ac_word... " >&6; }
6937 if test "${ac_cv_prog_CROSSCC+set}" = set; then :
6938 $as_echo_n "(cached) " >&6
6939 else
6940 if test -n "$CROSSCC"; then
6941 ac_cv_prog_CROSSCC="$CROSSCC" # Let the user override the test.
6942 else
6943 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6944 for as_dir in $PATH
6946 IFS=$as_save_IFS
6947 test -z "$as_dir" && as_dir=.
6948 for ac_exec_ext in '' $ac_executable_extensions; do
6949 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6950 ac_cv_prog_CROSSCC="$ac_prog"
6951 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6952 break 2
6954 done
6955 done
6956 IFS=$as_save_IFS
6960 CROSSCC=$ac_cv_prog_CROSSCC
6961 if test -n "$CROSSCC"; then
6962 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CROSSCC" >&5
6963 $as_echo "$CROSSCC" >&6; }
6964 else
6965 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6966 $as_echo "no" >&6; }
6970 test -n "$CROSSCC" && break
6971 done
6972 test -n "$CROSSCC" || CROSSCC="false"
6974 if test "$CROSSCC" != "false"
6975 then
6976 CROSSTEST="\$(CROSSTEST)"
6978 set x $CROSSCC
6979 shift
6980 target=""
6981 while test $# -ge 1
6983 case "$1" in
6984 *-gcc) target=`expr "$1" : '\(.*\)-gcc'` ;;
6985 esac
6986 shift
6987 done
6988 if test -n "$target"
6989 then
6990 CROSSTARGET="$target"
6997 if test "$ac_cv_header_pthread_h" = "yes"
6998 then
6999 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pthread_create in -lpthread" >&5
7000 $as_echo_n "checking for pthread_create in -lpthread... " >&6; }
7001 if test "${ac_cv_lib_pthread_pthread_create+set}" = set; then :
7002 $as_echo_n "(cached) " >&6
7003 else
7004 ac_check_lib_save_LIBS=$LIBS
7005 LIBS="-lpthread $LIBS"
7006 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7007 /* end confdefs.h. */
7009 /* Override any GCC internal prototype to avoid an error.
7010 Use char because int might match the return type of a GCC
7011 builtin and then its argument prototype would still apply. */
7012 #ifdef __cplusplus
7013 extern "C"
7014 #endif
7015 char pthread_create ();
7017 main ()
7019 return pthread_create ();
7021 return 0;
7023 _ACEOF
7024 if ac_fn_c_try_link "$LINENO"; then :
7025 ac_cv_lib_pthread_pthread_create=yes
7026 else
7027 ac_cv_lib_pthread_pthread_create=no
7029 rm -f core conftest.err conftest.$ac_objext \
7030 conftest$ac_exeext conftest.$ac_ext
7031 LIBS=$ac_check_lib_save_LIBS
7033 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pthread_pthread_create" >&5
7034 $as_echo "$ac_cv_lib_pthread_pthread_create" >&6; }
7035 if test "x$ac_cv_lib_pthread_pthread_create" = x""yes; then :
7036 LIBPTHREAD="-lpthread"
7041 if test "x$LIBPTHREAD" = "x"; then :
7042 case "x$with_pthread" in
7043 xno) ;;
7044 *) as_fn_error "pthread ${notice_platform}development files not found.
7045 Wine cannot support threads without libpthread.
7046 Use the --without-pthread option if you really want this." "$LINENO" 5 ;;
7047 esac
7051 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for X" >&5
7052 $as_echo_n "checking for X... " >&6; }
7055 # Check whether --with-x was given.
7056 if test "${with_x+set}" = set; then :
7057 withval=$with_x;
7060 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
7061 if test "x$with_x" = xno; then
7062 # The user explicitly disabled X.
7063 have_x=disabled
7064 else
7065 case $x_includes,$x_libraries in #(
7066 *\'*) as_fn_error "cannot use X directory names containing '" "$LINENO" 5;; #(
7067 *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then :
7068 $as_echo_n "(cached) " >&6
7069 else
7070 # One or both of the vars are not set, and there is no cached value.
7071 ac_x_includes=no ac_x_libraries=no
7072 rm -f -r conftest.dir
7073 if mkdir conftest.dir; then
7074 cd conftest.dir
7075 cat >Imakefile <<'_ACEOF'
7076 incroot:
7077 @echo incroot='${INCROOT}'
7078 usrlibdir:
7079 @echo usrlibdir='${USRLIBDIR}'
7080 libdir:
7081 @echo libdir='${LIBDIR}'
7082 _ACEOF
7083 if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
7084 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
7085 for ac_var in incroot usrlibdir libdir; do
7086 eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
7087 done
7088 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
7089 for ac_extension in a so sl dylib la dll; do
7090 if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
7091 test -f "$ac_im_libdir/libX11.$ac_extension"; then
7092 ac_im_usrlibdir=$ac_im_libdir; break
7094 done
7095 # Screen out bogus values from the imake configuration. They are
7096 # bogus both because they are the default anyway, and because
7097 # using them would break gcc on systems where it needs fixed includes.
7098 case $ac_im_incroot in
7099 /usr/include) ac_x_includes= ;;
7100 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
7101 esac
7102 case $ac_im_usrlibdir in
7103 /usr/lib | /usr/lib64 | /lib | /lib64) ;;
7104 *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
7105 esac
7107 cd ..
7108 rm -f -r conftest.dir
7111 # Standard set of common directories for X headers.
7112 # Check X11 before X11Rn because it is often a symlink to the current release.
7113 ac_x_header_dirs='
7114 /usr/X11/include
7115 /usr/X11R7/include
7116 /usr/X11R6/include
7117 /usr/X11R5/include
7118 /usr/X11R4/include
7120 /usr/include/X11
7121 /usr/include/X11R7
7122 /usr/include/X11R6
7123 /usr/include/X11R5
7124 /usr/include/X11R4
7126 /usr/local/X11/include
7127 /usr/local/X11R7/include
7128 /usr/local/X11R6/include
7129 /usr/local/X11R5/include
7130 /usr/local/X11R4/include
7132 /usr/local/include/X11
7133 /usr/local/include/X11R7
7134 /usr/local/include/X11R6
7135 /usr/local/include/X11R5
7136 /usr/local/include/X11R4
7138 /usr/X386/include
7139 /usr/x386/include
7140 /usr/XFree86/include/X11
7142 /usr/include
7143 /usr/local/include
7144 /usr/unsupported/include
7145 /usr/athena/include
7146 /usr/local/x11r5/include
7147 /usr/lpp/Xamples/include
7149 /usr/openwin/include
7150 /usr/openwin/share/include'
7152 if test "$ac_x_includes" = no; then
7153 # Guess where to find include files, by looking for Xlib.h.
7154 # First, try using that file with no special directory specified.
7155 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7156 /* end confdefs.h. */
7157 #include <X11/Xlib.h>
7158 _ACEOF
7159 if ac_fn_c_try_cpp "$LINENO"; then :
7160 # We can compile using X headers with no special include directory.
7161 ac_x_includes=
7162 else
7163 for ac_dir in $ac_x_header_dirs; do
7164 if test -r "$ac_dir/X11/Xlib.h"; then
7165 ac_x_includes=$ac_dir
7166 break
7168 done
7170 rm -f conftest.err conftest.$ac_ext
7171 fi # $ac_x_includes = no
7173 if test "$ac_x_libraries" = no; then
7174 # Check for the libraries.
7175 # See if we find them without any special options.
7176 # Don't add to $LIBS permanently.
7177 ac_save_LIBS=$LIBS
7178 LIBS="-lX11 $LIBS"
7179 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7180 /* end confdefs.h. */
7181 #include <X11/Xlib.h>
7183 main ()
7185 XrmInitialize ()
7187 return 0;
7189 _ACEOF
7190 if ac_fn_c_try_link "$LINENO"; then :
7191 LIBS=$ac_save_LIBS
7192 # We can link X programs with no special library path.
7193 ac_x_libraries=
7194 else
7195 LIBS=$ac_save_LIBS
7196 for ac_dir in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
7198 # Don't even attempt the hair of trying to link an X program!
7199 for ac_extension in a so sl dylib la dll; do
7200 if test -r "$ac_dir/libX11.$ac_extension"; then
7201 ac_x_libraries=$ac_dir
7202 break 2
7204 done
7205 done
7207 rm -f core conftest.err conftest.$ac_objext \
7208 conftest$ac_exeext conftest.$ac_ext
7209 fi # $ac_x_libraries = no
7211 case $ac_x_includes,$ac_x_libraries in #(
7212 no,* | *,no | *\'*)
7213 # Didn't find X, or a directory has "'" in its name.
7214 ac_cv_have_x="have_x=no";; #(
7216 # Record where we found X for the cache.
7217 ac_cv_have_x="have_x=yes\
7218 ac_x_includes='$ac_x_includes'\
7219 ac_x_libraries='$ac_x_libraries'"
7220 esac
7222 ;; #(
7223 *) have_x=yes;;
7224 esac
7225 eval "$ac_cv_have_x"
7226 fi # $with_x != no
7228 if test "$have_x" != yes; then
7229 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $have_x" >&5
7230 $as_echo "$have_x" >&6; }
7231 no_x=yes
7232 else
7233 # If each of the values was on the command line, it overrides each guess.
7234 test "x$x_includes" = xNONE && x_includes=$ac_x_includes
7235 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
7236 # Update the cache value to reflect the command line values.
7237 ac_cv_have_x="have_x=yes\
7238 ac_x_includes='$x_includes'\
7239 ac_x_libraries='$x_libraries'"
7240 { $as_echo "$as_me:${as_lineno-$LINENO}: result: libraries $x_libraries, headers $x_includes" >&5
7241 $as_echo "libraries $x_libraries, headers $x_includes" >&6; }
7244 if test "$no_x" = yes; then
7245 # Not all programs may use this symbol, but it does not hurt to define it.
7247 $as_echo "#define X_DISPLAY_MISSING 1" >>confdefs.h
7249 X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
7250 else
7251 if test -n "$x_includes"; then
7252 X_CFLAGS="$X_CFLAGS -I$x_includes"
7255 # It would also be nice to do this for all -L options, not just this one.
7256 if test -n "$x_libraries"; then
7257 X_LIBS="$X_LIBS -L$x_libraries"
7258 # For Solaris; some versions of Sun CC require a space after -R and
7259 # others require no space. Words are not sufficient . . . .
7260 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -R must be followed by a space" >&5
7261 $as_echo_n "checking whether -R must be followed by a space... " >&6; }
7262 ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
7263 ac_xsave_c_werror_flag=$ac_c_werror_flag
7264 ac_c_werror_flag=yes
7265 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7266 /* end confdefs.h. */
7269 main ()
7273 return 0;
7275 _ACEOF
7276 if ac_fn_c_try_link "$LINENO"; then :
7277 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7278 $as_echo "no" >&6; }
7279 X_LIBS="$X_LIBS -R$x_libraries"
7280 else
7281 LIBS="$ac_xsave_LIBS -R $x_libraries"
7282 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7283 /* end confdefs.h. */
7286 main ()
7290 return 0;
7292 _ACEOF
7293 if ac_fn_c_try_link "$LINENO"; then :
7294 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
7295 $as_echo "yes" >&6; }
7296 X_LIBS="$X_LIBS -R $x_libraries"
7297 else
7298 { $as_echo "$as_me:${as_lineno-$LINENO}: result: neither works" >&5
7299 $as_echo "neither works" >&6; }
7301 rm -f core conftest.err conftest.$ac_objext \
7302 conftest$ac_exeext conftest.$ac_ext
7304 rm -f core conftest.err conftest.$ac_objext \
7305 conftest$ac_exeext conftest.$ac_ext
7306 ac_c_werror_flag=$ac_xsave_c_werror_flag
7307 LIBS=$ac_xsave_LIBS
7310 # Check for system-dependent libraries X programs must link with.
7311 # Do this before checking for the system-independent R6 libraries
7312 # (-lICE), since we may need -lsocket or whatever for X linking.
7314 if test "$ISC" = yes; then
7315 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
7316 else
7317 # Martyn Johnson says this is needed for Ultrix, if the X
7318 # libraries were built with DECnet support. And Karl Berry says
7319 # the Alpha needs dnet_stub (dnet does not exist).
7320 ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
7321 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7322 /* end confdefs.h. */
7324 /* Override any GCC internal prototype to avoid an error.
7325 Use char because int might match the return type of a GCC
7326 builtin and then its argument prototype would still apply. */
7327 #ifdef __cplusplus
7328 extern "C"
7329 #endif
7330 char XOpenDisplay ();
7332 main ()
7334 return XOpenDisplay ();
7336 return 0;
7338 _ACEOF
7339 if ac_fn_c_try_link "$LINENO"; then :
7341 else
7342 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet" >&5
7343 $as_echo_n "checking for dnet_ntoa in -ldnet... " >&6; }
7344 if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then :
7345 $as_echo_n "(cached) " >&6
7346 else
7347 ac_check_lib_save_LIBS=$LIBS
7348 LIBS="-ldnet $LIBS"
7349 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7350 /* end confdefs.h. */
7352 /* Override any GCC internal prototype to avoid an error.
7353 Use char because int might match the return type of a GCC
7354 builtin and then its argument prototype would still apply. */
7355 #ifdef __cplusplus
7356 extern "C"
7357 #endif
7358 char dnet_ntoa ();
7360 main ()
7362 return dnet_ntoa ();
7364 return 0;
7366 _ACEOF
7367 if ac_fn_c_try_link "$LINENO"; then :
7368 ac_cv_lib_dnet_dnet_ntoa=yes
7369 else
7370 ac_cv_lib_dnet_dnet_ntoa=no
7372 rm -f core conftest.err conftest.$ac_objext \
7373 conftest$ac_exeext conftest.$ac_ext
7374 LIBS=$ac_check_lib_save_LIBS
7376 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
7377 $as_echo "$ac_cv_lib_dnet_dnet_ntoa" >&6; }
7378 if test "x$ac_cv_lib_dnet_dnet_ntoa" = x""yes; then :
7379 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
7382 if test $ac_cv_lib_dnet_dnet_ntoa = no; then
7383 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet_stub" >&5
7384 $as_echo_n "checking for dnet_ntoa in -ldnet_stub... " >&6; }
7385 if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then :
7386 $as_echo_n "(cached) " >&6
7387 else
7388 ac_check_lib_save_LIBS=$LIBS
7389 LIBS="-ldnet_stub $LIBS"
7390 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7391 /* end confdefs.h. */
7393 /* Override any GCC internal prototype to avoid an error.
7394 Use char because int might match the return type of a GCC
7395 builtin and then its argument prototype would still apply. */
7396 #ifdef __cplusplus
7397 extern "C"
7398 #endif
7399 char dnet_ntoa ();
7401 main ()
7403 return dnet_ntoa ();
7405 return 0;
7407 _ACEOF
7408 if ac_fn_c_try_link "$LINENO"; then :
7409 ac_cv_lib_dnet_stub_dnet_ntoa=yes
7410 else
7411 ac_cv_lib_dnet_stub_dnet_ntoa=no
7413 rm -f core conftest.err conftest.$ac_objext \
7414 conftest$ac_exeext conftest.$ac_ext
7415 LIBS=$ac_check_lib_save_LIBS
7417 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
7418 $as_echo "$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
7419 if test "x$ac_cv_lib_dnet_stub_dnet_ntoa" = x""yes; then :
7420 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
7425 rm -f core conftest.err conftest.$ac_objext \
7426 conftest$ac_exeext conftest.$ac_ext
7427 LIBS="$ac_xsave_LIBS"
7429 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
7430 # to get the SysV transport functions.
7431 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
7432 # needs -lnsl.
7433 # The nsl library prevents programs from opening the X display
7434 # on Irix 5.2, according to T.E. Dickey.
7435 # The functions gethostbyname, getservbyname, and inet_addr are
7436 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
7437 ac_fn_c_check_func "$LINENO" "gethostbyname" "ac_cv_func_gethostbyname"
7438 if test "x$ac_cv_func_gethostbyname" = x""yes; then :
7442 if test $ac_cv_func_gethostbyname = no; then
7443 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5
7444 $as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
7445 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then :
7446 $as_echo_n "(cached) " >&6
7447 else
7448 ac_check_lib_save_LIBS=$LIBS
7449 LIBS="-lnsl $LIBS"
7450 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7451 /* end confdefs.h. */
7453 /* Override any GCC internal prototype to avoid an error.
7454 Use char because int might match the return type of a GCC
7455 builtin and then its argument prototype would still apply. */
7456 #ifdef __cplusplus
7457 extern "C"
7458 #endif
7459 char gethostbyname ();
7461 main ()
7463 return gethostbyname ();
7465 return 0;
7467 _ACEOF
7468 if ac_fn_c_try_link "$LINENO"; then :
7469 ac_cv_lib_nsl_gethostbyname=yes
7470 else
7471 ac_cv_lib_nsl_gethostbyname=no
7473 rm -f core conftest.err conftest.$ac_objext \
7474 conftest$ac_exeext conftest.$ac_ext
7475 LIBS=$ac_check_lib_save_LIBS
7477 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5
7478 $as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
7479 if test "x$ac_cv_lib_nsl_gethostbyname" = x""yes; then :
7480 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
7483 if test $ac_cv_lib_nsl_gethostbyname = no; then
7484 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lbsd" >&5
7485 $as_echo_n "checking for gethostbyname in -lbsd... " >&6; }
7486 if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then :
7487 $as_echo_n "(cached) " >&6
7488 else
7489 ac_check_lib_save_LIBS=$LIBS
7490 LIBS="-lbsd $LIBS"
7491 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7492 /* end confdefs.h. */
7494 /* Override any GCC internal prototype to avoid an error.
7495 Use char because int might match the return type of a GCC
7496 builtin and then its argument prototype would still apply. */
7497 #ifdef __cplusplus
7498 extern "C"
7499 #endif
7500 char gethostbyname ();
7502 main ()
7504 return gethostbyname ();
7506 return 0;
7508 _ACEOF
7509 if ac_fn_c_try_link "$LINENO"; then :
7510 ac_cv_lib_bsd_gethostbyname=yes
7511 else
7512 ac_cv_lib_bsd_gethostbyname=no
7514 rm -f core conftest.err conftest.$ac_objext \
7515 conftest$ac_exeext conftest.$ac_ext
7516 LIBS=$ac_check_lib_save_LIBS
7518 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_bsd_gethostbyname" >&5
7519 $as_echo "$ac_cv_lib_bsd_gethostbyname" >&6; }
7520 if test "x$ac_cv_lib_bsd_gethostbyname" = x""yes; then :
7521 X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
7527 # lieder@skyler.mavd.honeywell.com says without -lsocket,
7528 # socket/setsockopt and other routines are undefined under SCO ODT
7529 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
7530 # on later versions), says Simon Leinen: it contains gethostby*
7531 # variants that don't use the name server (or something). -lsocket
7532 # must be given before -lnsl if both are needed. We assume that
7533 # if connect needs -lnsl, so does gethostbyname.
7534 ac_fn_c_check_func "$LINENO" "connect" "ac_cv_func_connect"
7535 if test "x$ac_cv_func_connect" = x""yes; then :
7539 if test $ac_cv_func_connect = no; then
7540 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for connect in -lsocket" >&5
7541 $as_echo_n "checking for connect in -lsocket... " >&6; }
7542 if test "${ac_cv_lib_socket_connect+set}" = set; then :
7543 $as_echo_n "(cached) " >&6
7544 else
7545 ac_check_lib_save_LIBS=$LIBS
7546 LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
7547 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7548 /* end confdefs.h. */
7550 /* Override any GCC internal prototype to avoid an error.
7551 Use char because int might match the return type of a GCC
7552 builtin and then its argument prototype would still apply. */
7553 #ifdef __cplusplus
7554 extern "C"
7555 #endif
7556 char connect ();
7558 main ()
7560 return connect ();
7562 return 0;
7564 _ACEOF
7565 if ac_fn_c_try_link "$LINENO"; then :
7566 ac_cv_lib_socket_connect=yes
7567 else
7568 ac_cv_lib_socket_connect=no
7570 rm -f core conftest.err conftest.$ac_objext \
7571 conftest$ac_exeext conftest.$ac_ext
7572 LIBS=$ac_check_lib_save_LIBS
7574 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_connect" >&5
7575 $as_echo "$ac_cv_lib_socket_connect" >&6; }
7576 if test "x$ac_cv_lib_socket_connect" = x""yes; then :
7577 X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
7582 # Guillermo Gomez says -lposix is necessary on A/UX.
7583 ac_fn_c_check_func "$LINENO" "remove" "ac_cv_func_remove"
7584 if test "x$ac_cv_func_remove" = x""yes; then :
7588 if test $ac_cv_func_remove = no; then
7589 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for remove in -lposix" >&5
7590 $as_echo_n "checking for remove in -lposix... " >&6; }
7591 if test "${ac_cv_lib_posix_remove+set}" = set; then :
7592 $as_echo_n "(cached) " >&6
7593 else
7594 ac_check_lib_save_LIBS=$LIBS
7595 LIBS="-lposix $LIBS"
7596 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7597 /* end confdefs.h. */
7599 /* Override any GCC internal prototype to avoid an error.
7600 Use char because int might match the return type of a GCC
7601 builtin and then its argument prototype would still apply. */
7602 #ifdef __cplusplus
7603 extern "C"
7604 #endif
7605 char remove ();
7607 main ()
7609 return remove ();
7611 return 0;
7613 _ACEOF
7614 if ac_fn_c_try_link "$LINENO"; then :
7615 ac_cv_lib_posix_remove=yes
7616 else
7617 ac_cv_lib_posix_remove=no
7619 rm -f core conftest.err conftest.$ac_objext \
7620 conftest$ac_exeext conftest.$ac_ext
7621 LIBS=$ac_check_lib_save_LIBS
7623 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_posix_remove" >&5
7624 $as_echo "$ac_cv_lib_posix_remove" >&6; }
7625 if test "x$ac_cv_lib_posix_remove" = x""yes; then :
7626 X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
7631 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
7632 ac_fn_c_check_func "$LINENO" "shmat" "ac_cv_func_shmat"
7633 if test "x$ac_cv_func_shmat" = x""yes; then :
7637 if test $ac_cv_func_shmat = no; then
7638 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shmat in -lipc" >&5
7639 $as_echo_n "checking for shmat in -lipc... " >&6; }
7640 if test "${ac_cv_lib_ipc_shmat+set}" = set; then :
7641 $as_echo_n "(cached) " >&6
7642 else
7643 ac_check_lib_save_LIBS=$LIBS
7644 LIBS="-lipc $LIBS"
7645 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7646 /* end confdefs.h. */
7648 /* Override any GCC internal prototype to avoid an error.
7649 Use char because int might match the return type of a GCC
7650 builtin and then its argument prototype would still apply. */
7651 #ifdef __cplusplus
7652 extern "C"
7653 #endif
7654 char shmat ();
7656 main ()
7658 return shmat ();
7660 return 0;
7662 _ACEOF
7663 if ac_fn_c_try_link "$LINENO"; then :
7664 ac_cv_lib_ipc_shmat=yes
7665 else
7666 ac_cv_lib_ipc_shmat=no
7668 rm -f core conftest.err conftest.$ac_objext \
7669 conftest$ac_exeext conftest.$ac_ext
7670 LIBS=$ac_check_lib_save_LIBS
7672 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ipc_shmat" >&5
7673 $as_echo "$ac_cv_lib_ipc_shmat" >&6; }
7674 if test "x$ac_cv_lib_ipc_shmat" = x""yes; then :
7675 X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
7681 # Check for libraries that X11R6 Xt/Xaw programs need.
7682 ac_save_LDFLAGS=$LDFLAGS
7683 test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
7684 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
7685 # check for ICE first), but we must link in the order -lSM -lICE or
7686 # we get undefined symbols. So assume we have SM if we have ICE.
7687 # These have to be linked with before -lX11, unlike the other
7688 # libraries we check for below, so use a different variable.
7689 # John Interrante, Karl Berry
7690 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for IceConnectionNumber in -lICE" >&5
7691 $as_echo_n "checking for IceConnectionNumber in -lICE... " >&6; }
7692 if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then :
7693 $as_echo_n "(cached) " >&6
7694 else
7695 ac_check_lib_save_LIBS=$LIBS
7696 LIBS="-lICE $X_EXTRA_LIBS $LIBS"
7697 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7698 /* end confdefs.h. */
7700 /* Override any GCC internal prototype to avoid an error.
7701 Use char because int might match the return type of a GCC
7702 builtin and then its argument prototype would still apply. */
7703 #ifdef __cplusplus
7704 extern "C"
7705 #endif
7706 char IceConnectionNumber ();
7708 main ()
7710 return IceConnectionNumber ();
7712 return 0;
7714 _ACEOF
7715 if ac_fn_c_try_link "$LINENO"; then :
7716 ac_cv_lib_ICE_IceConnectionNumber=yes
7717 else
7718 ac_cv_lib_ICE_IceConnectionNumber=no
7720 rm -f core conftest.err conftest.$ac_objext \
7721 conftest$ac_exeext conftest.$ac_ext
7722 LIBS=$ac_check_lib_save_LIBS
7724 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
7725 $as_echo "$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
7726 if test "x$ac_cv_lib_ICE_IceConnectionNumber" = x""yes; then :
7727 X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
7730 LDFLAGS=$ac_save_LDFLAGS
7735 if test "$have_x" = "yes"
7736 then
7737 XLIB="-lX11"
7738 ac_save_CPPFLAGS="$CPPFLAGS"
7739 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
7741 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lX11" >&5
7742 $as_echo_n "checking for -lX11... " >&6; }
7743 if test "${ac_cv_lib_soname_X11+set}" = set; then :
7744 $as_echo_n "(cached) " >&6
7745 else
7746 ac_check_soname_save_LIBS=$LIBS
7747 LIBS="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
7748 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7749 /* end confdefs.h. */
7751 /* Override any GCC internal prototype to avoid an error.
7752 Use char because int might match the return type of a GCC
7753 builtin and then its argument prototype would still apply. */
7754 #ifdef __cplusplus
7755 extern "C"
7756 #endif
7757 char XCreateWindow ();
7759 main ()
7761 return XCreateWindow ();
7763 return 0;
7765 _ACEOF
7766 if ac_fn_c_try_link "$LINENO"; then :
7767 case "$LIBEXT" in
7768 dll) ac_cv_lib_soname_X11=`$ac_cv_path_LDD conftest.exe | grep "X11" | sed -e "s/dll.*/dll/"';2,$d'` ;;
7769 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'` ;;
7770 *) ac_cv_lib_soname_X11=`$ac_cv_path_LDD conftest$ac_exeext | grep "libX11\\.$LIBEXT" | sed -e "s/^.*\(libX11\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
7771 esac
7773 rm -f core conftest.err conftest.$ac_objext \
7774 conftest$ac_exeext conftest.$ac_ext
7775 LIBS=$ac_check_soname_save_LIBS
7777 if test "x$ac_cv_lib_soname_X11" = "x"; then :
7778 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
7779 $as_echo "not found" >&6; }
7781 else
7782 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_X11" >&5
7783 $as_echo "$ac_cv_lib_soname_X11" >&6; }
7785 cat >>confdefs.h <<_ACEOF
7786 #define SONAME_LIBX11 "$ac_cv_lib_soname_X11"
7787 _ACEOF
7791 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXext" >&5
7792 $as_echo_n "checking for -lXext... " >&6; }
7793 if test "${ac_cv_lib_soname_Xext+set}" = set; then :
7794 $as_echo_n "(cached) " >&6
7795 else
7796 ac_check_soname_save_LIBS=$LIBS
7797 LIBS="-lXext $X_LIBS -lX11 $X_EXTRA_LIBS $LIBS"
7798 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7799 /* end confdefs.h. */
7801 /* Override any GCC internal prototype to avoid an error.
7802 Use char because int might match the return type of a GCC
7803 builtin and then its argument prototype would still apply. */
7804 #ifdef __cplusplus
7805 extern "C"
7806 #endif
7807 char XextCreateExtension ();
7809 main ()
7811 return XextCreateExtension ();
7813 return 0;
7815 _ACEOF
7816 if ac_fn_c_try_link "$LINENO"; then :
7817 case "$LIBEXT" in
7818 dll) ac_cv_lib_soname_Xext=`$ac_cv_path_LDD conftest.exe | grep "Xext" | sed -e "s/dll.*/dll/"';2,$d'` ;;
7819 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'` ;;
7820 *) ac_cv_lib_soname_Xext=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXext\\.$LIBEXT" | sed -e "s/^.*\(libXext\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
7821 esac
7823 rm -f core conftest.err conftest.$ac_objext \
7824 conftest$ac_exeext conftest.$ac_ext
7825 LIBS=$ac_check_soname_save_LIBS
7827 if test "x$ac_cv_lib_soname_Xext" = "x"; then :
7828 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
7829 $as_echo "not found" >&6; }
7831 else
7832 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xext" >&5
7833 $as_echo "$ac_cv_lib_soname_Xext" >&6; }
7835 cat >>confdefs.h <<_ACEOF
7836 #define SONAME_LIBXEXT "$ac_cv_lib_soname_Xext"
7837 _ACEOF
7839 XLIB="-lXext $XLIB"
7842 for ac_header in X11/Xlib.h \
7843 X11/XKBlib.h \
7844 X11/Xutil.h \
7845 X11/Xcursor/Xcursor.h \
7846 X11/extensions/shape.h \
7847 X11/extensions/XInput.h \
7848 X11/extensions/XShm.h \
7849 X11/extensions/Xcomposite.h \
7850 X11/extensions/Xinerama.h \
7851 X11/extensions/Xrandr.h \
7852 X11/extensions/Xrender.h \
7853 X11/extensions/xf86vmode.h \
7854 X11/extensions/xf86vmproto.h
7855 do :
7856 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7857 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_X11_XLIB_H
7858 # include <X11/Xlib.h>
7859 #endif
7860 #ifdef HAVE_X11_XUTIL_H
7861 # include <X11/Xutil.h>
7862 #endif
7864 eval as_val=\$$as_ac_Header
7865 if test "x$as_val" = x""yes; then :
7866 cat >>confdefs.h <<_ACEOF
7867 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7868 _ACEOF
7872 done
7875 if test "$ac_cv_header_X11_XKBlib_h" = "yes"
7876 then
7877 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XkbQueryExtension in -lX11" >&5
7878 $as_echo_n "checking for XkbQueryExtension in -lX11... " >&6; }
7879 if test "${ac_cv_lib_X11_XkbQueryExtension+set}" = set; then :
7880 $as_echo_n "(cached) " >&6
7881 else
7882 ac_check_lib_save_LIBS=$LIBS
7883 LIBS="-lX11 $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
7884 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7885 /* end confdefs.h. */
7887 /* Override any GCC internal prototype to avoid an error.
7888 Use char because int might match the return type of a GCC
7889 builtin and then its argument prototype would still apply. */
7890 #ifdef __cplusplus
7891 extern "C"
7892 #endif
7893 char XkbQueryExtension ();
7895 main ()
7897 return XkbQueryExtension ();
7899 return 0;
7901 _ACEOF
7902 if ac_fn_c_try_link "$LINENO"; then :
7903 ac_cv_lib_X11_XkbQueryExtension=yes
7904 else
7905 ac_cv_lib_X11_XkbQueryExtension=no
7907 rm -f core conftest.err conftest.$ac_objext \
7908 conftest$ac_exeext conftest.$ac_ext
7909 LIBS=$ac_check_lib_save_LIBS
7911 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_X11_XkbQueryExtension" >&5
7912 $as_echo "$ac_cv_lib_X11_XkbQueryExtension" >&6; }
7913 if test "x$ac_cv_lib_X11_XkbQueryExtension" = x""yes; then :
7915 $as_echo "#define HAVE_XKB 1" >>confdefs.h
7921 if test "$ac_cv_header_X11_Xcursor_Xcursor_h" = "yes"
7922 then
7923 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXcursor" >&5
7924 $as_echo_n "checking for -lXcursor... " >&6; }
7925 if test "${ac_cv_lib_soname_Xcursor+set}" = set; then :
7926 $as_echo_n "(cached) " >&6
7927 else
7928 ac_check_soname_save_LIBS=$LIBS
7929 LIBS="-lXcursor $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
7930 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7931 /* end confdefs.h. */
7933 /* Override any GCC internal prototype to avoid an error.
7934 Use char because int might match the return type of a GCC
7935 builtin and then its argument prototype would still apply. */
7936 #ifdef __cplusplus
7937 extern "C"
7938 #endif
7939 char XcursorImageLoadCursor ();
7941 main ()
7943 return XcursorImageLoadCursor ();
7945 return 0;
7947 _ACEOF
7948 if ac_fn_c_try_link "$LINENO"; then :
7949 case "$LIBEXT" in
7950 dll) ac_cv_lib_soname_Xcursor=`$ac_cv_path_LDD conftest.exe | grep "Xcursor" | sed -e "s/dll.*/dll/"';2,$d'` ;;
7951 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'` ;;
7952 *) ac_cv_lib_soname_Xcursor=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcursor\\.$LIBEXT" | sed -e "s/^.*\(libXcursor\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
7953 esac
7955 rm -f core conftest.err conftest.$ac_objext \
7956 conftest$ac_exeext conftest.$ac_ext
7957 LIBS=$ac_check_soname_save_LIBS
7959 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then :
7960 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
7961 $as_echo "not found" >&6; }
7963 else
7964 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xcursor" >&5
7965 $as_echo "$ac_cv_lib_soname_Xcursor" >&6; }
7967 cat >>confdefs.h <<_ACEOF
7968 #define SONAME_LIBXCURSOR "$ac_cv_lib_soname_Xcursor"
7969 _ACEOF
7974 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then :
7975 case "x$with_xcursor" in
7976 x) as_fn_append wine_notices "|libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported." ;;
7977 xno) ;;
7978 *) as_fn_error "libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
7979 This is an error since --with-xcursor was requested." "$LINENO" 5 ;;
7980 esac
7983 if test "$ac_cv_header_X11_extensions_XInput_h" = "yes"
7984 then
7985 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXi" >&5
7986 $as_echo_n "checking for -lXi... " >&6; }
7987 if test "${ac_cv_lib_soname_Xi+set}" = set; then :
7988 $as_echo_n "(cached) " >&6
7989 else
7990 ac_check_soname_save_LIBS=$LIBS
7991 LIBS="-lXi $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
7992 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7993 /* end confdefs.h. */
7995 /* Override any GCC internal prototype to avoid an error.
7996 Use char because int might match the return type of a GCC
7997 builtin and then its argument prototype would still apply. */
7998 #ifdef __cplusplus
7999 extern "C"
8000 #endif
8001 char XOpenDevice ();
8003 main ()
8005 return XOpenDevice ();
8007 return 0;
8009 _ACEOF
8010 if ac_fn_c_try_link "$LINENO"; then :
8011 case "$LIBEXT" in
8012 dll) ac_cv_lib_soname_Xi=`$ac_cv_path_LDD conftest.exe | grep "Xi" | sed -e "s/dll.*/dll/"';2,$d'` ;;
8013 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'` ;;
8014 *) ac_cv_lib_soname_Xi=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXi\\.$LIBEXT" | sed -e "s/^.*\(libXi\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8015 esac
8017 rm -f core conftest.err conftest.$ac_objext \
8018 conftest$ac_exeext conftest.$ac_ext
8019 LIBS=$ac_check_soname_save_LIBS
8021 if test "x$ac_cv_lib_soname_Xi" = "x"; then :
8022 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8023 $as_echo "not found" >&6; }
8025 else
8026 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xi" >&5
8027 $as_echo "$ac_cv_lib_soname_Xi" >&6; }
8029 cat >>confdefs.h <<_ACEOF
8030 #define SONAME_LIBXI "$ac_cv_lib_soname_Xi"
8031 _ACEOF
8036 if test "x$ac_cv_lib_soname_Xi" = "x"; then :
8037 case "x$with_xinput" in
8038 x) as_fn_append wine_notices "|libxi ${notice_platform}development files not found, the Xinput extension won't be supported." ;;
8039 xno) ;;
8040 *) as_fn_error "libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
8041 This is an error since --with-xinput was requested." "$LINENO" 5 ;;
8042 esac
8045 if test "$ac_cv_header_X11_extensions_XShm_h" = "yes"
8046 then
8047 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XShmQueryExtension in -lXext" >&5
8048 $as_echo_n "checking for XShmQueryExtension in -lXext... " >&6; }
8049 if test "${ac_cv_lib_Xext_XShmQueryExtension+set}" = set; then :
8050 $as_echo_n "(cached) " >&6
8051 else
8052 ac_check_lib_save_LIBS=$LIBS
8053 LIBS="-lXext $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8054 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8055 /* end confdefs.h. */
8057 /* Override any GCC internal prototype to avoid an error.
8058 Use char because int might match the return type of a GCC
8059 builtin and then its argument prototype would still apply. */
8060 #ifdef __cplusplus
8061 extern "C"
8062 #endif
8063 char XShmQueryExtension ();
8065 main ()
8067 return XShmQueryExtension ();
8069 return 0;
8071 _ACEOF
8072 if ac_fn_c_try_link "$LINENO"; then :
8073 ac_cv_lib_Xext_XShmQueryExtension=yes
8074 else
8075 ac_cv_lib_Xext_XShmQueryExtension=no
8077 rm -f core conftest.err conftest.$ac_objext \
8078 conftest$ac_exeext conftest.$ac_ext
8079 LIBS=$ac_check_lib_save_LIBS
8081 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xext_XShmQueryExtension" >&5
8082 $as_echo "$ac_cv_lib_Xext_XShmQueryExtension" >&6; }
8083 if test "x$ac_cv_lib_Xext_XShmQueryExtension" = x""yes; then :
8085 $as_echo "#define HAVE_LIBXXSHM 1" >>confdefs.h
8090 if test "$ac_cv_lib_Xext_XShmQueryExtension" != "yes"; then :
8091 case "x$with_xshm" in
8092 x) as_fn_append wine_notices "|XShm ${notice_platform}development files not found, X Shared Memory won't be supported." ;;
8093 xno) ;;
8094 *) as_fn_error "XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
8095 This is an error since --with-xshm was requested." "$LINENO" 5 ;;
8096 esac
8099 if test "$ac_cv_header_X11_extensions_shape_h" = "yes"
8100 then
8101 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XShapeQueryExtension in -lXext" >&5
8102 $as_echo_n "checking for XShapeQueryExtension in -lXext... " >&6; }
8103 if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then :
8104 $as_echo_n "(cached) " >&6
8105 else
8106 ac_check_lib_save_LIBS=$LIBS
8107 LIBS="-lXext $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8108 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8109 /* end confdefs.h. */
8111 /* Override any GCC internal prototype to avoid an error.
8112 Use char because int might match the return type of a GCC
8113 builtin and then its argument prototype would still apply. */
8114 #ifdef __cplusplus
8115 extern "C"
8116 #endif
8117 char XShapeQueryExtension ();
8119 main ()
8121 return XShapeQueryExtension ();
8123 return 0;
8125 _ACEOF
8126 if ac_fn_c_try_link "$LINENO"; then :
8127 ac_cv_lib_Xext_XShapeQueryExtension=yes
8128 else
8129 ac_cv_lib_Xext_XShapeQueryExtension=no
8131 rm -f core conftest.err conftest.$ac_objext \
8132 conftest$ac_exeext conftest.$ac_ext
8133 LIBS=$ac_check_lib_save_LIBS
8135 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
8136 $as_echo "$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
8137 if test "x$ac_cv_lib_Xext_XShapeQueryExtension" = x""yes; then :
8139 $as_echo "#define HAVE_LIBXSHAPE 1" >>confdefs.h
8144 if test "$ac_cv_lib_Xext_XShapeQueryExtension" != "yes"; then :
8145 case "x$with_xshape" in
8146 x) as_fn_append wine_notices "|XShape ${notice_platform}development files not found, XShape won't be supported." ;;
8147 xno) ;;
8148 *) as_fn_error "XShape ${notice_platform}development files not found, XShape won't be supported.
8149 This is an error since --with-xshape was requested." "$LINENO" 5 ;;
8150 esac
8153 if test "$ac_cv_header_X11_extensions_xf86vmode_h" = "yes" -o "$ac_cv_header_X11_extensions_xf86vmproto_h" = "yes"
8154 then
8155 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXxf86vm" >&5
8156 $as_echo_n "checking for -lXxf86vm... " >&6; }
8157 if test "${ac_cv_lib_soname_Xxf86vm+set}" = set; then :
8158 $as_echo_n "(cached) " >&6
8159 else
8160 ac_check_soname_save_LIBS=$LIBS
8161 LIBS="-lXxf86vm $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8162 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8163 /* end confdefs.h. */
8165 /* Override any GCC internal prototype to avoid an error.
8166 Use char because int might match the return type of a GCC
8167 builtin and then its argument prototype would still apply. */
8168 #ifdef __cplusplus
8169 extern "C"
8170 #endif
8171 char XF86VidModeQueryExtension ();
8173 main ()
8175 return XF86VidModeQueryExtension ();
8177 return 0;
8179 _ACEOF
8180 if ac_fn_c_try_link "$LINENO"; then :
8181 case "$LIBEXT" in
8182 dll) ac_cv_lib_soname_Xxf86vm=`$ac_cv_path_LDD conftest.exe | grep "Xxf86vm" | sed -e "s/dll.*/dll/"';2,$d'` ;;
8183 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'` ;;
8184 *) ac_cv_lib_soname_Xxf86vm=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\(libXxf86vm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8185 esac
8187 rm -f core conftest.err conftest.$ac_objext \
8188 conftest$ac_exeext conftest.$ac_ext
8189 LIBS=$ac_check_soname_save_LIBS
8191 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then :
8192 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8193 $as_echo "not found" >&6; }
8195 else
8196 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xxf86vm" >&5
8197 $as_echo "$ac_cv_lib_soname_Xxf86vm" >&6; }
8199 cat >>confdefs.h <<_ACEOF
8200 #define SONAME_LIBXXF86VM "$ac_cv_lib_soname_Xxf86vm"
8201 _ACEOF
8206 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then :
8207 case "x$with_xxf86vm" in
8208 x) as_fn_append wine_notices "|libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported." ;;
8209 xno) ;;
8210 *) as_fn_error "libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
8211 This is an error since --with-xxf86vm was requested." "$LINENO" 5 ;;
8212 esac
8215 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"
8216 then
8217 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXrender" >&5
8218 $as_echo_n "checking for -lXrender... " >&6; }
8219 if test "${ac_cv_lib_soname_Xrender+set}" = set; then :
8220 $as_echo_n "(cached) " >&6
8221 else
8222 ac_check_soname_save_LIBS=$LIBS
8223 LIBS="-lXrender $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8224 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8225 /* end confdefs.h. */
8227 /* Override any GCC internal prototype to avoid an error.
8228 Use char because int might match the return type of a GCC
8229 builtin and then its argument prototype would still apply. */
8230 #ifdef __cplusplus
8231 extern "C"
8232 #endif
8233 char XRenderQueryExtension ();
8235 main ()
8237 return XRenderQueryExtension ();
8239 return 0;
8241 _ACEOF
8242 if ac_fn_c_try_link "$LINENO"; then :
8243 case "$LIBEXT" in
8244 dll) ac_cv_lib_soname_Xrender=`$ac_cv_path_LDD conftest.exe | grep "Xrender" | sed -e "s/dll.*/dll/"';2,$d'` ;;
8245 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'` ;;
8246 *) ac_cv_lib_soname_Xrender=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrender\\.$LIBEXT" | sed -e "s/^.*\(libXrender\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8247 esac
8249 rm -f core conftest.err conftest.$ac_objext \
8250 conftest$ac_exeext conftest.$ac_ext
8251 LIBS=$ac_check_soname_save_LIBS
8253 if test "x$ac_cv_lib_soname_Xrender" = "x"; then :
8254 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8255 $as_echo "not found" >&6; }
8257 else
8258 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xrender" >&5
8259 $as_echo "$ac_cv_lib_soname_Xrender" >&6; }
8261 cat >>confdefs.h <<_ACEOF
8262 #define SONAME_LIBXRENDER "$ac_cv_lib_soname_Xrender"
8263 _ACEOF
8265 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XRenderSetPictureTransform in -lXrender" >&5
8266 $as_echo_n "checking for XRenderSetPictureTransform in -lXrender... " >&6; }
8267 if test "${ac_cv_lib_Xrender_XRenderSetPictureTransform+set}" = set; then :
8268 $as_echo_n "(cached) " >&6
8269 else
8270 ac_check_lib_save_LIBS=$LIBS
8271 LIBS="-lXrender $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8272 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8273 /* end confdefs.h. */
8275 /* Override any GCC internal prototype to avoid an error.
8276 Use char because int might match the return type of a GCC
8277 builtin and then its argument prototype would still apply. */
8278 #ifdef __cplusplus
8279 extern "C"
8280 #endif
8281 char XRenderSetPictureTransform ();
8283 main ()
8285 return XRenderSetPictureTransform ();
8287 return 0;
8289 _ACEOF
8290 if ac_fn_c_try_link "$LINENO"; then :
8291 ac_cv_lib_Xrender_XRenderSetPictureTransform=yes
8292 else
8293 ac_cv_lib_Xrender_XRenderSetPictureTransform=no
8295 rm -f core conftest.err conftest.$ac_objext \
8296 conftest$ac_exeext conftest.$ac_ext
8297 LIBS=$ac_check_lib_save_LIBS
8299 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xrender_XRenderSetPictureTransform" >&5
8300 $as_echo "$ac_cv_lib_Xrender_XRenderSetPictureTransform" >&6; }
8301 if test "x$ac_cv_lib_Xrender_XRenderSetPictureTransform" = x""yes; then :
8303 $as_echo "#define HAVE_XRENDERSETPICTURETRANSFORM 1" >>confdefs.h
8310 if test "x$ac_cv_lib_soname_Xrender" = "x"; then :
8311 case "x$with_xrender" in
8312 x) as_fn_append wine_warnings "|libxrender ${notice_platform}development files not found, XRender won't be supported." ;;
8313 xno) ;;
8314 *) as_fn_error "libxrender ${notice_platform}development files not found, XRender won't be supported.
8315 This is an error since --with-xrender was requested." "$LINENO" 5 ;;
8316 esac
8319 if test "$ac_cv_header_X11_extensions_Xrandr_h" = "yes" -a "x$ac_cv_lib_soname_Xrender" != "x"
8320 then
8321 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8322 /* end confdefs.h. */
8323 #include <X11/Xlib.h>
8324 #include <X11/extensions/Xrandr.h>
8326 main ()
8328 static typeof(XRRSetScreenConfigAndRate) * func;
8330 return 0;
8332 _ACEOF
8333 if ac_fn_c_try_compile "$LINENO"; then :
8334 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXrandr" >&5
8335 $as_echo_n "checking for -lXrandr... " >&6; }
8336 if test "${ac_cv_lib_soname_Xrandr+set}" = set; then :
8337 $as_echo_n "(cached) " >&6
8338 else
8339 ac_check_soname_save_LIBS=$LIBS
8340 LIBS="-lXrandr $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8341 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8342 /* end confdefs.h. */
8344 /* Override any GCC internal prototype to avoid an error.
8345 Use char because int might match the return type of a GCC
8346 builtin and then its argument prototype would still apply. */
8347 #ifdef __cplusplus
8348 extern "C"
8349 #endif
8350 char XRRQueryExtension ();
8352 main ()
8354 return XRRQueryExtension ();
8356 return 0;
8358 _ACEOF
8359 if ac_fn_c_try_link "$LINENO"; then :
8360 case "$LIBEXT" in
8361 dll) ac_cv_lib_soname_Xrandr=`$ac_cv_path_LDD conftest.exe | grep "Xrandr" | sed -e "s/dll.*/dll/"';2,$d'` ;;
8362 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'` ;;
8363 *) ac_cv_lib_soname_Xrandr=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrandr\\.$LIBEXT" | sed -e "s/^.*\(libXrandr\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8364 esac
8366 rm -f core conftest.err conftest.$ac_objext \
8367 conftest$ac_exeext conftest.$ac_ext
8368 LIBS=$ac_check_soname_save_LIBS
8370 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then :
8371 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8372 $as_echo "not found" >&6; }
8374 else
8375 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xrandr" >&5
8376 $as_echo "$ac_cv_lib_soname_Xrandr" >&6; }
8378 cat >>confdefs.h <<_ACEOF
8379 #define SONAME_LIBXRANDR "$ac_cv_lib_soname_Xrandr"
8380 _ACEOF
8385 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8387 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then :
8388 case "x$with_xrandr" in
8389 x) as_fn_append wine_notices "|libxrandr ${notice_platform}development files not found, XRandr won't be supported." ;;
8390 xno) ;;
8391 *) as_fn_error "libxrandr ${notice_platform}development files not found, XRandr won't be supported.
8392 This is an error since --with-xrandr was requested." "$LINENO" 5 ;;
8393 esac
8396 if test "$ac_cv_header_X11_extensions_Xinerama_h" = "yes"
8397 then
8398 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8399 /* end confdefs.h. */
8400 #include <X11/Xlib.h>
8401 #include <X11/extensions/Xinerama.h>
8403 main ()
8405 static typeof(XineramaQueryScreens) * func;
8407 return 0;
8409 _ACEOF
8410 if ac_fn_c_try_compile "$LINENO"; then :
8411 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXinerama" >&5
8412 $as_echo_n "checking for -lXinerama... " >&6; }
8413 if test "${ac_cv_lib_soname_Xinerama+set}" = set; then :
8414 $as_echo_n "(cached) " >&6
8415 else
8416 ac_check_soname_save_LIBS=$LIBS
8417 LIBS="-lXinerama $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8418 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8419 /* end confdefs.h. */
8421 /* Override any GCC internal prototype to avoid an error.
8422 Use char because int might match the return type of a GCC
8423 builtin and then its argument prototype would still apply. */
8424 #ifdef __cplusplus
8425 extern "C"
8426 #endif
8427 char XineramaQueryScreens ();
8429 main ()
8431 return XineramaQueryScreens ();
8433 return 0;
8435 _ACEOF
8436 if ac_fn_c_try_link "$LINENO"; then :
8437 case "$LIBEXT" in
8438 dll) ac_cv_lib_soname_Xinerama=`$ac_cv_path_LDD conftest.exe | grep "Xinerama" | sed -e "s/dll.*/dll/"';2,$d'` ;;
8439 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'` ;;
8440 *) ac_cv_lib_soname_Xinerama=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXinerama\\.$LIBEXT" | sed -e "s/^.*\(libXinerama\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8441 esac
8443 rm -f core conftest.err conftest.$ac_objext \
8444 conftest$ac_exeext conftest.$ac_ext
8445 LIBS=$ac_check_soname_save_LIBS
8447 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then :
8448 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8449 $as_echo "not found" >&6; }
8451 else
8452 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xinerama" >&5
8453 $as_echo "$ac_cv_lib_soname_Xinerama" >&6; }
8455 cat >>confdefs.h <<_ACEOF
8456 #define SONAME_LIBXINERAMA "$ac_cv_lib_soname_Xinerama"
8457 _ACEOF
8462 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8464 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then :
8465 case "x$with_xinerama" in
8466 x) as_fn_append wine_notices "|libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported." ;;
8467 xno) ;;
8468 *) as_fn_error "libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
8469 This is an error since --with-xinerama was requested." "$LINENO" 5 ;;
8470 esac
8473 if test "$ac_cv_header_X11_extensions_Xcomposite_h" = "yes"
8474 then
8475 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXcomposite" >&5
8476 $as_echo_n "checking for -lXcomposite... " >&6; }
8477 if test "${ac_cv_lib_soname_Xcomposite+set}" = set; then :
8478 $as_echo_n "(cached) " >&6
8479 else
8480 ac_check_soname_save_LIBS=$LIBS
8481 LIBS="-lXcomposite $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8482 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8483 /* end confdefs.h. */
8485 /* Override any GCC internal prototype to avoid an error.
8486 Use char because int might match the return type of a GCC
8487 builtin and then its argument prototype would still apply. */
8488 #ifdef __cplusplus
8489 extern "C"
8490 #endif
8491 char XCompositeRedirectWindow ();
8493 main ()
8495 return XCompositeRedirectWindow ();
8497 return 0;
8499 _ACEOF
8500 if ac_fn_c_try_link "$LINENO"; then :
8501 case "$LIBEXT" in
8502 dll) ac_cv_lib_soname_Xcomposite=`$ac_cv_path_LDD conftest.exe | grep "Xcomposite" | sed -e "s/dll.*/dll/"';2,$d'` ;;
8503 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'` ;;
8504 *) ac_cv_lib_soname_Xcomposite=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcomposite\\.$LIBEXT" | sed -e "s/^.*\(libXcomposite\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8505 esac
8507 rm -f core conftest.err conftest.$ac_objext \
8508 conftest$ac_exeext conftest.$ac_ext
8509 LIBS=$ac_check_soname_save_LIBS
8511 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then :
8512 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8513 $as_echo "not found" >&6; }
8515 else
8516 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xcomposite" >&5
8517 $as_echo "$ac_cv_lib_soname_Xcomposite" >&6; }
8519 cat >>confdefs.h <<_ACEOF
8520 #define SONAME_LIBXCOMPOSITE "$ac_cv_lib_soname_Xcomposite"
8521 _ACEOF
8526 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then :
8527 case "x$with_xcomposite" in
8528 x) as_fn_append wine_notices "|libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported." ;;
8529 xno) ;;
8530 *) as_fn_error "libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
8531 This is an error since --with-xcomposite was requested." "$LINENO" 5 ;;
8532 esac
8535 ac_fn_c_check_member "$LINENO" "XICCallback" "callback" "ac_cv_member_XICCallback_callback" "#ifdef HAVE_X11_XLIB_H
8536 #include <X11/Xlib.h>
8537 #endif
8539 if test "x$ac_cv_member_XICCallback_callback" = x""yes; then :
8541 cat >>confdefs.h <<_ACEOF
8542 #define HAVE_XICCALLBACK_CALLBACK 1
8543 _ACEOF
8550 opengl_msg=""
8551 if test "x$with_opengl" != "xno"
8552 then
8553 for ac_header in GL/gl.h GL/glx.h GL/glu.h
8554 do :
8555 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8556 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_GL_GLX_H
8557 # include <GL/glx.h>
8558 #endif
8560 eval as_val=\$$as_ac_Header
8561 if test "x$as_val" = x""yes; then :
8562 cat >>confdefs.h <<_ACEOF
8563 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8564 _ACEOF
8568 done
8570 if test "$ac_cv_header_GL_gl_h" = "yes" -a "$ac_cv_header_GL_glx_h" = "yes"
8571 then
8572 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for up-to-date OpenGL version" >&5
8573 $as_echo_n "checking for up-to-date OpenGL version... " >&6; }
8574 if test "${wine_cv_opengl_header_version_OK+set}" = set; then :
8575 $as_echo_n "(cached) " >&6
8576 else
8577 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8578 /* end confdefs.h. */
8579 #include <GL/gl.h>
8581 main ()
8583 GLenum test = GL_UNSIGNED_SHORT_5_6_5;
8585 return 0;
8587 _ACEOF
8588 if ac_fn_c_try_compile "$LINENO"; then :
8589 wine_cv_opengl_header_version_OK="yes"
8590 else
8591 wine_cv_opengl_header_version_OK="no"
8593 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8595 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_opengl_header_version_OK" >&5
8596 $as_echo "$wine_cv_opengl_header_version_OK" >&6; }
8598 if test "$wine_cv_opengl_header_version_OK" = "yes"
8599 then
8600 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGL" >&5
8601 $as_echo_n "checking for -lGL... " >&6; }
8602 if test "${ac_cv_lib_soname_GL+set}" = set; then :
8603 $as_echo_n "(cached) " >&6
8604 else
8605 ac_check_soname_save_LIBS=$LIBS
8606 LIBS="-lGL $X_LIBS $XLIB -lm $X_EXTRA_LIBS $LIBS"
8607 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8608 /* end confdefs.h. */
8610 /* Override any GCC internal prototype to avoid an error.
8611 Use char because int might match the return type of a GCC
8612 builtin and then its argument prototype would still apply. */
8613 #ifdef __cplusplus
8614 extern "C"
8615 #endif
8616 char glXCreateContext ();
8618 main ()
8620 return glXCreateContext ();
8622 return 0;
8624 _ACEOF
8625 if ac_fn_c_try_link "$LINENO"; then :
8626 case "$LIBEXT" in
8627 dll) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest.exe | grep "GL" | sed -e "s/dll.*/dll/"';2,$d'` ;;
8628 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'` ;;
8629 *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8630 esac
8632 rm -f core conftest.err conftest.$ac_objext \
8633 conftest$ac_exeext conftest.$ac_ext
8634 LIBS=$ac_check_soname_save_LIBS
8636 if test "x$ac_cv_lib_soname_GL" = "x"; then :
8637 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8638 $as_echo "not found" >&6; }
8639 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGL" >&5
8640 $as_echo_n "checking for -lGL... " >&6; }
8641 if test "${ac_cv_lib_soname_GL+set}" = set; then :
8642 $as_echo_n "(cached) " >&6
8643 else
8644 ac_check_soname_save_LIBS=$LIBS
8645 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"
8646 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8647 /* end confdefs.h. */
8649 /* Override any GCC internal prototype to avoid an error.
8650 Use char because int might match the return type of a GCC
8651 builtin and then its argument prototype would still apply. */
8652 #ifdef __cplusplus
8653 extern "C"
8654 #endif
8655 char glXCreateContext ();
8657 main ()
8659 return glXCreateContext ();
8661 return 0;
8663 _ACEOF
8664 if ac_fn_c_try_link "$LINENO"; then :
8665 case "$LIBEXT" in
8666 dll) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest.exe | grep "GL" | sed -e "s/dll.*/dll/"';2,$d'` ;;
8667 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'` ;;
8668 *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8669 esac
8671 rm -f core conftest.err conftest.$ac_objext \
8672 conftest$ac_exeext conftest.$ac_ext
8673 LIBS=$ac_check_soname_save_LIBS
8675 if test "x$ac_cv_lib_soname_GL" = "x"; then :
8676 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8677 $as_echo "not found" >&6; }
8678 if test -f /usr/X11R6/lib/libGL.a
8679 then
8680 opengl_msg="/usr/X11R6/lib/libGL.a is present on your system.
8681 This probably prevents linking to OpenGL. Try deleting the file and restarting configure."
8682 else
8683 opengl_msg="No OpenGL library found on this system."
8685 else
8686 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GL" >&5
8687 $as_echo "$ac_cv_lib_soname_GL" >&6; }
8689 cat >>confdefs.h <<_ACEOF
8690 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
8691 _ACEOF
8693 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"
8695 $as_echo "#define HAVE_OPENGL 1" >>confdefs.h
8698 else
8699 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GL" >&5
8700 $as_echo "$ac_cv_lib_soname_GL" >&6; }
8702 cat >>confdefs.h <<_ACEOF
8703 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
8704 _ACEOF
8706 OPENGL_LIBS="-lGL"
8708 $as_echo "#define HAVE_OPENGL 1" >>confdefs.h
8711 if test "$ac_cv_header_GL_glu_h" = "yes"
8712 then
8713 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGLU" >&5
8714 $as_echo_n "checking for -lGLU... " >&6; }
8715 if test "${ac_cv_lib_soname_GLU+set}" = set; then :
8716 $as_echo_n "(cached) " >&6
8717 else
8718 ac_check_soname_save_LIBS=$LIBS
8719 LIBS="-lGLU $OPENGL_LIBS $X_LIBS $X_PRE_LIBS $XLIB -lm $X_EXTRA_LIBS $LIBS"
8720 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8721 /* end confdefs.h. */
8723 /* Override any GCC internal prototype to avoid an error.
8724 Use char because int might match the return type of a GCC
8725 builtin and then its argument prototype would still apply. */
8726 #ifdef __cplusplus
8727 extern "C"
8728 #endif
8729 char gluLookAt ();
8731 main ()
8733 return gluLookAt ();
8735 return 0;
8737 _ACEOF
8738 if ac_fn_c_try_link "$LINENO"; then :
8739 case "$LIBEXT" in
8740 dll) ac_cv_lib_soname_GLU=`$ac_cv_path_LDD conftest.exe | grep "GLU" | sed -e "s/dll.*/dll/"';2,$d'` ;;
8741 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'` ;;
8742 *) ac_cv_lib_soname_GLU=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGLU\\.$LIBEXT" | sed -e "s/^.*\(libGLU\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8743 esac
8745 rm -f core conftest.err conftest.$ac_objext \
8746 conftest$ac_exeext conftest.$ac_ext
8747 LIBS=$ac_check_soname_save_LIBS
8749 if test "x$ac_cv_lib_soname_GLU" = "x"; then :
8750 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8751 $as_echo "not found" >&6; }
8753 else
8754 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GLU" >&5
8755 $as_echo "$ac_cv_lib_soname_GLU" >&6; }
8757 cat >>confdefs.h <<_ACEOF
8758 #define SONAME_LIBGLU "$ac_cv_lib_soname_GLU"
8759 _ACEOF
8764 if test "x$ac_cv_lib_soname_GLU" = "x"; then :
8765 case "x$with_glu" in
8766 x) as_fn_append wine_notices "|libGLU ${notice_platform}development files not found, GLU won't be supported." ;;
8767 xno) ;;
8768 *) as_fn_error "libGLU ${notice_platform}development files not found, GLU won't be supported.
8769 This is an error since --with-glu was requested." "$LINENO" 5 ;;
8770 esac
8772 else
8773 opengl_msg="Old Mesa headers detected. Consider upgrading your Mesa libraries."
8775 else
8776 opengl_msg="OpenGL development headers not found."
8778 test -n "$opengl_msg" && enable_opengl32=${enable_opengl32:-no}
8779 test "x$ac_cv_lib_soname_GLU" = "x" && enable_glu32=${enable_glu32:-no}
8780 else
8781 enable_opengl32=${enable_opengl32:-no}
8782 enable_glu32=${enable_glu32:-no}
8784 if test -n "$opengl_msg"; then :
8785 case "x$with_opengl" in
8786 x) as_fn_append wine_warnings "|$opengl_msg
8787 OpenGL and Direct3D won't be supported." ;;
8788 xno) ;;
8789 *) as_fn_error "$opengl_msg
8790 OpenGL and Direct3D won't be supported.
8791 This is an error since --with-opengl was requested." "$LINENO" 5 ;;
8792 esac
8795 NASLIBS=""
8797 for ac_header in audio/audiolib.h
8798 do :
8799 ac_fn_c_check_header_mongrel "$LINENO" "audio/audiolib.h" "ac_cv_header_audio_audiolib_h" "$ac_includes_default"
8800 if test "x$ac_cv_header_audio_audiolib_h" = x""yes; then :
8801 cat >>confdefs.h <<_ACEOF
8802 #define HAVE_AUDIO_AUDIOLIB_H 1
8803 _ACEOF
8804 for ac_header in audio/soundlib.h
8805 do :
8806 ac_fn_c_check_header_compile "$LINENO" "audio/soundlib.h" "ac_cv_header_audio_soundlib_h" "#include <audio/audiolib.h>
8808 if test "x$ac_cv_header_audio_soundlib_h" = x""yes; then :
8809 cat >>confdefs.h <<_ACEOF
8810 #define HAVE_AUDIO_SOUNDLIB_H 1
8811 _ACEOF
8815 done
8817 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for AuCreateFlow in -laudio" >&5
8818 $as_echo_n "checking for AuCreateFlow in -laudio... " >&6; }
8819 if test "${ac_cv_lib_audio_AuCreateFlow+set}" = set; then :
8820 $as_echo_n "(cached) " >&6
8821 else
8822 ac_check_lib_save_LIBS=$LIBS
8823 LIBS="-laudio -lXt $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8824 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8825 /* end confdefs.h. */
8827 /* Override any GCC internal prototype to avoid an error.
8828 Use char because int might match the return type of a GCC
8829 builtin and then its argument prototype would still apply. */
8830 #ifdef __cplusplus
8831 extern "C"
8832 #endif
8833 char AuCreateFlow ();
8835 main ()
8837 return AuCreateFlow ();
8839 return 0;
8841 _ACEOF
8842 if ac_fn_c_try_link "$LINENO"; then :
8843 ac_cv_lib_audio_AuCreateFlow=yes
8844 else
8845 ac_cv_lib_audio_AuCreateFlow=no
8847 rm -f core conftest.err conftest.$ac_objext \
8848 conftest$ac_exeext conftest.$ac_ext
8849 LIBS=$ac_check_lib_save_LIBS
8851 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_audio_AuCreateFlow" >&5
8852 $as_echo "$ac_cv_lib_audio_AuCreateFlow" >&6; }
8853 if test "x$ac_cv_lib_audio_AuCreateFlow" = x""yes; then :
8855 $as_echo "#define HAVE_NAS 1" >>confdefs.h
8857 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XauGetBestAuthByAddr in -lXau" >&5
8858 $as_echo_n "checking for XauGetBestAuthByAddr in -lXau... " >&6; }
8859 if test "${ac_cv_lib_Xau_XauGetBestAuthByAddr+set}" = set; then :
8860 $as_echo_n "(cached) " >&6
8861 else
8862 ac_check_lib_save_LIBS=$LIBS
8863 LIBS="-lXau $X_LIBS $LIBS"
8864 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8865 /* end confdefs.h. */
8867 /* Override any GCC internal prototype to avoid an error.
8868 Use char because int might match the return type of a GCC
8869 builtin and then its argument prototype would still apply. */
8870 #ifdef __cplusplus
8871 extern "C"
8872 #endif
8873 char XauGetBestAuthByAddr ();
8875 main ()
8877 return XauGetBestAuthByAddr ();
8879 return 0;
8881 _ACEOF
8882 if ac_fn_c_try_link "$LINENO"; then :
8883 ac_cv_lib_Xau_XauGetBestAuthByAddr=yes
8884 else
8885 ac_cv_lib_Xau_XauGetBestAuthByAddr=no
8887 rm -f core conftest.err conftest.$ac_objext \
8888 conftest$ac_exeext conftest.$ac_ext
8889 LIBS=$ac_check_lib_save_LIBS
8891 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xau_XauGetBestAuthByAddr" >&5
8892 $as_echo "$ac_cv_lib_Xau_XauGetBestAuthByAddr" >&6; }
8893 if test "x$ac_cv_lib_Xau_XauGetBestAuthByAddr" = x""yes; then :
8894 NASLIBS="-lXau -laudio -lXt $X_LIBS $XLIB $X_EXTRA_LIBS"
8895 else
8896 NASLIBS="-laudio -lXt $X_LIBS $XLIB $X_EXTRA_LIBS"
8904 done
8907 CPPFLAGS="$ac_save_CPPFLAGS"
8908 else
8909 XLIB=""
8910 X_CFLAGS=""
8911 X_LIBS=""
8912 enable_winex11_drv=${enable_winex11_drv:-no}
8913 enable_opengl32=${enable_opengl32:-no}
8914 enable_glu32=${enable_glu32:-no}
8916 if test "x$XLIB" = "x"; then :
8917 case "x$with_x" in
8918 xno) ;;
8919 *) as_fn_error "X ${notice_platform}development files not found. Wine will be built
8920 without X support, which probably isn't what you want. You will need to install
8921 ${notice_platform}development packages of Xlib/Xfree86 at the very least.
8922 Use the --without-x option if you really want this." "$LINENO" 5 ;;
8923 esac
8927 XML2LIBS=""
8929 XML2INCL=""
8931 XSLTINCL=""
8933 if test "x$with_xml" != "xno"
8934 then
8935 ac_save_CPPFLAGS="$CPPFLAGS"
8936 if test "$PKG_CONFIG" != "false"
8937 then
8938 ac_xml_libs="`$PKG_CONFIG --libs libxml-2.0 2>/dev/null`"
8939 ac_xml_cflags="`$PKG_CONFIG --cflags libxml-2.0 2>/dev/null`"
8940 else
8941 ac_xml_libs="`xml2-config --libs 2>/dev/null`"
8942 ac_xml_cflags="`xml2-config --cflags 2>/dev/null`"
8944 CPPFLAGS="$CPPFLAGS $ac_xml_cflags"
8945 for ac_header in libxml/parser.h
8946 do :
8947 ac_fn_c_check_header_mongrel "$LINENO" "libxml/parser.h" "ac_cv_header_libxml_parser_h" "$ac_includes_default"
8948 if test "x$ac_cv_header_libxml_parser_h" = x""yes; then :
8949 cat >>confdefs.h <<_ACEOF
8950 #define HAVE_LIBXML_PARSER_H 1
8951 _ACEOF
8952 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlParseMemory in -lxml2" >&5
8953 $as_echo_n "checking for xmlParseMemory in -lxml2... " >&6; }
8954 if test "${ac_cv_lib_xml2_xmlParseMemory+set}" = set; then :
8955 $as_echo_n "(cached) " >&6
8956 else
8957 ac_check_lib_save_LIBS=$LIBS
8958 LIBS="-lxml2 $ac_xml_libs $LIBS"
8959 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8960 /* end confdefs.h. */
8962 /* Override any GCC internal prototype to avoid an error.
8963 Use char because int might match the return type of a GCC
8964 builtin and then its argument prototype would still apply. */
8965 #ifdef __cplusplus
8966 extern "C"
8967 #endif
8968 char xmlParseMemory ();
8970 main ()
8972 return xmlParseMemory ();
8974 return 0;
8976 _ACEOF
8977 if ac_fn_c_try_link "$LINENO"; then :
8978 ac_cv_lib_xml2_xmlParseMemory=yes
8979 else
8980 ac_cv_lib_xml2_xmlParseMemory=no
8982 rm -f core conftest.err conftest.$ac_objext \
8983 conftest$ac_exeext conftest.$ac_ext
8984 LIBS=$ac_check_lib_save_LIBS
8986 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlParseMemory" >&5
8987 $as_echo "$ac_cv_lib_xml2_xmlParseMemory" >&6; }
8988 if test "x$ac_cv_lib_xml2_xmlParseMemory" = x""yes; then :
8990 $as_echo "#define HAVE_LIBXML2 1" >>confdefs.h
8992 XML2LIBS="$ac_xml_libs"
8993 XML2INCL="$ac_xml_cflags"
8996 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlReadMemory in -lxml2" >&5
8997 $as_echo_n "checking for xmlReadMemory in -lxml2... " >&6; }
8998 if test "${ac_cv_lib_xml2_xmlReadMemory+set}" = set; then :
8999 $as_echo_n "(cached) " >&6
9000 else
9001 ac_check_lib_save_LIBS=$LIBS
9002 LIBS="-lxml2 $ac_xml_libs $LIBS"
9003 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9004 /* end confdefs.h. */
9006 /* Override any GCC internal prototype to avoid an error.
9007 Use char because int might match the return type of a GCC
9008 builtin and then its argument prototype would still apply. */
9009 #ifdef __cplusplus
9010 extern "C"
9011 #endif
9012 char xmlReadMemory ();
9014 main ()
9016 return xmlReadMemory ();
9018 return 0;
9020 _ACEOF
9021 if ac_fn_c_try_link "$LINENO"; then :
9022 ac_cv_lib_xml2_xmlReadMemory=yes
9023 else
9024 ac_cv_lib_xml2_xmlReadMemory=no
9026 rm -f core conftest.err conftest.$ac_objext \
9027 conftest$ac_exeext conftest.$ac_ext
9028 LIBS=$ac_check_lib_save_LIBS
9030 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlReadMemory" >&5
9031 $as_echo "$ac_cv_lib_xml2_xmlReadMemory" >&6; }
9032 if test "x$ac_cv_lib_xml2_xmlReadMemory" = x""yes; then :
9034 $as_echo "#define HAVE_XMLREADMEMORY 1" >>confdefs.h
9038 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlNewDocPI in -lxml2" >&5
9039 $as_echo_n "checking for xmlNewDocPI in -lxml2... " >&6; }
9040 if test "${ac_cv_lib_xml2_xmlNewDocPI+set}" = set; then :
9041 $as_echo_n "(cached) " >&6
9042 else
9043 ac_check_lib_save_LIBS=$LIBS
9044 LIBS="-lxml2 $ac_xml_libs $LIBS"
9045 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9046 /* end confdefs.h. */
9048 /* Override any GCC internal prototype to avoid an error.
9049 Use char because int might match the return type of a GCC
9050 builtin and then its argument prototype would still apply. */
9051 #ifdef __cplusplus
9052 extern "C"
9053 #endif
9054 char xmlNewDocPI ();
9056 main ()
9058 return xmlNewDocPI ();
9060 return 0;
9062 _ACEOF
9063 if ac_fn_c_try_link "$LINENO"; then :
9064 ac_cv_lib_xml2_xmlNewDocPI=yes
9065 else
9066 ac_cv_lib_xml2_xmlNewDocPI=no
9068 rm -f core conftest.err conftest.$ac_objext \
9069 conftest$ac_exeext conftest.$ac_ext
9070 LIBS=$ac_check_lib_save_LIBS
9072 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlNewDocPI" >&5
9073 $as_echo "$ac_cv_lib_xml2_xmlNewDocPI" >&6; }
9074 if test "x$ac_cv_lib_xml2_xmlNewDocPI" = x""yes; then :
9076 $as_echo "#define HAVE_XMLNEWDOCPI 1" >>confdefs.h
9083 done
9085 CPPFLAGS="$ac_save_CPPFLAGS"
9087 if test "$ac_cv_lib_xml2_xmlParseMemory" != "yes"; then :
9088 case "x$with_xml" in
9089 x) as_fn_append wine_warnings "|libxml2 ${notice_platform}development files not found, XML won't be supported." ;;
9090 xno) ;;
9091 *) as_fn_error "libxml2 ${notice_platform}development files not found, XML won't be supported.
9092 This is an error since --with-xml was requested." "$LINENO" 5 ;;
9093 esac
9096 if test "x$with_xslt" != "xno"
9097 then
9098 if test "$PKG_CONFIG" != "false"
9099 then
9100 ac_xslt_libs="`$PKG_CONFIG --libs libxslt 2>/dev/null`"
9101 ac_xslt_cflags="`$PKG_CONFIG --cflags libxslt 2>/dev/null`"
9102 else
9103 ac_xslt_libs="`xslt-config --libs 2>/dev/null`"
9104 ac_xslt_cflags="`xslt-config --cflags 2>/dev/null`"
9106 ac_save_CPPFLAGS="$CPPFLAGS"
9107 CPPFLAGS="$CPPFLAGS $ac_xslt_cflags"
9108 for ac_header in libxslt/pattern.h libxslt/transform.h
9109 do :
9110 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
9111 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_LIBXSLT_PATTERN_H
9112 # include <libxslt/pattern.h>
9113 #endif
9115 eval as_val=\$$as_ac_Header
9116 if test "x$as_val" = x""yes; then :
9117 cat >>confdefs.h <<_ACEOF
9118 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
9119 _ACEOF
9123 done
9125 CPPFLAGS="$ac_save_CPPFLAGS"
9126 if test "$ac_cv_header_libxslt_transform_h" = "yes"
9127 then
9128 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lxslt" >&5
9129 $as_echo_n "checking for -lxslt... " >&6; }
9130 if test "${ac_cv_lib_soname_xslt+set}" = set; then :
9131 $as_echo_n "(cached) " >&6
9132 else
9133 ac_check_soname_save_LIBS=$LIBS
9134 LIBS="-lxslt $ac_xslt_libs $LIBS"
9135 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9136 /* end confdefs.h. */
9138 /* Override any GCC internal prototype to avoid an error.
9139 Use char because int might match the return type of a GCC
9140 builtin and then its argument prototype would still apply. */
9141 #ifdef __cplusplus
9142 extern "C"
9143 #endif
9144 char xsltCompilePattern ();
9146 main ()
9148 return xsltCompilePattern ();
9150 return 0;
9152 _ACEOF
9153 if ac_fn_c_try_link "$LINENO"; then :
9154 case "$LIBEXT" in
9155 dll) ac_cv_lib_soname_xslt=`$ac_cv_path_LDD conftest.exe | grep "xslt" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9156 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'` ;;
9157 *) ac_cv_lib_soname_xslt=`$ac_cv_path_LDD conftest$ac_exeext | grep "libxslt\\.$LIBEXT" | sed -e "s/^.*\(libxslt\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9158 esac
9160 rm -f core conftest.err conftest.$ac_objext \
9161 conftest$ac_exeext conftest.$ac_ext
9162 LIBS=$ac_check_soname_save_LIBS
9164 if test "x$ac_cv_lib_soname_xslt" = "x"; then :
9165 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9166 $as_echo "not found" >&6; }
9168 else
9169 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_xslt" >&5
9170 $as_echo "$ac_cv_lib_soname_xslt" >&6; }
9172 cat >>confdefs.h <<_ACEOF
9173 #define SONAME_LIBXSLT "$ac_cv_lib_soname_xslt"
9174 _ACEOF
9176 XSLTINCL="$ac_xslt_cflags"
9180 if test "x$ac_cv_lib_soname_xslt" = "x"; then :
9181 case "x$with_xslt" in
9182 x) as_fn_append wine_warnings "|libxslt ${notice_platform}development files not found, xslt won't be supported." ;;
9183 xno) ;;
9184 *) as_fn_error "libxslt ${notice_platform}development files not found, xslt won't be supported.
9185 This is an error since --with-xslt was requested." "$LINENO" 5 ;;
9186 esac
9189 HALINCL=""
9191 if test "x$with_hal" != "xno"
9192 then
9193 ac_save_CPPFLAGS="$CPPFLAGS"
9194 if test "$PKG_CONFIG" != "false"
9195 then
9196 ac_hal_libs="`$PKG_CONFIG --libs hal 2>/dev/null`"
9197 ac_hal_cflags="`$PKG_CONFIG --cflags hal 2>/dev/null`"
9198 CPPFLAGS="$CPPFLAGS $ac_hal_cflags"
9200 for ac_header in dbus/dbus.h hal/libhal.h
9201 do :
9202 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
9203 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
9204 eval as_val=\$$as_ac_Header
9205 if test "x$as_val" = x""yes; then :
9206 cat >>confdefs.h <<_ACEOF
9207 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
9208 _ACEOF
9212 done
9214 if test "$ac_cv_header_dbus_dbus_h" = "yes" -a "$ac_cv_header_hal_libhal_h" = "yes"
9215 then
9216 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dbus_connection_close in -ldbus-1" >&5
9217 $as_echo_n "checking for dbus_connection_close in -ldbus-1... " >&6; }
9218 if test "${ac_cv_lib_dbus_1_dbus_connection_close+set}" = set; then :
9219 $as_echo_n "(cached) " >&6
9220 else
9221 ac_check_lib_save_LIBS=$LIBS
9222 LIBS="-ldbus-1 $ac_hal_libs $LIBS"
9223 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9224 /* end confdefs.h. */
9226 /* Override any GCC internal prototype to avoid an error.
9227 Use char because int might match the return type of a GCC
9228 builtin and then its argument prototype would still apply. */
9229 #ifdef __cplusplus
9230 extern "C"
9231 #endif
9232 char dbus_connection_close ();
9234 main ()
9236 return dbus_connection_close ();
9238 return 0;
9240 _ACEOF
9241 if ac_fn_c_try_link "$LINENO"; then :
9242 ac_cv_lib_dbus_1_dbus_connection_close=yes
9243 else
9244 ac_cv_lib_dbus_1_dbus_connection_close=no
9246 rm -f core conftest.err conftest.$ac_objext \
9247 conftest$ac_exeext conftest.$ac_ext
9248 LIBS=$ac_check_lib_save_LIBS
9250 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dbus_1_dbus_connection_close" >&5
9251 $as_echo "$ac_cv_lib_dbus_1_dbus_connection_close" >&6; }
9252 if test "x$ac_cv_lib_dbus_1_dbus_connection_close" = x""yes; then :
9253 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lhal" >&5
9254 $as_echo_n "checking for -lhal... " >&6; }
9255 if test "${ac_cv_lib_soname_hal+set}" = set; then :
9256 $as_echo_n "(cached) " >&6
9257 else
9258 ac_check_soname_save_LIBS=$LIBS
9259 LIBS="-lhal $ac_hal_libs $LIBS"
9260 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9261 /* end confdefs.h. */
9263 /* Override any GCC internal prototype to avoid an error.
9264 Use char because int might match the return type of a GCC
9265 builtin and then its argument prototype would still apply. */
9266 #ifdef __cplusplus
9267 extern "C"
9268 #endif
9269 char libhal_ctx_new ();
9271 main ()
9273 return libhal_ctx_new ();
9275 return 0;
9277 _ACEOF
9278 if ac_fn_c_try_link "$LINENO"; then :
9279 case "$LIBEXT" in
9280 dll) ac_cv_lib_soname_hal=`$ac_cv_path_LDD conftest.exe | grep "hal" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9281 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'` ;;
9282 *) ac_cv_lib_soname_hal=`$ac_cv_path_LDD conftest$ac_exeext | grep "libhal\\.$LIBEXT" | sed -e "s/^.*\(libhal\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9283 esac
9285 rm -f core conftest.err conftest.$ac_objext \
9286 conftest$ac_exeext conftest.$ac_ext
9287 LIBS=$ac_check_soname_save_LIBS
9289 if test "x$ac_cv_lib_soname_hal" = "x"; then :
9290 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9291 $as_echo "not found" >&6; }
9293 else
9294 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_hal" >&5
9295 $as_echo "$ac_cv_lib_soname_hal" >&6; }
9297 cat >>confdefs.h <<_ACEOF
9298 #define SONAME_LIBHAL "$ac_cv_lib_soname_hal"
9299 _ACEOF
9301 HALINCL="$ac_hal_cflags"
9306 CPPFLAGS="$ac_save_CPPFLAGS"
9308 if test "x$ac_cv_lib_soname_hal" = "x"; then :
9309 case "x$with_hal" in
9310 x) as_fn_append wine_notices "|libhal/libdbus ${notice_platform}development files not found, no dynamic device support." ;;
9311 xno) ;;
9312 *) as_fn_error "libhal/libdbus ${notice_platform}development files not found, no dynamic device support.
9313 This is an error since --with-hal was requested." "$LINENO" 5 ;;
9314 esac
9317 if test "x$with_gnutls" != "xno"
9318 then
9319 ac_save_CPPFLAGS="$CPPFLAGS"
9320 if test "$PKG_CONFIG" != "false"
9321 then
9322 ac_gnutls_libs="`$PKG_CONFIG --libs gnutls 2>/dev/null`"
9323 ac_gnutls_cflags="`$PKG_CONFIG --cflags gnutls 2>/dev/null`"
9324 CPPFLAGS="$CPPFLAGS $ac_gnutls_cflags"
9326 ac_fn_c_check_header_mongrel "$LINENO" "gnutls/gnutls.h" "ac_cv_header_gnutls_gnutls_h" "$ac_includes_default"
9327 if test "x$ac_cv_header_gnutls_gnutls_h" = x""yes; then :
9328 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9329 /* end confdefs.h. */
9330 #include <gnutls/gnutls.h>
9332 main ()
9334 typeof(gnutls_mac_get_key_size) *pfunc;
9336 return 0;
9338 _ACEOF
9339 if ac_fn_c_try_compile "$LINENO"; then :
9340 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lgnutls" >&5
9341 $as_echo_n "checking for -lgnutls... " >&6; }
9342 if test "${ac_cv_lib_soname_gnutls+set}" = set; then :
9343 $as_echo_n "(cached) " >&6
9344 else
9345 ac_check_soname_save_LIBS=$LIBS
9346 LIBS="-lgnutls $ac_gnutls_libs $LIBS"
9347 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9348 /* end confdefs.h. */
9350 /* Override any GCC internal prototype to avoid an error.
9351 Use char because int might match the return type of a GCC
9352 builtin and then its argument prototype would still apply. */
9353 #ifdef __cplusplus
9354 extern "C"
9355 #endif
9356 char gnutls_global_init ();
9358 main ()
9360 return gnutls_global_init ();
9362 return 0;
9364 _ACEOF
9365 if ac_fn_c_try_link "$LINENO"; then :
9366 case "$LIBEXT" in
9367 dll) ac_cv_lib_soname_gnutls=`$ac_cv_path_LDD conftest.exe | grep "gnutls" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9368 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'` ;;
9369 *) ac_cv_lib_soname_gnutls=`$ac_cv_path_LDD conftest$ac_exeext | grep "libgnutls\\.$LIBEXT" | sed -e "s/^.*\(libgnutls\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9370 esac
9372 rm -f core conftest.err conftest.$ac_objext \
9373 conftest$ac_exeext conftest.$ac_ext
9374 LIBS=$ac_check_soname_save_LIBS
9376 if test "x$ac_cv_lib_soname_gnutls" = "x"; then :
9377 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9378 $as_echo "not found" >&6; }
9380 else
9381 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_gnutls" >&5
9382 $as_echo "$ac_cv_lib_soname_gnutls" >&6; }
9384 cat >>confdefs.h <<_ACEOF
9385 #define SONAME_LIBGNUTLS "$ac_cv_lib_soname_gnutls"
9386 _ACEOF
9388 GNUTLSINCL="$ac_gnutls_cflags"
9392 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9396 CPPFLAGS="$ac_save_CPPFLAGS"
9398 if test "x$ac_cv_lib_soname_gnutls" = "x"; then :
9399 case "x$with_gnutls" in
9400 x) as_fn_append wine_notices "|libgnutls ${notice_platform}development files not found, no schannel support." ;;
9401 xno) ;;
9402 *) as_fn_error "libgnutls ${notice_platform}development files not found, no schannel support.
9403 This is an error since --with-gnutls was requested." "$LINENO" 5 ;;
9404 esac
9407 CURSESLIBS=""
9408 if test "$ac_cv_header_ncurses_h" = "yes"
9409 then
9410 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lncurses" >&5
9411 $as_echo_n "checking for -lncurses... " >&6; }
9412 if test "${ac_cv_lib_soname_ncurses+set}" = set; then :
9413 $as_echo_n "(cached) " >&6
9414 else
9415 ac_check_soname_save_LIBS=$LIBS
9416 LIBS="-lncurses $LIBS"
9417 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9418 /* end confdefs.h. */
9420 /* Override any GCC internal prototype to avoid an error.
9421 Use char because int might match the return type of a GCC
9422 builtin and then its argument prototype would still apply. */
9423 #ifdef __cplusplus
9424 extern "C"
9425 #endif
9426 char waddch ();
9428 main ()
9430 return waddch ();
9432 return 0;
9434 _ACEOF
9435 if ac_fn_c_try_link "$LINENO"; then :
9436 case "$LIBEXT" in
9437 dll) ac_cv_lib_soname_ncurses=`$ac_cv_path_LDD conftest.exe | grep "ncurses" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9438 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'` ;;
9439 *) ac_cv_lib_soname_ncurses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libncurses\\.$LIBEXT" | sed -e "s/^.*\(libncurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9440 esac
9442 rm -f core conftest.err conftest.$ac_objext \
9443 conftest$ac_exeext conftest.$ac_ext
9444 LIBS=$ac_check_soname_save_LIBS
9446 if test "x$ac_cv_lib_soname_ncurses" = "x"; then :
9447 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9448 $as_echo "not found" >&6; }
9450 else
9451 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_ncurses" >&5
9452 $as_echo "$ac_cv_lib_soname_ncurses" >&6; }
9454 cat >>confdefs.h <<_ACEOF
9455 #define SONAME_LIBNCURSES "$ac_cv_lib_soname_ncurses"
9456 _ACEOF
9458 CURSESLIBS="-lncurses"
9460 elif test "$ac_cv_header_curses_h" = "yes"
9461 then
9462 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcurses" >&5
9463 $as_echo_n "checking for -lcurses... " >&6; }
9464 if test "${ac_cv_lib_soname_curses+set}" = set; then :
9465 $as_echo_n "(cached) " >&6
9466 else
9467 ac_check_soname_save_LIBS=$LIBS
9468 LIBS="-lcurses $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 waddch ();
9480 main ()
9482 return waddch ();
9484 return 0;
9486 _ACEOF
9487 if ac_fn_c_try_link "$LINENO"; then :
9488 case "$LIBEXT" in
9489 dll) ac_cv_lib_soname_curses=`$ac_cv_path_LDD conftest.exe | grep "curses" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9490 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'` ;;
9491 *) ac_cv_lib_soname_curses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcurses\\.$LIBEXT" | sed -e "s/^.*\(libcurses\.$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_curses" = "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_curses" >&5
9504 $as_echo "$ac_cv_lib_soname_curses" >&6; }
9506 cat >>confdefs.h <<_ACEOF
9507 #define SONAME_LIBCURSES "$ac_cv_lib_soname_curses"
9508 _ACEOF
9510 CURSESLIBS="-lcurses"
9513 ac_save_LIBS="$LIBS"
9514 LIBS="$LIBS $CURSESLIBS"
9515 for ac_func in mousemask
9516 do :
9517 ac_fn_c_check_func "$LINENO" "mousemask" "ac_cv_func_mousemask"
9518 if test "x$ac_cv_func_mousemask" = x""yes; then :
9519 cat >>confdefs.h <<_ACEOF
9520 #define HAVE_MOUSEMASK 1
9521 _ACEOF
9524 done
9526 LIBS="$ac_save_LIBS"
9527 if test "x$ac_cv_lib_soname_curses$ac_cv_lib_soname_ncurses" = "x"; then :
9528 case "x$with_curses" in
9529 x) as_fn_append wine_notices "|lib(n)curses ${notice_platform}development files not found, curses won't be supported." ;;
9530 xno) ;;
9531 *) as_fn_error "lib(n)curses ${notice_platform}development files not found, curses won't be supported.
9532 This is an error since --with-curses was requested." "$LINENO" 5 ;;
9533 esac
9536 if test "x$with_sane" != "xno"
9537 then
9538 ac_save_CPPFLAGS="$CPPFLAGS"
9539 # Extract the first word of "sane-config", so it can be a program name with args.
9540 set dummy sane-config; ac_word=$2
9541 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9542 $as_echo_n "checking for $ac_word... " >&6; }
9543 if test "${ac_cv_prog_sane_devel+set}" = set; then :
9544 $as_echo_n "(cached) " >&6
9545 else
9546 if test -n "$sane_devel"; then
9547 ac_cv_prog_sane_devel="$sane_devel" # Let the user override the test.
9548 else
9549 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9550 for as_dir in $PATH
9552 IFS=$as_save_IFS
9553 test -z "$as_dir" && as_dir=.
9554 for ac_exec_ext in '' $ac_executable_extensions; do
9555 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9556 ac_cv_prog_sane_devel="sane-config"
9557 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9558 break 2
9560 done
9561 done
9562 IFS=$as_save_IFS
9564 test -z "$ac_cv_prog_sane_devel" && ac_cv_prog_sane_devel="no"
9567 sane_devel=$ac_cv_prog_sane_devel
9568 if test -n "$sane_devel"; then
9569 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $sane_devel" >&5
9570 $as_echo "$sane_devel" >&6; }
9571 else
9572 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9573 $as_echo "no" >&6; }
9577 if test "$sane_devel" != "no"
9578 then
9579 ac_sane_incl="`$sane_devel --cflags`"
9580 ac_sane_libs="`$sane_devel --ldflags`"
9581 CPPFLAGS="$CPPFLAGS $ac_sane_incl"
9583 ac_fn_c_check_header_mongrel "$LINENO" "sane/sane.h" "ac_cv_header_sane_sane_h" "$ac_includes_default"
9584 if test "x$ac_cv_header_sane_sane_h" = x""yes; then :
9585 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lsane" >&5
9586 $as_echo_n "checking for -lsane... " >&6; }
9587 if test "${ac_cv_lib_soname_sane+set}" = set; then :
9588 $as_echo_n "(cached) " >&6
9589 else
9590 ac_check_soname_save_LIBS=$LIBS
9591 LIBS="-lsane $ac_sane_libs $LIBS"
9592 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9593 /* end confdefs.h. */
9595 /* Override any GCC internal prototype to avoid an error.
9596 Use char because int might match the return type of a GCC
9597 builtin and then its argument prototype would still apply. */
9598 #ifdef __cplusplus
9599 extern "C"
9600 #endif
9601 char sane_init ();
9603 main ()
9605 return sane_init ();
9607 return 0;
9609 _ACEOF
9610 if ac_fn_c_try_link "$LINENO"; then :
9611 case "$LIBEXT" in
9612 dll) ac_cv_lib_soname_sane=`$ac_cv_path_LDD conftest.exe | grep "sane" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9613 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'` ;;
9614 *) ac_cv_lib_soname_sane=`$ac_cv_path_LDD conftest$ac_exeext | grep "libsane\\.$LIBEXT" | sed -e "s/^.*\(libsane\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9615 esac
9617 rm -f core conftest.err conftest.$ac_objext \
9618 conftest$ac_exeext conftest.$ac_ext
9619 LIBS=$ac_check_soname_save_LIBS
9621 if test "x$ac_cv_lib_soname_sane" = "x"; then :
9622 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9623 $as_echo "not found" >&6; }
9625 else
9626 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_sane" >&5
9627 $as_echo "$ac_cv_lib_soname_sane" >&6; }
9629 cat >>confdefs.h <<_ACEOF
9630 #define SONAME_LIBSANE "$ac_cv_lib_soname_sane"
9631 _ACEOF
9633 SANEINCL="$ac_sane_incl"
9639 CPPFLAGS="$ac_save_CPPFLAGS"
9641 if test "x$ac_cv_lib_soname_sane" = "x"; then :
9642 case "x$with_sane" in
9643 x) as_fn_append wine_notices "|libsane ${notice_platform}development files not found, scanners won't be supported." ;;
9644 xno) ;;
9645 *) as_fn_error "libsane ${notice_platform}development files not found, scanners won't be supported.
9646 This is an error since --with-sane was requested." "$LINENO" 5 ;;
9647 esac
9650 if test "x$with_v4l" != "xno"
9651 then
9652 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lv4l1" >&5
9653 $as_echo_n "checking for -lv4l1... " >&6; }
9654 if test "${ac_cv_lib_soname_v4l1+set}" = set; then :
9655 $as_echo_n "(cached) " >&6
9656 else
9657 ac_check_soname_save_LIBS=$LIBS
9658 LIBS="-lv4l1 $LIBS"
9659 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9660 /* end confdefs.h. */
9662 /* Override any GCC internal prototype to avoid an error.
9663 Use char because int might match the return type of a GCC
9664 builtin and then its argument prototype would still apply. */
9665 #ifdef __cplusplus
9666 extern "C"
9667 #endif
9668 char v4l1_open ();
9670 main ()
9672 return v4l1_open ();
9674 return 0;
9676 _ACEOF
9677 if ac_fn_c_try_link "$LINENO"; then :
9678 case "$LIBEXT" in
9679 dll) ac_cv_lib_soname_v4l1=`$ac_cv_path_LDD conftest.exe | grep "v4l1" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9680 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'` ;;
9681 *) ac_cv_lib_soname_v4l1=`$ac_cv_path_LDD conftest$ac_exeext | grep "libv4l1\\.$LIBEXT" | sed -e "s/^.*\(libv4l1\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9682 esac
9684 rm -f core conftest.err conftest.$ac_objext \
9685 conftest$ac_exeext conftest.$ac_ext
9686 LIBS=$ac_check_soname_save_LIBS
9688 if test "x$ac_cv_lib_soname_v4l1" = "x"; then :
9689 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9690 $as_echo "not found" >&6; }
9692 else
9693 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_v4l1" >&5
9694 $as_echo "$ac_cv_lib_soname_v4l1" >&6; }
9696 cat >>confdefs.h <<_ACEOF
9697 #define SONAME_LIBV4L1 "$ac_cv_lib_soname_v4l1"
9698 _ACEOF
9703 if test "x$ac_cv_lib_soname_v4l1" = "x"; then :
9704 case "x$with_v4l" in
9705 x) as_fn_append wine_notices "|libv4l ${notice_platform}development files not found." ;;
9706 xno) ;;
9707 *) as_fn_error "libv4l ${notice_platform}development files not found.
9708 This is an error since --with-v4l was requested." "$LINENO" 5 ;;
9709 esac
9712 if test "x$with_gphoto" != "xno"
9713 then
9714 ac_save_CPPFLAGS="$CPPFLAGS"
9715 # Extract the first word of "gphoto2-config", so it can be a program name with args.
9716 set dummy gphoto2-config; ac_word=$2
9717 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9718 $as_echo_n "checking for $ac_word... " >&6; }
9719 if test "${ac_cv_prog_gphoto2_devel+set}" = set; then :
9720 $as_echo_n "(cached) " >&6
9721 else
9722 if test -n "$gphoto2_devel"; then
9723 ac_cv_prog_gphoto2_devel="$gphoto2_devel" # Let the user override the test.
9724 else
9725 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9726 for as_dir in $PATH
9728 IFS=$as_save_IFS
9729 test -z "$as_dir" && as_dir=.
9730 for ac_exec_ext in '' $ac_executable_extensions; do
9731 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9732 ac_cv_prog_gphoto2_devel="gphoto2-config"
9733 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9734 break 2
9736 done
9737 done
9738 IFS=$as_save_IFS
9740 test -z "$ac_cv_prog_gphoto2_devel" && ac_cv_prog_gphoto2_devel="no"
9743 gphoto2_devel=$ac_cv_prog_gphoto2_devel
9744 if test -n "$gphoto2_devel"; then
9745 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gphoto2_devel" >&5
9746 $as_echo "$gphoto2_devel" >&6; }
9747 else
9748 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9749 $as_echo "no" >&6; }
9753 # Extract the first word of "gphoto2-port-config", so it can be a program name with args.
9754 set dummy gphoto2-port-config; ac_word=$2
9755 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9756 $as_echo_n "checking for $ac_word... " >&6; }
9757 if test "${ac_cv_prog_gphoto2port_devel+set}" = set; then :
9758 $as_echo_n "(cached) " >&6
9759 else
9760 if test -n "$gphoto2port_devel"; then
9761 ac_cv_prog_gphoto2port_devel="$gphoto2port_devel" # Let the user override the test.
9762 else
9763 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9764 for as_dir in $PATH
9766 IFS=$as_save_IFS
9767 test -z "$as_dir" && as_dir=.
9768 for ac_exec_ext in '' $ac_executable_extensions; do
9769 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9770 ac_cv_prog_gphoto2port_devel="gphoto2-port-config"
9771 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9772 break 2
9774 done
9775 done
9776 IFS=$as_save_IFS
9778 test -z "$ac_cv_prog_gphoto2port_devel" && ac_cv_prog_gphoto2port_devel="no"
9781 gphoto2port_devel=$ac_cv_prog_gphoto2port_devel
9782 if test -n "$gphoto2port_devel"; then
9783 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gphoto2port_devel" >&5
9784 $as_echo "$gphoto2port_devel" >&6; }
9785 else
9786 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9787 $as_echo "no" >&6; }
9791 if test "$gphoto2_devel" != "no" -a "$gphoto2port_devel" != "no"
9792 then
9793 ac_gphoto2_incl="`$gphoto2_devel --cflags` `$gphoto2port_devel --cflags`"
9794 ac_gphoto2_libs=""
9795 for i in `$gphoto2_devel --libs` `$gphoto2port_devel --libs`
9797 case "$i" in
9798 -L/usr/lib|-L/usr/lib64) ;;
9799 -L*|-l*) ac_gphoto2_libs="$ac_gphoto2_libs $i";;
9800 esac
9801 done
9802 CPPFLAGS="$CPPFLAGS $ac_gphoto2_incl"
9804 ac_gphoto2_libs=${ac_gphoto2_libs:-"-lgphoto2"}
9805 ac_fn_c_check_header_mongrel "$LINENO" "gphoto2-camera.h" "ac_cv_header_gphoto2_camera_h" "$ac_includes_default"
9806 if test "x$ac_cv_header_gphoto2_camera_h" = x""yes; then :
9807 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gp_camera_new in -lgphoto2" >&5
9808 $as_echo_n "checking for gp_camera_new in -lgphoto2... " >&6; }
9809 if test "${ac_cv_lib_gphoto2_gp_camera_new+set}" = set; then :
9810 $as_echo_n "(cached) " >&6
9811 else
9812 ac_check_lib_save_LIBS=$LIBS
9813 LIBS="-lgphoto2 $ac_gphoto2_libs $LIBS"
9814 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9815 /* end confdefs.h. */
9817 /* Override any GCC internal prototype to avoid an error.
9818 Use char because int might match the return type of a GCC
9819 builtin and then its argument prototype would still apply. */
9820 #ifdef __cplusplus
9821 extern "C"
9822 #endif
9823 char gp_camera_new ();
9825 main ()
9827 return gp_camera_new ();
9829 return 0;
9831 _ACEOF
9832 if ac_fn_c_try_link "$LINENO"; then :
9833 ac_cv_lib_gphoto2_gp_camera_new=yes
9834 else
9835 ac_cv_lib_gphoto2_gp_camera_new=no
9837 rm -f core conftest.err conftest.$ac_objext \
9838 conftest$ac_exeext conftest.$ac_ext
9839 LIBS=$ac_check_lib_save_LIBS
9841 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gphoto2_gp_camera_new" >&5
9842 $as_echo "$ac_cv_lib_gphoto2_gp_camera_new" >&6; }
9843 if test "x$ac_cv_lib_gphoto2_gp_camera_new" = x""yes; then :
9845 $as_echo "#define HAVE_GPHOTO2 1" >>confdefs.h
9847 GPHOTO2LIBS="$ac_gphoto2_libs"
9849 GPHOTO2INCL="$ac_gphoto2_incl"
9856 CPPFLAGS="$ac_save_CPPFLAGS"
9858 if test "$ac_cv_lib_gphoto2_gp_camera_new" != "yes"; then :
9859 case "x$with_gphoto" in
9860 x) as_fn_append wine_notices "|libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported." ;;
9861 xno) ;;
9862 *) as_fn_error "libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
9863 This is an error since --with-gphoto was requested." "$LINENO" 5 ;;
9864 esac
9868 RESOLVLIBS=""
9870 if test "$ac_cv_header_resolv_h" = "yes"
9871 then
9872 ac_save_LIBS="$LIBS"
9873 LIBS="$LIBS -lresolv"
9874 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9875 /* end confdefs.h. */
9876 #ifdef HAVE_NETINET_IN_H
9877 #include <netinet/in.h>
9878 #endif
9879 #include <resolv.h>
9881 main ()
9883 res_init();
9885 return 0;
9887 _ACEOF
9888 if ac_fn_c_try_link "$LINENO"; then :
9890 $as_echo "#define HAVE_RESOLV 1" >>confdefs.h
9892 RESOLVLIBS="-lresolv"
9894 rm -f core conftest.err conftest.$ac_objext \
9895 conftest$ac_exeext conftest.$ac_ext
9896 LIBS="$ac_save_LIBS"
9899 LCMSLIBS=""
9901 if test "$ac_cv_header_lcms_h" = "yes" -o "$ac_cv_header_lcms_lcms_h" = "yes"
9902 then
9903 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cmsOpenProfileFromFile in -llcms" >&5
9904 $as_echo_n "checking for cmsOpenProfileFromFile in -llcms... " >&6; }
9905 if test "${ac_cv_lib_lcms_cmsOpenProfileFromFile+set}" = set; then :
9906 $as_echo_n "(cached) " >&6
9907 else
9908 ac_check_lib_save_LIBS=$LIBS
9909 LIBS="-llcms $LIBS"
9910 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9911 /* end confdefs.h. */
9913 /* Override any GCC internal prototype to avoid an error.
9914 Use char because int might match the return type of a GCC
9915 builtin and then its argument prototype would still apply. */
9916 #ifdef __cplusplus
9917 extern "C"
9918 #endif
9919 char cmsOpenProfileFromFile ();
9921 main ()
9923 return cmsOpenProfileFromFile ();
9925 return 0;
9927 _ACEOF
9928 if ac_fn_c_try_link "$LINENO"; then :
9929 ac_cv_lib_lcms_cmsOpenProfileFromFile=yes
9930 else
9931 ac_cv_lib_lcms_cmsOpenProfileFromFile=no
9933 rm -f core conftest.err conftest.$ac_objext \
9934 conftest$ac_exeext conftest.$ac_ext
9935 LIBS=$ac_check_lib_save_LIBS
9937 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lcms_cmsOpenProfileFromFile" >&5
9938 $as_echo "$ac_cv_lib_lcms_cmsOpenProfileFromFile" >&6; }
9939 if test "x$ac_cv_lib_lcms_cmsOpenProfileFromFile" = x""yes; then :
9941 $as_echo "#define HAVE_LCMS 1" >>confdefs.h
9943 LCMSLIBS="-llcms"
9947 if test "$ac_cv_lib_lcms_cmsOpenProfileFromFile" != "yes"; then :
9948 case "x$with_cms" in
9949 x) as_fn_append wine_notices "|liblcms ${notice_platform}development files not found, Color Management won't be supported." ;;
9950 xno) ;;
9951 *) as_fn_error "liblcms ${notice_platform}development files not found, Color Management won't be supported.
9952 This is an error since --with-cms was requested." "$LINENO" 5 ;;
9953 esac
9956 if test "x$with_freetype" != "xno"
9957 then
9958 for ac_prog in freetype-config freetype2-config
9960 # Extract the first word of "$ac_prog", so it can be a program name with args.
9961 set dummy $ac_prog; ac_word=$2
9962 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9963 $as_echo_n "checking for $ac_word... " >&6; }
9964 if test "${ac_cv_prog_ft_devel+set}" = set; then :
9965 $as_echo_n "(cached) " >&6
9966 else
9967 if test -n "$ft_devel"; then
9968 ac_cv_prog_ft_devel="$ft_devel" # Let the user override the test.
9969 else
9970 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9971 for as_dir in $PATH
9973 IFS=$as_save_IFS
9974 test -z "$as_dir" && as_dir=.
9975 for ac_exec_ext in '' $ac_executable_extensions; do
9976 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9977 ac_cv_prog_ft_devel="$ac_prog"
9978 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9979 break 2
9981 done
9982 done
9983 IFS=$as_save_IFS
9987 ft_devel=$ac_cv_prog_ft_devel
9988 if test -n "$ft_devel"; then
9989 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ft_devel" >&5
9990 $as_echo "$ft_devel" >&6; }
9991 else
9992 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9993 $as_echo "no" >&6; }
9997 test -n "$ft_devel" && break
9998 done
9999 test -n "$ft_devel" || ft_devel="no"
10001 if test "$ft_devel" != "no"
10002 then
10003 ac_freetype_incl=`$ft_devel --cflags`
10004 ac_freetype_libs=`$ft_devel --libs`
10006 ac_freetype_libs=${ac_freetype_libs:-"-lfreetype"}
10007 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfreetype" >&5
10008 $as_echo_n "checking for -lfreetype... " >&6; }
10009 if test "${ac_cv_lib_soname_freetype+set}" = set; then :
10010 $as_echo_n "(cached) " >&6
10011 else
10012 ac_check_soname_save_LIBS=$LIBS
10013 LIBS="-lfreetype $ac_freetype_libs $LIBS"
10014 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10015 /* end confdefs.h. */
10017 /* Override any GCC internal prototype to avoid an error.
10018 Use char because int might match the return type of a GCC
10019 builtin and then its argument prototype would still apply. */
10020 #ifdef __cplusplus
10021 extern "C"
10022 #endif
10023 char FT_Init_FreeType ();
10025 main ()
10027 return FT_Init_FreeType ();
10029 return 0;
10031 _ACEOF
10032 if ac_fn_c_try_link "$LINENO"; then :
10033 case "$LIBEXT" in
10034 dll) ac_cv_lib_soname_freetype=`$ac_cv_path_LDD conftest.exe | grep "freetype" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10035 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'` ;;
10036 *) ac_cv_lib_soname_freetype=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfreetype\\.$LIBEXT" | sed -e "s/^.*\(libfreetype\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10037 esac
10039 rm -f core conftest.err conftest.$ac_objext \
10040 conftest$ac_exeext conftest.$ac_ext
10041 LIBS=$ac_check_soname_save_LIBS
10043 if test "x$ac_cv_lib_soname_freetype" = "x"; then :
10044 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10045 $as_echo "not found" >&6; }
10046 ft_lib=no
10047 else
10048 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_freetype" >&5
10049 $as_echo "$ac_cv_lib_soname_freetype" >&6; }
10051 cat >>confdefs.h <<_ACEOF
10052 #define SONAME_LIBFREETYPE "$ac_cv_lib_soname_freetype"
10053 _ACEOF
10055 ft_lib=yes
10057 if test "$ft_lib" = "yes"
10058 then
10059 ac_save_CPPFLAGS="$CPPFLAGS"
10060 CPPFLAGS="$ac_freetype_incl $CPPFLAGS"
10061 for ac_header in ft2build.h \
10062 freetype/freetype.h \
10063 freetype/ftglyph.h \
10064 freetype/fttypes.h \
10065 freetype/tttables.h \
10066 freetype/ftsnames.h \
10067 freetype/ttnameid.h \
10068 freetype/ftoutln.h \
10069 freetype/ftwinfnt.h \
10070 freetype/ftmodapi.h \
10071 freetype/ftlcdfil.h \
10072 freetype/internal/sfnt.h
10073 do :
10074 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
10075 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_FT2BUILD_H
10076 # include <ft2build.h>
10077 #endif
10079 eval as_val=\$$as_ac_Header
10080 if test "x$as_val" = x""yes; then :
10081 cat >>confdefs.h <<_ACEOF
10082 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
10083 _ACEOF
10087 done
10089 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10090 /* end confdefs.h. */
10091 #include <ft2build.h>
10092 #include <freetype/fttrigon.h>
10093 _ACEOF
10094 if ac_fn_c_try_cpp "$LINENO"; then :
10096 $as_echo "#define HAVE_FREETYPE_FTTRIGON_H 1" >>confdefs.h
10098 wine_cv_fttrigon=yes
10099 else
10100 wine_cv_fttrigon=no
10102 rm -f conftest.err conftest.$ac_ext
10103 ac_fn_c_check_type "$LINENO" "FT_TrueTypeEngineType" "ac_cv_type_FT_TrueTypeEngineType" "#include <freetype/ftmodapi.h>
10105 if test "x$ac_cv_type_FT_TrueTypeEngineType" = x""yes; then :
10107 cat >>confdefs.h <<_ACEOF
10108 #define HAVE_FT_TRUETYPEENGINETYPE 1
10109 _ACEOF
10114 ac_save_CFLAGS="$CFLAGS"
10115 CFLAGS="$CFLAGS $ac_freetype_libs"
10116 for ac_func in FT_Load_Sfnt_Table
10117 do :
10118 ac_fn_c_check_func "$LINENO" "FT_Load_Sfnt_Table" "ac_cv_func_FT_Load_Sfnt_Table"
10119 if test "x$ac_cv_func_FT_Load_Sfnt_Table" = x""yes; then :
10120 cat >>confdefs.h <<_ACEOF
10121 #define HAVE_FT_LOAD_SFNT_TABLE 1
10122 _ACEOF
10125 done
10127 CFLAGS="$ac_save_CFLAGS"
10128 CPPFLAGS="$ac_save_CPPFLAGS"
10129 if test "$ac_cv_header_freetype_freetype_h" = "yes" -a "$wine_cv_fttrigon" = "yes"
10130 then
10132 $as_echo "#define HAVE_FREETYPE 1" >>confdefs.h
10134 FREETYPELIBS="$ac_freetype_libs"
10136 FREETYPEINCL="$ac_freetype_incl"
10141 if test "x$FREETYPELIBS" = "x"; then :
10142 case "x$with_freetype" in
10143 xno) ;;
10144 *) as_fn_error "FreeType ${notice_platform}development files not found. Fonts will not be built.
10145 Use the --without-freetype option if you really want this." "$LINENO" 5 ;;
10146 esac
10148 test "x$FREETYPELIBS" = "x" && enable_fonts=${enable_fonts:-no}
10150 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for parport header/ppdev.h" >&5
10151 $as_echo_n "checking for parport header/ppdev.h... " >&6; }
10152 if test "${ac_cv_c_ppdev+set}" = set; then :
10153 $as_echo_n "(cached) " >&6
10154 else
10155 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10156 /* end confdefs.h. */
10157 #ifdef HAVE_SYS_IOCTL_H
10158 # include <sys/ioctl.h>
10159 #endif
10160 #include <linux/ppdev.h>
10162 main ()
10164 ioctl (1,PPCLAIM,0)
10166 return 0;
10168 _ACEOF
10169 if ac_fn_c_try_compile "$LINENO"; then :
10170 ac_cv_c_ppdev="yes"
10171 else
10172 ac_cv_c_ppdev="no"
10174 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10176 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_ppdev" >&5
10177 $as_echo "$ac_cv_c_ppdev" >&6; }
10178 if test "$ac_cv_c_ppdev" = "yes"
10179 then
10181 $as_echo "#define HAVE_PPDEV 1" >>confdefs.h
10185 ac_wine_check_funcs_save_LIBS="$LIBS"
10186 LIBS="$LIBS $LIBPTHREAD"
10187 for ac_func in \
10188 pthread_attr_get_np \
10189 pthread_getattr_np \
10190 pthread_get_stackaddr_np \
10191 pthread_get_stacksize_np
10192 do :
10193 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
10194 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
10195 eval as_val=\$$as_ac_var
10196 if test "x$as_val" = x""yes; then :
10197 cat >>confdefs.h <<_ACEOF
10198 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
10199 _ACEOF
10202 done
10204 LIBS="$ac_wine_check_funcs_save_LIBS"
10206 if test "$ac_cv_header_zlib_h" = "yes"
10207 then
10208 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inflate in -lz" >&5
10209 $as_echo_n "checking for inflate in -lz... " >&6; }
10210 if test "${ac_cv_lib_z_inflate+set}" = set; then :
10211 $as_echo_n "(cached) " >&6
10212 else
10213 ac_check_lib_save_LIBS=$LIBS
10214 LIBS="-lz $LIBS"
10215 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10216 /* end confdefs.h. */
10218 /* Override any GCC internal prototype to avoid an error.
10219 Use char because int might match the return type of a GCC
10220 builtin and then its argument prototype would still apply. */
10221 #ifdef __cplusplus
10222 extern "C"
10223 #endif
10224 char inflate ();
10226 main ()
10228 return inflate ();
10230 return 0;
10232 _ACEOF
10233 if ac_fn_c_try_link "$LINENO"; then :
10234 ac_cv_lib_z_inflate=yes
10235 else
10236 ac_cv_lib_z_inflate=no
10238 rm -f core conftest.err conftest.$ac_objext \
10239 conftest$ac_exeext conftest.$ac_ext
10240 LIBS=$ac_check_lib_save_LIBS
10242 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_z_inflate" >&5
10243 $as_echo "$ac_cv_lib_z_inflate" >&6; }
10244 if test "x$ac_cv_lib_z_inflate" = x""yes; then :
10246 $as_echo "#define HAVE_ZLIB 1" >>confdefs.h
10248 ZLIB="-lz"
10254 if test "x$with_esd" != xno
10255 then
10256 save_CFLAGS="$CFLAGS"
10257 # Extract the first word of "esd-config", so it can be a program name with args.
10258 set dummy esd-config; ac_word=$2
10259 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10260 $as_echo_n "checking for $ac_word... " >&6; }
10261 if test "${ac_cv_path_ESDCONFIG+set}" = set; then :
10262 $as_echo_n "(cached) " >&6
10263 else
10264 case $ESDCONFIG in
10265 [\\/]* | ?:[\\/]*)
10266 ac_cv_path_ESDCONFIG="$ESDCONFIG" # Let the user override the test with a path.
10269 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10270 for as_dir in $PATH
10272 IFS=$as_save_IFS
10273 test -z "$as_dir" && as_dir=.
10274 for ac_exec_ext in '' $ac_executable_extensions; do
10275 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10276 ac_cv_path_ESDCONFIG="$as_dir/$ac_word$ac_exec_ext"
10277 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10278 break 2
10280 done
10281 done
10282 IFS=$as_save_IFS
10284 test -z "$ac_cv_path_ESDCONFIG" && ac_cv_path_ESDCONFIG="no"
10286 esac
10288 ESDCONFIG=$ac_cv_path_ESDCONFIG
10289 if test -n "$ESDCONFIG"; then
10290 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ESDCONFIG" >&5
10291 $as_echo "$ESDCONFIG" >&6; }
10292 else
10293 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10294 $as_echo "no" >&6; }
10298 if test "x$ESDCONFIG" != "xno"
10299 then
10300 ac_esd_incl=""
10301 for i in `$ESDCONFIG --cflags`
10303 case "$i" in
10304 -I*) ac_esd_incl="$ac_esd_incl $i";;
10305 esac
10306 done
10307 ac_esd_libs=`$ESDCONFIG --libs`
10308 CFLAGS="$CFLAGS $ac_esd_incl"
10310 ac_esd_libs=${ac_esd_libs:-"-lesd"}
10311 ac_fn_c_check_header_mongrel "$LINENO" "esd.h" "ac_cv_header_esd_h" "$ac_includes_default"
10312 if test "x$ac_cv_header_esd_h" = x""yes; then :
10313 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for esd_open_sound in -lesd" >&5
10314 $as_echo_n "checking for esd_open_sound in -lesd... " >&6; }
10315 if test "${ac_cv_lib_esd_esd_open_sound+set}" = set; then :
10316 $as_echo_n "(cached) " >&6
10317 else
10318 ac_check_lib_save_LIBS=$LIBS
10319 LIBS="-lesd $ac_esd_libs $LIBS"
10320 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10321 /* end confdefs.h. */
10323 /* Override any GCC internal prototype to avoid an error.
10324 Use char because int might match the return type of a GCC
10325 builtin and then its argument prototype would still apply. */
10326 #ifdef __cplusplus
10327 extern "C"
10328 #endif
10329 char esd_open_sound ();
10331 main ()
10333 return esd_open_sound ();
10335 return 0;
10337 _ACEOF
10338 if ac_fn_c_try_link "$LINENO"; then :
10339 ac_cv_lib_esd_esd_open_sound=yes
10340 else
10341 ac_cv_lib_esd_esd_open_sound=no
10343 rm -f core conftest.err conftest.$ac_objext \
10344 conftest$ac_exeext conftest.$ac_ext
10345 LIBS=$ac_check_lib_save_LIBS
10347 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_esd_esd_open_sound" >&5
10348 $as_echo "$ac_cv_lib_esd_esd_open_sound" >&6; }
10349 if test "x$ac_cv_lib_esd_esd_open_sound" = x""yes; then :
10350 ESDINCL="$ac_esd_incl"
10352 ESDLIBS="$ac_esd_libs"
10355 $as_echo "#define HAVE_ESD 1" >>confdefs.h
10362 CFLAGS="$save_CFLAGS"
10365 ALSALIBS=""
10367 if test "$ac_cv_header_sys_asoundlib_h" = "yes" -o "$ac_cv_header_alsa_asoundlib_h" = "yes"
10368 then
10369 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for snd_pcm_hw_params_get_access in -lasound" >&5
10370 $as_echo_n "checking for snd_pcm_hw_params_get_access in -lasound... " >&6; }
10371 if test "${ac_cv_lib_asound_snd_pcm_hw_params_get_access+set}" = set; then :
10372 $as_echo_n "(cached) " >&6
10373 else
10374 ac_check_lib_save_LIBS=$LIBS
10375 LIBS="-lasound $LIBS"
10376 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10377 /* end confdefs.h. */
10379 /* Override any GCC internal prototype to avoid an error.
10380 Use char because int might match the return type of a GCC
10381 builtin and then its argument prototype would still apply. */
10382 #ifdef __cplusplus
10383 extern "C"
10384 #endif
10385 char snd_pcm_hw_params_get_access ();
10387 main ()
10389 return snd_pcm_hw_params_get_access ();
10391 return 0;
10393 _ACEOF
10394 if ac_fn_c_try_link "$LINENO"; then :
10395 ac_cv_lib_asound_snd_pcm_hw_params_get_access=yes
10396 else
10397 ac_cv_lib_asound_snd_pcm_hw_params_get_access=no
10399 rm -f core conftest.err conftest.$ac_objext \
10400 conftest$ac_exeext conftest.$ac_ext
10401 LIBS=$ac_check_lib_save_LIBS
10403 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&5
10404 $as_echo "$ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&6; }
10405 if test "x$ac_cv_lib_asound_snd_pcm_hw_params_get_access" = x""yes; then :
10406 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10407 /* end confdefs.h. */
10408 #ifdef HAVE_ALSA_ASOUNDLIB_H
10409 #include <alsa/asoundlib.h>
10410 #elif defined(HAVE_SYS_ASOUNDLIB_H)
10411 #include <sys/asoundlib.h>
10412 #endif
10414 main ()
10416 int ret = snd_pcm_hw_params_get_access(NULL, NULL)
10418 return 0;
10420 _ACEOF
10421 if ac_fn_c_try_compile "$LINENO"; then :
10423 $as_echo "#define HAVE_ALSA 1" >>confdefs.h
10425 ALSALIBS="-lasound"
10427 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10432 AUDIOIOLIBS=""
10434 if test "$ac_cv_header_libaudioio_h" = "yes"
10435 then
10436 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for AudioIOGetVersion in -laudioio" >&5
10437 $as_echo_n "checking for AudioIOGetVersion in -laudioio... " >&6; }
10438 if test "${ac_cv_lib_audioio_AudioIOGetVersion+set}" = set; then :
10439 $as_echo_n "(cached) " >&6
10440 else
10441 ac_check_lib_save_LIBS=$LIBS
10442 LIBS="-laudioio $LIBS"
10443 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10444 /* end confdefs.h. */
10446 /* Override any GCC internal prototype to avoid an error.
10447 Use char because int might match the return type of a GCC
10448 builtin and then its argument prototype would still apply. */
10449 #ifdef __cplusplus
10450 extern "C"
10451 #endif
10452 char AudioIOGetVersion ();
10454 main ()
10456 return AudioIOGetVersion ();
10458 return 0;
10460 _ACEOF
10461 if ac_fn_c_try_link "$LINENO"; then :
10462 ac_cv_lib_audioio_AudioIOGetVersion=yes
10463 else
10464 ac_cv_lib_audioio_AudioIOGetVersion=no
10466 rm -f core conftest.err conftest.$ac_objext \
10467 conftest$ac_exeext conftest.$ac_ext
10468 LIBS=$ac_check_lib_save_LIBS
10470 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_audioio_AudioIOGetVersion" >&5
10471 $as_echo "$ac_cv_lib_audioio_AudioIOGetVersion" >&6; }
10472 if test "x$ac_cv_lib_audioio_AudioIOGetVersion" = x""yes; then :
10473 AUDIOIOLIBS="-laudioio"
10475 $as_echo "#define HAVE_LIBAUDIOIO 1" >>confdefs.h
10482 if test "$ac_cv_header_capi20_h" = "yes" -a "$ac_cv_header_linux_capi_h" = "yes"
10483 then
10484 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcapi20" >&5
10485 $as_echo_n "checking for -lcapi20... " >&6; }
10486 if test "${ac_cv_lib_soname_capi20+set}" = set; then :
10487 $as_echo_n "(cached) " >&6
10488 else
10489 ac_check_soname_save_LIBS=$LIBS
10490 LIBS="-lcapi20 $LIBS"
10491 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10492 /* end confdefs.h. */
10494 /* Override any GCC internal prototype to avoid an error.
10495 Use char because int might match the return type of a GCC
10496 builtin and then its argument prototype would still apply. */
10497 #ifdef __cplusplus
10498 extern "C"
10499 #endif
10500 char capi20_register ();
10502 main ()
10504 return capi20_register ();
10506 return 0;
10508 _ACEOF
10509 if ac_fn_c_try_link "$LINENO"; then :
10510 case "$LIBEXT" in
10511 dll) ac_cv_lib_soname_capi20=`$ac_cv_path_LDD conftest.exe | grep "capi20" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10512 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'` ;;
10513 *) ac_cv_lib_soname_capi20=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcapi20\\.$LIBEXT" | sed -e "s/^.*\(libcapi20\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10514 esac
10516 rm -f core conftest.err conftest.$ac_objext \
10517 conftest$ac_exeext conftest.$ac_ext
10518 LIBS=$ac_check_soname_save_LIBS
10520 if test "x$ac_cv_lib_soname_capi20" = "x"; then :
10521 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10522 $as_echo "not found" >&6; }
10524 else
10525 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_capi20" >&5
10526 $as_echo "$ac_cv_lib_soname_capi20" >&6; }
10528 cat >>confdefs.h <<_ACEOF
10529 #define SONAME_LIBCAPI20 "$ac_cv_lib_soname_capi20"
10530 _ACEOF
10535 if test "x$ac_cv_lib_soname_capi20" = "x"; then :
10536 case "x$with_capi" in
10537 x) as_fn_append wine_notices "|libcapi20 ${notice_platform}development files not found, ISDN won't be supported." ;;
10538 xno) ;;
10539 *) as_fn_error "libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
10540 This is an error since --with-capi was requested." "$LINENO" 5 ;;
10541 esac
10544 CUPSINCL=""
10546 if test "x$with_cups" != "xno"
10547 then
10548 ac_save_CPPFLAGS="$CPPFLAGS"
10549 ac_cups_cflags=`cups-config --cflags 2>/dev/null`
10550 ac_cups_libs=`cups-config --ldflags 2>/dev/null`
10551 CPPFLAGS="$CPPFLAGS $ac_cups_cflags"
10552 for ac_header in cups/cups.h
10553 do :
10554 ac_fn_c_check_header_mongrel "$LINENO" "cups/cups.h" "ac_cv_header_cups_cups_h" "$ac_includes_default"
10555 if test "x$ac_cv_header_cups_cups_h" = x""yes; then :
10556 cat >>confdefs.h <<_ACEOF
10557 #define HAVE_CUPS_CUPS_H 1
10558 _ACEOF
10559 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcups" >&5
10560 $as_echo_n "checking for -lcups... " >&6; }
10561 if test "${ac_cv_lib_soname_cups+set}" = set; then :
10562 $as_echo_n "(cached) " >&6
10563 else
10564 ac_check_soname_save_LIBS=$LIBS
10565 LIBS="-lcups $ac_cups_libs $LIBS"
10566 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10567 /* end confdefs.h. */
10569 /* Override any GCC internal prototype to avoid an error.
10570 Use char because int might match the return type of a GCC
10571 builtin and then its argument prototype would still apply. */
10572 #ifdef __cplusplus
10573 extern "C"
10574 #endif
10575 char cupsGetDefault ();
10577 main ()
10579 return cupsGetDefault ();
10581 return 0;
10583 _ACEOF
10584 if ac_fn_c_try_link "$LINENO"; then :
10585 case "$LIBEXT" in
10586 dll) ac_cv_lib_soname_cups=`$ac_cv_path_LDD conftest.exe | grep "cups" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10587 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'` ;;
10588 *) ac_cv_lib_soname_cups=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcups\\.$LIBEXT" | sed -e "s/^.*\(libcups\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10589 esac
10591 rm -f core conftest.err conftest.$ac_objext \
10592 conftest$ac_exeext conftest.$ac_ext
10593 LIBS=$ac_check_soname_save_LIBS
10595 if test "x$ac_cv_lib_soname_cups" = "x"; then :
10596 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10597 $as_echo "not found" >&6; }
10599 else
10600 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_cups" >&5
10601 $as_echo "$ac_cv_lib_soname_cups" >&6; }
10603 cat >>confdefs.h <<_ACEOF
10604 #define SONAME_LIBCUPS "$ac_cv_lib_soname_cups"
10605 _ACEOF
10607 CUPSINCL="$ac_cups_cflags"
10611 done
10613 CPPFLAGS="$ac_save_CPPFLAGS"
10615 if test "x$ac_cv_lib_soname_cups" = "x"; then :
10616 case "x$with_cups" in
10617 x) as_fn_append wine_notices "|libcups ${notice_platform}development files not found, CUPS won't be supported." ;;
10618 xno) ;;
10619 *) as_fn_error "libcups ${notice_platform}development files not found, CUPS won't be supported.
10620 This is an error since --with-cups was requested." "$LINENO" 5 ;;
10621 esac
10624 if test "$ac_cv_header_jack_jack_h" = "yes"
10625 then
10626 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ljack" >&5
10627 $as_echo_n "checking for -ljack... " >&6; }
10628 if test "${ac_cv_lib_soname_jack+set}" = set; then :
10629 $as_echo_n "(cached) " >&6
10630 else
10631 ac_check_soname_save_LIBS=$LIBS
10632 LIBS="-ljack $LIBS"
10633 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10634 /* end confdefs.h. */
10636 /* Override any GCC internal prototype to avoid an error.
10637 Use char because int might match the return type of a GCC
10638 builtin and then its argument prototype would still apply. */
10639 #ifdef __cplusplus
10640 extern "C"
10641 #endif
10642 char jack_client_new ();
10644 main ()
10646 return jack_client_new ();
10648 return 0;
10650 _ACEOF
10651 if ac_fn_c_try_link "$LINENO"; then :
10652 case "$LIBEXT" in
10653 dll) ac_cv_lib_soname_jack=`$ac_cv_path_LDD conftest.exe | grep "jack" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10654 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'` ;;
10655 *) 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'` ;;
10656 esac
10658 rm -f core conftest.err conftest.$ac_objext \
10659 conftest$ac_exeext conftest.$ac_ext
10660 LIBS=$ac_check_soname_save_LIBS
10662 if test "x$ac_cv_lib_soname_jack" = "x"; then :
10663 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10664 $as_echo "not found" >&6; }
10666 else
10667 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_jack" >&5
10668 $as_echo "$ac_cv_lib_soname_jack" >&6; }
10670 cat >>confdefs.h <<_ACEOF
10671 #define SONAME_LIBJACK "$ac_cv_lib_soname_jack"
10672 _ACEOF
10678 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
10679 then
10680 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfontconfig" >&5
10681 $as_echo_n "checking for -lfontconfig... " >&6; }
10682 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then :
10683 $as_echo_n "(cached) " >&6
10684 else
10685 ac_check_soname_save_LIBS=$LIBS
10686 LIBS="-lfontconfig $LIBS"
10687 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10688 /* end confdefs.h. */
10690 /* Override any GCC internal prototype to avoid an error.
10691 Use char because int might match the return type of a GCC
10692 builtin and then its argument prototype would still apply. */
10693 #ifdef __cplusplus
10694 extern "C"
10695 #endif
10696 char FcInit ();
10698 main ()
10700 return FcInit ();
10702 return 0;
10704 _ACEOF
10705 if ac_fn_c_try_link "$LINENO"; then :
10706 case "$LIBEXT" in
10707 dll) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest.exe | grep "fontconfig" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10708 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'` ;;
10709 *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10710 esac
10712 rm -f core conftest.err conftest.$ac_objext \
10713 conftest$ac_exeext conftest.$ac_ext
10714 LIBS=$ac_check_soname_save_LIBS
10716 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then :
10717 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10718 $as_echo "not found" >&6; }
10720 else
10721 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_fontconfig" >&5
10722 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
10724 cat >>confdefs.h <<_ACEOF
10725 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
10726 _ACEOF
10730 elif test -n "$X_CFLAGS" -a "x$with_fontconfig" != "xno"
10731 then
10732 ac_save_CPPFLAGS="$CPPFLAGS"
10733 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
10734 $as_unset ac_cv_header_fontconfig_fontconfig_h
10735 for ac_header in fontconfig/fontconfig.h
10736 do :
10737 ac_fn_c_check_header_mongrel "$LINENO" "fontconfig/fontconfig.h" "ac_cv_header_fontconfig_fontconfig_h" "$ac_includes_default"
10738 if test "x$ac_cv_header_fontconfig_fontconfig_h" = x""yes; then :
10739 cat >>confdefs.h <<_ACEOF
10740 #define HAVE_FONTCONFIG_FONTCONFIG_H 1
10741 _ACEOF
10745 done
10747 CPPFLAGS="$ac_save_CPPFLAGS"
10748 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
10749 then
10750 FONTCONFIGINCL="$X_CFLAGS"
10752 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfontconfig" >&5
10753 $as_echo_n "checking for -lfontconfig... " >&6; }
10754 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then :
10755 $as_echo_n "(cached) " >&6
10756 else
10757 ac_check_soname_save_LIBS=$LIBS
10758 LIBS="-lfontconfig $X_LIBS $LIBS"
10759 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10760 /* end confdefs.h. */
10762 /* Override any GCC internal prototype to avoid an error.
10763 Use char because int might match the return type of a GCC
10764 builtin and then its argument prototype would still apply. */
10765 #ifdef __cplusplus
10766 extern "C"
10767 #endif
10768 char FcInit ();
10770 main ()
10772 return FcInit ();
10774 return 0;
10776 _ACEOF
10777 if ac_fn_c_try_link "$LINENO"; then :
10778 case "$LIBEXT" in
10779 dll) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest.exe | grep "fontconfig" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10780 dylib) ac_cv_lib_soname_fontconfig=`otool -L conftest$ac_exeext | grep "libfontconfig\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libfontconfig\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
10781 *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10782 esac
10784 rm -f core conftest.err conftest.$ac_objext \
10785 conftest$ac_exeext conftest.$ac_ext
10786 LIBS=$ac_check_soname_save_LIBS
10788 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then :
10789 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10790 $as_echo "not found" >&6; }
10792 else
10793 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_fontconfig" >&5
10794 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
10796 cat >>confdefs.h <<_ACEOF
10797 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
10798 _ACEOF
10804 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then :
10805 case "x$with_fontconfig" in
10806 x) as_fn_append wine_notices "|fontconfig ${notice_platform}development files not found, fontconfig won't be supported." ;;
10807 xno) ;;
10808 *) as_fn_error "fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
10809 This is an error since --with-fontconfig was requested." "$LINENO" 5 ;;
10810 esac
10813 if test "$ac_cv_header_openssl_err_h" = "yes" -a "$ac_cv_header_openssl_ssl_h" = "yes"
10814 then
10815 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lssl" >&5
10816 $as_echo_n "checking for -lssl... " >&6; }
10817 if test "${ac_cv_lib_soname_ssl+set}" = set; then :
10818 $as_echo_n "(cached) " >&6
10819 else
10820 ac_check_soname_save_LIBS=$LIBS
10821 LIBS="-lssl $LIBS"
10822 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10823 /* end confdefs.h. */
10825 /* Override any GCC internal prototype to avoid an error.
10826 Use char because int might match the return type of a GCC
10827 builtin and then its argument prototype would still apply. */
10828 #ifdef __cplusplus
10829 extern "C"
10830 #endif
10831 char SSL_library_init ();
10833 main ()
10835 return SSL_library_init ();
10837 return 0;
10839 _ACEOF
10840 if ac_fn_c_try_link "$LINENO"; then :
10841 case "$LIBEXT" in
10842 dll) ac_cv_lib_soname_ssl=`$ac_cv_path_LDD conftest.exe | grep "ssl" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10843 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'` ;;
10844 *) ac_cv_lib_soname_ssl=`$ac_cv_path_LDD conftest$ac_exeext | grep "libssl\\.$LIBEXT" | sed -e "s/^.*\(libssl\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10845 esac
10847 rm -f core conftest.err conftest.$ac_objext \
10848 conftest$ac_exeext conftest.$ac_ext
10849 LIBS=$ac_check_soname_save_LIBS
10851 if test "x$ac_cv_lib_soname_ssl" = "x"; then :
10852 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10853 $as_echo "not found" >&6; }
10855 else
10856 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_ssl" >&5
10857 $as_echo "$ac_cv_lib_soname_ssl" >&6; }
10859 cat >>confdefs.h <<_ACEOF
10860 #define SONAME_LIBSSL "$ac_cv_lib_soname_ssl"
10861 _ACEOF
10865 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcrypto" >&5
10866 $as_echo_n "checking for -lcrypto... " >&6; }
10867 if test "${ac_cv_lib_soname_crypto+set}" = set; then :
10868 $as_echo_n "(cached) " >&6
10869 else
10870 ac_check_soname_save_LIBS=$LIBS
10871 LIBS="-lcrypto $LIBS"
10872 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10873 /* end confdefs.h. */
10875 /* Override any GCC internal prototype to avoid an error.
10876 Use char because int might match the return type of a GCC
10877 builtin and then its argument prototype would still apply. */
10878 #ifdef __cplusplus
10879 extern "C"
10880 #endif
10881 char BIO_new_socket ();
10883 main ()
10885 return BIO_new_socket ();
10887 return 0;
10889 _ACEOF
10890 if ac_fn_c_try_link "$LINENO"; then :
10891 case "$LIBEXT" in
10892 dll) ac_cv_lib_soname_crypto=`$ac_cv_path_LDD conftest.exe | grep "crypto" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10893 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'` ;;
10894 *) ac_cv_lib_soname_crypto=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcrypto\\.$LIBEXT" | sed -e "s/^.*\(libcrypto\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10895 esac
10897 rm -f core conftest.err conftest.$ac_objext \
10898 conftest$ac_exeext conftest.$ac_ext
10899 LIBS=$ac_check_soname_save_LIBS
10901 if test "x$ac_cv_lib_soname_crypto" = "x"; then :
10902 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10903 $as_echo "not found" >&6; }
10905 else
10906 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_crypto" >&5
10907 $as_echo "$ac_cv_lib_soname_crypto" >&6; }
10909 cat >>confdefs.h <<_ACEOF
10910 #define SONAME_LIBCRYPTO "$ac_cv_lib_soname_crypto"
10911 _ACEOF
10916 if test "x$ac_cv_lib_soname_ssl" = "x" -o "x$ac_cv_lib_soname_crypto" = "x"; then :
10917 case "x$with_openssl" in
10918 x) as_fn_append wine_warnings "|OpenSSL ${notice_platform}development files not found, SSL won't be supported." ;;
10919 xno) ;;
10920 *) as_fn_error "OpenSSL ${notice_platform}development files not found, SSL won't be supported.
10921 This is an error since --with-openssl was requested." "$LINENO" 5 ;;
10922 esac
10925 if test "$ac_cv_header_gsm_h" = "yes" -o "$ac_cv_header_gsm_gsm_h" = "yes"
10926 then
10927 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lgsm" >&5
10928 $as_echo_n "checking for -lgsm... " >&6; }
10929 if test "${ac_cv_lib_soname_gsm+set}" = set; then :
10930 $as_echo_n "(cached) " >&6
10931 else
10932 ac_check_soname_save_LIBS=$LIBS
10933 LIBS="-lgsm $LIBS"
10934 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10935 /* end confdefs.h. */
10937 /* Override any GCC internal prototype to avoid an error.
10938 Use char because int might match the return type of a GCC
10939 builtin and then its argument prototype would still apply. */
10940 #ifdef __cplusplus
10941 extern "C"
10942 #endif
10943 char gsm_create ();
10945 main ()
10947 return gsm_create ();
10949 return 0;
10951 _ACEOF
10952 if ac_fn_c_try_link "$LINENO"; then :
10953 case "$LIBEXT" in
10954 dll) ac_cv_lib_soname_gsm=`$ac_cv_path_LDD conftest.exe | grep "gsm" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10955 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'` ;;
10956 *) ac_cv_lib_soname_gsm=`$ac_cv_path_LDD conftest$ac_exeext | grep "libgsm\\.$LIBEXT" | sed -e "s/^.*\(libgsm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10957 esac
10959 rm -f core conftest.err conftest.$ac_objext \
10960 conftest$ac_exeext conftest.$ac_ext
10961 LIBS=$ac_check_soname_save_LIBS
10963 if test "x$ac_cv_lib_soname_gsm" = "x"; then :
10964 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10965 $as_echo "not found" >&6; }
10967 else
10968 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_gsm" >&5
10969 $as_echo "$ac_cv_lib_soname_gsm" >&6; }
10971 cat >>confdefs.h <<_ACEOF
10972 #define SONAME_LIBGSM "$ac_cv_lib_soname_gsm"
10973 _ACEOF
10978 if test "x$ac_cv_lib_soname_gsm" = "x"; then :
10979 case "x$with_gsm" in
10980 x) as_fn_append wine_notices "|libgsm ${notice_platform}development files not found, gsm 06.10 codec won't be supported." ;;
10981 xno) ;;
10982 *) as_fn_error "libgsm ${notice_platform}development files not found, gsm 06.10 codec won't be supported.
10983 This is an error since --with-gsm was requested." "$LINENO" 5 ;;
10984 esac
10987 if test "$ac_cv_header_jpeglib_h" = "yes"
10988 then
10989 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ljpeg" >&5
10990 $as_echo_n "checking for -ljpeg... " >&6; }
10991 if test "${ac_cv_lib_soname_jpeg+set}" = set; then :
10992 $as_echo_n "(cached) " >&6
10993 else
10994 ac_check_soname_save_LIBS=$LIBS
10995 LIBS="-ljpeg $LIBS"
10996 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10997 /* end confdefs.h. */
10999 /* Override any GCC internal prototype to avoid an error.
11000 Use char because int might match the return type of a GCC
11001 builtin and then its argument prototype would still apply. */
11002 #ifdef __cplusplus
11003 extern "C"
11004 #endif
11005 char jpeg_start_decompress ();
11007 main ()
11009 return jpeg_start_decompress ();
11011 return 0;
11013 _ACEOF
11014 if ac_fn_c_try_link "$LINENO"; then :
11015 case "$LIBEXT" in
11016 dll) ac_cv_lib_soname_jpeg=`$ac_cv_path_LDD conftest.exe | grep "jpeg" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11017 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'` ;;
11018 *) ac_cv_lib_soname_jpeg=`$ac_cv_path_LDD conftest$ac_exeext | grep "libjpeg\\.$LIBEXT" | sed -e "s/^.*\(libjpeg\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11019 esac
11021 rm -f core conftest.err conftest.$ac_objext \
11022 conftest$ac_exeext conftest.$ac_ext
11023 LIBS=$ac_check_soname_save_LIBS
11025 if test "x$ac_cv_lib_soname_jpeg" = "x"; then :
11026 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11027 $as_echo "not found" >&6; }
11029 else
11030 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_jpeg" >&5
11031 $as_echo "$ac_cv_lib_soname_jpeg" >&6; }
11033 cat >>confdefs.h <<_ACEOF
11034 #define SONAME_LIBJPEG "$ac_cv_lib_soname_jpeg"
11035 _ACEOF
11040 if test "x$ac_cv_lib_soname_jpeg" = "x"; then :
11041 case "x$with_jpeg" in
11042 x) as_fn_append wine_warnings "|libjpeg ${notice_platform}development files not found, JPEG won't be supported." ;;
11043 xno) ;;
11044 *) as_fn_error "libjpeg ${notice_platform}development files not found, JPEG won't be supported.
11045 This is an error since --with-jpeg was requested." "$LINENO" 5 ;;
11046 esac
11049 if test "$ac_cv_header_png_h" = "yes"
11050 then
11051 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lpng" >&5
11052 $as_echo_n "checking for -lpng... " >&6; }
11053 if test "${ac_cv_lib_soname_png+set}" = set; then :
11054 $as_echo_n "(cached) " >&6
11055 else
11056 ac_check_soname_save_LIBS=$LIBS
11057 LIBS="-lpng -lm -lz $LIBS"
11058 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11059 /* end confdefs.h. */
11061 /* Override any GCC internal prototype to avoid an error.
11062 Use char because int might match the return type of a GCC
11063 builtin and then its argument prototype would still apply. */
11064 #ifdef __cplusplus
11065 extern "C"
11066 #endif
11067 char png_create_read_struct ();
11069 main ()
11071 return png_create_read_struct ();
11073 return 0;
11075 _ACEOF
11076 if ac_fn_c_try_link "$LINENO"; then :
11077 case "$LIBEXT" in
11078 dll) ac_cv_lib_soname_png=`$ac_cv_path_LDD conftest.exe | grep "png" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11079 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'` ;;
11080 *) 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'` ;;
11081 esac
11083 rm -f core conftest.err conftest.$ac_objext \
11084 conftest$ac_exeext conftest.$ac_ext
11085 LIBS=$ac_check_soname_save_LIBS
11087 if test "x$ac_cv_lib_soname_png" = "x"; then :
11088 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11089 $as_echo "not found" >&6; }
11091 else
11092 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_png" >&5
11093 $as_echo "$ac_cv_lib_soname_png" >&6; }
11095 cat >>confdefs.h <<_ACEOF
11096 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
11097 _ACEOF
11101 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for png_set_expand_gray_1_2_4_to_8 in -lpng" >&5
11102 $as_echo_n "checking for png_set_expand_gray_1_2_4_to_8 in -lpng... " >&6; }
11103 if test "${ac_cv_lib_png_png_set_expand_gray_1_2_4_to_8+set}" = set; then :
11104 $as_echo_n "(cached) " >&6
11105 else
11106 ac_check_lib_save_LIBS=$LIBS
11107 LIBS="-lpng -lm -lz $LIBS"
11108 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11109 /* end confdefs.h. */
11111 /* Override any GCC internal prototype to avoid an error.
11112 Use char because int might match the return type of a GCC
11113 builtin and then its argument prototype would still apply. */
11114 #ifdef __cplusplus
11115 extern "C"
11116 #endif
11117 char png_set_expand_gray_1_2_4_to_8 ();
11119 main ()
11121 return png_set_expand_gray_1_2_4_to_8 ();
11123 return 0;
11125 _ACEOF
11126 if ac_fn_c_try_link "$LINENO"; then :
11127 ac_cv_lib_png_png_set_expand_gray_1_2_4_to_8=yes
11128 else
11129 ac_cv_lib_png_png_set_expand_gray_1_2_4_to_8=no
11131 rm -f core conftest.err conftest.$ac_objext \
11132 conftest$ac_exeext conftest.$ac_ext
11133 LIBS=$ac_check_lib_save_LIBS
11135 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_png_png_set_expand_gray_1_2_4_to_8" >&5
11136 $as_echo "$ac_cv_lib_png_png_set_expand_gray_1_2_4_to_8" >&6; }
11137 if test "x$ac_cv_lib_png_png_set_expand_gray_1_2_4_to_8" = x""yes; then :
11139 $as_echo "#define HAVE_PNG_SET_EXPAND_GRAY_1_2_4_TO_8 1" >>confdefs.h
11144 elif test -n "$X_CFLAGS" -a "x$with_png" != "xno"
11145 then
11146 ac_save_CPPFLAGS="$CPPFLAGS"
11147 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
11148 $as_unset ac_cv_header_png_h
11149 for ac_header in png.h
11150 do :
11151 ac_fn_c_check_header_mongrel "$LINENO" "png.h" "ac_cv_header_png_h" "$ac_includes_default"
11152 if test "x$ac_cv_header_png_h" = x""yes; then :
11153 cat >>confdefs.h <<_ACEOF
11154 #define HAVE_PNG_H 1
11155 _ACEOF
11159 done
11161 CPPFLAGS="$ac_save_CPPFLAGS"
11162 if test "$ac_cv_header_png_h" = "yes"
11163 then
11164 PNGINCL="$X_CFLAGS"
11166 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lpng" >&5
11167 $as_echo_n "checking for -lpng... " >&6; }
11168 if test "${ac_cv_lib_soname_png+set}" = set; then :
11169 $as_echo_n "(cached) " >&6
11170 else
11171 ac_check_soname_save_LIBS=$LIBS
11172 LIBS="-lpng $X_LIBS -lm -lz $LIBS"
11173 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11174 /* end confdefs.h. */
11176 /* Override any GCC internal prototype to avoid an error.
11177 Use char because int might match the return type of a GCC
11178 builtin and then its argument prototype would still apply. */
11179 #ifdef __cplusplus
11180 extern "C"
11181 #endif
11182 char png_create_read_struct ();
11184 main ()
11186 return png_create_read_struct ();
11188 return 0;
11190 _ACEOF
11191 if ac_fn_c_try_link "$LINENO"; then :
11192 case "$LIBEXT" in
11193 dll) ac_cv_lib_soname_png=`$ac_cv_path_LDD conftest.exe | grep "png" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11194 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'` ;;
11195 *) 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'` ;;
11196 esac
11198 rm -f core conftest.err conftest.$ac_objext \
11199 conftest$ac_exeext conftest.$ac_ext
11200 LIBS=$ac_check_soname_save_LIBS
11202 if test "x$ac_cv_lib_soname_png" = "x"; then :
11203 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11204 $as_echo "not found" >&6; }
11206 else
11207 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_png" >&5
11208 $as_echo "$ac_cv_lib_soname_png" >&6; }
11210 cat >>confdefs.h <<_ACEOF
11211 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
11212 _ACEOF
11216 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for png_set_expand_gray_1_2_4_to_8 in -lpng" >&5
11217 $as_echo_n "checking for png_set_expand_gray_1_2_4_to_8 in -lpng... " >&6; }
11218 if test "${ac_cv_lib_png_png_set_expand_gray_1_2_4_to_8+set}" = set; then :
11219 $as_echo_n "(cached) " >&6
11220 else
11221 ac_check_lib_save_LIBS=$LIBS
11222 LIBS="-lpng $X_LIBS -lm -lz $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 png_set_expand_gray_1_2_4_to_8 ();
11234 main ()
11236 return png_set_expand_gray_1_2_4_to_8 ();
11238 return 0;
11240 _ACEOF
11241 if ac_fn_c_try_link "$LINENO"; then :
11242 ac_cv_lib_png_png_set_expand_gray_1_2_4_to_8=yes
11243 else
11244 ac_cv_lib_png_png_set_expand_gray_1_2_4_to_8=no
11246 rm -f core conftest.err conftest.$ac_objext \
11247 conftest$ac_exeext conftest.$ac_ext
11248 LIBS=$ac_check_lib_save_LIBS
11250 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_png_png_set_expand_gray_1_2_4_to_8" >&5
11251 $as_echo "$ac_cv_lib_png_png_set_expand_gray_1_2_4_to_8" >&6; }
11252 if test "x$ac_cv_lib_png_png_set_expand_gray_1_2_4_to_8" = x""yes; then :
11253 $as_echo "#define HAVE_PNG_SET_EXPAND_GRAY_1_2_4_TO_8 1" >>confdefs.h
11259 if test "x$ac_cv_lib_soname_png" = "x"; then :
11260 case "x$with_png" in
11261 x) as_fn_append wine_warnings "|libpng ${notice_platform}development files not found, PNG won't be supported." ;;
11262 xno) ;;
11263 *) as_fn_error "libpng ${notice_platform}development files not found, PNG won't be supported.
11264 This is an error since --with-png was requested." "$LINENO" 5 ;;
11265 esac
11268 if test "$ac_cv_header_tiffio_h" = "yes"
11269 then
11270 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ltiff" >&5
11271 $as_echo_n "checking for -ltiff... " >&6; }
11272 if test "${ac_cv_lib_soname_tiff+set}" = set; then :
11273 $as_echo_n "(cached) " >&6
11274 else
11275 ac_check_soname_save_LIBS=$LIBS
11276 LIBS="-ltiff $LIBS"
11277 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11278 /* end confdefs.h. */
11280 /* Override any GCC internal prototype to avoid an error.
11281 Use char because int might match the return type of a GCC
11282 builtin and then its argument prototype would still apply. */
11283 #ifdef __cplusplus
11284 extern "C"
11285 #endif
11286 char TIFFClientOpen ();
11288 main ()
11290 return TIFFClientOpen ();
11292 return 0;
11294 _ACEOF
11295 if ac_fn_c_try_link "$LINENO"; then :
11296 case "$LIBEXT" in
11297 dll) ac_cv_lib_soname_tiff=`$ac_cv_path_LDD conftest.exe | grep "tiff" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11298 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'` ;;
11299 *) ac_cv_lib_soname_tiff=`$ac_cv_path_LDD conftest$ac_exeext | grep "libtiff\\.$LIBEXT" | sed -e "s/^.*\(libtiff\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11300 esac
11302 rm -f core conftest.err conftest.$ac_objext \
11303 conftest$ac_exeext conftest.$ac_ext
11304 LIBS=$ac_check_soname_save_LIBS
11306 if test "x$ac_cv_lib_soname_tiff" = "x"; then :
11307 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11308 $as_echo "not found" >&6; }
11310 else
11311 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_tiff" >&5
11312 $as_echo "$ac_cv_lib_soname_tiff" >&6; }
11314 cat >>confdefs.h <<_ACEOF
11315 #define SONAME_LIBTIFF "$ac_cv_lib_soname_tiff"
11316 _ACEOF
11321 if test "x$ac_cv_lib_soname_tiff" = "x"; then :
11322 case "x$with_tiff" in
11323 x) as_fn_append wine_notices "|libtiff ${notice_platform}development files not found, TIFF won't be supported." ;;
11324 xno) ;;
11325 *) as_fn_error "libtiff ${notice_platform}development files not found, TIFF won't be supported.
11326 This is an error since --with-tiff was requested." "$LINENO" 5 ;;
11327 esac
11330 if test "$ac_cv_header_mpg123_h" = "yes"
11331 then
11332 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for mpg123_feed in -lmpg123" >&5
11333 $as_echo_n "checking for mpg123_feed in -lmpg123... " >&6; }
11334 if test "${ac_cv_lib_mpg123_mpg123_feed+set}" = set; then :
11335 $as_echo_n "(cached) " >&6
11336 else
11337 ac_check_lib_save_LIBS=$LIBS
11338 LIBS="-lmpg123 $LIBS"
11339 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11340 /* end confdefs.h. */
11342 /* Override any GCC internal prototype to avoid an error.
11343 Use char because int might match the return type of a GCC
11344 builtin and then its argument prototype would still apply. */
11345 #ifdef __cplusplus
11346 extern "C"
11347 #endif
11348 char mpg123_feed ();
11350 main ()
11352 return mpg123_feed ();
11354 return 0;
11356 _ACEOF
11357 if ac_fn_c_try_link "$LINENO"; then :
11358 ac_cv_lib_mpg123_mpg123_feed=yes
11359 else
11360 ac_cv_lib_mpg123_mpg123_feed=no
11362 rm -f core conftest.err conftest.$ac_objext \
11363 conftest$ac_exeext conftest.$ac_ext
11364 LIBS=$ac_check_lib_save_LIBS
11366 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_mpg123_mpg123_feed" >&5
11367 $as_echo "$ac_cv_lib_mpg123_mpg123_feed" >&6; }
11368 if test "x$ac_cv_lib_mpg123_mpg123_feed" = x""yes; then :
11369 LIBMPG123="-lmpg123"
11374 if test "x$ac_cv_lib_mpg123_mpg123_feed" != xyes -a x"$ac_cv_header_CoreAudio_CoreAudio_h" != xyes; then :
11375 case "x$with_mpg123" in
11376 x) as_fn_append wine_notices "|libmpg123 ${notice_platform}development files not found (or too old), mp3 codec won't be supported." ;;
11377 xno) ;;
11378 *) as_fn_error "libmpg123 ${notice_platform}development files not found (or too old), mp3 codec won't be supported.
11379 This is an error since --with-mpg123 was requested." "$LINENO" 5 ;;
11380 esac
11382 test "x$ac_cv_lib_mpg123_mpg123_feed" = xyes -o "x$ac_cv_func_AudioFileStreamOpen" = xyes || enable_winemp3_acm=${enable_winemp3_acm:-no}
11384 if test "$ac_cv_header_AL_al_h" = "yes"
11385 then
11386 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for alGetSource3i in -lopenal" >&5
11387 $as_echo_n "checking for alGetSource3i in -lopenal... " >&6; }
11388 if test "${ac_cv_lib_openal_alGetSource3i+set}" = set; then :
11389 $as_echo_n "(cached) " >&6
11390 else
11391 ac_check_lib_save_LIBS=$LIBS
11392 LIBS="-lopenal $LIBS"
11393 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11394 /* end confdefs.h. */
11396 /* Override any GCC internal prototype to avoid an error.
11397 Use char because int might match the return type of a GCC
11398 builtin and then its argument prototype would still apply. */
11399 #ifdef __cplusplus
11400 extern "C"
11401 #endif
11402 char alGetSource3i ();
11404 main ()
11406 return alGetSource3i ();
11408 return 0;
11410 _ACEOF
11411 if ac_fn_c_try_link "$LINENO"; then :
11412 ac_cv_lib_openal_alGetSource3i=yes
11413 else
11414 ac_cv_lib_openal_alGetSource3i=no
11416 rm -f core conftest.err conftest.$ac_objext \
11417 conftest$ac_exeext conftest.$ac_ext
11418 LIBS=$ac_check_lib_save_LIBS
11420 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_openal_alGetSource3i" >&5
11421 $as_echo "$ac_cv_lib_openal_alGetSource3i" >&6; }
11422 if test "x$ac_cv_lib_openal_alGetSource3i" = x""yes; then :
11423 LIBOPENAL="-lopenal"
11428 if test "x$ac_cv_lib_openal_alGetSource3i" != xyes; then :
11429 case "x$with_openal" in
11430 x) as_fn_append wine_notices "|libopenal ${notice_platform}development files not found (or too old), OpenAL won't be supported." ;;
11431 xno) ;;
11432 *) as_fn_error "libopenal ${notice_platform}development files not found (or too old), OpenAL won't be supported.
11433 This is an error since --with-openal was requested." "$LINENO" 5 ;;
11434 esac
11436 test "x$ac_cv_lib_openal_alGetSource3i" = xyes || enable_openal32=${enable_openal32:-no}
11438 if test "$ac_cv_header_kstat_h" = "yes"
11439 then
11440 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for kstat_open in -lkstat" >&5
11441 $as_echo_n "checking for kstat_open in -lkstat... " >&6; }
11442 if test "${ac_cv_lib_kstat_kstat_open+set}" = set; then :
11443 $as_echo_n "(cached) " >&6
11444 else
11445 ac_check_lib_save_LIBS=$LIBS
11446 LIBS="-lkstat $LIBS"
11447 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11448 /* end confdefs.h. */
11450 /* Override any GCC internal prototype to avoid an error.
11451 Use char because int might match the return type of a GCC
11452 builtin and then its argument prototype would still apply. */
11453 #ifdef __cplusplus
11454 extern "C"
11455 #endif
11456 char kstat_open ();
11458 main ()
11460 return kstat_open ();
11462 return 0;
11464 _ACEOF
11465 if ac_fn_c_try_link "$LINENO"; then :
11466 ac_cv_lib_kstat_kstat_open=yes
11467 else
11468 ac_cv_lib_kstat_kstat_open=no
11470 rm -f core conftest.err conftest.$ac_objext \
11471 conftest$ac_exeext conftest.$ac_ext
11472 LIBS=$ac_check_lib_save_LIBS
11474 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_kstat_kstat_open" >&5
11475 $as_echo "$ac_cv_lib_kstat_kstat_open" >&6; }
11476 if test "x$ac_cv_lib_kstat_kstat_open" = x""yes; then :
11478 $as_echo "#define HAVE_LIBKSTAT 1" >>confdefs.h
11480 LIBKSTAT="-lkstat"
11486 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lodbc" >&5
11487 $as_echo_n "checking for -lodbc... " >&6; }
11488 if test "${ac_cv_lib_soname_odbc+set}" = set; then :
11489 $as_echo_n "(cached) " >&6
11490 else
11491 ac_check_soname_save_LIBS=$LIBS
11492 LIBS="-lodbc $LIBS"
11493 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11494 /* end confdefs.h. */
11496 /* Override any GCC internal prototype to avoid an error.
11497 Use char because int might match the return type of a GCC
11498 builtin and then its argument prototype would still apply. */
11499 #ifdef __cplusplus
11500 extern "C"
11501 #endif
11502 char SQLConnect ();
11504 main ()
11506 return SQLConnect ();
11508 return 0;
11510 _ACEOF
11511 if ac_fn_c_try_link "$LINENO"; then :
11512 case "$LIBEXT" in
11513 dll) ac_cv_lib_soname_odbc=`$ac_cv_path_LDD conftest.exe | grep "odbc" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11514 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'` ;;
11515 *) ac_cv_lib_soname_odbc=`$ac_cv_path_LDD conftest$ac_exeext | grep "libodbc\\.$LIBEXT" | sed -e "s/^.*\(libodbc\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11516 esac
11518 rm -f core conftest.err conftest.$ac_objext \
11519 conftest$ac_exeext conftest.$ac_ext
11520 LIBS=$ac_check_soname_save_LIBS
11522 if test "x$ac_cv_lib_soname_odbc" = "x"; then :
11523 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11524 $as_echo "not found" >&6; }
11525 cat >>confdefs.h <<_ACEOF
11526 #define SONAME_LIBODBC "libodbc.$LIBEXT"
11527 _ACEOF
11529 else
11530 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_odbc" >&5
11531 $as_echo "$ac_cv_lib_soname_odbc" >&6; }
11533 cat >>confdefs.h <<_ACEOF
11534 #define SONAME_LIBODBC "$ac_cv_lib_soname_odbc"
11535 _ACEOF
11540 if test "x$ALSALIBS$AUDIOIOLIBS$COREAUDIO$NASLIBS$ESDLIBS$ac_cv_lib_soname_jack" = "x" -a \
11541 "$ac_cv_header_sys_soundcard_h" != "yes" -a \
11542 "$ac_cv_header_machine_soundcard_h" != "yes" -a \
11543 "$ac_cv_header_soundcard_h" != "yes" -a \
11544 "x$with_alsa$with_audioio$with_coreaudio$with_nas$with_esd$with_jack$with_oss" != xnonononononono
11545 then
11546 as_fn_append wine_warnings "|No sound system was found. Windows applications will be silent."
11550 EXTRACFLAGS=""
11552 if test "x${GCC}" = "xyes"
11553 then
11554 EXTRACFLAGS="-Wall -pipe"
11556 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gcc strength-reduce bug" >&5
11557 $as_echo_n "checking for gcc strength-reduce bug... " >&6; }
11558 if test "${ac_cv_c_gcc_strength_bug+set}" = set; then :
11559 $as_echo_n "(cached) " >&6
11560 else
11561 if test "$cross_compiling" = yes; then :
11562 ac_cv_c_gcc_strength_bug="yes"
11563 else
11564 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11565 /* end confdefs.h. */
11566 int L[4] = {0,1,2,3};
11568 main ()
11570 static int Array[3];
11571 unsigned int B = 3;
11572 int i;
11573 for(i=0; i<B; i++) Array[i] = i - 3;
11574 for(i=0; i<4 - 1; i++) L[i] = L[i + 1];
11575 L[i] = 4;
11576 return (Array[1] != -2 || L[2] != 3)
11578 return 0;
11580 _ACEOF
11581 if ac_fn_c_try_run "$LINENO"; then :
11582 ac_cv_c_gcc_strength_bug="no"
11583 else
11584 ac_cv_c_gcc_strength_bug="yes"
11586 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
11587 conftest.$ac_objext conftest.beam conftest.$ac_ext
11591 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_gcc_strength_bug" >&5
11592 $as_echo "$ac_cv_c_gcc_strength_bug" >&6; }
11593 if test "$ac_cv_c_gcc_strength_bug" = "yes"
11594 then
11595 EXTRACFLAGS="$EXTRACFLAGS -fno-strength-reduce"
11598 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-builtin" >&5
11599 $as_echo_n "checking whether the compiler supports -fno-builtin... " >&6; }
11600 if test "${ac_cv_cflags__fno_builtin+set}" = set; then :
11601 $as_echo_n "(cached) " >&6
11602 else
11603 ac_wine_try_cflags_saved=$CFLAGS
11604 CFLAGS="$CFLAGS -fno-builtin"
11605 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11606 /* end confdefs.h. */
11607 int main(int argc, char **argv) { return 0; }
11608 _ACEOF
11609 if ac_fn_c_try_link "$LINENO"; then :
11610 ac_cv_cflags__fno_builtin=yes
11611 else
11612 ac_cv_cflags__fno_builtin=no
11614 rm -f core conftest.err conftest.$ac_objext \
11615 conftest$ac_exeext conftest.$ac_ext
11616 CFLAGS=$ac_wine_try_cflags_saved
11618 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_builtin" >&5
11619 $as_echo "$ac_cv_cflags__fno_builtin" >&6; }
11620 if test $ac_cv_cflags__fno_builtin = yes; then :
11621 BUILTINFLAG="-fno-builtin"
11624 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-strict-aliasing" >&5
11625 $as_echo_n "checking whether the compiler supports -fno-strict-aliasing... " >&6; }
11626 if test "${ac_cv_cflags__fno_strict_aliasing+set}" = set; then :
11627 $as_echo_n "(cached) " >&6
11628 else
11629 ac_wine_try_cflags_saved=$CFLAGS
11630 CFLAGS="$CFLAGS -fno-strict-aliasing"
11631 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11632 /* end confdefs.h. */
11633 int main(int argc, char **argv) { return 0; }
11634 _ACEOF
11635 if ac_fn_c_try_link "$LINENO"; then :
11636 ac_cv_cflags__fno_strict_aliasing=yes
11637 else
11638 ac_cv_cflags__fno_strict_aliasing=no
11640 rm -f core conftest.err conftest.$ac_objext \
11641 conftest$ac_exeext conftest.$ac_ext
11642 CFLAGS=$ac_wine_try_cflags_saved
11644 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_strict_aliasing" >&5
11645 $as_echo "$ac_cv_cflags__fno_strict_aliasing" >&6; }
11646 if test $ac_cv_cflags__fno_strict_aliasing = yes; then :
11647 EXTRACFLAGS="$EXTRACFLAGS -fno-strict-aliasing"
11649 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wdeclaration-after-statement" >&5
11650 $as_echo_n "checking whether the compiler supports -Wdeclaration-after-statement... " >&6; }
11651 if test "${ac_cv_cflags__Wdeclaration_after_statement+set}" = set; then :
11652 $as_echo_n "(cached) " >&6
11653 else
11654 ac_wine_try_cflags_saved=$CFLAGS
11655 CFLAGS="$CFLAGS -Wdeclaration-after-statement"
11656 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11657 /* end confdefs.h. */
11658 int main(int argc, char **argv) { return 0; }
11659 _ACEOF
11660 if ac_fn_c_try_link "$LINENO"; then :
11661 ac_cv_cflags__Wdeclaration_after_statement=yes
11662 else
11663 ac_cv_cflags__Wdeclaration_after_statement=no
11665 rm -f core conftest.err conftest.$ac_objext \
11666 conftest$ac_exeext conftest.$ac_ext
11667 CFLAGS=$ac_wine_try_cflags_saved
11669 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wdeclaration_after_statement" >&5
11670 $as_echo "$ac_cv_cflags__Wdeclaration_after_statement" >&6; }
11671 if test $ac_cv_cflags__Wdeclaration_after_statement = yes; then :
11672 EXTRACFLAGS="$EXTRACFLAGS -Wdeclaration-after-statement"
11674 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wstrict-prototypes" >&5
11675 $as_echo_n "checking whether the compiler supports -Wstrict-prototypes... " >&6; }
11676 if test "${ac_cv_cflags__Wstrict_prototypes+set}" = set; then :
11677 $as_echo_n "(cached) " >&6
11678 else
11679 ac_wine_try_cflags_saved=$CFLAGS
11680 CFLAGS="$CFLAGS -Wstrict-prototypes"
11681 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11682 /* end confdefs.h. */
11683 int main(int argc, char **argv) { return 0; }
11684 _ACEOF
11685 if ac_fn_c_try_link "$LINENO"; then :
11686 ac_cv_cflags__Wstrict_prototypes=yes
11687 else
11688 ac_cv_cflags__Wstrict_prototypes=no
11690 rm -f core conftest.err conftest.$ac_objext \
11691 conftest$ac_exeext conftest.$ac_ext
11692 CFLAGS=$ac_wine_try_cflags_saved
11694 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wstrict_prototypes" >&5
11695 $as_echo "$ac_cv_cflags__Wstrict_prototypes" >&6; }
11696 if test $ac_cv_cflags__Wstrict_prototypes = yes; then :
11697 EXTRACFLAGS="$EXTRACFLAGS -Wstrict-prototypes"
11699 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wtype-limits" >&5
11700 $as_echo_n "checking whether the compiler supports -Wtype-limits... " >&6; }
11701 if test "${ac_cv_cflags__Wtype_limits+set}" = set; then :
11702 $as_echo_n "(cached) " >&6
11703 else
11704 ac_wine_try_cflags_saved=$CFLAGS
11705 CFLAGS="$CFLAGS -Wtype-limits"
11706 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11707 /* end confdefs.h. */
11708 int main(int argc, char **argv) { return 0; }
11709 _ACEOF
11710 if ac_fn_c_try_link "$LINENO"; then :
11711 ac_cv_cflags__Wtype_limits=yes
11712 else
11713 ac_cv_cflags__Wtype_limits=no
11715 rm -f core conftest.err conftest.$ac_objext \
11716 conftest$ac_exeext conftest.$ac_ext
11717 CFLAGS=$ac_wine_try_cflags_saved
11719 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wtype_limits" >&5
11720 $as_echo "$ac_cv_cflags__Wtype_limits" >&6; }
11721 if test $ac_cv_cflags__Wtype_limits = yes; then :
11722 EXTRACFLAGS="$EXTRACFLAGS -Wtype-limits"
11724 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wwrite-strings" >&5
11725 $as_echo_n "checking whether the compiler supports -Wwrite-strings... " >&6; }
11726 if test "${ac_cv_cflags__Wwrite_strings+set}" = set; then :
11727 $as_echo_n "(cached) " >&6
11728 else
11729 ac_wine_try_cflags_saved=$CFLAGS
11730 CFLAGS="$CFLAGS -Wwrite-strings"
11731 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11732 /* end confdefs.h. */
11733 int main(int argc, char **argv) { return 0; }
11734 _ACEOF
11735 if ac_fn_c_try_link "$LINENO"; then :
11736 ac_cv_cflags__Wwrite_strings=yes
11737 else
11738 ac_cv_cflags__Wwrite_strings=no
11740 rm -f core conftest.err conftest.$ac_objext \
11741 conftest$ac_exeext conftest.$ac_ext
11742 CFLAGS=$ac_wine_try_cflags_saved
11744 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wwrite_strings" >&5
11745 $as_echo "$ac_cv_cflags__Wwrite_strings" >&6; }
11746 if test $ac_cv_cflags__Wwrite_strings = yes; then :
11747 EXTRACFLAGS="$EXTRACFLAGS -Wwrite-strings"
11750 saved_CFLAGS="$CFLAGS"
11751 CFLAGS="$CFLAGS -Wpointer-arith -Werror"
11752 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for broken string.h that generates warnings" >&5
11753 $as_echo_n "checking for broken string.h that generates warnings... " >&6; }
11754 if test "${ac_cv_c_string_h_warnings+set}" = set; then :
11755 $as_echo_n "(cached) " >&6
11756 else
11757 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11758 /* end confdefs.h. */
11759 #include <string.h>
11761 main ()
11765 return 0;
11767 _ACEOF
11768 if ac_fn_c_try_compile "$LINENO"; then :
11769 ac_cv_c_string_h_warnings=no
11770 else
11771 ac_cv_c_string_h_warnings=yes
11773 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11775 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_string_h_warnings" >&5
11776 $as_echo "$ac_cv_c_string_h_warnings" >&6; }
11777 CFLAGS="$saved_CFLAGS"
11778 if test "$ac_cv_c_string_h_warnings" = "no"
11779 then
11780 EXTRACFLAGS="$EXTRACFLAGS -Wpointer-arith"
11783 if test "${enable_maintainer_mode+set}" = set
11784 then
11785 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Werror" >&5
11786 $as_echo_n "checking whether the compiler supports -Werror... " >&6; }
11787 if test "${ac_cv_cflags__Werror+set}" = set; then :
11788 $as_echo_n "(cached) " >&6
11789 else
11790 ac_wine_try_cflags_saved=$CFLAGS
11791 CFLAGS="$CFLAGS -Werror"
11792 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11793 /* end confdefs.h. */
11794 int main(int argc, char **argv) { return 0; }
11795 _ACEOF
11796 if ac_fn_c_try_link "$LINENO"; then :
11797 ac_cv_cflags__Werror=yes
11798 else
11799 ac_cv_cflags__Werror=no
11801 rm -f core conftest.err conftest.$ac_objext \
11802 conftest$ac_exeext conftest.$ac_ext
11803 CFLAGS=$ac_wine_try_cflags_saved
11805 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Werror" >&5
11806 $as_echo "$ac_cv_cflags__Werror" >&6; }
11807 if test $ac_cv_cflags__Werror = yes; then :
11808 EXTRACFLAGS="$EXTRACFLAGS -Werror"
11812 saved_CFLAGS="$CFLAGS"
11813 CFLAGS="$CFLAGS -Werror"
11814 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ms_hook_prologue attribute" >&5
11815 $as_echo_n "checking for ms_hook_prologue attribute... " >&6; }
11816 if test "${ac_cv_have_ms_hook_prologue+set}" = set; then :
11817 $as_echo_n "(cached) " >&6
11818 else
11819 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11820 /* end confdefs.h. */
11821 int __attribute__((__ms_hook_prologue__)) test(void) { return 0; }
11823 main ()
11827 return 0;
11829 _ACEOF
11830 if ac_fn_c_try_compile "$LINENO"; then :
11831 ac_cv_have_ms_hook_prologue="yes"
11832 else
11833 ac_cv_have_ms_hook_prologue="no"
11835 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11837 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_ms_hook_prologue" >&5
11838 $as_echo "$ac_cv_have_ms_hook_prologue" >&6; }
11839 CFLAGS="$saved_CFLAGS"
11840 if test "$ac_cv_have_ms_hook_prologue" = "yes"
11841 then
11843 $as_echo "#define DECLSPEC_HOTPATCH __attribute__((__ms_hook_prologue__))" >>confdefs.h
11845 else
11846 $as_echo "#define DECLSPEC_HOTPATCH /* */" >>confdefs.h
11852 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether external symbols need an underscore prefix" >&5
11853 $as_echo_n "checking whether external symbols need an underscore prefix... " >&6; }
11854 if test "${ac_cv_c_extern_prefix+set}" = set; then :
11855 $as_echo_n "(cached) " >&6
11856 else
11857 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11858 /* end confdefs.h. */
11859 extern int ac_test;
11861 main ()
11863 asm(".globl _ac_test\n_ac_test:\t.long 0"); if (ac_test) return 1
11865 return 0;
11867 _ACEOF
11868 if ac_fn_c_try_link "$LINENO"; then :
11869 ac_cv_c_extern_prefix="yes"
11870 else
11871 ac_cv_c_extern_prefix="no"
11873 rm -f core conftest.err conftest.$ac_objext \
11874 conftest$ac_exeext conftest.$ac_ext
11876 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_extern_prefix" >&5
11877 $as_echo "$ac_cv_c_extern_prefix" >&6; }
11879 case $host_cpu in
11880 *i[3456789]86*)
11881 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether external symbols need stdcall decoration" >&5
11882 $as_echo_n "checking whether external symbols need stdcall decoration... " >&6; }
11883 if test "${ac_cv_c_stdcall_suffix+set}" = set; then :
11884 $as_echo_n "(cached) " >&6
11885 else
11886 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11887 /* end confdefs.h. */
11888 #ifndef _MSC_VER
11889 #define __stdcall __attribute__((__stdcall__))
11890 #endif
11891 int __stdcall ac_test(int i) { return i; }
11893 main ()
11895 asm("jmp _ac_test@4"); if (ac_test(1)) return 1
11897 return 0;
11899 _ACEOF
11900 if ac_fn_c_try_link "$LINENO"; then :
11901 ac_cv_c_stdcall_suffix="yes"
11902 else
11903 ac_cv_c_stdcall_suffix="no"
11905 rm -f core conftest.err conftest.$ac_objext \
11906 conftest$ac_exeext conftest.$ac_ext
11908 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_stdcall_suffix" >&5
11909 $as_echo "$ac_cv_c_stdcall_suffix" >&6; } ;;
11910 *) ac_cv_c_stdcall_suffix="no" ;;
11911 esac
11914 if test "$ac_cv_c_extern_prefix" = "yes"
11915 then
11916 $as_echo "#define __ASM_NAME(name) \"_\" name" >>confdefs.h
11918 asm_name_prefix="_"
11919 else
11920 $as_echo "#define __ASM_NAME(name) name" >>confdefs.h
11922 asm_name_prefix=""
11926 if test "$ac_cv_c_stdcall_suffix" = "yes"
11927 then
11928 $as_echo "#define __ASM_STDCALL(args) \"@\" #args" >>confdefs.h
11930 else
11931 $as_echo "#define __ASM_STDCALL(args) \"\"" >>confdefs.h
11936 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to define a function in assembly code" >&5
11937 $as_echo_n "checking how to define a function in assembly code... " >&6; }
11938 if test "${ac_cv_asm_func_def+set}" = set; then :
11939 $as_echo_n "(cached) " >&6
11940 else
11941 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11942 /* end confdefs.h. */
11945 main ()
11947 asm("\t.globl _ac_test\n\t.def _ac_test; .scl 2; .type 32; .endef\n_ac_test:\t.long 0");
11949 return 0;
11951 _ACEOF
11952 if ac_fn_c_try_link "$LINENO"; then :
11953 ac_cv_asm_func_def=".def"
11954 else
11955 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11956 /* end confdefs.h. */
11959 main ()
11961 asm("\t.globl _ac_test\n\t.type _ac_test,@function\n_ac_test:\t.long 0");
11963 return 0;
11965 _ACEOF
11966 if ac_fn_c_try_link "$LINENO"; then :
11967 ac_cv_asm_func_def=".type @function"
11968 else
11969 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11970 /* end confdefs.h. */
11973 main ()
11975 asm("\t.globl _ac_test\n\t.type _ac_test,2\n_ac_test:\t.long 0");
11977 return 0;
11979 _ACEOF
11980 if ac_fn_c_try_link "$LINENO"; then :
11981 ac_cv_asm_func_def=".type 2"
11982 else
11983 ac_cv_asm_func_def="unknown"
11985 rm -f core conftest.err conftest.$ac_objext \
11986 conftest$ac_exeext conftest.$ac_ext
11988 rm -f core conftest.err conftest.$ac_objext \
11989 conftest$ac_exeext conftest.$ac_ext
11991 rm -f core conftest.err conftest.$ac_objext \
11992 conftest$ac_exeext conftest.$ac_ext
11994 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_asm_func_def" >&5
11995 $as_echo "$ac_cv_asm_func_def" >&6; }
11998 case "$ac_cv_asm_func_def" in
11999 ".def")
12000 $as_echo "#define __ASM_FUNC(name) \".def \" __ASM_NAME(name) \"; .scl 2; .type 32; .endef\"" >>confdefs.h
12002 asm_func_header=".def $asm_name_prefix\" #name suffix \"; .scl 2; .type 32; .endef" ;;
12003 ".type @function")
12004 $as_echo "#define __ASM_FUNC(name) \".type \" __ASM_NAME(name) \",@function\"" >>confdefs.h
12006 asm_func_header=".type $asm_name_prefix\" #name suffix \",@function" ;;
12007 ".type 2")
12008 $as_echo "#define __ASM_FUNC(name) \".type \" __ASM_NAME(name) \",2\"" >>confdefs.h
12010 asm_func_header=".type $asm_name_prefix\" #name suffix \",2" ;;
12012 $as_echo "#define __ASM_FUNC(name) \"\"" >>confdefs.h
12014 asm_func_header="" ;;
12015 esac
12017 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether asm() works outside of functions" >&5
12018 $as_echo_n "checking whether asm() works outside of functions... " >&6; }
12019 if test "${ac_cv_c_asm_outside_funcs+set}" = set; then :
12020 $as_echo_n "(cached) " >&6
12021 else
12022 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12023 /* end confdefs.h. */
12024 asm(".text\n\t.long 0");
12026 main ()
12030 return 0;
12032 _ACEOF
12033 if ac_fn_c_try_compile "$LINENO"; then :
12034 ac_cv_c_asm_outside_funcs="yes"
12035 else
12036 ac_cv_c_asm_outside_funcs="no"
12038 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12040 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_asm_outside_funcs" >&5
12041 $as_echo "$ac_cv_c_asm_outside_funcs" >&6; }
12043 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether .previous is supported in assembly code" >&5
12044 $as_echo_n "checking whether .previous is supported in assembly code... " >&6; }
12045 if test "${ac_cv_c_dot_previous+set}" = set; then :
12046 $as_echo_n "(cached) " >&6
12047 else
12048 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12049 /* end confdefs.h. */
12052 main ()
12054 asm(".text\nac_test:\t.long 0\n\t.previous");
12056 return 0;
12058 _ACEOF
12059 if ac_fn_c_try_link "$LINENO"; then :
12060 ac_cv_c_dot_previous="yes"
12061 else
12062 ac_cv_c_dot_previous="no"
12064 rm -f core conftest.err conftest.$ac_objext \
12065 conftest$ac_exeext conftest.$ac_ext
12067 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dot_previous" >&5
12068 $as_echo "$ac_cv_c_dot_previous" >&6; }
12070 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether CFI directives are supported in assembly code" >&5
12071 $as_echo_n "checking whether CFI directives are supported in assembly code... " >&6; }
12072 if test "${ac_cv_c_cfi_support+set}" = set; then :
12073 $as_echo_n "(cached) " >&6
12074 else
12075 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12076 /* end confdefs.h. */
12077 asm(".text\nac_test:\t.cfi_startproc\n\t.long 0\n\t.cfi_endproc");
12079 main ()
12083 return 0;
12085 _ACEOF
12086 if ac_fn_c_try_compile "$LINENO"; then :
12087 ac_cv_c_cfi_support="yes"
12088 else
12089 ac_cv_c_cfi_support="no"
12091 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12093 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_cfi_support" >&5
12094 $as_echo "$ac_cv_c_cfi_support" >&6; }
12096 asm_func_header=".globl $asm_name_prefix\" #name suffix \"\\n\\t$asm_func_header\\n$asm_name_prefix\" #name suffix \":\\n\\t"
12097 asm_func_trailer=""
12098 if test "$ac_cv_c_dot_previous" = "yes"
12099 then
12100 asm_func_trailer="\\n\\t.previous"
12102 if test "$ac_cv_c_cfi_support" = "yes"
12103 then
12104 asm_func_header="$asm_func_header.cfi_startproc\\n\\t"
12105 asm_func_trailer="\\n\\t.cfi_endproc$asm_func_trailer"
12107 $as_echo "#define __ASM_CFI(str) str" >>confdefs.h
12109 else
12110 $as_echo "#define __ASM_CFI(str) \"\"" >>confdefs.h
12114 asm_func_code="$asm_func_header\" code \"$asm_func_trailer"
12117 if test "$ac_cv_c_asm_outside_funcs" = "yes"
12118 then
12119 cat >>confdefs.h <<_ACEOF
12120 #define __ASM_DEFINE_FUNC(name,suffix,code) asm(".text\n\t.align 4\n\t$asm_func_code");
12121 _ACEOF
12123 else
12124 cat >>confdefs.h <<_ACEOF
12125 #define __ASM_DEFINE_FUNC(name,suffix,code) void __asm_dummy_##name(void) { asm(".text\n\t.align 4\n\t$asm_func_code"); }
12126 _ACEOF
12130 $as_echo "#define __ASM_GLOBAL_FUNC(name,code) __ASM_DEFINE_FUNC(name,\"\",code)" >>confdefs.h
12133 $as_echo "#define __ASM_STDCALL_FUNC(name,args,code) __ASM_DEFINE_FUNC(name,__ASM_STDCALL(args),code)" >>confdefs.h
12137 LDPATH=""
12139 case $build_os in
12140 cygwin*|mingw32*)
12141 TOOLSEXT=".exe"
12143 LDPATH="PATH=\"\$(TOOLSDIR)/libs/wine:\$\$PATH\""
12145 darwin*|macosx*)
12148 LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
12150 esac
12152 case $host_os in
12153 mingw32*)
12154 CRTLIBS="-lmsvcrt"
12156 SOCKETLIBS="-L\$(TOPOBJDIR)/dlls/ws2_32 -lws2_32"
12159 esac
12161 MAIN_BINARY="wine"
12163 test -z "$with_wine64" || MAIN_BINARY="wine32"
12165 case $host_cpu in
12166 *i[3456789]86*)
12167 case $host_os in
12168 linux*)
12169 EXTRA_BINARIES="wine-preloader"
12171 esac
12173 esac
12176 ac_save_CFLAGS="$CFLAGS"
12177 CFLAGS="$CFLAGS $BUILTINFLAG"
12178 for ac_func in \
12179 _pclose \
12180 _popen \
12181 _snprintf \
12182 _spawnvp \
12183 _strdup \
12184 _stricmp \
12185 _strnicmp \
12186 _strtoi64 \
12187 _strtoui64 \
12188 _vsnprintf \
12189 asctime_r \
12190 chsize \
12191 dlopen \
12192 epoll_create \
12193 ffs \
12194 finite \
12195 fnmatch \
12196 fork \
12197 fpclass \
12198 fstatfs \
12199 fstatvfs \
12200 ftruncate \
12201 futimes \
12202 futimesat \
12203 getdirentries \
12204 getopt_long \
12205 getpagesize \
12206 getpwuid \
12207 gettid \
12208 gettimeofday \
12209 getuid \
12210 kqueue \
12211 lstat \
12212 memmove \
12213 mmap \
12214 pclose \
12215 pipe2 \
12216 poll \
12217 popen \
12218 port_create \
12219 prctl \
12220 pread \
12221 pwrite \
12222 readdir \
12223 readlink \
12224 sched_setaffinity \
12225 sched_yield \
12226 select \
12227 setproctitle \
12228 setrlimit \
12229 settimeofday \
12230 sigaltstack \
12231 sigprocmask \
12232 snprintf \
12233 spawnvp \
12234 statfs \
12235 statvfs \
12236 strcasecmp \
12237 strdup \
12238 strerror \
12239 strncasecmp \
12240 strtold \
12241 strtoll \
12242 strtoull \
12243 symlink \
12244 tcgetattr \
12245 thr_kill2 \
12246 timegm \
12247 usleep \
12248 vsnprintf \
12249 wait4 \
12250 waitpid \
12252 do :
12253 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
12254 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
12255 eval as_val=\$$as_ac_var
12256 if test "x$as_val" = x""yes; then :
12257 cat >>confdefs.h <<_ACEOF
12258 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
12259 _ACEOF
12262 done
12264 CFLAGS="$ac_save_CFLAGS"
12266 if test "$ac_cv_func_dlopen" = no
12267 then
12268 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
12269 $as_echo_n "checking for dlopen in -ldl... " >&6; }
12270 if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
12271 $as_echo_n "(cached) " >&6
12272 else
12273 ac_check_lib_save_LIBS=$LIBS
12274 LIBS="-ldl $LIBS"
12275 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12276 /* end confdefs.h. */
12278 /* Override any GCC internal prototype to avoid an error.
12279 Use char because int might match the return type of a GCC
12280 builtin and then its argument prototype would still apply. */
12281 #ifdef __cplusplus
12282 extern "C"
12283 #endif
12284 char dlopen ();
12286 main ()
12288 return dlopen ();
12290 return 0;
12292 _ACEOF
12293 if ac_fn_c_try_link "$LINENO"; then :
12294 ac_cv_lib_dl_dlopen=yes
12295 else
12296 ac_cv_lib_dl_dlopen=no
12298 rm -f core conftest.err conftest.$ac_objext \
12299 conftest$ac_exeext conftest.$ac_ext
12300 LIBS=$ac_check_lib_save_LIBS
12302 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
12303 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
12304 if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
12305 $as_echo "#define HAVE_DLOPEN 1" >>confdefs.h
12306 LIBDL="-ldl"
12311 ac_wine_check_funcs_save_LIBS="$LIBS"
12312 LIBS="$LIBS $LIBDL"
12313 for ac_func in dladdr
12314 do :
12315 ac_fn_c_check_func "$LINENO" "dladdr" "ac_cv_func_dladdr"
12316 if test "x$ac_cv_func_dladdr" = x""yes; then :
12317 cat >>confdefs.h <<_ACEOF
12318 #define HAVE_DLADDR 1
12319 _ACEOF
12322 done
12324 LIBS="$ac_wine_check_funcs_save_LIBS"
12326 if test "$ac_cv_func_poll" = no
12327 then
12328 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for poll in -lpoll" >&5
12329 $as_echo_n "checking for poll in -lpoll... " >&6; }
12330 if test "${ac_cv_lib_poll_poll+set}" = set; then :
12331 $as_echo_n "(cached) " >&6
12332 else
12333 ac_check_lib_save_LIBS=$LIBS
12334 LIBS="-lpoll $LIBS"
12335 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12336 /* end confdefs.h. */
12338 /* Override any GCC internal prototype to avoid an error.
12339 Use char because int might match the return type of a GCC
12340 builtin and then its argument prototype would still apply. */
12341 #ifdef __cplusplus
12342 extern "C"
12343 #endif
12344 char poll ();
12346 main ()
12348 return poll ();
12350 return 0;
12352 _ACEOF
12353 if ac_fn_c_try_link "$LINENO"; then :
12354 ac_cv_lib_poll_poll=yes
12355 else
12356 ac_cv_lib_poll_poll=no
12358 rm -f core conftest.err conftest.$ac_objext \
12359 conftest$ac_exeext conftest.$ac_ext
12360 LIBS=$ac_check_lib_save_LIBS
12362 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_poll_poll" >&5
12363 $as_echo "$ac_cv_lib_poll_poll" >&6; }
12364 if test "x$ac_cv_lib_poll_poll" = x""yes; then :
12365 $as_echo "#define HAVE_POLL 1" >>confdefs.h
12366 LIBPOLL="-lpoll"
12372 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing gethostbyname" >&5
12373 $as_echo_n "checking for library containing gethostbyname... " >&6; }
12374 if test "${ac_cv_search_gethostbyname+set}" = set; then :
12375 $as_echo_n "(cached) " >&6
12376 else
12377 ac_func_search_save_LIBS=$LIBS
12378 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12379 /* end confdefs.h. */
12381 /* Override any GCC internal prototype to avoid an error.
12382 Use char because int might match the return type of a GCC
12383 builtin and then its argument prototype would still apply. */
12384 #ifdef __cplusplus
12385 extern "C"
12386 #endif
12387 char gethostbyname ();
12389 main ()
12391 return gethostbyname ();
12393 return 0;
12395 _ACEOF
12396 for ac_lib in '' nsl; do
12397 if test -z "$ac_lib"; then
12398 ac_res="none required"
12399 else
12400 ac_res=-l$ac_lib
12401 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
12403 if ac_fn_c_try_link "$LINENO"; then :
12404 ac_cv_search_gethostbyname=$ac_res
12406 rm -f core conftest.err conftest.$ac_objext \
12407 conftest$ac_exeext
12408 if test "${ac_cv_search_gethostbyname+set}" = set; then :
12409 break
12411 done
12412 if test "${ac_cv_search_gethostbyname+set}" = set; then :
12414 else
12415 ac_cv_search_gethostbyname=no
12417 rm conftest.$ac_ext
12418 LIBS=$ac_func_search_save_LIBS
12420 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_gethostbyname" >&5
12421 $as_echo "$ac_cv_search_gethostbyname" >&6; }
12422 ac_res=$ac_cv_search_gethostbyname
12423 if test "$ac_res" != no; then :
12424 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
12429 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing connect" >&5
12430 $as_echo_n "checking for library containing connect... " >&6; }
12431 if test "${ac_cv_search_connect+set}" = set; then :
12432 $as_echo_n "(cached) " >&6
12433 else
12434 ac_func_search_save_LIBS=$LIBS
12435 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12436 /* end confdefs.h. */
12438 /* Override any GCC internal prototype to avoid an error.
12439 Use char because int might match the return type of a GCC
12440 builtin and then its argument prototype would still apply. */
12441 #ifdef __cplusplus
12442 extern "C"
12443 #endif
12444 char connect ();
12446 main ()
12448 return connect ();
12450 return 0;
12452 _ACEOF
12453 for ac_lib in '' socket; do
12454 if test -z "$ac_lib"; then
12455 ac_res="none required"
12456 else
12457 ac_res=-l$ac_lib
12458 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
12460 if ac_fn_c_try_link "$LINENO"; then :
12461 ac_cv_search_connect=$ac_res
12463 rm -f core conftest.err conftest.$ac_objext \
12464 conftest$ac_exeext
12465 if test "${ac_cv_search_connect+set}" = set; then :
12466 break
12468 done
12469 if test "${ac_cv_search_connect+set}" = set; then :
12471 else
12472 ac_cv_search_connect=no
12474 rm conftest.$ac_ext
12475 LIBS=$ac_func_search_save_LIBS
12477 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_connect" >&5
12478 $as_echo "$ac_cv_search_connect" >&6; }
12479 ac_res=$ac_cv_search_connect
12480 if test "$ac_res" != no; then :
12481 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
12486 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing inet_aton" >&5
12487 $as_echo_n "checking for library containing inet_aton... " >&6; }
12488 if test "${ac_cv_search_inet_aton+set}" = set; then :
12489 $as_echo_n "(cached) " >&6
12490 else
12491 ac_func_search_save_LIBS=$LIBS
12492 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12493 /* end confdefs.h. */
12495 /* Override any GCC internal prototype to avoid an error.
12496 Use char because int might match the return type of a GCC
12497 builtin and then its argument prototype would still apply. */
12498 #ifdef __cplusplus
12499 extern "C"
12500 #endif
12501 char inet_aton ();
12503 main ()
12505 return inet_aton ();
12507 return 0;
12509 _ACEOF
12510 for ac_lib in '' resolv; do
12511 if test -z "$ac_lib"; then
12512 ac_res="none required"
12513 else
12514 ac_res=-l$ac_lib
12515 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
12517 if ac_fn_c_try_link "$LINENO"; then :
12518 ac_cv_search_inet_aton=$ac_res
12520 rm -f core conftest.err conftest.$ac_objext \
12521 conftest$ac_exeext
12522 if test "${ac_cv_search_inet_aton+set}" = set; then :
12523 break
12525 done
12526 if test "${ac_cv_search_inet_aton+set}" = set; then :
12528 else
12529 ac_cv_search_inet_aton=no
12531 rm conftest.$ac_ext
12532 LIBS=$ac_func_search_save_LIBS
12534 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_inet_aton" >&5
12535 $as_echo "$ac_cv_search_inet_aton" >&6; }
12536 ac_res=$ac_cv_search_inet_aton
12537 if test "$ac_res" != no; then :
12538 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
12543 for ac_func in \
12544 getaddrinfo \
12545 getnameinfo \
12546 getnetbyname \
12547 getprotobyname \
12548 getprotobynumber \
12549 getservbyport \
12550 inet_network \
12551 inet_ntop \
12552 inet_pton \
12553 sendmsg \
12554 socketpair \
12556 do :
12557 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
12558 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
12559 eval as_val=\$$as_ac_var
12560 if test "x$as_val" = x""yes; then :
12561 cat >>confdefs.h <<_ACEOF
12562 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
12563 _ACEOF
12566 done
12569 LDAPLIBS=""
12571 if test "$ac_cv_header_ldap_h" = "yes" -a "$ac_cv_header_lber_h" = "yes"
12572 then
12573 ac_fn_c_check_type "$LINENO" "LDAPSortKey" "ac_cv_type_LDAPSortKey" "#include <ldap.h>
12575 if test "x$ac_cv_type_LDAPSortKey" = x""yes; then :
12576 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ldap_initialize in -lldap_r" >&5
12577 $as_echo_n "checking for ldap_initialize in -lldap_r... " >&6; }
12578 if test "${ac_cv_lib_ldap_r_ldap_initialize+set}" = set; then :
12579 $as_echo_n "(cached) " >&6
12580 else
12581 ac_check_lib_save_LIBS=$LIBS
12582 LIBS="-lldap_r $LIBPTHREAD $LIBS"
12583 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12584 /* end confdefs.h. */
12586 /* Override any GCC internal prototype to avoid an error.
12587 Use char because int might match the return type of a GCC
12588 builtin and then its argument prototype would still apply. */
12589 #ifdef __cplusplus
12590 extern "C"
12591 #endif
12592 char ldap_initialize ();
12594 main ()
12596 return ldap_initialize ();
12598 return 0;
12600 _ACEOF
12601 if ac_fn_c_try_link "$LINENO"; then :
12602 ac_cv_lib_ldap_r_ldap_initialize=yes
12603 else
12604 ac_cv_lib_ldap_r_ldap_initialize=no
12606 rm -f core conftest.err conftest.$ac_objext \
12607 conftest$ac_exeext conftest.$ac_ext
12608 LIBS=$ac_check_lib_save_LIBS
12610 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ldap_r_ldap_initialize" >&5
12611 $as_echo "$ac_cv_lib_ldap_r_ldap_initialize" >&6; }
12612 if test "x$ac_cv_lib_ldap_r_ldap_initialize" = x""yes; then :
12613 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ber_init in -llber" >&5
12614 $as_echo_n "checking for ber_init in -llber... " >&6; }
12615 if test "${ac_cv_lib_lber_ber_init+set}" = set; then :
12616 $as_echo_n "(cached) " >&6
12617 else
12618 ac_check_lib_save_LIBS=$LIBS
12619 LIBS="-llber $LIBPTHREAD $LIBS"
12620 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12621 /* end confdefs.h. */
12623 /* Override any GCC internal prototype to avoid an error.
12624 Use char because int might match the return type of a GCC
12625 builtin and then its argument prototype would still apply. */
12626 #ifdef __cplusplus
12627 extern "C"
12628 #endif
12629 char ber_init ();
12631 main ()
12633 return ber_init ();
12635 return 0;
12637 _ACEOF
12638 if ac_fn_c_try_link "$LINENO"; then :
12639 ac_cv_lib_lber_ber_init=yes
12640 else
12641 ac_cv_lib_lber_ber_init=no
12643 rm -f core conftest.err conftest.$ac_objext \
12644 conftest$ac_exeext conftest.$ac_ext
12645 LIBS=$ac_check_lib_save_LIBS
12647 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lber_ber_init" >&5
12648 $as_echo "$ac_cv_lib_lber_ber_init" >&6; }
12649 if test "x$ac_cv_lib_lber_ber_init" = x""yes; then :
12651 $as_echo "#define HAVE_LDAP 1" >>confdefs.h
12653 LDAPLIBS="-lldap_r -llber"
12660 ac_wine_check_funcs_save_LIBS="$LIBS"
12661 LIBS="$LIBS $LDAPLIBS $LIBPTHREAD"
12662 for ac_func in \
12663 ldap_count_references \
12664 ldap_first_reference \
12665 ldap_next_reference \
12666 ldap_parse_reference \
12667 ldap_parse_sort_control \
12668 ldap_parse_sortresponse_control \
12669 ldap_parse_vlv_control \
12670 ldap_parse_vlvresponse_control
12671 do :
12672 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
12673 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
12674 eval as_val=\$$as_ac_var
12675 if test "x$as_val" = x""yes; then :
12676 cat >>confdefs.h <<_ACEOF
12677 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
12678 _ACEOF
12681 done
12683 LIBS="$ac_wine_check_funcs_save_LIBS"
12685 if test "x$LDAPLIBS" = "x"; then :
12686 case "x$with_ldap" in
12687 x) as_fn_append wine_notices "|libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported." ;;
12688 xno) ;;
12689 *) as_fn_error "libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
12690 This is an error since --with-ldap was requested." "$LINENO" 5 ;;
12691 esac
12694 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether mkdir takes only one argument" >&5
12695 $as_echo_n "checking whether mkdir takes only one argument... " >&6; }
12696 if test "${wine_cv_one_arg_mkdir+set}" = set; then :
12697 $as_echo_n "(cached) " >&6
12698 else
12699 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12700 /* end confdefs.h. */
12701 #include <sys/stat.h>
12703 main ()
12705 mkdir("foo");
12707 return 0;
12709 _ACEOF
12710 if ac_fn_c_try_compile "$LINENO"; then :
12711 wine_cv_one_arg_mkdir=yes
12712 else
12713 wine_cv_one_arg_mkdir=no
12715 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12717 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_one_arg_mkdir" >&5
12718 $as_echo "$wine_cv_one_arg_mkdir" >&6; }
12719 if test "$wine_cv_one_arg_mkdir" = "yes"
12720 then
12722 $as_echo "#define HAVE_ONE_ARG_MKDIR 1" >>confdefs.h
12727 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for an ANSI C-conforming const" >&5
12728 $as_echo_n "checking for an ANSI C-conforming const... " >&6; }
12729 if test "${ac_cv_c_const+set}" = set; then :
12730 $as_echo_n "(cached) " >&6
12731 else
12732 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12733 /* end confdefs.h. */
12736 main ()
12738 /* FIXME: Include the comments suggested by Paul. */
12739 #ifndef __cplusplus
12740 /* Ultrix mips cc rejects this. */
12741 typedef int charset[2];
12742 const charset cs;
12743 /* SunOS 4.1.1 cc rejects this. */
12744 char const *const *pcpcc;
12745 char **ppc;
12746 /* NEC SVR4.0.2 mips cc rejects this. */
12747 struct point {int x, y;};
12748 static struct point const zero = {0,0};
12749 /* AIX XL C 1.02.0.0 rejects this.
12750 It does not let you subtract one const X* pointer from another in
12751 an arm of an if-expression whose if-part is not a constant
12752 expression */
12753 const char *g = "string";
12754 pcpcc = &g + (g ? g-g : 0);
12755 /* HPUX 7.0 cc rejects these. */
12756 ++pcpcc;
12757 ppc = (char**) pcpcc;
12758 pcpcc = (char const *const *) ppc;
12759 { /* SCO 3.2v4 cc rejects this. */
12760 char *t;
12761 char const *s = 0 ? (char *) 0 : (char const *) 0;
12763 *t++ = 0;
12764 if (s) return 0;
12766 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
12767 int x[] = {25, 17};
12768 const int *foo = &x[0];
12769 ++foo;
12771 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
12772 typedef const int *iptr;
12773 iptr p = 0;
12774 ++p;
12776 { /* AIX XL C 1.02.0.0 rejects this saying
12777 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
12778 struct s { int j; const int *ap[3]; };
12779 struct s *b; b->j = 5;
12781 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
12782 const int foo = 10;
12783 if (!foo) return 0;
12785 return !cs[0] && !zero.x;
12786 #endif
12789 return 0;
12791 _ACEOF
12792 if ac_fn_c_try_compile "$LINENO"; then :
12793 ac_cv_c_const=yes
12794 else
12795 ac_cv_c_const=no
12797 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12799 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_const" >&5
12800 $as_echo "$ac_cv_c_const" >&6; }
12801 if test $ac_cv_c_const = no; then
12803 $as_echo "#define const /**/" >>confdefs.h
12807 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inline" >&5
12808 $as_echo_n "checking for inline... " >&6; }
12809 if test "${ac_cv_c_inline+set}" = set; then :
12810 $as_echo_n "(cached) " >&6
12811 else
12812 ac_cv_c_inline=no
12813 for ac_kw in inline __inline__ __inline; do
12814 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12815 /* end confdefs.h. */
12816 #ifndef __cplusplus
12817 typedef int foo_t;
12818 static $ac_kw foo_t static_foo () {return 0; }
12819 $ac_kw foo_t foo () {return 0; }
12820 #endif
12822 _ACEOF
12823 if ac_fn_c_try_compile "$LINENO"; then :
12824 ac_cv_c_inline=$ac_kw
12826 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12827 test "$ac_cv_c_inline" != no && break
12828 done
12831 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_inline" >&5
12832 $as_echo "$ac_cv_c_inline" >&6; }
12834 case $ac_cv_c_inline in
12835 inline | yes) ;;
12837 case $ac_cv_c_inline in
12838 no) ac_val=;;
12839 *) ac_val=$ac_cv_c_inline;;
12840 esac
12841 cat >>confdefs.h <<_ACEOF
12842 #ifndef __cplusplus
12843 #define inline $ac_val
12844 #endif
12845 _ACEOF
12847 esac
12849 ac_fn_c_check_type "$LINENO" "mode_t" "ac_cv_type_mode_t" "$ac_includes_default"
12850 if test "x$ac_cv_type_mode_t" = x""yes; then :
12852 cat >>confdefs.h <<_ACEOF
12853 #define HAVE_MODE_T 1
12854 _ACEOF
12858 ac_fn_c_check_type "$LINENO" "off_t" "ac_cv_type_off_t" "$ac_includes_default"
12859 if test "x$ac_cv_type_off_t" = x""yes; then :
12861 cat >>confdefs.h <<_ACEOF
12862 #define HAVE_OFF_T 1
12863 _ACEOF
12867 ac_fn_c_check_type "$LINENO" "pid_t" "ac_cv_type_pid_t" "$ac_includes_default"
12868 if test "x$ac_cv_type_pid_t" = x""yes; then :
12870 cat >>confdefs.h <<_ACEOF
12871 #define HAVE_PID_T 1
12872 _ACEOF
12876 ac_fn_c_check_type "$LINENO" "size_t" "ac_cv_type_size_t" "$ac_includes_default"
12877 if test "x$ac_cv_type_size_t" = x""yes; then :
12879 cat >>confdefs.h <<_ACEOF
12880 #define HAVE_SIZE_T 1
12881 _ACEOF
12885 ac_fn_c_check_type "$LINENO" "ssize_t" "ac_cv_type_ssize_t" "$ac_includes_default"
12886 if test "x$ac_cv_type_ssize_t" = x""yes; then :
12888 cat >>confdefs.h <<_ACEOF
12889 #define HAVE_SSIZE_T 1
12890 _ACEOF
12894 ac_fn_c_check_type "$LINENO" "long long" "ac_cv_type_long_long" "$ac_includes_default"
12895 if test "x$ac_cv_type_long_long" = x""yes; then :
12897 cat >>confdefs.h <<_ACEOF
12898 #define HAVE_LONG_LONG 1
12899 _ACEOF
12903 ac_fn_c_check_type "$LINENO" "fsblkcnt_t" "ac_cv_type_fsblkcnt_t" "$ac_includes_default"
12904 if test "x$ac_cv_type_fsblkcnt_t" = x""yes; then :
12906 cat >>confdefs.h <<_ACEOF
12907 #define HAVE_FSBLKCNT_T 1
12908 _ACEOF
12912 ac_fn_c_check_type "$LINENO" "fsfilcnt_t" "ac_cv_type_fsfilcnt_t" "$ac_includes_default"
12913 if test "x$ac_cv_type_fsfilcnt_t" = x""yes; then :
12915 cat >>confdefs.h <<_ACEOF
12916 #define HAVE_FSFILCNT_T 1
12917 _ACEOF
12922 ac_fn_c_check_type "$LINENO" "sigset_t" "ac_cv_type_sigset_t" "#include <sys/types.h>
12923 #include <signal.h>
12925 if test "x$ac_cv_type_sigset_t" = x""yes; then :
12927 cat >>confdefs.h <<_ACEOF
12928 #define HAVE_SIGSET_T 1
12929 _ACEOF
12934 ac_fn_c_check_type "$LINENO" "request_sense" "ac_cv_type_request_sense" "#include <linux/cdrom.h>
12936 if test "x$ac_cv_type_request_sense" = x""yes; then :
12938 cat >>confdefs.h <<_ACEOF
12939 #define HAVE_REQUEST_SENSE 1
12940 _ACEOF
12946 ac_fn_c_check_type "$LINENO" "struct xinpgen" "ac_cv_type_struct_xinpgen" "#include <sys/types.h>
12947 #ifdef HAVE_SYS_SOCKET_H
12948 #include <sys/socket.h>
12949 #endif
12950 #ifdef HAVE_SYS_SOCKETVAR_H
12951 #include <sys/socketvar.h>
12952 #endif
12953 #ifdef HAVE_NET_ROUTE_H
12954 #include <net/route.h>
12955 #endif
12956 #ifdef HAVE_NETINET_IN_H
12957 #include <netinet/in.h>
12958 #endif
12959 #ifdef HAVE_NETINET_IN_SYSTM_H
12960 #include <netinet/in_systm.h>
12961 #endif
12962 #ifdef HAVE_NETINET_IP_H
12963 #include <netinet/ip.h>
12964 #endif
12965 #ifdef HAVE_NETINET_IN_PCB_H
12966 #include <netinet/in_pcb.h>
12967 #endif
12969 if test "x$ac_cv_type_struct_xinpgen" = x""yes; then :
12971 cat >>confdefs.h <<_ACEOF
12972 #define HAVE_STRUCT_XINPGEN 1
12973 _ACEOF
12979 ac_fn_c_check_member "$LINENO" "struct ff_effect" "direction" "ac_cv_member_struct_ff_effect_direction" "#ifdef HAVE_LINUX_INPUT_H
12980 #include <linux/input.h>
12981 #endif
12983 if test "x$ac_cv_member_struct_ff_effect_direction" = x""yes; then :
12985 cat >>confdefs.h <<_ACEOF
12986 #define HAVE_STRUCT_FF_EFFECT_DIRECTION 1
12987 _ACEOF
12993 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sigaddset" >&5
12994 $as_echo_n "checking for sigaddset... " >&6; }
12995 if test "${wine_cv_have_sigaddset+set}" = set; then :
12996 $as_echo_n "(cached) " >&6
12997 else
12998 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12999 /* end confdefs.h. */
13000 #include <signal.h>
13002 main ()
13004 sigset_t set; sigaddset(&set,SIGTERM);
13006 return 0;
13008 _ACEOF
13009 if ac_fn_c_try_link "$LINENO"; then :
13010 wine_cv_have_sigaddset=yes
13011 else
13012 wine_cv_have_sigaddset=no
13014 rm -f core conftest.err conftest.$ac_objext \
13015 conftest$ac_exeext conftest.$ac_ext
13017 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_have_sigaddset" >&5
13018 $as_echo "$wine_cv_have_sigaddset" >&6; }
13019 if test "$wine_cv_have_sigaddset" = "yes"
13020 then
13022 $as_echo "#define HAVE_SIGADDSET 1" >>confdefs.h
13027 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can use re-entrant gethostbyname_r Linux style" >&5
13028 $as_echo_n "checking whether we can use re-entrant gethostbyname_r Linux style... " >&6; }
13029 if test "${wine_cv_linux_gethostbyname_r_6+set}" = set; then :
13030 $as_echo_n "(cached) " >&6
13031 else
13032 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13033 /* end confdefs.h. */
13034 #include <netdb.h>
13036 main ()
13039 char *name=0;
13040 struct hostent he;
13041 struct hostent *result;
13042 char *buf=0;
13043 int bufsize=0;
13044 int res,errnr;
13045 char *addr=0;
13046 int addrlen=0;
13047 int addrtype=0;
13048 res=gethostbyname_r(name,&he,buf,bufsize,&result,&errnr);
13049 res=gethostbyaddr_r(addr, addrlen, addrtype,&he,buf,bufsize,&result,&errnr);
13052 return 0;
13054 _ACEOF
13055 if ac_fn_c_try_link "$LINENO"; then :
13056 wine_cv_linux_gethostbyname_r_6=yes
13057 else
13058 wine_cv_linux_gethostbyname_r_6=no
13061 rm -f core conftest.err conftest.$ac_objext \
13062 conftest$ac_exeext conftest.$ac_ext
13065 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_linux_gethostbyname_r_6" >&5
13066 $as_echo "$wine_cv_linux_gethostbyname_r_6" >&6; }
13067 if test "$wine_cv_linux_gethostbyname_r_6" = "yes"
13068 then
13070 $as_echo "#define HAVE_LINUX_GETHOSTBYNAME_R_6 1" >>confdefs.h
13074 if test "$ac_cv_header_linux_joystick_h" = "yes"
13075 then
13076 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether linux/joystick.h uses the Linux 2.2+ API" >&5
13077 $as_echo_n "checking whether linux/joystick.h uses the Linux 2.2+ API... " >&6; }
13078 if test "${wine_cv_linux_joystick_22_api+set}" = set; then :
13079 $as_echo_n "(cached) " >&6
13080 else
13081 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13082 /* end confdefs.h. */
13084 #include <sys/ioctl.h>
13085 #include <sys/types.h>
13086 #include <linux/joystick.h>
13088 struct js_event blub;
13089 #if !defined(JS_EVENT_AXIS) || !defined(JS_EVENT_BUTTON)
13090 #error "no 2.2 header"
13091 #endif
13094 main ()
13096 /*empty*/
13098 return 0;
13100 _ACEOF
13101 if ac_fn_c_try_compile "$LINENO"; then :
13102 wine_cv_linux_joystick_22_api=yes
13103 else
13104 wine_cv_linux_joystick_22_api=no
13106 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13109 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_linux_joystick_22_api" >&5
13110 $as_echo "$wine_cv_linux_joystick_22_api" >&6; }
13111 if test "$wine_cv_linux_joystick_22_api" = "yes"
13112 then
13114 $as_echo "#define HAVE_LINUX_22_JOYSTICK_API 1" >>confdefs.h
13120 ac_fn_c_check_member "$LINENO" "struct statfs" "f_bfree" "ac_cv_member_struct_statfs_f_bfree" "#include <sys/types.h>
13121 #ifdef HAVE_SYS_PARAM_H
13122 # include <sys/param.h>
13123 #endif
13124 #ifdef HAVE_SYS_MOUNT_H
13125 # include <sys/mount.h>
13126 #endif
13127 #ifdef HAVE_SYS_VFS_H
13128 # include <sys/vfs.h>
13129 #endif
13130 #ifdef HAVE_SYS_STATFS_H
13131 # include <sys/statfs.h>
13132 #endif
13134 if test "x$ac_cv_member_struct_statfs_f_bfree" = x""yes; then :
13136 cat >>confdefs.h <<_ACEOF
13137 #define HAVE_STRUCT_STATFS_F_BFREE 1
13138 _ACEOF
13142 ac_fn_c_check_member "$LINENO" "struct statfs" "f_bavail" "ac_cv_member_struct_statfs_f_bavail" "#include <sys/types.h>
13143 #ifdef HAVE_SYS_PARAM_H
13144 # include <sys/param.h>
13145 #endif
13146 #ifdef HAVE_SYS_MOUNT_H
13147 # include <sys/mount.h>
13148 #endif
13149 #ifdef HAVE_SYS_VFS_H
13150 # include <sys/vfs.h>
13151 #endif
13152 #ifdef HAVE_SYS_STATFS_H
13153 # include <sys/statfs.h>
13154 #endif
13156 if test "x$ac_cv_member_struct_statfs_f_bavail" = x""yes; then :
13158 cat >>confdefs.h <<_ACEOF
13159 #define HAVE_STRUCT_STATFS_F_BAVAIL 1
13160 _ACEOF
13164 ac_fn_c_check_member "$LINENO" "struct statfs" "f_frsize" "ac_cv_member_struct_statfs_f_frsize" "#include <sys/types.h>
13165 #ifdef HAVE_SYS_PARAM_H
13166 # include <sys/param.h>
13167 #endif
13168 #ifdef HAVE_SYS_MOUNT_H
13169 # include <sys/mount.h>
13170 #endif
13171 #ifdef HAVE_SYS_VFS_H
13172 # include <sys/vfs.h>
13173 #endif
13174 #ifdef HAVE_SYS_STATFS_H
13175 # include <sys/statfs.h>
13176 #endif
13178 if test "x$ac_cv_member_struct_statfs_f_frsize" = x""yes; then :
13180 cat >>confdefs.h <<_ACEOF
13181 #define HAVE_STRUCT_STATFS_F_FRSIZE 1
13182 _ACEOF
13186 ac_fn_c_check_member "$LINENO" "struct statfs" "f_ffree" "ac_cv_member_struct_statfs_f_ffree" "#include <sys/types.h>
13187 #ifdef HAVE_SYS_PARAM_H
13188 # include <sys/param.h>
13189 #endif
13190 #ifdef HAVE_SYS_MOUNT_H
13191 # include <sys/mount.h>
13192 #endif
13193 #ifdef HAVE_SYS_VFS_H
13194 # include <sys/vfs.h>
13195 #endif
13196 #ifdef HAVE_SYS_STATFS_H
13197 # include <sys/statfs.h>
13198 #endif
13200 if test "x$ac_cv_member_struct_statfs_f_ffree" = x""yes; then :
13202 cat >>confdefs.h <<_ACEOF
13203 #define HAVE_STRUCT_STATFS_F_FFREE 1
13204 _ACEOF
13208 ac_fn_c_check_member "$LINENO" "struct statfs" "f_favail" "ac_cv_member_struct_statfs_f_favail" "#include <sys/types.h>
13209 #ifdef HAVE_SYS_PARAM_H
13210 # include <sys/param.h>
13211 #endif
13212 #ifdef HAVE_SYS_MOUNT_H
13213 # include <sys/mount.h>
13214 #endif
13215 #ifdef HAVE_SYS_VFS_H
13216 # include <sys/vfs.h>
13217 #endif
13218 #ifdef HAVE_SYS_STATFS_H
13219 # include <sys/statfs.h>
13220 #endif
13222 if test "x$ac_cv_member_struct_statfs_f_favail" = x""yes; then :
13224 cat >>confdefs.h <<_ACEOF
13225 #define HAVE_STRUCT_STATFS_F_FAVAIL 1
13226 _ACEOF
13230 ac_fn_c_check_member "$LINENO" "struct statfs" "f_namelen" "ac_cv_member_struct_statfs_f_namelen" "#include <sys/types.h>
13231 #ifdef HAVE_SYS_PARAM_H
13232 # include <sys/param.h>
13233 #endif
13234 #ifdef HAVE_SYS_MOUNT_H
13235 # include <sys/mount.h>
13236 #endif
13237 #ifdef HAVE_SYS_VFS_H
13238 # include <sys/vfs.h>
13239 #endif
13240 #ifdef HAVE_SYS_STATFS_H
13241 # include <sys/statfs.h>
13242 #endif
13244 if test "x$ac_cv_member_struct_statfs_f_namelen" = x""yes; then :
13246 cat >>confdefs.h <<_ACEOF
13247 #define HAVE_STRUCT_STATFS_F_NAMELEN 1
13248 _ACEOF
13254 ac_fn_c_check_member "$LINENO" "struct statvfs" "f_blocks" "ac_cv_member_struct_statvfs_f_blocks" "#ifdef HAVE_SYS_STATVFS_H
13255 #include <sys/statvfs.h>
13256 #endif
13258 if test "x$ac_cv_member_struct_statvfs_f_blocks" = x""yes; then :
13260 cat >>confdefs.h <<_ACEOF
13261 #define HAVE_STRUCT_STATVFS_F_BLOCKS 1
13262 _ACEOF
13268 ac_fn_c_check_member "$LINENO" "struct msghdr" "msg_accrights" "ac_cv_member_struct_msghdr_msg_accrights" "#include <sys/types.h>
13269 #ifdef HAVE_SYS_SOCKET_H
13270 # include <sys/socket.h>
13271 #endif
13272 #ifdef HAVE_SYS_UN_H
13273 # include <sys/un.h>
13274 #endif
13276 if test "x$ac_cv_member_struct_msghdr_msg_accrights" = x""yes; then :
13278 cat >>confdefs.h <<_ACEOF
13279 #define HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTS 1
13280 _ACEOF
13284 ac_fn_c_check_member "$LINENO" "struct sockaddr" "sa_len" "ac_cv_member_struct_sockaddr_sa_len" "#include <sys/types.h>
13285 #ifdef HAVE_SYS_SOCKET_H
13286 # include <sys/socket.h>
13287 #endif
13288 #ifdef HAVE_SYS_UN_H
13289 # include <sys/un.h>
13290 #endif
13292 if test "x$ac_cv_member_struct_sockaddr_sa_len" = x""yes; then :
13294 cat >>confdefs.h <<_ACEOF
13295 #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
13296 _ACEOF
13300 ac_fn_c_check_member "$LINENO" "struct sockaddr_un" "sun_len" "ac_cv_member_struct_sockaddr_un_sun_len" "#include <sys/types.h>
13301 #ifdef HAVE_SYS_SOCKET_H
13302 # include <sys/socket.h>
13303 #endif
13304 #ifdef HAVE_SYS_UN_H
13305 # include <sys/un.h>
13306 #endif
13308 if test "x$ac_cv_member_struct_sockaddr_un_sun_len" = x""yes; then :
13310 cat >>confdefs.h <<_ACEOF
13311 #define HAVE_STRUCT_SOCKADDR_UN_SUN_LEN 1
13312 _ACEOF
13318 ac_fn_c_check_member "$LINENO" "scsireq_t" "cmd" "ac_cv_member_scsireq_t_cmd" "#include <sys/types.h>
13319 #ifdef HAVE_SCSI_SG_H
13320 #include <scsi/sg.h>
13321 #endif
13323 if test "x$ac_cv_member_scsireq_t_cmd" = x""yes; then :
13325 cat >>confdefs.h <<_ACEOF
13326 #define HAVE_SCSIREQ_T_CMD 1
13327 _ACEOF
13331 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>
13332 #ifdef HAVE_SCSI_SG_H
13333 #include <scsi/sg.h>
13334 #endif
13336 if test "x$ac_cv_member_sg_io_hdr_t_interface_id" = x""yes; then :
13338 cat >>confdefs.h <<_ACEOF
13339 #define HAVE_SG_IO_HDR_T_INTERFACE_ID 1
13340 _ACEOF
13346 ac_fn_c_check_member "$LINENO" "siginfo_t" "si_fd" "ac_cv_member_siginfo_t_si_fd" "#include <signal.h>
13348 if test "x$ac_cv_member_siginfo_t_si_fd" = x""yes; then :
13350 cat >>confdefs.h <<_ACEOF
13351 #define HAVE_SIGINFO_T_SI_FD 1
13352 _ACEOF
13358 ac_fn_c_check_member "$LINENO" "struct mtget" "mt_blksiz" "ac_cv_member_struct_mtget_mt_blksiz" "#include <sys/types.h>
13359 #ifdef HAVE_SYS_MTIO_H
13360 #include <sys/mtio.h>
13361 #endif
13363 if test "x$ac_cv_member_struct_mtget_mt_blksiz" = x""yes; then :
13365 cat >>confdefs.h <<_ACEOF
13366 #define HAVE_STRUCT_MTGET_MT_BLKSIZ 1
13367 _ACEOF
13371 ac_fn_c_check_member "$LINENO" "struct mtget" "mt_gstat" "ac_cv_member_struct_mtget_mt_gstat" "#include <sys/types.h>
13372 #ifdef HAVE_SYS_MTIO_H
13373 #include <sys/mtio.h>
13374 #endif
13376 if test "x$ac_cv_member_struct_mtget_mt_gstat" = x""yes; then :
13378 cat >>confdefs.h <<_ACEOF
13379 #define HAVE_STRUCT_MTGET_MT_GSTAT 1
13380 _ACEOF
13384 ac_fn_c_check_member "$LINENO" "struct mtget" "mt_blkno" "ac_cv_member_struct_mtget_mt_blkno" "#include <sys/types.h>
13385 #ifdef HAVE_SYS_MTIO_H
13386 #include <sys/mtio.h>
13387 #endif
13389 if test "x$ac_cv_member_struct_mtget_mt_blkno" = x""yes; then :
13391 cat >>confdefs.h <<_ACEOF
13392 #define HAVE_STRUCT_MTGET_MT_BLKNO 1
13393 _ACEOF
13399 ac_fn_c_check_member "$LINENO" "struct option" "name" "ac_cv_member_struct_option_name" "#ifdef HAVE_GETOPT_H
13400 #include <getopt.h>
13401 #endif
13403 if test "x$ac_cv_member_struct_option_name" = x""yes; then :
13405 cat >>confdefs.h <<_ACEOF
13406 #define HAVE_STRUCT_OPTION_NAME 1
13407 _ACEOF
13413 ac_fn_c_check_member "$LINENO" "struct stat" "st_blocks" "ac_cv_member_struct_stat_st_blocks" "$ac_includes_default"
13414 if test "x$ac_cv_member_struct_stat_st_blocks" = x""yes; then :
13416 cat >>confdefs.h <<_ACEOF
13417 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
13418 _ACEOF
13422 ac_fn_c_check_member "$LINENO" "struct stat" "st_mtim" "ac_cv_member_struct_stat_st_mtim" "$ac_includes_default"
13423 if test "x$ac_cv_member_struct_stat_st_mtim" = x""yes; then :
13425 cat >>confdefs.h <<_ACEOF
13426 #define HAVE_STRUCT_STAT_ST_MTIM 1
13427 _ACEOF
13431 ac_fn_c_check_member "$LINENO" "struct stat" "st_ctim" "ac_cv_member_struct_stat_st_ctim" "$ac_includes_default"
13432 if test "x$ac_cv_member_struct_stat_st_ctim" = x""yes; then :
13434 cat >>confdefs.h <<_ACEOF
13435 #define HAVE_STRUCT_STAT_ST_CTIM 1
13436 _ACEOF
13440 ac_fn_c_check_member "$LINENO" "struct stat" "st_atim" "ac_cv_member_struct_stat_st_atim" "$ac_includes_default"
13441 if test "x$ac_cv_member_struct_stat_st_atim" = x""yes; then :
13443 cat >>confdefs.h <<_ACEOF
13444 #define HAVE_STRUCT_STAT_ST_ATIM 1
13445 _ACEOF
13451 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
13452 #include <sys/types.h>
13453 #endif
13454 #ifdef HAVE_NETINET_IN_H
13455 #include <netinet/in.h>
13456 #endif
13458 if test "x$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" = x""yes; then :
13460 cat >>confdefs.h <<_ACEOF
13461 #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
13462 _ACEOF
13468 ac_fn_c_check_member "$LINENO" "ns_msg" "_msg_ptr" "ac_cv_member_ns_msg__msg_ptr" "#ifdef HAVE_SYS_TYPES_H
13469 #include <sys/types.h>
13470 #endif
13471 #ifdef HAVE_NETINET_IN_H
13472 # include <netinet/in.h>
13473 #endif
13474 #ifdef HAVE_ARPA_NAMESER_H
13475 # include <arpa/nameser.h>
13476 #endif
13478 if test "x$ac_cv_member_ns_msg__msg_ptr" = x""yes; then :
13480 cat >>confdefs.h <<_ACEOF
13481 #define HAVE_NS_MSG__MSG_PTR 1
13482 _ACEOF
13488 ac_fn_c_check_member "$LINENO" "struct icmpstat" "icps_outhist" "ac_cv_member_struct_icmpstat_icps_outhist" "#ifdef HAVE_SYS_TYPES_H
13489 #include <sys/types.h>
13490 #endif
13491 #ifdef HAVE_ALIAS_H
13492 #include <alias.h>
13493 #endif
13494 #ifdef HAVE_SYS_SOCKET_H
13495 #include <sys/socket.h>
13496 #endif
13497 #ifdef HAVE_SYS_SOCKETVAR_H
13498 #include <sys/socketvar.h>
13499 #endif
13500 #ifdef HAVE_SYS_TIMEOUT_H
13501 #include <sys/timeout.h>
13502 #endif
13503 #ifdef HAVE_NETINET_IN_H
13504 #include <netinet/in.h>
13505 #endif
13506 #ifdef HAVE_NETINET_IN_SYSTM_H
13507 #include <netinet/in_systm.h>
13508 #endif
13509 #ifdef HAVE_NETINET_IP_H
13510 #include <netinet/ip.h>
13511 #endif
13512 #ifdef HAVE_NETINET_IP_VAR_H
13513 #include <netinet/ip_var.h>
13514 #endif
13515 #ifdef HAVE_NETINET_IP_ICMP_H
13516 #include <netinet/ip_icmp.h>
13517 #endif
13518 #ifdef HAVE_NETINET_ICMP_VAR
13519 #include <netinet/icmp_var.h>
13520 #endif
13522 if test "x$ac_cv_member_struct_icmpstat_icps_outhist" = x""yes; then :
13524 cat >>confdefs.h <<_ACEOF
13525 #define HAVE_STRUCT_ICMPSTAT_ICPS_OUTHIST 1
13526 _ACEOF
13532 ac_fn_c_check_member "$LINENO" "struct ifreq" "ifr_hwaddr" "ac_cv_member_struct_ifreq_ifr_hwaddr" "#ifdef HAVE_SYS_TYPES_H
13533 #include <sys/types.h>
13534 #endif
13535 #ifdef HAVE_NET_IF_H
13536 # include <net/if.h>
13537 #endif
13539 if test "x$ac_cv_member_struct_ifreq_ifr_hwaddr" = x""yes; then :
13541 cat >>confdefs.h <<_ACEOF
13542 #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
13543 _ACEOF
13549 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for timezone variable" >&5
13550 $as_echo_n "checking for timezone variable... " >&6; }
13551 if test "${ac_cv_have_timezone+set}" = set; then :
13552 $as_echo_n "(cached) " >&6
13553 else
13554 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13555 /* end confdefs.h. */
13556 #include <time.h>
13558 main ()
13560 timezone = 1
13562 return 0;
13564 _ACEOF
13565 if ac_fn_c_try_link "$LINENO"; then :
13566 ac_cv_have_timezone="yes"
13567 else
13568 ac_cv_have_timezone="no"
13570 rm -f core conftest.err conftest.$ac_objext \
13571 conftest$ac_exeext conftest.$ac_ext
13573 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_timezone" >&5
13574 $as_echo "$ac_cv_have_timezone" >&6; }
13575 if test "$ac_cv_have_timezone" = "yes"
13576 then
13578 $as_echo "#define HAVE_TIMEZONE 1" >>confdefs.h
13581 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for daylight variable" >&5
13582 $as_echo_n "checking for daylight variable... " >&6; }
13583 if test "${ac_cv_have_daylight+set}" = set; then :
13584 $as_echo_n "(cached) " >&6
13585 else
13586 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13587 /* end confdefs.h. */
13588 #include <time.h>
13590 main ()
13592 daylight = 1
13594 return 0;
13596 _ACEOF
13597 if ac_fn_c_try_link "$LINENO"; then :
13598 ac_cv_have_daylight="yes"
13599 else
13600 ac_cv_have_daylight="no"
13602 rm -f core conftest.err conftest.$ac_objext \
13603 conftest$ac_exeext conftest.$ac_ext
13605 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_daylight" >&5
13606 $as_echo "$ac_cv_have_daylight" >&6; }
13607 if test "$ac_cv_have_daylight" = "yes"
13608 then
13610 $as_echo "#define HAVE_DAYLIGHT 1" >>confdefs.h
13614 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isinf" >&5
13615 $as_echo_n "checking for isinf... " >&6; }
13616 if test "${ac_cv_have_isinf+set}" = set; then :
13617 $as_echo_n "(cached) " >&6
13618 else
13619 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13620 /* end confdefs.h. */
13621 #include <math.h>
13623 main ()
13625 float f = 0.0; int i=isinf(f)
13627 return 0;
13629 _ACEOF
13630 if ac_fn_c_try_link "$LINENO"; then :
13631 ac_cv_have_isinf="yes"
13632 else
13633 ac_cv_have_isinf="no"
13635 rm -f core conftest.err conftest.$ac_objext \
13636 conftest$ac_exeext conftest.$ac_ext
13638 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isinf" >&5
13639 $as_echo "$ac_cv_have_isinf" >&6; }
13640 if test "$ac_cv_have_isinf" = "yes"
13641 then
13643 $as_echo "#define HAVE_ISINF 1" >>confdefs.h
13647 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isnan" >&5
13648 $as_echo_n "checking for isnan... " >&6; }
13649 if test "${ac_cv_have_isnan+set}" = set; then :
13650 $as_echo_n "(cached) " >&6
13651 else
13652 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13653 /* end confdefs.h. */
13654 #include <math.h>
13656 main ()
13658 float f = 0.0; int i=isnan(f)
13660 return 0;
13662 _ACEOF
13663 if ac_fn_c_try_link "$LINENO"; then :
13664 ac_cv_have_isnan="yes"
13665 else
13666 ac_cv_have_isnan="no"
13668 rm -f core conftest.err conftest.$ac_objext \
13669 conftest$ac_exeext conftest.$ac_ext
13671 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isnan" >&5
13672 $as_echo "$ac_cv_have_isnan" >&6; }
13673 if test "$ac_cv_have_isnan" = "yes"
13674 then
13676 $as_echo "#define HAVE_ISNAN 1" >>confdefs.h
13681 case $host_cpu in
13682 *i[3456789]86*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __i386__" >&5
13683 $as_echo_n "checking whether we need to define __i386__... " >&6; }
13684 if test "${ac_cv_cpp_def___i386__+set}" = set; then :
13685 $as_echo_n "(cached) " >&6
13686 else
13687 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13688 /* end confdefs.h. */
13689 #ifndef __i386__
13691 #endif
13692 _ACEOF
13693 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13694 $EGREP "yes" >/dev/null 2>&1; then :
13695 ac_cv_cpp_def___i386__=yes
13696 else
13697 ac_cv_cpp_def___i386__=no
13699 rm -f conftest*
13702 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___i386__" >&5
13703 $as_echo "$ac_cv_cpp_def___i386__" >&6; }
13704 if test $ac_cv_cpp_def___i386__ = yes; then :
13705 CFLAGS="$CFLAGS -D__i386__"
13706 LINTFLAGS="$LINTFLAGS -D__i386__"
13707 fi ;;
13708 *x86_64*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __x86_64__" >&5
13709 $as_echo_n "checking whether we need to define __x86_64__... " >&6; }
13710 if test "${ac_cv_cpp_def___x86_64__+set}" = set; then :
13711 $as_echo_n "(cached) " >&6
13712 else
13713 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13714 /* end confdefs.h. */
13715 #ifndef __x86_64__
13717 #endif
13718 _ACEOF
13719 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13720 $EGREP "yes" >/dev/null 2>&1; then :
13721 ac_cv_cpp_def___x86_64__=yes
13722 else
13723 ac_cv_cpp_def___x86_64__=no
13725 rm -f conftest*
13728 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___x86_64__" >&5
13729 $as_echo "$ac_cv_cpp_def___x86_64__" >&6; }
13730 if test $ac_cv_cpp_def___x86_64__ = yes; then :
13731 CFLAGS="$CFLAGS -D__x86_64__"
13732 LINTFLAGS="$LINTFLAGS -D__x86_64__"
13733 fi ;;
13734 *alpha*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __ALPHA__" >&5
13735 $as_echo_n "checking whether we need to define __ALPHA__... " >&6; }
13736 if test "${ac_cv_cpp_def___ALPHA__+set}" = set; then :
13737 $as_echo_n "(cached) " >&6
13738 else
13739 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13740 /* end confdefs.h. */
13741 #ifndef __ALPHA__
13743 #endif
13744 _ACEOF
13745 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13746 $EGREP "yes" >/dev/null 2>&1; then :
13747 ac_cv_cpp_def___ALPHA__=yes
13748 else
13749 ac_cv_cpp_def___ALPHA__=no
13751 rm -f conftest*
13754 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___ALPHA__" >&5
13755 $as_echo "$ac_cv_cpp_def___ALPHA__" >&6; }
13756 if test $ac_cv_cpp_def___ALPHA__ = yes; then :
13757 CFLAGS="$CFLAGS -D__ALPHA__"
13758 LINTFLAGS="$LINTFLAGS -D__ALPHA__"
13759 fi ;;
13760 *sparc*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sparc__" >&5
13761 $as_echo_n "checking whether we need to define __sparc__... " >&6; }
13762 if test "${ac_cv_cpp_def___sparc__+set}" = set; then :
13763 $as_echo_n "(cached) " >&6
13764 else
13765 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13766 /* end confdefs.h. */
13767 #ifndef __sparc__
13769 #endif
13770 _ACEOF
13771 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13772 $EGREP "yes" >/dev/null 2>&1; then :
13773 ac_cv_cpp_def___sparc__=yes
13774 else
13775 ac_cv_cpp_def___sparc__=no
13777 rm -f conftest*
13780 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sparc__" >&5
13781 $as_echo "$ac_cv_cpp_def___sparc__" >&6; }
13782 if test $ac_cv_cpp_def___sparc__ = yes; then :
13783 CFLAGS="$CFLAGS -D__sparc__"
13784 LINTFLAGS="$LINTFLAGS -D__sparc__"
13785 fi ;;
13786 *powerpc*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __powerpc__" >&5
13787 $as_echo_n "checking whether we need to define __powerpc__... " >&6; }
13788 if test "${ac_cv_cpp_def___powerpc__+set}" = set; then :
13789 $as_echo_n "(cached) " >&6
13790 else
13791 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13792 /* end confdefs.h. */
13793 #ifndef __powerpc__
13795 #endif
13796 _ACEOF
13797 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13798 $EGREP "yes" >/dev/null 2>&1; then :
13799 ac_cv_cpp_def___powerpc__=yes
13800 else
13801 ac_cv_cpp_def___powerpc__=no
13803 rm -f conftest*
13806 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___powerpc__" >&5
13807 $as_echo "$ac_cv_cpp_def___powerpc__" >&6; }
13808 if test $ac_cv_cpp_def___powerpc__ = yes; then :
13809 CFLAGS="$CFLAGS -D__powerpc__"
13810 LINTFLAGS="$LINTFLAGS -D__powerpc__"
13811 fi ;;
13812 esac
13814 case $host_vendor in
13815 *sun*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sun__" >&5
13816 $as_echo_n "checking whether we need to define __sun__... " >&6; }
13817 if test "${ac_cv_cpp_def___sun__+set}" = set; then :
13818 $as_echo_n "(cached) " >&6
13819 else
13820 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13821 /* end confdefs.h. */
13822 #ifndef __sun__
13824 #endif
13825 _ACEOF
13826 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13827 $EGREP "yes" >/dev/null 2>&1; then :
13828 ac_cv_cpp_def___sun__=yes
13829 else
13830 ac_cv_cpp_def___sun__=no
13832 rm -f conftest*
13835 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sun__" >&5
13836 $as_echo "$ac_cv_cpp_def___sun__" >&6; }
13837 if test $ac_cv_cpp_def___sun__ = yes; then :
13838 CFLAGS="$CFLAGS -D__sun__"
13839 LINTFLAGS="$LINTFLAGS -D__sun__"
13840 fi ;;
13841 esac
13846 ac_config_commands="$ac_config_commands include/stamp-h"
13849 ALL_MAKEFILE_DEPENDS="# Makefile dependencies
13850 Makefile: Makefile.in Make.rules config.status"
13852 ALL_WINETEST_DEPENDS="# Test binaries"
13855 ALL_MAKERULES=""
13857 ALL_SYMLINKS=""
13859 ALL_DIRS=""
13861 ALL_TOP_DIRS=""
13863 ALL_TEST_BINARIES=""
13865 ALL_PROGRAM_BIN_INSTALL_DIRS=""
13868 wine_fn_append_file ()
13870 as_fn_append $1 " \\$as_nl $2"
13873 wine_fn_append_rule ()
13875 as_fn_append $1 "$as_nl$2"
13878 wine_fn_config_makefile ()
13880 ac_dir=$1
13881 ac_enable=$2
13882 wine_fn_append_file ALL_DIRS $ac_dir
13883 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
13884 "$ac_dir/__clean__ $ac_dir/__install__ $ac_dir/__install-dev__ $ac_dir/__install-lib__ $ac_dir/__uninstall__ $ac_dir: $ac_dir/Makefile
13885 $ac_dir/Makefile $ac_dir/__depend__: $ac_dir/Makefile.in config.status Make.rules \$(MAKEDEP)
13886 @./config.status --file $ac_dir/Makefile && cd $ac_dir && \$(MAKE) depend"
13887 eval as_val=\$$ac_enable
13888 if test "x$as_val" = x""no; then :
13890 else
13891 case $ac_dir in
13892 */*) ;;
13893 *) wine_fn_append_file ALL_TOP_DIRS $ac_dir ;;
13894 esac
13898 wine_fn_config_lib ()
13900 ac_name=$1
13901 ac_dir=dlls/$ac_name
13902 wine_fn_append_file ALL_DIRS $ac_dir
13903 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
13904 "all __builddeps__: $ac_dir
13905 __buildcrossdeps__: $ac_dir/lib$ac_name.cross.a
13906 $ac_dir $ac_dir/lib$ac_name.cross.a: $ac_dir/Makefile tools/widl tools/winebuild tools/winegcc include
13907 $ac_dir/lib$ac_name.cross.a: dummy
13908 @cd $ac_dir && \$(MAKE) lib$ac_name.cross.a
13909 $ac_dir/__clean__: $ac_dir/Makefile
13910 $ac_dir/Makefile $ac_dir/__depend__: $ac_dir/Makefile.in config.status dlls/Makeimplib.rules \$(MAKEDEP)
13911 @./config.status --file $ac_dir/Makefile && cd $ac_dir && \$(MAKE) depend
13912 install install-dev:: $ac_dir
13913 @cd $ac_dir && \$(MAKE) install
13914 uninstall:: $ac_dir/Makefile
13915 @cd $ac_dir && \$(MAKE) uninstall"
13918 wine_fn_config_dll ()
13920 ac_dir=$1
13921 ac_enable=$2
13922 ac_implib=$3
13923 ac_implibsrc=$4
13924 ac_file="dlls/$ac_dir/lib$ac_implib"
13925 ac_deps="tools/widl tools/winebuild tools/winegcc include"
13927 wine_fn_append_file ALL_DIRS dlls/$ac_dir
13928 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
13929 "dlls/$ac_dir/__clean__: dlls/$ac_dir/Makefile
13930 dlls/$ac_dir/Makefile dlls/$ac_dir/__depend__: dlls/$ac_dir/Makefile.in config.status dlls/Makedll.rules \$(MAKEDEP)
13931 @./config.status --file dlls/$ac_dir/Makefile && cd dlls/$ac_dir && \$(MAKE) depend"
13933 eval as_val=\$$ac_enable
13934 if test "x$as_val" = x""no; then :
13935 test "$ac_enable" != enable_win16 || return 0
13936 else
13937 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
13938 "all: dlls/$ac_dir
13939 dlls/$ac_dir: dlls/$ac_dir/Makefile __builddeps__
13940 install:: dlls/$ac_dir/Makefile __builddeps__
13941 @cd dlls/$ac_dir && \$(MAKE) install
13942 install-lib:: dlls/$ac_dir/Makefile __builddeps__
13943 @cd dlls/$ac_dir && \$(MAKE) install-lib
13944 uninstall manpages htmlpages sgmlpages xmlpages:: dlls/$ac_dir/Makefile
13945 @cd dlls/$ac_dir && \$(MAKE) \$@"
13948 if test -n "$ac_implibsrc"
13949 then
13950 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
13951 "__builddeps__: $ac_file.$IMPLIBEXT $ac_file.$STATIC_IMPLIBEXT
13952 __buildcrossdeps__: $ac_file.cross.a
13953 $ac_file.$IMPLIBEXT $ac_file.$STATIC_IMPLIBEXT $ac_file.cross.a: $ac_deps
13954 $ac_file.def: dlls/$ac_dir/$ac_dir.spec dlls/$ac_dir/Makefile
13955 @cd dlls/$ac_dir && \$(MAKE) \`basename \$@\`
13956 $ac_file.$STATIC_IMPLIBEXT $ac_file.cross.a: dlls/$ac_dir/Makefile dummy
13957 @cd dlls/$ac_dir && \$(MAKE) \`basename \$@\`
13958 install-dev:: dlls/$ac_dir/Makefile __builddeps__
13959 @cd dlls/$ac_dir && \$(MAKE) install-dev"
13960 elif test -n "$ac_implib"
13961 then
13962 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
13963 "__builddeps__: $ac_file.$IMPLIBEXT
13964 __buildcrossdeps__: $ac_file.cross.a
13965 $ac_file.$IMPLIBEXT $ac_file.cross.a: dlls/$ac_dir/$ac_dir.spec dlls/$ac_dir/Makefile $ac_deps
13966 @cd dlls/$ac_dir && \$(MAKE) \`basename \$@\`
13967 install-dev:: dlls/$ac_dir/Makefile __builddeps__
13968 @cd dlls/$ac_dir && \$(MAKE) install-dev"
13970 if test "$ac_dir" != "$ac_implib"
13971 then
13972 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
13973 "__builddeps__: dlls/lib$ac_implib.$IMPLIBEXT
13974 __buildcrossdeps__: dlls/lib$ac_implib.cross.a
13975 dlls/lib$ac_implib.$IMPLIBEXT: $ac_file.$IMPLIBEXT
13976 \$(RM) \$@ && \$(LN_S) $ac_dir/lib$ac_implib.$IMPLIBEXT \$@
13977 dlls/lib$ac_implib.cross.a: $ac_file.cross.a
13978 \$(RM) \$@ && \$(LN_S) $ac_dir/lib$ac_implib.cross.a \$@
13979 clean::
13980 \$(RM) dlls/lib$ac_implib.$IMPLIBEXT"
13985 wine_fn_config_program ()
13987 ac_dir=$1
13988 ac_enable=$2
13989 ac_install=$3
13990 wine_fn_append_file ALL_DIRS programs/$ac_dir
13991 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
13992 "programs/$ac_dir/__clean__: programs/$ac_dir/Makefile
13993 programs/$ac_dir/Makefile programs/$ac_dir/__depend__: programs/$ac_dir/Makefile.in config.status programs/Makeprog.rules \$(MAKEDEP)
13994 @./config.status --file programs/$ac_dir/Makefile && cd programs/$ac_dir && \$(MAKE) depend"
13996 eval as_val=\$$ac_enable
13997 if test "x$as_val" = x""no; then :
13999 else
14000 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14001 "all: programs/$ac_dir
14002 programs/$ac_dir: programs/$ac_dir/Makefile __builddeps__"
14003 if test -n "$ac_install"
14004 then
14005 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14006 "install install-lib:: programs/$ac_dir/Makefile __builddeps__
14007 @cd programs/$ac_dir && \$(MAKE) install
14008 uninstall:: programs/$ac_dir/Makefile
14009 @cd programs/$ac_dir && \$(MAKE) uninstall"
14010 test "$ac_install" != installbin || wine_fn_append_file ALL_PROGRAM_BIN_INSTALL_DIRS programs/$ac_dir
14015 wine_fn_config_test ()
14017 ac_dir=$1
14018 ac_name=$2
14019 wine_fn_append_file ALL_TEST_BINARIES $ac_name.exe
14020 wine_fn_append_rule ALL_WINETEST_DEPENDS \
14021 "$ac_name.exe: \$(TOPOBJDIR)/$ac_dir/$ac_name.exe$DLLEXT
14022 cp \$(TOPOBJDIR)/$ac_dir/$ac_name.exe$DLLEXT \$@ && \$(STRIP) \$@
14023 $ac_name.rc:
14024 echo \"$ac_name.exe TESTRES \\\"$ac_name.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
14025 $ac_name.res: $ac_name.rc $ac_name.exe"
14026 wine_fn_append_file ALL_DIRS $ac_dir
14027 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14028 "$ac_dir/__clean__: $ac_dir/Makefile
14029 $ac_dir/Makefile $ac_dir/__depend__: $ac_dir/Makefile.in config.status Maketest.rules \$(MAKEDEP)
14030 @./config.status --file $ac_dir/Makefile && cd $ac_dir && \$(MAKE) depend"
14032 if test "x$enable_tests" = x""no; then :
14034 else
14035 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14036 "all programs/winetest: $ac_dir
14037 $ac_dir: $ac_dir/Makefile __builddeps__
14038 crosstest:: $ac_dir/Makefile __buildcrossdeps__
14039 @cd $ac_dir && \$(MAKE) crosstest
14040 test::
14041 @cd $ac_dir && \$(MAKE) test
14042 testclean::
14043 \$(RM) $ac_dir/*.ok"
14047 wine_fn_config_tool ()
14049 ac_dir=$1
14050 ac_deps="Make.rules"
14051 if test "$ac_dir" != tools
14052 then
14053 ac_deps="$ac_deps \$(MAKEDEP)"
14055 wine_fn_append_file ALL_DIRS $ac_dir
14056 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14057 "$ac_dir/__clean__: $ac_dir/Makefile
14058 $ac_dir/Makefile $ac_dir/__depend__: $ac_dir/Makefile.in config.status $ac_deps
14059 @./config.status --file $ac_dir/Makefile && cd $ac_dir && \$(MAKE) depend"
14061 if test "x$enable_tools" = x""no; then :
14063 else
14064 case $ac_dir in
14065 tools) wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14066 "install:: $ac_dir
14067 @cd $ac_dir && \$(MAKE) install
14068 install-lib:: $ac_dir
14069 @cd $ac_dir && \$(MAKE) install-lib
14070 install-dev:: $ac_dir
14071 @cd $ac_dir && \$(MAKE) install-dev" ;;
14072 *) wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14073 "install install-dev:: $ac_dir
14074 @cd $ac_dir && \$(MAKE) install" ;;
14075 esac
14076 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14077 "uninstall:: $ac_dir/Makefile
14078 @cd $ac_dir && \$(MAKE) uninstall
14079 all __tooldeps__: $ac_dir
14080 $ac_dir: $ac_dir/Makefile libs/port"
14083 ac_config_links="$ac_config_links dlls/wineps.drv/generic.ppd:dlls/wineps.drv/generic.ppd"
14084 test "$srcdir" = "." || wine_fn_append_file ALL_SYMLINKS "dlls/wineps.drv/generic.ppd"
14085 ac_config_links="$ac_config_links fonts/marlett.ttf:fonts/marlett.ttf"
14086 test "$srcdir" = "." || wine_fn_append_file ALL_SYMLINKS "fonts/marlett.ttf"
14087 ac_config_links="$ac_config_links fonts/symbol.ttf:fonts/symbol.ttf"
14088 test "$srcdir" = "." || wine_fn_append_file ALL_SYMLINKS "fonts/symbol.ttf"
14089 ac_config_links="$ac_config_links fonts/tahoma.ttf:fonts/tahoma.ttf"
14090 test "$srcdir" = "." || wine_fn_append_file ALL_SYMLINKS "fonts/tahoma.ttf"
14091 ac_config_links="$ac_config_links fonts/tahomabd.ttf:fonts/tahomabd.ttf"
14092 test "$srcdir" = "." || wine_fn_append_file ALL_SYMLINKS "fonts/tahomabd.ttf"
14093 ac_config_links="$ac_config_links wine:tools/winewrapper"
14094 wine_fn_append_file ALL_SYMLINKS "wine"
14096 ac_config_commands="$ac_config_commands dlls/gdi32/enhmfdrv"
14098 ac_config_commands="$ac_config_commands dlls/gdi32/mfdrv"
14100 ac_config_commands="$ac_config_commands dlls/kernel32/nls"
14102 ac_config_commands="$ac_config_commands dlls/user32/resources"
14104 ac_config_commands="$ac_config_commands dlls/wineps.drv/data"
14106 ac_config_commands="$ac_config_commands include/wine"
14109 wine_fn_append_file ALL_MAKERULES "Make.rules"
14110 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "Make.rules: Make.rules.in config.status"
14111 MAKE_RULES=Make.rules
14112 ac_config_files="$ac_config_files Make.rules"
14114 wine_fn_append_file ALL_MAKERULES "Maketest.rules"
14115 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "Maketest.rules: Maketest.rules.in Make.rules config.status"
14116 MAKE_TEST_RULES=Maketest.rules
14117 ac_config_files="$ac_config_files Maketest.rules"
14119 wine_fn_append_file ALL_MAKERULES "dlls/Makedll.rules"
14120 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/Makedll.rules: dlls/Makedll.rules.in Make.rules config.status"
14121 MAKE_DLL_RULES=dlls/Makedll.rules
14122 ac_config_files="$ac_config_files dlls/Makedll.rules"
14124 wine_fn_append_file ALL_MAKERULES "dlls/Makeimplib.rules"
14125 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/Makeimplib.rules: dlls/Makeimplib.rules.in Make.rules config.status"
14126 MAKE_IMPLIB_RULES=dlls/Makeimplib.rules
14127 ac_config_files="$ac_config_files dlls/Makeimplib.rules"
14129 wine_fn_append_file ALL_MAKERULES "programs/Makeprog.rules"
14130 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "programs/Makeprog.rules: programs/Makeprog.rules.in Make.rules config.status"
14131 MAKE_PROG_RULES=programs/Makeprog.rules
14132 ac_config_files="$ac_config_files programs/Makeprog.rules"
14135 wine_fn_config_dll acledit enable_acledit
14136 wine_fn_config_dll aclui enable_aclui aclui
14137 wine_fn_config_dll activeds enable_activeds activeds
14138 wine_fn_config_dll actxprxy enable_actxprxy
14139 wine_fn_config_lib adsiid
14140 wine_fn_config_dll advapi32 enable_advapi32 advapi32
14141 wine_fn_config_test dlls/advapi32/tests advapi32_test
14142 wine_fn_config_dll advpack enable_advpack advpack
14143 wine_fn_config_test dlls/advpack/tests advpack_test
14144 wine_fn_config_dll amstream enable_amstream
14145 wine_fn_config_test dlls/amstream/tests amstream_test
14146 wine_fn_config_dll appwiz.cpl enable_appwiz_cpl
14147 wine_fn_config_dll atl enable_atl atl
14148 wine_fn_config_dll authz enable_authz
14149 wine_fn_config_dll avicap32 enable_avicap32 avicap32
14150 wine_fn_config_dll avifil32 enable_avifil32 avifil32
14151 wine_fn_config_test dlls/avifil32/tests avifil32_test
14152 wine_fn_config_dll avifile.dll16 enable_win16
14153 wine_fn_config_dll avrt enable_avrt avrt
14154 wine_fn_config_dll bcrypt enable_bcrypt
14155 wine_fn_config_dll browseui enable_browseui
14156 wine_fn_config_test dlls/browseui/tests browseui_test
14157 wine_fn_config_dll cabinet enable_cabinet cabinet
14158 wine_fn_config_test dlls/cabinet/tests cabinet_test
14159 wine_fn_config_dll capi2032 enable_capi2032 capi2032
14160 wine_fn_config_dll cards enable_cards cards
14161 wine_fn_config_dll cfgmgr32 enable_cfgmgr32 cfgmgr32
14162 wine_fn_config_dll clusapi enable_clusapi clusapi
14163 wine_fn_config_dll comcat enable_comcat
14164 wine_fn_config_test dlls/comcat/tests comcat_test
14165 wine_fn_config_dll comctl32 enable_comctl32 comctl32
14166 wine_fn_config_test dlls/comctl32/tests comctl32_test
14167 wine_fn_config_dll comdlg32 enable_comdlg32 comdlg32
14168 wine_fn_config_test dlls/comdlg32/tests comdlg32_test
14169 wine_fn_config_dll comm.drv16 enable_win16
14170 wine_fn_config_dll commdlg.dll16 enable_win16
14171 wine_fn_config_dll compobj.dll16 enable_win16
14172 wine_fn_config_dll compstui enable_compstui compstui
14173 wine_fn_config_dll credui enable_credui credui
14174 wine_fn_config_test dlls/credui/tests credui_test
14175 wine_fn_config_dll crtdll enable_crtdll crtdll
14176 wine_fn_config_dll crypt32 enable_crypt32 crypt32
14177 wine_fn_config_test dlls/crypt32/tests crypt32_test
14178 wine_fn_config_dll cryptdlg enable_cryptdlg
14179 wine_fn_config_dll cryptdll enable_cryptdll cryptdll
14180 wine_fn_config_dll cryptnet enable_cryptnet cryptnet
14181 wine_fn_config_test dlls/cryptnet/tests cryptnet_test
14182 wine_fn_config_dll cryptui enable_cryptui cryptui
14183 wine_fn_config_test dlls/cryptui/tests cryptui_test
14184 wine_fn_config_dll ctapi32 enable_ctapi32
14185 wine_fn_config_dll ctl3d.dll16 enable_win16
14186 wine_fn_config_dll ctl3d32 enable_ctl3d32 ctl3d32
14187 wine_fn_config_dll ctl3dv2.dll16 enable_win16
14188 wine_fn_config_dll d3d10 enable_d3d10 d3d10
14189 wine_fn_config_test dlls/d3d10/tests d3d10_test
14190 wine_fn_config_dll d3d10core enable_d3d10core d3d10core
14191 wine_fn_config_test dlls/d3d10core/tests d3d10core_test
14192 wine_fn_config_dll d3d8 enable_d3d8 d3d8
14193 wine_fn_config_test dlls/d3d8/tests d3d8_test
14194 wine_fn_config_dll d3d9 enable_d3d9 d3d9
14195 wine_fn_config_test dlls/d3d9/tests d3d9_test
14196 wine_fn_config_dll d3dim enable_d3dim d3dim
14197 wine_fn_config_dll d3drm enable_d3drm d3drm
14198 wine_fn_config_test dlls/d3drm/tests d3drm_test
14199 wine_fn_config_dll d3dx9_24 enable_d3dx9_24
14200 wine_fn_config_dll d3dx9_25 enable_d3dx9_25
14201 wine_fn_config_dll d3dx9_26 enable_d3dx9_26
14202 wine_fn_config_dll d3dx9_27 enable_d3dx9_27
14203 wine_fn_config_dll d3dx9_28 enable_d3dx9_28
14204 wine_fn_config_dll d3dx9_29 enable_d3dx9_29
14205 wine_fn_config_dll d3dx9_30 enable_d3dx9_30
14206 wine_fn_config_dll d3dx9_31 enable_d3dx9_31
14207 wine_fn_config_dll d3dx9_32 enable_d3dx9_32
14208 wine_fn_config_dll d3dx9_33 enable_d3dx9_33
14209 wine_fn_config_dll d3dx9_34 enable_d3dx9_34
14210 wine_fn_config_dll d3dx9_35 enable_d3dx9_35
14211 wine_fn_config_dll d3dx9_36 enable_d3dx9_36 d3dx9
14212 wine_fn_config_test dlls/d3dx9_36/tests d3dx9_36_test
14213 wine_fn_config_dll d3dx9_37 enable_d3dx9_37
14214 wine_fn_config_dll d3dx9_38 enable_d3dx9_38
14215 wine_fn_config_dll d3dx9_39 enable_d3dx9_39
14216 wine_fn_config_dll d3dx9_40 enable_d3dx9_40
14217 wine_fn_config_dll d3dx9_41 enable_d3dx9_41
14218 wine_fn_config_dll d3dx9_42 enable_d3dx9_42
14219 wine_fn_config_dll d3dxof enable_d3dxof d3dxof
14220 wine_fn_config_test dlls/d3dxof/tests d3dxof_test
14221 wine_fn_config_dll dbghelp enable_dbghelp dbghelp
14222 wine_fn_config_dll dciman32 enable_dciman32 dciman32
14223 wine_fn_config_dll ddeml.dll16 enable_win16
14224 wine_fn_config_dll ddraw enable_ddraw ddraw
14225 wine_fn_config_test dlls/ddraw/tests ddraw_test
14226 wine_fn_config_dll ddrawex enable_ddrawex
14227 wine_fn_config_test dlls/ddrawex/tests ddrawex_test
14228 wine_fn_config_dll devenum enable_devenum
14229 wine_fn_config_dll dinput enable_dinput dinput "data_formats.c"
14230 wine_fn_config_test dlls/dinput/tests dinput_test
14231 wine_fn_config_dll dinput8 enable_dinput8 dinput8
14232 wine_fn_config_dll dispdib.dll16 enable_win16
14233 wine_fn_config_dll dispex enable_dispex
14234 wine_fn_config_test dlls/dispex/tests dispex_test
14235 wine_fn_config_dll display.drv16 enable_win16
14236 wine_fn_config_dll dmband enable_dmband
14237 wine_fn_config_dll dmcompos enable_dmcompos
14238 wine_fn_config_dll dmime enable_dmime
14239 wine_fn_config_dll dmloader enable_dmloader
14240 wine_fn_config_test dlls/dmloader/tests dmloader_test
14241 wine_fn_config_dll dmscript enable_dmscript
14242 wine_fn_config_dll dmstyle enable_dmstyle
14243 wine_fn_config_dll dmsynth enable_dmsynth
14244 wine_fn_config_dll dmusic enable_dmusic
14245 wine_fn_config_dll dmusic32 enable_dmusic32 dmusic32
14246 wine_fn_config_dll dnsapi enable_dnsapi dnsapi
14247 wine_fn_config_test dlls/dnsapi/tests dnsapi_test
14248 wine_fn_config_dll dplay enable_dplay dplay
14249 wine_fn_config_dll dplayx enable_dplayx dplayx
14250 wine_fn_config_test dlls/dplayx/tests dplayx_test
14251 wine_fn_config_dll dpnaddr enable_dpnaddr
14252 wine_fn_config_dll dpnet enable_dpnet dpnet
14253 wine_fn_config_dll dpnhpast enable_dpnhpast
14254 wine_fn_config_dll dpnlobby enable_dpnlobby
14255 wine_fn_config_dll dpwsockx enable_dpwsockx
14256 wine_fn_config_dll drmclien enable_drmclien
14257 wine_fn_config_dll dsound enable_dsound dsound
14258 wine_fn_config_test dlls/dsound/tests dsound_test
14259 wine_fn_config_dll dssenh enable_dssenh
14260 wine_fn_config_dll dswave enable_dswave
14261 wine_fn_config_dll dwmapi enable_dwmapi dwmapi
14262 wine_fn_config_dll dxdiagn enable_dxdiagn
14263 wine_fn_config_test dlls/dxdiagn/tests dxdiagn_test
14264 wine_fn_config_lib dxerr8
14265 wine_fn_config_lib dxerr9
14266 wine_fn_config_dll dxgi enable_dxgi dxgi
14267 wine_fn_config_test dlls/dxgi/tests dxgi_test
14268 wine_fn_config_lib dxguid
14269 wine_fn_config_dll faultrep enable_faultrep
14270 wine_fn_config_dll fltlib enable_fltlib
14271 wine_fn_config_dll fusion enable_fusion
14272 wine_fn_config_test dlls/fusion/tests fusion_test
14273 wine_fn_config_dll fwpuclnt enable_fwpuclnt
14274 wine_fn_config_dll gdi.exe16 enable_win16
14275 wine_fn_config_dll gdi32 enable_gdi32 gdi32
14276 wine_fn_config_test dlls/gdi32/tests gdi32_test
14277 wine_fn_config_dll gdiplus enable_gdiplus gdiplus
14278 wine_fn_config_test dlls/gdiplus/tests gdiplus_test
14279 wine_fn_config_dll glu32 enable_glu32 glu32
14280 wine_fn_config_dll gphoto2.ds enable_gphoto2_ds
14281 wine_fn_config_dll gpkcsp enable_gpkcsp
14282 wine_fn_config_dll hal enable_hal
14283 wine_fn_config_dll hhctrl.ocx enable_hhctrl_ocx
14284 wine_fn_config_dll hid enable_hid hid
14285 wine_fn_config_dll hlink enable_hlink hlink
14286 wine_fn_config_test dlls/hlink/tests hlink_test
14287 wine_fn_config_dll hnetcfg enable_hnetcfg
14288 wine_fn_config_dll httpapi enable_httpapi
14289 wine_fn_config_dll iccvid enable_iccvid
14290 wine_fn_config_dll icmp enable_icmp
14291 wine_fn_config_dll ifsmgr.vxd enable_win16
14292 wine_fn_config_dll imaadp32.acm enable_imaadp32_acm
14293 wine_fn_config_dll imagehlp enable_imagehlp imagehlp
14294 wine_fn_config_test dlls/imagehlp/tests imagehlp_test
14295 wine_fn_config_dll imm.dll16 enable_win16
14296 wine_fn_config_dll imm32 enable_imm32 imm32
14297 wine_fn_config_test dlls/imm32/tests imm32_test
14298 wine_fn_config_dll inetcomm enable_inetcomm inetcomm
14299 wine_fn_config_test dlls/inetcomm/tests inetcomm_test
14300 wine_fn_config_dll inetmib1 enable_inetmib1
14301 wine_fn_config_test dlls/inetmib1/tests inetmib1_test
14302 wine_fn_config_dll infosoft enable_infosoft
14303 wine_fn_config_test dlls/infosoft/tests infosoft_test
14304 wine_fn_config_dll initpki enable_initpki
14305 wine_fn_config_dll inkobj enable_inkobj
14306 wine_fn_config_dll inseng enable_inseng
14307 wine_fn_config_dll iphlpapi enable_iphlpapi iphlpapi
14308 wine_fn_config_test dlls/iphlpapi/tests iphlpapi_test
14309 wine_fn_config_dll itircl enable_itircl
14310 wine_fn_config_dll itss enable_itss
14311 wine_fn_config_test dlls/itss/tests itss_test
14312 wine_fn_config_dll jscript enable_jscript
14313 wine_fn_config_test dlls/jscript/tests jscript_test
14314 wine_fn_config_dll kernel32 enable_kernel32 kernel32
14315 wine_fn_config_test dlls/kernel32/tests kernel32_test
14316 wine_fn_config_dll keyboard.drv16 enable_win16
14317 wine_fn_config_dll krnl386.exe16 enable_win16 kernel
14318 wine_fn_config_dll loadperf enable_loadperf loadperf
14319 wine_fn_config_dll localspl enable_localspl
14320 wine_fn_config_test dlls/localspl/tests localspl_test
14321 wine_fn_config_dll localui enable_localui
14322 wine_fn_config_test dlls/localui/tests localui_test
14323 wine_fn_config_dll lz32 enable_lz32 lz32
14324 wine_fn_config_test dlls/lz32/tests lz32_test
14325 wine_fn_config_dll lzexpand.dll16 enable_win16
14326 wine_fn_config_dll mapi32 enable_mapi32 mapi32
14327 wine_fn_config_test dlls/mapi32/tests mapi32_test
14328 wine_fn_config_dll mapistub enable_mapistub
14329 wine_fn_config_dll mciavi32 enable_mciavi32
14330 wine_fn_config_dll mcicda enable_mcicda
14331 wine_fn_config_dll mciqtz32 enable_mciqtz32
14332 wine_fn_config_dll mciseq enable_mciseq
14333 wine_fn_config_dll mciwave enable_mciwave
14334 wine_fn_config_dll midimap enable_midimap
14335 wine_fn_config_dll mlang enable_mlang mlang
14336 wine_fn_config_test dlls/mlang/tests mlang_test
14337 wine_fn_config_dll mmdevapi enable_mmdevapi
14338 wine_fn_config_test dlls/mmdevapi/tests mmdevapi_test
14339 wine_fn_config_dll mmdevldr.vxd enable_win16
14340 wine_fn_config_dll mmsystem.dll16 enable_win16
14341 wine_fn_config_dll monodebg.vxd enable_win16
14342 wine_fn_config_dll mountmgr.sys enable_mountmgr_sys
14343 wine_fn_config_dll mouse.drv16 enable_win16
14344 wine_fn_config_dll mpr enable_mpr mpr
14345 wine_fn_config_dll mprapi enable_mprapi mprapi
14346 wine_fn_config_dll msacm.dll16 enable_win16
14347 wine_fn_config_dll msacm32.drv enable_msacm32_drv
14348 wine_fn_config_dll msacm32 enable_msacm32 msacm32
14349 wine_fn_config_test dlls/msacm32/tests msacm32_test
14350 wine_fn_config_dll msadp32.acm enable_msadp32_acm
14351 wine_fn_config_dll mscat32 enable_mscat32
14352 wine_fn_config_dll mscms enable_mscms mscms
14353 wine_fn_config_test dlls/mscms/tests mscms_test
14354 wine_fn_config_dll mscoree enable_mscoree
14355 wine_fn_config_dll msctf enable_msctf
14356 wine_fn_config_test dlls/msctf/tests msctf_test
14357 wine_fn_config_dll msdaps enable_msdaps
14358 wine_fn_config_dll msdmo enable_msdmo msdmo
14359 wine_fn_config_dll msftedit enable_msftedit
14360 wine_fn_config_dll msg711.acm enable_msg711_acm
14361 wine_fn_config_dll msgsm32.acm enable_msgsm32_acm
14362 wine_fn_config_dll mshtml.tlb enable_mshtml_tlb
14363 wine_fn_config_dll mshtml enable_mshtml mshtml
14364 wine_fn_config_test dlls/mshtml/tests mshtml_test
14365 wine_fn_config_dll msi enable_msi msi
14366 wine_fn_config_test dlls/msi/tests msi_test
14367 wine_fn_config_dll msimg32 enable_msimg32 msimg32
14368 wine_fn_config_dll msimtf enable_msimtf
14369 wine_fn_config_dll msisip enable_msisip
14370 wine_fn_config_dll msisys.ocx enable_msisys_ocx
14371 wine_fn_config_dll msnet32 enable_msnet32
14372 wine_fn_config_dll msrle32 enable_msrle32
14373 wine_fn_config_dll mssign32 enable_mssign32
14374 wine_fn_config_dll mssip32 enable_mssip32
14375 wine_fn_config_dll mstask enable_mstask
14376 wine_fn_config_test dlls/mstask/tests mstask_test
14377 wine_fn_config_dll msvcirt enable_msvcirt
14378 wine_fn_config_dll msvcr70 enable_msvcr70 msvcr70
14379 wine_fn_config_dll msvcr71 enable_msvcr71 msvcr71
14380 wine_fn_config_dll msvcr80 enable_msvcr80 msvcr80
14381 wine_fn_config_dll msvcr90 enable_msvcr90 msvcr90
14382 wine_fn_config_test dlls/msvcr90/tests msvcr90_test
14383 wine_fn_config_dll msvcrt enable_msvcrt msvcrt
14384 wine_fn_config_test dlls/msvcrt/tests msvcrt_test
14385 wine_fn_config_dll msvcrt20 enable_msvcrt20 msvcrt20
14386 wine_fn_config_dll msvcrt40 enable_msvcrt40 msvcrt40
14387 wine_fn_config_dll msvcrtd enable_msvcrtd msvcrtd
14388 wine_fn_config_test dlls/msvcrtd/tests msvcrtd_test
14389 wine_fn_config_dll msvfw32 enable_msvfw32 msvfw32
14390 wine_fn_config_test dlls/msvfw32/tests msvfw32_test
14391 wine_fn_config_dll msvidc32 enable_msvidc32
14392 wine_fn_config_dll msvideo.dll16 enable_win16
14393 wine_fn_config_dll mswsock enable_mswsock mswsock
14394 wine_fn_config_dll msxml3 enable_msxml3
14395 wine_fn_config_test dlls/msxml3/tests msxml3_test
14396 wine_fn_config_dll msxml4 enable_msxml4
14397 wine_fn_config_dll nddeapi enable_nddeapi nddeapi
14398 wine_fn_config_dll netapi32 enable_netapi32 netapi32
14399 wine_fn_config_test dlls/netapi32/tests netapi32_test
14400 wine_fn_config_dll newdev enable_newdev newdev
14401 wine_fn_config_dll ntdll enable_ntdll ntdll
14402 wine_fn_config_test dlls/ntdll/tests ntdll_test
14403 wine_fn_config_dll ntdsapi enable_ntdsapi ntdsapi
14404 wine_fn_config_test dlls/ntdsapi/tests ntdsapi_test
14405 wine_fn_config_dll ntoskrnl.exe enable_ntoskrnl_exe ntoskrnl.exe
14406 wine_fn_config_dll ntprint enable_ntprint
14407 wine_fn_config_test dlls/ntprint/tests ntprint_test
14408 wine_fn_config_dll objsel enable_objsel
14409 wine_fn_config_dll odbc32 enable_odbc32 odbc32
14410 wine_fn_config_dll odbccp32 enable_odbccp32 odbccp32
14411 wine_fn_config_test dlls/odbccp32/tests odbccp32_test
14412 wine_fn_config_dll ole2.dll16 enable_win16
14413 wine_fn_config_dll ole2conv.dll16 enable_win16
14414 wine_fn_config_dll ole2disp.dll16 enable_win16
14415 wine_fn_config_dll ole2nls.dll16 enable_win16
14416 wine_fn_config_dll ole2prox.dll16 enable_win16
14417 wine_fn_config_dll ole2thk.dll16 enable_win16
14418 wine_fn_config_dll ole32 enable_ole32 ole32
14419 wine_fn_config_test dlls/ole32/tests ole32_test
14420 wine_fn_config_dll oleacc enable_oleacc oleacc
14421 wine_fn_config_test dlls/oleacc/tests oleacc_test
14422 wine_fn_config_dll oleaut32 enable_oleaut32 oleaut32
14423 wine_fn_config_test dlls/oleaut32/tests oleaut32_test
14424 wine_fn_config_dll olecli.dll16 enable_win16
14425 wine_fn_config_dll olecli32 enable_olecli32 olecli32
14426 wine_fn_config_dll oledb32 enable_oledb32
14427 wine_fn_config_test dlls/oledb32/tests oledb32_test
14428 wine_fn_config_dll oledlg enable_oledlg oledlg
14429 wine_fn_config_dll olepro32 enable_olepro32 olepro32
14430 wine_fn_config_dll olesvr.dll16 enable_win16
14431 wine_fn_config_dll olesvr32 enable_olesvr32 olesvr32
14432 wine_fn_config_dll olethk32 enable_olethk32
14433 wine_fn_config_dll openal32 enable_openal32
14434 wine_fn_config_dll opengl32 enable_opengl32 opengl32
14435 wine_fn_config_test dlls/opengl32/tests opengl32_test
14436 wine_fn_config_dll pdh enable_pdh pdh
14437 wine_fn_config_test dlls/pdh/tests pdh_test
14438 wine_fn_config_dll pidgen enable_pidgen
14439 wine_fn_config_dll powrprof enable_powrprof powrprof
14440 wine_fn_config_dll printui enable_printui
14441 wine_fn_config_dll propsys enable_propsys
14442 wine_fn_config_dll psapi enable_psapi psapi
14443 wine_fn_config_test dlls/psapi/tests psapi_test
14444 wine_fn_config_dll pstorec enable_pstorec
14445 wine_fn_config_dll qcap enable_qcap
14446 wine_fn_config_dll qedit enable_qedit
14447 wine_fn_config_test dlls/qedit/tests qedit_test
14448 wine_fn_config_dll qmgr enable_qmgr
14449 wine_fn_config_test dlls/qmgr/tests qmgr_test
14450 wine_fn_config_dll qmgrprxy enable_qmgrprxy
14451 wine_fn_config_dll quartz enable_quartz quartz
14452 wine_fn_config_test dlls/quartz/tests quartz_test
14453 wine_fn_config_dll query enable_query
14454 wine_fn_config_dll rasapi16.dll16 enable_win16
14455 wine_fn_config_dll rasapi32 enable_rasapi32 rasapi32
14456 wine_fn_config_test dlls/rasapi32/tests rasapi32_test
14457 wine_fn_config_dll rasdlg enable_rasdlg rasdlg
14458 wine_fn_config_dll resutils enable_resutils resutils
14459 wine_fn_config_dll riched20 enable_riched20 riched20
14460 wine_fn_config_test dlls/riched20/tests riched20_test
14461 wine_fn_config_dll riched32 enable_riched32
14462 wine_fn_config_test dlls/riched32/tests riched32_test
14463 wine_fn_config_dll rpcrt4 enable_rpcrt4 rpcrt4
14464 wine_fn_config_test dlls/rpcrt4/tests rpcrt4_test
14465 wine_fn_config_dll rsabase enable_rsabase
14466 wine_fn_config_dll rsaenh enable_rsaenh rsaenh
14467 wine_fn_config_test dlls/rsaenh/tests rsaenh_test
14468 wine_fn_config_dll rtutils enable_rtutils rtutils
14469 wine_fn_config_dll sane.ds enable_sane_ds
14470 wine_fn_config_dll sccbase enable_sccbase
14471 wine_fn_config_dll schannel enable_schannel
14472 wine_fn_config_test dlls/schannel/tests schannel_test
14473 wine_fn_config_dll secur32 enable_secur32 secur32
14474 wine_fn_config_test dlls/secur32/tests secur32_test
14475 wine_fn_config_dll security enable_security
14476 wine_fn_config_dll sensapi enable_sensapi sensapi
14477 wine_fn_config_dll serialui enable_serialui serialui
14478 wine_fn_config_test dlls/serialui/tests serialui_test
14479 wine_fn_config_dll setupapi enable_setupapi setupapi
14480 wine_fn_config_test dlls/setupapi/tests setupapi_test
14481 wine_fn_config_dll setupx.dll16 enable_win16
14482 wine_fn_config_dll sfc enable_sfc sfc
14483 wine_fn_config_dll sfc_os enable_sfc_os sfc_os
14484 wine_fn_config_dll shdoclc enable_shdoclc
14485 wine_fn_config_dll shdocvw enable_shdocvw shdocvw
14486 wine_fn_config_test dlls/shdocvw/tests shdocvw_test
14487 wine_fn_config_dll shell.dll16 enable_win16
14488 wine_fn_config_dll shell32 enable_shell32 shell32
14489 wine_fn_config_test dlls/shell32/tests shell32_test
14490 wine_fn_config_dll shfolder enable_shfolder shfolder
14491 wine_fn_config_dll shlwapi enable_shlwapi shlwapi
14492 wine_fn_config_test dlls/shlwapi/tests shlwapi_test
14493 wine_fn_config_dll slbcsp enable_slbcsp
14494 wine_fn_config_dll slc enable_slc slc
14495 wine_fn_config_dll snmpapi enable_snmpapi snmpapi
14496 wine_fn_config_test dlls/snmpapi/tests snmpapi_test
14497 wine_fn_config_dll softpub enable_softpub
14498 wine_fn_config_dll sound.drv16 enable_win16
14499 wine_fn_config_dll spoolss enable_spoolss spoolss
14500 wine_fn_config_test dlls/spoolss/tests spoolss_test
14501 wine_fn_config_dll stdole2.tlb enable_stdole2_tlb
14502 wine_fn_config_dll stdole32.tlb enable_stdole32_tlb
14503 wine_fn_config_dll sti enable_sti sti
14504 wine_fn_config_test dlls/sti/tests sti_test
14505 wine_fn_config_dll storage.dll16 enable_win16
14506 wine_fn_config_dll stress.dll16 enable_win16
14507 wine_fn_config_lib strmiids
14508 wine_fn_config_dll svrapi enable_svrapi
14509 wine_fn_config_dll sxs enable_sxs
14510 wine_fn_config_dll system.drv16 enable_win16
14511 wine_fn_config_dll t2embed enable_t2embed
14512 wine_fn_config_dll tapi32 enable_tapi32 tapi32
14513 wine_fn_config_dll toolhelp.dll16 enable_win16
14514 wine_fn_config_dll traffic enable_traffic
14515 wine_fn_config_dll twain.dll16 enable_win16
14516 wine_fn_config_dll twain_32 enable_twain_32
14517 wine_fn_config_test dlls/twain_32/tests twain_32_test
14518 wine_fn_config_dll typelib.dll16 enable_win16
14519 wine_fn_config_dll unicows enable_unicows unicows
14520 wine_fn_config_dll updspapi enable_updspapi
14521 wine_fn_config_dll url enable_url url
14522 wine_fn_config_dll urlmon enable_urlmon urlmon
14523 wine_fn_config_test dlls/urlmon/tests urlmon_test
14524 wine_fn_config_dll usbd.sys enable_usbd_sys usbd.sys
14525 wine_fn_config_dll user.exe16 enable_win16
14526 wine_fn_config_dll user32 enable_user32 user32
14527 wine_fn_config_test dlls/user32/tests user32_test
14528 wine_fn_config_dll userenv enable_userenv userenv
14529 wine_fn_config_test dlls/userenv/tests userenv_test
14530 wine_fn_config_dll usp10 enable_usp10 usp10
14531 wine_fn_config_test dlls/usp10/tests usp10_test
14532 wine_fn_config_lib uuid
14533 wine_fn_config_dll uxtheme enable_uxtheme uxtheme
14534 wine_fn_config_test dlls/uxtheme/tests uxtheme_test
14535 wine_fn_config_dll vdhcp.vxd enable_win16
14536 wine_fn_config_dll vdmdbg enable_vdmdbg vdmdbg
14537 wine_fn_config_dll ver.dll16 enable_win16
14538 wine_fn_config_dll version enable_version version
14539 wine_fn_config_test dlls/version/tests version_test
14540 wine_fn_config_dll vmm.vxd enable_win16
14541 wine_fn_config_dll vnbt.vxd enable_win16
14542 wine_fn_config_dll vnetbios.vxd enable_win16
14543 wine_fn_config_dll vtdapi.vxd enable_win16
14544 wine_fn_config_dll vwin32.vxd enable_win16
14545 wine_fn_config_dll w32skrnl enable_win16
14546 wine_fn_config_dll w32sys.dll16 enable_win16
14547 wine_fn_config_dll wbemprox enable_wbemprox
14548 wine_fn_config_dll wiaservc enable_wiaservc
14549 wine_fn_config_dll win32s16.dll16 enable_win16
14550 wine_fn_config_dll win87em.dll16 enable_win16
14551 wine_fn_config_dll winaspi.dll16 enable_win16
14552 wine_fn_config_dll windebug.dll16 enable_win16
14553 wine_fn_config_dll windowscodecs enable_windowscodecs windowscodecs
14554 wine_fn_config_test dlls/windowscodecs/tests windowscodecs_test
14555 wine_fn_config_dll winealsa.drv enable_winealsa_drv
14556 wine_fn_config_dll wineaudioio.drv enable_wineaudioio_drv
14557 wine_fn_config_dll winecoreaudio.drv enable_winecoreaudio_drv
14558 wine_fn_config_lib winecrt0
14559 wine_fn_config_dll wined3d enable_wined3d wined3d
14560 wine_fn_config_dll wineesd.drv enable_wineesd_drv
14561 wine_fn_config_dll winejack.drv enable_winejack_drv
14562 wine_fn_config_dll winejoystick.drv enable_winejoystick_drv
14563 wine_fn_config_dll winemapi enable_winemapi
14564 wine_fn_config_dll winemp3.acm enable_winemp3_acm
14565 wine_fn_config_dll winenas.drv enable_winenas_drv
14566 wine_fn_config_dll wineoss.drv enable_wineoss_drv
14567 wine_fn_config_dll wineps.drv enable_wineps_drv
14568 wine_fn_config_dll wineps16.drv16 enable_win16
14569 wine_fn_config_dll winequartz.drv enable_winequartz_drv
14570 wine_fn_config_dll winex11.drv enable_winex11_drv
14571 wine_fn_config_dll wing.dll16 enable_win16
14572 wine_fn_config_dll wing32 enable_wing32
14573 wine_fn_config_dll winhttp enable_winhttp winhttp
14574 wine_fn_config_test dlls/winhttp/tests winhttp_test
14575 wine_fn_config_dll wininet enable_wininet wininet
14576 wine_fn_config_test dlls/wininet/tests wininet_test
14577 wine_fn_config_dll winmm enable_winmm winmm
14578 wine_fn_config_test dlls/winmm/tests winmm_test
14579 wine_fn_config_dll winnls.dll16 enable_win16
14580 wine_fn_config_dll winnls32 enable_winnls32 winnls32
14581 wine_fn_config_dll winscard enable_winscard winscard
14582 wine_fn_config_dll winsock.dll16 enable_win16
14583 wine_fn_config_dll winspool.drv enable_winspool_drv winspool
14584 wine_fn_config_test dlls/winspool.drv/tests winspool.drv_test
14585 wine_fn_config_dll wintab.dll16 enable_win16
14586 wine_fn_config_dll wintab32 enable_wintab32 wintab32
14587 wine_fn_config_test dlls/wintab32/tests wintab32_test
14588 wine_fn_config_dll wintrust enable_wintrust wintrust
14589 wine_fn_config_test dlls/wintrust/tests wintrust_test
14590 wine_fn_config_dll wldap32 enable_wldap32 wldap32
14591 wine_fn_config_test dlls/wldap32/tests wldap32_test
14592 wine_fn_config_dll wmi enable_wmi
14593 wine_fn_config_dll wmiutils enable_wmiutils
14594 wine_fn_config_dll wnaspi32 enable_wnaspi32 wnaspi32
14595 wine_fn_config_dll wow32 enable_win16 wow32
14596 wine_fn_config_dll ws2_32 enable_ws2_32 ws2_32
14597 wine_fn_config_test dlls/ws2_32/tests ws2_32_test
14598 wine_fn_config_dll wsock32 enable_wsock32 wsock32
14599 wine_fn_config_dll wtsapi32 enable_wtsapi32 wtsapi32
14600 wine_fn_config_dll wuapi enable_wuapi
14601 wine_fn_config_dll wuaueng enable_wuaueng
14602 wine_fn_config_dll xinput1_1 enable_xinput1_1
14603 wine_fn_config_dll xinput1_2 enable_xinput1_2
14604 wine_fn_config_dll xinput1_3 enable_xinput1_3 xinput
14605 wine_fn_config_test dlls/xinput1_3/tests xinput1_3_test
14606 wine_fn_config_dll xinput9_1_0 enable_xinput9_1_0
14607 wine_fn_config_dll xmllite enable_xmllite
14608 wine_fn_config_test dlls/xmllite/tests xmllite_test
14609 wine_fn_config_makefile documentation enable_documentation
14610 wine_fn_config_makefile fonts enable_fonts
14611 wine_fn_config_makefile include enable_include
14612 wine_fn_config_makefile libs/port enable_libs_port
14613 wine_fn_config_makefile libs/wine enable_libs_wine
14614 wine_fn_config_makefile libs/wpp enable_libs_wpp
14615 wine_fn_config_makefile loader enable_loader
14616 wine_fn_config_makefile programs enable_programs
14617 wine_fn_config_program attrib enable_attrib install
14618 wine_fn_config_program cacls enable_cacls install
14619 wine_fn_config_program clock enable_clock install
14620 wine_fn_config_program cmd enable_cmd install
14621 wine_fn_config_test programs/cmd/tests cmd.exe_test
14622 wine_fn_config_program cmdlgtst enable_cmdlgtst
14623 wine_fn_config_program control enable_control install
14624 wine_fn_config_program dxdiag enable_dxdiag install
14625 wine_fn_config_program eject enable_eject install
14626 wine_fn_config_program expand enable_expand install
14627 wine_fn_config_program explorer enable_explorer install
14628 wine_fn_config_program extrac32 enable_extrac32 install
14629 wine_fn_config_program hh enable_hh install
14630 wine_fn_config_program icinfo enable_icinfo install
14631 wine_fn_config_program iexplore enable_iexplore install
14632 wine_fn_config_program lodctr enable_lodctr install
14633 wine_fn_config_program mshta enable_mshta install
14634 wine_fn_config_program msiexec enable_msiexec installbin
14635 wine_fn_config_program net enable_net install
14636 wine_fn_config_program notepad enable_notepad installbin
14637 wine_fn_config_program oleview enable_oleview install
14638 wine_fn_config_program ping enable_ping install
14639 wine_fn_config_program progman enable_progman install
14640 wine_fn_config_program reg enable_reg install
14641 wine_fn_config_program regedit enable_regedit installbin
14642 wine_fn_config_program regsvr32 enable_regsvr32 installbin
14643 wine_fn_config_program rpcss enable_rpcss install
14644 wine_fn_config_program rundll32 enable_rundll32 install
14645 wine_fn_config_program secedit enable_secedit install
14646 wine_fn_config_program services enable_services install
14647 wine_fn_config_program spoolsv enable_spoolsv install
14648 wine_fn_config_program start enable_start install
14649 wine_fn_config_program svchost enable_svchost install
14650 wine_fn_config_program taskmgr enable_taskmgr install
14651 wine_fn_config_program termsv enable_termsv install
14652 wine_fn_config_program uninstaller enable_uninstaller install
14653 wine_fn_config_program unlodctr enable_unlodctr install
14654 wine_fn_config_program view enable_view
14655 wine_fn_config_program wineboot enable_wineboot installbin
14656 wine_fn_config_program winebrowser enable_winebrowser install
14657 wine_fn_config_program winecfg enable_winecfg installbin
14658 wine_fn_config_program wineconsole enable_wineconsole installbin
14659 wine_fn_config_program winedbg enable_winedbg installbin
14660 wine_fn_config_program winedevice enable_winedevice install
14661 wine_fn_config_program winefile enable_winefile installbin
14662 wine_fn_config_program winemenubuilder enable_winemenubuilder install
14663 wine_fn_config_program winemine enable_winemine installbin
14664 wine_fn_config_program winepath enable_winepath installbin
14665 wine_fn_config_program winetest enable_winetest
14666 wine_fn_config_program winevdm enable_win16 install
14667 wine_fn_config_program winhelp.exe16 enable_win16 install
14668 wine_fn_config_program winhlp32 enable_winhlp32 install
14669 wine_fn_config_program winoldap.mod16 enable_win16 install
14670 wine_fn_config_program winver enable_winver install
14671 wine_fn_config_program wordpad enable_wordpad install
14672 wine_fn_config_program write enable_write install
14673 wine_fn_config_program xcopy enable_xcopy install
14674 wine_fn_config_makefile server enable_server
14675 wine_fn_config_tool tools
14676 wine_fn_config_tool tools/widl
14677 wine_fn_config_tool tools/winebuild
14678 wine_fn_config_tool tools/winedump
14679 wine_fn_config_tool tools/winegcc
14680 wine_fn_config_tool tools/wmc
14681 wine_fn_config_tool tools/wrc
14683 ac_config_files="$ac_config_files Makefile"
14686 test -n "$DLLEXT" || ALL_PROGRAM_BIN_INSTALL_DIRS=""
14688 cat >confcache <<\_ACEOF
14689 # This file is a shell script that caches the results of configure
14690 # tests run on this system so they can be shared between configure
14691 # scripts and configure runs, see configure's option --config-cache.
14692 # It is not useful on other systems. If it contains results you don't
14693 # want to keep, you may remove or edit it.
14695 # config.status only pays attention to the cache file if you give it
14696 # the --recheck option to rerun configure.
14698 # `ac_cv_env_foo' variables (set or unset) will be overridden when
14699 # loading this file, other *unset* `ac_cv_foo' will be assigned the
14700 # following values.
14702 _ACEOF
14704 # The following way of writing the cache mishandles newlines in values,
14705 # but we know of no workaround that is simple, portable, and efficient.
14706 # So, we kill variables containing newlines.
14707 # Ultrix sh set writes to stderr and can't be redirected directly,
14708 # and sets the high bit in the cache file unless we assign to the vars.
14710 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
14711 eval ac_val=\$$ac_var
14712 case $ac_val in #(
14713 *${as_nl}*)
14714 case $ac_var in #(
14715 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
14716 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
14717 esac
14718 case $ac_var in #(
14719 _ | IFS | as_nl) ;; #(
14720 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
14721 *) { eval $ac_var=; unset $ac_var;} ;;
14722 esac ;;
14723 esac
14724 done
14726 (set) 2>&1 |
14727 case $as_nl`(ac_space=' '; set) 2>&1` in #(
14728 *${as_nl}ac_space=\ *)
14729 # `set' does not quote correctly, so add quotes: double-quote
14730 # substitution turns \\\\ into \\, and sed turns \\ into \.
14731 sed -n \
14732 "s/'/'\\\\''/g;
14733 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
14734 ;; #(
14736 # `set' quotes correctly as required by POSIX, so do not add quotes.
14737 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
14739 esac |
14740 sort
14742 sed '
14743 /^ac_cv_env_/b end
14744 t clear
14745 :clear
14746 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
14747 t end
14748 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
14749 :end' >>confcache
14750 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
14751 if test -w "$cache_file"; then
14752 test "x$cache_file" != "x/dev/null" &&
14753 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
14754 $as_echo "$as_me: updating cache $cache_file" >&6;}
14755 cat confcache >$cache_file
14756 else
14757 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
14758 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
14761 rm -f confcache
14763 test "x$prefix" = xNONE && prefix=$ac_default_prefix
14764 # Let make expand exec_prefix.
14765 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
14767 DEFS=-DHAVE_CONFIG_H
14769 ac_libobjs=
14770 ac_ltlibobjs=
14771 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
14772 # 1. Remove the extension, and $U if already installed.
14773 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
14774 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
14775 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
14776 # will be set to the directory where LIBOBJS objects are built.
14777 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
14778 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
14779 done
14780 LIBOBJS=$ac_libobjs
14782 LTLIBOBJS=$ac_ltlibobjs
14786 : ${CONFIG_STATUS=./config.status}
14787 ac_write_fail=0
14788 ac_clean_files_save=$ac_clean_files
14789 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
14790 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
14791 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
14792 as_write_fail=0
14793 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
14794 #! $SHELL
14795 # Generated by $as_me.
14796 # Run this file to recreate the current configuration.
14797 # Compiler output produced by configure, useful for debugging
14798 # configure, is in config.log if it exists.
14800 debug=false
14801 ac_cs_recheck=false
14802 ac_cs_silent=false
14804 SHELL=\${CONFIG_SHELL-$SHELL}
14805 export SHELL
14806 _ASEOF
14807 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
14808 ## -------------------- ##
14809 ## M4sh Initialization. ##
14810 ## -------------------- ##
14812 # Be more Bourne compatible
14813 DUALCASE=1; export DUALCASE # for MKS sh
14814 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
14815 emulate sh
14816 NULLCMD=:
14817 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
14818 # is contrary to our usage. Disable this feature.
14819 alias -g '${1+"$@"}'='"$@"'
14820 setopt NO_GLOB_SUBST
14821 else
14822 case `(set -o) 2>/dev/null` in #(
14823 *posix*) :
14824 set -o posix ;; #(
14825 *) :
14827 esac
14831 as_nl='
14833 export as_nl
14834 # Printing a long string crashes Solaris 7 /usr/bin/printf.
14835 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
14836 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
14837 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
14838 # Prefer a ksh shell builtin over an external printf program on Solaris,
14839 # but without wasting forks for bash or zsh.
14840 if test -z "$BASH_VERSION$ZSH_VERSION" \
14841 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
14842 as_echo='print -r --'
14843 as_echo_n='print -rn --'
14844 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
14845 as_echo='printf %s\n'
14846 as_echo_n='printf %s'
14847 else
14848 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
14849 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
14850 as_echo_n='/usr/ucb/echo -n'
14851 else
14852 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
14853 as_echo_n_body='eval
14854 arg=$1;
14855 case $arg in #(
14856 *"$as_nl"*)
14857 expr "X$arg" : "X\\(.*\\)$as_nl";
14858 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
14859 esac;
14860 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
14862 export as_echo_n_body
14863 as_echo_n='sh -c $as_echo_n_body as_echo'
14865 export as_echo_body
14866 as_echo='sh -c $as_echo_body as_echo'
14869 # The user is always right.
14870 if test "${PATH_SEPARATOR+set}" != set; then
14871 PATH_SEPARATOR=:
14872 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
14873 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
14874 PATH_SEPARATOR=';'
14879 # IFS
14880 # We need space, tab and new line, in precisely that order. Quoting is
14881 # there to prevent editors from complaining about space-tab.
14882 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
14883 # splitting by setting IFS to empty value.)
14884 IFS=" "" $as_nl"
14886 # Find who we are. Look in the path if we contain no directory separator.
14887 case $0 in #((
14888 *[\\/]* ) as_myself=$0 ;;
14889 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14890 for as_dir in $PATH
14892 IFS=$as_save_IFS
14893 test -z "$as_dir" && as_dir=.
14894 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
14895 done
14896 IFS=$as_save_IFS
14899 esac
14900 # We did not find ourselves, most probably we were run as `sh COMMAND'
14901 # in which case we are not to be found in the path.
14902 if test "x$as_myself" = x; then
14903 as_myself=$0
14905 if test ! -f "$as_myself"; then
14906 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
14907 exit 1
14910 # Unset variables that we do not need and which cause bugs (e.g. in
14911 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
14912 # suppresses any "Segmentation fault" message there. '((' could
14913 # trigger a bug in pdksh 5.2.14.
14914 for as_var in BASH_ENV ENV MAIL MAILPATH
14915 do eval test x\${$as_var+set} = xset \
14916 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
14917 done
14918 PS1='$ '
14919 PS2='> '
14920 PS4='+ '
14922 # NLS nuisances.
14923 LC_ALL=C
14924 export LC_ALL
14925 LANGUAGE=C
14926 export LANGUAGE
14928 # CDPATH.
14929 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
14932 # as_fn_error ERROR [LINENO LOG_FD]
14933 # ---------------------------------
14934 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
14935 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
14936 # script with status $?, using 1 if that was 0.
14937 as_fn_error ()
14939 as_status=$?; test $as_status -eq 0 && as_status=1
14940 if test "$3"; then
14941 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
14942 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
14944 $as_echo "$as_me: error: $1" >&2
14945 as_fn_exit $as_status
14946 } # as_fn_error
14949 # as_fn_set_status STATUS
14950 # -----------------------
14951 # Set $? to STATUS, without forking.
14952 as_fn_set_status ()
14954 return $1
14955 } # as_fn_set_status
14957 # as_fn_exit STATUS
14958 # -----------------
14959 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
14960 as_fn_exit ()
14962 set +e
14963 as_fn_set_status $1
14964 exit $1
14965 } # as_fn_exit
14967 # as_fn_unset VAR
14968 # ---------------
14969 # Portably unset VAR.
14970 as_fn_unset ()
14972 { eval $1=; unset $1;}
14974 as_unset=as_fn_unset
14975 # as_fn_append VAR VALUE
14976 # ----------------------
14977 # Append the text in VALUE to the end of the definition contained in VAR. Take
14978 # advantage of any shell optimizations that allow amortized linear growth over
14979 # repeated appends, instead of the typical quadratic growth present in naive
14980 # implementations.
14981 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
14982 eval 'as_fn_append ()
14984 eval $1+=\$2
14986 else
14987 as_fn_append ()
14989 eval $1=\$$1\$2
14991 fi # as_fn_append
14993 # as_fn_arith ARG...
14994 # ------------------
14995 # Perform arithmetic evaluation on the ARGs, and store the result in the
14996 # global $as_val. Take advantage of shells that can avoid forks. The arguments
14997 # must be portable across $(()) and expr.
14998 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
14999 eval 'as_fn_arith ()
15001 as_val=$(( $* ))
15003 else
15004 as_fn_arith ()
15006 as_val=`expr "$@" || test $? -eq 1`
15008 fi # as_fn_arith
15011 if expr a : '\(a\)' >/dev/null 2>&1 &&
15012 test "X`expr 00001 : '.*\(...\)'`" = X001; then
15013 as_expr=expr
15014 else
15015 as_expr=false
15018 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
15019 as_basename=basename
15020 else
15021 as_basename=false
15024 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
15025 as_dirname=dirname
15026 else
15027 as_dirname=false
15030 as_me=`$as_basename -- "$0" ||
15031 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
15032 X"$0" : 'X\(//\)$' \| \
15033 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
15034 $as_echo X/"$0" |
15035 sed '/^.*\/\([^/][^/]*\)\/*$/{
15036 s//\1/
15039 /^X\/\(\/\/\)$/{
15040 s//\1/
15043 /^X\/\(\/\).*/{
15044 s//\1/
15047 s/.*/./; q'`
15049 # Avoid depending upon Character Ranges.
15050 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
15051 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
15052 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
15053 as_cr_digits='0123456789'
15054 as_cr_alnum=$as_cr_Letters$as_cr_digits
15056 ECHO_C= ECHO_N= ECHO_T=
15057 case `echo -n x` in #(((((
15058 -n*)
15059 case `echo 'xy\c'` in
15060 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
15061 xy) ECHO_C='\c';;
15062 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
15063 ECHO_T=' ';;
15064 esac;;
15066 ECHO_N='-n';;
15067 esac
15069 rm -f conf$$ conf$$.exe conf$$.file
15070 if test -d conf$$.dir; then
15071 rm -f conf$$.dir/conf$$.file
15072 else
15073 rm -f conf$$.dir
15074 mkdir conf$$.dir 2>/dev/null
15076 if (echo >conf$$.file) 2>/dev/null; then
15077 if ln -s conf$$.file conf$$ 2>/dev/null; then
15078 as_ln_s='ln -s'
15079 # ... but there are two gotchas:
15080 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
15081 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
15082 # In both cases, we have to default to `cp -p'.
15083 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
15084 as_ln_s='cp -p'
15085 elif ln conf$$.file conf$$ 2>/dev/null; then
15086 as_ln_s=ln
15087 else
15088 as_ln_s='cp -p'
15090 else
15091 as_ln_s='cp -p'
15093 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
15094 rmdir conf$$.dir 2>/dev/null
15097 # as_fn_mkdir_p
15098 # -------------
15099 # Create "$as_dir" as a directory, including parents if necessary.
15100 as_fn_mkdir_p ()
15103 case $as_dir in #(
15104 -*) as_dir=./$as_dir;;
15105 esac
15106 test -d "$as_dir" || eval $as_mkdir_p || {
15107 as_dirs=
15108 while :; do
15109 case $as_dir in #(
15110 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
15111 *) as_qdir=$as_dir;;
15112 esac
15113 as_dirs="'$as_qdir' $as_dirs"
15114 as_dir=`$as_dirname -- "$as_dir" ||
15115 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15116 X"$as_dir" : 'X\(//\)[^/]' \| \
15117 X"$as_dir" : 'X\(//\)$' \| \
15118 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
15119 $as_echo X"$as_dir" |
15120 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
15121 s//\1/
15124 /^X\(\/\/\)[^/].*/{
15125 s//\1/
15128 /^X\(\/\/\)$/{
15129 s//\1/
15132 /^X\(\/\).*/{
15133 s//\1/
15136 s/.*/./; q'`
15137 test -d "$as_dir" && break
15138 done
15139 test -z "$as_dirs" || eval "mkdir $as_dirs"
15140 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
15143 } # as_fn_mkdir_p
15144 if mkdir -p . 2>/dev/null; then
15145 as_mkdir_p='mkdir -p "$as_dir"'
15146 else
15147 test -d ./-p && rmdir ./-p
15148 as_mkdir_p=false
15151 if test -x / >/dev/null 2>&1; then
15152 as_test_x='test -x'
15153 else
15154 if ls -dL / >/dev/null 2>&1; then
15155 as_ls_L_option=L
15156 else
15157 as_ls_L_option=
15159 as_test_x='
15160 eval sh -c '\''
15161 if test -d "$1"; then
15162 test -d "$1/.";
15163 else
15164 case $1 in #(
15165 -*)set "./$1";;
15166 esac;
15167 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
15168 ???[sx]*):;;*)false;;esac;fi
15169 '\'' sh
15172 as_executable_p=$as_test_x
15174 # Sed expression to map a string onto a valid CPP name.
15175 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
15177 # Sed expression to map a string onto a valid variable name.
15178 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
15181 exec 6>&1
15182 ## ----------------------------------- ##
15183 ## Main body of $CONFIG_STATUS script. ##
15184 ## ----------------------------------- ##
15185 _ASEOF
15186 test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
15188 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15189 # Save the log message, to keep $0 and so on meaningful, and to
15190 # report actual input values of CONFIG_FILES etc. instead of their
15191 # values after options handling.
15192 ac_log="
15193 This file was extended by Wine $as_me 1.1.41, which was
15194 generated by GNU Autoconf 2.65. Invocation command line was
15196 CONFIG_FILES = $CONFIG_FILES
15197 CONFIG_HEADERS = $CONFIG_HEADERS
15198 CONFIG_LINKS = $CONFIG_LINKS
15199 CONFIG_COMMANDS = $CONFIG_COMMANDS
15200 $ $0 $@
15202 on `(hostname || uname -n) 2>/dev/null | sed 1q`
15205 _ACEOF
15207 case $ac_config_files in *"
15208 "*) set x $ac_config_files; shift; ac_config_files=$*;;
15209 esac
15211 case $ac_config_headers in *"
15212 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
15213 esac
15216 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15217 # Files that config.status was made for.
15218 config_files="$ac_config_files"
15219 config_headers="$ac_config_headers"
15220 config_links="$ac_config_links"
15221 config_commands="$ac_config_commands"
15223 _ACEOF
15225 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15226 ac_cs_usage="\
15227 \`$as_me' instantiates files and other configuration actions
15228 from templates according to the current configuration. Unless the files
15229 and actions are specified as TAGs, all are instantiated by default.
15231 Usage: $0 [OPTION]... [TAG]...
15233 -h, --help print this help, then exit
15234 -V, --version print version number and configuration settings, then exit
15235 --config print configuration, then exit
15236 -q, --quiet, --silent
15237 do not print progress messages
15238 -d, --debug don't remove temporary files
15239 --recheck update $as_me by reconfiguring in the same conditions
15240 --file=FILE[:TEMPLATE]
15241 instantiate the configuration file FILE
15242 --header=FILE[:TEMPLATE]
15243 instantiate the configuration header FILE
15245 Configuration files:
15246 $config_files
15248 Configuration headers:
15249 $config_headers
15251 Configuration links:
15252 $config_links
15254 Configuration commands:
15255 $config_commands
15257 Report bugs to <wine-devel@winehq.org>.
15258 Wine home page: <http://www.winehq.org>."
15260 _ACEOF
15261 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15262 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
15263 ac_cs_version="\\
15264 Wine config.status 1.1.41
15265 configured by $0, generated by GNU Autoconf 2.65,
15266 with options \\"\$ac_cs_config\\"
15268 Copyright (C) 2009 Free Software Foundation, Inc.
15269 This config.status script is free software; the Free Software Foundation
15270 gives unlimited permission to copy, distribute and modify it."
15272 ac_pwd='$ac_pwd'
15273 srcdir='$srcdir'
15274 INSTALL='$INSTALL'
15275 test -n "\$AWK" || AWK=awk
15276 _ACEOF
15278 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15279 # The default lists apply if the user does not specify any file.
15280 ac_need_defaults=:
15281 while test $# != 0
15283 case $1 in
15284 --*=*)
15285 ac_option=`expr "X$1" : 'X\([^=]*\)='`
15286 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
15287 ac_shift=:
15290 ac_option=$1
15291 ac_optarg=$2
15292 ac_shift=shift
15294 esac
15296 case $ac_option in
15297 # Handling of the options.
15298 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
15299 ac_cs_recheck=: ;;
15300 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
15301 $as_echo "$ac_cs_version"; exit ;;
15302 --config | --confi | --conf | --con | --co | --c )
15303 $as_echo "$ac_cs_config"; exit ;;
15304 --debug | --debu | --deb | --de | --d | -d )
15305 debug=: ;;
15306 --file | --fil | --fi | --f )
15307 $ac_shift
15308 case $ac_optarg in
15309 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
15310 esac
15311 as_fn_append CONFIG_FILES " '$ac_optarg'"
15312 ac_need_defaults=false;;
15313 --header | --heade | --head | --hea )
15314 $ac_shift
15315 case $ac_optarg in
15316 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
15317 esac
15318 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
15319 ac_need_defaults=false;;
15320 --he | --h)
15321 # Conflict between --help and --header
15322 as_fn_error "ambiguous option: \`$1'
15323 Try \`$0 --help' for more information.";;
15324 --help | --hel | -h )
15325 $as_echo "$ac_cs_usage"; exit ;;
15326 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
15327 | -silent | --silent | --silen | --sile | --sil | --si | --s)
15328 ac_cs_silent=: ;;
15330 # This is an error.
15331 -*) as_fn_error "unrecognized option: \`$1'
15332 Try \`$0 --help' for more information." ;;
15334 *) as_fn_append ac_config_targets " $1"
15335 ac_need_defaults=false ;;
15337 esac
15338 shift
15339 done
15341 ac_configure_extra_args=
15343 if $ac_cs_silent; then
15344 exec 6>/dev/null
15345 ac_configure_extra_args="$ac_configure_extra_args --silent"
15348 _ACEOF
15349 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15350 if \$ac_cs_recheck; then
15351 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
15352 shift
15353 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
15354 CONFIG_SHELL='$SHELL'
15355 export CONFIG_SHELL
15356 exec "\$@"
15359 _ACEOF
15360 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15361 exec 5>>config.log
15363 echo
15364 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
15365 ## Running $as_me. ##
15366 _ASBOX
15367 $as_echo "$ac_log"
15368 } >&5
15370 _ACEOF
15371 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15372 _ACEOF
15374 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15376 # Handling of arguments.
15377 for ac_config_target in $ac_config_targets
15379 case $ac_config_target in
15380 "include/config.h") CONFIG_HEADERS="$CONFIG_HEADERS include/config.h" ;;
15381 "include/stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS include/stamp-h" ;;
15382 "dlls/wineps.drv/generic.ppd") CONFIG_LINKS="$CONFIG_LINKS dlls/wineps.drv/generic.ppd:dlls/wineps.drv/generic.ppd" ;;
15383 "fonts/marlett.ttf") CONFIG_LINKS="$CONFIG_LINKS fonts/marlett.ttf:fonts/marlett.ttf" ;;
15384 "fonts/symbol.ttf") CONFIG_LINKS="$CONFIG_LINKS fonts/symbol.ttf:fonts/symbol.ttf" ;;
15385 "fonts/tahoma.ttf") CONFIG_LINKS="$CONFIG_LINKS fonts/tahoma.ttf:fonts/tahoma.ttf" ;;
15386 "fonts/tahomabd.ttf") CONFIG_LINKS="$CONFIG_LINKS fonts/tahomabd.ttf:fonts/tahomabd.ttf" ;;
15387 "wine") CONFIG_LINKS="$CONFIG_LINKS wine:tools/winewrapper" ;;
15388 "dlls/gdi32/enhmfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/enhmfdrv" ;;
15389 "dlls/gdi32/mfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/mfdrv" ;;
15390 "dlls/kernel32/nls") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/kernel32/nls" ;;
15391 "dlls/user32/resources") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/user32/resources" ;;
15392 "dlls/wineps.drv/data") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/wineps.drv/data" ;;
15393 "include/wine") CONFIG_COMMANDS="$CONFIG_COMMANDS include/wine" ;;
15394 "Make.rules") CONFIG_FILES="$CONFIG_FILES Make.rules" ;;
15395 "Maketest.rules") CONFIG_FILES="$CONFIG_FILES Maketest.rules" ;;
15396 "dlls/Makedll.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makedll.rules" ;;
15397 "dlls/Makeimplib.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makeimplib.rules" ;;
15398 "programs/Makeprog.rules") CONFIG_FILES="$CONFIG_FILES programs/Makeprog.rules" ;;
15399 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
15401 *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
15402 esac
15403 done
15406 # If the user did not use the arguments to specify the items to instantiate,
15407 # then the envvar interface is used. Set only those that are not.
15408 # We use the long form for the default assignment because of an extremely
15409 # bizarre bug on SunOS 4.1.3.
15410 if $ac_need_defaults; then
15411 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
15412 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
15413 test "${CONFIG_LINKS+set}" = set || CONFIG_LINKS=$config_links
15414 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
15417 # Have a temporary directory for convenience. Make it in the build tree
15418 # simply because there is no reason against having it here, and in addition,
15419 # creating and moving files from /tmp can sometimes cause problems.
15420 # Hook for its removal unless debugging.
15421 # Note that there is a small window in which the directory will not be cleaned:
15422 # after its creation but before its name has been assigned to `$tmp'.
15423 $debug ||
15425 tmp=
15426 trap 'exit_status=$?
15427 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
15429 trap 'as_fn_exit 1' 1 2 13 15
15431 # Create a (secure) tmp directory for tmp files.
15434 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
15435 test -n "$tmp" && test -d "$tmp"
15436 } ||
15438 tmp=./conf$$-$RANDOM
15439 (umask 077 && mkdir "$tmp")
15440 } || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
15442 # Set up the scripts for CONFIG_FILES section.
15443 # No need to generate them if there are no CONFIG_FILES.
15444 # This happens for instance with `./config.status config.h'.
15445 if test -n "$CONFIG_FILES"; then
15447 if $AWK 'BEGIN { getline <"/dev/null" }' </dev/null 2>/dev/null; then
15448 ac_cs_awk_getline=:
15449 ac_cs_awk_pipe_init=
15450 ac_cs_awk_read_file='
15451 while ((getline aline < (F[key])) > 0)
15452 print(aline)
15453 close(F[key])'
15454 ac_cs_awk_pipe_fini=
15455 else
15456 ac_cs_awk_getline=false
15457 ac_cs_awk_pipe_init="print \"cat <<'|#_!!_#|' &&\""
15458 ac_cs_awk_read_file='
15459 print "|#_!!_#|"
15460 print "cat " F[key] " &&"
15461 '$ac_cs_awk_pipe_init
15462 # The final `:' finishes the AND list.
15463 ac_cs_awk_pipe_fini='END { print "|#_!!_#|"; print ":" }'
15465 ac_cr=`echo X | tr X '\015'`
15466 # On cygwin, bash can eat \r inside `` if the user requested igncr.
15467 # But we know of no other shell where ac_cr would be empty at this
15468 # point, so we can use a bashism as a fallback.
15469 if test "x$ac_cr" = x; then
15470 eval ac_cr=\$\'\\r\'
15472 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
15473 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
15474 ac_cs_awk_cr='\r'
15475 else
15476 ac_cs_awk_cr=$ac_cr
15479 echo 'BEGIN {' >"$tmp/subs1.awk" &&
15480 _ACEOF
15482 # Create commands to substitute file output variables.
15484 echo "cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1" &&
15485 echo 'cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&' &&
15486 echo "$ac_subst_files" | sed 's/.*/F["&"]="$&"/' &&
15487 echo "_ACAWK" &&
15488 echo "_ACEOF"
15489 } >conf$$files.sh &&
15490 . ./conf$$files.sh ||
15491 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
15492 rm -f conf$$files.sh
15495 echo "cat >conf$$subs.awk <<_ACEOF" &&
15496 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
15497 echo "_ACEOF"
15498 } >conf$$subs.sh ||
15499 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
15500 ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
15501 ac_delim='%!_!# '
15502 for ac_last_try in false false false false false :; do
15503 . ./conf$$subs.sh ||
15504 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
15506 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
15507 if test $ac_delim_n = $ac_delim_num; then
15508 break
15509 elif $ac_last_try; then
15510 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
15511 else
15512 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
15514 done
15515 rm -f conf$$subs.sh
15517 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15518 cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
15519 _ACEOF
15520 sed -n '
15522 s/^/S["/; s/!.*/"]=/
15525 s/^[^!]*!//
15526 :repl
15527 t repl
15528 s/'"$ac_delim"'$//
15529 t delim
15532 s/\(.\{148\}\)..*/\1/
15533 t more1
15534 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
15537 b repl
15538 :more1
15539 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
15542 s/.\{148\}//
15543 t nl
15544 :delim
15546 s/\(.\{148\}\)..*/\1/
15547 t more2
15548 s/["\\]/\\&/g; s/^/"/; s/$/"/
15551 :more2
15552 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
15555 s/.\{148\}//
15556 t delim
15557 ' <conf$$subs.awk | sed '
15558 /^[^""]/{
15560 s/\n//
15562 ' >>$CONFIG_STATUS || ac_write_fail=1
15563 rm -f conf$$subs.awk
15564 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15565 _ACAWK
15566 cat >>"\$tmp/subs1.awk" <<_ACAWK &&
15567 for (key in S) S_is_set[key] = 1
15568 FS = "\a"
15569 \$ac_cs_awk_pipe_init
15572 line = $ 0
15573 nfields = split(line, field, "@")
15574 substed = 0
15575 len = length(field[1])
15576 for (i = 2; i < nfields; i++) {
15577 key = field[i]
15578 keylen = length(key)
15579 if (S_is_set[key]) {
15580 value = S[key]
15581 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
15582 len += length(value) + length(field[++i])
15583 substed = 1
15584 } else
15585 len += 1 + keylen
15587 if (nfields == 3 && !substed) {
15588 key = field[2]
15589 if (F[key] != "" && line ~ /^[ ]*@.*@[ ]*$/) {
15590 \$ac_cs_awk_read_file
15591 next
15594 print line
15596 \$ac_cs_awk_pipe_fini
15597 _ACAWK
15598 _ACEOF
15599 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15600 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
15601 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
15602 else
15604 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
15605 || as_fn_error "could not setup config files machinery" "$LINENO" 5
15606 _ACEOF
15608 # VPATH may cause trouble with some makes, so we remove $(srcdir),
15609 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
15610 # trailing colons and then remove the whole line if VPATH becomes empty
15611 # (actually we leave an empty line to preserve line numbers).
15612 if test "x$srcdir" = x.; then
15613 ac_vpsub='/^[ ]*VPATH[ ]*=/{
15614 s/:*\$(srcdir):*/:/
15615 s/:*\${srcdir}:*/:/
15616 s/:*@srcdir@:*/:/
15617 s/^\([^=]*=[ ]*\):*/\1/
15618 s/:*$//
15619 s/^[^=]*=[ ]*$//
15623 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15624 fi # test -n "$CONFIG_FILES"
15626 # Set up the scripts for CONFIG_HEADERS section.
15627 # No need to generate them if there are no CONFIG_HEADERS.
15628 # This happens for instance with `./config.status Makefile'.
15629 if test -n "$CONFIG_HEADERS"; then
15630 cat >"$tmp/defines.awk" <<\_ACAWK ||
15631 BEGIN {
15632 _ACEOF
15634 # Transform confdefs.h into an awk script `defines.awk', embedded as
15635 # here-document in config.status, that substitutes the proper values into
15636 # config.h.in to produce config.h.
15638 # Create a delimiter string that does not exist in confdefs.h, to ease
15639 # handling of long lines.
15640 ac_delim='%!_!# '
15641 for ac_last_try in false false :; do
15642 ac_t=`sed -n "/$ac_delim/p" confdefs.h`
15643 if test -z "$ac_t"; then
15644 break
15645 elif $ac_last_try; then
15646 as_fn_error "could not make $CONFIG_HEADERS" "$LINENO" 5
15647 else
15648 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
15650 done
15652 # For the awk script, D is an array of macro values keyed by name,
15653 # likewise P contains macro parameters if any. Preserve backslash
15654 # newline sequences.
15656 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
15657 sed -n '
15658 s/.\{148\}/&'"$ac_delim"'/g
15659 t rset
15660 :rset
15661 s/^[ ]*#[ ]*define[ ][ ]*/ /
15662 t def
15664 :def
15665 s/\\$//
15666 t bsnl
15667 s/["\\]/\\&/g
15668 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
15669 D["\1"]=" \3"/p
15670 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
15672 :bsnl
15673 s/["\\]/\\&/g
15674 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
15675 D["\1"]=" \3\\\\\\n"\\/p
15676 t cont
15677 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
15678 t cont
15680 :cont
15682 s/.\{148\}/&'"$ac_delim"'/g
15683 t clear
15684 :clear
15685 s/\\$//
15686 t bsnlc
15687 s/["\\]/\\&/g; s/^/"/; s/$/"/p
15689 :bsnlc
15690 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
15691 b cont
15692 ' <confdefs.h | sed '
15693 s/'"$ac_delim"'/"\\\
15694 "/g' >>$CONFIG_STATUS || ac_write_fail=1
15696 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15697 for (key in D) D_is_set[key] = 1
15698 FS = "\a"
15700 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
15701 line = \$ 0
15702 split(line, arg, " ")
15703 if (arg[1] == "#") {
15704 defundef = arg[2]
15705 mac1 = arg[3]
15706 } else {
15707 defundef = substr(arg[1], 2)
15708 mac1 = arg[2]
15710 split(mac1, mac2, "(") #)
15711 macro = mac2[1]
15712 prefix = substr(line, 1, index(line, defundef) - 1)
15713 if (D_is_set[macro]) {
15714 # Preserve the white space surrounding the "#".
15715 print prefix "define", macro P[macro] D[macro]
15716 next
15717 } else {
15718 # Replace #undef with comments. This is necessary, for example,
15719 # in the case of _POSIX_SOURCE, which is predefined and required
15720 # on some systems where configure will not decide to define it.
15721 if (defundef == "undef") {
15722 print "/*", prefix defundef, macro, "*/"
15723 next
15727 { print }
15728 _ACAWK
15729 _ACEOF
15730 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15731 as_fn_error "could not setup config headers machinery" "$LINENO" 5
15732 fi # test -n "$CONFIG_HEADERS"
15735 eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :L $CONFIG_LINKS :C $CONFIG_COMMANDS"
15736 shift
15737 for ac_tag
15739 case $ac_tag in
15740 :[FHLC]) ac_mode=$ac_tag; continue;;
15741 esac
15742 case $ac_mode$ac_tag in
15743 :[FHL]*:*);;
15744 :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
15745 :[FH]-) ac_tag=-:-;;
15746 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
15747 esac
15748 ac_save_IFS=$IFS
15749 IFS=:
15750 set x $ac_tag
15751 IFS=$ac_save_IFS
15752 shift
15753 ac_file=$1
15754 shift
15756 case $ac_mode in
15757 :L) ac_source=$1;;
15758 :[FH])
15759 ac_file_inputs=
15760 for ac_f
15762 case $ac_f in
15763 -) ac_f="$tmp/stdin";;
15764 *) # Look for the file first in the build tree, then in the source tree
15765 # (if the path is not absolute). The absolute path cannot be DOS-style,
15766 # because $ac_f cannot contain `:'.
15767 test -f "$ac_f" ||
15768 case $ac_f in
15769 [\\/$]*) false;;
15770 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
15771 esac ||
15772 as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
15773 esac
15774 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
15775 as_fn_append ac_file_inputs " '$ac_f'"
15776 done
15778 # Let's still pretend it is `configure' which instantiates (i.e., don't
15779 # use $as_me), people would be surprised to read:
15780 # /* config.h. Generated by config.status. */
15781 configure_input='Generated from '`
15782 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
15783 `' by configure.'
15784 if test x"$ac_file" != x-; then
15785 configure_input="$ac_file. $configure_input"
15786 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
15787 $as_echo "$as_me: creating $ac_file" >&6;}
15789 # Neutralize special characters interpreted by sed in replacement strings.
15790 case $configure_input in #(
15791 *\&* | *\|* | *\\* )
15792 ac_sed_conf_input=`$as_echo "$configure_input" |
15793 sed 's/[\\\\&|]/\\\\&/g'`;; #(
15794 *) ac_sed_conf_input=$configure_input;;
15795 esac
15797 case $ac_tag in
15798 *:-:* | *:-) cat >"$tmp/stdin" \
15799 || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
15800 esac
15802 esac
15804 ac_dir=`$as_dirname -- "$ac_file" ||
15805 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15806 X"$ac_file" : 'X\(//\)[^/]' \| \
15807 X"$ac_file" : 'X\(//\)$' \| \
15808 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
15809 $as_echo X"$ac_file" |
15810 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
15811 s//\1/
15814 /^X\(\/\/\)[^/].*/{
15815 s//\1/
15818 /^X\(\/\/\)$/{
15819 s//\1/
15822 /^X\(\/\).*/{
15823 s//\1/
15826 s/.*/./; q'`
15827 as_dir="$ac_dir"; as_fn_mkdir_p
15828 ac_builddir=.
15830 case "$ac_dir" in
15831 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
15833 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
15834 # A ".." for each directory in $ac_dir_suffix.
15835 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
15836 case $ac_top_builddir_sub in
15837 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
15838 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
15839 esac ;;
15840 esac
15841 ac_abs_top_builddir=$ac_pwd
15842 ac_abs_builddir=$ac_pwd$ac_dir_suffix
15843 # for backward compatibility:
15844 ac_top_builddir=$ac_top_build_prefix
15846 case $srcdir in
15847 .) # We are building in place.
15848 ac_srcdir=.
15849 ac_top_srcdir=$ac_top_builddir_sub
15850 ac_abs_top_srcdir=$ac_pwd ;;
15851 [\\/]* | ?:[\\/]* ) # Absolute name.
15852 ac_srcdir=$srcdir$ac_dir_suffix;
15853 ac_top_srcdir=$srcdir
15854 ac_abs_top_srcdir=$srcdir ;;
15855 *) # Relative name.
15856 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
15857 ac_top_srcdir=$ac_top_build_prefix$srcdir
15858 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
15859 esac
15860 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
15863 case $ac_mode in
15866 # CONFIG_FILE
15869 case $INSTALL in
15870 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
15871 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
15872 esac
15873 _ACEOF
15875 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15876 # If the template does not know about datarootdir, expand it.
15877 # FIXME: This hack should be removed a few years after 2.60.
15878 ac_datarootdir_hack=; ac_datarootdir_seen=
15879 ac_sed_dataroot='
15880 /datarootdir/ {
15884 /@datadir@/p
15885 /@docdir@/p
15886 /@infodir@/p
15887 /@localedir@/p
15888 /@mandir@/p'
15889 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
15890 *datarootdir*) ac_datarootdir_seen=yes;;
15891 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
15892 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
15893 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
15894 _ACEOF
15895 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15896 ac_datarootdir_hack='
15897 s&@datadir@&$datadir&g
15898 s&@docdir@&$docdir&g
15899 s&@infodir@&$infodir&g
15900 s&@localedir@&$localedir&g
15901 s&@mandir@&$mandir&g
15902 s&\\\${datarootdir}&$datarootdir&g' ;;
15903 esac
15904 _ACEOF
15906 # Neutralize VPATH when `$srcdir' = `.'.
15907 # Shell code in configure.ac might set extrasub.
15908 # FIXME: do we really want to maintain this feature?
15909 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15910 ac_sed_extra="$ac_vpsub
15911 $extrasub
15912 _ACEOF
15913 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15915 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
15916 s|@configure_input@|$ac_sed_conf_input|;t t
15917 s&@top_builddir@&$ac_top_builddir_sub&;t t
15918 s&@top_build_prefix@&$ac_top_build_prefix&;t t
15919 s&@srcdir@&$ac_srcdir&;t t
15920 s&@abs_srcdir@&$ac_abs_srcdir&;t t
15921 s&@top_srcdir@&$ac_top_srcdir&;t t
15922 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
15923 s&@builddir@&$ac_builddir&;t t
15924 s&@abs_builddir@&$ac_abs_builddir&;t t
15925 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
15926 s&@INSTALL@&$ac_INSTALL&;t t
15927 $ac_datarootdir_hack
15929 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" |
15930 if $ac_cs_awk_getline; then
15931 $AWK -f "$tmp/subs.awk"
15932 else
15933 $AWK -f "$tmp/subs.awk" | $SHELL
15934 fi >$tmp/out \
15935 || as_fn_error "could not create $ac_file" "$LINENO" 5
15937 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
15938 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
15939 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
15940 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
15941 which seems to be undefined. Please make sure it is defined." >&5
15942 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
15943 which seems to be undefined. Please make sure it is defined." >&2;}
15945 rm -f "$tmp/stdin"
15946 case $ac_file in
15947 -) cat "$tmp/out" && rm -f "$tmp/out";;
15948 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
15949 esac \
15950 || as_fn_error "could not create $ac_file" "$LINENO" 5
15954 # CONFIG_HEADER
15956 if test x"$ac_file" != x-; then
15958 $as_echo "/* $configure_input */" \
15959 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
15960 } >"$tmp/config.h" \
15961 || as_fn_error "could not create $ac_file" "$LINENO" 5
15962 if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
15963 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
15964 $as_echo "$as_me: $ac_file is unchanged" >&6;}
15965 else
15966 rm -f "$ac_file"
15967 mv "$tmp/config.h" "$ac_file" \
15968 || as_fn_error "could not create $ac_file" "$LINENO" 5
15970 else
15971 $as_echo "/* $configure_input */" \
15972 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
15973 || as_fn_error "could not create -" "$LINENO" 5
15978 # CONFIG_LINK
15981 if test "$ac_source" = "$ac_file" && test "$srcdir" = '.'; then
15983 else
15984 # Prefer the file from the source tree if names are identical.
15985 if test "$ac_source" = "$ac_file" || test ! -r "$ac_source"; then
15986 ac_source=$srcdir/$ac_source
15989 { $as_echo "$as_me:${as_lineno-$LINENO}: linking $ac_source to $ac_file" >&5
15990 $as_echo "$as_me: linking $ac_source to $ac_file" >&6;}
15992 if test ! -r "$ac_source"; then
15993 as_fn_error "$ac_source: file not found" "$LINENO" 5
15995 rm -f "$ac_file"
15997 # Try a relative symlink, then a hard link, then a copy.
15998 case $srcdir in
15999 [\\/$]* | ?:[\\/]* ) ac_rel_source=$ac_source ;;
16000 *) ac_rel_source=$ac_top_build_prefix$ac_source ;;
16001 esac
16002 ln -s "$ac_rel_source" "$ac_file" 2>/dev/null ||
16003 ln "$ac_source" "$ac_file" 2>/dev/null ||
16004 cp -p "$ac_source" "$ac_file" ||
16005 as_fn_error "cannot link or copy $ac_source to $ac_file" "$LINENO" 5
16008 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
16009 $as_echo "$as_me: executing $ac_file commands" >&6;}
16011 esac
16014 case $ac_file$ac_mode in
16015 "include/stamp-h":C) echo timestamp > include/stamp-h ;;
16016 "dlls/gdi32/enhmfdrv":C) test -d "dlls/gdi32/enhmfdrv" || { { $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/gdi32/enhmfdrv" >&5
16017 $as_echo "$as_me: creating dlls/gdi32/enhmfdrv" >&6;}; as_dir="dlls/gdi32/enhmfdrv"; as_fn_mkdir_p; } ;;
16018 "dlls/gdi32/mfdrv":C) test -d "dlls/gdi32/mfdrv" || { { $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/gdi32/mfdrv" >&5
16019 $as_echo "$as_me: creating dlls/gdi32/mfdrv" >&6;}; as_dir="dlls/gdi32/mfdrv"; as_fn_mkdir_p; } ;;
16020 "dlls/kernel32/nls":C) test -d "dlls/kernel32/nls" || { { $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/kernel32/nls" >&5
16021 $as_echo "$as_me: creating dlls/kernel32/nls" >&6;}; as_dir="dlls/kernel32/nls"; as_fn_mkdir_p; } ;;
16022 "dlls/user32/resources":C) test -d "dlls/user32/resources" || { { $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/user32/resources" >&5
16023 $as_echo "$as_me: creating dlls/user32/resources" >&6;}; as_dir="dlls/user32/resources"; as_fn_mkdir_p; } ;;
16024 "dlls/wineps.drv/data":C) test -d "dlls/wineps.drv/data" || { { $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/wineps.drv/data" >&5
16025 $as_echo "$as_me: creating dlls/wineps.drv/data" >&6;}; as_dir="dlls/wineps.drv/data"; as_fn_mkdir_p; } ;;
16026 "include/wine":C) test -d "include/wine" || { { $as_echo "$as_me:${as_lineno-$LINENO}: creating include/wine" >&5
16027 $as_echo "$as_me: creating include/wine" >&6;}; as_dir="include/wine"; as_fn_mkdir_p; } ;;
16029 esac
16030 done # for ac_tag
16033 as_fn_exit 0
16034 _ACEOF
16035 ac_clean_files=$ac_clean_files_save
16037 test $ac_write_fail = 0 ||
16038 as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
16041 # configure is writing to config.log, and then calls config.status.
16042 # config.status does its own redirection, appending to config.log.
16043 # Unfortunately, on DOS this fails, as config.log is still kept open
16044 # by configure, so config.status won't be able to write to it; its
16045 # output is simply discarded. So we exec the FD to /dev/null,
16046 # effectively closing config.log, so it can be properly (re)opened and
16047 # appended to by config.status. When coming back to configure, we
16048 # need to make the FD available again.
16049 if test "$no_create" != yes; then
16050 ac_cs_success=:
16051 ac_config_status_args=
16052 test "$silent" = yes &&
16053 ac_config_status_args="$ac_config_status_args --quiet"
16054 exec 5>/dev/null
16055 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
16056 exec 5>>config.log
16057 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
16058 # would make configure fail if this is the last instruction.
16059 $ac_cs_success || as_fn_exit $?
16061 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
16062 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
16063 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
16067 if test "$no_create" = "yes"
16068 then
16069 exit 0
16072 ac_save_IFS="$IFS"
16073 if test "x$wine_notices != "x; then
16074 echo >&6
16075 IFS="|"
16076 for msg in $wine_notices; do
16077 IFS="$ac_save_IFS"
16078 if test -n "$msg"; then
16079 { $as_echo "$as_me:${as_lineno-$LINENO}: $msg" >&5
16080 $as_echo "$as_me: $msg" >&6;}
16082 done
16084 IFS="|"
16085 for msg in $wine_warnings; do
16086 IFS="$ac_save_IFS"
16087 if test -n "$msg"; then
16088 echo >&2
16089 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $msg" >&5
16090 $as_echo "$as_me: WARNING: $msg" >&2;}
16092 done
16093 IFS="$ac_save_IFS"
16095 echo "
16096 $as_me: Finished. Do '${ac_make}' to compile Wine.
16097 " >&6