makefiles: Output the top-level depend rules explicitly for each module.
[wine/multimedia.git] / configure
blobe2524a019079ba0423b770cba56241d33fa9e09e
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_DIRS
602 ALL_SYMLINKS
603 ALL_MAKERULES
604 ALL_WINETEST_DEPENDS
605 ALL_MAKEFILE_DEPENDS
606 LDAPLIBS
607 LIBPOLL
608 LIBDL
609 EXTRA_BINARIES
610 MAIN_BINARY
611 SOCKETLIBS
612 CRTLIBS
613 TOOLSEXT
614 LDPATH
615 BUILTINFLAG
616 EXTRACFLAGS
617 LIBKSTAT
618 LIBMPG123
619 PNGINCL
620 FONTCONFIGINCL
621 CUPSINCL
622 AUDIOIOLIBS
623 ALSALIBS
624 ESDLIBS
625 ESDINCL
626 ESDCONFIG
627 ZLIB
628 FREETYPEINCL
629 FREETYPELIBS
630 ft_devel
631 LCMSLIBS
632 RESOLVLIBS
633 GPHOTO2INCL
634 GPHOTO2LIBS
635 gphoto2port_devel
636 gphoto2_devel
637 SANEINCL
638 sane_devel
639 GNUTLSINCL
640 HALINCL
641 XSLTINCL
642 XML2INCL
643 XML2LIBS
644 NASLIBS
645 X_EXTRA_LIBS
646 X_LIBS
647 X_PRE_LIBS
648 X_CFLAGS
649 XMKMF
650 LIBPTHREAD
651 CROSSTARGET
652 CROSSTEST
653 CROSSCC
654 CARBONLIB
655 LIBOPENAL
656 COREAUDIO
657 DISKARBITRATIONLIB
658 LDEXECFLAGS
659 IOKITLIB
660 COREFOUNDATIONLIB
661 SECURITYLIB
662 DLLWRAP
663 DLLTOOL
665 LDRPATH_LOCAL
666 LDRPATH_INSTALL
667 IMPLIBEXT
668 LIBEXT
669 LDDLLFLAGS
670 LDSHARED
671 DLLFLAGS
672 DLLEXT
674 OPENGL_LIBS
675 XLIB
676 PRELINK
677 ICOTOOL
678 RSVG
679 PKG_CONFIG
680 FONTFORGE
681 LINTFLAGS
682 LINT
683 INSTALL_DATA
684 INSTALL_SCRIPT
685 INSTALL_PROGRAM
686 LDCONFIG
687 EGREP
688 GREP
689 LN_S
690 STRIP
691 RANLIB
692 ARFLAGS
693 ac_ct_AR
695 BISON
696 FLEX
697 TOOLSDIR
698 WOW64_DISABLE
699 TARGETFLAGS
700 CPPBIN
701 ac_ct_CXX
702 CXXFLAGS
704 OBJEXT
705 EXEEXT
706 ac_ct_CC
707 CPPFLAGS
708 LDFLAGS
709 CFLAGS
711 SET_MAKE
712 host_os
713 host_vendor
714 host_cpu
715 host
716 build_os
717 build_vendor
718 build_cpu
719 build
720 MAINTAINER_MODE
721 target_alias
722 host_alias
723 build_alias
724 LIBS
725 ECHO_T
726 ECHO_N
727 ECHO_C
728 DEFS
729 mandir
730 localedir
731 libdir
732 psdir
733 pdfdir
734 dvidir
735 htmldir
736 infodir
737 docdir
738 oldincludedir
739 includedir
740 localstatedir
741 sharedstatedir
742 sysconfdir
743 datadir
744 datarootdir
745 libexecdir
746 sbindir
747 bindir
748 program_transform_name
749 prefix
750 exec_prefix
751 PACKAGE_URL
752 PACKAGE_BUGREPORT
753 PACKAGE_STRING
754 PACKAGE_VERSION
755 PACKAGE_TARNAME
756 PACKAGE_NAME
757 PATH_SEPARATOR
758 SHELL'
759 ac_subst_files='MAKE_RULES
760 MAKE_TEST_RULES
761 MAKE_DLL_RULES
762 MAKE_IMPLIB_RULES
763 MAKE_PROG_RULES'
764 ac_user_opts='
765 enable_option_checking
766 enable_win16
767 enable_win64
768 enable_tests
769 enable_maintainer_mode
770 with_alsa
771 with_audioio
772 with_capi
773 with_cms
774 with_coreaudio
775 with_cups
776 with_curses
777 with_esd
778 with_fontconfig
779 with_freetype
780 with_gphoto
781 with_glu
782 with_gnutls
783 with_gsm
784 with_hal
785 with_jack
786 with_jpeg
787 with_ldap
788 with_mpg123
789 with_nas
790 with_openal
791 with_opengl
792 with_openssl
793 with_oss
794 with_png
795 with_pthread
796 with_sane
797 with_tiff
798 with_v4l
799 with_xcomposite
800 with_xcursor
801 with_xinerama
802 with_xinput
803 with_xml
804 with_xrandr
805 with_xrender
806 with_xshape
807 with_xshm
808 with_xslt
809 with_xxf86vm
810 with_wine_tools
811 with_wine64
812 enable_largefile
813 with_x
815 ac_precious_vars='build_alias
816 host_alias
817 target_alias
819 CFLAGS
820 LDFLAGS
821 LIBS
822 CPPFLAGS
824 CXXFLAGS
827 XMKMF'
830 # Initialize some variables set by options.
831 ac_init_help=
832 ac_init_version=false
833 ac_unrecognized_opts=
834 ac_unrecognized_sep=
835 # The variables have the same names as the options, with
836 # dashes changed to underlines.
837 cache_file=/dev/null
838 exec_prefix=NONE
839 no_create=
840 no_recursion=
841 prefix=NONE
842 program_prefix=NONE
843 program_suffix=NONE
844 program_transform_name=s,x,x,
845 silent=
846 site=
847 srcdir=
848 verbose=
849 x_includes=NONE
850 x_libraries=NONE
852 # Installation directory options.
853 # These are left unexpanded so users can "make install exec_prefix=/foo"
854 # and all the variables that are supposed to be based on exec_prefix
855 # by default will actually change.
856 # Use braces instead of parens because sh, perl, etc. also accept them.
857 # (The list follows the same order as the GNU Coding Standards.)
858 bindir='${exec_prefix}/bin'
859 sbindir='${exec_prefix}/sbin'
860 libexecdir='${exec_prefix}/libexec'
861 datarootdir='${prefix}/share'
862 datadir='${datarootdir}'
863 sysconfdir='${prefix}/etc'
864 sharedstatedir='${prefix}/com'
865 localstatedir='${prefix}/var'
866 includedir='${prefix}/include'
867 oldincludedir='/usr/include'
868 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
869 infodir='${datarootdir}/info'
870 htmldir='${docdir}'
871 dvidir='${docdir}'
872 pdfdir='${docdir}'
873 psdir='${docdir}'
874 libdir='${exec_prefix}/lib'
875 localedir='${datarootdir}/locale'
876 mandir='${datarootdir}/man'
878 ac_prev=
879 ac_dashdash=
880 for ac_option
882 # If the previous option needs an argument, assign it.
883 if test -n "$ac_prev"; then
884 eval $ac_prev=\$ac_option
885 ac_prev=
886 continue
889 case $ac_option in
890 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
891 *) ac_optarg=yes ;;
892 esac
894 # Accept the important Cygnus configure options, so we can diagnose typos.
896 case $ac_dashdash$ac_option in
898 ac_dashdash=yes ;;
900 -bindir | --bindir | --bindi | --bind | --bin | --bi)
901 ac_prev=bindir ;;
902 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
903 bindir=$ac_optarg ;;
905 -build | --build | --buil | --bui | --bu)
906 ac_prev=build_alias ;;
907 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
908 build_alias=$ac_optarg ;;
910 -cache-file | --cache-file | --cache-fil | --cache-fi \
911 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
912 ac_prev=cache_file ;;
913 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
914 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
915 cache_file=$ac_optarg ;;
917 --config-cache | -C)
918 cache_file=config.cache ;;
920 -datadir | --datadir | --datadi | --datad)
921 ac_prev=datadir ;;
922 -datadir=* | --datadir=* | --datadi=* | --datad=*)
923 datadir=$ac_optarg ;;
925 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
926 | --dataroo | --dataro | --datar)
927 ac_prev=datarootdir ;;
928 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
929 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
930 datarootdir=$ac_optarg ;;
932 -disable-* | --disable-*)
933 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
934 # Reject names that are not valid shell variable names.
935 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
936 as_fn_error "invalid feature name: $ac_useropt"
937 ac_useropt_orig=$ac_useropt
938 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
939 case $ac_user_opts in
941 "enable_$ac_useropt"
942 "*) ;;
943 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
944 ac_unrecognized_sep=', ';;
945 esac
946 eval enable_$ac_useropt=no ;;
948 -docdir | --docdir | --docdi | --doc | --do)
949 ac_prev=docdir ;;
950 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
951 docdir=$ac_optarg ;;
953 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
954 ac_prev=dvidir ;;
955 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
956 dvidir=$ac_optarg ;;
958 -enable-* | --enable-*)
959 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
960 # Reject names that are not valid shell variable names.
961 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
962 as_fn_error "invalid feature name: $ac_useropt"
963 ac_useropt_orig=$ac_useropt
964 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
965 case $ac_user_opts in
967 "enable_$ac_useropt"
968 "*) ;;
969 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
970 ac_unrecognized_sep=', ';;
971 esac
972 eval enable_$ac_useropt=\$ac_optarg ;;
974 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
975 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
976 | --exec | --exe | --ex)
977 ac_prev=exec_prefix ;;
978 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
979 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
980 | --exec=* | --exe=* | --ex=*)
981 exec_prefix=$ac_optarg ;;
983 -gas | --gas | --ga | --g)
984 # Obsolete; use --with-gas.
985 with_gas=yes ;;
987 -help | --help | --hel | --he | -h)
988 ac_init_help=long ;;
989 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
990 ac_init_help=recursive ;;
991 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
992 ac_init_help=short ;;
994 -host | --host | --hos | --ho)
995 ac_prev=host_alias ;;
996 -host=* | --host=* | --hos=* | --ho=*)
997 host_alias=$ac_optarg ;;
999 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
1000 ac_prev=htmldir ;;
1001 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
1002 | --ht=*)
1003 htmldir=$ac_optarg ;;
1005 -includedir | --includedir | --includedi | --included | --include \
1006 | --includ | --inclu | --incl | --inc)
1007 ac_prev=includedir ;;
1008 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
1009 | --includ=* | --inclu=* | --incl=* | --inc=*)
1010 includedir=$ac_optarg ;;
1012 -infodir | --infodir | --infodi | --infod | --info | --inf)
1013 ac_prev=infodir ;;
1014 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
1015 infodir=$ac_optarg ;;
1017 -libdir | --libdir | --libdi | --libd)
1018 ac_prev=libdir ;;
1019 -libdir=* | --libdir=* | --libdi=* | --libd=*)
1020 libdir=$ac_optarg ;;
1022 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1023 | --libexe | --libex | --libe)
1024 ac_prev=libexecdir ;;
1025 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1026 | --libexe=* | --libex=* | --libe=*)
1027 libexecdir=$ac_optarg ;;
1029 -localedir | --localedir | --localedi | --localed | --locale)
1030 ac_prev=localedir ;;
1031 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1032 localedir=$ac_optarg ;;
1034 -localstatedir | --localstatedir | --localstatedi | --localstated \
1035 | --localstate | --localstat | --localsta | --localst | --locals)
1036 ac_prev=localstatedir ;;
1037 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1038 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1039 localstatedir=$ac_optarg ;;
1041 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1042 ac_prev=mandir ;;
1043 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1044 mandir=$ac_optarg ;;
1046 -nfp | --nfp | --nf)
1047 # Obsolete; use --without-fp.
1048 with_fp=no ;;
1050 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1051 | --no-cr | --no-c | -n)
1052 no_create=yes ;;
1054 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1055 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1056 no_recursion=yes ;;
1058 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1059 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1060 | --oldin | --oldi | --old | --ol | --o)
1061 ac_prev=oldincludedir ;;
1062 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1063 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1064 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1065 oldincludedir=$ac_optarg ;;
1067 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1068 ac_prev=prefix ;;
1069 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1070 prefix=$ac_optarg ;;
1072 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1073 | --program-pre | --program-pr | --program-p)
1074 ac_prev=program_prefix ;;
1075 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1076 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1077 program_prefix=$ac_optarg ;;
1079 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1080 | --program-suf | --program-su | --program-s)
1081 ac_prev=program_suffix ;;
1082 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1083 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1084 program_suffix=$ac_optarg ;;
1086 -program-transform-name | --program-transform-name \
1087 | --program-transform-nam | --program-transform-na \
1088 | --program-transform-n | --program-transform- \
1089 | --program-transform | --program-transfor \
1090 | --program-transfo | --program-transf \
1091 | --program-trans | --program-tran \
1092 | --progr-tra | --program-tr | --program-t)
1093 ac_prev=program_transform_name ;;
1094 -program-transform-name=* | --program-transform-name=* \
1095 | --program-transform-nam=* | --program-transform-na=* \
1096 | --program-transform-n=* | --program-transform-=* \
1097 | --program-transform=* | --program-transfor=* \
1098 | --program-transfo=* | --program-transf=* \
1099 | --program-trans=* | --program-tran=* \
1100 | --progr-tra=* | --program-tr=* | --program-t=*)
1101 program_transform_name=$ac_optarg ;;
1103 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1104 ac_prev=pdfdir ;;
1105 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1106 pdfdir=$ac_optarg ;;
1108 -psdir | --psdir | --psdi | --psd | --ps)
1109 ac_prev=psdir ;;
1110 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1111 psdir=$ac_optarg ;;
1113 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1114 | -silent | --silent | --silen | --sile | --sil)
1115 silent=yes ;;
1117 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1118 ac_prev=sbindir ;;
1119 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1120 | --sbi=* | --sb=*)
1121 sbindir=$ac_optarg ;;
1123 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1124 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1125 | --sharedst | --shareds | --shared | --share | --shar \
1126 | --sha | --sh)
1127 ac_prev=sharedstatedir ;;
1128 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1129 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1130 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1131 | --sha=* | --sh=*)
1132 sharedstatedir=$ac_optarg ;;
1134 -site | --site | --sit)
1135 ac_prev=site ;;
1136 -site=* | --site=* | --sit=*)
1137 site=$ac_optarg ;;
1139 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1140 ac_prev=srcdir ;;
1141 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1142 srcdir=$ac_optarg ;;
1144 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1145 | --syscon | --sysco | --sysc | --sys | --sy)
1146 ac_prev=sysconfdir ;;
1147 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1148 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1149 sysconfdir=$ac_optarg ;;
1151 -target | --target | --targe | --targ | --tar | --ta | --t)
1152 ac_prev=target_alias ;;
1153 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1154 target_alias=$ac_optarg ;;
1156 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1157 verbose=yes ;;
1159 -version | --version | --versio | --versi | --vers | -V)
1160 ac_init_version=: ;;
1162 -with-* | --with-*)
1163 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1164 # Reject names that are not valid shell variable names.
1165 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1166 as_fn_error "invalid package name: $ac_useropt"
1167 ac_useropt_orig=$ac_useropt
1168 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1169 case $ac_user_opts in
1171 "with_$ac_useropt"
1172 "*) ;;
1173 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1174 ac_unrecognized_sep=', ';;
1175 esac
1176 eval with_$ac_useropt=\$ac_optarg ;;
1178 -without-* | --without-*)
1179 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1180 # Reject names that are not valid shell variable names.
1181 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1182 as_fn_error "invalid package name: $ac_useropt"
1183 ac_useropt_orig=$ac_useropt
1184 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1185 case $ac_user_opts in
1187 "with_$ac_useropt"
1188 "*) ;;
1189 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1190 ac_unrecognized_sep=', ';;
1191 esac
1192 eval with_$ac_useropt=no ;;
1194 --x)
1195 # Obsolete; use --with-x.
1196 with_x=yes ;;
1198 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1199 | --x-incl | --x-inc | --x-in | --x-i)
1200 ac_prev=x_includes ;;
1201 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1202 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1203 x_includes=$ac_optarg ;;
1205 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1206 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1207 ac_prev=x_libraries ;;
1208 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1209 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1210 x_libraries=$ac_optarg ;;
1212 -*) as_fn_error "unrecognized option: \`$ac_option'
1213 Try \`$0 --help' for more information."
1216 *=*)
1217 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1218 # Reject names that are not valid shell variable names.
1219 case $ac_envvar in #(
1220 '' | [0-9]* | *[!_$as_cr_alnum]* )
1221 as_fn_error "invalid variable name: \`$ac_envvar'" ;;
1222 esac
1223 eval $ac_envvar=\$ac_optarg
1224 export $ac_envvar ;;
1227 # FIXME: should be removed in autoconf 3.0.
1228 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1229 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1230 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1231 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1234 esac
1235 done
1237 if test -n "$ac_prev"; then
1238 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1239 as_fn_error "missing argument to $ac_option"
1242 if test -n "$ac_unrecognized_opts"; then
1243 case $enable_option_checking in
1244 no) ;;
1245 fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;;
1246 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1247 esac
1250 # Check all directory arguments for consistency.
1251 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1252 datadir sysconfdir sharedstatedir localstatedir includedir \
1253 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1254 libdir localedir mandir
1256 eval ac_val=\$$ac_var
1257 # Remove trailing slashes.
1258 case $ac_val in
1259 */ )
1260 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1261 eval $ac_var=\$ac_val;;
1262 esac
1263 # Be sure to have absolute directory names.
1264 case $ac_val in
1265 [\\/$]* | ?:[\\/]* ) continue;;
1266 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1267 esac
1268 as_fn_error "expected an absolute directory name for --$ac_var: $ac_val"
1269 done
1271 # There might be people who depend on the old broken behavior: `$host'
1272 # used to hold the argument of --host etc.
1273 # FIXME: To remove some day.
1274 build=$build_alias
1275 host=$host_alias
1276 target=$target_alias
1278 # FIXME: To remove some day.
1279 if test "x$host_alias" != x; then
1280 if test "x$build_alias" = x; then
1281 cross_compiling=maybe
1282 $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1283 If a cross compiler is detected then cross compile mode will be used." >&2
1284 elif test "x$build_alias" != "x$host_alias"; then
1285 cross_compiling=yes
1289 ac_tool_prefix=
1290 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1292 test "$silent" = yes && exec 6>/dev/null
1295 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1296 ac_ls_di=`ls -di .` &&
1297 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1298 as_fn_error "working directory cannot be determined"
1299 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1300 as_fn_error "pwd does not report name of working directory"
1303 # Find the source files, if location was not specified.
1304 if test -z "$srcdir"; then
1305 ac_srcdir_defaulted=yes
1306 # Try the directory containing this script, then the parent directory.
1307 ac_confdir=`$as_dirname -- "$as_myself" ||
1308 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1309 X"$as_myself" : 'X\(//\)[^/]' \| \
1310 X"$as_myself" : 'X\(//\)$' \| \
1311 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1312 $as_echo X"$as_myself" |
1313 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1314 s//\1/
1317 /^X\(\/\/\)[^/].*/{
1318 s//\1/
1321 /^X\(\/\/\)$/{
1322 s//\1/
1325 /^X\(\/\).*/{
1326 s//\1/
1329 s/.*/./; q'`
1330 srcdir=$ac_confdir
1331 if test ! -r "$srcdir/$ac_unique_file"; then
1332 srcdir=..
1334 else
1335 ac_srcdir_defaulted=no
1337 if test ! -r "$srcdir/$ac_unique_file"; then
1338 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1339 as_fn_error "cannot find sources ($ac_unique_file) in $srcdir"
1341 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1342 ac_abs_confdir=`(
1343 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg"
1344 pwd)`
1345 # When building in place, set srcdir=.
1346 if test "$ac_abs_confdir" = "$ac_pwd"; then
1347 srcdir=.
1349 # Remove unnecessary trailing slashes from srcdir.
1350 # Double slashes in file names in object file debugging info
1351 # mess up M-x gdb in Emacs.
1352 case $srcdir in
1353 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1354 esac
1355 for ac_var in $ac_precious_vars; do
1356 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1357 eval ac_env_${ac_var}_value=\$${ac_var}
1358 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1359 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1360 done
1363 # Report the --help message.
1365 if test "$ac_init_help" = "long"; then
1366 # Omit some internal or obsolete options to make the list less imposing.
1367 # This message is too long to be a string in the A/UX 3.1 sh.
1368 cat <<_ACEOF
1369 \`configure' configures Wine 1.1.41 to adapt to many kinds of systems.
1371 Usage: $0 [OPTION]... [VAR=VALUE]...
1373 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1374 VAR=VALUE. See below for descriptions of some of the useful variables.
1376 Defaults for the options are specified in brackets.
1378 Configuration:
1379 -h, --help display this help and exit
1380 --help=short display options specific to this package
1381 --help=recursive display the short help of all the included packages
1382 -V, --version display version information and exit
1383 -q, --quiet, --silent do not print \`checking...' messages
1384 --cache-file=FILE cache test results in FILE [disabled]
1385 -C, --config-cache alias for \`--cache-file=config.cache'
1386 -n, --no-create do not create output files
1387 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1389 Installation directories:
1390 --prefix=PREFIX install architecture-independent files in PREFIX
1391 [$ac_default_prefix]
1392 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1393 [PREFIX]
1395 By default, \`make install' will install all the files in
1396 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1397 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1398 for instance \`--prefix=\$HOME'.
1400 For better control, use the options below.
1402 Fine tuning of the installation directories:
1403 --bindir=DIR user executables [EPREFIX/bin]
1404 --sbindir=DIR system admin executables [EPREFIX/sbin]
1405 --libexecdir=DIR program executables [EPREFIX/libexec]
1406 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1407 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1408 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1409 --libdir=DIR object code libraries [EPREFIX/lib]
1410 --includedir=DIR C header files [PREFIX/include]
1411 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1412 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1413 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1414 --infodir=DIR info documentation [DATAROOTDIR/info]
1415 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1416 --mandir=DIR man documentation [DATAROOTDIR/man]
1417 --docdir=DIR documentation root [DATAROOTDIR/doc/wine]
1418 --htmldir=DIR html documentation [DOCDIR]
1419 --dvidir=DIR dvi documentation [DOCDIR]
1420 --pdfdir=DIR pdf documentation [DOCDIR]
1421 --psdir=DIR ps documentation [DOCDIR]
1422 _ACEOF
1424 cat <<\_ACEOF
1426 X features:
1427 --x-includes=DIR X include files are in DIR
1428 --x-libraries=DIR X library files are in DIR
1430 System types:
1431 --build=BUILD configure for building on BUILD [guessed]
1432 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1433 _ACEOF
1436 if test -n "$ac_init_help"; then
1437 case $ac_init_help in
1438 short | recursive ) echo "Configuration of Wine 1.1.41:";;
1439 esac
1440 cat <<\_ACEOF
1442 Optional Features:
1443 --disable-option-checking ignore unrecognized --enable/--with options
1444 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1445 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1446 --disable-win16 do not include Win16 support
1447 --enable-win64 build a Win64 emulator on AMD64 (won't run Win32
1448 binaries)
1449 --disable-tests do not build the regression tests
1450 --enable-maintainer-mode
1451 enable maintainer-specific build rules
1452 --disable-largefile omit support for large files
1454 Optional Packages:
1455 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1456 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1457 --without-alsa do not use the Alsa sound support
1458 --without-audioio do not use the AudioIO sound support
1459 --without-capi do not use CAPI (ISDN support)
1460 --without-cms do not use CMS (color management support)
1461 --without-coreaudio do not use the CoreAudio sound support
1462 --without-cups do not use CUPS
1463 --without-curses do not use (n)curses
1464 --without-esd do not use the EsounD sound support
1465 --without-fontconfig do not use fontconfig
1466 --without-freetype do not use the FreeType library
1467 --without-gphoto do not use gphoto (Digital Camera support)
1468 --without-glu do not use the GLU library
1469 --without-gnutls do not use GnuTLS (schannel support)
1470 --without-gsm do not use libgsm (GSM 06.10 codec support)
1471 --without-hal do not use HAL (dynamic device support)
1472 --without-jack do not use the Jack sound support
1473 --without-jpeg do not use JPEG
1474 --without-ldap do not use LDAP
1475 --without-mpg123 do not use the mpg123 library
1476 --without-nas do not use the NAS sound support
1477 --without-openal do not use OpenAL
1478 --without-opengl do not use OpenGL
1479 --without-openssl do not use OpenSSL
1480 --without-oss do not use the OSS sound support
1481 --without-png do not use PNG
1482 --without-pthread do not use the pthread library
1483 --without-sane do not use SANE (scanner support)
1484 --without-tiff do not use TIFF
1485 --without-v4l do not use v4l1 (v4l support)
1486 --without-xcomposite do not use the Xcomposite extension
1487 --without-xcursor do not use the Xcursor extension
1488 --without-xinerama do not use Xinerama (multi-monitor support)
1489 --without-xinput do not use the Xinput extension
1490 --without-xml do not use XML
1491 --without-xrandr do not use Xrandr (resolution changes)
1492 --without-xrender do not use the Xrender extension
1493 --without-xshape do not use the Xshape extension
1494 --without-xshm do not use XShm (shared memory extension)
1495 --without-xslt do not use XSLT
1496 --without-xxf86vm do not use XFree video mode extension
1497 --with-wine-tools=DIR use Wine tools from directory DIR
1498 --with-wine64=DIR use the 64-bit Wine in DIR for a Wow64 build
1499 --with-x use the X Window System
1501 Some influential environment variables:
1502 CC C compiler command
1503 CFLAGS C compiler flags
1504 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1505 nonstandard directory <lib dir>
1506 LIBS libraries to pass to the linker, e.g. -l<library>
1507 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
1508 you have headers in a nonstandard directory <include dir>
1509 CXX C++ compiler command
1510 CXXFLAGS C++ compiler flags
1511 CPP C preprocessor
1512 XMKMF Path to xmkmf, Makefile generator for X Window System
1514 Use these variables to override the choices made by `configure' or to help
1515 it to find libraries and programs with nonstandard names/locations.
1517 Report bugs to <wine-devel@winehq.org>.
1518 Wine home page: <http://www.winehq.org>.
1519 _ACEOF
1520 ac_status=$?
1523 if test "$ac_init_help" = "recursive"; then
1524 # If there are subdirs, report their specific --help.
1525 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1526 test -d "$ac_dir" ||
1527 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1528 continue
1529 ac_builddir=.
1531 case "$ac_dir" in
1532 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1534 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1535 # A ".." for each directory in $ac_dir_suffix.
1536 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1537 case $ac_top_builddir_sub in
1538 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1539 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1540 esac ;;
1541 esac
1542 ac_abs_top_builddir=$ac_pwd
1543 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1544 # for backward compatibility:
1545 ac_top_builddir=$ac_top_build_prefix
1547 case $srcdir in
1548 .) # We are building in place.
1549 ac_srcdir=.
1550 ac_top_srcdir=$ac_top_builddir_sub
1551 ac_abs_top_srcdir=$ac_pwd ;;
1552 [\\/]* | ?:[\\/]* ) # Absolute name.
1553 ac_srcdir=$srcdir$ac_dir_suffix;
1554 ac_top_srcdir=$srcdir
1555 ac_abs_top_srcdir=$srcdir ;;
1556 *) # Relative name.
1557 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1558 ac_top_srcdir=$ac_top_build_prefix$srcdir
1559 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1560 esac
1561 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1563 cd "$ac_dir" || { ac_status=$?; continue; }
1564 # Check for guested configure.
1565 if test -f "$ac_srcdir/configure.gnu"; then
1566 echo &&
1567 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1568 elif test -f "$ac_srcdir/configure"; then
1569 echo &&
1570 $SHELL "$ac_srcdir/configure" --help=recursive
1571 else
1572 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1573 fi || ac_status=$?
1574 cd "$ac_pwd" || { ac_status=$?; break; }
1575 done
1578 test -n "$ac_init_help" && exit $ac_status
1579 if $ac_init_version; then
1580 cat <<\_ACEOF
1581 Wine configure 1.1.41
1582 generated by GNU Autoconf 2.65
1584 Copyright (C) 2009 Free Software Foundation, Inc.
1585 This configure script is free software; the Free Software Foundation
1586 gives unlimited permission to copy, distribute and modify it.
1587 _ACEOF
1588 exit
1591 ## ------------------------ ##
1592 ## Autoconf initialization. ##
1593 ## ------------------------ ##
1595 # ac_fn_c_try_compile LINENO
1596 # --------------------------
1597 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1598 ac_fn_c_try_compile ()
1600 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1601 rm -f conftest.$ac_objext
1602 if { { ac_try="$ac_compile"
1603 case "(($ac_try" in
1604 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1605 *) ac_try_echo=$ac_try;;
1606 esac
1607 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1608 $as_echo "$ac_try_echo"; } >&5
1609 (eval "$ac_compile") 2>conftest.err
1610 ac_status=$?
1611 if test -s conftest.err; then
1612 grep -v '^ *+' conftest.err >conftest.er1
1613 cat conftest.er1 >&5
1614 mv -f conftest.er1 conftest.err
1616 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1617 test $ac_status = 0; } && {
1618 test -z "$ac_c_werror_flag" ||
1619 test ! -s conftest.err
1620 } && test -s conftest.$ac_objext; then :
1621 ac_retval=0
1622 else
1623 $as_echo "$as_me: failed program was:" >&5
1624 sed 's/^/| /' conftest.$ac_ext >&5
1626 ac_retval=1
1628 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1629 as_fn_set_status $ac_retval
1631 } # ac_fn_c_try_compile
1633 # ac_fn_cxx_try_compile LINENO
1634 # ----------------------------
1635 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1636 ac_fn_cxx_try_compile ()
1638 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1639 rm -f conftest.$ac_objext
1640 if { { ac_try="$ac_compile"
1641 case "(($ac_try" in
1642 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1643 *) ac_try_echo=$ac_try;;
1644 esac
1645 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1646 $as_echo "$ac_try_echo"; } >&5
1647 (eval "$ac_compile") 2>conftest.err
1648 ac_status=$?
1649 if test -s conftest.err; then
1650 grep -v '^ *+' conftest.err >conftest.er1
1651 cat conftest.er1 >&5
1652 mv -f conftest.er1 conftest.err
1654 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1655 test $ac_status = 0; } && {
1656 test -z "$ac_cxx_werror_flag" ||
1657 test ! -s conftest.err
1658 } && test -s conftest.$ac_objext; then :
1659 ac_retval=0
1660 else
1661 $as_echo "$as_me: failed program was:" >&5
1662 sed 's/^/| /' conftest.$ac_ext >&5
1664 ac_retval=1
1666 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1667 as_fn_set_status $ac_retval
1669 } # ac_fn_cxx_try_compile
1671 # ac_fn_c_try_link LINENO
1672 # -----------------------
1673 # Try to link conftest.$ac_ext, and return whether this succeeded.
1674 ac_fn_c_try_link ()
1676 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1677 rm -f conftest.$ac_objext conftest$ac_exeext
1678 if { { ac_try="$ac_link"
1679 case "(($ac_try" in
1680 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1681 *) ac_try_echo=$ac_try;;
1682 esac
1683 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1684 $as_echo "$ac_try_echo"; } >&5
1685 (eval "$ac_link") 2>conftest.err
1686 ac_status=$?
1687 if test -s conftest.err; then
1688 grep -v '^ *+' conftest.err >conftest.er1
1689 cat conftest.er1 >&5
1690 mv -f conftest.er1 conftest.err
1692 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1693 test $ac_status = 0; } && {
1694 test -z "$ac_c_werror_flag" ||
1695 test ! -s conftest.err
1696 } && test -s conftest$ac_exeext && {
1697 test "$cross_compiling" = yes ||
1698 $as_test_x conftest$ac_exeext
1699 }; then :
1700 ac_retval=0
1701 else
1702 $as_echo "$as_me: failed program was:" >&5
1703 sed 's/^/| /' conftest.$ac_ext >&5
1705 ac_retval=1
1707 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1708 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1709 # interfere with the next link command; also delete a directory that is
1710 # left behind by Apple's compiler. We do this before executing the actions.
1711 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1712 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1713 as_fn_set_status $ac_retval
1715 } # ac_fn_c_try_link
1717 # ac_fn_c_try_cpp LINENO
1718 # ----------------------
1719 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1720 ac_fn_c_try_cpp ()
1722 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1723 if { { ac_try="$ac_cpp conftest.$ac_ext"
1724 case "(($ac_try" in
1725 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1726 *) ac_try_echo=$ac_try;;
1727 esac
1728 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1729 $as_echo "$ac_try_echo"; } >&5
1730 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1731 ac_status=$?
1732 if test -s conftest.err; then
1733 grep -v '^ *+' conftest.err >conftest.er1
1734 cat conftest.er1 >&5
1735 mv -f conftest.er1 conftest.err
1737 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1738 test $ac_status = 0; } >/dev/null && {
1739 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1740 test ! -s conftest.err
1741 }; then :
1742 ac_retval=0
1743 else
1744 $as_echo "$as_me: failed program was:" >&5
1745 sed 's/^/| /' conftest.$ac_ext >&5
1747 ac_retval=1
1749 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1750 as_fn_set_status $ac_retval
1752 } # ac_fn_c_try_cpp
1754 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1755 # -------------------------------------------------------
1756 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
1757 # the include files in INCLUDES and setting the cache variable VAR
1758 # accordingly.
1759 ac_fn_c_check_header_mongrel ()
1761 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1762 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1763 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1764 $as_echo_n "checking for $2... " >&6; }
1765 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1766 $as_echo_n "(cached) " >&6
1768 eval ac_res=\$$3
1769 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1770 $as_echo "$ac_res" >&6; }
1771 else
1772 # Is the header compilable?
1773 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1774 $as_echo_n "checking $2 usability... " >&6; }
1775 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1776 /* end confdefs.h. */
1778 #include <$2>
1779 _ACEOF
1780 if ac_fn_c_try_compile "$LINENO"; then :
1781 ac_header_compiler=yes
1782 else
1783 ac_header_compiler=no
1785 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1786 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1787 $as_echo "$ac_header_compiler" >&6; }
1789 # Is the header present?
1790 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1791 $as_echo_n "checking $2 presence... " >&6; }
1792 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1793 /* end confdefs.h. */
1794 #include <$2>
1795 _ACEOF
1796 if ac_fn_c_try_cpp "$LINENO"; then :
1797 ac_header_preproc=yes
1798 else
1799 ac_header_preproc=no
1801 rm -f conftest.err conftest.$ac_ext
1802 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1803 $as_echo "$ac_header_preproc" >&6; }
1805 # So? What about this header?
1806 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1807 yes:no: )
1808 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1809 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1810 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1811 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1813 no:yes:* )
1814 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1815 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1816 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
1817 $as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
1818 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1819 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1820 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1821 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1822 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1823 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1824 ( cat <<\_ASBOX
1825 ## ------------------------------------ ##
1826 ## Report this to wine-devel@winehq.org ##
1827 ## ------------------------------------ ##
1828 _ASBOX
1829 ) | sed "s/^/$as_me: WARNING: /" >&2
1831 esac
1832 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1833 $as_echo_n "checking for $2... " >&6; }
1834 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1835 $as_echo_n "(cached) " >&6
1836 else
1837 eval "$3=\$ac_header_compiler"
1839 eval ac_res=\$$3
1840 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1841 $as_echo "$ac_res" >&6; }
1843 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1845 } # ac_fn_c_check_header_mongrel
1847 # ac_fn_c_try_run LINENO
1848 # ----------------------
1849 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1850 # that executables *can* be run.
1851 ac_fn_c_try_run ()
1853 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1854 if { { ac_try="$ac_link"
1855 case "(($ac_try" in
1856 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1857 *) ac_try_echo=$ac_try;;
1858 esac
1859 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1860 $as_echo "$ac_try_echo"; } >&5
1861 (eval "$ac_link") 2>&5
1862 ac_status=$?
1863 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1864 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1865 { { case "(($ac_try" in
1866 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1867 *) ac_try_echo=$ac_try;;
1868 esac
1869 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1870 $as_echo "$ac_try_echo"; } >&5
1871 (eval "$ac_try") 2>&5
1872 ac_status=$?
1873 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1874 test $ac_status = 0; }; }; then :
1875 ac_retval=0
1876 else
1877 $as_echo "$as_me: program exited with status $ac_status" >&5
1878 $as_echo "$as_me: failed program was:" >&5
1879 sed 's/^/| /' conftest.$ac_ext >&5
1881 ac_retval=$ac_status
1883 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1884 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1885 as_fn_set_status $ac_retval
1887 } # ac_fn_c_try_run
1889 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1890 # -------------------------------------------------------
1891 # Tests whether HEADER exists and can be compiled using the include files in
1892 # INCLUDES, setting the cache variable VAR accordingly.
1893 ac_fn_c_check_header_compile ()
1895 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1896 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1897 $as_echo_n "checking for $2... " >&6; }
1898 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1899 $as_echo_n "(cached) " >&6
1900 else
1901 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1902 /* end confdefs.h. */
1904 #include <$2>
1905 _ACEOF
1906 if ac_fn_c_try_compile "$LINENO"; then :
1907 eval "$3=yes"
1908 else
1909 eval "$3=no"
1911 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1913 eval ac_res=\$$3
1914 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1915 $as_echo "$ac_res" >&6; }
1916 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1918 } # ac_fn_c_check_header_compile
1920 # ac_fn_c_check_func LINENO FUNC VAR
1921 # ----------------------------------
1922 # Tests whether FUNC exists, setting the cache variable VAR accordingly
1923 ac_fn_c_check_func ()
1925 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1926 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1927 $as_echo_n "checking for $2... " >&6; }
1928 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1929 $as_echo_n "(cached) " >&6
1930 else
1931 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1932 /* end confdefs.h. */
1933 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1934 For example, HP-UX 11i <limits.h> declares gettimeofday. */
1935 #define $2 innocuous_$2
1937 /* System header to define __stub macros and hopefully few prototypes,
1938 which can conflict with char $2 (); below.
1939 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1940 <limits.h> exists even on freestanding compilers. */
1942 #ifdef __STDC__
1943 # include <limits.h>
1944 #else
1945 # include <assert.h>
1946 #endif
1948 #undef $2
1950 /* Override any GCC internal prototype to avoid an error.
1951 Use char because int might match the return type of a GCC
1952 builtin and then its argument prototype would still apply. */
1953 #ifdef __cplusplus
1954 extern "C"
1955 #endif
1956 char $2 ();
1957 /* The GNU C library defines this for functions which it implements
1958 to always fail with ENOSYS. Some functions are actually named
1959 something starting with __ and the normal name is an alias. */
1960 #if defined __stub_$2 || defined __stub___$2
1961 choke me
1962 #endif
1965 main ()
1967 return $2 ();
1969 return 0;
1971 _ACEOF
1972 if ac_fn_c_try_link "$LINENO"; then :
1973 eval "$3=yes"
1974 else
1975 eval "$3=no"
1977 rm -f core conftest.err conftest.$ac_objext \
1978 conftest$ac_exeext conftest.$ac_ext
1980 eval ac_res=\$$3
1981 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1982 $as_echo "$ac_res" >&6; }
1983 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1985 } # ac_fn_c_check_func
1987 # ac_fn_c_check_member LINENO AGGR MEMBER VAR INCLUDES
1988 # ----------------------------------------------------
1989 # Tries to find if the field MEMBER exists in type AGGR, after including
1990 # INCLUDES, setting cache variable VAR accordingly.
1991 ac_fn_c_check_member ()
1993 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1994 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2.$3" >&5
1995 $as_echo_n "checking for $2.$3... " >&6; }
1996 if { as_var=$4; eval "test \"\${$as_var+set}\" = set"; }; then :
1997 $as_echo_n "(cached) " >&6
1998 else
1999 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2000 /* end confdefs.h. */
2003 main ()
2005 static $2 ac_aggr;
2006 if (ac_aggr.$3)
2007 return 0;
2009 return 0;
2011 _ACEOF
2012 if ac_fn_c_try_compile "$LINENO"; then :
2013 eval "$4=yes"
2014 else
2015 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2016 /* end confdefs.h. */
2019 main ()
2021 static $2 ac_aggr;
2022 if (sizeof ac_aggr.$3)
2023 return 0;
2025 return 0;
2027 _ACEOF
2028 if ac_fn_c_try_compile "$LINENO"; then :
2029 eval "$4=yes"
2030 else
2031 eval "$4=no"
2033 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2035 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2037 eval ac_res=\$$4
2038 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2039 $as_echo "$ac_res" >&6; }
2040 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2042 } # ac_fn_c_check_member
2044 # ac_fn_c_check_type LINENO TYPE VAR INCLUDES
2045 # -------------------------------------------
2046 # Tests whether TYPE exists after having included INCLUDES, setting cache
2047 # variable VAR accordingly.
2048 ac_fn_c_check_type ()
2050 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2051 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2052 $as_echo_n "checking for $2... " >&6; }
2053 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
2054 $as_echo_n "(cached) " >&6
2055 else
2056 eval "$3=no"
2057 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2058 /* end confdefs.h. */
2061 main ()
2063 if (sizeof ($2))
2064 return 0;
2066 return 0;
2068 _ACEOF
2069 if ac_fn_c_try_compile "$LINENO"; then :
2070 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2071 /* end confdefs.h. */
2074 main ()
2076 if (sizeof (($2)))
2077 return 0;
2079 return 0;
2081 _ACEOF
2082 if ac_fn_c_try_compile "$LINENO"; then :
2084 else
2085 eval "$3=yes"
2087 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2089 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2091 eval ac_res=\$$3
2092 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2093 $as_echo "$ac_res" >&6; }
2094 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2096 } # ac_fn_c_check_type
2097 cat >config.log <<_ACEOF
2098 This file contains any messages produced by compilers while
2099 running configure, to aid debugging if configure makes a mistake.
2101 It was created by Wine $as_me 1.1.41, which was
2102 generated by GNU Autoconf 2.65. Invocation command line was
2104 $ $0 $@
2106 _ACEOF
2107 exec 5>>config.log
2109 cat <<_ASUNAME
2110 ## --------- ##
2111 ## Platform. ##
2112 ## --------- ##
2114 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
2115 uname -m = `(uname -m) 2>/dev/null || echo unknown`
2116 uname -r = `(uname -r) 2>/dev/null || echo unknown`
2117 uname -s = `(uname -s) 2>/dev/null || echo unknown`
2118 uname -v = `(uname -v) 2>/dev/null || echo unknown`
2120 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
2121 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
2123 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
2124 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
2125 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
2126 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
2127 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
2128 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
2129 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
2131 _ASUNAME
2133 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2134 for as_dir in $PATH
2136 IFS=$as_save_IFS
2137 test -z "$as_dir" && as_dir=.
2138 $as_echo "PATH: $as_dir"
2139 done
2140 IFS=$as_save_IFS
2142 } >&5
2144 cat >&5 <<_ACEOF
2147 ## ----------- ##
2148 ## Core tests. ##
2149 ## ----------- ##
2151 _ACEOF
2154 # Keep a trace of the command line.
2155 # Strip out --no-create and --no-recursion so they do not pile up.
2156 # Strip out --silent because we don't want to record it for future runs.
2157 # Also quote any args containing shell meta-characters.
2158 # Make two passes to allow for proper duplicate-argument suppression.
2159 ac_configure_args=
2160 ac_configure_args0=
2161 ac_configure_args1=
2162 ac_must_keep_next=false
2163 for ac_pass in 1 2
2165 for ac_arg
2167 case $ac_arg in
2168 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
2169 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2170 | -silent | --silent | --silen | --sile | --sil)
2171 continue ;;
2172 *\'*)
2173 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
2174 esac
2175 case $ac_pass in
2176 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
2178 as_fn_append ac_configure_args1 " '$ac_arg'"
2179 if test $ac_must_keep_next = true; then
2180 ac_must_keep_next=false # Got value, back to normal.
2181 else
2182 case $ac_arg in
2183 *=* | --config-cache | -C | -disable-* | --disable-* \
2184 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
2185 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2186 | -with-* | --with-* | -without-* | --without-* | --x)
2187 case "$ac_configure_args0 " in
2188 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2189 esac
2191 -* ) ac_must_keep_next=true ;;
2192 esac
2194 as_fn_append ac_configure_args " '$ac_arg'"
2196 esac
2197 done
2198 done
2199 { ac_configure_args0=; unset ac_configure_args0;}
2200 { ac_configure_args1=; unset ac_configure_args1;}
2202 # When interrupted or exit'd, cleanup temporary files, and complete
2203 # config.log. We remove comments because anyway the quotes in there
2204 # would cause problems or look ugly.
2205 # WARNING: Use '\'' to represent an apostrophe within the trap.
2206 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
2207 trap 'exit_status=$?
2208 # Save into config.log some information that might help in debugging.
2210 echo
2212 cat <<\_ASBOX
2213 ## ---------------- ##
2214 ## Cache variables. ##
2215 ## ---------------- ##
2216 _ASBOX
2217 echo
2218 # The following way of writing the cache mishandles newlines in values,
2220 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2221 eval ac_val=\$$ac_var
2222 case $ac_val in #(
2223 *${as_nl}*)
2224 case $ac_var in #(
2225 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2226 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2227 esac
2228 case $ac_var in #(
2229 _ | IFS | as_nl) ;; #(
2230 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2231 *) { eval $ac_var=; unset $ac_var;} ;;
2232 esac ;;
2233 esac
2234 done
2235 (set) 2>&1 |
2236 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2237 *${as_nl}ac_space=\ *)
2238 sed -n \
2239 "s/'\''/'\''\\\\'\'''\''/g;
2240 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2241 ;; #(
2243 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2245 esac |
2246 sort
2248 echo
2250 cat <<\_ASBOX
2251 ## ----------------- ##
2252 ## Output variables. ##
2253 ## ----------------- ##
2254 _ASBOX
2255 echo
2256 for ac_var in $ac_subst_vars
2258 eval ac_val=\$$ac_var
2259 case $ac_val in
2260 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2261 esac
2262 $as_echo "$ac_var='\''$ac_val'\''"
2263 done | sort
2264 echo
2266 if test -n "$ac_subst_files"; then
2267 cat <<\_ASBOX
2268 ## ------------------- ##
2269 ## File substitutions. ##
2270 ## ------------------- ##
2271 _ASBOX
2272 echo
2273 for ac_var in $ac_subst_files
2275 eval ac_val=\$$ac_var
2276 case $ac_val in
2277 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2278 esac
2279 $as_echo "$ac_var='\''$ac_val'\''"
2280 done | sort
2281 echo
2284 if test -s confdefs.h; then
2285 cat <<\_ASBOX
2286 ## ----------- ##
2287 ## confdefs.h. ##
2288 ## ----------- ##
2289 _ASBOX
2290 echo
2291 cat confdefs.h
2292 echo
2294 test "$ac_signal" != 0 &&
2295 $as_echo "$as_me: caught signal $ac_signal"
2296 $as_echo "$as_me: exit $exit_status"
2297 } >&5
2298 rm -f core *.core core.conftest.* &&
2299 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2300 exit $exit_status
2302 for ac_signal in 1 2 13 15; do
2303 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
2304 done
2305 ac_signal=0
2307 # confdefs.h avoids OS command line length limits that DEFS can exceed.
2308 rm -f -r conftest* confdefs.h
2310 $as_echo "/* confdefs.h */" > confdefs.h
2312 # Predefined preprocessor variables.
2314 cat >>confdefs.h <<_ACEOF
2315 #define PACKAGE_NAME "$PACKAGE_NAME"
2316 _ACEOF
2318 cat >>confdefs.h <<_ACEOF
2319 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2320 _ACEOF
2322 cat >>confdefs.h <<_ACEOF
2323 #define PACKAGE_VERSION "$PACKAGE_VERSION"
2324 _ACEOF
2326 cat >>confdefs.h <<_ACEOF
2327 #define PACKAGE_STRING "$PACKAGE_STRING"
2328 _ACEOF
2330 cat >>confdefs.h <<_ACEOF
2331 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2332 _ACEOF
2334 cat >>confdefs.h <<_ACEOF
2335 #define PACKAGE_URL "$PACKAGE_URL"
2336 _ACEOF
2339 # Let the site file select an alternate cache file if it wants to.
2340 # Prefer an explicitly selected file to automatically selected ones.
2341 ac_site_file1=NONE
2342 ac_site_file2=NONE
2343 if test -n "$CONFIG_SITE"; then
2344 ac_site_file1=$CONFIG_SITE
2345 elif test "x$prefix" != xNONE; then
2346 ac_site_file1=$prefix/share/config.site
2347 ac_site_file2=$prefix/etc/config.site
2348 else
2349 ac_site_file1=$ac_default_prefix/share/config.site
2350 ac_site_file2=$ac_default_prefix/etc/config.site
2352 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2354 test "x$ac_site_file" = xNONE && continue
2355 if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
2356 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2357 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
2358 sed 's/^/| /' "$ac_site_file" >&5
2359 . "$ac_site_file"
2361 done
2363 if test -r "$cache_file"; then
2364 # Some versions of bash will fail to source /dev/null (special files
2365 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
2366 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
2367 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2368 $as_echo "$as_me: loading cache $cache_file" >&6;}
2369 case $cache_file in
2370 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2371 *) . "./$cache_file";;
2372 esac
2374 else
2375 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2376 $as_echo "$as_me: creating cache $cache_file" >&6;}
2377 >$cache_file
2380 # Check that the precious variables saved in the cache have kept the same
2381 # value.
2382 ac_cache_corrupted=false
2383 for ac_var in $ac_precious_vars; do
2384 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2385 eval ac_new_set=\$ac_env_${ac_var}_set
2386 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2387 eval ac_new_val=\$ac_env_${ac_var}_value
2388 case $ac_old_set,$ac_new_set in
2389 set,)
2390 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2391 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2392 ac_cache_corrupted=: ;;
2393 ,set)
2394 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2395 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2396 ac_cache_corrupted=: ;;
2397 ,);;
2399 if test "x$ac_old_val" != "x$ac_new_val"; then
2400 # differences in whitespace do not lead to failure.
2401 ac_old_val_w=`echo x $ac_old_val`
2402 ac_new_val_w=`echo x $ac_new_val`
2403 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2404 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2405 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2406 ac_cache_corrupted=:
2407 else
2408 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2409 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2410 eval $ac_var=\$ac_old_val
2412 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2413 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2414 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2415 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
2416 fi;;
2417 esac
2418 # Pass precious variables to config.status.
2419 if test "$ac_new_set" = set; then
2420 case $ac_new_val in
2421 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2422 *) ac_arg=$ac_var=$ac_new_val ;;
2423 esac
2424 case " $ac_configure_args " in
2425 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
2426 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
2427 esac
2429 done
2430 if $ac_cache_corrupted; then
2431 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2432 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2433 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2434 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2435 as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
2437 ## -------------------- ##
2438 ## Main body of script. ##
2439 ## -------------------- ##
2441 ac_ext=c
2442 ac_cpp='$CPP $CPPFLAGS'
2443 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2444 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2445 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2449 ac_config_headers="$ac_config_headers include/config.h"
2451 ac_aux_dir=
2452 for ac_dir in tools "$srcdir"/tools; do
2453 for ac_t in install-sh install.sh shtool; do
2454 if test -f "$ac_dir/$ac_t"; then
2455 ac_aux_dir=$ac_dir
2456 ac_install_sh="$ac_aux_dir/$ac_t -c"
2457 break 2
2459 done
2460 done
2461 if test -z "$ac_aux_dir"; then
2462 as_fn_error "cannot find install-sh, install.sh, or shtool in tools \"$srcdir\"/tools" "$LINENO" 5
2465 # These three variables are undocumented and unsupported,
2466 # and are intended to be withdrawn in a future Autoconf release.
2467 # They can cause serious problems if a builder's source tree is in a directory
2468 # whose full name contains unusual characters.
2469 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2470 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2471 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2477 # Check whether --enable-win16 was given.
2478 if test "${enable_win16+set}" = set; then :
2479 enableval=$enable_win16;
2482 # Check whether --enable-win64 was given.
2483 if test "${enable_win64+set}" = set; then :
2484 enableval=$enable_win64;
2487 # Check whether --enable-tests was given.
2488 if test "${enable_tests+set}" = set; then :
2489 enableval=$enable_tests;
2492 # Check whether --enable-maintainer-mode was given.
2493 if test "${enable_maintainer_mode+set}" = set; then :
2494 enableval=$enable_maintainer_mode;
2495 else
2496 MAINTAINER_MODE=\#
2502 # Check whether --with-alsa was given.
2503 if test "${with_alsa+set}" = set; then :
2504 withval=$with_alsa; if test "x$withval" = "xno"; then ac_cv_header_sys_asoundlib_h=no; ac_cv_header_alsa_asoundlib_h=no; fi
2508 # Check whether --with-audioio was given.
2509 if test "${with_audioio+set}" = set; then :
2510 withval=$with_audioio; if test "x$withval" = "xno"; then ac_cv_header_libaudioio_h=no; fi
2514 # Check whether --with-capi was given.
2515 if test "${with_capi+set}" = set; then :
2516 withval=$with_capi; if test "x$withval" = "xno"; then ac_cv_header_capi20_h=no; ac_cv_header_linux_capi_h=no; fi
2520 # Check whether --with-cms was given.
2521 if test "${with_cms+set}" = set; then :
2522 withval=$with_cms; if test "x$withval" = "xno"; then ac_cv_header_lcms_h=no; ac_cv_header_lcms_lcms_h=no; fi
2526 # Check whether --with-coreaudio was given.
2527 if test "${with_coreaudio+set}" = set; then :
2528 withval=$with_coreaudio; if test "x$withval" = "xno"; then ac_cv_header_CoreAudio_CoreAudio_h=no; fi
2532 # Check whether --with-cups was given.
2533 if test "${with_cups+set}" = set; then :
2534 withval=$with_cups;
2538 # Check whether --with-curses was given.
2539 if test "${with_curses+set}" = set; then :
2540 withval=$with_curses; if test "x$withval" = "xno"; then ac_cv_header_ncurses_h=no; ac_cv_header_curses_h=no; fi
2544 # Check whether --with-esd was given.
2545 if test "${with_esd+set}" = set; then :
2546 withval=$with_esd;
2550 # Check whether --with-fontconfig was given.
2551 if test "${with_fontconfig+set}" = set; then :
2552 withval=$with_fontconfig; if test "x$withval" = "xno"; then ac_cv_header_fontconfig_fontconfig_h=no; fi
2556 # Check whether --with-freetype was given.
2557 if test "${with_freetype+set}" = set; then :
2558 withval=$with_freetype;
2562 # Check whether --with-gphoto was given.
2563 if test "${with_gphoto+set}" = set; then :
2564 withval=$with_gphoto;
2568 # Check whether --with-glu was given.
2569 if test "${with_glu+set}" = set; then :
2570 withval=$with_glu; if test "x$withval" = "xno"; then ac_cv_header_GL_glu_h=no; fi
2574 # Check whether --with-gnutls was given.
2575 if test "${with_gnutls+set}" = set; then :
2576 withval=$with_gnutls;
2580 # Check whether --with-gsm was given.
2581 if test "${with_gsm+set}" = set; then :
2582 withval=$with_gsm; if test "x$withval" = "xno"; then ac_cv_header_gsm_h=no; ac_cv_header_gsm_gsm_h=no; fi
2586 # Check whether --with-hal was given.
2587 if test "${with_hal+set}" = set; then :
2588 withval=$with_hal;
2592 # Check whether --with-jack was given.
2593 if test "${with_jack+set}" = set; then :
2594 withval=$with_jack; if test "x$withval" = "xno"; then ac_cv_header_jack_jack_h=no; fi
2598 # Check whether --with-jpeg was given.
2599 if test "${with_jpeg+set}" = set; then :
2600 withval=$with_jpeg; if test "x$withval" = "xno"; then ac_cv_header_jpeglib_h=no; fi
2604 # Check whether --with-ldap was given.
2605 if test "${with_ldap+set}" = set; then :
2606 withval=$with_ldap; if test "x$withval" = "xno"; then ac_cv_header_ldap_h=no; ac_cv_header_lber_h=no; fi
2610 # Check whether --with-mpg123 was given.
2611 if test "${with_mpg123+set}" = set; then :
2612 withval=$with_mpg123; if test "x$withval" = "xno"; then ac_cv_header_mpg123_h=no; fi
2616 # Check whether --with-nas was given.
2617 if test "${with_nas+set}" = set; then :
2618 withval=$with_nas; if test "x$withval" = "xno"; then ac_cv_header_audio_audiolib_h=no; fi
2622 # Check whether --with-openal was given.
2623 if test "${with_openal+set}" = set; then :
2624 withval=$with_openal; if test "x$withval" = "xno"; then ac_cv_header_AL_al_h=no; ac_cv_header_OpenAL_al_h=no; fi
2628 # Check whether --with-opengl was given.
2629 if test "${with_opengl+set}" = set; then :
2630 withval=$with_opengl;
2634 # Check whether --with-openssl was given.
2635 if test "${with_openssl+set}" = set; then :
2636 withval=$with_openssl; if test "x$withval" = "xno"; then ac_cv_header_openssl_err_h=no; ac_cv_header_openssl_ssl_h=no; fi
2640 # Check whether --with-oss was given.
2641 if test "${with_oss+set}" = set; then :
2642 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
2646 # Check whether --with-png was given.
2647 if test "${with_png+set}" = set; then :
2648 withval=$with_png; if test "x$withval" = "xno"; then ac_cv_header_png_h=no; fi
2652 # Check whether --with-pthread was given.
2653 if test "${with_pthread+set}" = set; then :
2654 withval=$with_pthread; if test "x$withval" = "xno"; then ac_cv_header_pthread_h=no; fi
2658 # Check whether --with-sane was given.
2659 if test "${with_sane+set}" = set; then :
2660 withval=$with_sane;
2664 # Check whether --with-tiff was given.
2665 if test "${with_tiff+set}" = set; then :
2666 withval=$with_tiff; if test "x$withval" = "xno"; then ac_cv_header_tiffio_h=no; fi
2670 # Check whether --with-v4l was given.
2671 if test "${with_v4l+set}" = set; then :
2672 withval=$with_v4l;
2676 # Check whether --with-xcomposite was given.
2677 if test "${with_xcomposite+set}" = set; then :
2678 withval=$with_xcomposite; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xcomposite_h=no; fi
2682 # Check whether --with-xcursor was given.
2683 if test "${with_xcursor+set}" = set; then :
2684 withval=$with_xcursor; if test "x$withval" = "xno"; then ac_cv_header_X11_Xcursor_Xcursor_h=no; fi
2688 # Check whether --with-xinerama was given.
2689 if test "${with_xinerama+set}" = set; then :
2690 withval=$with_xinerama; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xinerama_h=no; fi
2694 # Check whether --with-xinput was given.
2695 if test "${with_xinput+set}" = set; then :
2696 withval=$with_xinput; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput_h=no; fi
2700 # Check whether --with-xml was given.
2701 if test "${with_xml+set}" = set; then :
2702 withval=$with_xml;
2706 # Check whether --with-xrandr was given.
2707 if test "${with_xrandr+set}" = set; then :
2708 withval=$with_xrandr; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrandr_h=no; fi
2712 # Check whether --with-xrender was given.
2713 if test "${with_xrender+set}" = set; then :
2714 withval=$with_xrender; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrender_h=no; fi
2718 # Check whether --with-xshape was given.
2719 if test "${with_xshape+set}" = set; then :
2720 withval=$with_xshape; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_shape_h=no; fi
2724 # Check whether --with-xshm was given.
2725 if test "${with_xshm+set}" = set; then :
2726 withval=$with_xshm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XShm_h=no; fi
2730 # Check whether --with-xslt was given.
2731 if test "${with_xslt+set}" = set; then :
2732 withval=$with_xslt;
2736 # Check whether --with-xxf86vm was given.
2737 if test "${with_xxf86vm+set}" = set; then :
2738 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
2743 # Check whether --with-wine-tools was given.
2744 if test "${with_wine_tools+set}" = set; then :
2745 withval=$with_wine_tools;
2749 # Check whether --with-wine64 was given.
2750 if test "${with_wine64+set}" = set; then :
2751 withval=$with_wine64;
2755 # Make sure we can run config.sub.
2756 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2757 as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2759 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2760 $as_echo_n "checking build system type... " >&6; }
2761 if test "${ac_cv_build+set}" = set; then :
2762 $as_echo_n "(cached) " >&6
2763 else
2764 ac_build_alias=$build_alias
2765 test "x$ac_build_alias" = x &&
2766 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2767 test "x$ac_build_alias" = x &&
2768 as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5
2769 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2770 as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
2773 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2774 $as_echo "$ac_cv_build" >&6; }
2775 case $ac_cv_build in
2776 *-*-*) ;;
2777 *) as_fn_error "invalid value of canonical build" "$LINENO" 5;;
2778 esac
2779 build=$ac_cv_build
2780 ac_save_IFS=$IFS; IFS='-'
2781 set x $ac_cv_build
2782 shift
2783 build_cpu=$1
2784 build_vendor=$2
2785 shift; shift
2786 # Remember, the first character of IFS is used to create $*,
2787 # except with old shells:
2788 build_os=$*
2789 IFS=$ac_save_IFS
2790 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2793 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2794 $as_echo_n "checking host system type... " >&6; }
2795 if test "${ac_cv_host+set}" = set; then :
2796 $as_echo_n "(cached) " >&6
2797 else
2798 if test "x$host_alias" = x; then
2799 ac_cv_host=$ac_cv_build
2800 else
2801 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2802 as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
2806 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2807 $as_echo "$ac_cv_host" >&6; }
2808 case $ac_cv_host in
2809 *-*-*) ;;
2810 *) as_fn_error "invalid value of canonical host" "$LINENO" 5;;
2811 esac
2812 host=$ac_cv_host
2813 ac_save_IFS=$IFS; IFS='-'
2814 set x $ac_cv_host
2815 shift
2816 host_cpu=$1
2817 host_vendor=$2
2818 shift; shift
2819 # Remember, the first character of IFS is used to create $*,
2820 # except with old shells:
2821 host_os=$*
2822 IFS=$ac_save_IFS
2823 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2827 case "$srcdir" in
2828 .) ;;
2829 *) if test -f "$srcdir/Makefile" -o -f "$srcdir/include/config.h"; then
2830 as_fn_error "you are building out of the source tree, but the source tree contains object files.
2831 You need to run 'make distclean' in the source tree first." "$LINENO" 5
2832 fi ;;
2833 esac
2836 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2837 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
2838 set x ${MAKE-make}
2839 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2840 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then :
2841 $as_echo_n "(cached) " >&6
2842 else
2843 cat >conftest.make <<\_ACEOF
2844 SHELL = /bin/sh
2845 all:
2846 @echo '@@@%%%=$(MAKE)=@@@%%%'
2847 _ACEOF
2848 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
2849 case `${MAKE-make} -f conftest.make 2>/dev/null` in
2850 *@@@%%%=?*=@@@%%%*)
2851 eval ac_cv_prog_make_${ac_make}_set=yes;;
2853 eval ac_cv_prog_make_${ac_make}_set=no;;
2854 esac
2855 rm -f conftest.make
2857 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
2858 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2859 $as_echo "yes" >&6; }
2860 SET_MAKE=
2861 else
2862 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2863 $as_echo "no" >&6; }
2864 SET_MAKE="MAKE=${MAKE-make}"
2867 ac_ext=c
2868 ac_cpp='$CPP $CPPFLAGS'
2869 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2870 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2871 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2872 if test -n "$ac_tool_prefix"; then
2873 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2874 set dummy ${ac_tool_prefix}gcc; ac_word=$2
2875 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2876 $as_echo_n "checking for $ac_word... " >&6; }
2877 if test "${ac_cv_prog_CC+set}" = set; then :
2878 $as_echo_n "(cached) " >&6
2879 else
2880 if test -n "$CC"; then
2881 ac_cv_prog_CC="$CC" # Let the user override the test.
2882 else
2883 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2884 for as_dir in $PATH
2886 IFS=$as_save_IFS
2887 test -z "$as_dir" && as_dir=.
2888 for ac_exec_ext in '' $ac_executable_extensions; do
2889 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2890 ac_cv_prog_CC="${ac_tool_prefix}gcc"
2891 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2892 break 2
2894 done
2895 done
2896 IFS=$as_save_IFS
2900 CC=$ac_cv_prog_CC
2901 if test -n "$CC"; then
2902 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2903 $as_echo "$CC" >&6; }
2904 else
2905 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2906 $as_echo "no" >&6; }
2911 if test -z "$ac_cv_prog_CC"; then
2912 ac_ct_CC=$CC
2913 # Extract the first word of "gcc", so it can be a program name with args.
2914 set dummy gcc; ac_word=$2
2915 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2916 $as_echo_n "checking for $ac_word... " >&6; }
2917 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
2918 $as_echo_n "(cached) " >&6
2919 else
2920 if test -n "$ac_ct_CC"; then
2921 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2922 else
2923 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2924 for as_dir in $PATH
2926 IFS=$as_save_IFS
2927 test -z "$as_dir" && as_dir=.
2928 for ac_exec_ext in '' $ac_executable_extensions; do
2929 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2930 ac_cv_prog_ac_ct_CC="gcc"
2931 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2932 break 2
2934 done
2935 done
2936 IFS=$as_save_IFS
2940 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2941 if test -n "$ac_ct_CC"; then
2942 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2943 $as_echo "$ac_ct_CC" >&6; }
2944 else
2945 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2946 $as_echo "no" >&6; }
2949 if test "x$ac_ct_CC" = x; then
2950 CC=""
2951 else
2952 case $cross_compiling:$ac_tool_warned in
2953 yes:)
2954 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2955 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2956 ac_tool_warned=yes ;;
2957 esac
2958 CC=$ac_ct_CC
2960 else
2961 CC="$ac_cv_prog_CC"
2964 if test -z "$CC"; then
2965 if test -n "$ac_tool_prefix"; then
2966 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2967 set dummy ${ac_tool_prefix}cc; ac_word=$2
2968 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2969 $as_echo_n "checking for $ac_word... " >&6; }
2970 if test "${ac_cv_prog_CC+set}" = set; then :
2971 $as_echo_n "(cached) " >&6
2972 else
2973 if test -n "$CC"; then
2974 ac_cv_prog_CC="$CC" # Let the user override the test.
2975 else
2976 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2977 for as_dir in $PATH
2979 IFS=$as_save_IFS
2980 test -z "$as_dir" && as_dir=.
2981 for ac_exec_ext in '' $ac_executable_extensions; do
2982 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2983 ac_cv_prog_CC="${ac_tool_prefix}cc"
2984 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2985 break 2
2987 done
2988 done
2989 IFS=$as_save_IFS
2993 CC=$ac_cv_prog_CC
2994 if test -n "$CC"; then
2995 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2996 $as_echo "$CC" >&6; }
2997 else
2998 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2999 $as_echo "no" >&6; }
3005 if test -z "$CC"; then
3006 # Extract the first word of "cc", so it can be a program name with args.
3007 set dummy cc; ac_word=$2
3008 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3009 $as_echo_n "checking for $ac_word... " >&6; }
3010 if test "${ac_cv_prog_CC+set}" = set; then :
3011 $as_echo_n "(cached) " >&6
3012 else
3013 if test -n "$CC"; then
3014 ac_cv_prog_CC="$CC" # Let the user override the test.
3015 else
3016 ac_prog_rejected=no
3017 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3018 for as_dir in $PATH
3020 IFS=$as_save_IFS
3021 test -z "$as_dir" && as_dir=.
3022 for ac_exec_ext in '' $ac_executable_extensions; do
3023 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3024 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3025 ac_prog_rejected=yes
3026 continue
3028 ac_cv_prog_CC="cc"
3029 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3030 break 2
3032 done
3033 done
3034 IFS=$as_save_IFS
3036 if test $ac_prog_rejected = yes; then
3037 # We found a bogon in the path, so make sure we never use it.
3038 set dummy $ac_cv_prog_CC
3039 shift
3040 if test $# != 0; then
3041 # We chose a different compiler from the bogus one.
3042 # However, it has the same basename, so the bogon will be chosen
3043 # first if we set CC to just the basename; use the full file name.
3044 shift
3045 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
3050 CC=$ac_cv_prog_CC
3051 if test -n "$CC"; then
3052 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3053 $as_echo "$CC" >&6; }
3054 else
3055 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3056 $as_echo "no" >&6; }
3061 if test -z "$CC"; then
3062 if test -n "$ac_tool_prefix"; then
3063 for ac_prog in cl.exe
3065 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3066 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3067 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3068 $as_echo_n "checking for $ac_word... " >&6; }
3069 if test "${ac_cv_prog_CC+set}" = set; then :
3070 $as_echo_n "(cached) " >&6
3071 else
3072 if test -n "$CC"; then
3073 ac_cv_prog_CC="$CC" # Let the user override the test.
3074 else
3075 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3076 for as_dir in $PATH
3078 IFS=$as_save_IFS
3079 test -z "$as_dir" && as_dir=.
3080 for ac_exec_ext in '' $ac_executable_extensions; do
3081 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3082 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
3083 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3084 break 2
3086 done
3087 done
3088 IFS=$as_save_IFS
3092 CC=$ac_cv_prog_CC
3093 if test -n "$CC"; then
3094 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3095 $as_echo "$CC" >&6; }
3096 else
3097 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3098 $as_echo "no" >&6; }
3102 test -n "$CC" && break
3103 done
3105 if test -z "$CC"; then
3106 ac_ct_CC=$CC
3107 for ac_prog in cl.exe
3109 # Extract the first word of "$ac_prog", so it can be a program name with args.
3110 set dummy $ac_prog; ac_word=$2
3111 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3112 $as_echo_n "checking for $ac_word... " >&6; }
3113 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
3114 $as_echo_n "(cached) " >&6
3115 else
3116 if test -n "$ac_ct_CC"; then
3117 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3118 else
3119 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3120 for as_dir in $PATH
3122 IFS=$as_save_IFS
3123 test -z "$as_dir" && as_dir=.
3124 for ac_exec_ext in '' $ac_executable_extensions; do
3125 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3126 ac_cv_prog_ac_ct_CC="$ac_prog"
3127 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3128 break 2
3130 done
3131 done
3132 IFS=$as_save_IFS
3136 ac_ct_CC=$ac_cv_prog_ac_ct_CC
3137 if test -n "$ac_ct_CC"; then
3138 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3139 $as_echo "$ac_ct_CC" >&6; }
3140 else
3141 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3142 $as_echo "no" >&6; }
3146 test -n "$ac_ct_CC" && break
3147 done
3149 if test "x$ac_ct_CC" = x; then
3150 CC=""
3151 else
3152 case $cross_compiling:$ac_tool_warned in
3153 yes:)
3154 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3155 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3156 ac_tool_warned=yes ;;
3157 esac
3158 CC=$ac_ct_CC
3165 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3166 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3167 as_fn_error "no acceptable C compiler found in \$PATH
3168 See \`config.log' for more details." "$LINENO" 5; }
3170 # Provide some information about the compiler.
3171 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
3172 set X $ac_compile
3173 ac_compiler=$2
3174 for ac_option in --version -v -V -qversion; do
3175 { { ac_try="$ac_compiler $ac_option >&5"
3176 case "(($ac_try" in
3177 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3178 *) ac_try_echo=$ac_try;;
3179 esac
3180 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3181 $as_echo "$ac_try_echo"; } >&5
3182 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
3183 ac_status=$?
3184 if test -s conftest.err; then
3185 sed '10a\
3186 ... rest of stderr output deleted ...
3187 10q' conftest.err >conftest.er1
3188 cat conftest.er1 >&5
3190 rm -f conftest.er1 conftest.err
3191 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3192 test $ac_status = 0; }
3193 done
3195 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3196 /* end confdefs.h. */
3199 main ()
3203 return 0;
3205 _ACEOF
3206 ac_clean_files_save=$ac_clean_files
3207 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
3208 # Try to create an executable without -o first, disregard a.out.
3209 # It will help us diagnose broken compilers, and finding out an intuition
3210 # of exeext.
3211 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
3212 $as_echo_n "checking whether the C compiler works... " >&6; }
3213 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
3215 # The possible output files:
3216 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
3218 ac_rmfiles=
3219 for ac_file in $ac_files
3221 case $ac_file in
3222 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3223 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
3224 esac
3225 done
3226 rm -f $ac_rmfiles
3228 if { { ac_try="$ac_link_default"
3229 case "(($ac_try" in
3230 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3231 *) ac_try_echo=$ac_try;;
3232 esac
3233 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3234 $as_echo "$ac_try_echo"; } >&5
3235 (eval "$ac_link_default") 2>&5
3236 ac_status=$?
3237 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3238 test $ac_status = 0; }; then :
3239 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
3240 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
3241 # in a Makefile. We should not override ac_cv_exeext if it was cached,
3242 # so that the user can short-circuit this test for compilers unknown to
3243 # Autoconf.
3244 for ac_file in $ac_files ''
3246 test -f "$ac_file" || continue
3247 case $ac_file in
3248 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
3250 [ab].out )
3251 # We found the default executable, but exeext='' is most
3252 # certainly right.
3253 break;;
3254 *.* )
3255 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
3256 then :; else
3257 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3259 # We set ac_cv_exeext here because the later test for it is not
3260 # safe: cross compilers may not add the suffix if given an `-o'
3261 # argument, so we may need to know it at that point already.
3262 # Even if this section looks crufty: it has the advantage of
3263 # actually working.
3264 break;;
3266 break;;
3267 esac
3268 done
3269 test "$ac_cv_exeext" = no && ac_cv_exeext=
3271 else
3272 ac_file=''
3274 if test -z "$ac_file"; then :
3275 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3276 $as_echo "no" >&6; }
3277 $as_echo "$as_me: failed program was:" >&5
3278 sed 's/^/| /' conftest.$ac_ext >&5
3280 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3281 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3282 { as_fn_set_status 77
3283 as_fn_error "C compiler cannot create executables
3284 See \`config.log' for more details." "$LINENO" 5; }; }
3285 else
3286 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3287 $as_echo "yes" >&6; }
3289 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
3290 $as_echo_n "checking for C compiler default output file name... " >&6; }
3291 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
3292 $as_echo "$ac_file" >&6; }
3293 ac_exeext=$ac_cv_exeext
3295 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
3296 ac_clean_files=$ac_clean_files_save
3297 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
3298 $as_echo_n "checking for suffix of executables... " >&6; }
3299 if { { ac_try="$ac_link"
3300 case "(($ac_try" in
3301 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3302 *) ac_try_echo=$ac_try;;
3303 esac
3304 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3305 $as_echo "$ac_try_echo"; } >&5
3306 (eval "$ac_link") 2>&5
3307 ac_status=$?
3308 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3309 test $ac_status = 0; }; then :
3310 # If both `conftest.exe' and `conftest' are `present' (well, observable)
3311 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
3312 # work properly (i.e., refer to `conftest.exe'), while it won't with
3313 # `rm'.
3314 for ac_file in conftest.exe conftest conftest.*; do
3315 test -f "$ac_file" || continue
3316 case $ac_file in
3317 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3318 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3319 break;;
3320 * ) break;;
3321 esac
3322 done
3323 else
3324 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3325 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3326 as_fn_error "cannot compute suffix of executables: cannot compile and link
3327 See \`config.log' for more details." "$LINENO" 5; }
3329 rm -f conftest conftest$ac_cv_exeext
3330 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
3331 $as_echo "$ac_cv_exeext" >&6; }
3333 rm -f conftest.$ac_ext
3334 EXEEXT=$ac_cv_exeext
3335 ac_exeext=$EXEEXT
3336 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3337 /* end confdefs.h. */
3338 #include <stdio.h>
3340 main ()
3342 FILE *f = fopen ("conftest.out", "w");
3343 return ferror (f) || fclose (f) != 0;
3346 return 0;
3348 _ACEOF
3349 ac_clean_files="$ac_clean_files conftest.out"
3350 # Check that the compiler produces executables we can run. If not, either
3351 # the compiler is broken, or we cross compile.
3352 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
3353 $as_echo_n "checking whether we are cross compiling... " >&6; }
3354 if test "$cross_compiling" != yes; then
3355 { { ac_try="$ac_link"
3356 case "(($ac_try" in
3357 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3358 *) ac_try_echo=$ac_try;;
3359 esac
3360 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3361 $as_echo "$ac_try_echo"; } >&5
3362 (eval "$ac_link") 2>&5
3363 ac_status=$?
3364 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3365 test $ac_status = 0; }
3366 if { ac_try='./conftest$ac_cv_exeext'
3367 { { case "(($ac_try" in
3368 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3369 *) ac_try_echo=$ac_try;;
3370 esac
3371 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3372 $as_echo "$ac_try_echo"; } >&5
3373 (eval "$ac_try") 2>&5
3374 ac_status=$?
3375 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3376 test $ac_status = 0; }; }; then
3377 cross_compiling=no
3378 else
3379 if test "$cross_compiling" = maybe; then
3380 cross_compiling=yes
3381 else
3382 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3383 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3384 as_fn_error "cannot run C compiled programs.
3385 If you meant to cross compile, use \`--host'.
3386 See \`config.log' for more details." "$LINENO" 5; }
3390 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
3391 $as_echo "$cross_compiling" >&6; }
3393 rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
3394 ac_clean_files=$ac_clean_files_save
3395 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
3396 $as_echo_n "checking for suffix of object files... " >&6; }
3397 if test "${ac_cv_objext+set}" = set; then :
3398 $as_echo_n "(cached) " >&6
3399 else
3400 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3401 /* end confdefs.h. */
3404 main ()
3408 return 0;
3410 _ACEOF
3411 rm -f conftest.o conftest.obj
3412 if { { ac_try="$ac_compile"
3413 case "(($ac_try" in
3414 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3415 *) ac_try_echo=$ac_try;;
3416 esac
3417 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3418 $as_echo "$ac_try_echo"; } >&5
3419 (eval "$ac_compile") 2>&5
3420 ac_status=$?
3421 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3422 test $ac_status = 0; }; then :
3423 for ac_file in conftest.o conftest.obj conftest.*; do
3424 test -f "$ac_file" || continue;
3425 case $ac_file in
3426 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
3427 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
3428 break;;
3429 esac
3430 done
3431 else
3432 $as_echo "$as_me: failed program was:" >&5
3433 sed 's/^/| /' conftest.$ac_ext >&5
3435 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3436 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3437 as_fn_error "cannot compute suffix of object files: cannot compile
3438 See \`config.log' for more details." "$LINENO" 5; }
3440 rm -f conftest.$ac_cv_objext conftest.$ac_ext
3442 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
3443 $as_echo "$ac_cv_objext" >&6; }
3444 OBJEXT=$ac_cv_objext
3445 ac_objext=$OBJEXT
3446 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
3447 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
3448 if test "${ac_cv_c_compiler_gnu+set}" = set; then :
3449 $as_echo_n "(cached) " >&6
3450 else
3451 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3452 /* end confdefs.h. */
3455 main ()
3457 #ifndef __GNUC__
3458 choke me
3459 #endif
3462 return 0;
3464 _ACEOF
3465 if ac_fn_c_try_compile "$LINENO"; then :
3466 ac_compiler_gnu=yes
3467 else
3468 ac_compiler_gnu=no
3470 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3471 ac_cv_c_compiler_gnu=$ac_compiler_gnu
3474 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
3475 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
3476 if test $ac_compiler_gnu = yes; then
3477 GCC=yes
3478 else
3479 GCC=
3481 ac_test_CFLAGS=${CFLAGS+set}
3482 ac_save_CFLAGS=$CFLAGS
3483 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
3484 $as_echo_n "checking whether $CC accepts -g... " >&6; }
3485 if test "${ac_cv_prog_cc_g+set}" = set; then :
3486 $as_echo_n "(cached) " >&6
3487 else
3488 ac_save_c_werror_flag=$ac_c_werror_flag
3489 ac_c_werror_flag=yes
3490 ac_cv_prog_cc_g=no
3491 CFLAGS="-g"
3492 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3493 /* end confdefs.h. */
3496 main ()
3500 return 0;
3502 _ACEOF
3503 if ac_fn_c_try_compile "$LINENO"; then :
3504 ac_cv_prog_cc_g=yes
3505 else
3506 CFLAGS=""
3507 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3508 /* end confdefs.h. */
3511 main ()
3515 return 0;
3517 _ACEOF
3518 if ac_fn_c_try_compile "$LINENO"; then :
3520 else
3521 ac_c_werror_flag=$ac_save_c_werror_flag
3522 CFLAGS="-g"
3523 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3524 /* end confdefs.h. */
3527 main ()
3531 return 0;
3533 _ACEOF
3534 if ac_fn_c_try_compile "$LINENO"; then :
3535 ac_cv_prog_cc_g=yes
3537 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3539 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3541 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3542 ac_c_werror_flag=$ac_save_c_werror_flag
3544 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
3545 $as_echo "$ac_cv_prog_cc_g" >&6; }
3546 if test "$ac_test_CFLAGS" = set; then
3547 CFLAGS=$ac_save_CFLAGS
3548 elif test $ac_cv_prog_cc_g = yes; then
3549 if test "$GCC" = yes; then
3550 CFLAGS="-g -O2"
3551 else
3552 CFLAGS="-g"
3554 else
3555 if test "$GCC" = yes; then
3556 CFLAGS="-O2"
3557 else
3558 CFLAGS=
3561 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
3562 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3563 if test "${ac_cv_prog_cc_c89+set}" = set; then :
3564 $as_echo_n "(cached) " >&6
3565 else
3566 ac_cv_prog_cc_c89=no
3567 ac_save_CC=$CC
3568 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3569 /* end confdefs.h. */
3570 #include <stdarg.h>
3571 #include <stdio.h>
3572 #include <sys/types.h>
3573 #include <sys/stat.h>
3574 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3575 struct buf { int x; };
3576 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3577 static char *e (p, i)
3578 char **p;
3579 int i;
3581 return p[i];
3583 static char *f (char * (*g) (char **, int), char **p, ...)
3585 char *s;
3586 va_list v;
3587 va_start (v,p);
3588 s = g (p, va_arg (v,int));
3589 va_end (v);
3590 return s;
3593 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3594 function prototypes and stuff, but not '\xHH' hex character constants.
3595 These don't provoke an error unfortunately, instead are silently treated
3596 as 'x'. The following induces an error, until -std is added to get
3597 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3598 array size at least. It's necessary to write '\x00'==0 to get something
3599 that's true only with -std. */
3600 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3602 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3603 inside strings and character constants. */
3604 #define FOO(x) 'x'
3605 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3607 int test (int i, double x);
3608 struct s1 {int (*f) (int a);};
3609 struct s2 {int (*f) (double a);};
3610 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3611 int argc;
3612 char **argv;
3614 main ()
3616 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3618 return 0;
3620 _ACEOF
3621 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3622 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3624 CC="$ac_save_CC $ac_arg"
3625 if ac_fn_c_try_compile "$LINENO"; then :
3626 ac_cv_prog_cc_c89=$ac_arg
3628 rm -f core conftest.err conftest.$ac_objext
3629 test "x$ac_cv_prog_cc_c89" != "xno" && break
3630 done
3631 rm -f conftest.$ac_ext
3632 CC=$ac_save_CC
3635 # AC_CACHE_VAL
3636 case "x$ac_cv_prog_cc_c89" in
3638 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
3639 $as_echo "none needed" >&6; } ;;
3640 xno)
3641 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
3642 $as_echo "unsupported" >&6; } ;;
3644 CC="$CC $ac_cv_prog_cc_c89"
3645 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
3646 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
3647 esac
3648 if test "x$ac_cv_prog_cc_c89" != xno; then :
3652 ac_ext=c
3653 ac_cpp='$CPP $CPPFLAGS'
3654 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3655 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3656 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3658 ac_ext=cpp
3659 ac_cpp='$CXXCPP $CPPFLAGS'
3660 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3661 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3662 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3663 if test -z "$CXX"; then
3664 if test -n "$CCC"; then
3665 CXX=$CCC
3666 else
3667 if test -n "$ac_tool_prefix"; then
3668 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3670 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3671 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3672 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3673 $as_echo_n "checking for $ac_word... " >&6; }
3674 if test "${ac_cv_prog_CXX+set}" = set; then :
3675 $as_echo_n "(cached) " >&6
3676 else
3677 if test -n "$CXX"; then
3678 ac_cv_prog_CXX="$CXX" # Let the user override the test.
3679 else
3680 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3681 for as_dir in $PATH
3683 IFS=$as_save_IFS
3684 test -z "$as_dir" && as_dir=.
3685 for ac_exec_ext in '' $ac_executable_extensions; do
3686 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3687 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
3688 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3689 break 2
3691 done
3692 done
3693 IFS=$as_save_IFS
3697 CXX=$ac_cv_prog_CXX
3698 if test -n "$CXX"; then
3699 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5
3700 $as_echo "$CXX" >&6; }
3701 else
3702 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3703 $as_echo "no" >&6; }
3707 test -n "$CXX" && break
3708 done
3710 if test -z "$CXX"; then
3711 ac_ct_CXX=$CXX
3712 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3714 # Extract the first word of "$ac_prog", so it can be a program name with args.
3715 set dummy $ac_prog; ac_word=$2
3716 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3717 $as_echo_n "checking for $ac_word... " >&6; }
3718 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then :
3719 $as_echo_n "(cached) " >&6
3720 else
3721 if test -n "$ac_ct_CXX"; then
3722 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
3723 else
3724 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3725 for as_dir in $PATH
3727 IFS=$as_save_IFS
3728 test -z "$as_dir" && as_dir=.
3729 for ac_exec_ext in '' $ac_executable_extensions; do
3730 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3731 ac_cv_prog_ac_ct_CXX="$ac_prog"
3732 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3733 break 2
3735 done
3736 done
3737 IFS=$as_save_IFS
3741 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
3742 if test -n "$ac_ct_CXX"; then
3743 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5
3744 $as_echo "$ac_ct_CXX" >&6; }
3745 else
3746 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3747 $as_echo "no" >&6; }
3751 test -n "$ac_ct_CXX" && break
3752 done
3754 if test "x$ac_ct_CXX" = x; then
3755 CXX="g++"
3756 else
3757 case $cross_compiling:$ac_tool_warned in
3758 yes:)
3759 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3760 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3761 ac_tool_warned=yes ;;
3762 esac
3763 CXX=$ac_ct_CXX
3769 # Provide some information about the compiler.
3770 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5
3771 set X $ac_compile
3772 ac_compiler=$2
3773 for ac_option in --version -v -V -qversion; do
3774 { { ac_try="$ac_compiler $ac_option >&5"
3775 case "(($ac_try" in
3776 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3777 *) ac_try_echo=$ac_try;;
3778 esac
3779 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3780 $as_echo "$ac_try_echo"; } >&5
3781 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
3782 ac_status=$?
3783 if test -s conftest.err; then
3784 sed '10a\
3785 ... rest of stderr output deleted ...
3786 10q' conftest.err >conftest.er1
3787 cat conftest.er1 >&5
3789 rm -f conftest.er1 conftest.err
3790 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3791 test $ac_status = 0; }
3792 done
3794 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
3795 $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
3796 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then :
3797 $as_echo_n "(cached) " >&6
3798 else
3799 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3800 /* end confdefs.h. */
3803 main ()
3805 #ifndef __GNUC__
3806 choke me
3807 #endif
3810 return 0;
3812 _ACEOF
3813 if ac_fn_cxx_try_compile "$LINENO"; then :
3814 ac_compiler_gnu=yes
3815 else
3816 ac_compiler_gnu=no
3818 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3819 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
3822 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5
3823 $as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
3824 if test $ac_compiler_gnu = yes; then
3825 GXX=yes
3826 else
3827 GXX=
3829 ac_test_CXXFLAGS=${CXXFLAGS+set}
3830 ac_save_CXXFLAGS=$CXXFLAGS
3831 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
3832 $as_echo_n "checking whether $CXX accepts -g... " >&6; }
3833 if test "${ac_cv_prog_cxx_g+set}" = set; then :
3834 $as_echo_n "(cached) " >&6
3835 else
3836 ac_save_cxx_werror_flag=$ac_cxx_werror_flag
3837 ac_cxx_werror_flag=yes
3838 ac_cv_prog_cxx_g=no
3839 CXXFLAGS="-g"
3840 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3841 /* end confdefs.h. */
3844 main ()
3848 return 0;
3850 _ACEOF
3851 if ac_fn_cxx_try_compile "$LINENO"; then :
3852 ac_cv_prog_cxx_g=yes
3853 else
3854 CXXFLAGS=""
3855 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3856 /* end confdefs.h. */
3859 main ()
3863 return 0;
3865 _ACEOF
3866 if ac_fn_cxx_try_compile "$LINENO"; then :
3868 else
3869 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3870 CXXFLAGS="-g"
3871 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3872 /* end confdefs.h. */
3875 main ()
3879 return 0;
3881 _ACEOF
3882 if ac_fn_cxx_try_compile "$LINENO"; then :
3883 ac_cv_prog_cxx_g=yes
3885 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3887 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3889 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3890 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3892 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&5
3893 $as_echo "$ac_cv_prog_cxx_g" >&6; }
3894 if test "$ac_test_CXXFLAGS" = set; then
3895 CXXFLAGS=$ac_save_CXXFLAGS
3896 elif test $ac_cv_prog_cxx_g = yes; then
3897 if test "$GXX" = yes; then
3898 CXXFLAGS="-g -O2"
3899 else
3900 CXXFLAGS="-g"
3902 else
3903 if test "$GXX" = yes; then
3904 CXXFLAGS="-O2"
3905 else
3906 CXXFLAGS=
3909 ac_ext=c
3910 ac_cpp='$CPP $CPPFLAGS'
3911 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3912 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3913 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3915 if test -n "$ac_tool_prefix"; then
3916 # Extract the first word of "${ac_tool_prefix}cpp", so it can be a program name with args.
3917 set dummy ${ac_tool_prefix}cpp; ac_word=$2
3918 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3919 $as_echo_n "checking for $ac_word... " >&6; }
3920 if test "${ac_cv_prog_CPPBIN+set}" = set; then :
3921 $as_echo_n "(cached) " >&6
3922 else
3923 if test -n "$CPPBIN"; then
3924 ac_cv_prog_CPPBIN="$CPPBIN" # Let the user override the test.
3925 else
3926 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3927 for as_dir in $PATH
3929 IFS=$as_save_IFS
3930 test -z "$as_dir" && as_dir=.
3931 for ac_exec_ext in '' $ac_executable_extensions; do
3932 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3933 ac_cv_prog_CPPBIN="${ac_tool_prefix}cpp"
3934 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3935 break 2
3937 done
3938 done
3939 IFS=$as_save_IFS
3943 CPPBIN=$ac_cv_prog_CPPBIN
3944 if test -n "$CPPBIN"; then
3945 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPPBIN" >&5
3946 $as_echo "$CPPBIN" >&6; }
3947 else
3948 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3949 $as_echo "no" >&6; }
3954 if test -z "$ac_cv_prog_CPPBIN"; then
3955 ac_ct_CPPBIN=$CPPBIN
3956 # Extract the first word of "cpp", so it can be a program name with args.
3957 set dummy cpp; ac_word=$2
3958 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3959 $as_echo_n "checking for $ac_word... " >&6; }
3960 if test "${ac_cv_prog_ac_ct_CPPBIN+set}" = set; then :
3961 $as_echo_n "(cached) " >&6
3962 else
3963 if test -n "$ac_ct_CPPBIN"; then
3964 ac_cv_prog_ac_ct_CPPBIN="$ac_ct_CPPBIN" # Let the user override the test.
3965 else
3966 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3967 for as_dir in $PATH
3969 IFS=$as_save_IFS
3970 test -z "$as_dir" && as_dir=.
3971 for ac_exec_ext in '' $ac_executable_extensions; do
3972 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3973 ac_cv_prog_ac_ct_CPPBIN="cpp"
3974 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3975 break 2
3977 done
3978 done
3979 IFS=$as_save_IFS
3983 ac_ct_CPPBIN=$ac_cv_prog_ac_ct_CPPBIN
3984 if test -n "$ac_ct_CPPBIN"; then
3985 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CPPBIN" >&5
3986 $as_echo "$ac_ct_CPPBIN" >&6; }
3987 else
3988 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3989 $as_echo "no" >&6; }
3992 if test "x$ac_ct_CPPBIN" = x; then
3993 CPPBIN="cpp"
3994 else
3995 case $cross_compiling:$ac_tool_warned in
3996 yes:)
3997 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3998 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3999 ac_tool_warned=yes ;;
4000 esac
4001 CPPBIN=$ac_ct_CPPBIN
4003 else
4004 CPPBIN="$ac_cv_prog_CPPBIN"
4008 cat >>confdefs.h <<_ACEOF
4009 #define EXEEXT "$ac_exeext"
4010 _ACEOF
4013 case $host in
4014 *-darwin*)
4015 if test "x$enable_win64" = "xyes"
4016 then
4017 CC="$CC -m64"
4018 CXX="$CXX -m64"
4019 LD="${LD:-ld} -arch x86_64"
4020 AS="${AS:-as} -arch x86_64"
4021 host_cpu="x86_64"
4022 notice_platform="64-bit "
4023 TARGETFLAGS="-m64"
4025 else
4026 CC="$CC -m32"
4027 CXX="$CXX -m32"
4028 LD="${LD:-ld} -arch i386"
4029 AS="${AS:-as} -arch i386"
4030 host_cpu="i386"
4031 notice_platform="32-bit "
4032 TARGETFLAGS="-m32"
4034 enable_win16=${enable_win16:-yes}
4037 x86_64*)
4038 if test "x$enable_win64" != "xyes" -a "$cross_compiling" != "yes"
4039 then
4040 CC="$CC -m32"
4041 CXX="$CXX -m32"
4042 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC works" >&5
4043 $as_echo_n "checking whether $CC works... " >&6; }
4045 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4046 /* end confdefs.h. */
4049 main ()
4053 return 0;
4055 _ACEOF
4056 if ac_fn_c_try_link "$LINENO"; then :
4057 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4058 $as_echo "yes" >&6; }
4059 else
4060 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4061 $as_echo "no" >&6; }
4062 as_fn_error "Cannot build a 32-bit program, you need to install 32-bit development libraries." "$LINENO" 5
4064 rm -f core conftest.err conftest.$ac_objext \
4065 conftest$ac_exeext conftest.$ac_ext
4066 LD="${LD:-ld} -m elf_i386"
4067 AS="${AS:-as} --32"
4068 host_cpu="i386"
4069 notice_platform="32-bit "
4070 TARGETFLAGS="-m32"
4072 enable_win16=${enable_win16:-yes}
4073 else
4074 if test "x${GCC}" = "xyes"
4075 then
4076 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC supports __builtin_ms_va_list" >&5
4077 $as_echo_n "checking whether $CC supports __builtin_ms_va_list... " >&6; }
4078 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4079 /* end confdefs.h. */
4080 #include <stdarg.h>
4082 main ()
4084 void func(__builtin_ms_va_list *args);
4086 return 0;
4088 _ACEOF
4089 if ac_fn_c_try_compile "$LINENO"; then :
4090 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4091 $as_echo "yes" >&6; }
4092 else
4093 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4094 $as_echo "no" >&6; }
4095 as_fn_error "You need gcc >= 4.4 to build Wine as 64-bit." "$LINENO" 5
4097 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4099 TARGETFLAGS="-m64"
4103 *-mingw32*|*-cygwin*)
4104 enable_win16=${enable_win16:-no}
4105 CFLAGS="$CFLAGS -D_WIN32"
4107 i[3456789]86*)
4108 enable_win16=${enable_win16:-yes}
4110 esac
4112 enable_win16=${enable_win16:-no}
4114 enable_winetest=${enable_winetest:-$enable_tests}
4116 if test -n "$with_wine64"
4117 then
4118 if test "x$enable_win64" = "xyes"
4119 then
4120 as_fn_error "--enable-win64 and --with-wine64 are mutually exclusive.
4121 --enable-win64 should be used in the 64-bit build tree, --with-wine64 in the 32-bit Wow64 build tree." "$LINENO" 5
4123 WOW64_DISABLE=\#
4125 enable_fonts=${enable_fonts:-no}
4126 enable_include=${enable_include:-no}
4127 enable_server=${enable_server:-no}
4128 enable_tools=${enable_tools:-no}
4129 enable_wineboot=${enable_wineboot:-no}
4130 enable_winedbg=${enable_winedbg:-no}
4131 test "x$libdir" != "x\${exec_prefix}/lib" || libdir="\${exec_prefix}/lib32"
4134 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the directory containing the Wine tools" >&5
4135 $as_echo_n "checking for the directory containing the Wine tools... " >&6; }
4136 if test "${wine_cv_toolsdir+set}" = set; then :
4137 $as_echo_n "(cached) " >&6
4138 else
4139 wine_cv_toolsdir="$with_wine_tools"
4140 if test -z "$with_wine_tools"; then
4141 if test "$cross_compiling" = "yes"; then
4142 as_fn_error "you must use the --with-wine-tools option when cross-compiling." "$LINENO" 5
4143 elif test -n "$with_wine64"; then
4144 wine_cv_toolsdir="$with_wine64"
4147 if test -z "$wine_cv_toolsdir"; then
4148 wine_cv_toolsdir="\$(TOPOBJDIR)"
4149 elif test -d "$wine_cv_toolsdir/tools/winebuild"; then
4150 case "$wine_cv_toolsdir" in
4151 /*) ;;
4152 *) wine_cv_toolsdir="\$(TOPOBJDIR)/$wine_cv_toolsdir" ;;
4153 esac
4154 else
4155 as_fn_error "could not find Wine tools in $wine_cv_toolsdir" "$LINENO" 5
4158 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_toolsdir" >&5
4159 $as_echo "$wine_cv_toolsdir" >&6; }
4160 TOOLSDIR=$wine_cv_toolsdir
4162 if test -n "$host_alias" -a "$host_alias" != "$build_alias"
4163 then
4164 TARGETFLAGS="-b $host_alias $TARGETFLAGS"
4168 for ac_prog in flex
4170 # Extract the first word of "$ac_prog", so it can be a program name with args.
4171 set dummy $ac_prog; ac_word=$2
4172 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4173 $as_echo_n "checking for $ac_word... " >&6; }
4174 if test "${ac_cv_prog_FLEX+set}" = set; then :
4175 $as_echo_n "(cached) " >&6
4176 else
4177 if test -n "$FLEX"; then
4178 ac_cv_prog_FLEX="$FLEX" # Let the user override the test.
4179 else
4180 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4181 for as_dir in $PATH
4183 IFS=$as_save_IFS
4184 test -z "$as_dir" && as_dir=.
4185 for ac_exec_ext in '' $ac_executable_extensions; do
4186 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4187 ac_cv_prog_FLEX="$ac_prog"
4188 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4189 break 2
4191 done
4192 done
4193 IFS=$as_save_IFS
4197 FLEX=$ac_cv_prog_FLEX
4198 if test -n "$FLEX"; then
4199 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FLEX" >&5
4200 $as_echo "$FLEX" >&6; }
4201 else
4202 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4203 $as_echo "no" >&6; }
4207 test -n "$FLEX" && break
4208 done
4209 test -n "$FLEX" || FLEX="none"
4211 if test "$FLEX" = "none"
4212 then
4213 as_fn_error "no suitable flex found. Please install the 'flex' package." "$LINENO" 5
4215 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether flex is recent enough" >&5
4216 $as_echo_n "checking whether flex is recent enough... " >&6; }
4217 cat >conftest.l <<EOF
4218 %top{
4219 #include "prediluvian.h"
4223 if $FLEX -t conftest.l >/dev/null 2>&1
4224 then
4225 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4226 $as_echo "yes" >&6; }
4227 else
4228 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4229 $as_echo "no" >&6; }
4230 as_fn_error "Your flex version is too old. Please install flex version 2.5.33 or newer." "$LINENO" 5
4233 for ac_prog in bison
4235 # Extract the first word of "$ac_prog", so it can be a program name with args.
4236 set dummy $ac_prog; ac_word=$2
4237 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4238 $as_echo_n "checking for $ac_word... " >&6; }
4239 if test "${ac_cv_prog_BISON+set}" = set; then :
4240 $as_echo_n "(cached) " >&6
4241 else
4242 if test -n "$BISON"; then
4243 ac_cv_prog_BISON="$BISON" # Let the user override the test.
4244 else
4245 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4246 for as_dir in $PATH
4248 IFS=$as_save_IFS
4249 test -z "$as_dir" && as_dir=.
4250 for ac_exec_ext in '' $ac_executable_extensions; do
4251 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4252 ac_cv_prog_BISON="$ac_prog"
4253 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4254 break 2
4256 done
4257 done
4258 IFS=$as_save_IFS
4262 BISON=$ac_cv_prog_BISON
4263 if test -n "$BISON"; then
4264 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $BISON" >&5
4265 $as_echo "$BISON" >&6; }
4266 else
4267 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4268 $as_echo "no" >&6; }
4272 test -n "$BISON" && break
4273 done
4274 test -n "$BISON" || BISON="none"
4276 if test "$BISON" = "none"
4277 then
4278 as_fn_error "no suitable bison found. Please install the 'bison' package." "$LINENO" 5
4281 if test -n "$ac_tool_prefix"; then
4282 for ac_prog in ar gar
4284 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4285 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4286 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4287 $as_echo_n "checking for $ac_word... " >&6; }
4288 if test "${ac_cv_prog_AR+set}" = set; then :
4289 $as_echo_n "(cached) " >&6
4290 else
4291 if test -n "$AR"; then
4292 ac_cv_prog_AR="$AR" # Let the user override the test.
4293 else
4294 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4295 for as_dir in $PATH
4297 IFS=$as_save_IFS
4298 test -z "$as_dir" && as_dir=.
4299 for ac_exec_ext in '' $ac_executable_extensions; do
4300 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4301 ac_cv_prog_AR="$ac_tool_prefix$ac_prog"
4302 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4303 break 2
4305 done
4306 done
4307 IFS=$as_save_IFS
4311 AR=$ac_cv_prog_AR
4312 if test -n "$AR"; then
4313 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
4314 $as_echo "$AR" >&6; }
4315 else
4316 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4317 $as_echo "no" >&6; }
4321 test -n "$AR" && break
4322 done
4324 if test -z "$AR"; then
4325 ac_ct_AR=$AR
4326 for ac_prog in ar gar
4328 # Extract the first word of "$ac_prog", so it can be a program name with args.
4329 set dummy $ac_prog; ac_word=$2
4330 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4331 $as_echo_n "checking for $ac_word... " >&6; }
4332 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then :
4333 $as_echo_n "(cached) " >&6
4334 else
4335 if test -n "$ac_ct_AR"; then
4336 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
4337 else
4338 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4339 for as_dir in $PATH
4341 IFS=$as_save_IFS
4342 test -z "$as_dir" && as_dir=.
4343 for ac_exec_ext in '' $ac_executable_extensions; do
4344 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4345 ac_cv_prog_ac_ct_AR="$ac_prog"
4346 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4347 break 2
4349 done
4350 done
4351 IFS=$as_save_IFS
4355 ac_ct_AR=$ac_cv_prog_ac_ct_AR
4356 if test -n "$ac_ct_AR"; then
4357 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
4358 $as_echo "$ac_ct_AR" >&6; }
4359 else
4360 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4361 $as_echo "no" >&6; }
4365 test -n "$ac_ct_AR" && break
4366 done
4368 if test "x$ac_ct_AR" = x; then
4369 AR="ar"
4370 else
4371 case $cross_compiling:$ac_tool_warned in
4372 yes:)
4373 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4374 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4375 ac_tool_warned=yes ;;
4376 esac
4377 AR=$ac_ct_AR
4381 ARFLAGS=rc
4383 if test -n "$ac_tool_prefix"; then
4384 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
4385 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
4386 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4387 $as_echo_n "checking for $ac_word... " >&6; }
4388 if test "${ac_cv_prog_RANLIB+set}" = set; then :
4389 $as_echo_n "(cached) " >&6
4390 else
4391 if test -n "$RANLIB"; then
4392 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
4393 else
4394 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4395 for as_dir in $PATH
4397 IFS=$as_save_IFS
4398 test -z "$as_dir" && as_dir=.
4399 for ac_exec_ext in '' $ac_executable_extensions; do
4400 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4401 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
4402 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4403 break 2
4405 done
4406 done
4407 IFS=$as_save_IFS
4411 RANLIB=$ac_cv_prog_RANLIB
4412 if test -n "$RANLIB"; then
4413 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
4414 $as_echo "$RANLIB" >&6; }
4415 else
4416 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4417 $as_echo "no" >&6; }
4422 if test -z "$ac_cv_prog_RANLIB"; then
4423 ac_ct_RANLIB=$RANLIB
4424 # Extract the first word of "ranlib", so it can be a program name with args.
4425 set dummy ranlib; ac_word=$2
4426 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4427 $as_echo_n "checking for $ac_word... " >&6; }
4428 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
4429 $as_echo_n "(cached) " >&6
4430 else
4431 if test -n "$ac_ct_RANLIB"; then
4432 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
4433 else
4434 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4435 for as_dir in $PATH
4437 IFS=$as_save_IFS
4438 test -z "$as_dir" && as_dir=.
4439 for ac_exec_ext in '' $ac_executable_extensions; do
4440 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4441 ac_cv_prog_ac_ct_RANLIB="ranlib"
4442 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4443 break 2
4445 done
4446 done
4447 IFS=$as_save_IFS
4451 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
4452 if test -n "$ac_ct_RANLIB"; then
4453 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
4454 $as_echo "$ac_ct_RANLIB" >&6; }
4455 else
4456 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4457 $as_echo "no" >&6; }
4460 if test "x$ac_ct_RANLIB" = x; then
4461 RANLIB=":"
4462 else
4463 case $cross_compiling:$ac_tool_warned in
4464 yes:)
4465 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4466 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4467 ac_tool_warned=yes ;;
4468 esac
4469 RANLIB=$ac_ct_RANLIB
4471 else
4472 RANLIB="$ac_cv_prog_RANLIB"
4475 if test -n "$ac_tool_prefix"; then
4476 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
4477 set dummy ${ac_tool_prefix}strip; ac_word=$2
4478 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4479 $as_echo_n "checking for $ac_word... " >&6; }
4480 if test "${ac_cv_prog_STRIP+set}" = set; then :
4481 $as_echo_n "(cached) " >&6
4482 else
4483 if test -n "$STRIP"; then
4484 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
4485 else
4486 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4487 for as_dir in $PATH
4489 IFS=$as_save_IFS
4490 test -z "$as_dir" && as_dir=.
4491 for ac_exec_ext in '' $ac_executable_extensions; do
4492 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4493 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
4494 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4495 break 2
4497 done
4498 done
4499 IFS=$as_save_IFS
4503 STRIP=$ac_cv_prog_STRIP
4504 if test -n "$STRIP"; then
4505 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
4506 $as_echo "$STRIP" >&6; }
4507 else
4508 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4509 $as_echo "no" >&6; }
4514 if test -z "$ac_cv_prog_STRIP"; then
4515 ac_ct_STRIP=$STRIP
4516 # Extract the first word of "strip", so it can be a program name with args.
4517 set dummy strip; ac_word=$2
4518 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4519 $as_echo_n "checking for $ac_word... " >&6; }
4520 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
4521 $as_echo_n "(cached) " >&6
4522 else
4523 if test -n "$ac_ct_STRIP"; then
4524 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
4525 else
4526 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4527 for as_dir in $PATH
4529 IFS=$as_save_IFS
4530 test -z "$as_dir" && as_dir=.
4531 for ac_exec_ext in '' $ac_executable_extensions; do
4532 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4533 ac_cv_prog_ac_ct_STRIP="strip"
4534 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4535 break 2
4537 done
4538 done
4539 IFS=$as_save_IFS
4543 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
4544 if test -n "$ac_ct_STRIP"; then
4545 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
4546 $as_echo "$ac_ct_STRIP" >&6; }
4547 else
4548 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4549 $as_echo "no" >&6; }
4552 if test "x$ac_ct_STRIP" = x; then
4553 STRIP="strip"
4554 else
4555 case $cross_compiling:$ac_tool_warned in
4556 yes:)
4557 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4558 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4559 ac_tool_warned=yes ;;
4560 esac
4561 STRIP=$ac_ct_STRIP
4563 else
4564 STRIP="$ac_cv_prog_STRIP"
4567 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
4568 $as_echo_n "checking whether ln -s works... " >&6; }
4569 LN_S=$as_ln_s
4570 if test "$LN_S" = "ln -s"; then
4571 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4572 $as_echo "yes" >&6; }
4573 else
4574 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
4575 $as_echo "no, using $LN_S" >&6; }
4578 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
4579 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
4580 if test "${ac_cv_path_GREP+set}" = set; then :
4581 $as_echo_n "(cached) " >&6
4582 else
4583 if test -z "$GREP"; then
4584 ac_path_GREP_found=false
4585 # Loop through the user's path and test for each of PROGNAME-LIST
4586 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4587 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4589 IFS=$as_save_IFS
4590 test -z "$as_dir" && as_dir=.
4591 for ac_prog in grep ggrep; do
4592 for ac_exec_ext in '' $ac_executable_extensions; do
4593 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
4594 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
4595 # Check for GNU ac_path_GREP and select it if it is found.
4596 # Check for GNU $ac_path_GREP
4597 case `"$ac_path_GREP" --version 2>&1` in
4598 *GNU*)
4599 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
4601 ac_count=0
4602 $as_echo_n 0123456789 >"conftest.in"
4603 while :
4605 cat "conftest.in" "conftest.in" >"conftest.tmp"
4606 mv "conftest.tmp" "conftest.in"
4607 cp "conftest.in" "conftest.nl"
4608 $as_echo 'GREP' >> "conftest.nl"
4609 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4610 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4611 as_fn_arith $ac_count + 1 && ac_count=$as_val
4612 if test $ac_count -gt ${ac_path_GREP_max-0}; then
4613 # Best one so far, save it but keep looking for a better one
4614 ac_cv_path_GREP="$ac_path_GREP"
4615 ac_path_GREP_max=$ac_count
4617 # 10*(2^10) chars as input seems more than enough
4618 test $ac_count -gt 10 && break
4619 done
4620 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4621 esac
4623 $ac_path_GREP_found && break 3
4624 done
4625 done
4626 done
4627 IFS=$as_save_IFS
4628 if test -z "$ac_cv_path_GREP"; then
4629 as_fn_error "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4631 else
4632 ac_cv_path_GREP=$GREP
4636 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
4637 $as_echo "$ac_cv_path_GREP" >&6; }
4638 GREP="$ac_cv_path_GREP"
4641 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
4642 $as_echo_n "checking for egrep... " >&6; }
4643 if test "${ac_cv_path_EGREP+set}" = set; then :
4644 $as_echo_n "(cached) " >&6
4645 else
4646 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
4647 then ac_cv_path_EGREP="$GREP -E"
4648 else
4649 if test -z "$EGREP"; then
4650 ac_path_EGREP_found=false
4651 # Loop through the user's path and test for each of PROGNAME-LIST
4652 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4653 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4655 IFS=$as_save_IFS
4656 test -z "$as_dir" && as_dir=.
4657 for ac_prog in egrep; do
4658 for ac_exec_ext in '' $ac_executable_extensions; do
4659 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
4660 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
4661 # Check for GNU ac_path_EGREP and select it if it is found.
4662 # Check for GNU $ac_path_EGREP
4663 case `"$ac_path_EGREP" --version 2>&1` in
4664 *GNU*)
4665 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
4667 ac_count=0
4668 $as_echo_n 0123456789 >"conftest.in"
4669 while :
4671 cat "conftest.in" "conftest.in" >"conftest.tmp"
4672 mv "conftest.tmp" "conftest.in"
4673 cp "conftest.in" "conftest.nl"
4674 $as_echo 'EGREP' >> "conftest.nl"
4675 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4676 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4677 as_fn_arith $ac_count + 1 && ac_count=$as_val
4678 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
4679 # Best one so far, save it but keep looking for a better one
4680 ac_cv_path_EGREP="$ac_path_EGREP"
4681 ac_path_EGREP_max=$ac_count
4683 # 10*(2^10) chars as input seems more than enough
4684 test $ac_count -gt 10 && break
4685 done
4686 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4687 esac
4689 $ac_path_EGREP_found && break 3
4690 done
4691 done
4692 done
4693 IFS=$as_save_IFS
4694 if test -z "$ac_cv_path_EGREP"; then
4695 as_fn_error "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4697 else
4698 ac_cv_path_EGREP=$EGREP
4703 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
4704 $as_echo "$ac_cv_path_EGREP" >&6; }
4705 EGREP="$ac_cv_path_EGREP"
4708 # Extract the first word of "ldconfig", so it can be a program name with args.
4709 set dummy ldconfig; ac_word=$2
4710 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4711 $as_echo_n "checking for $ac_word... " >&6; }
4712 if test "${ac_cv_path_LDCONFIG+set}" = set; then :
4713 $as_echo_n "(cached) " >&6
4714 else
4715 case $LDCONFIG in
4716 [\\/]* | ?:[\\/]*)
4717 ac_cv_path_LDCONFIG="$LDCONFIG" # Let the user override the test with a path.
4720 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4721 for as_dir in /sbin /usr/sbin $PATH
4723 IFS=$as_save_IFS
4724 test -z "$as_dir" && as_dir=.
4725 for ac_exec_ext in '' $ac_executable_extensions; do
4726 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4727 ac_cv_path_LDCONFIG="$as_dir/$ac_word$ac_exec_ext"
4728 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4729 break 2
4731 done
4732 done
4733 IFS=$as_save_IFS
4735 test -z "$ac_cv_path_LDCONFIG" && ac_cv_path_LDCONFIG="true"
4737 esac
4739 LDCONFIG=$ac_cv_path_LDCONFIG
4740 if test -n "$LDCONFIG"; then
4741 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LDCONFIG" >&5
4742 $as_echo "$LDCONFIG" >&6; }
4743 else
4744 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4745 $as_echo "no" >&6; }
4749 # Find a good install program. We prefer a C program (faster),
4750 # so one script is as good as another. But avoid the broken or
4751 # incompatible versions:
4752 # SysV /etc/install, /usr/sbin/install
4753 # SunOS /usr/etc/install
4754 # IRIX /sbin/install
4755 # AIX /bin/install
4756 # AmigaOS /C/install, which installs bootblocks on floppy discs
4757 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
4758 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
4759 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
4760 # OS/2's system install, which has a completely different semantic
4761 # ./install, which can be erroneously created by make from ./install.sh.
4762 # Reject install programs that cannot install multiple files.
4763 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
4764 $as_echo_n "checking for a BSD-compatible install... " >&6; }
4765 if test -z "$INSTALL"; then
4766 if test "${ac_cv_path_install+set}" = set; then :
4767 $as_echo_n "(cached) " >&6
4768 else
4769 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4770 for as_dir in $PATH
4772 IFS=$as_save_IFS
4773 test -z "$as_dir" && as_dir=.
4774 # Account for people who put trailing slashes in PATH elements.
4775 case $as_dir/ in #((
4776 ./ | .// | /[cC]/* | \
4777 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
4778 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
4779 /usr/ucb/* ) ;;
4781 # OSF1 and SCO ODT 3.0 have their own names for install.
4782 # Don't use installbsd from OSF since it installs stuff as root
4783 # by default.
4784 for ac_prog in ginstall scoinst install; do
4785 for ac_exec_ext in '' $ac_executable_extensions; do
4786 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
4787 if test $ac_prog = install &&
4788 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
4789 # AIX install. It has an incompatible calling convention.
4791 elif test $ac_prog = install &&
4792 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
4793 # program-specific install script used by HP pwplus--don't use.
4795 else
4796 rm -rf conftest.one conftest.two conftest.dir
4797 echo one > conftest.one
4798 echo two > conftest.two
4799 mkdir conftest.dir
4800 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
4801 test -s conftest.one && test -s conftest.two &&
4802 test -s conftest.dir/conftest.one &&
4803 test -s conftest.dir/conftest.two
4804 then
4805 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
4806 break 3
4810 done
4811 done
4813 esac
4815 done
4816 IFS=$as_save_IFS
4818 rm -rf conftest.one conftest.two conftest.dir
4821 if test "${ac_cv_path_install+set}" = set; then
4822 INSTALL=$ac_cv_path_install
4823 else
4824 # As a last resort, use the slow shell script. Don't cache a
4825 # value for INSTALL within a source directory, because that will
4826 # break other packages using the cache if that directory is
4827 # removed, or if the value is a relative name.
4828 INSTALL=$ac_install_sh
4831 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
4832 $as_echo "$INSTALL" >&6; }
4834 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
4835 # It thinks the first close brace ends the variable substitution.
4836 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
4838 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
4840 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
4842 case "$INSTALL" in
4843 [\\/$]* | ?:[\\/]* ) ;;
4844 *) INSTALL="\\\$(TOPSRCDIR)/$INSTALL" ;;
4845 esac
4847 for ac_prog in lclint lint
4849 # Extract the first word of "$ac_prog", so it can be a program name with args.
4850 set dummy $ac_prog; ac_word=$2
4851 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4852 $as_echo_n "checking for $ac_word... " >&6; }
4853 if test "${ac_cv_prog_LINT+set}" = set; then :
4854 $as_echo_n "(cached) " >&6
4855 else
4856 if test -n "$LINT"; then
4857 ac_cv_prog_LINT="$LINT" # Let the user override the test.
4858 else
4859 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4860 for as_dir in $PATH
4862 IFS=$as_save_IFS
4863 test -z "$as_dir" && as_dir=.
4864 for ac_exec_ext in '' $ac_executable_extensions; do
4865 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4866 ac_cv_prog_LINT="$ac_prog"
4867 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4868 break 2
4870 done
4871 done
4872 IFS=$as_save_IFS
4876 LINT=$ac_cv_prog_LINT
4877 if test -n "$LINT"; then
4878 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINT" >&5
4879 $as_echo "$LINT" >&6; }
4880 else
4881 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4882 $as_echo "no" >&6; }
4886 test -n "$LINT" && break
4887 done
4889 if test "$LINT" = "lint"
4890 then
4891 LINTFLAGS="$LINTFLAGS -errchk=%all,no%longptr64 -errhdr=%user -Ncheck=macro -Nlevel=4"
4896 for ac_prog in fontforge
4898 # Extract the first word of "$ac_prog", so it can be a program name with args.
4899 set dummy $ac_prog; ac_word=$2
4900 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4901 $as_echo_n "checking for $ac_word... " >&6; }
4902 if test "${ac_cv_prog_FONTFORGE+set}" = set; then :
4903 $as_echo_n "(cached) " >&6
4904 else
4905 if test -n "$FONTFORGE"; then
4906 ac_cv_prog_FONTFORGE="$FONTFORGE" # Let the user override the test.
4907 else
4908 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4909 for as_dir in $PATH
4911 IFS=$as_save_IFS
4912 test -z "$as_dir" && as_dir=.
4913 for ac_exec_ext in '' $ac_executable_extensions; do
4914 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4915 ac_cv_prog_FONTFORGE="$ac_prog"
4916 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4917 break 2
4919 done
4920 done
4921 IFS=$as_save_IFS
4925 FONTFORGE=$ac_cv_prog_FONTFORGE
4926 if test -n "$FONTFORGE"; then
4927 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FONTFORGE" >&5
4928 $as_echo "$FONTFORGE" >&6; }
4929 else
4930 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4931 $as_echo "no" >&6; }
4935 test -n "$FONTFORGE" && break
4936 done
4937 test -n "$FONTFORGE" || FONTFORGE="false"
4939 for ac_prog in pkg-config
4941 # Extract the first word of "$ac_prog", so it can be a program name with args.
4942 set dummy $ac_prog; ac_word=$2
4943 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4944 $as_echo_n "checking for $ac_word... " >&6; }
4945 if test "${ac_cv_prog_PKG_CONFIG+set}" = set; then :
4946 $as_echo_n "(cached) " >&6
4947 else
4948 if test -n "$PKG_CONFIG"; then
4949 ac_cv_prog_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test.
4950 else
4951 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4952 for as_dir in $PATH
4954 IFS=$as_save_IFS
4955 test -z "$as_dir" && as_dir=.
4956 for ac_exec_ext in '' $ac_executable_extensions; do
4957 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4958 ac_cv_prog_PKG_CONFIG="$ac_prog"
4959 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4960 break 2
4962 done
4963 done
4964 IFS=$as_save_IFS
4968 PKG_CONFIG=$ac_cv_prog_PKG_CONFIG
4969 if test -n "$PKG_CONFIG"; then
4970 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
4971 $as_echo "$PKG_CONFIG" >&6; }
4972 else
4973 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4974 $as_echo "no" >&6; }
4978 test -n "$PKG_CONFIG" && break
4979 done
4980 test -n "$PKG_CONFIG" || PKG_CONFIG="false"
4982 for ac_prog in rsvg
4984 # Extract the first word of "$ac_prog", so it can be a program name with args.
4985 set dummy $ac_prog; ac_word=$2
4986 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4987 $as_echo_n "checking for $ac_word... " >&6; }
4988 if test "${ac_cv_prog_RSVG+set}" = set; then :
4989 $as_echo_n "(cached) " >&6
4990 else
4991 if test -n "$RSVG"; then
4992 ac_cv_prog_RSVG="$RSVG" # Let the user override the test.
4993 else
4994 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4995 for as_dir in $PATH
4997 IFS=$as_save_IFS
4998 test -z "$as_dir" && as_dir=.
4999 for ac_exec_ext in '' $ac_executable_extensions; do
5000 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5001 ac_cv_prog_RSVG="$ac_prog"
5002 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5003 break 2
5005 done
5006 done
5007 IFS=$as_save_IFS
5011 RSVG=$ac_cv_prog_RSVG
5012 if test -n "$RSVG"; then
5013 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RSVG" >&5
5014 $as_echo "$RSVG" >&6; }
5015 else
5016 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5017 $as_echo "no" >&6; }
5021 test -n "$RSVG" && break
5022 done
5023 test -n "$RSVG" || RSVG="false"
5025 for ac_prog in icotool
5027 # Extract the first word of "$ac_prog", so it can be a program name with args.
5028 set dummy $ac_prog; ac_word=$2
5029 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5030 $as_echo_n "checking for $ac_word... " >&6; }
5031 if test "${ac_cv_prog_ICOTOOL+set}" = set; then :
5032 $as_echo_n "(cached) " >&6
5033 else
5034 if test -n "$ICOTOOL"; then
5035 ac_cv_prog_ICOTOOL="$ICOTOOL" # Let the user override the test.
5036 else
5037 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5038 for as_dir in $PATH
5040 IFS=$as_save_IFS
5041 test -z "$as_dir" && as_dir=.
5042 for ac_exec_ext in '' $ac_executable_extensions; do
5043 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5044 ac_cv_prog_ICOTOOL="$ac_prog"
5045 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5046 break 2
5048 done
5049 done
5050 IFS=$as_save_IFS
5054 ICOTOOL=$ac_cv_prog_ICOTOOL
5055 if test -n "$ICOTOOL"; then
5056 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ICOTOOL" >&5
5057 $as_echo "$ICOTOOL" >&6; }
5058 else
5059 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5060 $as_echo "no" >&6; }
5064 test -n "$ICOTOOL" && break
5065 done
5066 test -n "$ICOTOOL" || ICOTOOL="false"
5069 if test "${enable_maintainer_mode+set}" = set
5070 then
5071 if test "$FONTFORGE" = "false"; then as_fn_append wine_warnings "|fontforge is missing, fonts can't be rebuilt."; fi
5072 if test "$RSVG" = "false"; then as_fn_append wine_warnings "|rsvg is missing, icons can't be rebuilt."; fi
5073 if test "$ICOTOOL" = "false"; then as_fn_append wine_warnings "|icotool is missing, icons can't be rebuilt."; fi
5076 case $host_cpu in
5077 *i[3456789]86*)
5078 # Extract the first word of "prelink", so it can be a program name with args.
5079 set dummy prelink; ac_word=$2
5080 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5081 $as_echo_n "checking for $ac_word... " >&6; }
5082 if test "${ac_cv_path_PRELINK+set}" = set; then :
5083 $as_echo_n "(cached) " >&6
5084 else
5085 case $PRELINK in
5086 [\\/]* | ?:[\\/]*)
5087 ac_cv_path_PRELINK="$PRELINK" # Let the user override the test with a path.
5090 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5091 for as_dir in /sbin /usr/sbin $PATH
5093 IFS=$as_save_IFS
5094 test -z "$as_dir" && as_dir=.
5095 for ac_exec_ext in '' $ac_executable_extensions; do
5096 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5097 ac_cv_path_PRELINK="$as_dir/$ac_word$ac_exec_ext"
5098 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5099 break 2
5101 done
5102 done
5103 IFS=$as_save_IFS
5105 test -z "$ac_cv_path_PRELINK" && ac_cv_path_PRELINK="false"
5107 esac
5109 PRELINK=$ac_cv_path_PRELINK
5110 if test -n "$PRELINK"; then
5111 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PRELINK" >&5
5112 $as_echo "$PRELINK" >&6; }
5113 else
5114 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5115 $as_echo "no" >&6; }
5120 esac
5123 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for i386_set_ldt in -li386" >&5
5124 $as_echo_n "checking for i386_set_ldt in -li386... " >&6; }
5125 if test "${ac_cv_lib_i386_i386_set_ldt+set}" = set; then :
5126 $as_echo_n "(cached) " >&6
5127 else
5128 ac_check_lib_save_LIBS=$LIBS
5129 LIBS="-li386 $LIBS"
5130 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5131 /* end confdefs.h. */
5133 /* Override any GCC internal prototype to avoid an error.
5134 Use char because int might match the return type of a GCC
5135 builtin and then its argument prototype would still apply. */
5136 #ifdef __cplusplus
5137 extern "C"
5138 #endif
5139 char i386_set_ldt ();
5141 main ()
5143 return i386_set_ldt ();
5145 return 0;
5147 _ACEOF
5148 if ac_fn_c_try_link "$LINENO"; then :
5149 ac_cv_lib_i386_i386_set_ldt=yes
5150 else
5151 ac_cv_lib_i386_i386_set_ldt=no
5153 rm -f core conftest.err conftest.$ac_objext \
5154 conftest$ac_exeext conftest.$ac_ext
5155 LIBS=$ac_check_lib_save_LIBS
5157 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_i386_i386_set_ldt" >&5
5158 $as_echo "$ac_cv_lib_i386_i386_set_ldt" >&6; }
5159 if test "x$ac_cv_lib_i386_i386_set_ldt" = x""yes; then :
5160 cat >>confdefs.h <<_ACEOF
5161 #define HAVE_LIBI386 1
5162 _ACEOF
5164 LIBS="-li386 $LIBS"
5168 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _oss_ioctl in -lossaudio" >&5
5169 $as_echo_n "checking for _oss_ioctl in -lossaudio... " >&6; }
5170 if test "${ac_cv_lib_ossaudio__oss_ioctl+set}" = set; then :
5171 $as_echo_n "(cached) " >&6
5172 else
5173 ac_check_lib_save_LIBS=$LIBS
5174 LIBS="-lossaudio $LIBS"
5175 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5176 /* end confdefs.h. */
5178 /* Override any GCC internal prototype to avoid an error.
5179 Use char because int might match the return type of a GCC
5180 builtin and then its argument prototype would still apply. */
5181 #ifdef __cplusplus
5182 extern "C"
5183 #endif
5184 char _oss_ioctl ();
5186 main ()
5188 return _oss_ioctl ();
5190 return 0;
5192 _ACEOF
5193 if ac_fn_c_try_link "$LINENO"; then :
5194 ac_cv_lib_ossaudio__oss_ioctl=yes
5195 else
5196 ac_cv_lib_ossaudio__oss_ioctl=no
5198 rm -f core conftest.err conftest.$ac_objext \
5199 conftest$ac_exeext conftest.$ac_ext
5200 LIBS=$ac_check_lib_save_LIBS
5202 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5
5203 $as_echo "$ac_cv_lib_ossaudio__oss_ioctl" >&6; }
5204 if test "x$ac_cv_lib_ossaudio__oss_ioctl" = x""yes; then :
5205 cat >>confdefs.h <<_ACEOF
5206 #define HAVE_LIBOSSAUDIO 1
5207 _ACEOF
5209 LIBS="-lossaudio $LIBS"
5214 XLIB=""
5216 OPENGL_LIBS=""
5220 # Check whether --enable-largefile was given.
5221 if test "${enable_largefile+set}" = set; then :
5222 enableval=$enable_largefile;
5225 if test "$enable_largefile" != no; then
5227 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5
5228 $as_echo_n "checking for special C compiler options needed for large files... " >&6; }
5229 if test "${ac_cv_sys_largefile_CC+set}" = set; then :
5230 $as_echo_n "(cached) " >&6
5231 else
5232 ac_cv_sys_largefile_CC=no
5233 if test "$GCC" != yes; then
5234 ac_save_CC=$CC
5235 while :; do
5236 # IRIX 6.2 and later do not support large files by default,
5237 # so use the C compiler's -n32 option if that helps.
5238 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5239 /* end confdefs.h. */
5240 #include <sys/types.h>
5241 /* Check that off_t can represent 2**63 - 1 correctly.
5242 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5243 since some C++ compilers masquerading as C compilers
5244 incorrectly reject 9223372036854775807. */
5245 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5246 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5247 && LARGE_OFF_T % 2147483647 == 1)
5248 ? 1 : -1];
5250 main ()
5254 return 0;
5256 _ACEOF
5257 if ac_fn_c_try_compile "$LINENO"; then :
5258 break
5260 rm -f core conftest.err conftest.$ac_objext
5261 CC="$CC -n32"
5262 if ac_fn_c_try_compile "$LINENO"; then :
5263 ac_cv_sys_largefile_CC=' -n32'; break
5265 rm -f core conftest.err conftest.$ac_objext
5266 break
5267 done
5268 CC=$ac_save_CC
5269 rm -f conftest.$ac_ext
5272 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_CC" >&5
5273 $as_echo "$ac_cv_sys_largefile_CC" >&6; }
5274 if test "$ac_cv_sys_largefile_CC" != no; then
5275 CC=$CC$ac_cv_sys_largefile_CC
5278 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5
5279 $as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; }
5280 if test "${ac_cv_sys_file_offset_bits+set}" = set; then :
5281 $as_echo_n "(cached) " >&6
5282 else
5283 while :; do
5284 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5285 /* end confdefs.h. */
5286 #include <sys/types.h>
5287 /* Check that off_t can represent 2**63 - 1 correctly.
5288 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5289 since some C++ compilers masquerading as C compilers
5290 incorrectly reject 9223372036854775807. */
5291 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5292 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5293 && LARGE_OFF_T % 2147483647 == 1)
5294 ? 1 : -1];
5296 main ()
5300 return 0;
5302 _ACEOF
5303 if ac_fn_c_try_compile "$LINENO"; then :
5304 ac_cv_sys_file_offset_bits=no; break
5306 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5307 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5308 /* end confdefs.h. */
5309 #define _FILE_OFFSET_BITS 64
5310 #include <sys/types.h>
5311 /* Check that off_t can represent 2**63 - 1 correctly.
5312 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5313 since some C++ compilers masquerading as C compilers
5314 incorrectly reject 9223372036854775807. */
5315 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5316 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5317 && LARGE_OFF_T % 2147483647 == 1)
5318 ? 1 : -1];
5320 main ()
5324 return 0;
5326 _ACEOF
5327 if ac_fn_c_try_compile "$LINENO"; then :
5328 ac_cv_sys_file_offset_bits=64; break
5330 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5331 ac_cv_sys_file_offset_bits=unknown
5332 break
5333 done
5335 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_file_offset_bits" >&5
5336 $as_echo "$ac_cv_sys_file_offset_bits" >&6; }
5337 case $ac_cv_sys_file_offset_bits in #(
5338 no | unknown) ;;
5340 cat >>confdefs.h <<_ACEOF
5341 #define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
5342 _ACEOF
5344 esac
5345 rm -rf conftest*
5346 if test $ac_cv_sys_file_offset_bits = unknown; then
5347 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5
5348 $as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; }
5349 if test "${ac_cv_sys_large_files+set}" = set; then :
5350 $as_echo_n "(cached) " >&6
5351 else
5352 while :; do
5353 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5354 /* end confdefs.h. */
5355 #include <sys/types.h>
5356 /* Check that off_t can represent 2**63 - 1 correctly.
5357 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5358 since some C++ compilers masquerading as C compilers
5359 incorrectly reject 9223372036854775807. */
5360 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5361 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5362 && LARGE_OFF_T % 2147483647 == 1)
5363 ? 1 : -1];
5365 main ()
5369 return 0;
5371 _ACEOF
5372 if ac_fn_c_try_compile "$LINENO"; then :
5373 ac_cv_sys_large_files=no; break
5375 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5376 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5377 /* end confdefs.h. */
5378 #define _LARGE_FILES 1
5379 #include <sys/types.h>
5380 /* Check that off_t can represent 2**63 - 1 correctly.
5381 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5382 since some C++ compilers masquerading as C compilers
5383 incorrectly reject 9223372036854775807. */
5384 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5385 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5386 && LARGE_OFF_T % 2147483647 == 1)
5387 ? 1 : -1];
5389 main ()
5393 return 0;
5395 _ACEOF
5396 if ac_fn_c_try_compile "$LINENO"; then :
5397 ac_cv_sys_large_files=1; break
5399 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5400 ac_cv_sys_large_files=unknown
5401 break
5402 done
5404 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_large_files" >&5
5405 $as_echo "$ac_cv_sys_large_files" >&6; }
5406 case $ac_cv_sys_large_files in #(
5407 no | unknown) ;;
5409 cat >>confdefs.h <<_ACEOF
5410 #define _LARGE_FILES $ac_cv_sys_large_files
5411 _ACEOF
5413 esac
5414 rm -rf conftest*
5419 ac_ext=c
5420 ac_cpp='$CPP $CPPFLAGS'
5421 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5422 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5423 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5424 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
5425 $as_echo_n "checking how to run the C preprocessor... " >&6; }
5426 # On Suns, sometimes $CPP names a directory.
5427 if test -n "$CPP" && test -d "$CPP"; then
5428 CPP=
5430 if test -z "$CPP"; then
5431 if test "${ac_cv_prog_CPP+set}" = set; then :
5432 $as_echo_n "(cached) " >&6
5433 else
5434 # Double quotes because CPP needs to be expanded
5435 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
5437 ac_preproc_ok=false
5438 for ac_c_preproc_warn_flag in '' yes
5440 # Use a header file that comes with gcc, so configuring glibc
5441 # with a fresh cross-compiler works.
5442 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5443 # <limits.h> exists even on freestanding compilers.
5444 # On the NeXT, cc -E runs the code through the compiler's parser,
5445 # not just through cpp. "Syntax error" is here to catch this case.
5446 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5447 /* end confdefs.h. */
5448 #ifdef __STDC__
5449 # include <limits.h>
5450 #else
5451 # include <assert.h>
5452 #endif
5453 Syntax error
5454 _ACEOF
5455 if ac_fn_c_try_cpp "$LINENO"; then :
5457 else
5458 # Broken: fails on valid input.
5459 continue
5461 rm -f conftest.err conftest.$ac_ext
5463 # OK, works on sane cases. Now check whether nonexistent headers
5464 # can be detected and how.
5465 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5466 /* end confdefs.h. */
5467 #include <ac_nonexistent.h>
5468 _ACEOF
5469 if ac_fn_c_try_cpp "$LINENO"; then :
5470 # Broken: success on invalid input.
5471 continue
5472 else
5473 # Passes both tests.
5474 ac_preproc_ok=:
5475 break
5477 rm -f conftest.err conftest.$ac_ext
5479 done
5480 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5481 rm -f conftest.err conftest.$ac_ext
5482 if $ac_preproc_ok; then :
5483 break
5486 done
5487 ac_cv_prog_CPP=$CPP
5490 CPP=$ac_cv_prog_CPP
5491 else
5492 ac_cv_prog_CPP=$CPP
5494 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
5495 $as_echo "$CPP" >&6; }
5496 ac_preproc_ok=false
5497 for ac_c_preproc_warn_flag in '' yes
5499 # Use a header file that comes with gcc, so configuring glibc
5500 # with a fresh cross-compiler works.
5501 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5502 # <limits.h> exists even on freestanding compilers.
5503 # On the NeXT, cc -E runs the code through the compiler's parser,
5504 # not just through cpp. "Syntax error" is here to catch this case.
5505 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5506 /* end confdefs.h. */
5507 #ifdef __STDC__
5508 # include <limits.h>
5509 #else
5510 # include <assert.h>
5511 #endif
5512 Syntax error
5513 _ACEOF
5514 if ac_fn_c_try_cpp "$LINENO"; then :
5516 else
5517 # Broken: fails on valid input.
5518 continue
5520 rm -f conftest.err conftest.$ac_ext
5522 # OK, works on sane cases. Now check whether nonexistent headers
5523 # can be detected and how.
5524 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5525 /* end confdefs.h. */
5526 #include <ac_nonexistent.h>
5527 _ACEOF
5528 if ac_fn_c_try_cpp "$LINENO"; then :
5529 # Broken: success on invalid input.
5530 continue
5531 else
5532 # Passes both tests.
5533 ac_preproc_ok=:
5534 break
5536 rm -f conftest.err conftest.$ac_ext
5538 done
5539 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5540 rm -f conftest.err conftest.$ac_ext
5541 if $ac_preproc_ok; then :
5543 else
5544 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5545 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5546 as_fn_error "C preprocessor \"$CPP\" fails sanity check
5547 See \`config.log' for more details." "$LINENO" 5; }
5550 ac_ext=c
5551 ac_cpp='$CPP $CPPFLAGS'
5552 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5553 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5554 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5557 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
5558 $as_echo_n "checking for ANSI C header files... " >&6; }
5559 if test "${ac_cv_header_stdc+set}" = set; then :
5560 $as_echo_n "(cached) " >&6
5561 else
5562 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5563 /* end confdefs.h. */
5564 #include <stdlib.h>
5565 #include <stdarg.h>
5566 #include <string.h>
5567 #include <float.h>
5570 main ()
5574 return 0;
5576 _ACEOF
5577 if ac_fn_c_try_compile "$LINENO"; then :
5578 ac_cv_header_stdc=yes
5579 else
5580 ac_cv_header_stdc=no
5582 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5584 if test $ac_cv_header_stdc = yes; then
5585 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
5586 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5587 /* end confdefs.h. */
5588 #include <string.h>
5590 _ACEOF
5591 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5592 $EGREP "memchr" >/dev/null 2>&1; then :
5594 else
5595 ac_cv_header_stdc=no
5597 rm -f conftest*
5601 if test $ac_cv_header_stdc = yes; then
5602 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
5603 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5604 /* end confdefs.h. */
5605 #include <stdlib.h>
5607 _ACEOF
5608 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5609 $EGREP "free" >/dev/null 2>&1; then :
5611 else
5612 ac_cv_header_stdc=no
5614 rm -f conftest*
5618 if test $ac_cv_header_stdc = yes; then
5619 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
5620 if test "$cross_compiling" = yes; then :
5622 else
5623 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5624 /* end confdefs.h. */
5625 #include <ctype.h>
5626 #include <stdlib.h>
5627 #if ((' ' & 0x0FF) == 0x020)
5628 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
5629 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5630 #else
5631 # define ISLOWER(c) \
5632 (('a' <= (c) && (c) <= 'i') \
5633 || ('j' <= (c) && (c) <= 'r') \
5634 || ('s' <= (c) && (c) <= 'z'))
5635 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
5636 #endif
5638 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
5640 main ()
5642 int i;
5643 for (i = 0; i < 256; i++)
5644 if (XOR (islower (i), ISLOWER (i))
5645 || toupper (i) != TOUPPER (i))
5646 return 2;
5647 return 0;
5649 _ACEOF
5650 if ac_fn_c_try_run "$LINENO"; then :
5652 else
5653 ac_cv_header_stdc=no
5655 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
5656 conftest.$ac_objext conftest.beam conftest.$ac_ext
5661 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
5662 $as_echo "$ac_cv_header_stdc" >&6; }
5663 if test $ac_cv_header_stdc = yes; then
5665 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
5669 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
5670 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
5671 inttypes.h stdint.h unistd.h
5672 do :
5673 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5674 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
5676 eval as_val=\$$as_ac_Header
5677 if test "x$as_val" = x""yes; then :
5678 cat >>confdefs.h <<_ACEOF
5679 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5680 _ACEOF
5684 done
5687 for ac_header in \
5688 AL/al.h \
5689 AudioToolbox/AudioConverter.h \
5690 AudioToolbox/AudioFile.h \
5691 AudioToolbox/AudioFileStream.h \
5692 AudioUnit/AudioUnit.h \
5693 Carbon/Carbon.h \
5694 CoreAudio/CoreAudio.h \
5695 DiskArbitration/DiskArbitration.h \
5696 IOKit/IOKitLib.h \
5697 IOKit/hid/IOHIDLib.h \
5698 OpenAL/al.h \
5699 alias.h \
5700 alsa/asoundlib.h \
5701 arpa/inet.h \
5702 arpa/nameser.h \
5703 asm/types.h \
5704 capi20.h \
5705 curses.h \
5706 direct.h \
5707 dirent.h \
5708 dlfcn.h \
5709 elf.h \
5710 float.h \
5711 fnmatch.h \
5712 fontconfig/fontconfig.h \
5713 getopt.h \
5714 grp.h \
5715 gsm.h \
5716 gsm/gsm.h \
5717 ieeefp.h \
5718 inet/mib2.h \
5719 io.h \
5720 jack/jack.h \
5721 jpeglib.h \
5722 kstat.h \
5723 lber.h \
5724 lcms.h \
5725 lcms/lcms.h \
5726 ldap.h \
5727 libaudioio.h \
5728 link.h \
5729 linux/cdrom.h \
5730 linux/compiler.h \
5731 linux/hdreg.h \
5732 linux/input.h \
5733 linux/ioctl.h \
5734 linux/joystick.h \
5735 linux/major.h \
5736 linux/param.h \
5737 linux/serial.h \
5738 linux/types.h \
5739 linux/ucdrom.h \
5740 mach-o/nlist.h \
5741 mach/mach.h \
5742 mach/machine.h \
5743 machine/cpu.h \
5744 machine/limits.h \
5745 machine/soundcard.h \
5746 mntent.h \
5747 mpg123.h \
5748 ncurses.h \
5749 netdb.h \
5750 netinet/in.h \
5751 netinet/in_systm.h \
5752 netinet/tcp.h \
5753 netinet/tcp_fsm.h \
5754 openssl/err.h \
5755 openssl/ssl.h \
5756 png.h \
5757 poll.h \
5758 port.h \
5759 process.h \
5760 pthread.h \
5761 pwd.h \
5762 regex.h \
5763 sched.h \
5764 scsi/scsi.h \
5765 scsi/scsi_ioctl.h \
5766 scsi/sg.h \
5767 soundcard.h \
5768 stdbool.h \
5769 stdint.h \
5770 strings.h \
5771 stropts.h \
5772 sys/asoundlib.h \
5773 sys/cdio.h \
5774 sys/elf32.h \
5775 sys/epoll.h \
5776 sys/errno.h \
5777 sys/event.h \
5778 sys/exec_elf.h \
5779 sys/filio.h \
5780 sys/inotify.h \
5781 sys/ioctl.h \
5782 sys/ipc.h \
5783 sys/limits.h \
5784 sys/link.h \
5785 sys/mman.h \
5786 sys/modem.h \
5787 sys/msg.h \
5788 sys/mtio.h \
5789 sys/param.h \
5790 sys/poll.h \
5791 sys/prctl.h \
5792 sys/protosw.h \
5793 sys/ptrace.h \
5794 sys/resource.h \
5795 sys/scsiio.h \
5796 sys/shm.h \
5797 sys/signal.h \
5798 sys/socket.h \
5799 sys/socketvar.h \
5800 sys/sockio.h \
5801 sys/soundcard.h \
5802 sys/statvfs.h \
5803 sys/strtio.h \
5804 sys/syscall.h \
5805 sys/tihdr.h \
5806 sys/time.h \
5807 sys/timeout.h \
5808 sys/times.h \
5809 sys/uio.h \
5810 sys/un.h \
5811 sys/utsname.h \
5812 sys/vm86.h \
5813 sys/wait.h \
5814 syscall.h \
5815 termios.h \
5816 tiffio.h \
5817 unistd.h \
5818 utime.h \
5819 valgrind/memcheck.h \
5820 valgrind/valgrind.h \
5821 zlib.h
5823 do :
5824 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5825 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
5826 eval as_val=\$$as_ac_Header
5827 if test "x$as_val" = x""yes; then :
5828 cat >>confdefs.h <<_ACEOF
5829 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5830 _ACEOF
5834 done
5836 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stat file-mode macros are broken" >&5
5837 $as_echo_n "checking whether stat file-mode macros are broken... " >&6; }
5838 if test "${ac_cv_header_stat_broken+set}" = set; then :
5839 $as_echo_n "(cached) " >&6
5840 else
5841 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5842 /* end confdefs.h. */
5843 #include <sys/types.h>
5844 #include <sys/stat.h>
5846 #if defined S_ISBLK && defined S_IFDIR
5847 extern char c1[S_ISBLK (S_IFDIR) ? -1 : 1];
5848 #endif
5850 #if defined S_ISBLK && defined S_IFCHR
5851 extern char c2[S_ISBLK (S_IFCHR) ? -1 : 1];
5852 #endif
5854 #if defined S_ISLNK && defined S_IFREG
5855 extern char c3[S_ISLNK (S_IFREG) ? -1 : 1];
5856 #endif
5858 #if defined S_ISSOCK && defined S_IFREG
5859 extern char c4[S_ISSOCK (S_IFREG) ? -1 : 1];
5860 #endif
5862 _ACEOF
5863 if ac_fn_c_try_compile "$LINENO"; then :
5864 ac_cv_header_stat_broken=no
5865 else
5866 ac_cv_header_stat_broken=yes
5868 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5870 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stat_broken" >&5
5871 $as_echo "$ac_cv_header_stat_broken" >&6; }
5872 if test $ac_cv_header_stat_broken = yes; then
5874 $as_echo "#define STAT_MACROS_BROKEN 1" >>confdefs.h
5880 for ac_header in sys/mount.h sys/statfs.h sys/sysctl.h sys/user.h sys/vfs.h
5881 do :
5882 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5883 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
5884 #ifdef HAVE_SYS_PARAM_H
5885 # include <sys/param.h>
5886 #endif
5888 eval as_val=\$$as_ac_Header
5889 if test "x$as_val" = x""yes; then :
5890 cat >>confdefs.h <<_ACEOF
5891 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5892 _ACEOF
5896 done
5899 for ac_header in \
5900 netinet/ip.h \
5901 net/if.h \
5902 net/if_arp.h \
5903 net/if_dl.h \
5904 net/if_types.h \
5905 net/route.h \
5906 netinet/if_ether.h \
5907 netinet/if_inarp.h \
5908 netinet/in_pcb.h \
5909 netinet/ip_icmp.h \
5910 netinet/ip_var.h \
5911 netinet/udp.h \
5912 netipx/ipx.h \
5914 do :
5915 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5916 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
5917 #ifdef HAVE_SYS_SOCKET_H
5918 # include <sys/socket.h>
5919 #endif
5920 #ifdef HAVE_SYS_SOCKETVAR_H
5921 # include <sys/socketvar.h>
5922 #endif
5923 #ifdef HAVE_NET_ROUTE_H
5924 # include <net/route.h>
5925 #endif
5926 #ifdef HAVE_NETINET_IN_H
5927 # include <netinet/in.h>
5928 #endif
5929 #ifdef HAVE_NETINET_IN_SYSTM_H
5930 # include <netinet/in_systm.h>
5931 #endif
5932 #ifdef HAVE_NET_IF_H
5933 # include <net/if.h>
5934 #endif
5935 #ifdef HAVE_NETINET_IP_H
5936 # include <netinet/ip.h>
5937 #endif
5939 eval as_val=\$$as_ac_Header
5940 if test "x$as_val" = x""yes; then :
5941 cat >>confdefs.h <<_ACEOF
5942 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5943 _ACEOF
5947 done
5950 for ac_header in netinet/tcp_timer.h netinet/udp_var.h netinet/icmp_var.h netinet/tcp_var.h
5951 do :
5952 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5953 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
5954 #ifdef HAVE_ALIAS_H
5955 # include <alias.h>
5956 #endif
5957 #ifdef HAVE_SYS_SOCKET_H
5958 # include <sys/socket.h>
5959 #endif
5960 #ifdef HAVE_SYS_SOCKETVAR_H
5961 # include <sys/socketvar.h>
5962 #endif
5963 #ifdef HAVE_SYS_TIMEOUT_H
5964 # include <sys/timeout.h>
5965 #endif
5966 #ifdef HAVE_NETINET_IN_H
5967 # include <netinet/in.h>
5968 #endif
5969 #ifdef HAVE_NETINET_IN_SYSTM_H
5970 # include <netinet/in_systm.h>
5971 #endif
5972 #ifdef HAVE_NETINET_IP_H
5973 # include <netinet/ip.h>
5974 #endif
5975 #ifdef HAVE_NETINET_IP_VAR_H
5976 # include <netinet/ip_var.h>
5977 #endif
5978 #ifdef HAVE_NETINET_IP_ICMP_H
5979 # include <netinet/ip_icmp.h>
5980 #endif
5981 #ifdef HAVE_NETINET_UDP_H
5982 # include <netinet/udp.h>
5983 #endif
5984 #ifdef HAVE_NETINET_TCP_H
5985 # include <netinet/tcp.h>
5986 #endif
5987 #ifdef HAVE_NETINET_TCP_TIMER_H
5988 #include <netinet/tcp_timer.h>
5989 #endif
5991 eval as_val=\$$as_ac_Header
5992 if test "x$as_val" = x""yes; then :
5993 cat >>confdefs.h <<_ACEOF
5994 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5995 _ACEOF
5999 done
6002 for ac_header in linux/ipx.h linux/irda.h
6003 do :
6004 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6005 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
6006 #ifdef HAVE_ASM_TYPES_H
6007 # include <asm/types.h>
6008 #endif
6009 #ifdef HAVE_SYS_SOCKET_H
6010 # include <sys/socket.h>
6011 #endif
6012 #ifdef HAVE_LINUX_TYPES_H
6013 # include <linux/types.h>
6014 #endif
6016 eval as_val=\$$as_ac_Header
6017 if test "x$as_val" = x""yes; then :
6018 cat >>confdefs.h <<_ACEOF
6019 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6020 _ACEOF
6024 done
6027 for ac_header in mach-o/dyld_images.h
6028 do :
6029 ac_fn_c_check_header_compile "$LINENO" "mach-o/dyld_images.h" "ac_cv_header_mach_o_dyld_images_h" "#ifdef HAVE_STDBOOL_H
6030 # include <stdbool.h>
6031 #endif
6032 #ifdef HAVE_STDINT_H
6033 # include <stdint.h>
6034 #endif
6036 if test "x$ac_cv_header_mach_o_dyld_images_h" = x""yes; then :
6037 cat >>confdefs.h <<_ACEOF
6038 #define HAVE_MACH_O_DYLD_IMAGES_H 1
6039 _ACEOF
6043 done
6046 for ac_header in resolv.h
6047 do :
6048 ac_fn_c_check_header_compile "$LINENO" "resolv.h" "ac_cv_header_resolv_h" "#include <sys/types.h>
6049 #ifdef HAVE_SYS_SOCKET_H
6050 # include <sys/socket.h>
6051 #endif
6052 #ifdef HAVE_NETINET_IN_H
6053 # include <netinet/in.h>
6054 #endif
6055 #ifdef HAVE_ARPA_NAMESER_H
6056 # include <arpa/nameser.h>
6057 #endif
6059 if test "x$ac_cv_header_resolv_h" = x""yes; then :
6060 cat >>confdefs.h <<_ACEOF
6061 #define HAVE_RESOLV_H 1
6062 _ACEOF
6066 done
6069 for ac_header in ifaddrs.h
6070 do :
6071 ac_fn_c_check_header_compile "$LINENO" "ifaddrs.h" "ac_cv_header_ifaddrs_h" "#include <sys/types.h>
6073 if test "x$ac_cv_header_ifaddrs_h" = x""yes; then :
6074 cat >>confdefs.h <<_ACEOF
6075 #define HAVE_IFADDRS_H 1
6076 _ACEOF
6080 done
6083 for ac_header in ucontext.h
6084 do :
6085 ac_fn_c_check_header_compile "$LINENO" "ucontext.h" "ac_cv_header_ucontext_h" "#include <signal.h>
6087 if test "x$ac_cv_header_ucontext_h" = x""yes; then :
6088 cat >>confdefs.h <<_ACEOF
6089 #define HAVE_UCONTEXT_H 1
6090 _ACEOF
6094 done
6097 for ac_header in sys/thr.h
6098 do :
6099 ac_fn_c_check_header_compile "$LINENO" "sys/thr.h" "ac_cv_header_sys_thr_h" "#include <sys/types.h>
6100 #ifdef HAVE_UCONTEXT_H
6101 #include <ucontext.h>
6102 #endif
6104 if test "x$ac_cv_header_sys_thr_h" = x""yes; then :
6105 cat >>confdefs.h <<_ACEOF
6106 #define HAVE_SYS_THR_H 1
6107 _ACEOF
6111 done
6114 for ac_header in pthread_np.h
6115 do :
6116 ac_fn_c_check_header_compile "$LINENO" "pthread_np.h" "ac_cv_header_pthread_np_h" "#ifdef HAVE_PTHREAD_H
6117 #include <pthread.h>
6118 #endif
6120 if test "x$ac_cv_header_pthread_np_h" = x""yes; then :
6121 cat >>confdefs.h <<_ACEOF
6122 #define HAVE_PTHREAD_NP_H 1
6123 _ACEOF
6127 done
6130 for ac_header in linux/videodev.h
6131 do :
6132 ac_fn_c_check_header_compile "$LINENO" "linux/videodev.h" "ac_cv_header_linux_videodev_h" "#ifdef HAVE_SYS_TIME_H
6133 #include <sys/time.h>
6134 #endif
6135 #include <sys/types.h>
6136 #ifdef HAVE_ASM_TYPES_H
6137 #include <asm/types.h>
6138 #endif
6140 if test "x$ac_cv_header_linux_videodev_h" = x""yes; then :
6141 cat >>confdefs.h <<_ACEOF
6142 #define HAVE_LINUX_VIDEODEV_H 1
6143 _ACEOF
6147 done
6150 for ac_header in linux/capi.h
6151 do :
6152 ac_fn_c_check_header_compile "$LINENO" "linux/capi.h" "ac_cv_header_linux_capi_h" "#define __user
6154 if test "x$ac_cv_header_linux_capi_h" = x""yes; then :
6155 cat >>confdefs.h <<_ACEOF
6156 #define HAVE_LINUX_CAPI_H 1
6157 _ACEOF
6161 done
6165 DLLEXT=""
6167 DLLFLAGS="-D_REENTRANT"
6169 LDSHARED=""
6171 LDDLLFLAGS=""
6173 LIBEXT="so"
6175 IMPLIBEXT="def"
6177 LDRPATH_INSTALL=""
6179 LDRPATH_LOCAL=""
6181 STATIC_IMPLIBEXT="def.a"
6182 # Extract the first word of "ldd", so it can be a program name with args.
6183 set dummy ldd; ac_word=$2
6184 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6185 $as_echo_n "checking for $ac_word... " >&6; }
6186 if test "${ac_cv_path_LDD+set}" = set; then :
6187 $as_echo_n "(cached) " >&6
6188 else
6189 case $LDD in
6190 [\\/]* | ?:[\\/]*)
6191 ac_cv_path_LDD="$LDD" # Let the user override the test with a path.
6194 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6195 as_dummy="/sbin:/usr/sbin:$PATH"
6196 for as_dir in $as_dummy
6198 IFS=$as_save_IFS
6199 test -z "$as_dir" && as_dir=.
6200 for ac_exec_ext in '' $ac_executable_extensions; do
6201 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6202 ac_cv_path_LDD="$as_dir/$ac_word$ac_exec_ext"
6203 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6204 break 2
6206 done
6207 done
6208 IFS=$as_save_IFS
6210 test -z "$ac_cv_path_LDD" && ac_cv_path_LDD="true"
6212 esac
6214 LDD=$ac_cv_path_LDD
6215 if test -n "$LDD"; then
6216 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LDD" >&5
6217 $as_echo "$LDD" >&6; }
6218 else
6219 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6220 $as_echo "no" >&6; }
6225 case $host_os in
6226 cygwin*|mingw32*)
6227 if test -n "$ac_tool_prefix"; then
6228 # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
6229 set dummy ${ac_tool_prefix}dlltool; ac_word=$2
6230 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6231 $as_echo_n "checking for $ac_word... " >&6; }
6232 if test "${ac_cv_prog_DLLTOOL+set}" = set; then :
6233 $as_echo_n "(cached) " >&6
6234 else
6235 if test -n "$DLLTOOL"; then
6236 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
6237 else
6238 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6239 for as_dir in $PATH
6241 IFS=$as_save_IFS
6242 test -z "$as_dir" && as_dir=.
6243 for ac_exec_ext in '' $ac_executable_extensions; do
6244 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6245 ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
6246 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6247 break 2
6249 done
6250 done
6251 IFS=$as_save_IFS
6255 DLLTOOL=$ac_cv_prog_DLLTOOL
6256 if test -n "$DLLTOOL"; then
6257 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
6258 $as_echo "$DLLTOOL" >&6; }
6259 else
6260 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6261 $as_echo "no" >&6; }
6266 if test -z "$ac_cv_prog_DLLTOOL"; then
6267 ac_ct_DLLTOOL=$DLLTOOL
6268 # Extract the first word of "dlltool", so it can be a program name with args.
6269 set dummy dlltool; ac_word=$2
6270 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6271 $as_echo_n "checking for $ac_word... " >&6; }
6272 if test "${ac_cv_prog_ac_ct_DLLTOOL+set}" = set; then :
6273 $as_echo_n "(cached) " >&6
6274 else
6275 if test -n "$ac_ct_DLLTOOL"; then
6276 ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test.
6277 else
6278 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6279 for as_dir in $PATH
6281 IFS=$as_save_IFS
6282 test -z "$as_dir" && as_dir=.
6283 for ac_exec_ext in '' $ac_executable_extensions; do
6284 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6285 ac_cv_prog_ac_ct_DLLTOOL="dlltool"
6286 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6287 break 2
6289 done
6290 done
6291 IFS=$as_save_IFS
6295 ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
6296 if test -n "$ac_ct_DLLTOOL"; then
6297 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DLLTOOL" >&5
6298 $as_echo "$ac_ct_DLLTOOL" >&6; }
6299 else
6300 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6301 $as_echo "no" >&6; }
6304 if test "x$ac_ct_DLLTOOL" = x; then
6305 DLLTOOL="false"
6306 else
6307 case $cross_compiling:$ac_tool_warned in
6308 yes:)
6309 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6310 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6311 ac_tool_warned=yes ;;
6312 esac
6313 DLLTOOL=$ac_ct_DLLTOOL
6315 else
6316 DLLTOOL="$ac_cv_prog_DLLTOOL"
6319 if test -n "$ac_tool_prefix"; then
6320 # Extract the first word of "${ac_tool_prefix}dllwrap", so it can be a program name with args.
6321 set dummy ${ac_tool_prefix}dllwrap; ac_word=$2
6322 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6323 $as_echo_n "checking for $ac_word... " >&6; }
6324 if test "${ac_cv_prog_DLLWRAP+set}" = set; then :
6325 $as_echo_n "(cached) " >&6
6326 else
6327 if test -n "$DLLWRAP"; then
6328 ac_cv_prog_DLLWRAP="$DLLWRAP" # Let the user override the test.
6329 else
6330 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6331 for as_dir in $PATH
6333 IFS=$as_save_IFS
6334 test -z "$as_dir" && as_dir=.
6335 for ac_exec_ext in '' $ac_executable_extensions; do
6336 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6337 ac_cv_prog_DLLWRAP="${ac_tool_prefix}dllwrap"
6338 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6339 break 2
6341 done
6342 done
6343 IFS=$as_save_IFS
6347 DLLWRAP=$ac_cv_prog_DLLWRAP
6348 if test -n "$DLLWRAP"; then
6349 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLWRAP" >&5
6350 $as_echo "$DLLWRAP" >&6; }
6351 else
6352 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6353 $as_echo "no" >&6; }
6358 if test -z "$ac_cv_prog_DLLWRAP"; then
6359 ac_ct_DLLWRAP=$DLLWRAP
6360 # Extract the first word of "dllwrap", so it can be a program name with args.
6361 set dummy dllwrap; ac_word=$2
6362 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6363 $as_echo_n "checking for $ac_word... " >&6; }
6364 if test "${ac_cv_prog_ac_ct_DLLWRAP+set}" = set; then :
6365 $as_echo_n "(cached) " >&6
6366 else
6367 if test -n "$ac_ct_DLLWRAP"; then
6368 ac_cv_prog_ac_ct_DLLWRAP="$ac_ct_DLLWRAP" # Let the user override the test.
6369 else
6370 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6371 for as_dir in $PATH
6373 IFS=$as_save_IFS
6374 test -z "$as_dir" && as_dir=.
6375 for ac_exec_ext in '' $ac_executable_extensions; do
6376 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6377 ac_cv_prog_ac_ct_DLLWRAP="dllwrap"
6378 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6379 break 2
6381 done
6382 done
6383 IFS=$as_save_IFS
6387 ac_ct_DLLWRAP=$ac_cv_prog_ac_ct_DLLWRAP
6388 if test -n "$ac_ct_DLLWRAP"; then
6389 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DLLWRAP" >&5
6390 $as_echo "$ac_ct_DLLWRAP" >&6; }
6391 else
6392 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6393 $as_echo "no" >&6; }
6396 if test "x$ac_ct_DLLWRAP" = x; then
6397 DLLWRAP="false"
6398 else
6399 case $cross_compiling:$ac_tool_warned in
6400 yes:)
6401 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6402 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6403 ac_tool_warned=yes ;;
6404 esac
6405 DLLWRAP=$ac_ct_DLLWRAP
6407 else
6408 DLLWRAP="$ac_cv_prog_DLLWRAP"
6411 if test "$DLLWRAP" = "false"; then
6412 LIBEXT="a"
6413 else
6414 LIBEXT="dll"
6416 IMPLIBEXT="a"
6417 STATIC_IMPLIBEXT="a"
6418 enable_iphlpapi=${enable_iphlpapi:-no}
6419 enable_kernel32=${enable_kernel32:-no}
6420 enable_msvcrt=${enable_msvcrt:-no}
6421 enable_ntdll=${enable_ntdll:-no}
6422 enable_ws2_32=${enable_ws2_32:-no}
6423 enable_loader=${enable_loader:-no}
6424 enable_server=${enable_server:-no}
6425 with_x=${with_x:-no}
6426 with_pthread=${with_pthread:-no}
6428 darwin*|macosx*)
6429 DLLEXT=".so"
6430 LIBEXT="dylib"
6431 DLLFLAGS="$DLLFLAGS -fPIC"
6432 LDDLLFLAGS="-bundle -multiply_defined suppress"
6433 LIBWINE_LDFLAGS="-multiply_defined suppress"
6434 LDSHARED="\$(CC) -dynamiclib"
6435 STRIP="$STRIP -x"
6436 LDRPATH_LOCAL="&& install_name_tool -change @executable_path/\`\$(RELPATH) \$(bindir) \$(libdir)\`/libwine.1.dylib @executable_path/\$(TOPOBJDIR)/libs/wine/libwine.1.dylib \$@ || \$(RM) \$@"
6437 SECURITYLIB="-framework Security -framework CoreFoundation"
6439 COREFOUNDATIONLIB="-framework CoreFoundation"
6441 IOKITLIB="-framework IOKit -framework CoreFoundation"
6443 LDEXECFLAGS="-image_base 0x7bf00000 -Wl,-segaddr,WINE_DOS,0x00000000,-segaddr,WINE_SHAREDHEAP,0x7f000000"
6445 if test "$ac_cv_header_DiskArbitration_DiskArbitration_h" = "yes"
6446 then
6447 DISKARBITRATIONLIB="-framework DiskArbitration -framework CoreFoundation"
6450 if test "$ac_cv_header_CoreAudio_CoreAudio_h" = "yes" -a "$ac_cv_header_AudioUnit_AudioUnit_h" = "yes"
6451 then
6452 COREAUDIO="-framework CoreAudio -framework AudioUnit -framework CoreServices -framework AudioToolbox -framework CoreMIDI"
6454 ac_save_LIBS="$LIBS"
6455 if test "$ac_cv_header_AudioToolbox_AudioFile_h" = "yes"
6456 then
6457 LIBS="$LIBS $COREAUDIO"
6458 for ac_func in AudioFileStreamOpen
6459 do :
6460 ac_fn_c_check_func "$LINENO" "AudioFileStreamOpen" "ac_cv_func_AudioFileStreamOpen"
6461 if test "x$ac_cv_func_AudioFileStreamOpen" = x""yes; then :
6462 cat >>confdefs.h <<_ACEOF
6463 #define HAVE_AUDIOFILESTREAMOPEN 1
6464 _ACEOF
6467 done
6469 LIBS="$ac_save_LIBS"
6471 test "x$ac_cv_func_AudioFileStreamOpen" = xyes || as_fn_append wine_notices "|AudioToolbox version too old, mp3 codec won't be supported."
6473 if test "$ac_cv_header_OpenAL_al_h" = "yes"
6474 then
6475 LIBOPENAL="-framework OpenAL"
6477 ac_cv_lib_openal_alGetSource3i=yes
6479 if test "$ac_cv_header_IOKit_hid_IOHIDLib_h" = "yes"
6480 then
6481 ac_save_LIBS="$LIBS"
6482 LIBS="$LIBS $IOKITLIB"
6483 for ac_func in IOHIDManagerCreate
6484 do :
6485 ac_fn_c_check_func "$LINENO" "IOHIDManagerCreate" "ac_cv_func_IOHIDManagerCreate"
6486 if test "x$ac_cv_func_IOHIDManagerCreate" = x""yes; then :
6487 cat >>confdefs.h <<_ACEOF
6488 #define HAVE_IOHIDMANAGERCREATE 1
6489 _ACEOF
6492 done
6494 LIBS="$ac_save_LIBS"
6496 case $host_cpu in
6497 *powerpc*)
6498 LDDLLFLAGS="$LDDLLFLAGS -read_only_relocs warning" ;;
6499 esac
6500 if test "$ac_cv_header_Carbon_Carbon_h" = "yes"
6501 then
6502 CARBONLIB="-framework Carbon"
6504 enable_winequartz_drv=${enable_winequartz_drv:-yes}
6506 if test "x$enable_win16" = "xyes"
6507 then
6508 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether 16-bit code can be built correctly" >&5
6509 $as_echo_n "checking whether 16-bit code can be built correctly... " >&6; }
6510 if test "$cross_compiling" = yes; then :
6511 { $as_echo "$as_me:${as_lineno-$LINENO}: result: cross-compiling, assuming yes" >&5
6512 $as_echo "cross-compiling, assuming yes" >&6; }
6513 else
6514 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6515 /* end confdefs.h. */
6516 asm(".text\n"
6517 "bad:\tnop;nop\n"
6518 "good:\tnop;nop\n\t"
6519 ".globl _testfunc\n"
6520 "_testfunc:\tcallw good");
6521 extern void testfunc();
6523 main ()
6525 unsigned short *p = (unsigned short *)testfunc;
6526 return p[0] != 0xe866 || p[1] != 0xfffa
6528 return 0;
6530 _ACEOF
6531 if ac_fn_c_try_run "$LINENO"; then :
6532 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6533 $as_echo "yes" >&6; }
6534 else
6535 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6536 $as_echo "no" >&6; }
6537 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
6539 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
6540 conftest.$ac_objext conftest.beam conftest.$ac_ext
6546 DLLFLAGS="$DLLFLAGS -fPIC"
6547 DLLEXT=".so"
6548 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can build a GNU style ELF dll" >&5
6549 $as_echo_n "checking whether we can build a GNU style ELF dll... " >&6; }
6550 if test "${ac_cv_c_dll_gnuelf+set}" = set; then :
6551 $as_echo_n "(cached) " >&6
6552 else
6553 ac_wine_try_cflags_saved=$CFLAGS
6554 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic"
6555 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6556 /* end confdefs.h. */
6557 void myfunc() {}
6558 _ACEOF
6559 if ac_fn_c_try_link "$LINENO"; then :
6560 ac_cv_c_dll_gnuelf="yes"
6561 else
6562 ac_cv_c_dll_gnuelf="no"
6564 rm -f core conftest.err conftest.$ac_objext \
6565 conftest$ac_exeext conftest.$ac_ext
6566 CFLAGS=$ac_wine_try_cflags_saved
6568 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dll_gnuelf" >&5
6569 $as_echo "$ac_cv_c_dll_gnuelf" >&6; }
6570 if test "$ac_cv_c_dll_gnuelf" = "yes"
6571 then
6572 LDSHARED="\$(CC) -shared"
6573 LDDLLFLAGS="-shared -Wl,-Bsymbolic"
6574 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1" >&5
6575 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1... " >&6; }
6576 if test "${ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1+set}" = set; then :
6577 $as_echo_n "(cached) " >&6
6578 else
6579 ac_wine_try_cflags_saved=$CFLAGS
6580 CFLAGS="$CFLAGS -fPIC -shared -Wl,-soname,confest.so.1"
6581 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6582 /* end confdefs.h. */
6583 int main(int argc, char **argv) { return 0; }
6584 _ACEOF
6585 if ac_fn_c_try_link "$LINENO"; then :
6586 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=yes
6587 else
6588 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=no
6590 rm -f core conftest.err conftest.$ac_objext \
6591 conftest$ac_exeext conftest.$ac_ext
6592 CFLAGS=$ac_wine_try_cflags_saved
6594 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&5
6595 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&6; }
6596 if test $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1 = yes; then :
6597 LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-soname,%)"
6598 else
6599 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1" >&5
6600 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1... " >&6; }
6601 if test "${ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1+set}" = set; then :
6602 $as_echo_n "(cached) " >&6
6603 else
6604 ac_wine_try_cflags_saved=$CFLAGS
6605 CFLAGS="$CFLAGS -fPIC -shared -Wl,-h,confest.so.1"
6606 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6607 /* end confdefs.h. */
6608 int main(int argc, char **argv) { return 0; }
6609 _ACEOF
6610 if ac_fn_c_try_link "$LINENO"; then :
6611 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=yes
6612 else
6613 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=no
6615 rm -f core conftest.err conftest.$ac_objext \
6616 conftest$ac_exeext conftest.$ac_ext
6617 CFLAGS=$ac_wine_try_cflags_saved
6619 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&5
6620 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&6; }
6621 if test $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1 = yes; then :
6622 LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-h,%)"
6626 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs" >&5
6627 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs... " >&6; }
6628 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs+set}" = set; then :
6629 $as_echo_n "(cached) " >&6
6630 else
6631 ac_wine_try_cflags_saved=$CFLAGS
6632 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-z,defs"
6633 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6634 /* end confdefs.h. */
6635 int main(int argc, char **argv) { return 0; }
6636 _ACEOF
6637 if ac_fn_c_try_link "$LINENO"; then :
6638 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=yes
6639 else
6640 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=no
6642 rm -f core conftest.err conftest.$ac_objext \
6643 conftest$ac_exeext conftest.$ac_ext
6644 CFLAGS=$ac_wine_try_cflags_saved
6646 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&5
6647 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&6; }
6648 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs = yes; then :
6649 LDDLLFLAGS="$LDDLLFLAGS,-z,defs"
6652 { $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
6653 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini... " >&6; }
6654 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini+set}" = set; then :
6655 $as_echo_n "(cached) " >&6
6656 else
6657 ac_wine_try_cflags_saved=$CFLAGS
6658 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini"
6659 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6660 /* end confdefs.h. */
6661 int main(int argc, char **argv) { return 0; }
6662 _ACEOF
6663 if ac_fn_c_try_link "$LINENO"; then :
6664 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=yes
6665 else
6666 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=no
6668 rm -f core conftest.err conftest.$ac_objext \
6669 conftest$ac_exeext conftest.$ac_ext
6670 CFLAGS=$ac_wine_try_cflags_saved
6672 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&5
6673 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&6; }
6674 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini = yes; then :
6675 LDDLLFLAGS="$LDDLLFLAGS,-init,__wine_spec_init,-fini,__wine_spec_fini"
6678 echo '{ global: *; };' >conftest.map
6679 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map" >&5
6680 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map... " >&6; }
6681 if test "${ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map+set}" = set; then :
6682 $as_echo_n "(cached) " >&6
6683 else
6684 ac_wine_try_cflags_saved=$CFLAGS
6685 CFLAGS="$CFLAGS -fPIC -shared -Wl,--version-script=conftest.map"
6686 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6687 /* end confdefs.h. */
6688 int main(int argc, char **argv) { return 0; }
6689 _ACEOF
6690 if ac_fn_c_try_link "$LINENO"; then :
6691 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=yes
6692 else
6693 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=no
6695 rm -f core conftest.err conftest.$ac_objext \
6696 conftest$ac_exeext conftest.$ac_ext
6697 CFLAGS=$ac_wine_try_cflags_saved
6699 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&5
6700 $as_echo "$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&6; }
6701 if test $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map = yes; then :
6702 LDSHARED="$LDSHARED \$(VERSCRIPT:%=-Wl,--version-script=%)"
6704 rm -f conftest.map
6706 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
6707 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--export-dynamic... " >&6; }
6708 if test "${ac_cv_cflags__fPIC__Wl___export_dynamic+set}" = set; then :
6709 $as_echo_n "(cached) " >&6
6710 else
6711 ac_wine_try_cflags_saved=$CFLAGS
6712 CFLAGS="$CFLAGS -fPIC -Wl,--export-dynamic"
6713 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6714 /* end confdefs.h. */
6715 int main(int argc, char **argv) { return 0; }
6716 _ACEOF
6717 if ac_fn_c_try_link "$LINENO"; then :
6718 ac_cv_cflags__fPIC__Wl___export_dynamic=yes
6719 else
6720 ac_cv_cflags__fPIC__Wl___export_dynamic=no
6722 rm -f core conftest.err conftest.$ac_objext \
6723 conftest$ac_exeext conftest.$ac_ext
6724 CFLAGS=$ac_wine_try_cflags_saved
6726 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
6727 $as_echo "$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
6728 if test $ac_cv_cflags__fPIC__Wl___export_dynamic = yes; then :
6729 LDEXECFLAGS="-Wl,--export-dynamic"
6733 as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,--rpath,\\$ORIGIN/../lib" | $as_tr_sh`
6734 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
6735 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... " >&6; }
6736 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then :
6737 $as_echo_n "(cached) " >&6
6738 else
6739 ac_wine_try_cflags_saved=$CFLAGS
6740 CFLAGS="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
6741 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6742 /* end confdefs.h. */
6743 int main(int argc, char **argv) { return 0; }
6744 _ACEOF
6745 if ac_fn_c_try_link "$LINENO"; then :
6746 eval "$as_ac_var=yes"
6747 else
6748 eval "$as_ac_var=no"
6750 rm -f core conftest.err conftest.$ac_objext \
6751 conftest$ac_exeext conftest.$ac_ext
6752 CFLAGS=$ac_wine_try_cflags_saved
6754 eval ac_res=\$$as_ac_var
6755 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
6756 $as_echo "$ac_res" >&6; }
6757 if test `eval 'as_val=${'$as_ac_var'};$as_echo "$as_val"'` = yes; then :
6758 LDRPATH_INSTALL="-Wl,--rpath,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
6759 LDRPATH_LOCAL="-Wl,--rpath,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
6760 else
6761 as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,-R,\\$ORIGIN/../lib" | $as_tr_sh`
6762 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
6763 $as_echo_n "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... " >&6; }
6764 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then :
6765 $as_echo_n "(cached) " >&6
6766 else
6767 ac_wine_try_cflags_saved=$CFLAGS
6768 CFLAGS="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
6769 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6770 /* end confdefs.h. */
6771 int main(int argc, char **argv) { return 0; }
6772 _ACEOF
6773 if ac_fn_c_try_link "$LINENO"; then :
6774 eval "$as_ac_var=yes"
6775 else
6776 eval "$as_ac_var=no"
6778 rm -f core conftest.err conftest.$ac_objext \
6779 conftest$ac_exeext conftest.$ac_ext
6780 CFLAGS=$ac_wine_try_cflags_saved
6782 eval ac_res=\$$as_ac_var
6783 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
6784 $as_echo "$ac_res" >&6; }
6785 if test `eval 'as_val=${'$as_ac_var'};$as_echo "$as_val"'` = yes; then :
6786 LDRPATH_INSTALL="-Wl,-R,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
6787 LDRPATH_LOCAL="-Wl,-R,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
6791 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
6792 $as_echo_n "checking whether the compiler supports -Wl,--enable-new-dtags... " >&6; }
6793 if test "${ac_cv_cflags__Wl___enable_new_dtags+set}" = set; then :
6794 $as_echo_n "(cached) " >&6
6795 else
6796 ac_wine_try_cflags_saved=$CFLAGS
6797 CFLAGS="$CFLAGS -Wl,--enable-new-dtags"
6798 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6799 /* end confdefs.h. */
6800 int main(int argc, char **argv) { return 0; }
6801 _ACEOF
6802 if ac_fn_c_try_link "$LINENO"; then :
6803 ac_cv_cflags__Wl___enable_new_dtags=yes
6804 else
6805 ac_cv_cflags__Wl___enable_new_dtags=no
6807 rm -f core conftest.err conftest.$ac_objext \
6808 conftest$ac_exeext conftest.$ac_ext
6809 CFLAGS=$ac_wine_try_cflags_saved
6811 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
6812 $as_echo "$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
6813 if test $ac_cv_cflags__Wl___enable_new_dtags = yes; then :
6814 LDRPATH_INSTALL="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
6817 case $host_cpu in
6818 *i[3456789]86* | x86_64)
6819 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400" >&5
6820 $as_echo_n "checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400... " >&6; }
6821 if test "${ac_cv_cflags__Wl___section_start__interp_0x7bf00400+set}" = set; then :
6822 $as_echo_n "(cached) " >&6
6823 else
6824 ac_wine_try_cflags_saved=$CFLAGS
6825 CFLAGS="$CFLAGS -Wl,--section-start,.interp=0x7bf00400"
6826 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6827 /* end confdefs.h. */
6828 int main(int argc, char **argv) { return 0; }
6829 _ACEOF
6830 if ac_fn_c_try_link "$LINENO"; then :
6831 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=yes
6832 else
6833 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=no
6835 rm -f core conftest.err conftest.$ac_objext \
6836 conftest$ac_exeext conftest.$ac_ext
6837 CFLAGS=$ac_wine_try_cflags_saved
6839 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&5
6840 $as_echo "$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&6; }
6841 if test $ac_cv_cflags__Wl___section_start__interp_0x7bf00400 = yes; then :
6842 LDEXECFLAGS="$LDEXECFLAGS -Wl,--section-start,.interp=0x7bf00400"
6845 esac
6847 else
6848 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can build a UnixWare (Solaris) dll" >&5
6849 $as_echo_n "checking whether we can build a UnixWare (Solaris) dll... " >&6; }
6850 if test "${ac_cv_c_dll_unixware+set}" = set; then :
6851 $as_echo_n "(cached) " >&6
6852 else
6853 ac_wine_try_cflags_saved=$CFLAGS
6854 CFLAGS="$CFLAGS -fPIC -Wl,-G,-h,conftest.so.1.0,-B,symbolic"
6855 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6856 /* end confdefs.h. */
6857 void myfunc() {}
6858 _ACEOF
6859 if ac_fn_c_try_link "$LINENO"; then :
6860 ac_cv_c_dll_unixware="yes"
6861 else
6862 ac_cv_c_dll_unixware="no"
6864 rm -f core conftest.err conftest.$ac_objext \
6865 conftest$ac_exeext conftest.$ac_ext
6866 CFLAGS=$ac_wine_try_cflags_saved
6868 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dll_unixware" >&5
6869 $as_echo "$ac_cv_c_dll_unixware" >&6; }
6870 if test "$ac_cv_c_dll_unixware" = "yes"
6871 then
6872 LDSHARED="\$(CC) -Wl,-G \$(SONAME:%=-Wl,-h,%)"
6873 LDDLLFLAGS="-Wl,-G,-B,symbolic"
6875 else
6876 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can build an HP-UX dll" >&5
6877 $as_echo_n "checking whether we can build an HP-UX dll... " >&6; }
6878 if test "${ac_cv_c_dll_hpux+set}" = set; then :
6879 $as_echo_n "(cached) " >&6
6880 else
6881 ac_wine_try_cflags_saved=$CFLAGS
6882 CFLAGS="$CFLAGS -shared"
6883 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6884 /* end confdefs.h. */
6885 void myfunc() {}
6886 _ACEOF
6887 if ac_fn_c_try_link "$LINENO"; then :
6888 ac_cv_c_dll_hpux="yes"
6889 else
6890 ac_cv_c_dll_hpux="no"
6892 rm -f core conftest.err conftest.$ac_objext \
6893 conftest$ac_exeext conftest.$ac_ext
6894 CFLAGS=$ac_wine_try_cflags_saved
6896 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dll_hpux" >&5
6897 $as_echo "$ac_cv_c_dll_hpux" >&6; }
6898 if test "$ac_cv_c_dll_hpux" = "yes"
6899 then
6900 LIBEXT="sl"
6901 DLLEXT=".sl"
6902 LDDLLFLAGS="-shared -fPIC"
6903 LDSHARED="\$(CC) -shared"
6908 esac
6910 enable_winequartz_drv=${enable_winequartz_drv:-no}
6912 if test "$LIBEXT" = "a"; then
6913 as_fn_error "could not find a way to build shared libraries.
6914 It is currently not possible to build Wine without shared library
6915 (.so) support to allow transparent switch between .so and .dll files.
6916 If you are using Linux, you will need a newer binutils.
6917 " "$LINENO" 5
6920 if test "$cross_compiling" = "no" -a "$LIBEXT" != "dll"
6921 then
6922 case "$host_cpu" in
6923 i[3456789]86*)
6924 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 " ;;
6925 x86_64)
6926 ac_prefix_list="x86_64-pc-mingw32-gcc x86_64-w64-mingw32-gcc " ;;
6928 ac_prefix_list="" ;;
6929 esac
6930 for ac_prog in $ac_prefix_list
6932 # Extract the first word of "$ac_prog", so it can be a program name with args.
6933 set dummy $ac_prog; ac_word=$2
6934 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6935 $as_echo_n "checking for $ac_word... " >&6; }
6936 if test "${ac_cv_prog_CROSSCC+set}" = set; then :
6937 $as_echo_n "(cached) " >&6
6938 else
6939 if test -n "$CROSSCC"; then
6940 ac_cv_prog_CROSSCC="$CROSSCC" # Let the user override the test.
6941 else
6942 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6943 for as_dir in $PATH
6945 IFS=$as_save_IFS
6946 test -z "$as_dir" && as_dir=.
6947 for ac_exec_ext in '' $ac_executable_extensions; do
6948 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6949 ac_cv_prog_CROSSCC="$ac_prog"
6950 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6951 break 2
6953 done
6954 done
6955 IFS=$as_save_IFS
6959 CROSSCC=$ac_cv_prog_CROSSCC
6960 if test -n "$CROSSCC"; then
6961 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CROSSCC" >&5
6962 $as_echo "$CROSSCC" >&6; }
6963 else
6964 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6965 $as_echo "no" >&6; }
6969 test -n "$CROSSCC" && break
6970 done
6971 test -n "$CROSSCC" || CROSSCC="false"
6973 if test "$CROSSCC" != "false"
6974 then
6975 CROSSTEST="\$(CROSSTEST)"
6977 set x $CROSSCC
6978 shift
6979 target=""
6980 while test $# -ge 1
6982 case "$1" in
6983 *-gcc) target=`expr "$1" : '\(.*\)-gcc'` ;;
6984 esac
6985 shift
6986 done
6987 if test -n "$target"
6988 then
6989 CROSSTARGET="$target"
6996 if test "$ac_cv_header_pthread_h" = "yes"
6997 then
6998 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pthread_create in -lpthread" >&5
6999 $as_echo_n "checking for pthread_create in -lpthread... " >&6; }
7000 if test "${ac_cv_lib_pthread_pthread_create+set}" = set; then :
7001 $as_echo_n "(cached) " >&6
7002 else
7003 ac_check_lib_save_LIBS=$LIBS
7004 LIBS="-lpthread $LIBS"
7005 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7006 /* end confdefs.h. */
7008 /* Override any GCC internal prototype to avoid an error.
7009 Use char because int might match the return type of a GCC
7010 builtin and then its argument prototype would still apply. */
7011 #ifdef __cplusplus
7012 extern "C"
7013 #endif
7014 char pthread_create ();
7016 main ()
7018 return pthread_create ();
7020 return 0;
7022 _ACEOF
7023 if ac_fn_c_try_link "$LINENO"; then :
7024 ac_cv_lib_pthread_pthread_create=yes
7025 else
7026 ac_cv_lib_pthread_pthread_create=no
7028 rm -f core conftest.err conftest.$ac_objext \
7029 conftest$ac_exeext conftest.$ac_ext
7030 LIBS=$ac_check_lib_save_LIBS
7032 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pthread_pthread_create" >&5
7033 $as_echo "$ac_cv_lib_pthread_pthread_create" >&6; }
7034 if test "x$ac_cv_lib_pthread_pthread_create" = x""yes; then :
7035 LIBPTHREAD="-lpthread"
7040 if test "x$LIBPTHREAD" = "x"; then :
7041 case "x$with_pthread" in
7042 xno) ;;
7043 *) as_fn_error "pthread ${notice_platform}development files not found.
7044 Wine cannot support threads without libpthread.
7045 Use the --without-pthread option if you really want this." "$LINENO" 5 ;;
7046 esac
7050 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for X" >&5
7051 $as_echo_n "checking for X... " >&6; }
7054 # Check whether --with-x was given.
7055 if test "${with_x+set}" = set; then :
7056 withval=$with_x;
7059 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
7060 if test "x$with_x" = xno; then
7061 # The user explicitly disabled X.
7062 have_x=disabled
7063 else
7064 case $x_includes,$x_libraries in #(
7065 *\'*) as_fn_error "cannot use X directory names containing '" "$LINENO" 5;; #(
7066 *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then :
7067 $as_echo_n "(cached) " >&6
7068 else
7069 # One or both of the vars are not set, and there is no cached value.
7070 ac_x_includes=no ac_x_libraries=no
7071 rm -f -r conftest.dir
7072 if mkdir conftest.dir; then
7073 cd conftest.dir
7074 cat >Imakefile <<'_ACEOF'
7075 incroot:
7076 @echo incroot='${INCROOT}'
7077 usrlibdir:
7078 @echo usrlibdir='${USRLIBDIR}'
7079 libdir:
7080 @echo libdir='${LIBDIR}'
7081 _ACEOF
7082 if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
7083 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
7084 for ac_var in incroot usrlibdir libdir; do
7085 eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
7086 done
7087 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
7088 for ac_extension in a so sl dylib la dll; do
7089 if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
7090 test -f "$ac_im_libdir/libX11.$ac_extension"; then
7091 ac_im_usrlibdir=$ac_im_libdir; break
7093 done
7094 # Screen out bogus values from the imake configuration. They are
7095 # bogus both because they are the default anyway, and because
7096 # using them would break gcc on systems where it needs fixed includes.
7097 case $ac_im_incroot in
7098 /usr/include) ac_x_includes= ;;
7099 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
7100 esac
7101 case $ac_im_usrlibdir in
7102 /usr/lib | /usr/lib64 | /lib | /lib64) ;;
7103 *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
7104 esac
7106 cd ..
7107 rm -f -r conftest.dir
7110 # Standard set of common directories for X headers.
7111 # Check X11 before X11Rn because it is often a symlink to the current release.
7112 ac_x_header_dirs='
7113 /usr/X11/include
7114 /usr/X11R7/include
7115 /usr/X11R6/include
7116 /usr/X11R5/include
7117 /usr/X11R4/include
7119 /usr/include/X11
7120 /usr/include/X11R7
7121 /usr/include/X11R6
7122 /usr/include/X11R5
7123 /usr/include/X11R4
7125 /usr/local/X11/include
7126 /usr/local/X11R7/include
7127 /usr/local/X11R6/include
7128 /usr/local/X11R5/include
7129 /usr/local/X11R4/include
7131 /usr/local/include/X11
7132 /usr/local/include/X11R7
7133 /usr/local/include/X11R6
7134 /usr/local/include/X11R5
7135 /usr/local/include/X11R4
7137 /usr/X386/include
7138 /usr/x386/include
7139 /usr/XFree86/include/X11
7141 /usr/include
7142 /usr/local/include
7143 /usr/unsupported/include
7144 /usr/athena/include
7145 /usr/local/x11r5/include
7146 /usr/lpp/Xamples/include
7148 /usr/openwin/include
7149 /usr/openwin/share/include'
7151 if test "$ac_x_includes" = no; then
7152 # Guess where to find include files, by looking for Xlib.h.
7153 # First, try using that file with no special directory specified.
7154 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7155 /* end confdefs.h. */
7156 #include <X11/Xlib.h>
7157 _ACEOF
7158 if ac_fn_c_try_cpp "$LINENO"; then :
7159 # We can compile using X headers with no special include directory.
7160 ac_x_includes=
7161 else
7162 for ac_dir in $ac_x_header_dirs; do
7163 if test -r "$ac_dir/X11/Xlib.h"; then
7164 ac_x_includes=$ac_dir
7165 break
7167 done
7169 rm -f conftest.err conftest.$ac_ext
7170 fi # $ac_x_includes = no
7172 if test "$ac_x_libraries" = no; then
7173 # Check for the libraries.
7174 # See if we find them without any special options.
7175 # Don't add to $LIBS permanently.
7176 ac_save_LIBS=$LIBS
7177 LIBS="-lX11 $LIBS"
7178 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7179 /* end confdefs.h. */
7180 #include <X11/Xlib.h>
7182 main ()
7184 XrmInitialize ()
7186 return 0;
7188 _ACEOF
7189 if ac_fn_c_try_link "$LINENO"; then :
7190 LIBS=$ac_save_LIBS
7191 # We can link X programs with no special library path.
7192 ac_x_libraries=
7193 else
7194 LIBS=$ac_save_LIBS
7195 for ac_dir in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
7197 # Don't even attempt the hair of trying to link an X program!
7198 for ac_extension in a so sl dylib la dll; do
7199 if test -r "$ac_dir/libX11.$ac_extension"; then
7200 ac_x_libraries=$ac_dir
7201 break 2
7203 done
7204 done
7206 rm -f core conftest.err conftest.$ac_objext \
7207 conftest$ac_exeext conftest.$ac_ext
7208 fi # $ac_x_libraries = no
7210 case $ac_x_includes,$ac_x_libraries in #(
7211 no,* | *,no | *\'*)
7212 # Didn't find X, or a directory has "'" in its name.
7213 ac_cv_have_x="have_x=no";; #(
7215 # Record where we found X for the cache.
7216 ac_cv_have_x="have_x=yes\
7217 ac_x_includes='$ac_x_includes'\
7218 ac_x_libraries='$ac_x_libraries'"
7219 esac
7221 ;; #(
7222 *) have_x=yes;;
7223 esac
7224 eval "$ac_cv_have_x"
7225 fi # $with_x != no
7227 if test "$have_x" != yes; then
7228 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $have_x" >&5
7229 $as_echo "$have_x" >&6; }
7230 no_x=yes
7231 else
7232 # If each of the values was on the command line, it overrides each guess.
7233 test "x$x_includes" = xNONE && x_includes=$ac_x_includes
7234 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
7235 # Update the cache value to reflect the command line values.
7236 ac_cv_have_x="have_x=yes\
7237 ac_x_includes='$x_includes'\
7238 ac_x_libraries='$x_libraries'"
7239 { $as_echo "$as_me:${as_lineno-$LINENO}: result: libraries $x_libraries, headers $x_includes" >&5
7240 $as_echo "libraries $x_libraries, headers $x_includes" >&6; }
7243 if test "$no_x" = yes; then
7244 # Not all programs may use this symbol, but it does not hurt to define it.
7246 $as_echo "#define X_DISPLAY_MISSING 1" >>confdefs.h
7248 X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
7249 else
7250 if test -n "$x_includes"; then
7251 X_CFLAGS="$X_CFLAGS -I$x_includes"
7254 # It would also be nice to do this for all -L options, not just this one.
7255 if test -n "$x_libraries"; then
7256 X_LIBS="$X_LIBS -L$x_libraries"
7257 # For Solaris; some versions of Sun CC require a space after -R and
7258 # others require no space. Words are not sufficient . . . .
7259 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -R must be followed by a space" >&5
7260 $as_echo_n "checking whether -R must be followed by a space... " >&6; }
7261 ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
7262 ac_xsave_c_werror_flag=$ac_c_werror_flag
7263 ac_c_werror_flag=yes
7264 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7265 /* end confdefs.h. */
7268 main ()
7272 return 0;
7274 _ACEOF
7275 if ac_fn_c_try_link "$LINENO"; then :
7276 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7277 $as_echo "no" >&6; }
7278 X_LIBS="$X_LIBS -R$x_libraries"
7279 else
7280 LIBS="$ac_xsave_LIBS -R $x_libraries"
7281 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7282 /* end confdefs.h. */
7285 main ()
7289 return 0;
7291 _ACEOF
7292 if ac_fn_c_try_link "$LINENO"; then :
7293 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
7294 $as_echo "yes" >&6; }
7295 X_LIBS="$X_LIBS -R $x_libraries"
7296 else
7297 { $as_echo "$as_me:${as_lineno-$LINENO}: result: neither works" >&5
7298 $as_echo "neither works" >&6; }
7300 rm -f core conftest.err conftest.$ac_objext \
7301 conftest$ac_exeext conftest.$ac_ext
7303 rm -f core conftest.err conftest.$ac_objext \
7304 conftest$ac_exeext conftest.$ac_ext
7305 ac_c_werror_flag=$ac_xsave_c_werror_flag
7306 LIBS=$ac_xsave_LIBS
7309 # Check for system-dependent libraries X programs must link with.
7310 # Do this before checking for the system-independent R6 libraries
7311 # (-lICE), since we may need -lsocket or whatever for X linking.
7313 if test "$ISC" = yes; then
7314 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
7315 else
7316 # Martyn Johnson says this is needed for Ultrix, if the X
7317 # libraries were built with DECnet support. And Karl Berry says
7318 # the Alpha needs dnet_stub (dnet does not exist).
7319 ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
7320 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7321 /* end confdefs.h. */
7323 /* Override any GCC internal prototype to avoid an error.
7324 Use char because int might match the return type of a GCC
7325 builtin and then its argument prototype would still apply. */
7326 #ifdef __cplusplus
7327 extern "C"
7328 #endif
7329 char XOpenDisplay ();
7331 main ()
7333 return XOpenDisplay ();
7335 return 0;
7337 _ACEOF
7338 if ac_fn_c_try_link "$LINENO"; then :
7340 else
7341 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet" >&5
7342 $as_echo_n "checking for dnet_ntoa in -ldnet... " >&6; }
7343 if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then :
7344 $as_echo_n "(cached) " >&6
7345 else
7346 ac_check_lib_save_LIBS=$LIBS
7347 LIBS="-ldnet $LIBS"
7348 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7349 /* end confdefs.h. */
7351 /* Override any GCC internal prototype to avoid an error.
7352 Use char because int might match the return type of a GCC
7353 builtin and then its argument prototype would still apply. */
7354 #ifdef __cplusplus
7355 extern "C"
7356 #endif
7357 char dnet_ntoa ();
7359 main ()
7361 return dnet_ntoa ();
7363 return 0;
7365 _ACEOF
7366 if ac_fn_c_try_link "$LINENO"; then :
7367 ac_cv_lib_dnet_dnet_ntoa=yes
7368 else
7369 ac_cv_lib_dnet_dnet_ntoa=no
7371 rm -f core conftest.err conftest.$ac_objext \
7372 conftest$ac_exeext conftest.$ac_ext
7373 LIBS=$ac_check_lib_save_LIBS
7375 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
7376 $as_echo "$ac_cv_lib_dnet_dnet_ntoa" >&6; }
7377 if test "x$ac_cv_lib_dnet_dnet_ntoa" = x""yes; then :
7378 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
7381 if test $ac_cv_lib_dnet_dnet_ntoa = no; then
7382 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet_stub" >&5
7383 $as_echo_n "checking for dnet_ntoa in -ldnet_stub... " >&6; }
7384 if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then :
7385 $as_echo_n "(cached) " >&6
7386 else
7387 ac_check_lib_save_LIBS=$LIBS
7388 LIBS="-ldnet_stub $LIBS"
7389 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7390 /* end confdefs.h. */
7392 /* Override any GCC internal prototype to avoid an error.
7393 Use char because int might match the return type of a GCC
7394 builtin and then its argument prototype would still apply. */
7395 #ifdef __cplusplus
7396 extern "C"
7397 #endif
7398 char dnet_ntoa ();
7400 main ()
7402 return dnet_ntoa ();
7404 return 0;
7406 _ACEOF
7407 if ac_fn_c_try_link "$LINENO"; then :
7408 ac_cv_lib_dnet_stub_dnet_ntoa=yes
7409 else
7410 ac_cv_lib_dnet_stub_dnet_ntoa=no
7412 rm -f core conftest.err conftest.$ac_objext \
7413 conftest$ac_exeext conftest.$ac_ext
7414 LIBS=$ac_check_lib_save_LIBS
7416 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
7417 $as_echo "$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
7418 if test "x$ac_cv_lib_dnet_stub_dnet_ntoa" = x""yes; then :
7419 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
7424 rm -f core conftest.err conftest.$ac_objext \
7425 conftest$ac_exeext conftest.$ac_ext
7426 LIBS="$ac_xsave_LIBS"
7428 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
7429 # to get the SysV transport functions.
7430 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
7431 # needs -lnsl.
7432 # The nsl library prevents programs from opening the X display
7433 # on Irix 5.2, according to T.E. Dickey.
7434 # The functions gethostbyname, getservbyname, and inet_addr are
7435 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
7436 ac_fn_c_check_func "$LINENO" "gethostbyname" "ac_cv_func_gethostbyname"
7437 if test "x$ac_cv_func_gethostbyname" = x""yes; then :
7441 if test $ac_cv_func_gethostbyname = no; then
7442 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5
7443 $as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
7444 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then :
7445 $as_echo_n "(cached) " >&6
7446 else
7447 ac_check_lib_save_LIBS=$LIBS
7448 LIBS="-lnsl $LIBS"
7449 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7450 /* end confdefs.h. */
7452 /* Override any GCC internal prototype to avoid an error.
7453 Use char because int might match the return type of a GCC
7454 builtin and then its argument prototype would still apply. */
7455 #ifdef __cplusplus
7456 extern "C"
7457 #endif
7458 char gethostbyname ();
7460 main ()
7462 return gethostbyname ();
7464 return 0;
7466 _ACEOF
7467 if ac_fn_c_try_link "$LINENO"; then :
7468 ac_cv_lib_nsl_gethostbyname=yes
7469 else
7470 ac_cv_lib_nsl_gethostbyname=no
7472 rm -f core conftest.err conftest.$ac_objext \
7473 conftest$ac_exeext conftest.$ac_ext
7474 LIBS=$ac_check_lib_save_LIBS
7476 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5
7477 $as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
7478 if test "x$ac_cv_lib_nsl_gethostbyname" = x""yes; then :
7479 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
7482 if test $ac_cv_lib_nsl_gethostbyname = no; then
7483 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lbsd" >&5
7484 $as_echo_n "checking for gethostbyname in -lbsd... " >&6; }
7485 if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then :
7486 $as_echo_n "(cached) " >&6
7487 else
7488 ac_check_lib_save_LIBS=$LIBS
7489 LIBS="-lbsd $LIBS"
7490 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7491 /* end confdefs.h. */
7493 /* Override any GCC internal prototype to avoid an error.
7494 Use char because int might match the return type of a GCC
7495 builtin and then its argument prototype would still apply. */
7496 #ifdef __cplusplus
7497 extern "C"
7498 #endif
7499 char gethostbyname ();
7501 main ()
7503 return gethostbyname ();
7505 return 0;
7507 _ACEOF
7508 if ac_fn_c_try_link "$LINENO"; then :
7509 ac_cv_lib_bsd_gethostbyname=yes
7510 else
7511 ac_cv_lib_bsd_gethostbyname=no
7513 rm -f core conftest.err conftest.$ac_objext \
7514 conftest$ac_exeext conftest.$ac_ext
7515 LIBS=$ac_check_lib_save_LIBS
7517 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_bsd_gethostbyname" >&5
7518 $as_echo "$ac_cv_lib_bsd_gethostbyname" >&6; }
7519 if test "x$ac_cv_lib_bsd_gethostbyname" = x""yes; then :
7520 X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
7526 # lieder@skyler.mavd.honeywell.com says without -lsocket,
7527 # socket/setsockopt and other routines are undefined under SCO ODT
7528 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
7529 # on later versions), says Simon Leinen: it contains gethostby*
7530 # variants that don't use the name server (or something). -lsocket
7531 # must be given before -lnsl if both are needed. We assume that
7532 # if connect needs -lnsl, so does gethostbyname.
7533 ac_fn_c_check_func "$LINENO" "connect" "ac_cv_func_connect"
7534 if test "x$ac_cv_func_connect" = x""yes; then :
7538 if test $ac_cv_func_connect = no; then
7539 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for connect in -lsocket" >&5
7540 $as_echo_n "checking for connect in -lsocket... " >&6; }
7541 if test "${ac_cv_lib_socket_connect+set}" = set; then :
7542 $as_echo_n "(cached) " >&6
7543 else
7544 ac_check_lib_save_LIBS=$LIBS
7545 LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
7546 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7547 /* end confdefs.h. */
7549 /* Override any GCC internal prototype to avoid an error.
7550 Use char because int might match the return type of a GCC
7551 builtin and then its argument prototype would still apply. */
7552 #ifdef __cplusplus
7553 extern "C"
7554 #endif
7555 char connect ();
7557 main ()
7559 return connect ();
7561 return 0;
7563 _ACEOF
7564 if ac_fn_c_try_link "$LINENO"; then :
7565 ac_cv_lib_socket_connect=yes
7566 else
7567 ac_cv_lib_socket_connect=no
7569 rm -f core conftest.err conftest.$ac_objext \
7570 conftest$ac_exeext conftest.$ac_ext
7571 LIBS=$ac_check_lib_save_LIBS
7573 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_connect" >&5
7574 $as_echo "$ac_cv_lib_socket_connect" >&6; }
7575 if test "x$ac_cv_lib_socket_connect" = x""yes; then :
7576 X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
7581 # Guillermo Gomez says -lposix is necessary on A/UX.
7582 ac_fn_c_check_func "$LINENO" "remove" "ac_cv_func_remove"
7583 if test "x$ac_cv_func_remove" = x""yes; then :
7587 if test $ac_cv_func_remove = no; then
7588 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for remove in -lposix" >&5
7589 $as_echo_n "checking for remove in -lposix... " >&6; }
7590 if test "${ac_cv_lib_posix_remove+set}" = set; then :
7591 $as_echo_n "(cached) " >&6
7592 else
7593 ac_check_lib_save_LIBS=$LIBS
7594 LIBS="-lposix $LIBS"
7595 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7596 /* end confdefs.h. */
7598 /* Override any GCC internal prototype to avoid an error.
7599 Use char because int might match the return type of a GCC
7600 builtin and then its argument prototype would still apply. */
7601 #ifdef __cplusplus
7602 extern "C"
7603 #endif
7604 char remove ();
7606 main ()
7608 return remove ();
7610 return 0;
7612 _ACEOF
7613 if ac_fn_c_try_link "$LINENO"; then :
7614 ac_cv_lib_posix_remove=yes
7615 else
7616 ac_cv_lib_posix_remove=no
7618 rm -f core conftest.err conftest.$ac_objext \
7619 conftest$ac_exeext conftest.$ac_ext
7620 LIBS=$ac_check_lib_save_LIBS
7622 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_posix_remove" >&5
7623 $as_echo "$ac_cv_lib_posix_remove" >&6; }
7624 if test "x$ac_cv_lib_posix_remove" = x""yes; then :
7625 X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
7630 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
7631 ac_fn_c_check_func "$LINENO" "shmat" "ac_cv_func_shmat"
7632 if test "x$ac_cv_func_shmat" = x""yes; then :
7636 if test $ac_cv_func_shmat = no; then
7637 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shmat in -lipc" >&5
7638 $as_echo_n "checking for shmat in -lipc... " >&6; }
7639 if test "${ac_cv_lib_ipc_shmat+set}" = set; then :
7640 $as_echo_n "(cached) " >&6
7641 else
7642 ac_check_lib_save_LIBS=$LIBS
7643 LIBS="-lipc $LIBS"
7644 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7645 /* end confdefs.h. */
7647 /* Override any GCC internal prototype to avoid an error.
7648 Use char because int might match the return type of a GCC
7649 builtin and then its argument prototype would still apply. */
7650 #ifdef __cplusplus
7651 extern "C"
7652 #endif
7653 char shmat ();
7655 main ()
7657 return shmat ();
7659 return 0;
7661 _ACEOF
7662 if ac_fn_c_try_link "$LINENO"; then :
7663 ac_cv_lib_ipc_shmat=yes
7664 else
7665 ac_cv_lib_ipc_shmat=no
7667 rm -f core conftest.err conftest.$ac_objext \
7668 conftest$ac_exeext conftest.$ac_ext
7669 LIBS=$ac_check_lib_save_LIBS
7671 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ipc_shmat" >&5
7672 $as_echo "$ac_cv_lib_ipc_shmat" >&6; }
7673 if test "x$ac_cv_lib_ipc_shmat" = x""yes; then :
7674 X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
7680 # Check for libraries that X11R6 Xt/Xaw programs need.
7681 ac_save_LDFLAGS=$LDFLAGS
7682 test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
7683 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
7684 # check for ICE first), but we must link in the order -lSM -lICE or
7685 # we get undefined symbols. So assume we have SM if we have ICE.
7686 # These have to be linked with before -lX11, unlike the other
7687 # libraries we check for below, so use a different variable.
7688 # John Interrante, Karl Berry
7689 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for IceConnectionNumber in -lICE" >&5
7690 $as_echo_n "checking for IceConnectionNumber in -lICE... " >&6; }
7691 if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then :
7692 $as_echo_n "(cached) " >&6
7693 else
7694 ac_check_lib_save_LIBS=$LIBS
7695 LIBS="-lICE $X_EXTRA_LIBS $LIBS"
7696 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7697 /* end confdefs.h. */
7699 /* Override any GCC internal prototype to avoid an error.
7700 Use char because int might match the return type of a GCC
7701 builtin and then its argument prototype would still apply. */
7702 #ifdef __cplusplus
7703 extern "C"
7704 #endif
7705 char IceConnectionNumber ();
7707 main ()
7709 return IceConnectionNumber ();
7711 return 0;
7713 _ACEOF
7714 if ac_fn_c_try_link "$LINENO"; then :
7715 ac_cv_lib_ICE_IceConnectionNumber=yes
7716 else
7717 ac_cv_lib_ICE_IceConnectionNumber=no
7719 rm -f core conftest.err conftest.$ac_objext \
7720 conftest$ac_exeext conftest.$ac_ext
7721 LIBS=$ac_check_lib_save_LIBS
7723 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
7724 $as_echo "$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
7725 if test "x$ac_cv_lib_ICE_IceConnectionNumber" = x""yes; then :
7726 X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
7729 LDFLAGS=$ac_save_LDFLAGS
7734 if test "$have_x" = "yes"
7735 then
7736 XLIB="-lX11"
7737 ac_save_CPPFLAGS="$CPPFLAGS"
7738 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
7740 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lX11" >&5
7741 $as_echo_n "checking for -lX11... " >&6; }
7742 if test "${ac_cv_lib_soname_X11+set}" = set; then :
7743 $as_echo_n "(cached) " >&6
7744 else
7745 ac_check_soname_save_LIBS=$LIBS
7746 LIBS="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
7747 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7748 /* end confdefs.h. */
7750 /* Override any GCC internal prototype to avoid an error.
7751 Use char because int might match the return type of a GCC
7752 builtin and then its argument prototype would still apply. */
7753 #ifdef __cplusplus
7754 extern "C"
7755 #endif
7756 char XCreateWindow ();
7758 main ()
7760 return XCreateWindow ();
7762 return 0;
7764 _ACEOF
7765 if ac_fn_c_try_link "$LINENO"; then :
7766 case "$LIBEXT" in
7767 dll) ac_cv_lib_soname_X11=`$ac_cv_path_LDD conftest.exe | grep "X11" | sed -e "s/dll.*/dll/"';2,$d'` ;;
7768 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'` ;;
7769 *) ac_cv_lib_soname_X11=`$ac_cv_path_LDD conftest$ac_exeext | grep "libX11\\.$LIBEXT" | sed -e "s/^.*\(libX11\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
7770 esac
7772 rm -f core conftest.err conftest.$ac_objext \
7773 conftest$ac_exeext conftest.$ac_ext
7774 LIBS=$ac_check_soname_save_LIBS
7776 if test "x$ac_cv_lib_soname_X11" = "x"; then :
7777 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
7778 $as_echo "not found" >&6; }
7780 else
7781 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_X11" >&5
7782 $as_echo "$ac_cv_lib_soname_X11" >&6; }
7784 cat >>confdefs.h <<_ACEOF
7785 #define SONAME_LIBX11 "$ac_cv_lib_soname_X11"
7786 _ACEOF
7790 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXext" >&5
7791 $as_echo_n "checking for -lXext... " >&6; }
7792 if test "${ac_cv_lib_soname_Xext+set}" = set; then :
7793 $as_echo_n "(cached) " >&6
7794 else
7795 ac_check_soname_save_LIBS=$LIBS
7796 LIBS="-lXext $X_LIBS -lX11 $X_EXTRA_LIBS $LIBS"
7797 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7798 /* end confdefs.h. */
7800 /* Override any GCC internal prototype to avoid an error.
7801 Use char because int might match the return type of a GCC
7802 builtin and then its argument prototype would still apply. */
7803 #ifdef __cplusplus
7804 extern "C"
7805 #endif
7806 char XextCreateExtension ();
7808 main ()
7810 return XextCreateExtension ();
7812 return 0;
7814 _ACEOF
7815 if ac_fn_c_try_link "$LINENO"; then :
7816 case "$LIBEXT" in
7817 dll) ac_cv_lib_soname_Xext=`$ac_cv_path_LDD conftest.exe | grep "Xext" | sed -e "s/dll.*/dll/"';2,$d'` ;;
7818 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'` ;;
7819 *) ac_cv_lib_soname_Xext=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXext\\.$LIBEXT" | sed -e "s/^.*\(libXext\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
7820 esac
7822 rm -f core conftest.err conftest.$ac_objext \
7823 conftest$ac_exeext conftest.$ac_ext
7824 LIBS=$ac_check_soname_save_LIBS
7826 if test "x$ac_cv_lib_soname_Xext" = "x"; then :
7827 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
7828 $as_echo "not found" >&6; }
7830 else
7831 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xext" >&5
7832 $as_echo "$ac_cv_lib_soname_Xext" >&6; }
7834 cat >>confdefs.h <<_ACEOF
7835 #define SONAME_LIBXEXT "$ac_cv_lib_soname_Xext"
7836 _ACEOF
7838 XLIB="-lXext $XLIB"
7841 for ac_header in X11/Xlib.h \
7842 X11/XKBlib.h \
7843 X11/Xutil.h \
7844 X11/Xcursor/Xcursor.h \
7845 X11/extensions/shape.h \
7846 X11/extensions/XInput.h \
7847 X11/extensions/XShm.h \
7848 X11/extensions/Xcomposite.h \
7849 X11/extensions/Xinerama.h \
7850 X11/extensions/Xrandr.h \
7851 X11/extensions/Xrender.h \
7852 X11/extensions/xf86vmode.h \
7853 X11/extensions/xf86vmproto.h
7854 do :
7855 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7856 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_X11_XLIB_H
7857 # include <X11/Xlib.h>
7858 #endif
7859 #ifdef HAVE_X11_XUTIL_H
7860 # include <X11/Xutil.h>
7861 #endif
7863 eval as_val=\$$as_ac_Header
7864 if test "x$as_val" = x""yes; then :
7865 cat >>confdefs.h <<_ACEOF
7866 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7867 _ACEOF
7871 done
7874 if test "$ac_cv_header_X11_XKBlib_h" = "yes"
7875 then
7876 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XkbQueryExtension in -lX11" >&5
7877 $as_echo_n "checking for XkbQueryExtension in -lX11... " >&6; }
7878 if test "${ac_cv_lib_X11_XkbQueryExtension+set}" = set; then :
7879 $as_echo_n "(cached) " >&6
7880 else
7881 ac_check_lib_save_LIBS=$LIBS
7882 LIBS="-lX11 $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
7883 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7884 /* end confdefs.h. */
7886 /* Override any GCC internal prototype to avoid an error.
7887 Use char because int might match the return type of a GCC
7888 builtin and then its argument prototype would still apply. */
7889 #ifdef __cplusplus
7890 extern "C"
7891 #endif
7892 char XkbQueryExtension ();
7894 main ()
7896 return XkbQueryExtension ();
7898 return 0;
7900 _ACEOF
7901 if ac_fn_c_try_link "$LINENO"; then :
7902 ac_cv_lib_X11_XkbQueryExtension=yes
7903 else
7904 ac_cv_lib_X11_XkbQueryExtension=no
7906 rm -f core conftest.err conftest.$ac_objext \
7907 conftest$ac_exeext conftest.$ac_ext
7908 LIBS=$ac_check_lib_save_LIBS
7910 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_X11_XkbQueryExtension" >&5
7911 $as_echo "$ac_cv_lib_X11_XkbQueryExtension" >&6; }
7912 if test "x$ac_cv_lib_X11_XkbQueryExtension" = x""yes; then :
7914 $as_echo "#define HAVE_XKB 1" >>confdefs.h
7920 if test "$ac_cv_header_X11_Xcursor_Xcursor_h" = "yes"
7921 then
7922 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXcursor" >&5
7923 $as_echo_n "checking for -lXcursor... " >&6; }
7924 if test "${ac_cv_lib_soname_Xcursor+set}" = set; then :
7925 $as_echo_n "(cached) " >&6
7926 else
7927 ac_check_soname_save_LIBS=$LIBS
7928 LIBS="-lXcursor $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
7929 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7930 /* end confdefs.h. */
7932 /* Override any GCC internal prototype to avoid an error.
7933 Use char because int might match the return type of a GCC
7934 builtin and then its argument prototype would still apply. */
7935 #ifdef __cplusplus
7936 extern "C"
7937 #endif
7938 char XcursorImageLoadCursor ();
7940 main ()
7942 return XcursorImageLoadCursor ();
7944 return 0;
7946 _ACEOF
7947 if ac_fn_c_try_link "$LINENO"; then :
7948 case "$LIBEXT" in
7949 dll) ac_cv_lib_soname_Xcursor=`$ac_cv_path_LDD conftest.exe | grep "Xcursor" | sed -e "s/dll.*/dll/"';2,$d'` ;;
7950 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'` ;;
7951 *) ac_cv_lib_soname_Xcursor=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcursor\\.$LIBEXT" | sed -e "s/^.*\(libXcursor\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
7952 esac
7954 rm -f core conftest.err conftest.$ac_objext \
7955 conftest$ac_exeext conftest.$ac_ext
7956 LIBS=$ac_check_soname_save_LIBS
7958 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then :
7959 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
7960 $as_echo "not found" >&6; }
7962 else
7963 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xcursor" >&5
7964 $as_echo "$ac_cv_lib_soname_Xcursor" >&6; }
7966 cat >>confdefs.h <<_ACEOF
7967 #define SONAME_LIBXCURSOR "$ac_cv_lib_soname_Xcursor"
7968 _ACEOF
7973 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then :
7974 case "x$with_xcursor" in
7975 x) as_fn_append wine_notices "|libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported." ;;
7976 xno) ;;
7977 *) as_fn_error "libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
7978 This is an error since --with-xcursor was requested." "$LINENO" 5 ;;
7979 esac
7982 if test "$ac_cv_header_X11_extensions_XInput_h" = "yes"
7983 then
7984 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXi" >&5
7985 $as_echo_n "checking for -lXi... " >&6; }
7986 if test "${ac_cv_lib_soname_Xi+set}" = set; then :
7987 $as_echo_n "(cached) " >&6
7988 else
7989 ac_check_soname_save_LIBS=$LIBS
7990 LIBS="-lXi $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
7991 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7992 /* end confdefs.h. */
7994 /* Override any GCC internal prototype to avoid an error.
7995 Use char because int might match the return type of a GCC
7996 builtin and then its argument prototype would still apply. */
7997 #ifdef __cplusplus
7998 extern "C"
7999 #endif
8000 char XOpenDevice ();
8002 main ()
8004 return XOpenDevice ();
8006 return 0;
8008 _ACEOF
8009 if ac_fn_c_try_link "$LINENO"; then :
8010 case "$LIBEXT" in
8011 dll) ac_cv_lib_soname_Xi=`$ac_cv_path_LDD conftest.exe | grep "Xi" | sed -e "s/dll.*/dll/"';2,$d'` ;;
8012 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'` ;;
8013 *) ac_cv_lib_soname_Xi=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXi\\.$LIBEXT" | sed -e "s/^.*\(libXi\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8014 esac
8016 rm -f core conftest.err conftest.$ac_objext \
8017 conftest$ac_exeext conftest.$ac_ext
8018 LIBS=$ac_check_soname_save_LIBS
8020 if test "x$ac_cv_lib_soname_Xi" = "x"; then :
8021 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8022 $as_echo "not found" >&6; }
8024 else
8025 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xi" >&5
8026 $as_echo "$ac_cv_lib_soname_Xi" >&6; }
8028 cat >>confdefs.h <<_ACEOF
8029 #define SONAME_LIBXI "$ac_cv_lib_soname_Xi"
8030 _ACEOF
8035 if test "x$ac_cv_lib_soname_Xi" = "x"; then :
8036 case "x$with_xinput" in
8037 x) as_fn_append wine_notices "|libxi ${notice_platform}development files not found, the Xinput extension won't be supported." ;;
8038 xno) ;;
8039 *) as_fn_error "libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
8040 This is an error since --with-xinput was requested." "$LINENO" 5 ;;
8041 esac
8044 if test "$ac_cv_header_X11_extensions_XShm_h" = "yes"
8045 then
8046 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XShmQueryExtension in -lXext" >&5
8047 $as_echo_n "checking for XShmQueryExtension in -lXext... " >&6; }
8048 if test "${ac_cv_lib_Xext_XShmQueryExtension+set}" = set; then :
8049 $as_echo_n "(cached) " >&6
8050 else
8051 ac_check_lib_save_LIBS=$LIBS
8052 LIBS="-lXext $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8053 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8054 /* end confdefs.h. */
8056 /* Override any GCC internal prototype to avoid an error.
8057 Use char because int might match the return type of a GCC
8058 builtin and then its argument prototype would still apply. */
8059 #ifdef __cplusplus
8060 extern "C"
8061 #endif
8062 char XShmQueryExtension ();
8064 main ()
8066 return XShmQueryExtension ();
8068 return 0;
8070 _ACEOF
8071 if ac_fn_c_try_link "$LINENO"; then :
8072 ac_cv_lib_Xext_XShmQueryExtension=yes
8073 else
8074 ac_cv_lib_Xext_XShmQueryExtension=no
8076 rm -f core conftest.err conftest.$ac_objext \
8077 conftest$ac_exeext conftest.$ac_ext
8078 LIBS=$ac_check_lib_save_LIBS
8080 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xext_XShmQueryExtension" >&5
8081 $as_echo "$ac_cv_lib_Xext_XShmQueryExtension" >&6; }
8082 if test "x$ac_cv_lib_Xext_XShmQueryExtension" = x""yes; then :
8084 $as_echo "#define HAVE_LIBXXSHM 1" >>confdefs.h
8089 if test "$ac_cv_lib_Xext_XShmQueryExtension" != "yes"; then :
8090 case "x$with_xshm" in
8091 x) as_fn_append wine_notices "|XShm ${notice_platform}development files not found, X Shared Memory won't be supported." ;;
8092 xno) ;;
8093 *) as_fn_error "XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
8094 This is an error since --with-xshm was requested." "$LINENO" 5 ;;
8095 esac
8098 if test "$ac_cv_header_X11_extensions_shape_h" = "yes"
8099 then
8100 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XShapeQueryExtension in -lXext" >&5
8101 $as_echo_n "checking for XShapeQueryExtension in -lXext... " >&6; }
8102 if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then :
8103 $as_echo_n "(cached) " >&6
8104 else
8105 ac_check_lib_save_LIBS=$LIBS
8106 LIBS="-lXext $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8107 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8108 /* end confdefs.h. */
8110 /* Override any GCC internal prototype to avoid an error.
8111 Use char because int might match the return type of a GCC
8112 builtin and then its argument prototype would still apply. */
8113 #ifdef __cplusplus
8114 extern "C"
8115 #endif
8116 char XShapeQueryExtension ();
8118 main ()
8120 return XShapeQueryExtension ();
8122 return 0;
8124 _ACEOF
8125 if ac_fn_c_try_link "$LINENO"; then :
8126 ac_cv_lib_Xext_XShapeQueryExtension=yes
8127 else
8128 ac_cv_lib_Xext_XShapeQueryExtension=no
8130 rm -f core conftest.err conftest.$ac_objext \
8131 conftest$ac_exeext conftest.$ac_ext
8132 LIBS=$ac_check_lib_save_LIBS
8134 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
8135 $as_echo "$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
8136 if test "x$ac_cv_lib_Xext_XShapeQueryExtension" = x""yes; then :
8138 $as_echo "#define HAVE_LIBXSHAPE 1" >>confdefs.h
8143 if test "$ac_cv_lib_Xext_XShapeQueryExtension" != "yes"; then :
8144 case "x$with_xshape" in
8145 x) as_fn_append wine_notices "|XShape ${notice_platform}development files not found, XShape won't be supported." ;;
8146 xno) ;;
8147 *) as_fn_error "XShape ${notice_platform}development files not found, XShape won't be supported.
8148 This is an error since --with-xshape was requested." "$LINENO" 5 ;;
8149 esac
8152 if test "$ac_cv_header_X11_extensions_xf86vmode_h" = "yes" -o "$ac_cv_header_X11_extensions_xf86vmproto_h" = "yes"
8153 then
8154 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXxf86vm" >&5
8155 $as_echo_n "checking for -lXxf86vm... " >&6; }
8156 if test "${ac_cv_lib_soname_Xxf86vm+set}" = set; then :
8157 $as_echo_n "(cached) " >&6
8158 else
8159 ac_check_soname_save_LIBS=$LIBS
8160 LIBS="-lXxf86vm $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8161 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8162 /* end confdefs.h. */
8164 /* Override any GCC internal prototype to avoid an error.
8165 Use char because int might match the return type of a GCC
8166 builtin and then its argument prototype would still apply. */
8167 #ifdef __cplusplus
8168 extern "C"
8169 #endif
8170 char XF86VidModeQueryExtension ();
8172 main ()
8174 return XF86VidModeQueryExtension ();
8176 return 0;
8178 _ACEOF
8179 if ac_fn_c_try_link "$LINENO"; then :
8180 case "$LIBEXT" in
8181 dll) ac_cv_lib_soname_Xxf86vm=`$ac_cv_path_LDD conftest.exe | grep "Xxf86vm" | sed -e "s/dll.*/dll/"';2,$d'` ;;
8182 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'` ;;
8183 *) ac_cv_lib_soname_Xxf86vm=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\(libXxf86vm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8184 esac
8186 rm -f core conftest.err conftest.$ac_objext \
8187 conftest$ac_exeext conftest.$ac_ext
8188 LIBS=$ac_check_soname_save_LIBS
8190 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then :
8191 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8192 $as_echo "not found" >&6; }
8194 else
8195 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xxf86vm" >&5
8196 $as_echo "$ac_cv_lib_soname_Xxf86vm" >&6; }
8198 cat >>confdefs.h <<_ACEOF
8199 #define SONAME_LIBXXF86VM "$ac_cv_lib_soname_Xxf86vm"
8200 _ACEOF
8205 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then :
8206 case "x$with_xxf86vm" in
8207 x) as_fn_append wine_notices "|libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported." ;;
8208 xno) ;;
8209 *) as_fn_error "libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
8210 This is an error since --with-xxf86vm was requested." "$LINENO" 5 ;;
8211 esac
8214 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"
8215 then
8216 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXrender" >&5
8217 $as_echo_n "checking for -lXrender... " >&6; }
8218 if test "${ac_cv_lib_soname_Xrender+set}" = set; then :
8219 $as_echo_n "(cached) " >&6
8220 else
8221 ac_check_soname_save_LIBS=$LIBS
8222 LIBS="-lXrender $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8223 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8224 /* end confdefs.h. */
8226 /* Override any GCC internal prototype to avoid an error.
8227 Use char because int might match the return type of a GCC
8228 builtin and then its argument prototype would still apply. */
8229 #ifdef __cplusplus
8230 extern "C"
8231 #endif
8232 char XRenderQueryExtension ();
8234 main ()
8236 return XRenderQueryExtension ();
8238 return 0;
8240 _ACEOF
8241 if ac_fn_c_try_link "$LINENO"; then :
8242 case "$LIBEXT" in
8243 dll) ac_cv_lib_soname_Xrender=`$ac_cv_path_LDD conftest.exe | grep "Xrender" | sed -e "s/dll.*/dll/"';2,$d'` ;;
8244 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'` ;;
8245 *) ac_cv_lib_soname_Xrender=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrender\\.$LIBEXT" | sed -e "s/^.*\(libXrender\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8246 esac
8248 rm -f core conftest.err conftest.$ac_objext \
8249 conftest$ac_exeext conftest.$ac_ext
8250 LIBS=$ac_check_soname_save_LIBS
8252 if test "x$ac_cv_lib_soname_Xrender" = "x"; then :
8253 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8254 $as_echo "not found" >&6; }
8256 else
8257 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xrender" >&5
8258 $as_echo "$ac_cv_lib_soname_Xrender" >&6; }
8260 cat >>confdefs.h <<_ACEOF
8261 #define SONAME_LIBXRENDER "$ac_cv_lib_soname_Xrender"
8262 _ACEOF
8264 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XRenderSetPictureTransform in -lXrender" >&5
8265 $as_echo_n "checking for XRenderSetPictureTransform in -lXrender... " >&6; }
8266 if test "${ac_cv_lib_Xrender_XRenderSetPictureTransform+set}" = set; then :
8267 $as_echo_n "(cached) " >&6
8268 else
8269 ac_check_lib_save_LIBS=$LIBS
8270 LIBS="-lXrender $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8271 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8272 /* end confdefs.h. */
8274 /* Override any GCC internal prototype to avoid an error.
8275 Use char because int might match the return type of a GCC
8276 builtin and then its argument prototype would still apply. */
8277 #ifdef __cplusplus
8278 extern "C"
8279 #endif
8280 char XRenderSetPictureTransform ();
8282 main ()
8284 return XRenderSetPictureTransform ();
8286 return 0;
8288 _ACEOF
8289 if ac_fn_c_try_link "$LINENO"; then :
8290 ac_cv_lib_Xrender_XRenderSetPictureTransform=yes
8291 else
8292 ac_cv_lib_Xrender_XRenderSetPictureTransform=no
8294 rm -f core conftest.err conftest.$ac_objext \
8295 conftest$ac_exeext conftest.$ac_ext
8296 LIBS=$ac_check_lib_save_LIBS
8298 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xrender_XRenderSetPictureTransform" >&5
8299 $as_echo "$ac_cv_lib_Xrender_XRenderSetPictureTransform" >&6; }
8300 if test "x$ac_cv_lib_Xrender_XRenderSetPictureTransform" = x""yes; then :
8302 $as_echo "#define HAVE_XRENDERSETPICTURETRANSFORM 1" >>confdefs.h
8309 if test "x$ac_cv_lib_soname_Xrender" = "x"; then :
8310 case "x$with_xrender" in
8311 x) as_fn_append wine_warnings "|libxrender ${notice_platform}development files not found, XRender won't be supported." ;;
8312 xno) ;;
8313 *) as_fn_error "libxrender ${notice_platform}development files not found, XRender won't be supported.
8314 This is an error since --with-xrender was requested." "$LINENO" 5 ;;
8315 esac
8318 if test "$ac_cv_header_X11_extensions_Xrandr_h" = "yes" -a "x$ac_cv_lib_soname_Xrender" != "x"
8319 then
8320 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8321 /* end confdefs.h. */
8322 #include <X11/Xlib.h>
8323 #include <X11/extensions/Xrandr.h>
8325 main ()
8327 static typeof(XRRSetScreenConfigAndRate) * func;
8329 return 0;
8331 _ACEOF
8332 if ac_fn_c_try_compile "$LINENO"; then :
8333 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXrandr" >&5
8334 $as_echo_n "checking for -lXrandr... " >&6; }
8335 if test "${ac_cv_lib_soname_Xrandr+set}" = set; then :
8336 $as_echo_n "(cached) " >&6
8337 else
8338 ac_check_soname_save_LIBS=$LIBS
8339 LIBS="-lXrandr $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8340 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8341 /* end confdefs.h. */
8343 /* Override any GCC internal prototype to avoid an error.
8344 Use char because int might match the return type of a GCC
8345 builtin and then its argument prototype would still apply. */
8346 #ifdef __cplusplus
8347 extern "C"
8348 #endif
8349 char XRRQueryExtension ();
8351 main ()
8353 return XRRQueryExtension ();
8355 return 0;
8357 _ACEOF
8358 if ac_fn_c_try_link "$LINENO"; then :
8359 case "$LIBEXT" in
8360 dll) ac_cv_lib_soname_Xrandr=`$ac_cv_path_LDD conftest.exe | grep "Xrandr" | sed -e "s/dll.*/dll/"';2,$d'` ;;
8361 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'` ;;
8362 *) ac_cv_lib_soname_Xrandr=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrandr\\.$LIBEXT" | sed -e "s/^.*\(libXrandr\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8363 esac
8365 rm -f core conftest.err conftest.$ac_objext \
8366 conftest$ac_exeext conftest.$ac_ext
8367 LIBS=$ac_check_soname_save_LIBS
8369 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then :
8370 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8371 $as_echo "not found" >&6; }
8373 else
8374 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xrandr" >&5
8375 $as_echo "$ac_cv_lib_soname_Xrandr" >&6; }
8377 cat >>confdefs.h <<_ACEOF
8378 #define SONAME_LIBXRANDR "$ac_cv_lib_soname_Xrandr"
8379 _ACEOF
8384 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8386 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then :
8387 case "x$with_xrandr" in
8388 x) as_fn_append wine_notices "|libxrandr ${notice_platform}development files not found, XRandr won't be supported." ;;
8389 xno) ;;
8390 *) as_fn_error "libxrandr ${notice_platform}development files not found, XRandr won't be supported.
8391 This is an error since --with-xrandr was requested." "$LINENO" 5 ;;
8392 esac
8395 if test "$ac_cv_header_X11_extensions_Xinerama_h" = "yes"
8396 then
8397 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8398 /* end confdefs.h. */
8399 #include <X11/Xlib.h>
8400 #include <X11/extensions/Xinerama.h>
8402 main ()
8404 static typeof(XineramaQueryScreens) * func;
8406 return 0;
8408 _ACEOF
8409 if ac_fn_c_try_compile "$LINENO"; then :
8410 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXinerama" >&5
8411 $as_echo_n "checking for -lXinerama... " >&6; }
8412 if test "${ac_cv_lib_soname_Xinerama+set}" = set; then :
8413 $as_echo_n "(cached) " >&6
8414 else
8415 ac_check_soname_save_LIBS=$LIBS
8416 LIBS="-lXinerama $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8417 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8418 /* end confdefs.h. */
8420 /* Override any GCC internal prototype to avoid an error.
8421 Use char because int might match the return type of a GCC
8422 builtin and then its argument prototype would still apply. */
8423 #ifdef __cplusplus
8424 extern "C"
8425 #endif
8426 char XineramaQueryScreens ();
8428 main ()
8430 return XineramaQueryScreens ();
8432 return 0;
8434 _ACEOF
8435 if ac_fn_c_try_link "$LINENO"; then :
8436 case "$LIBEXT" in
8437 dll) ac_cv_lib_soname_Xinerama=`$ac_cv_path_LDD conftest.exe | grep "Xinerama" | sed -e "s/dll.*/dll/"';2,$d'` ;;
8438 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'` ;;
8439 *) ac_cv_lib_soname_Xinerama=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXinerama\\.$LIBEXT" | sed -e "s/^.*\(libXinerama\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8440 esac
8442 rm -f core conftest.err conftest.$ac_objext \
8443 conftest$ac_exeext conftest.$ac_ext
8444 LIBS=$ac_check_soname_save_LIBS
8446 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then :
8447 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8448 $as_echo "not found" >&6; }
8450 else
8451 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xinerama" >&5
8452 $as_echo "$ac_cv_lib_soname_Xinerama" >&6; }
8454 cat >>confdefs.h <<_ACEOF
8455 #define SONAME_LIBXINERAMA "$ac_cv_lib_soname_Xinerama"
8456 _ACEOF
8461 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8463 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then :
8464 case "x$with_xinerama" in
8465 x) as_fn_append wine_notices "|libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported." ;;
8466 xno) ;;
8467 *) as_fn_error "libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
8468 This is an error since --with-xinerama was requested." "$LINENO" 5 ;;
8469 esac
8472 if test "$ac_cv_header_X11_extensions_Xcomposite_h" = "yes"
8473 then
8474 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXcomposite" >&5
8475 $as_echo_n "checking for -lXcomposite... " >&6; }
8476 if test "${ac_cv_lib_soname_Xcomposite+set}" = set; then :
8477 $as_echo_n "(cached) " >&6
8478 else
8479 ac_check_soname_save_LIBS=$LIBS
8480 LIBS="-lXcomposite $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8481 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8482 /* end confdefs.h. */
8484 /* Override any GCC internal prototype to avoid an error.
8485 Use char because int might match the return type of a GCC
8486 builtin and then its argument prototype would still apply. */
8487 #ifdef __cplusplus
8488 extern "C"
8489 #endif
8490 char XCompositeRedirectWindow ();
8492 main ()
8494 return XCompositeRedirectWindow ();
8496 return 0;
8498 _ACEOF
8499 if ac_fn_c_try_link "$LINENO"; then :
8500 case "$LIBEXT" in
8501 dll) ac_cv_lib_soname_Xcomposite=`$ac_cv_path_LDD conftest.exe | grep "Xcomposite" | sed -e "s/dll.*/dll/"';2,$d'` ;;
8502 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'` ;;
8503 *) ac_cv_lib_soname_Xcomposite=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcomposite\\.$LIBEXT" | sed -e "s/^.*\(libXcomposite\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8504 esac
8506 rm -f core conftest.err conftest.$ac_objext \
8507 conftest$ac_exeext conftest.$ac_ext
8508 LIBS=$ac_check_soname_save_LIBS
8510 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then :
8511 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8512 $as_echo "not found" >&6; }
8514 else
8515 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xcomposite" >&5
8516 $as_echo "$ac_cv_lib_soname_Xcomposite" >&6; }
8518 cat >>confdefs.h <<_ACEOF
8519 #define SONAME_LIBXCOMPOSITE "$ac_cv_lib_soname_Xcomposite"
8520 _ACEOF
8525 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then :
8526 case "x$with_xcomposite" in
8527 x) as_fn_append wine_notices "|libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported." ;;
8528 xno) ;;
8529 *) as_fn_error "libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
8530 This is an error since --with-xcomposite was requested." "$LINENO" 5 ;;
8531 esac
8534 ac_fn_c_check_member "$LINENO" "XICCallback" "callback" "ac_cv_member_XICCallback_callback" "#ifdef HAVE_X11_XLIB_H
8535 #include <X11/Xlib.h>
8536 #endif
8538 if test "x$ac_cv_member_XICCallback_callback" = x""yes; then :
8540 cat >>confdefs.h <<_ACEOF
8541 #define HAVE_XICCALLBACK_CALLBACK 1
8542 _ACEOF
8549 opengl_msg=""
8550 if test "x$with_opengl" != "xno"
8551 then
8552 for ac_header in GL/gl.h GL/glx.h GL/glu.h
8553 do :
8554 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8555 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_GL_GLX_H
8556 # include <GL/glx.h>
8557 #endif
8559 eval as_val=\$$as_ac_Header
8560 if test "x$as_val" = x""yes; then :
8561 cat >>confdefs.h <<_ACEOF
8562 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8563 _ACEOF
8567 done
8569 if test "$ac_cv_header_GL_gl_h" = "yes" -a "$ac_cv_header_GL_glx_h" = "yes"
8570 then
8571 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for up-to-date OpenGL version" >&5
8572 $as_echo_n "checking for up-to-date OpenGL version... " >&6; }
8573 if test "${wine_cv_opengl_header_version_OK+set}" = set; then :
8574 $as_echo_n "(cached) " >&6
8575 else
8576 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8577 /* end confdefs.h. */
8578 #include <GL/gl.h>
8580 main ()
8582 GLenum test = GL_UNSIGNED_SHORT_5_6_5;
8584 return 0;
8586 _ACEOF
8587 if ac_fn_c_try_compile "$LINENO"; then :
8588 wine_cv_opengl_header_version_OK="yes"
8589 else
8590 wine_cv_opengl_header_version_OK="no"
8592 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8594 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_opengl_header_version_OK" >&5
8595 $as_echo "$wine_cv_opengl_header_version_OK" >&6; }
8597 if test "$wine_cv_opengl_header_version_OK" = "yes"
8598 then
8599 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGL" >&5
8600 $as_echo_n "checking for -lGL... " >&6; }
8601 if test "${ac_cv_lib_soname_GL+set}" = set; then :
8602 $as_echo_n "(cached) " >&6
8603 else
8604 ac_check_soname_save_LIBS=$LIBS
8605 LIBS="-lGL $X_LIBS $XLIB -lm $X_EXTRA_LIBS $LIBS"
8606 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8607 /* end confdefs.h. */
8609 /* Override any GCC internal prototype to avoid an error.
8610 Use char because int might match the return type of a GCC
8611 builtin and then its argument prototype would still apply. */
8612 #ifdef __cplusplus
8613 extern "C"
8614 #endif
8615 char glXCreateContext ();
8617 main ()
8619 return glXCreateContext ();
8621 return 0;
8623 _ACEOF
8624 if ac_fn_c_try_link "$LINENO"; then :
8625 case "$LIBEXT" in
8626 dll) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest.exe | grep "GL" | sed -e "s/dll.*/dll/"';2,$d'` ;;
8627 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'` ;;
8628 *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8629 esac
8631 rm -f core conftest.err conftest.$ac_objext \
8632 conftest$ac_exeext conftest.$ac_ext
8633 LIBS=$ac_check_soname_save_LIBS
8635 if test "x$ac_cv_lib_soname_GL" = "x"; then :
8636 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8637 $as_echo "not found" >&6; }
8638 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGL" >&5
8639 $as_echo_n "checking for -lGL... " >&6; }
8640 if test "${ac_cv_lib_soname_GL+set}" = set; then :
8641 $as_echo_n "(cached) " >&6
8642 else
8643 ac_check_soname_save_LIBS=$LIBS
8644 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"
8645 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8646 /* end confdefs.h. */
8648 /* Override any GCC internal prototype to avoid an error.
8649 Use char because int might match the return type of a GCC
8650 builtin and then its argument prototype would still apply. */
8651 #ifdef __cplusplus
8652 extern "C"
8653 #endif
8654 char glXCreateContext ();
8656 main ()
8658 return glXCreateContext ();
8660 return 0;
8662 _ACEOF
8663 if ac_fn_c_try_link "$LINENO"; then :
8664 case "$LIBEXT" in
8665 dll) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest.exe | grep "GL" | sed -e "s/dll.*/dll/"';2,$d'` ;;
8666 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'` ;;
8667 *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8668 esac
8670 rm -f core conftest.err conftest.$ac_objext \
8671 conftest$ac_exeext conftest.$ac_ext
8672 LIBS=$ac_check_soname_save_LIBS
8674 if test "x$ac_cv_lib_soname_GL" = "x"; then :
8675 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8676 $as_echo "not found" >&6; }
8677 if test -f /usr/X11R6/lib/libGL.a
8678 then
8679 opengl_msg="/usr/X11R6/lib/libGL.a is present on your system.
8680 This probably prevents linking to OpenGL. Try deleting the file and restarting configure."
8681 else
8682 opengl_msg="No OpenGL library found on this system."
8684 else
8685 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GL" >&5
8686 $as_echo "$ac_cv_lib_soname_GL" >&6; }
8688 cat >>confdefs.h <<_ACEOF
8689 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
8690 _ACEOF
8692 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"
8694 $as_echo "#define HAVE_OPENGL 1" >>confdefs.h
8697 else
8698 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GL" >&5
8699 $as_echo "$ac_cv_lib_soname_GL" >&6; }
8701 cat >>confdefs.h <<_ACEOF
8702 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
8703 _ACEOF
8705 OPENGL_LIBS="-lGL"
8707 $as_echo "#define HAVE_OPENGL 1" >>confdefs.h
8710 if test "$ac_cv_header_GL_glu_h" = "yes"
8711 then
8712 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGLU" >&5
8713 $as_echo_n "checking for -lGLU... " >&6; }
8714 if test "${ac_cv_lib_soname_GLU+set}" = set; then :
8715 $as_echo_n "(cached) " >&6
8716 else
8717 ac_check_soname_save_LIBS=$LIBS
8718 LIBS="-lGLU $OPENGL_LIBS $X_LIBS $X_PRE_LIBS $XLIB -lm $X_EXTRA_LIBS $LIBS"
8719 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8720 /* end confdefs.h. */
8722 /* Override any GCC internal prototype to avoid an error.
8723 Use char because int might match the return type of a GCC
8724 builtin and then its argument prototype would still apply. */
8725 #ifdef __cplusplus
8726 extern "C"
8727 #endif
8728 char gluLookAt ();
8730 main ()
8732 return gluLookAt ();
8734 return 0;
8736 _ACEOF
8737 if ac_fn_c_try_link "$LINENO"; then :
8738 case "$LIBEXT" in
8739 dll) ac_cv_lib_soname_GLU=`$ac_cv_path_LDD conftest.exe | grep "GLU" | sed -e "s/dll.*/dll/"';2,$d'` ;;
8740 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'` ;;
8741 *) ac_cv_lib_soname_GLU=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGLU\\.$LIBEXT" | sed -e "s/^.*\(libGLU\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8742 esac
8744 rm -f core conftest.err conftest.$ac_objext \
8745 conftest$ac_exeext conftest.$ac_ext
8746 LIBS=$ac_check_soname_save_LIBS
8748 if test "x$ac_cv_lib_soname_GLU" = "x"; then :
8749 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8750 $as_echo "not found" >&6; }
8752 else
8753 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GLU" >&5
8754 $as_echo "$ac_cv_lib_soname_GLU" >&6; }
8756 cat >>confdefs.h <<_ACEOF
8757 #define SONAME_LIBGLU "$ac_cv_lib_soname_GLU"
8758 _ACEOF
8763 if test "x$ac_cv_lib_soname_GLU" = "x"; then :
8764 case "x$with_glu" in
8765 x) as_fn_append wine_notices "|libGLU ${notice_platform}development files not found, GLU won't be supported." ;;
8766 xno) ;;
8767 *) as_fn_error "libGLU ${notice_platform}development files not found, GLU won't be supported.
8768 This is an error since --with-glu was requested." "$LINENO" 5 ;;
8769 esac
8771 else
8772 opengl_msg="Old Mesa headers detected. Consider upgrading your Mesa libraries."
8774 else
8775 opengl_msg="OpenGL development headers not found."
8777 test -n "$opengl_msg" && enable_opengl32=${enable_opengl32:-no}
8778 test "x$ac_cv_lib_soname_GLU" = "x" && enable_glu32=${enable_glu32:-no}
8779 else
8780 enable_opengl32=${enable_opengl32:-no}
8781 enable_glu32=${enable_glu32:-no}
8783 if test -n "$opengl_msg"; then :
8784 case "x$with_opengl" in
8785 x) as_fn_append wine_warnings "|$opengl_msg
8786 OpenGL and Direct3D won't be supported." ;;
8787 xno) ;;
8788 *) as_fn_error "$opengl_msg
8789 OpenGL and Direct3D won't be supported.
8790 This is an error since --with-opengl was requested." "$LINENO" 5 ;;
8791 esac
8794 NASLIBS=""
8796 for ac_header in audio/audiolib.h
8797 do :
8798 ac_fn_c_check_header_mongrel "$LINENO" "audio/audiolib.h" "ac_cv_header_audio_audiolib_h" "$ac_includes_default"
8799 if test "x$ac_cv_header_audio_audiolib_h" = x""yes; then :
8800 cat >>confdefs.h <<_ACEOF
8801 #define HAVE_AUDIO_AUDIOLIB_H 1
8802 _ACEOF
8803 for ac_header in audio/soundlib.h
8804 do :
8805 ac_fn_c_check_header_compile "$LINENO" "audio/soundlib.h" "ac_cv_header_audio_soundlib_h" "#include <audio/audiolib.h>
8807 if test "x$ac_cv_header_audio_soundlib_h" = x""yes; then :
8808 cat >>confdefs.h <<_ACEOF
8809 #define HAVE_AUDIO_SOUNDLIB_H 1
8810 _ACEOF
8814 done
8816 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for AuCreateFlow in -laudio" >&5
8817 $as_echo_n "checking for AuCreateFlow in -laudio... " >&6; }
8818 if test "${ac_cv_lib_audio_AuCreateFlow+set}" = set; then :
8819 $as_echo_n "(cached) " >&6
8820 else
8821 ac_check_lib_save_LIBS=$LIBS
8822 LIBS="-laudio -lXt $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8823 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8824 /* end confdefs.h. */
8826 /* Override any GCC internal prototype to avoid an error.
8827 Use char because int might match the return type of a GCC
8828 builtin and then its argument prototype would still apply. */
8829 #ifdef __cplusplus
8830 extern "C"
8831 #endif
8832 char AuCreateFlow ();
8834 main ()
8836 return AuCreateFlow ();
8838 return 0;
8840 _ACEOF
8841 if ac_fn_c_try_link "$LINENO"; then :
8842 ac_cv_lib_audio_AuCreateFlow=yes
8843 else
8844 ac_cv_lib_audio_AuCreateFlow=no
8846 rm -f core conftest.err conftest.$ac_objext \
8847 conftest$ac_exeext conftest.$ac_ext
8848 LIBS=$ac_check_lib_save_LIBS
8850 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_audio_AuCreateFlow" >&5
8851 $as_echo "$ac_cv_lib_audio_AuCreateFlow" >&6; }
8852 if test "x$ac_cv_lib_audio_AuCreateFlow" = x""yes; then :
8854 $as_echo "#define HAVE_NAS 1" >>confdefs.h
8856 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XauGetBestAuthByAddr in -lXau" >&5
8857 $as_echo_n "checking for XauGetBestAuthByAddr in -lXau... " >&6; }
8858 if test "${ac_cv_lib_Xau_XauGetBestAuthByAddr+set}" = set; then :
8859 $as_echo_n "(cached) " >&6
8860 else
8861 ac_check_lib_save_LIBS=$LIBS
8862 LIBS="-lXau $X_LIBS $LIBS"
8863 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8864 /* end confdefs.h. */
8866 /* Override any GCC internal prototype to avoid an error.
8867 Use char because int might match the return type of a GCC
8868 builtin and then its argument prototype would still apply. */
8869 #ifdef __cplusplus
8870 extern "C"
8871 #endif
8872 char XauGetBestAuthByAddr ();
8874 main ()
8876 return XauGetBestAuthByAddr ();
8878 return 0;
8880 _ACEOF
8881 if ac_fn_c_try_link "$LINENO"; then :
8882 ac_cv_lib_Xau_XauGetBestAuthByAddr=yes
8883 else
8884 ac_cv_lib_Xau_XauGetBestAuthByAddr=no
8886 rm -f core conftest.err conftest.$ac_objext \
8887 conftest$ac_exeext conftest.$ac_ext
8888 LIBS=$ac_check_lib_save_LIBS
8890 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xau_XauGetBestAuthByAddr" >&5
8891 $as_echo "$ac_cv_lib_Xau_XauGetBestAuthByAddr" >&6; }
8892 if test "x$ac_cv_lib_Xau_XauGetBestAuthByAddr" = x""yes; then :
8893 NASLIBS="-lXau -laudio -lXt $X_LIBS $XLIB $X_EXTRA_LIBS"
8894 else
8895 NASLIBS="-laudio -lXt $X_LIBS $XLIB $X_EXTRA_LIBS"
8903 done
8906 CPPFLAGS="$ac_save_CPPFLAGS"
8907 else
8908 XLIB=""
8909 X_CFLAGS=""
8910 X_LIBS=""
8911 enable_winex11_drv=${enable_winex11_drv:-no}
8912 enable_opengl32=${enable_opengl32:-no}
8913 enable_glu32=${enable_glu32:-no}
8915 if test "x$XLIB" = "x"; then :
8916 case "x$with_x" in
8917 xno) ;;
8918 *) as_fn_error "X ${notice_platform}development files not found. Wine will be built
8919 without X support, which probably isn't what you want. You will need to install
8920 ${notice_platform}development packages of Xlib/Xfree86 at the very least.
8921 Use the --without-x option if you really want this." "$LINENO" 5 ;;
8922 esac
8926 XML2LIBS=""
8928 XML2INCL=""
8930 XSLTINCL=""
8932 if test "x$with_xml" != "xno"
8933 then
8934 ac_save_CPPFLAGS="$CPPFLAGS"
8935 if test "$PKG_CONFIG" != "false"
8936 then
8937 ac_xml_libs="`$PKG_CONFIG --libs libxml-2.0 2>/dev/null`"
8938 ac_xml_cflags="`$PKG_CONFIG --cflags libxml-2.0 2>/dev/null`"
8939 else
8940 ac_xml_libs="`xml2-config --libs 2>/dev/null`"
8941 ac_xml_cflags="`xml2-config --cflags 2>/dev/null`"
8943 CPPFLAGS="$CPPFLAGS $ac_xml_cflags"
8944 for ac_header in libxml/parser.h
8945 do :
8946 ac_fn_c_check_header_mongrel "$LINENO" "libxml/parser.h" "ac_cv_header_libxml_parser_h" "$ac_includes_default"
8947 if test "x$ac_cv_header_libxml_parser_h" = x""yes; then :
8948 cat >>confdefs.h <<_ACEOF
8949 #define HAVE_LIBXML_PARSER_H 1
8950 _ACEOF
8951 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlParseMemory in -lxml2" >&5
8952 $as_echo_n "checking for xmlParseMemory in -lxml2... " >&6; }
8953 if test "${ac_cv_lib_xml2_xmlParseMemory+set}" = set; then :
8954 $as_echo_n "(cached) " >&6
8955 else
8956 ac_check_lib_save_LIBS=$LIBS
8957 LIBS="-lxml2 $ac_xml_libs $LIBS"
8958 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8959 /* end confdefs.h. */
8961 /* Override any GCC internal prototype to avoid an error.
8962 Use char because int might match the return type of a GCC
8963 builtin and then its argument prototype would still apply. */
8964 #ifdef __cplusplus
8965 extern "C"
8966 #endif
8967 char xmlParseMemory ();
8969 main ()
8971 return xmlParseMemory ();
8973 return 0;
8975 _ACEOF
8976 if ac_fn_c_try_link "$LINENO"; then :
8977 ac_cv_lib_xml2_xmlParseMemory=yes
8978 else
8979 ac_cv_lib_xml2_xmlParseMemory=no
8981 rm -f core conftest.err conftest.$ac_objext \
8982 conftest$ac_exeext conftest.$ac_ext
8983 LIBS=$ac_check_lib_save_LIBS
8985 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlParseMemory" >&5
8986 $as_echo "$ac_cv_lib_xml2_xmlParseMemory" >&6; }
8987 if test "x$ac_cv_lib_xml2_xmlParseMemory" = x""yes; then :
8989 $as_echo "#define HAVE_LIBXML2 1" >>confdefs.h
8991 XML2LIBS="$ac_xml_libs"
8992 XML2INCL="$ac_xml_cflags"
8995 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlReadMemory in -lxml2" >&5
8996 $as_echo_n "checking for xmlReadMemory in -lxml2... " >&6; }
8997 if test "${ac_cv_lib_xml2_xmlReadMemory+set}" = set; then :
8998 $as_echo_n "(cached) " >&6
8999 else
9000 ac_check_lib_save_LIBS=$LIBS
9001 LIBS="-lxml2 $ac_xml_libs $LIBS"
9002 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9003 /* end confdefs.h. */
9005 /* Override any GCC internal prototype to avoid an error.
9006 Use char because int might match the return type of a GCC
9007 builtin and then its argument prototype would still apply. */
9008 #ifdef __cplusplus
9009 extern "C"
9010 #endif
9011 char xmlReadMemory ();
9013 main ()
9015 return xmlReadMemory ();
9017 return 0;
9019 _ACEOF
9020 if ac_fn_c_try_link "$LINENO"; then :
9021 ac_cv_lib_xml2_xmlReadMemory=yes
9022 else
9023 ac_cv_lib_xml2_xmlReadMemory=no
9025 rm -f core conftest.err conftest.$ac_objext \
9026 conftest$ac_exeext conftest.$ac_ext
9027 LIBS=$ac_check_lib_save_LIBS
9029 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlReadMemory" >&5
9030 $as_echo "$ac_cv_lib_xml2_xmlReadMemory" >&6; }
9031 if test "x$ac_cv_lib_xml2_xmlReadMemory" = x""yes; then :
9033 $as_echo "#define HAVE_XMLREADMEMORY 1" >>confdefs.h
9037 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlNewDocPI in -lxml2" >&5
9038 $as_echo_n "checking for xmlNewDocPI in -lxml2... " >&6; }
9039 if test "${ac_cv_lib_xml2_xmlNewDocPI+set}" = set; then :
9040 $as_echo_n "(cached) " >&6
9041 else
9042 ac_check_lib_save_LIBS=$LIBS
9043 LIBS="-lxml2 $ac_xml_libs $LIBS"
9044 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9045 /* end confdefs.h. */
9047 /* Override any GCC internal prototype to avoid an error.
9048 Use char because int might match the return type of a GCC
9049 builtin and then its argument prototype would still apply. */
9050 #ifdef __cplusplus
9051 extern "C"
9052 #endif
9053 char xmlNewDocPI ();
9055 main ()
9057 return xmlNewDocPI ();
9059 return 0;
9061 _ACEOF
9062 if ac_fn_c_try_link "$LINENO"; then :
9063 ac_cv_lib_xml2_xmlNewDocPI=yes
9064 else
9065 ac_cv_lib_xml2_xmlNewDocPI=no
9067 rm -f core conftest.err conftest.$ac_objext \
9068 conftest$ac_exeext conftest.$ac_ext
9069 LIBS=$ac_check_lib_save_LIBS
9071 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlNewDocPI" >&5
9072 $as_echo "$ac_cv_lib_xml2_xmlNewDocPI" >&6; }
9073 if test "x$ac_cv_lib_xml2_xmlNewDocPI" = x""yes; then :
9075 $as_echo "#define HAVE_XMLNEWDOCPI 1" >>confdefs.h
9082 done
9084 CPPFLAGS="$ac_save_CPPFLAGS"
9086 if test "$ac_cv_lib_xml2_xmlParseMemory" != "yes"; then :
9087 case "x$with_xml" in
9088 x) as_fn_append wine_warnings "|libxml2 ${notice_platform}development files not found, XML won't be supported." ;;
9089 xno) ;;
9090 *) as_fn_error "libxml2 ${notice_platform}development files not found, XML won't be supported.
9091 This is an error since --with-xml was requested." "$LINENO" 5 ;;
9092 esac
9095 if test "x$with_xslt" != "xno"
9096 then
9097 if test "$PKG_CONFIG" != "false"
9098 then
9099 ac_xslt_libs="`$PKG_CONFIG --libs libxslt 2>/dev/null`"
9100 ac_xslt_cflags="`$PKG_CONFIG --cflags libxslt 2>/dev/null`"
9101 else
9102 ac_xslt_libs="`xslt-config --libs 2>/dev/null`"
9103 ac_xslt_cflags="`xslt-config --cflags 2>/dev/null`"
9105 ac_save_CPPFLAGS="$CPPFLAGS"
9106 CPPFLAGS="$CPPFLAGS $ac_xslt_cflags"
9107 for ac_header in libxslt/pattern.h libxslt/transform.h
9108 do :
9109 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
9110 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_LIBXSLT_PATTERN_H
9111 # include <libxslt/pattern.h>
9112 #endif
9114 eval as_val=\$$as_ac_Header
9115 if test "x$as_val" = x""yes; then :
9116 cat >>confdefs.h <<_ACEOF
9117 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
9118 _ACEOF
9122 done
9124 CPPFLAGS="$ac_save_CPPFLAGS"
9125 if test "$ac_cv_header_libxslt_transform_h" = "yes"
9126 then
9127 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lxslt" >&5
9128 $as_echo_n "checking for -lxslt... " >&6; }
9129 if test "${ac_cv_lib_soname_xslt+set}" = set; then :
9130 $as_echo_n "(cached) " >&6
9131 else
9132 ac_check_soname_save_LIBS=$LIBS
9133 LIBS="-lxslt $ac_xslt_libs $LIBS"
9134 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9135 /* end confdefs.h. */
9137 /* Override any GCC internal prototype to avoid an error.
9138 Use char because int might match the return type of a GCC
9139 builtin and then its argument prototype would still apply. */
9140 #ifdef __cplusplus
9141 extern "C"
9142 #endif
9143 char xsltCompilePattern ();
9145 main ()
9147 return xsltCompilePattern ();
9149 return 0;
9151 _ACEOF
9152 if ac_fn_c_try_link "$LINENO"; then :
9153 case "$LIBEXT" in
9154 dll) ac_cv_lib_soname_xslt=`$ac_cv_path_LDD conftest.exe | grep "xslt" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9155 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'` ;;
9156 *) ac_cv_lib_soname_xslt=`$ac_cv_path_LDD conftest$ac_exeext | grep "libxslt\\.$LIBEXT" | sed -e "s/^.*\(libxslt\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9157 esac
9159 rm -f core conftest.err conftest.$ac_objext \
9160 conftest$ac_exeext conftest.$ac_ext
9161 LIBS=$ac_check_soname_save_LIBS
9163 if test "x$ac_cv_lib_soname_xslt" = "x"; then :
9164 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9165 $as_echo "not found" >&6; }
9167 else
9168 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_xslt" >&5
9169 $as_echo "$ac_cv_lib_soname_xslt" >&6; }
9171 cat >>confdefs.h <<_ACEOF
9172 #define SONAME_LIBXSLT "$ac_cv_lib_soname_xslt"
9173 _ACEOF
9175 XSLTINCL="$ac_xslt_cflags"
9179 if test "x$ac_cv_lib_soname_xslt" = "x"; then :
9180 case "x$with_xslt" in
9181 x) as_fn_append wine_warnings "|libxslt ${notice_platform}development files not found, xslt won't be supported." ;;
9182 xno) ;;
9183 *) as_fn_error "libxslt ${notice_platform}development files not found, xslt won't be supported.
9184 This is an error since --with-xslt was requested." "$LINENO" 5 ;;
9185 esac
9188 HALINCL=""
9190 if test "x$with_hal" != "xno"
9191 then
9192 ac_save_CPPFLAGS="$CPPFLAGS"
9193 if test "$PKG_CONFIG" != "false"
9194 then
9195 ac_hal_libs="`$PKG_CONFIG --libs hal 2>/dev/null`"
9196 ac_hal_cflags="`$PKG_CONFIG --cflags hal 2>/dev/null`"
9197 CPPFLAGS="$CPPFLAGS $ac_hal_cflags"
9199 for ac_header in dbus/dbus.h hal/libhal.h
9200 do :
9201 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
9202 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
9203 eval as_val=\$$as_ac_Header
9204 if test "x$as_val" = x""yes; then :
9205 cat >>confdefs.h <<_ACEOF
9206 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
9207 _ACEOF
9211 done
9213 if test "$ac_cv_header_dbus_dbus_h" = "yes" -a "$ac_cv_header_hal_libhal_h" = "yes"
9214 then
9215 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dbus_connection_close in -ldbus-1" >&5
9216 $as_echo_n "checking for dbus_connection_close in -ldbus-1... " >&6; }
9217 if test "${ac_cv_lib_dbus_1_dbus_connection_close+set}" = set; then :
9218 $as_echo_n "(cached) " >&6
9219 else
9220 ac_check_lib_save_LIBS=$LIBS
9221 LIBS="-ldbus-1 $ac_hal_libs $LIBS"
9222 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9223 /* end confdefs.h. */
9225 /* Override any GCC internal prototype to avoid an error.
9226 Use char because int might match the return type of a GCC
9227 builtin and then its argument prototype would still apply. */
9228 #ifdef __cplusplus
9229 extern "C"
9230 #endif
9231 char dbus_connection_close ();
9233 main ()
9235 return dbus_connection_close ();
9237 return 0;
9239 _ACEOF
9240 if ac_fn_c_try_link "$LINENO"; then :
9241 ac_cv_lib_dbus_1_dbus_connection_close=yes
9242 else
9243 ac_cv_lib_dbus_1_dbus_connection_close=no
9245 rm -f core conftest.err conftest.$ac_objext \
9246 conftest$ac_exeext conftest.$ac_ext
9247 LIBS=$ac_check_lib_save_LIBS
9249 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dbus_1_dbus_connection_close" >&5
9250 $as_echo "$ac_cv_lib_dbus_1_dbus_connection_close" >&6; }
9251 if test "x$ac_cv_lib_dbus_1_dbus_connection_close" = x""yes; then :
9252 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lhal" >&5
9253 $as_echo_n "checking for -lhal... " >&6; }
9254 if test "${ac_cv_lib_soname_hal+set}" = set; then :
9255 $as_echo_n "(cached) " >&6
9256 else
9257 ac_check_soname_save_LIBS=$LIBS
9258 LIBS="-lhal $ac_hal_libs $LIBS"
9259 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9260 /* end confdefs.h. */
9262 /* Override any GCC internal prototype to avoid an error.
9263 Use char because int might match the return type of a GCC
9264 builtin and then its argument prototype would still apply. */
9265 #ifdef __cplusplus
9266 extern "C"
9267 #endif
9268 char libhal_ctx_new ();
9270 main ()
9272 return libhal_ctx_new ();
9274 return 0;
9276 _ACEOF
9277 if ac_fn_c_try_link "$LINENO"; then :
9278 case "$LIBEXT" in
9279 dll) ac_cv_lib_soname_hal=`$ac_cv_path_LDD conftest.exe | grep "hal" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9280 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'` ;;
9281 *) ac_cv_lib_soname_hal=`$ac_cv_path_LDD conftest$ac_exeext | grep "libhal\\.$LIBEXT" | sed -e "s/^.*\(libhal\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9282 esac
9284 rm -f core conftest.err conftest.$ac_objext \
9285 conftest$ac_exeext conftest.$ac_ext
9286 LIBS=$ac_check_soname_save_LIBS
9288 if test "x$ac_cv_lib_soname_hal" = "x"; then :
9289 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9290 $as_echo "not found" >&6; }
9292 else
9293 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_hal" >&5
9294 $as_echo "$ac_cv_lib_soname_hal" >&6; }
9296 cat >>confdefs.h <<_ACEOF
9297 #define SONAME_LIBHAL "$ac_cv_lib_soname_hal"
9298 _ACEOF
9300 HALINCL="$ac_hal_cflags"
9305 CPPFLAGS="$ac_save_CPPFLAGS"
9307 if test "x$ac_cv_lib_soname_hal" = "x"; then :
9308 case "x$with_hal" in
9309 x) as_fn_append wine_notices "|libhal/libdbus ${notice_platform}development files not found, no dynamic device support." ;;
9310 xno) ;;
9311 *) as_fn_error "libhal/libdbus ${notice_platform}development files not found, no dynamic device support.
9312 This is an error since --with-hal was requested." "$LINENO" 5 ;;
9313 esac
9316 if test "x$with_gnutls" != "xno"
9317 then
9318 ac_save_CPPFLAGS="$CPPFLAGS"
9319 if test "$PKG_CONFIG" != "false"
9320 then
9321 ac_gnutls_libs="`$PKG_CONFIG --libs gnutls 2>/dev/null`"
9322 ac_gnutls_cflags="`$PKG_CONFIG --cflags gnutls 2>/dev/null`"
9323 CPPFLAGS="$CPPFLAGS $ac_gnutls_cflags"
9325 ac_fn_c_check_header_mongrel "$LINENO" "gnutls/gnutls.h" "ac_cv_header_gnutls_gnutls_h" "$ac_includes_default"
9326 if test "x$ac_cv_header_gnutls_gnutls_h" = x""yes; then :
9327 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9328 /* end confdefs.h. */
9329 #include <gnutls/gnutls.h>
9331 main ()
9333 typeof(gnutls_mac_get_key_size) *pfunc;
9335 return 0;
9337 _ACEOF
9338 if ac_fn_c_try_compile "$LINENO"; then :
9339 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lgnutls" >&5
9340 $as_echo_n "checking for -lgnutls... " >&6; }
9341 if test "${ac_cv_lib_soname_gnutls+set}" = set; then :
9342 $as_echo_n "(cached) " >&6
9343 else
9344 ac_check_soname_save_LIBS=$LIBS
9345 LIBS="-lgnutls $ac_gnutls_libs $LIBS"
9346 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9347 /* end confdefs.h. */
9349 /* Override any GCC internal prototype to avoid an error.
9350 Use char because int might match the return type of a GCC
9351 builtin and then its argument prototype would still apply. */
9352 #ifdef __cplusplus
9353 extern "C"
9354 #endif
9355 char gnutls_global_init ();
9357 main ()
9359 return gnutls_global_init ();
9361 return 0;
9363 _ACEOF
9364 if ac_fn_c_try_link "$LINENO"; then :
9365 case "$LIBEXT" in
9366 dll) ac_cv_lib_soname_gnutls=`$ac_cv_path_LDD conftest.exe | grep "gnutls" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9367 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'` ;;
9368 *) ac_cv_lib_soname_gnutls=`$ac_cv_path_LDD conftest$ac_exeext | grep "libgnutls\\.$LIBEXT" | sed -e "s/^.*\(libgnutls\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9369 esac
9371 rm -f core conftest.err conftest.$ac_objext \
9372 conftest$ac_exeext conftest.$ac_ext
9373 LIBS=$ac_check_soname_save_LIBS
9375 if test "x$ac_cv_lib_soname_gnutls" = "x"; then :
9376 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9377 $as_echo "not found" >&6; }
9379 else
9380 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_gnutls" >&5
9381 $as_echo "$ac_cv_lib_soname_gnutls" >&6; }
9383 cat >>confdefs.h <<_ACEOF
9384 #define SONAME_LIBGNUTLS "$ac_cv_lib_soname_gnutls"
9385 _ACEOF
9387 GNUTLSINCL="$ac_gnutls_cflags"
9391 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9395 CPPFLAGS="$ac_save_CPPFLAGS"
9397 if test "x$ac_cv_lib_soname_gnutls" = "x"; then :
9398 case "x$with_gnutls" in
9399 x) as_fn_append wine_notices "|libgnutls ${notice_platform}development files not found, no schannel support." ;;
9400 xno) ;;
9401 *) as_fn_error "libgnutls ${notice_platform}development files not found, no schannel support.
9402 This is an error since --with-gnutls was requested." "$LINENO" 5 ;;
9403 esac
9406 CURSESLIBS=""
9407 if test "$ac_cv_header_ncurses_h" = "yes"
9408 then
9409 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lncurses" >&5
9410 $as_echo_n "checking for -lncurses... " >&6; }
9411 if test "${ac_cv_lib_soname_ncurses+set}" = set; then :
9412 $as_echo_n "(cached) " >&6
9413 else
9414 ac_check_soname_save_LIBS=$LIBS
9415 LIBS="-lncurses $LIBS"
9416 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9417 /* end confdefs.h. */
9419 /* Override any GCC internal prototype to avoid an error.
9420 Use char because int might match the return type of a GCC
9421 builtin and then its argument prototype would still apply. */
9422 #ifdef __cplusplus
9423 extern "C"
9424 #endif
9425 char waddch ();
9427 main ()
9429 return waddch ();
9431 return 0;
9433 _ACEOF
9434 if ac_fn_c_try_link "$LINENO"; then :
9435 case "$LIBEXT" in
9436 dll) ac_cv_lib_soname_ncurses=`$ac_cv_path_LDD conftest.exe | grep "ncurses" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9437 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'` ;;
9438 *) ac_cv_lib_soname_ncurses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libncurses\\.$LIBEXT" | sed -e "s/^.*\(libncurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9439 esac
9441 rm -f core conftest.err conftest.$ac_objext \
9442 conftest$ac_exeext conftest.$ac_ext
9443 LIBS=$ac_check_soname_save_LIBS
9445 if test "x$ac_cv_lib_soname_ncurses" = "x"; then :
9446 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9447 $as_echo "not found" >&6; }
9449 else
9450 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_ncurses" >&5
9451 $as_echo "$ac_cv_lib_soname_ncurses" >&6; }
9453 cat >>confdefs.h <<_ACEOF
9454 #define SONAME_LIBNCURSES "$ac_cv_lib_soname_ncurses"
9455 _ACEOF
9457 CURSESLIBS="-lncurses"
9459 elif test "$ac_cv_header_curses_h" = "yes"
9460 then
9461 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcurses" >&5
9462 $as_echo_n "checking for -lcurses... " >&6; }
9463 if test "${ac_cv_lib_soname_curses+set}" = set; then :
9464 $as_echo_n "(cached) " >&6
9465 else
9466 ac_check_soname_save_LIBS=$LIBS
9467 LIBS="-lcurses $LIBS"
9468 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9469 /* end confdefs.h. */
9471 /* Override any GCC internal prototype to avoid an error.
9472 Use char because int might match the return type of a GCC
9473 builtin and then its argument prototype would still apply. */
9474 #ifdef __cplusplus
9475 extern "C"
9476 #endif
9477 char waddch ();
9479 main ()
9481 return waddch ();
9483 return 0;
9485 _ACEOF
9486 if ac_fn_c_try_link "$LINENO"; then :
9487 case "$LIBEXT" in
9488 dll) ac_cv_lib_soname_curses=`$ac_cv_path_LDD conftest.exe | grep "curses" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9489 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'` ;;
9490 *) ac_cv_lib_soname_curses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcurses\\.$LIBEXT" | sed -e "s/^.*\(libcurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9491 esac
9493 rm -f core conftest.err conftest.$ac_objext \
9494 conftest$ac_exeext conftest.$ac_ext
9495 LIBS=$ac_check_soname_save_LIBS
9497 if test "x$ac_cv_lib_soname_curses" = "x"; then :
9498 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9499 $as_echo "not found" >&6; }
9501 else
9502 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_curses" >&5
9503 $as_echo "$ac_cv_lib_soname_curses" >&6; }
9505 cat >>confdefs.h <<_ACEOF
9506 #define SONAME_LIBCURSES "$ac_cv_lib_soname_curses"
9507 _ACEOF
9509 CURSESLIBS="-lcurses"
9512 ac_save_LIBS="$LIBS"
9513 LIBS="$LIBS $CURSESLIBS"
9514 for ac_func in mousemask
9515 do :
9516 ac_fn_c_check_func "$LINENO" "mousemask" "ac_cv_func_mousemask"
9517 if test "x$ac_cv_func_mousemask" = x""yes; then :
9518 cat >>confdefs.h <<_ACEOF
9519 #define HAVE_MOUSEMASK 1
9520 _ACEOF
9523 done
9525 LIBS="$ac_save_LIBS"
9526 if test "x$ac_cv_lib_soname_curses$ac_cv_lib_soname_ncurses" = "x"; then :
9527 case "x$with_curses" in
9528 x) as_fn_append wine_notices "|lib(n)curses ${notice_platform}development files not found, curses won't be supported." ;;
9529 xno) ;;
9530 *) as_fn_error "lib(n)curses ${notice_platform}development files not found, curses won't be supported.
9531 This is an error since --with-curses was requested." "$LINENO" 5 ;;
9532 esac
9535 if test "x$with_sane" != "xno"
9536 then
9537 ac_save_CPPFLAGS="$CPPFLAGS"
9538 # Extract the first word of "sane-config", so it can be a program name with args.
9539 set dummy sane-config; ac_word=$2
9540 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9541 $as_echo_n "checking for $ac_word... " >&6; }
9542 if test "${ac_cv_prog_sane_devel+set}" = set; then :
9543 $as_echo_n "(cached) " >&6
9544 else
9545 if test -n "$sane_devel"; then
9546 ac_cv_prog_sane_devel="$sane_devel" # Let the user override the test.
9547 else
9548 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9549 for as_dir in $PATH
9551 IFS=$as_save_IFS
9552 test -z "$as_dir" && as_dir=.
9553 for ac_exec_ext in '' $ac_executable_extensions; do
9554 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9555 ac_cv_prog_sane_devel="sane-config"
9556 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9557 break 2
9559 done
9560 done
9561 IFS=$as_save_IFS
9563 test -z "$ac_cv_prog_sane_devel" && ac_cv_prog_sane_devel="no"
9566 sane_devel=$ac_cv_prog_sane_devel
9567 if test -n "$sane_devel"; then
9568 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $sane_devel" >&5
9569 $as_echo "$sane_devel" >&6; }
9570 else
9571 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9572 $as_echo "no" >&6; }
9576 if test "$sane_devel" != "no"
9577 then
9578 ac_sane_incl="`$sane_devel --cflags`"
9579 ac_sane_libs="`$sane_devel --ldflags`"
9580 CPPFLAGS="$CPPFLAGS $ac_sane_incl"
9582 ac_fn_c_check_header_mongrel "$LINENO" "sane/sane.h" "ac_cv_header_sane_sane_h" "$ac_includes_default"
9583 if test "x$ac_cv_header_sane_sane_h" = x""yes; then :
9584 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lsane" >&5
9585 $as_echo_n "checking for -lsane... " >&6; }
9586 if test "${ac_cv_lib_soname_sane+set}" = set; then :
9587 $as_echo_n "(cached) " >&6
9588 else
9589 ac_check_soname_save_LIBS=$LIBS
9590 LIBS="-lsane $ac_sane_libs $LIBS"
9591 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9592 /* end confdefs.h. */
9594 /* Override any GCC internal prototype to avoid an error.
9595 Use char because int might match the return type of a GCC
9596 builtin and then its argument prototype would still apply. */
9597 #ifdef __cplusplus
9598 extern "C"
9599 #endif
9600 char sane_init ();
9602 main ()
9604 return sane_init ();
9606 return 0;
9608 _ACEOF
9609 if ac_fn_c_try_link "$LINENO"; then :
9610 case "$LIBEXT" in
9611 dll) ac_cv_lib_soname_sane=`$ac_cv_path_LDD conftest.exe | grep "sane" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9612 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'` ;;
9613 *) ac_cv_lib_soname_sane=`$ac_cv_path_LDD conftest$ac_exeext | grep "libsane\\.$LIBEXT" | sed -e "s/^.*\(libsane\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9614 esac
9616 rm -f core conftest.err conftest.$ac_objext \
9617 conftest$ac_exeext conftest.$ac_ext
9618 LIBS=$ac_check_soname_save_LIBS
9620 if test "x$ac_cv_lib_soname_sane" = "x"; then :
9621 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9622 $as_echo "not found" >&6; }
9624 else
9625 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_sane" >&5
9626 $as_echo "$ac_cv_lib_soname_sane" >&6; }
9628 cat >>confdefs.h <<_ACEOF
9629 #define SONAME_LIBSANE "$ac_cv_lib_soname_sane"
9630 _ACEOF
9632 SANEINCL="$ac_sane_incl"
9638 CPPFLAGS="$ac_save_CPPFLAGS"
9640 if test "x$ac_cv_lib_soname_sane" = "x"; then :
9641 case "x$with_sane" in
9642 x) as_fn_append wine_notices "|libsane ${notice_platform}development files not found, scanners won't be supported." ;;
9643 xno) ;;
9644 *) as_fn_error "libsane ${notice_platform}development files not found, scanners won't be supported.
9645 This is an error since --with-sane was requested." "$LINENO" 5 ;;
9646 esac
9649 if test "x$with_v4l" != "xno"
9650 then
9651 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lv4l1" >&5
9652 $as_echo_n "checking for -lv4l1... " >&6; }
9653 if test "${ac_cv_lib_soname_v4l1+set}" = set; then :
9654 $as_echo_n "(cached) " >&6
9655 else
9656 ac_check_soname_save_LIBS=$LIBS
9657 LIBS="-lv4l1 $LIBS"
9658 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9659 /* end confdefs.h. */
9661 /* Override any GCC internal prototype to avoid an error.
9662 Use char because int might match the return type of a GCC
9663 builtin and then its argument prototype would still apply. */
9664 #ifdef __cplusplus
9665 extern "C"
9666 #endif
9667 char v4l1_open ();
9669 main ()
9671 return v4l1_open ();
9673 return 0;
9675 _ACEOF
9676 if ac_fn_c_try_link "$LINENO"; then :
9677 case "$LIBEXT" in
9678 dll) ac_cv_lib_soname_v4l1=`$ac_cv_path_LDD conftest.exe | grep "v4l1" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9679 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'` ;;
9680 *) ac_cv_lib_soname_v4l1=`$ac_cv_path_LDD conftest$ac_exeext | grep "libv4l1\\.$LIBEXT" | sed -e "s/^.*\(libv4l1\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9681 esac
9683 rm -f core conftest.err conftest.$ac_objext \
9684 conftest$ac_exeext conftest.$ac_ext
9685 LIBS=$ac_check_soname_save_LIBS
9687 if test "x$ac_cv_lib_soname_v4l1" = "x"; then :
9688 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9689 $as_echo "not found" >&6; }
9691 else
9692 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_v4l1" >&5
9693 $as_echo "$ac_cv_lib_soname_v4l1" >&6; }
9695 cat >>confdefs.h <<_ACEOF
9696 #define SONAME_LIBV4L1 "$ac_cv_lib_soname_v4l1"
9697 _ACEOF
9702 if test "x$ac_cv_lib_soname_v4l1" = "x"; then :
9703 case "x$with_v4l" in
9704 x) as_fn_append wine_notices "|libv4l ${notice_platform}development files not found." ;;
9705 xno) ;;
9706 *) as_fn_error "libv4l ${notice_platform}development files not found.
9707 This is an error since --with-v4l was requested." "$LINENO" 5 ;;
9708 esac
9711 if test "x$with_gphoto" != "xno"
9712 then
9713 ac_save_CPPFLAGS="$CPPFLAGS"
9714 # Extract the first word of "gphoto2-config", so it can be a program name with args.
9715 set dummy gphoto2-config; ac_word=$2
9716 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9717 $as_echo_n "checking for $ac_word... " >&6; }
9718 if test "${ac_cv_prog_gphoto2_devel+set}" = set; then :
9719 $as_echo_n "(cached) " >&6
9720 else
9721 if test -n "$gphoto2_devel"; then
9722 ac_cv_prog_gphoto2_devel="$gphoto2_devel" # Let the user override the test.
9723 else
9724 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9725 for as_dir in $PATH
9727 IFS=$as_save_IFS
9728 test -z "$as_dir" && as_dir=.
9729 for ac_exec_ext in '' $ac_executable_extensions; do
9730 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9731 ac_cv_prog_gphoto2_devel="gphoto2-config"
9732 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9733 break 2
9735 done
9736 done
9737 IFS=$as_save_IFS
9739 test -z "$ac_cv_prog_gphoto2_devel" && ac_cv_prog_gphoto2_devel="no"
9742 gphoto2_devel=$ac_cv_prog_gphoto2_devel
9743 if test -n "$gphoto2_devel"; then
9744 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gphoto2_devel" >&5
9745 $as_echo "$gphoto2_devel" >&6; }
9746 else
9747 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9748 $as_echo "no" >&6; }
9752 # Extract the first word of "gphoto2-port-config", so it can be a program name with args.
9753 set dummy gphoto2-port-config; ac_word=$2
9754 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9755 $as_echo_n "checking for $ac_word... " >&6; }
9756 if test "${ac_cv_prog_gphoto2port_devel+set}" = set; then :
9757 $as_echo_n "(cached) " >&6
9758 else
9759 if test -n "$gphoto2port_devel"; then
9760 ac_cv_prog_gphoto2port_devel="$gphoto2port_devel" # Let the user override the test.
9761 else
9762 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9763 for as_dir in $PATH
9765 IFS=$as_save_IFS
9766 test -z "$as_dir" && as_dir=.
9767 for ac_exec_ext in '' $ac_executable_extensions; do
9768 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9769 ac_cv_prog_gphoto2port_devel="gphoto2-port-config"
9770 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9771 break 2
9773 done
9774 done
9775 IFS=$as_save_IFS
9777 test -z "$ac_cv_prog_gphoto2port_devel" && ac_cv_prog_gphoto2port_devel="no"
9780 gphoto2port_devel=$ac_cv_prog_gphoto2port_devel
9781 if test -n "$gphoto2port_devel"; then
9782 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gphoto2port_devel" >&5
9783 $as_echo "$gphoto2port_devel" >&6; }
9784 else
9785 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9786 $as_echo "no" >&6; }
9790 if test "$gphoto2_devel" != "no" -a "$gphoto2port_devel" != "no"
9791 then
9792 ac_gphoto2_incl="`$gphoto2_devel --cflags` `$gphoto2port_devel --cflags`"
9793 ac_gphoto2_libs=""
9794 for i in `$gphoto2_devel --libs` `$gphoto2port_devel --libs`
9796 case "$i" in
9797 -L/usr/lib|-L/usr/lib64) ;;
9798 -L*|-l*) ac_gphoto2_libs="$ac_gphoto2_libs $i";;
9799 esac
9800 done
9801 CPPFLAGS="$CPPFLAGS $ac_gphoto2_incl"
9803 ac_gphoto2_libs=${ac_gphoto2_libs:-"-lgphoto2"}
9804 ac_fn_c_check_header_mongrel "$LINENO" "gphoto2-camera.h" "ac_cv_header_gphoto2_camera_h" "$ac_includes_default"
9805 if test "x$ac_cv_header_gphoto2_camera_h" = x""yes; then :
9806 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gp_camera_new in -lgphoto2" >&5
9807 $as_echo_n "checking for gp_camera_new in -lgphoto2... " >&6; }
9808 if test "${ac_cv_lib_gphoto2_gp_camera_new+set}" = set; then :
9809 $as_echo_n "(cached) " >&6
9810 else
9811 ac_check_lib_save_LIBS=$LIBS
9812 LIBS="-lgphoto2 $ac_gphoto2_libs $LIBS"
9813 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9814 /* end confdefs.h. */
9816 /* Override any GCC internal prototype to avoid an error.
9817 Use char because int might match the return type of a GCC
9818 builtin and then its argument prototype would still apply. */
9819 #ifdef __cplusplus
9820 extern "C"
9821 #endif
9822 char gp_camera_new ();
9824 main ()
9826 return gp_camera_new ();
9828 return 0;
9830 _ACEOF
9831 if ac_fn_c_try_link "$LINENO"; then :
9832 ac_cv_lib_gphoto2_gp_camera_new=yes
9833 else
9834 ac_cv_lib_gphoto2_gp_camera_new=no
9836 rm -f core conftest.err conftest.$ac_objext \
9837 conftest$ac_exeext conftest.$ac_ext
9838 LIBS=$ac_check_lib_save_LIBS
9840 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gphoto2_gp_camera_new" >&5
9841 $as_echo "$ac_cv_lib_gphoto2_gp_camera_new" >&6; }
9842 if test "x$ac_cv_lib_gphoto2_gp_camera_new" = x""yes; then :
9844 $as_echo "#define HAVE_GPHOTO2 1" >>confdefs.h
9846 GPHOTO2LIBS="$ac_gphoto2_libs"
9848 GPHOTO2INCL="$ac_gphoto2_incl"
9855 CPPFLAGS="$ac_save_CPPFLAGS"
9857 if test "$ac_cv_lib_gphoto2_gp_camera_new" != "yes"; then :
9858 case "x$with_gphoto" in
9859 x) as_fn_append wine_notices "|libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported." ;;
9860 xno) ;;
9861 *) as_fn_error "libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
9862 This is an error since --with-gphoto was requested." "$LINENO" 5 ;;
9863 esac
9867 RESOLVLIBS=""
9869 if test "$ac_cv_header_resolv_h" = "yes"
9870 then
9871 ac_save_LIBS="$LIBS"
9872 LIBS="$LIBS -lresolv"
9873 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9874 /* end confdefs.h. */
9875 #ifdef HAVE_NETINET_IN_H
9876 #include <netinet/in.h>
9877 #endif
9878 #include <resolv.h>
9880 main ()
9882 res_init();
9884 return 0;
9886 _ACEOF
9887 if ac_fn_c_try_link "$LINENO"; then :
9889 $as_echo "#define HAVE_RESOLV 1" >>confdefs.h
9891 RESOLVLIBS="-lresolv"
9893 rm -f core conftest.err conftest.$ac_objext \
9894 conftest$ac_exeext conftest.$ac_ext
9895 LIBS="$ac_save_LIBS"
9898 LCMSLIBS=""
9900 if test "$ac_cv_header_lcms_h" = "yes" -o "$ac_cv_header_lcms_lcms_h" = "yes"
9901 then
9902 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cmsOpenProfileFromFile in -llcms" >&5
9903 $as_echo_n "checking for cmsOpenProfileFromFile in -llcms... " >&6; }
9904 if test "${ac_cv_lib_lcms_cmsOpenProfileFromFile+set}" = set; then :
9905 $as_echo_n "(cached) " >&6
9906 else
9907 ac_check_lib_save_LIBS=$LIBS
9908 LIBS="-llcms $LIBS"
9909 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9910 /* end confdefs.h. */
9912 /* Override any GCC internal prototype to avoid an error.
9913 Use char because int might match the return type of a GCC
9914 builtin and then its argument prototype would still apply. */
9915 #ifdef __cplusplus
9916 extern "C"
9917 #endif
9918 char cmsOpenProfileFromFile ();
9920 main ()
9922 return cmsOpenProfileFromFile ();
9924 return 0;
9926 _ACEOF
9927 if ac_fn_c_try_link "$LINENO"; then :
9928 ac_cv_lib_lcms_cmsOpenProfileFromFile=yes
9929 else
9930 ac_cv_lib_lcms_cmsOpenProfileFromFile=no
9932 rm -f core conftest.err conftest.$ac_objext \
9933 conftest$ac_exeext conftest.$ac_ext
9934 LIBS=$ac_check_lib_save_LIBS
9936 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lcms_cmsOpenProfileFromFile" >&5
9937 $as_echo "$ac_cv_lib_lcms_cmsOpenProfileFromFile" >&6; }
9938 if test "x$ac_cv_lib_lcms_cmsOpenProfileFromFile" = x""yes; then :
9940 $as_echo "#define HAVE_LCMS 1" >>confdefs.h
9942 LCMSLIBS="-llcms"
9946 if test "$ac_cv_lib_lcms_cmsOpenProfileFromFile" != "yes"; then :
9947 case "x$with_cms" in
9948 x) as_fn_append wine_notices "|liblcms ${notice_platform}development files not found, Color Management won't be supported." ;;
9949 xno) ;;
9950 *) as_fn_error "liblcms ${notice_platform}development files not found, Color Management won't be supported.
9951 This is an error since --with-cms was requested." "$LINENO" 5 ;;
9952 esac
9955 if test "x$with_freetype" != "xno"
9956 then
9957 for ac_prog in freetype-config freetype2-config
9959 # Extract the first word of "$ac_prog", so it can be a program name with args.
9960 set dummy $ac_prog; ac_word=$2
9961 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9962 $as_echo_n "checking for $ac_word... " >&6; }
9963 if test "${ac_cv_prog_ft_devel+set}" = set; then :
9964 $as_echo_n "(cached) " >&6
9965 else
9966 if test -n "$ft_devel"; then
9967 ac_cv_prog_ft_devel="$ft_devel" # Let the user override the test.
9968 else
9969 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9970 for as_dir in $PATH
9972 IFS=$as_save_IFS
9973 test -z "$as_dir" && as_dir=.
9974 for ac_exec_ext in '' $ac_executable_extensions; do
9975 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9976 ac_cv_prog_ft_devel="$ac_prog"
9977 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9978 break 2
9980 done
9981 done
9982 IFS=$as_save_IFS
9986 ft_devel=$ac_cv_prog_ft_devel
9987 if test -n "$ft_devel"; then
9988 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ft_devel" >&5
9989 $as_echo "$ft_devel" >&6; }
9990 else
9991 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9992 $as_echo "no" >&6; }
9996 test -n "$ft_devel" && break
9997 done
9998 test -n "$ft_devel" || ft_devel="no"
10000 if test "$ft_devel" != "no"
10001 then
10002 ac_freetype_incl=`$ft_devel --cflags`
10003 ac_freetype_libs=`$ft_devel --libs`
10005 ac_freetype_libs=${ac_freetype_libs:-"-lfreetype"}
10006 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfreetype" >&5
10007 $as_echo_n "checking for -lfreetype... " >&6; }
10008 if test "${ac_cv_lib_soname_freetype+set}" = set; then :
10009 $as_echo_n "(cached) " >&6
10010 else
10011 ac_check_soname_save_LIBS=$LIBS
10012 LIBS="-lfreetype $ac_freetype_libs $LIBS"
10013 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10014 /* end confdefs.h. */
10016 /* Override any GCC internal prototype to avoid an error.
10017 Use char because int might match the return type of a GCC
10018 builtin and then its argument prototype would still apply. */
10019 #ifdef __cplusplus
10020 extern "C"
10021 #endif
10022 char FT_Init_FreeType ();
10024 main ()
10026 return FT_Init_FreeType ();
10028 return 0;
10030 _ACEOF
10031 if ac_fn_c_try_link "$LINENO"; then :
10032 case "$LIBEXT" in
10033 dll) ac_cv_lib_soname_freetype=`$ac_cv_path_LDD conftest.exe | grep "freetype" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10034 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'` ;;
10035 *) ac_cv_lib_soname_freetype=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfreetype\\.$LIBEXT" | sed -e "s/^.*\(libfreetype\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10036 esac
10038 rm -f core conftest.err conftest.$ac_objext \
10039 conftest$ac_exeext conftest.$ac_ext
10040 LIBS=$ac_check_soname_save_LIBS
10042 if test "x$ac_cv_lib_soname_freetype" = "x"; then :
10043 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10044 $as_echo "not found" >&6; }
10045 ft_lib=no
10046 else
10047 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_freetype" >&5
10048 $as_echo "$ac_cv_lib_soname_freetype" >&6; }
10050 cat >>confdefs.h <<_ACEOF
10051 #define SONAME_LIBFREETYPE "$ac_cv_lib_soname_freetype"
10052 _ACEOF
10054 ft_lib=yes
10056 if test "$ft_lib" = "yes"
10057 then
10058 ac_save_CPPFLAGS="$CPPFLAGS"
10059 CPPFLAGS="$ac_freetype_incl $CPPFLAGS"
10060 for ac_header in ft2build.h \
10061 freetype/freetype.h \
10062 freetype/ftglyph.h \
10063 freetype/fttypes.h \
10064 freetype/tttables.h \
10065 freetype/ftsnames.h \
10066 freetype/ttnameid.h \
10067 freetype/ftoutln.h \
10068 freetype/ftwinfnt.h \
10069 freetype/ftmodapi.h \
10070 freetype/ftlcdfil.h \
10071 freetype/internal/sfnt.h
10072 do :
10073 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
10074 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_FT2BUILD_H
10075 # include <ft2build.h>
10076 #endif
10078 eval as_val=\$$as_ac_Header
10079 if test "x$as_val" = x""yes; then :
10080 cat >>confdefs.h <<_ACEOF
10081 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
10082 _ACEOF
10086 done
10088 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10089 /* end confdefs.h. */
10090 #include <ft2build.h>
10091 #include <freetype/fttrigon.h>
10092 _ACEOF
10093 if ac_fn_c_try_cpp "$LINENO"; then :
10095 $as_echo "#define HAVE_FREETYPE_FTTRIGON_H 1" >>confdefs.h
10097 wine_cv_fttrigon=yes
10098 else
10099 wine_cv_fttrigon=no
10101 rm -f conftest.err conftest.$ac_ext
10102 ac_fn_c_check_type "$LINENO" "FT_TrueTypeEngineType" "ac_cv_type_FT_TrueTypeEngineType" "#include <freetype/ftmodapi.h>
10104 if test "x$ac_cv_type_FT_TrueTypeEngineType" = x""yes; then :
10106 cat >>confdefs.h <<_ACEOF
10107 #define HAVE_FT_TRUETYPEENGINETYPE 1
10108 _ACEOF
10113 ac_save_CFLAGS="$CFLAGS"
10114 CFLAGS="$CFLAGS $ac_freetype_libs"
10115 for ac_func in FT_Load_Sfnt_Table
10116 do :
10117 ac_fn_c_check_func "$LINENO" "FT_Load_Sfnt_Table" "ac_cv_func_FT_Load_Sfnt_Table"
10118 if test "x$ac_cv_func_FT_Load_Sfnt_Table" = x""yes; then :
10119 cat >>confdefs.h <<_ACEOF
10120 #define HAVE_FT_LOAD_SFNT_TABLE 1
10121 _ACEOF
10124 done
10126 CFLAGS="$ac_save_CFLAGS"
10127 CPPFLAGS="$ac_save_CPPFLAGS"
10128 if test "$ac_cv_header_freetype_freetype_h" = "yes" -a "$wine_cv_fttrigon" = "yes"
10129 then
10131 $as_echo "#define HAVE_FREETYPE 1" >>confdefs.h
10133 FREETYPELIBS="$ac_freetype_libs"
10135 FREETYPEINCL="$ac_freetype_incl"
10140 if test "x$FREETYPELIBS" = "x"; then :
10141 case "x$with_freetype" in
10142 xno) ;;
10143 *) as_fn_error "FreeType ${notice_platform}development files not found. Fonts will not be built.
10144 Use the --without-freetype option if you really want this." "$LINENO" 5 ;;
10145 esac
10147 test "x$FREETYPELIBS" = "x" && enable_fonts=${enable_fonts:-no}
10149 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for parport header/ppdev.h" >&5
10150 $as_echo_n "checking for parport header/ppdev.h... " >&6; }
10151 if test "${ac_cv_c_ppdev+set}" = set; then :
10152 $as_echo_n "(cached) " >&6
10153 else
10154 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10155 /* end confdefs.h. */
10156 #ifdef HAVE_SYS_IOCTL_H
10157 # include <sys/ioctl.h>
10158 #endif
10159 #include <linux/ppdev.h>
10161 main ()
10163 ioctl (1,PPCLAIM,0)
10165 return 0;
10167 _ACEOF
10168 if ac_fn_c_try_compile "$LINENO"; then :
10169 ac_cv_c_ppdev="yes"
10170 else
10171 ac_cv_c_ppdev="no"
10173 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10175 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_ppdev" >&5
10176 $as_echo "$ac_cv_c_ppdev" >&6; }
10177 if test "$ac_cv_c_ppdev" = "yes"
10178 then
10180 $as_echo "#define HAVE_PPDEV 1" >>confdefs.h
10184 ac_wine_check_funcs_save_LIBS="$LIBS"
10185 LIBS="$LIBS $LIBPTHREAD"
10186 for ac_func in \
10187 pthread_attr_get_np \
10188 pthread_getattr_np \
10189 pthread_get_stackaddr_np \
10190 pthread_get_stacksize_np
10191 do :
10192 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
10193 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
10194 eval as_val=\$$as_ac_var
10195 if test "x$as_val" = x""yes; then :
10196 cat >>confdefs.h <<_ACEOF
10197 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
10198 _ACEOF
10201 done
10203 LIBS="$ac_wine_check_funcs_save_LIBS"
10205 if test "$ac_cv_header_zlib_h" = "yes"
10206 then
10207 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inflate in -lz" >&5
10208 $as_echo_n "checking for inflate in -lz... " >&6; }
10209 if test "${ac_cv_lib_z_inflate+set}" = set; then :
10210 $as_echo_n "(cached) " >&6
10211 else
10212 ac_check_lib_save_LIBS=$LIBS
10213 LIBS="-lz $LIBS"
10214 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10215 /* end confdefs.h. */
10217 /* Override any GCC internal prototype to avoid an error.
10218 Use char because int might match the return type of a GCC
10219 builtin and then its argument prototype would still apply. */
10220 #ifdef __cplusplus
10221 extern "C"
10222 #endif
10223 char inflate ();
10225 main ()
10227 return inflate ();
10229 return 0;
10231 _ACEOF
10232 if ac_fn_c_try_link "$LINENO"; then :
10233 ac_cv_lib_z_inflate=yes
10234 else
10235 ac_cv_lib_z_inflate=no
10237 rm -f core conftest.err conftest.$ac_objext \
10238 conftest$ac_exeext conftest.$ac_ext
10239 LIBS=$ac_check_lib_save_LIBS
10241 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_z_inflate" >&5
10242 $as_echo "$ac_cv_lib_z_inflate" >&6; }
10243 if test "x$ac_cv_lib_z_inflate" = x""yes; then :
10245 $as_echo "#define HAVE_ZLIB 1" >>confdefs.h
10247 ZLIB="-lz"
10253 if test "x$with_esd" != xno
10254 then
10255 save_CFLAGS="$CFLAGS"
10256 # Extract the first word of "esd-config", so it can be a program name with args.
10257 set dummy esd-config; ac_word=$2
10258 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10259 $as_echo_n "checking for $ac_word... " >&6; }
10260 if test "${ac_cv_path_ESDCONFIG+set}" = set; then :
10261 $as_echo_n "(cached) " >&6
10262 else
10263 case $ESDCONFIG in
10264 [\\/]* | ?:[\\/]*)
10265 ac_cv_path_ESDCONFIG="$ESDCONFIG" # Let the user override the test with a path.
10268 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10269 for as_dir in $PATH
10271 IFS=$as_save_IFS
10272 test -z "$as_dir" && as_dir=.
10273 for ac_exec_ext in '' $ac_executable_extensions; do
10274 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10275 ac_cv_path_ESDCONFIG="$as_dir/$ac_word$ac_exec_ext"
10276 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10277 break 2
10279 done
10280 done
10281 IFS=$as_save_IFS
10283 test -z "$ac_cv_path_ESDCONFIG" && ac_cv_path_ESDCONFIG="no"
10285 esac
10287 ESDCONFIG=$ac_cv_path_ESDCONFIG
10288 if test -n "$ESDCONFIG"; then
10289 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ESDCONFIG" >&5
10290 $as_echo "$ESDCONFIG" >&6; }
10291 else
10292 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10293 $as_echo "no" >&6; }
10297 if test "x$ESDCONFIG" != "xno"
10298 then
10299 ac_esd_incl=""
10300 for i in `$ESDCONFIG --cflags`
10302 case "$i" in
10303 -I*) ac_esd_incl="$ac_esd_incl $i";;
10304 esac
10305 done
10306 ac_esd_libs=`$ESDCONFIG --libs`
10307 CFLAGS="$CFLAGS $ac_esd_incl"
10309 ac_esd_libs=${ac_esd_libs:-"-lesd"}
10310 ac_fn_c_check_header_mongrel "$LINENO" "esd.h" "ac_cv_header_esd_h" "$ac_includes_default"
10311 if test "x$ac_cv_header_esd_h" = x""yes; then :
10312 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for esd_open_sound in -lesd" >&5
10313 $as_echo_n "checking for esd_open_sound in -lesd... " >&6; }
10314 if test "${ac_cv_lib_esd_esd_open_sound+set}" = set; then :
10315 $as_echo_n "(cached) " >&6
10316 else
10317 ac_check_lib_save_LIBS=$LIBS
10318 LIBS="-lesd $ac_esd_libs $LIBS"
10319 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10320 /* end confdefs.h. */
10322 /* Override any GCC internal prototype to avoid an error.
10323 Use char because int might match the return type of a GCC
10324 builtin and then its argument prototype would still apply. */
10325 #ifdef __cplusplus
10326 extern "C"
10327 #endif
10328 char esd_open_sound ();
10330 main ()
10332 return esd_open_sound ();
10334 return 0;
10336 _ACEOF
10337 if ac_fn_c_try_link "$LINENO"; then :
10338 ac_cv_lib_esd_esd_open_sound=yes
10339 else
10340 ac_cv_lib_esd_esd_open_sound=no
10342 rm -f core conftest.err conftest.$ac_objext \
10343 conftest$ac_exeext conftest.$ac_ext
10344 LIBS=$ac_check_lib_save_LIBS
10346 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_esd_esd_open_sound" >&5
10347 $as_echo "$ac_cv_lib_esd_esd_open_sound" >&6; }
10348 if test "x$ac_cv_lib_esd_esd_open_sound" = x""yes; then :
10349 ESDINCL="$ac_esd_incl"
10351 ESDLIBS="$ac_esd_libs"
10354 $as_echo "#define HAVE_ESD 1" >>confdefs.h
10361 CFLAGS="$save_CFLAGS"
10364 ALSALIBS=""
10366 if test "$ac_cv_header_sys_asoundlib_h" = "yes" -o "$ac_cv_header_alsa_asoundlib_h" = "yes"
10367 then
10368 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for snd_pcm_hw_params_get_access in -lasound" >&5
10369 $as_echo_n "checking for snd_pcm_hw_params_get_access in -lasound... " >&6; }
10370 if test "${ac_cv_lib_asound_snd_pcm_hw_params_get_access+set}" = set; then :
10371 $as_echo_n "(cached) " >&6
10372 else
10373 ac_check_lib_save_LIBS=$LIBS
10374 LIBS="-lasound $LIBS"
10375 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10376 /* end confdefs.h. */
10378 /* Override any GCC internal prototype to avoid an error.
10379 Use char because int might match the return type of a GCC
10380 builtin and then its argument prototype would still apply. */
10381 #ifdef __cplusplus
10382 extern "C"
10383 #endif
10384 char snd_pcm_hw_params_get_access ();
10386 main ()
10388 return snd_pcm_hw_params_get_access ();
10390 return 0;
10392 _ACEOF
10393 if ac_fn_c_try_link "$LINENO"; then :
10394 ac_cv_lib_asound_snd_pcm_hw_params_get_access=yes
10395 else
10396 ac_cv_lib_asound_snd_pcm_hw_params_get_access=no
10398 rm -f core conftest.err conftest.$ac_objext \
10399 conftest$ac_exeext conftest.$ac_ext
10400 LIBS=$ac_check_lib_save_LIBS
10402 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&5
10403 $as_echo "$ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&6; }
10404 if test "x$ac_cv_lib_asound_snd_pcm_hw_params_get_access" = x""yes; then :
10405 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10406 /* end confdefs.h. */
10407 #ifdef HAVE_ALSA_ASOUNDLIB_H
10408 #include <alsa/asoundlib.h>
10409 #elif defined(HAVE_SYS_ASOUNDLIB_H)
10410 #include <sys/asoundlib.h>
10411 #endif
10413 main ()
10415 int ret = snd_pcm_hw_params_get_access(NULL, NULL)
10417 return 0;
10419 _ACEOF
10420 if ac_fn_c_try_compile "$LINENO"; then :
10422 $as_echo "#define HAVE_ALSA 1" >>confdefs.h
10424 ALSALIBS="-lasound"
10426 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10431 AUDIOIOLIBS=""
10433 if test "$ac_cv_header_libaudioio_h" = "yes"
10434 then
10435 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for AudioIOGetVersion in -laudioio" >&5
10436 $as_echo_n "checking for AudioIOGetVersion in -laudioio... " >&6; }
10437 if test "${ac_cv_lib_audioio_AudioIOGetVersion+set}" = set; then :
10438 $as_echo_n "(cached) " >&6
10439 else
10440 ac_check_lib_save_LIBS=$LIBS
10441 LIBS="-laudioio $LIBS"
10442 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10443 /* end confdefs.h. */
10445 /* Override any GCC internal prototype to avoid an error.
10446 Use char because int might match the return type of a GCC
10447 builtin and then its argument prototype would still apply. */
10448 #ifdef __cplusplus
10449 extern "C"
10450 #endif
10451 char AudioIOGetVersion ();
10453 main ()
10455 return AudioIOGetVersion ();
10457 return 0;
10459 _ACEOF
10460 if ac_fn_c_try_link "$LINENO"; then :
10461 ac_cv_lib_audioio_AudioIOGetVersion=yes
10462 else
10463 ac_cv_lib_audioio_AudioIOGetVersion=no
10465 rm -f core conftest.err conftest.$ac_objext \
10466 conftest$ac_exeext conftest.$ac_ext
10467 LIBS=$ac_check_lib_save_LIBS
10469 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_audioio_AudioIOGetVersion" >&5
10470 $as_echo "$ac_cv_lib_audioio_AudioIOGetVersion" >&6; }
10471 if test "x$ac_cv_lib_audioio_AudioIOGetVersion" = x""yes; then :
10472 AUDIOIOLIBS="-laudioio"
10474 $as_echo "#define HAVE_LIBAUDIOIO 1" >>confdefs.h
10481 if test "$ac_cv_header_capi20_h" = "yes" -a "$ac_cv_header_linux_capi_h" = "yes"
10482 then
10483 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcapi20" >&5
10484 $as_echo_n "checking for -lcapi20... " >&6; }
10485 if test "${ac_cv_lib_soname_capi20+set}" = set; then :
10486 $as_echo_n "(cached) " >&6
10487 else
10488 ac_check_soname_save_LIBS=$LIBS
10489 LIBS="-lcapi20 $LIBS"
10490 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10491 /* end confdefs.h. */
10493 /* Override any GCC internal prototype to avoid an error.
10494 Use char because int might match the return type of a GCC
10495 builtin and then its argument prototype would still apply. */
10496 #ifdef __cplusplus
10497 extern "C"
10498 #endif
10499 char capi20_register ();
10501 main ()
10503 return capi20_register ();
10505 return 0;
10507 _ACEOF
10508 if ac_fn_c_try_link "$LINENO"; then :
10509 case "$LIBEXT" in
10510 dll) ac_cv_lib_soname_capi20=`$ac_cv_path_LDD conftest.exe | grep "capi20" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10511 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'` ;;
10512 *) ac_cv_lib_soname_capi20=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcapi20\\.$LIBEXT" | sed -e "s/^.*\(libcapi20\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10513 esac
10515 rm -f core conftest.err conftest.$ac_objext \
10516 conftest$ac_exeext conftest.$ac_ext
10517 LIBS=$ac_check_soname_save_LIBS
10519 if test "x$ac_cv_lib_soname_capi20" = "x"; then :
10520 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10521 $as_echo "not found" >&6; }
10523 else
10524 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_capi20" >&5
10525 $as_echo "$ac_cv_lib_soname_capi20" >&6; }
10527 cat >>confdefs.h <<_ACEOF
10528 #define SONAME_LIBCAPI20 "$ac_cv_lib_soname_capi20"
10529 _ACEOF
10534 if test "x$ac_cv_lib_soname_capi20" = "x"; then :
10535 case "x$with_capi" in
10536 x) as_fn_append wine_notices "|libcapi20 ${notice_platform}development files not found, ISDN won't be supported." ;;
10537 xno) ;;
10538 *) as_fn_error "libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
10539 This is an error since --with-capi was requested." "$LINENO" 5 ;;
10540 esac
10543 CUPSINCL=""
10545 if test "x$with_cups" != "xno"
10546 then
10547 ac_save_CPPFLAGS="$CPPFLAGS"
10548 ac_cups_cflags=`cups-config --cflags 2>/dev/null`
10549 ac_cups_libs=`cups-config --ldflags 2>/dev/null`
10550 CPPFLAGS="$CPPFLAGS $ac_cups_cflags"
10551 for ac_header in cups/cups.h
10552 do :
10553 ac_fn_c_check_header_mongrel "$LINENO" "cups/cups.h" "ac_cv_header_cups_cups_h" "$ac_includes_default"
10554 if test "x$ac_cv_header_cups_cups_h" = x""yes; then :
10555 cat >>confdefs.h <<_ACEOF
10556 #define HAVE_CUPS_CUPS_H 1
10557 _ACEOF
10558 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcups" >&5
10559 $as_echo_n "checking for -lcups... " >&6; }
10560 if test "${ac_cv_lib_soname_cups+set}" = set; then :
10561 $as_echo_n "(cached) " >&6
10562 else
10563 ac_check_soname_save_LIBS=$LIBS
10564 LIBS="-lcups $ac_cups_libs $LIBS"
10565 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10566 /* end confdefs.h. */
10568 /* Override any GCC internal prototype to avoid an error.
10569 Use char because int might match the return type of a GCC
10570 builtin and then its argument prototype would still apply. */
10571 #ifdef __cplusplus
10572 extern "C"
10573 #endif
10574 char cupsGetDefault ();
10576 main ()
10578 return cupsGetDefault ();
10580 return 0;
10582 _ACEOF
10583 if ac_fn_c_try_link "$LINENO"; then :
10584 case "$LIBEXT" in
10585 dll) ac_cv_lib_soname_cups=`$ac_cv_path_LDD conftest.exe | grep "cups" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10586 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'` ;;
10587 *) ac_cv_lib_soname_cups=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcups\\.$LIBEXT" | sed -e "s/^.*\(libcups\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10588 esac
10590 rm -f core conftest.err conftest.$ac_objext \
10591 conftest$ac_exeext conftest.$ac_ext
10592 LIBS=$ac_check_soname_save_LIBS
10594 if test "x$ac_cv_lib_soname_cups" = "x"; then :
10595 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10596 $as_echo "not found" >&6; }
10598 else
10599 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_cups" >&5
10600 $as_echo "$ac_cv_lib_soname_cups" >&6; }
10602 cat >>confdefs.h <<_ACEOF
10603 #define SONAME_LIBCUPS "$ac_cv_lib_soname_cups"
10604 _ACEOF
10606 CUPSINCL="$ac_cups_cflags"
10610 done
10612 CPPFLAGS="$ac_save_CPPFLAGS"
10614 if test "x$ac_cv_lib_soname_cups" = "x"; then :
10615 case "x$with_cups" in
10616 x) as_fn_append wine_notices "|libcups ${notice_platform}development files not found, CUPS won't be supported." ;;
10617 xno) ;;
10618 *) as_fn_error "libcups ${notice_platform}development files not found, CUPS won't be supported.
10619 This is an error since --with-cups was requested." "$LINENO" 5 ;;
10620 esac
10623 if test "$ac_cv_header_jack_jack_h" = "yes"
10624 then
10625 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ljack" >&5
10626 $as_echo_n "checking for -ljack... " >&6; }
10627 if test "${ac_cv_lib_soname_jack+set}" = set; then :
10628 $as_echo_n "(cached) " >&6
10629 else
10630 ac_check_soname_save_LIBS=$LIBS
10631 LIBS="-ljack $LIBS"
10632 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10633 /* end confdefs.h. */
10635 /* Override any GCC internal prototype to avoid an error.
10636 Use char because int might match the return type of a GCC
10637 builtin and then its argument prototype would still apply. */
10638 #ifdef __cplusplus
10639 extern "C"
10640 #endif
10641 char jack_client_new ();
10643 main ()
10645 return jack_client_new ();
10647 return 0;
10649 _ACEOF
10650 if ac_fn_c_try_link "$LINENO"; then :
10651 case "$LIBEXT" in
10652 dll) ac_cv_lib_soname_jack=`$ac_cv_path_LDD conftest.exe | grep "jack" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10653 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'` ;;
10654 *) 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'` ;;
10655 esac
10657 rm -f core conftest.err conftest.$ac_objext \
10658 conftest$ac_exeext conftest.$ac_ext
10659 LIBS=$ac_check_soname_save_LIBS
10661 if test "x$ac_cv_lib_soname_jack" = "x"; then :
10662 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10663 $as_echo "not found" >&6; }
10665 else
10666 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_jack" >&5
10667 $as_echo "$ac_cv_lib_soname_jack" >&6; }
10669 cat >>confdefs.h <<_ACEOF
10670 #define SONAME_LIBJACK "$ac_cv_lib_soname_jack"
10671 _ACEOF
10677 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
10678 then
10679 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfontconfig" >&5
10680 $as_echo_n "checking for -lfontconfig... " >&6; }
10681 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then :
10682 $as_echo_n "(cached) " >&6
10683 else
10684 ac_check_soname_save_LIBS=$LIBS
10685 LIBS="-lfontconfig $LIBS"
10686 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10687 /* end confdefs.h. */
10689 /* Override any GCC internal prototype to avoid an error.
10690 Use char because int might match the return type of a GCC
10691 builtin and then its argument prototype would still apply. */
10692 #ifdef __cplusplus
10693 extern "C"
10694 #endif
10695 char FcInit ();
10697 main ()
10699 return FcInit ();
10701 return 0;
10703 _ACEOF
10704 if ac_fn_c_try_link "$LINENO"; then :
10705 case "$LIBEXT" in
10706 dll) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest.exe | grep "fontconfig" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10707 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'` ;;
10708 *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10709 esac
10711 rm -f core conftest.err conftest.$ac_objext \
10712 conftest$ac_exeext conftest.$ac_ext
10713 LIBS=$ac_check_soname_save_LIBS
10715 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then :
10716 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10717 $as_echo "not found" >&6; }
10719 else
10720 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_fontconfig" >&5
10721 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
10723 cat >>confdefs.h <<_ACEOF
10724 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
10725 _ACEOF
10729 elif test -n "$X_CFLAGS" -a "x$with_fontconfig" != "xno"
10730 then
10731 ac_save_CPPFLAGS="$CPPFLAGS"
10732 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
10733 $as_unset ac_cv_header_fontconfig_fontconfig_h
10734 for ac_header in fontconfig/fontconfig.h
10735 do :
10736 ac_fn_c_check_header_mongrel "$LINENO" "fontconfig/fontconfig.h" "ac_cv_header_fontconfig_fontconfig_h" "$ac_includes_default"
10737 if test "x$ac_cv_header_fontconfig_fontconfig_h" = x""yes; then :
10738 cat >>confdefs.h <<_ACEOF
10739 #define HAVE_FONTCONFIG_FONTCONFIG_H 1
10740 _ACEOF
10744 done
10746 CPPFLAGS="$ac_save_CPPFLAGS"
10747 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
10748 then
10749 FONTCONFIGINCL="$X_CFLAGS"
10751 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfontconfig" >&5
10752 $as_echo_n "checking for -lfontconfig... " >&6; }
10753 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then :
10754 $as_echo_n "(cached) " >&6
10755 else
10756 ac_check_soname_save_LIBS=$LIBS
10757 LIBS="-lfontconfig $X_LIBS $LIBS"
10758 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10759 /* end confdefs.h. */
10761 /* Override any GCC internal prototype to avoid an error.
10762 Use char because int might match the return type of a GCC
10763 builtin and then its argument prototype would still apply. */
10764 #ifdef __cplusplus
10765 extern "C"
10766 #endif
10767 char FcInit ();
10769 main ()
10771 return FcInit ();
10773 return 0;
10775 _ACEOF
10776 if ac_fn_c_try_link "$LINENO"; then :
10777 case "$LIBEXT" in
10778 dll) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest.exe | grep "fontconfig" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10779 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'` ;;
10780 *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10781 esac
10783 rm -f core conftest.err conftest.$ac_objext \
10784 conftest$ac_exeext conftest.$ac_ext
10785 LIBS=$ac_check_soname_save_LIBS
10787 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then :
10788 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10789 $as_echo "not found" >&6; }
10791 else
10792 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_fontconfig" >&5
10793 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
10795 cat >>confdefs.h <<_ACEOF
10796 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
10797 _ACEOF
10803 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then :
10804 case "x$with_fontconfig" in
10805 x) as_fn_append wine_notices "|fontconfig ${notice_platform}development files not found, fontconfig won't be supported." ;;
10806 xno) ;;
10807 *) as_fn_error "fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
10808 This is an error since --with-fontconfig was requested." "$LINENO" 5 ;;
10809 esac
10812 if test "$ac_cv_header_openssl_err_h" = "yes" -a "$ac_cv_header_openssl_ssl_h" = "yes"
10813 then
10814 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lssl" >&5
10815 $as_echo_n "checking for -lssl... " >&6; }
10816 if test "${ac_cv_lib_soname_ssl+set}" = set; then :
10817 $as_echo_n "(cached) " >&6
10818 else
10819 ac_check_soname_save_LIBS=$LIBS
10820 LIBS="-lssl $LIBS"
10821 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10822 /* end confdefs.h. */
10824 /* Override any GCC internal prototype to avoid an error.
10825 Use char because int might match the return type of a GCC
10826 builtin and then its argument prototype would still apply. */
10827 #ifdef __cplusplus
10828 extern "C"
10829 #endif
10830 char SSL_library_init ();
10832 main ()
10834 return SSL_library_init ();
10836 return 0;
10838 _ACEOF
10839 if ac_fn_c_try_link "$LINENO"; then :
10840 case "$LIBEXT" in
10841 dll) ac_cv_lib_soname_ssl=`$ac_cv_path_LDD conftest.exe | grep "ssl" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10842 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'` ;;
10843 *) ac_cv_lib_soname_ssl=`$ac_cv_path_LDD conftest$ac_exeext | grep "libssl\\.$LIBEXT" | sed -e "s/^.*\(libssl\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10844 esac
10846 rm -f core conftest.err conftest.$ac_objext \
10847 conftest$ac_exeext conftest.$ac_ext
10848 LIBS=$ac_check_soname_save_LIBS
10850 if test "x$ac_cv_lib_soname_ssl" = "x"; then :
10851 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10852 $as_echo "not found" >&6; }
10854 else
10855 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_ssl" >&5
10856 $as_echo "$ac_cv_lib_soname_ssl" >&6; }
10858 cat >>confdefs.h <<_ACEOF
10859 #define SONAME_LIBSSL "$ac_cv_lib_soname_ssl"
10860 _ACEOF
10864 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcrypto" >&5
10865 $as_echo_n "checking for -lcrypto... " >&6; }
10866 if test "${ac_cv_lib_soname_crypto+set}" = set; then :
10867 $as_echo_n "(cached) " >&6
10868 else
10869 ac_check_soname_save_LIBS=$LIBS
10870 LIBS="-lcrypto $LIBS"
10871 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10872 /* end confdefs.h. */
10874 /* Override any GCC internal prototype to avoid an error.
10875 Use char because int might match the return type of a GCC
10876 builtin and then its argument prototype would still apply. */
10877 #ifdef __cplusplus
10878 extern "C"
10879 #endif
10880 char BIO_new_socket ();
10882 main ()
10884 return BIO_new_socket ();
10886 return 0;
10888 _ACEOF
10889 if ac_fn_c_try_link "$LINENO"; then :
10890 case "$LIBEXT" in
10891 dll) ac_cv_lib_soname_crypto=`$ac_cv_path_LDD conftest.exe | grep "crypto" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10892 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'` ;;
10893 *) ac_cv_lib_soname_crypto=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcrypto\\.$LIBEXT" | sed -e "s/^.*\(libcrypto\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10894 esac
10896 rm -f core conftest.err conftest.$ac_objext \
10897 conftest$ac_exeext conftest.$ac_ext
10898 LIBS=$ac_check_soname_save_LIBS
10900 if test "x$ac_cv_lib_soname_crypto" = "x"; then :
10901 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10902 $as_echo "not found" >&6; }
10904 else
10905 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_crypto" >&5
10906 $as_echo "$ac_cv_lib_soname_crypto" >&6; }
10908 cat >>confdefs.h <<_ACEOF
10909 #define SONAME_LIBCRYPTO "$ac_cv_lib_soname_crypto"
10910 _ACEOF
10915 if test "x$ac_cv_lib_soname_ssl" = "x" -o "x$ac_cv_lib_soname_crypto" = "x"; then :
10916 case "x$with_openssl" in
10917 x) as_fn_append wine_warnings "|OpenSSL ${notice_platform}development files not found, SSL won't be supported." ;;
10918 xno) ;;
10919 *) as_fn_error "OpenSSL ${notice_platform}development files not found, SSL won't be supported.
10920 This is an error since --with-openssl was requested." "$LINENO" 5 ;;
10921 esac
10924 if test "$ac_cv_header_gsm_h" = "yes" -o "$ac_cv_header_gsm_gsm_h" = "yes"
10925 then
10926 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lgsm" >&5
10927 $as_echo_n "checking for -lgsm... " >&6; }
10928 if test "${ac_cv_lib_soname_gsm+set}" = set; then :
10929 $as_echo_n "(cached) " >&6
10930 else
10931 ac_check_soname_save_LIBS=$LIBS
10932 LIBS="-lgsm $LIBS"
10933 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10934 /* end confdefs.h. */
10936 /* Override any GCC internal prototype to avoid an error.
10937 Use char because int might match the return type of a GCC
10938 builtin and then its argument prototype would still apply. */
10939 #ifdef __cplusplus
10940 extern "C"
10941 #endif
10942 char gsm_create ();
10944 main ()
10946 return gsm_create ();
10948 return 0;
10950 _ACEOF
10951 if ac_fn_c_try_link "$LINENO"; then :
10952 case "$LIBEXT" in
10953 dll) ac_cv_lib_soname_gsm=`$ac_cv_path_LDD conftest.exe | grep "gsm" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10954 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'` ;;
10955 *) ac_cv_lib_soname_gsm=`$ac_cv_path_LDD conftest$ac_exeext | grep "libgsm\\.$LIBEXT" | sed -e "s/^.*\(libgsm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10956 esac
10958 rm -f core conftest.err conftest.$ac_objext \
10959 conftest$ac_exeext conftest.$ac_ext
10960 LIBS=$ac_check_soname_save_LIBS
10962 if test "x$ac_cv_lib_soname_gsm" = "x"; then :
10963 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10964 $as_echo "not found" >&6; }
10966 else
10967 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_gsm" >&5
10968 $as_echo "$ac_cv_lib_soname_gsm" >&6; }
10970 cat >>confdefs.h <<_ACEOF
10971 #define SONAME_LIBGSM "$ac_cv_lib_soname_gsm"
10972 _ACEOF
10977 if test "x$ac_cv_lib_soname_gsm" = "x"; then :
10978 case "x$with_gsm" in
10979 x) as_fn_append wine_notices "|libgsm ${notice_platform}development files not found, gsm 06.10 codec won't be supported." ;;
10980 xno) ;;
10981 *) as_fn_error "libgsm ${notice_platform}development files not found, gsm 06.10 codec won't be supported.
10982 This is an error since --with-gsm was requested." "$LINENO" 5 ;;
10983 esac
10986 if test "$ac_cv_header_jpeglib_h" = "yes"
10987 then
10988 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ljpeg" >&5
10989 $as_echo_n "checking for -ljpeg... " >&6; }
10990 if test "${ac_cv_lib_soname_jpeg+set}" = set; then :
10991 $as_echo_n "(cached) " >&6
10992 else
10993 ac_check_soname_save_LIBS=$LIBS
10994 LIBS="-ljpeg $LIBS"
10995 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10996 /* end confdefs.h. */
10998 /* Override any GCC internal prototype to avoid an error.
10999 Use char because int might match the return type of a GCC
11000 builtin and then its argument prototype would still apply. */
11001 #ifdef __cplusplus
11002 extern "C"
11003 #endif
11004 char jpeg_start_decompress ();
11006 main ()
11008 return jpeg_start_decompress ();
11010 return 0;
11012 _ACEOF
11013 if ac_fn_c_try_link "$LINENO"; then :
11014 case "$LIBEXT" in
11015 dll) ac_cv_lib_soname_jpeg=`$ac_cv_path_LDD conftest.exe | grep "jpeg" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11016 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'` ;;
11017 *) ac_cv_lib_soname_jpeg=`$ac_cv_path_LDD conftest$ac_exeext | grep "libjpeg\\.$LIBEXT" | sed -e "s/^.*\(libjpeg\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11018 esac
11020 rm -f core conftest.err conftest.$ac_objext \
11021 conftest$ac_exeext conftest.$ac_ext
11022 LIBS=$ac_check_soname_save_LIBS
11024 if test "x$ac_cv_lib_soname_jpeg" = "x"; then :
11025 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11026 $as_echo "not found" >&6; }
11028 else
11029 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_jpeg" >&5
11030 $as_echo "$ac_cv_lib_soname_jpeg" >&6; }
11032 cat >>confdefs.h <<_ACEOF
11033 #define SONAME_LIBJPEG "$ac_cv_lib_soname_jpeg"
11034 _ACEOF
11039 if test "x$ac_cv_lib_soname_jpeg" = "x"; then :
11040 case "x$with_jpeg" in
11041 x) as_fn_append wine_warnings "|libjpeg ${notice_platform}development files not found, JPEG won't be supported." ;;
11042 xno) ;;
11043 *) as_fn_error "libjpeg ${notice_platform}development files not found, JPEG won't be supported.
11044 This is an error since --with-jpeg was requested." "$LINENO" 5 ;;
11045 esac
11048 if test "$ac_cv_header_png_h" = "yes"
11049 then
11050 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lpng" >&5
11051 $as_echo_n "checking for -lpng... " >&6; }
11052 if test "${ac_cv_lib_soname_png+set}" = set; then :
11053 $as_echo_n "(cached) " >&6
11054 else
11055 ac_check_soname_save_LIBS=$LIBS
11056 LIBS="-lpng -lm -lz $LIBS"
11057 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11058 /* end confdefs.h. */
11060 /* Override any GCC internal prototype to avoid an error.
11061 Use char because int might match the return type of a GCC
11062 builtin and then its argument prototype would still apply. */
11063 #ifdef __cplusplus
11064 extern "C"
11065 #endif
11066 char png_create_read_struct ();
11068 main ()
11070 return png_create_read_struct ();
11072 return 0;
11074 _ACEOF
11075 if ac_fn_c_try_link "$LINENO"; then :
11076 case "$LIBEXT" in
11077 dll) ac_cv_lib_soname_png=`$ac_cv_path_LDD conftest.exe | grep "png" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11078 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'` ;;
11079 *) 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'` ;;
11080 esac
11082 rm -f core conftest.err conftest.$ac_objext \
11083 conftest$ac_exeext conftest.$ac_ext
11084 LIBS=$ac_check_soname_save_LIBS
11086 if test "x$ac_cv_lib_soname_png" = "x"; then :
11087 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11088 $as_echo "not found" >&6; }
11090 else
11091 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_png" >&5
11092 $as_echo "$ac_cv_lib_soname_png" >&6; }
11094 cat >>confdefs.h <<_ACEOF
11095 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
11096 _ACEOF
11100 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for png_set_expand_gray_1_2_4_to_8 in -lpng" >&5
11101 $as_echo_n "checking for png_set_expand_gray_1_2_4_to_8 in -lpng... " >&6; }
11102 if test "${ac_cv_lib_png_png_set_expand_gray_1_2_4_to_8+set}" = set; then :
11103 $as_echo_n "(cached) " >&6
11104 else
11105 ac_check_lib_save_LIBS=$LIBS
11106 LIBS="-lpng -lm -lz $LIBS"
11107 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11108 /* end confdefs.h. */
11110 /* Override any GCC internal prototype to avoid an error.
11111 Use char because int might match the return type of a GCC
11112 builtin and then its argument prototype would still apply. */
11113 #ifdef __cplusplus
11114 extern "C"
11115 #endif
11116 char png_set_expand_gray_1_2_4_to_8 ();
11118 main ()
11120 return png_set_expand_gray_1_2_4_to_8 ();
11122 return 0;
11124 _ACEOF
11125 if ac_fn_c_try_link "$LINENO"; then :
11126 ac_cv_lib_png_png_set_expand_gray_1_2_4_to_8=yes
11127 else
11128 ac_cv_lib_png_png_set_expand_gray_1_2_4_to_8=no
11130 rm -f core conftest.err conftest.$ac_objext \
11131 conftest$ac_exeext conftest.$ac_ext
11132 LIBS=$ac_check_lib_save_LIBS
11134 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_png_png_set_expand_gray_1_2_4_to_8" >&5
11135 $as_echo "$ac_cv_lib_png_png_set_expand_gray_1_2_4_to_8" >&6; }
11136 if test "x$ac_cv_lib_png_png_set_expand_gray_1_2_4_to_8" = x""yes; then :
11138 $as_echo "#define HAVE_PNG_SET_EXPAND_GRAY_1_2_4_TO_8 1" >>confdefs.h
11143 elif test -n "$X_CFLAGS" -a "x$with_png" != "xno"
11144 then
11145 ac_save_CPPFLAGS="$CPPFLAGS"
11146 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
11147 $as_unset ac_cv_header_png_h
11148 for ac_header in png.h
11149 do :
11150 ac_fn_c_check_header_mongrel "$LINENO" "png.h" "ac_cv_header_png_h" "$ac_includes_default"
11151 if test "x$ac_cv_header_png_h" = x""yes; then :
11152 cat >>confdefs.h <<_ACEOF
11153 #define HAVE_PNG_H 1
11154 _ACEOF
11158 done
11160 CPPFLAGS="$ac_save_CPPFLAGS"
11161 if test "$ac_cv_header_png_h" = "yes"
11162 then
11163 PNGINCL="$X_CFLAGS"
11165 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lpng" >&5
11166 $as_echo_n "checking for -lpng... " >&6; }
11167 if test "${ac_cv_lib_soname_png+set}" = set; then :
11168 $as_echo_n "(cached) " >&6
11169 else
11170 ac_check_soname_save_LIBS=$LIBS
11171 LIBS="-lpng $X_LIBS -lm -lz $LIBS"
11172 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11173 /* end confdefs.h. */
11175 /* Override any GCC internal prototype to avoid an error.
11176 Use char because int might match the return type of a GCC
11177 builtin and then its argument prototype would still apply. */
11178 #ifdef __cplusplus
11179 extern "C"
11180 #endif
11181 char png_create_read_struct ();
11183 main ()
11185 return png_create_read_struct ();
11187 return 0;
11189 _ACEOF
11190 if ac_fn_c_try_link "$LINENO"; then :
11191 case "$LIBEXT" in
11192 dll) ac_cv_lib_soname_png=`$ac_cv_path_LDD conftest.exe | grep "png" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11193 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'` ;;
11194 *) 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'` ;;
11195 esac
11197 rm -f core conftest.err conftest.$ac_objext \
11198 conftest$ac_exeext conftest.$ac_ext
11199 LIBS=$ac_check_soname_save_LIBS
11201 if test "x$ac_cv_lib_soname_png" = "x"; then :
11202 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11203 $as_echo "not found" >&6; }
11205 else
11206 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_png" >&5
11207 $as_echo "$ac_cv_lib_soname_png" >&6; }
11209 cat >>confdefs.h <<_ACEOF
11210 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
11211 _ACEOF
11215 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for png_set_expand_gray_1_2_4_to_8 in -lpng" >&5
11216 $as_echo_n "checking for png_set_expand_gray_1_2_4_to_8 in -lpng... " >&6; }
11217 if test "${ac_cv_lib_png_png_set_expand_gray_1_2_4_to_8+set}" = set; then :
11218 $as_echo_n "(cached) " >&6
11219 else
11220 ac_check_lib_save_LIBS=$LIBS
11221 LIBS="-lpng $X_LIBS -lm -lz $LIBS"
11222 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11223 /* end confdefs.h. */
11225 /* Override any GCC internal prototype to avoid an error.
11226 Use char because int might match the return type of a GCC
11227 builtin and then its argument prototype would still apply. */
11228 #ifdef __cplusplus
11229 extern "C"
11230 #endif
11231 char png_set_expand_gray_1_2_4_to_8 ();
11233 main ()
11235 return png_set_expand_gray_1_2_4_to_8 ();
11237 return 0;
11239 _ACEOF
11240 if ac_fn_c_try_link "$LINENO"; then :
11241 ac_cv_lib_png_png_set_expand_gray_1_2_4_to_8=yes
11242 else
11243 ac_cv_lib_png_png_set_expand_gray_1_2_4_to_8=no
11245 rm -f core conftest.err conftest.$ac_objext \
11246 conftest$ac_exeext conftest.$ac_ext
11247 LIBS=$ac_check_lib_save_LIBS
11249 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_png_png_set_expand_gray_1_2_4_to_8" >&5
11250 $as_echo "$ac_cv_lib_png_png_set_expand_gray_1_2_4_to_8" >&6; }
11251 if test "x$ac_cv_lib_png_png_set_expand_gray_1_2_4_to_8" = x""yes; then :
11252 $as_echo "#define HAVE_PNG_SET_EXPAND_GRAY_1_2_4_TO_8 1" >>confdefs.h
11258 if test "x$ac_cv_lib_soname_png" = "x"; then :
11259 case "x$with_png" in
11260 x) as_fn_append wine_warnings "|libpng ${notice_platform}development files not found, PNG won't be supported." ;;
11261 xno) ;;
11262 *) as_fn_error "libpng ${notice_platform}development files not found, PNG won't be supported.
11263 This is an error since --with-png was requested." "$LINENO" 5 ;;
11264 esac
11267 if test "$ac_cv_header_tiffio_h" = "yes"
11268 then
11269 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ltiff" >&5
11270 $as_echo_n "checking for -ltiff... " >&6; }
11271 if test "${ac_cv_lib_soname_tiff+set}" = set; then :
11272 $as_echo_n "(cached) " >&6
11273 else
11274 ac_check_soname_save_LIBS=$LIBS
11275 LIBS="-ltiff $LIBS"
11276 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11277 /* end confdefs.h. */
11279 /* Override any GCC internal prototype to avoid an error.
11280 Use char because int might match the return type of a GCC
11281 builtin and then its argument prototype would still apply. */
11282 #ifdef __cplusplus
11283 extern "C"
11284 #endif
11285 char TIFFClientOpen ();
11287 main ()
11289 return TIFFClientOpen ();
11291 return 0;
11293 _ACEOF
11294 if ac_fn_c_try_link "$LINENO"; then :
11295 case "$LIBEXT" in
11296 dll) ac_cv_lib_soname_tiff=`$ac_cv_path_LDD conftest.exe | grep "tiff" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11297 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'` ;;
11298 *) ac_cv_lib_soname_tiff=`$ac_cv_path_LDD conftest$ac_exeext | grep "libtiff\\.$LIBEXT" | sed -e "s/^.*\(libtiff\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11299 esac
11301 rm -f core conftest.err conftest.$ac_objext \
11302 conftest$ac_exeext conftest.$ac_ext
11303 LIBS=$ac_check_soname_save_LIBS
11305 if test "x$ac_cv_lib_soname_tiff" = "x"; then :
11306 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11307 $as_echo "not found" >&6; }
11309 else
11310 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_tiff" >&5
11311 $as_echo "$ac_cv_lib_soname_tiff" >&6; }
11313 cat >>confdefs.h <<_ACEOF
11314 #define SONAME_LIBTIFF "$ac_cv_lib_soname_tiff"
11315 _ACEOF
11320 if test "x$ac_cv_lib_soname_tiff" = "x"; then :
11321 case "x$with_tiff" in
11322 x) as_fn_append wine_notices "|libtiff ${notice_platform}development files not found, TIFF won't be supported." ;;
11323 xno) ;;
11324 *) as_fn_error "libtiff ${notice_platform}development files not found, TIFF won't be supported.
11325 This is an error since --with-tiff was requested." "$LINENO" 5 ;;
11326 esac
11329 if test "$ac_cv_header_mpg123_h" = "yes"
11330 then
11331 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for mpg123_feed in -lmpg123" >&5
11332 $as_echo_n "checking for mpg123_feed in -lmpg123... " >&6; }
11333 if test "${ac_cv_lib_mpg123_mpg123_feed+set}" = set; then :
11334 $as_echo_n "(cached) " >&6
11335 else
11336 ac_check_lib_save_LIBS=$LIBS
11337 LIBS="-lmpg123 $LIBS"
11338 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11339 /* end confdefs.h. */
11341 /* Override any GCC internal prototype to avoid an error.
11342 Use char because int might match the return type of a GCC
11343 builtin and then its argument prototype would still apply. */
11344 #ifdef __cplusplus
11345 extern "C"
11346 #endif
11347 char mpg123_feed ();
11349 main ()
11351 return mpg123_feed ();
11353 return 0;
11355 _ACEOF
11356 if ac_fn_c_try_link "$LINENO"; then :
11357 ac_cv_lib_mpg123_mpg123_feed=yes
11358 else
11359 ac_cv_lib_mpg123_mpg123_feed=no
11361 rm -f core conftest.err conftest.$ac_objext \
11362 conftest$ac_exeext conftest.$ac_ext
11363 LIBS=$ac_check_lib_save_LIBS
11365 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_mpg123_mpg123_feed" >&5
11366 $as_echo "$ac_cv_lib_mpg123_mpg123_feed" >&6; }
11367 if test "x$ac_cv_lib_mpg123_mpg123_feed" = x""yes; then :
11368 LIBMPG123="-lmpg123"
11373 if test "x$ac_cv_lib_mpg123_mpg123_feed" != xyes -a x"$ac_cv_header_CoreAudio_CoreAudio_h" != xyes; then :
11374 case "x$with_mpg123" in
11375 x) as_fn_append wine_notices "|libmpg123 ${notice_platform}development files not found (or too old), mp3 codec won't be supported." ;;
11376 xno) ;;
11377 *) as_fn_error "libmpg123 ${notice_platform}development files not found (or too old), mp3 codec won't be supported.
11378 This is an error since --with-mpg123 was requested." "$LINENO" 5 ;;
11379 esac
11381 test "x$ac_cv_lib_mpg123_mpg123_feed" = xyes -o "x$ac_cv_func_AudioFileStreamOpen" = xyes || enable_winemp3_acm=${enable_winemp3_acm:-no}
11383 if test "$ac_cv_header_AL_al_h" = "yes"
11384 then
11385 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for alGetSource3i in -lopenal" >&5
11386 $as_echo_n "checking for alGetSource3i in -lopenal... " >&6; }
11387 if test "${ac_cv_lib_openal_alGetSource3i+set}" = set; then :
11388 $as_echo_n "(cached) " >&6
11389 else
11390 ac_check_lib_save_LIBS=$LIBS
11391 LIBS="-lopenal $LIBS"
11392 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11393 /* end confdefs.h. */
11395 /* Override any GCC internal prototype to avoid an error.
11396 Use char because int might match the return type of a GCC
11397 builtin and then its argument prototype would still apply. */
11398 #ifdef __cplusplus
11399 extern "C"
11400 #endif
11401 char alGetSource3i ();
11403 main ()
11405 return alGetSource3i ();
11407 return 0;
11409 _ACEOF
11410 if ac_fn_c_try_link "$LINENO"; then :
11411 ac_cv_lib_openal_alGetSource3i=yes
11412 else
11413 ac_cv_lib_openal_alGetSource3i=no
11415 rm -f core conftest.err conftest.$ac_objext \
11416 conftest$ac_exeext conftest.$ac_ext
11417 LIBS=$ac_check_lib_save_LIBS
11419 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_openal_alGetSource3i" >&5
11420 $as_echo "$ac_cv_lib_openal_alGetSource3i" >&6; }
11421 if test "x$ac_cv_lib_openal_alGetSource3i" = x""yes; then :
11422 LIBOPENAL="-lopenal"
11427 if test "x$ac_cv_lib_openal_alGetSource3i" != xyes; then :
11428 case "x$with_openal" in
11429 x) as_fn_append wine_notices "|libopenal ${notice_platform}development files not found (or too old), OpenAL won't be supported." ;;
11430 xno) ;;
11431 *) as_fn_error "libopenal ${notice_platform}development files not found (or too old), OpenAL won't be supported.
11432 This is an error since --with-openal was requested." "$LINENO" 5 ;;
11433 esac
11435 test "x$ac_cv_lib_openal_alGetSource3i" = xyes || enable_openal32=${enable_openal32:-no}
11437 if test "$ac_cv_header_kstat_h" = "yes"
11438 then
11439 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for kstat_open in -lkstat" >&5
11440 $as_echo_n "checking for kstat_open in -lkstat... " >&6; }
11441 if test "${ac_cv_lib_kstat_kstat_open+set}" = set; then :
11442 $as_echo_n "(cached) " >&6
11443 else
11444 ac_check_lib_save_LIBS=$LIBS
11445 LIBS="-lkstat $LIBS"
11446 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11447 /* end confdefs.h. */
11449 /* Override any GCC internal prototype to avoid an error.
11450 Use char because int might match the return type of a GCC
11451 builtin and then its argument prototype would still apply. */
11452 #ifdef __cplusplus
11453 extern "C"
11454 #endif
11455 char kstat_open ();
11457 main ()
11459 return kstat_open ();
11461 return 0;
11463 _ACEOF
11464 if ac_fn_c_try_link "$LINENO"; then :
11465 ac_cv_lib_kstat_kstat_open=yes
11466 else
11467 ac_cv_lib_kstat_kstat_open=no
11469 rm -f core conftest.err conftest.$ac_objext \
11470 conftest$ac_exeext conftest.$ac_ext
11471 LIBS=$ac_check_lib_save_LIBS
11473 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_kstat_kstat_open" >&5
11474 $as_echo "$ac_cv_lib_kstat_kstat_open" >&6; }
11475 if test "x$ac_cv_lib_kstat_kstat_open" = x""yes; then :
11477 $as_echo "#define HAVE_LIBKSTAT 1" >>confdefs.h
11479 LIBKSTAT="-lkstat"
11485 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lodbc" >&5
11486 $as_echo_n "checking for -lodbc... " >&6; }
11487 if test "${ac_cv_lib_soname_odbc+set}" = set; then :
11488 $as_echo_n "(cached) " >&6
11489 else
11490 ac_check_soname_save_LIBS=$LIBS
11491 LIBS="-lodbc $LIBS"
11492 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11493 /* end confdefs.h. */
11495 /* Override any GCC internal prototype to avoid an error.
11496 Use char because int might match the return type of a GCC
11497 builtin and then its argument prototype would still apply. */
11498 #ifdef __cplusplus
11499 extern "C"
11500 #endif
11501 char SQLConnect ();
11503 main ()
11505 return SQLConnect ();
11507 return 0;
11509 _ACEOF
11510 if ac_fn_c_try_link "$LINENO"; then :
11511 case "$LIBEXT" in
11512 dll) ac_cv_lib_soname_odbc=`$ac_cv_path_LDD conftest.exe | grep "odbc" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11513 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'` ;;
11514 *) ac_cv_lib_soname_odbc=`$ac_cv_path_LDD conftest$ac_exeext | grep "libodbc\\.$LIBEXT" | sed -e "s/^.*\(libodbc\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11515 esac
11517 rm -f core conftest.err conftest.$ac_objext \
11518 conftest$ac_exeext conftest.$ac_ext
11519 LIBS=$ac_check_soname_save_LIBS
11521 if test "x$ac_cv_lib_soname_odbc" = "x"; then :
11522 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11523 $as_echo "not found" >&6; }
11524 cat >>confdefs.h <<_ACEOF
11525 #define SONAME_LIBODBC "libodbc.$LIBEXT"
11526 _ACEOF
11528 else
11529 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_odbc" >&5
11530 $as_echo "$ac_cv_lib_soname_odbc" >&6; }
11532 cat >>confdefs.h <<_ACEOF
11533 #define SONAME_LIBODBC "$ac_cv_lib_soname_odbc"
11534 _ACEOF
11539 if test "x$ALSALIBS$AUDIOIOLIBS$COREAUDIO$NASLIBS$ESDLIBS$ac_cv_lib_soname_jack" = "x" -a \
11540 "$ac_cv_header_sys_soundcard_h" != "yes" -a \
11541 "$ac_cv_header_machine_soundcard_h" != "yes" -a \
11542 "$ac_cv_header_soundcard_h" != "yes" -a \
11543 "x$with_alsa$with_audioio$with_coreaudio$with_nas$with_esd$with_jack$with_oss" != xnonononononono
11544 then
11545 as_fn_append wine_warnings "|No sound system was found. Windows applications will be silent."
11549 EXTRACFLAGS=""
11551 if test "x${GCC}" = "xyes"
11552 then
11553 EXTRACFLAGS="-Wall -pipe"
11555 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gcc strength-reduce bug" >&5
11556 $as_echo_n "checking for gcc strength-reduce bug... " >&6; }
11557 if test "${ac_cv_c_gcc_strength_bug+set}" = set; then :
11558 $as_echo_n "(cached) " >&6
11559 else
11560 if test "$cross_compiling" = yes; then :
11561 ac_cv_c_gcc_strength_bug="yes"
11562 else
11563 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11564 /* end confdefs.h. */
11565 int L[4] = {0,1,2,3};
11567 main ()
11569 static int Array[3];
11570 unsigned int B = 3;
11571 int i;
11572 for(i=0; i<B; i++) Array[i] = i - 3;
11573 for(i=0; i<4 - 1; i++) L[i] = L[i + 1];
11574 L[i] = 4;
11575 return (Array[1] != -2 || L[2] != 3)
11577 return 0;
11579 _ACEOF
11580 if ac_fn_c_try_run "$LINENO"; then :
11581 ac_cv_c_gcc_strength_bug="no"
11582 else
11583 ac_cv_c_gcc_strength_bug="yes"
11585 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
11586 conftest.$ac_objext conftest.beam conftest.$ac_ext
11590 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_gcc_strength_bug" >&5
11591 $as_echo "$ac_cv_c_gcc_strength_bug" >&6; }
11592 if test "$ac_cv_c_gcc_strength_bug" = "yes"
11593 then
11594 EXTRACFLAGS="$EXTRACFLAGS -fno-strength-reduce"
11597 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-builtin" >&5
11598 $as_echo_n "checking whether the compiler supports -fno-builtin... " >&6; }
11599 if test "${ac_cv_cflags__fno_builtin+set}" = set; then :
11600 $as_echo_n "(cached) " >&6
11601 else
11602 ac_wine_try_cflags_saved=$CFLAGS
11603 CFLAGS="$CFLAGS -fno-builtin"
11604 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11605 /* end confdefs.h. */
11606 int main(int argc, char **argv) { return 0; }
11607 _ACEOF
11608 if ac_fn_c_try_link "$LINENO"; then :
11609 ac_cv_cflags__fno_builtin=yes
11610 else
11611 ac_cv_cflags__fno_builtin=no
11613 rm -f core conftest.err conftest.$ac_objext \
11614 conftest$ac_exeext conftest.$ac_ext
11615 CFLAGS=$ac_wine_try_cflags_saved
11617 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_builtin" >&5
11618 $as_echo "$ac_cv_cflags__fno_builtin" >&6; }
11619 if test $ac_cv_cflags__fno_builtin = yes; then :
11620 BUILTINFLAG="-fno-builtin"
11623 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-strict-aliasing" >&5
11624 $as_echo_n "checking whether the compiler supports -fno-strict-aliasing... " >&6; }
11625 if test "${ac_cv_cflags__fno_strict_aliasing+set}" = set; then :
11626 $as_echo_n "(cached) " >&6
11627 else
11628 ac_wine_try_cflags_saved=$CFLAGS
11629 CFLAGS="$CFLAGS -fno-strict-aliasing"
11630 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11631 /* end confdefs.h. */
11632 int main(int argc, char **argv) { return 0; }
11633 _ACEOF
11634 if ac_fn_c_try_link "$LINENO"; then :
11635 ac_cv_cflags__fno_strict_aliasing=yes
11636 else
11637 ac_cv_cflags__fno_strict_aliasing=no
11639 rm -f core conftest.err conftest.$ac_objext \
11640 conftest$ac_exeext conftest.$ac_ext
11641 CFLAGS=$ac_wine_try_cflags_saved
11643 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_strict_aliasing" >&5
11644 $as_echo "$ac_cv_cflags__fno_strict_aliasing" >&6; }
11645 if test $ac_cv_cflags__fno_strict_aliasing = yes; then :
11646 EXTRACFLAGS="$EXTRACFLAGS -fno-strict-aliasing"
11648 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wdeclaration-after-statement" >&5
11649 $as_echo_n "checking whether the compiler supports -Wdeclaration-after-statement... " >&6; }
11650 if test "${ac_cv_cflags__Wdeclaration_after_statement+set}" = set; then :
11651 $as_echo_n "(cached) " >&6
11652 else
11653 ac_wine_try_cflags_saved=$CFLAGS
11654 CFLAGS="$CFLAGS -Wdeclaration-after-statement"
11655 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11656 /* end confdefs.h. */
11657 int main(int argc, char **argv) { return 0; }
11658 _ACEOF
11659 if ac_fn_c_try_link "$LINENO"; then :
11660 ac_cv_cflags__Wdeclaration_after_statement=yes
11661 else
11662 ac_cv_cflags__Wdeclaration_after_statement=no
11664 rm -f core conftest.err conftest.$ac_objext \
11665 conftest$ac_exeext conftest.$ac_ext
11666 CFLAGS=$ac_wine_try_cflags_saved
11668 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wdeclaration_after_statement" >&5
11669 $as_echo "$ac_cv_cflags__Wdeclaration_after_statement" >&6; }
11670 if test $ac_cv_cflags__Wdeclaration_after_statement = yes; then :
11671 EXTRACFLAGS="$EXTRACFLAGS -Wdeclaration-after-statement"
11673 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wstrict-prototypes" >&5
11674 $as_echo_n "checking whether the compiler supports -Wstrict-prototypes... " >&6; }
11675 if test "${ac_cv_cflags__Wstrict_prototypes+set}" = set; then :
11676 $as_echo_n "(cached) " >&6
11677 else
11678 ac_wine_try_cflags_saved=$CFLAGS
11679 CFLAGS="$CFLAGS -Wstrict-prototypes"
11680 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11681 /* end confdefs.h. */
11682 int main(int argc, char **argv) { return 0; }
11683 _ACEOF
11684 if ac_fn_c_try_link "$LINENO"; then :
11685 ac_cv_cflags__Wstrict_prototypes=yes
11686 else
11687 ac_cv_cflags__Wstrict_prototypes=no
11689 rm -f core conftest.err conftest.$ac_objext \
11690 conftest$ac_exeext conftest.$ac_ext
11691 CFLAGS=$ac_wine_try_cflags_saved
11693 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wstrict_prototypes" >&5
11694 $as_echo "$ac_cv_cflags__Wstrict_prototypes" >&6; }
11695 if test $ac_cv_cflags__Wstrict_prototypes = yes; then :
11696 EXTRACFLAGS="$EXTRACFLAGS -Wstrict-prototypes"
11698 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wtype-limits" >&5
11699 $as_echo_n "checking whether the compiler supports -Wtype-limits... " >&6; }
11700 if test "${ac_cv_cflags__Wtype_limits+set}" = set; then :
11701 $as_echo_n "(cached) " >&6
11702 else
11703 ac_wine_try_cflags_saved=$CFLAGS
11704 CFLAGS="$CFLAGS -Wtype-limits"
11705 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11706 /* end confdefs.h. */
11707 int main(int argc, char **argv) { return 0; }
11708 _ACEOF
11709 if ac_fn_c_try_link "$LINENO"; then :
11710 ac_cv_cflags__Wtype_limits=yes
11711 else
11712 ac_cv_cflags__Wtype_limits=no
11714 rm -f core conftest.err conftest.$ac_objext \
11715 conftest$ac_exeext conftest.$ac_ext
11716 CFLAGS=$ac_wine_try_cflags_saved
11718 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wtype_limits" >&5
11719 $as_echo "$ac_cv_cflags__Wtype_limits" >&6; }
11720 if test $ac_cv_cflags__Wtype_limits = yes; then :
11721 EXTRACFLAGS="$EXTRACFLAGS -Wtype-limits"
11723 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wwrite-strings" >&5
11724 $as_echo_n "checking whether the compiler supports -Wwrite-strings... " >&6; }
11725 if test "${ac_cv_cflags__Wwrite_strings+set}" = set; then :
11726 $as_echo_n "(cached) " >&6
11727 else
11728 ac_wine_try_cflags_saved=$CFLAGS
11729 CFLAGS="$CFLAGS -Wwrite-strings"
11730 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11731 /* end confdefs.h. */
11732 int main(int argc, char **argv) { return 0; }
11733 _ACEOF
11734 if ac_fn_c_try_link "$LINENO"; then :
11735 ac_cv_cflags__Wwrite_strings=yes
11736 else
11737 ac_cv_cflags__Wwrite_strings=no
11739 rm -f core conftest.err conftest.$ac_objext \
11740 conftest$ac_exeext conftest.$ac_ext
11741 CFLAGS=$ac_wine_try_cflags_saved
11743 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wwrite_strings" >&5
11744 $as_echo "$ac_cv_cflags__Wwrite_strings" >&6; }
11745 if test $ac_cv_cflags__Wwrite_strings = yes; then :
11746 EXTRACFLAGS="$EXTRACFLAGS -Wwrite-strings"
11749 saved_CFLAGS="$CFLAGS"
11750 CFLAGS="$CFLAGS -Wpointer-arith -Werror"
11751 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for broken string.h that generates warnings" >&5
11752 $as_echo_n "checking for broken string.h that generates warnings... " >&6; }
11753 if test "${ac_cv_c_string_h_warnings+set}" = set; then :
11754 $as_echo_n "(cached) " >&6
11755 else
11756 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11757 /* end confdefs.h. */
11758 #include <string.h>
11760 main ()
11764 return 0;
11766 _ACEOF
11767 if ac_fn_c_try_compile "$LINENO"; then :
11768 ac_cv_c_string_h_warnings=no
11769 else
11770 ac_cv_c_string_h_warnings=yes
11772 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11774 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_string_h_warnings" >&5
11775 $as_echo "$ac_cv_c_string_h_warnings" >&6; }
11776 CFLAGS="$saved_CFLAGS"
11777 if test "$ac_cv_c_string_h_warnings" = "no"
11778 then
11779 EXTRACFLAGS="$EXTRACFLAGS -Wpointer-arith"
11782 if test "${enable_maintainer_mode+set}" = set
11783 then
11784 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Werror" >&5
11785 $as_echo_n "checking whether the compiler supports -Werror... " >&6; }
11786 if test "${ac_cv_cflags__Werror+set}" = set; then :
11787 $as_echo_n "(cached) " >&6
11788 else
11789 ac_wine_try_cflags_saved=$CFLAGS
11790 CFLAGS="$CFLAGS -Werror"
11791 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11792 /* end confdefs.h. */
11793 int main(int argc, char **argv) { return 0; }
11794 _ACEOF
11795 if ac_fn_c_try_link "$LINENO"; then :
11796 ac_cv_cflags__Werror=yes
11797 else
11798 ac_cv_cflags__Werror=no
11800 rm -f core conftest.err conftest.$ac_objext \
11801 conftest$ac_exeext conftest.$ac_ext
11802 CFLAGS=$ac_wine_try_cflags_saved
11804 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Werror" >&5
11805 $as_echo "$ac_cv_cflags__Werror" >&6; }
11806 if test $ac_cv_cflags__Werror = yes; then :
11807 EXTRACFLAGS="$EXTRACFLAGS -Werror"
11811 saved_CFLAGS="$CFLAGS"
11812 CFLAGS="$CFLAGS -Werror"
11813 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ms_hook_prologue attribute" >&5
11814 $as_echo_n "checking for ms_hook_prologue attribute... " >&6; }
11815 if test "${ac_cv_have_ms_hook_prologue+set}" = set; then :
11816 $as_echo_n "(cached) " >&6
11817 else
11818 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11819 /* end confdefs.h. */
11820 int __attribute__((__ms_hook_prologue__)) test(void) { return 0; }
11822 main ()
11826 return 0;
11828 _ACEOF
11829 if ac_fn_c_try_compile "$LINENO"; then :
11830 ac_cv_have_ms_hook_prologue="yes"
11831 else
11832 ac_cv_have_ms_hook_prologue="no"
11834 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11836 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_ms_hook_prologue" >&5
11837 $as_echo "$ac_cv_have_ms_hook_prologue" >&6; }
11838 CFLAGS="$saved_CFLAGS"
11839 if test "$ac_cv_have_ms_hook_prologue" = "yes"
11840 then
11842 $as_echo "#define DECLSPEC_HOTPATCH __attribute__((__ms_hook_prologue__))" >>confdefs.h
11844 else
11845 $as_echo "#define DECLSPEC_HOTPATCH /* */" >>confdefs.h
11851 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether external symbols need an underscore prefix" >&5
11852 $as_echo_n "checking whether external symbols need an underscore prefix... " >&6; }
11853 if test "${ac_cv_c_extern_prefix+set}" = set; then :
11854 $as_echo_n "(cached) " >&6
11855 else
11856 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11857 /* end confdefs.h. */
11858 extern int ac_test;
11860 main ()
11862 asm(".globl _ac_test\n_ac_test:\t.long 0"); if (ac_test) return 1
11864 return 0;
11866 _ACEOF
11867 if ac_fn_c_try_link "$LINENO"; then :
11868 ac_cv_c_extern_prefix="yes"
11869 else
11870 ac_cv_c_extern_prefix="no"
11872 rm -f core conftest.err conftest.$ac_objext \
11873 conftest$ac_exeext conftest.$ac_ext
11875 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_extern_prefix" >&5
11876 $as_echo "$ac_cv_c_extern_prefix" >&6; }
11878 case $host_cpu in
11879 *i[3456789]86*)
11880 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether external symbols need stdcall decoration" >&5
11881 $as_echo_n "checking whether external symbols need stdcall decoration... " >&6; }
11882 if test "${ac_cv_c_stdcall_suffix+set}" = set; then :
11883 $as_echo_n "(cached) " >&6
11884 else
11885 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11886 /* end confdefs.h. */
11887 #ifndef _MSC_VER
11888 #define __stdcall __attribute__((__stdcall__))
11889 #endif
11890 int __stdcall ac_test(int i) { return i; }
11892 main ()
11894 asm("jmp _ac_test@4"); if (ac_test(1)) return 1
11896 return 0;
11898 _ACEOF
11899 if ac_fn_c_try_link "$LINENO"; then :
11900 ac_cv_c_stdcall_suffix="yes"
11901 else
11902 ac_cv_c_stdcall_suffix="no"
11904 rm -f core conftest.err conftest.$ac_objext \
11905 conftest$ac_exeext conftest.$ac_ext
11907 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_stdcall_suffix" >&5
11908 $as_echo "$ac_cv_c_stdcall_suffix" >&6; } ;;
11909 *) ac_cv_c_stdcall_suffix="no" ;;
11910 esac
11913 if test "$ac_cv_c_extern_prefix" = "yes"
11914 then
11915 $as_echo "#define __ASM_NAME(name) \"_\" name" >>confdefs.h
11917 asm_name_prefix="_"
11918 else
11919 $as_echo "#define __ASM_NAME(name) name" >>confdefs.h
11921 asm_name_prefix=""
11925 if test "$ac_cv_c_stdcall_suffix" = "yes"
11926 then
11927 $as_echo "#define __ASM_STDCALL(args) \"@\" #args" >>confdefs.h
11929 else
11930 $as_echo "#define __ASM_STDCALL(args) \"\"" >>confdefs.h
11935 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to define a function in assembly code" >&5
11936 $as_echo_n "checking how to define a function in assembly code... " >&6; }
11937 if test "${ac_cv_asm_func_def+set}" = set; then :
11938 $as_echo_n "(cached) " >&6
11939 else
11940 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11941 /* end confdefs.h. */
11944 main ()
11946 asm("\t.globl _ac_test\n\t.def _ac_test; .scl 2; .type 32; .endef\n_ac_test:\t.long 0");
11948 return 0;
11950 _ACEOF
11951 if ac_fn_c_try_link "$LINENO"; then :
11952 ac_cv_asm_func_def=".def"
11953 else
11954 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11955 /* end confdefs.h. */
11958 main ()
11960 asm("\t.globl _ac_test\n\t.type _ac_test,@function\n_ac_test:\t.long 0");
11962 return 0;
11964 _ACEOF
11965 if ac_fn_c_try_link "$LINENO"; then :
11966 ac_cv_asm_func_def=".type @function"
11967 else
11968 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11969 /* end confdefs.h. */
11972 main ()
11974 asm("\t.globl _ac_test\n\t.type _ac_test,2\n_ac_test:\t.long 0");
11976 return 0;
11978 _ACEOF
11979 if ac_fn_c_try_link "$LINENO"; then :
11980 ac_cv_asm_func_def=".type 2"
11981 else
11982 ac_cv_asm_func_def="unknown"
11984 rm -f core conftest.err conftest.$ac_objext \
11985 conftest$ac_exeext conftest.$ac_ext
11987 rm -f core conftest.err conftest.$ac_objext \
11988 conftest$ac_exeext conftest.$ac_ext
11990 rm -f core conftest.err conftest.$ac_objext \
11991 conftest$ac_exeext conftest.$ac_ext
11993 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_asm_func_def" >&5
11994 $as_echo "$ac_cv_asm_func_def" >&6; }
11997 case "$ac_cv_asm_func_def" in
11998 ".def")
11999 $as_echo "#define __ASM_FUNC(name) \".def \" __ASM_NAME(name) \"; .scl 2; .type 32; .endef\"" >>confdefs.h
12001 asm_func_header=".def $asm_name_prefix\" #name suffix \"; .scl 2; .type 32; .endef" ;;
12002 ".type @function")
12003 $as_echo "#define __ASM_FUNC(name) \".type \" __ASM_NAME(name) \",@function\"" >>confdefs.h
12005 asm_func_header=".type $asm_name_prefix\" #name suffix \",@function" ;;
12006 ".type 2")
12007 $as_echo "#define __ASM_FUNC(name) \".type \" __ASM_NAME(name) \",2\"" >>confdefs.h
12009 asm_func_header=".type $asm_name_prefix\" #name suffix \",2" ;;
12011 $as_echo "#define __ASM_FUNC(name) \"\"" >>confdefs.h
12013 asm_func_header="" ;;
12014 esac
12016 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether asm() works outside of functions" >&5
12017 $as_echo_n "checking whether asm() works outside of functions... " >&6; }
12018 if test "${ac_cv_c_asm_outside_funcs+set}" = set; then :
12019 $as_echo_n "(cached) " >&6
12020 else
12021 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12022 /* end confdefs.h. */
12023 asm(".text\n\t.long 0");
12025 main ()
12029 return 0;
12031 _ACEOF
12032 if ac_fn_c_try_compile "$LINENO"; then :
12033 ac_cv_c_asm_outside_funcs="yes"
12034 else
12035 ac_cv_c_asm_outside_funcs="no"
12037 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12039 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_asm_outside_funcs" >&5
12040 $as_echo "$ac_cv_c_asm_outside_funcs" >&6; }
12042 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether .previous is supported in assembly code" >&5
12043 $as_echo_n "checking whether .previous is supported in assembly code... " >&6; }
12044 if test "${ac_cv_c_dot_previous+set}" = set; then :
12045 $as_echo_n "(cached) " >&6
12046 else
12047 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12048 /* end confdefs.h. */
12051 main ()
12053 asm(".text\nac_test:\t.long 0\n\t.previous");
12055 return 0;
12057 _ACEOF
12058 if ac_fn_c_try_link "$LINENO"; then :
12059 ac_cv_c_dot_previous="yes"
12060 else
12061 ac_cv_c_dot_previous="no"
12063 rm -f core conftest.err conftest.$ac_objext \
12064 conftest$ac_exeext conftest.$ac_ext
12066 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dot_previous" >&5
12067 $as_echo "$ac_cv_c_dot_previous" >&6; }
12069 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether CFI directives are supported in assembly code" >&5
12070 $as_echo_n "checking whether CFI directives are supported in assembly code... " >&6; }
12071 if test "${ac_cv_c_cfi_support+set}" = set; then :
12072 $as_echo_n "(cached) " >&6
12073 else
12074 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12075 /* end confdefs.h. */
12076 asm(".text\nac_test:\t.cfi_startproc\n\t.long 0\n\t.cfi_endproc");
12078 main ()
12082 return 0;
12084 _ACEOF
12085 if ac_fn_c_try_compile "$LINENO"; then :
12086 ac_cv_c_cfi_support="yes"
12087 else
12088 ac_cv_c_cfi_support="no"
12090 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12092 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_cfi_support" >&5
12093 $as_echo "$ac_cv_c_cfi_support" >&6; }
12095 asm_func_header=".globl $asm_name_prefix\" #name suffix \"\\n\\t$asm_func_header\\n$asm_name_prefix\" #name suffix \":\\n\\t"
12096 asm_func_trailer=""
12097 if test "$ac_cv_c_dot_previous" = "yes"
12098 then
12099 asm_func_trailer="\\n\\t.previous"
12101 if test "$ac_cv_c_cfi_support" = "yes"
12102 then
12103 asm_func_header="$asm_func_header.cfi_startproc\\n\\t"
12104 asm_func_trailer="\\n\\t.cfi_endproc$asm_func_trailer"
12106 $as_echo "#define __ASM_CFI(str) str" >>confdefs.h
12108 else
12109 $as_echo "#define __ASM_CFI(str) \"\"" >>confdefs.h
12113 asm_func_code="$asm_func_header\" code \"$asm_func_trailer"
12116 if test "$ac_cv_c_asm_outside_funcs" = "yes"
12117 then
12118 cat >>confdefs.h <<_ACEOF
12119 #define __ASM_DEFINE_FUNC(name,suffix,code) asm(".text\n\t.align 4\n\t$asm_func_code");
12120 _ACEOF
12122 else
12123 cat >>confdefs.h <<_ACEOF
12124 #define __ASM_DEFINE_FUNC(name,suffix,code) void __asm_dummy_##name(void) { asm(".text\n\t.align 4\n\t$asm_func_code"); }
12125 _ACEOF
12129 $as_echo "#define __ASM_GLOBAL_FUNC(name,code) __ASM_DEFINE_FUNC(name,\"\",code)" >>confdefs.h
12132 $as_echo "#define __ASM_STDCALL_FUNC(name,args,code) __ASM_DEFINE_FUNC(name,__ASM_STDCALL(args),code)" >>confdefs.h
12136 LDPATH=""
12138 case $build_os in
12139 cygwin*|mingw32*)
12140 TOOLSEXT=".exe"
12142 LDPATH="PATH=\"\$(TOOLSDIR)/libs/wine:\$\$PATH\""
12144 darwin*|macosx*)
12147 LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
12149 esac
12151 case $host_os in
12152 mingw32*)
12153 CRTLIBS="-lmsvcrt"
12155 SOCKETLIBS="-L\$(TOPOBJDIR)/dlls/ws2_32 -lws2_32"
12158 esac
12160 MAIN_BINARY="wine"
12162 test -z "$with_wine64" || MAIN_BINARY="wine32"
12164 case $host_cpu in
12165 *i[3456789]86*)
12166 case $host_os in
12167 linux*)
12168 EXTRA_BINARIES="wine-preloader"
12170 esac
12172 esac
12175 ac_save_CFLAGS="$CFLAGS"
12176 CFLAGS="$CFLAGS $BUILTINFLAG"
12177 for ac_func in \
12178 _pclose \
12179 _popen \
12180 _snprintf \
12181 _spawnvp \
12182 _strdup \
12183 _stricmp \
12184 _strnicmp \
12185 _strtoi64 \
12186 _strtoui64 \
12187 _vsnprintf \
12188 asctime_r \
12189 chsize \
12190 dlopen \
12191 epoll_create \
12192 ffs \
12193 finite \
12194 fnmatch \
12195 fork \
12196 fpclass \
12197 fstatfs \
12198 fstatvfs \
12199 ftruncate \
12200 futimes \
12201 futimesat \
12202 getdirentries \
12203 getopt_long \
12204 getpagesize \
12205 getpwuid \
12206 gettid \
12207 gettimeofday \
12208 getuid \
12209 kqueue \
12210 lstat \
12211 memmove \
12212 mmap \
12213 pclose \
12214 pipe2 \
12215 poll \
12216 popen \
12217 port_create \
12218 prctl \
12219 pread \
12220 pwrite \
12221 readdir \
12222 readlink \
12223 sched_setaffinity \
12224 sched_yield \
12225 select \
12226 setproctitle \
12227 setrlimit \
12228 settimeofday \
12229 sigaltstack \
12230 sigprocmask \
12231 snprintf \
12232 spawnvp \
12233 statfs \
12234 statvfs \
12235 strcasecmp \
12236 strdup \
12237 strerror \
12238 strncasecmp \
12239 strtold \
12240 strtoll \
12241 strtoull \
12242 symlink \
12243 tcgetattr \
12244 thr_kill2 \
12245 timegm \
12246 usleep \
12247 vsnprintf \
12248 wait4 \
12249 waitpid \
12251 do :
12252 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
12253 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
12254 eval as_val=\$$as_ac_var
12255 if test "x$as_val" = x""yes; then :
12256 cat >>confdefs.h <<_ACEOF
12257 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
12258 _ACEOF
12261 done
12263 CFLAGS="$ac_save_CFLAGS"
12265 if test "$ac_cv_func_dlopen" = no
12266 then
12267 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
12268 $as_echo_n "checking for dlopen in -ldl... " >&6; }
12269 if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
12270 $as_echo_n "(cached) " >&6
12271 else
12272 ac_check_lib_save_LIBS=$LIBS
12273 LIBS="-ldl $LIBS"
12274 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12275 /* end confdefs.h. */
12277 /* Override any GCC internal prototype to avoid an error.
12278 Use char because int might match the return type of a GCC
12279 builtin and then its argument prototype would still apply. */
12280 #ifdef __cplusplus
12281 extern "C"
12282 #endif
12283 char dlopen ();
12285 main ()
12287 return dlopen ();
12289 return 0;
12291 _ACEOF
12292 if ac_fn_c_try_link "$LINENO"; then :
12293 ac_cv_lib_dl_dlopen=yes
12294 else
12295 ac_cv_lib_dl_dlopen=no
12297 rm -f core conftest.err conftest.$ac_objext \
12298 conftest$ac_exeext conftest.$ac_ext
12299 LIBS=$ac_check_lib_save_LIBS
12301 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
12302 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
12303 if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
12304 $as_echo "#define HAVE_DLOPEN 1" >>confdefs.h
12305 LIBDL="-ldl"
12310 ac_wine_check_funcs_save_LIBS="$LIBS"
12311 LIBS="$LIBS $LIBDL"
12312 for ac_func in dladdr
12313 do :
12314 ac_fn_c_check_func "$LINENO" "dladdr" "ac_cv_func_dladdr"
12315 if test "x$ac_cv_func_dladdr" = x""yes; then :
12316 cat >>confdefs.h <<_ACEOF
12317 #define HAVE_DLADDR 1
12318 _ACEOF
12321 done
12323 LIBS="$ac_wine_check_funcs_save_LIBS"
12325 if test "$ac_cv_func_poll" = no
12326 then
12327 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for poll in -lpoll" >&5
12328 $as_echo_n "checking for poll in -lpoll... " >&6; }
12329 if test "${ac_cv_lib_poll_poll+set}" = set; then :
12330 $as_echo_n "(cached) " >&6
12331 else
12332 ac_check_lib_save_LIBS=$LIBS
12333 LIBS="-lpoll $LIBS"
12334 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12335 /* end confdefs.h. */
12337 /* Override any GCC internal prototype to avoid an error.
12338 Use char because int might match the return type of a GCC
12339 builtin and then its argument prototype would still apply. */
12340 #ifdef __cplusplus
12341 extern "C"
12342 #endif
12343 char poll ();
12345 main ()
12347 return poll ();
12349 return 0;
12351 _ACEOF
12352 if ac_fn_c_try_link "$LINENO"; then :
12353 ac_cv_lib_poll_poll=yes
12354 else
12355 ac_cv_lib_poll_poll=no
12357 rm -f core conftest.err conftest.$ac_objext \
12358 conftest$ac_exeext conftest.$ac_ext
12359 LIBS=$ac_check_lib_save_LIBS
12361 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_poll_poll" >&5
12362 $as_echo "$ac_cv_lib_poll_poll" >&6; }
12363 if test "x$ac_cv_lib_poll_poll" = x""yes; then :
12364 $as_echo "#define HAVE_POLL 1" >>confdefs.h
12365 LIBPOLL="-lpoll"
12371 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing gethostbyname" >&5
12372 $as_echo_n "checking for library containing gethostbyname... " >&6; }
12373 if test "${ac_cv_search_gethostbyname+set}" = set; then :
12374 $as_echo_n "(cached) " >&6
12375 else
12376 ac_func_search_save_LIBS=$LIBS
12377 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12378 /* end confdefs.h. */
12380 /* Override any GCC internal prototype to avoid an error.
12381 Use char because int might match the return type of a GCC
12382 builtin and then its argument prototype would still apply. */
12383 #ifdef __cplusplus
12384 extern "C"
12385 #endif
12386 char gethostbyname ();
12388 main ()
12390 return gethostbyname ();
12392 return 0;
12394 _ACEOF
12395 for ac_lib in '' nsl; do
12396 if test -z "$ac_lib"; then
12397 ac_res="none required"
12398 else
12399 ac_res=-l$ac_lib
12400 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
12402 if ac_fn_c_try_link "$LINENO"; then :
12403 ac_cv_search_gethostbyname=$ac_res
12405 rm -f core conftest.err conftest.$ac_objext \
12406 conftest$ac_exeext
12407 if test "${ac_cv_search_gethostbyname+set}" = set; then :
12408 break
12410 done
12411 if test "${ac_cv_search_gethostbyname+set}" = set; then :
12413 else
12414 ac_cv_search_gethostbyname=no
12416 rm conftest.$ac_ext
12417 LIBS=$ac_func_search_save_LIBS
12419 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_gethostbyname" >&5
12420 $as_echo "$ac_cv_search_gethostbyname" >&6; }
12421 ac_res=$ac_cv_search_gethostbyname
12422 if test "$ac_res" != no; then :
12423 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
12428 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing connect" >&5
12429 $as_echo_n "checking for library containing connect... " >&6; }
12430 if test "${ac_cv_search_connect+set}" = set; then :
12431 $as_echo_n "(cached) " >&6
12432 else
12433 ac_func_search_save_LIBS=$LIBS
12434 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12435 /* end confdefs.h. */
12437 /* Override any GCC internal prototype to avoid an error.
12438 Use char because int might match the return type of a GCC
12439 builtin and then its argument prototype would still apply. */
12440 #ifdef __cplusplus
12441 extern "C"
12442 #endif
12443 char connect ();
12445 main ()
12447 return connect ();
12449 return 0;
12451 _ACEOF
12452 for ac_lib in '' socket; do
12453 if test -z "$ac_lib"; then
12454 ac_res="none required"
12455 else
12456 ac_res=-l$ac_lib
12457 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
12459 if ac_fn_c_try_link "$LINENO"; then :
12460 ac_cv_search_connect=$ac_res
12462 rm -f core conftest.err conftest.$ac_objext \
12463 conftest$ac_exeext
12464 if test "${ac_cv_search_connect+set}" = set; then :
12465 break
12467 done
12468 if test "${ac_cv_search_connect+set}" = set; then :
12470 else
12471 ac_cv_search_connect=no
12473 rm conftest.$ac_ext
12474 LIBS=$ac_func_search_save_LIBS
12476 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_connect" >&5
12477 $as_echo "$ac_cv_search_connect" >&6; }
12478 ac_res=$ac_cv_search_connect
12479 if test "$ac_res" != no; then :
12480 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
12485 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing inet_aton" >&5
12486 $as_echo_n "checking for library containing inet_aton... " >&6; }
12487 if test "${ac_cv_search_inet_aton+set}" = set; then :
12488 $as_echo_n "(cached) " >&6
12489 else
12490 ac_func_search_save_LIBS=$LIBS
12491 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12492 /* end confdefs.h. */
12494 /* Override any GCC internal prototype to avoid an error.
12495 Use char because int might match the return type of a GCC
12496 builtin and then its argument prototype would still apply. */
12497 #ifdef __cplusplus
12498 extern "C"
12499 #endif
12500 char inet_aton ();
12502 main ()
12504 return inet_aton ();
12506 return 0;
12508 _ACEOF
12509 for ac_lib in '' resolv; do
12510 if test -z "$ac_lib"; then
12511 ac_res="none required"
12512 else
12513 ac_res=-l$ac_lib
12514 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
12516 if ac_fn_c_try_link "$LINENO"; then :
12517 ac_cv_search_inet_aton=$ac_res
12519 rm -f core conftest.err conftest.$ac_objext \
12520 conftest$ac_exeext
12521 if test "${ac_cv_search_inet_aton+set}" = set; then :
12522 break
12524 done
12525 if test "${ac_cv_search_inet_aton+set}" = set; then :
12527 else
12528 ac_cv_search_inet_aton=no
12530 rm conftest.$ac_ext
12531 LIBS=$ac_func_search_save_LIBS
12533 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_inet_aton" >&5
12534 $as_echo "$ac_cv_search_inet_aton" >&6; }
12535 ac_res=$ac_cv_search_inet_aton
12536 if test "$ac_res" != no; then :
12537 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
12542 for ac_func in \
12543 getaddrinfo \
12544 getnameinfo \
12545 getnetbyname \
12546 getprotobyname \
12547 getprotobynumber \
12548 getservbyport \
12549 inet_network \
12550 inet_ntop \
12551 inet_pton \
12552 sendmsg \
12553 socketpair \
12555 do :
12556 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
12557 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
12558 eval as_val=\$$as_ac_var
12559 if test "x$as_val" = x""yes; then :
12560 cat >>confdefs.h <<_ACEOF
12561 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
12562 _ACEOF
12565 done
12568 LDAPLIBS=""
12570 if test "$ac_cv_header_ldap_h" = "yes" -a "$ac_cv_header_lber_h" = "yes"
12571 then
12572 ac_fn_c_check_type "$LINENO" "LDAPSortKey" "ac_cv_type_LDAPSortKey" "#include <ldap.h>
12574 if test "x$ac_cv_type_LDAPSortKey" = x""yes; then :
12575 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ldap_initialize in -lldap_r" >&5
12576 $as_echo_n "checking for ldap_initialize in -lldap_r... " >&6; }
12577 if test "${ac_cv_lib_ldap_r_ldap_initialize+set}" = set; then :
12578 $as_echo_n "(cached) " >&6
12579 else
12580 ac_check_lib_save_LIBS=$LIBS
12581 LIBS="-lldap_r $LIBPTHREAD $LIBS"
12582 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12583 /* end confdefs.h. */
12585 /* Override any GCC internal prototype to avoid an error.
12586 Use char because int might match the return type of a GCC
12587 builtin and then its argument prototype would still apply. */
12588 #ifdef __cplusplus
12589 extern "C"
12590 #endif
12591 char ldap_initialize ();
12593 main ()
12595 return ldap_initialize ();
12597 return 0;
12599 _ACEOF
12600 if ac_fn_c_try_link "$LINENO"; then :
12601 ac_cv_lib_ldap_r_ldap_initialize=yes
12602 else
12603 ac_cv_lib_ldap_r_ldap_initialize=no
12605 rm -f core conftest.err conftest.$ac_objext \
12606 conftest$ac_exeext conftest.$ac_ext
12607 LIBS=$ac_check_lib_save_LIBS
12609 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ldap_r_ldap_initialize" >&5
12610 $as_echo "$ac_cv_lib_ldap_r_ldap_initialize" >&6; }
12611 if test "x$ac_cv_lib_ldap_r_ldap_initialize" = x""yes; then :
12612 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ber_init in -llber" >&5
12613 $as_echo_n "checking for ber_init in -llber... " >&6; }
12614 if test "${ac_cv_lib_lber_ber_init+set}" = set; then :
12615 $as_echo_n "(cached) " >&6
12616 else
12617 ac_check_lib_save_LIBS=$LIBS
12618 LIBS="-llber $LIBPTHREAD $LIBS"
12619 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12620 /* end confdefs.h. */
12622 /* Override any GCC internal prototype to avoid an error.
12623 Use char because int might match the return type of a GCC
12624 builtin and then its argument prototype would still apply. */
12625 #ifdef __cplusplus
12626 extern "C"
12627 #endif
12628 char ber_init ();
12630 main ()
12632 return ber_init ();
12634 return 0;
12636 _ACEOF
12637 if ac_fn_c_try_link "$LINENO"; then :
12638 ac_cv_lib_lber_ber_init=yes
12639 else
12640 ac_cv_lib_lber_ber_init=no
12642 rm -f core conftest.err conftest.$ac_objext \
12643 conftest$ac_exeext conftest.$ac_ext
12644 LIBS=$ac_check_lib_save_LIBS
12646 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lber_ber_init" >&5
12647 $as_echo "$ac_cv_lib_lber_ber_init" >&6; }
12648 if test "x$ac_cv_lib_lber_ber_init" = x""yes; then :
12650 $as_echo "#define HAVE_LDAP 1" >>confdefs.h
12652 LDAPLIBS="-lldap_r -llber"
12659 ac_wine_check_funcs_save_LIBS="$LIBS"
12660 LIBS="$LIBS $LDAPLIBS $LIBPTHREAD"
12661 for ac_func in \
12662 ldap_count_references \
12663 ldap_first_reference \
12664 ldap_next_reference \
12665 ldap_parse_reference \
12666 ldap_parse_sort_control \
12667 ldap_parse_sortresponse_control \
12668 ldap_parse_vlv_control \
12669 ldap_parse_vlvresponse_control
12670 do :
12671 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
12672 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
12673 eval as_val=\$$as_ac_var
12674 if test "x$as_val" = x""yes; then :
12675 cat >>confdefs.h <<_ACEOF
12676 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
12677 _ACEOF
12680 done
12682 LIBS="$ac_wine_check_funcs_save_LIBS"
12684 if test "x$LDAPLIBS" = "x"; then :
12685 case "x$with_ldap" in
12686 x) as_fn_append wine_notices "|libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported." ;;
12687 xno) ;;
12688 *) as_fn_error "libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
12689 This is an error since --with-ldap was requested." "$LINENO" 5 ;;
12690 esac
12693 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether mkdir takes only one argument" >&5
12694 $as_echo_n "checking whether mkdir takes only one argument... " >&6; }
12695 if test "${wine_cv_one_arg_mkdir+set}" = set; then :
12696 $as_echo_n "(cached) " >&6
12697 else
12698 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12699 /* end confdefs.h. */
12700 #include <sys/stat.h>
12702 main ()
12704 mkdir("foo");
12706 return 0;
12708 _ACEOF
12709 if ac_fn_c_try_compile "$LINENO"; then :
12710 wine_cv_one_arg_mkdir=yes
12711 else
12712 wine_cv_one_arg_mkdir=no
12714 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12716 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_one_arg_mkdir" >&5
12717 $as_echo "$wine_cv_one_arg_mkdir" >&6; }
12718 if test "$wine_cv_one_arg_mkdir" = "yes"
12719 then
12721 $as_echo "#define HAVE_ONE_ARG_MKDIR 1" >>confdefs.h
12726 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for an ANSI C-conforming const" >&5
12727 $as_echo_n "checking for an ANSI C-conforming const... " >&6; }
12728 if test "${ac_cv_c_const+set}" = set; then :
12729 $as_echo_n "(cached) " >&6
12730 else
12731 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12732 /* end confdefs.h. */
12735 main ()
12737 /* FIXME: Include the comments suggested by Paul. */
12738 #ifndef __cplusplus
12739 /* Ultrix mips cc rejects this. */
12740 typedef int charset[2];
12741 const charset cs;
12742 /* SunOS 4.1.1 cc rejects this. */
12743 char const *const *pcpcc;
12744 char **ppc;
12745 /* NEC SVR4.0.2 mips cc rejects this. */
12746 struct point {int x, y;};
12747 static struct point const zero = {0,0};
12748 /* AIX XL C 1.02.0.0 rejects this.
12749 It does not let you subtract one const X* pointer from another in
12750 an arm of an if-expression whose if-part is not a constant
12751 expression */
12752 const char *g = "string";
12753 pcpcc = &g + (g ? g-g : 0);
12754 /* HPUX 7.0 cc rejects these. */
12755 ++pcpcc;
12756 ppc = (char**) pcpcc;
12757 pcpcc = (char const *const *) ppc;
12758 { /* SCO 3.2v4 cc rejects this. */
12759 char *t;
12760 char const *s = 0 ? (char *) 0 : (char const *) 0;
12762 *t++ = 0;
12763 if (s) return 0;
12765 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
12766 int x[] = {25, 17};
12767 const int *foo = &x[0];
12768 ++foo;
12770 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
12771 typedef const int *iptr;
12772 iptr p = 0;
12773 ++p;
12775 { /* AIX XL C 1.02.0.0 rejects this saying
12776 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
12777 struct s { int j; const int *ap[3]; };
12778 struct s *b; b->j = 5;
12780 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
12781 const int foo = 10;
12782 if (!foo) return 0;
12784 return !cs[0] && !zero.x;
12785 #endif
12788 return 0;
12790 _ACEOF
12791 if ac_fn_c_try_compile "$LINENO"; then :
12792 ac_cv_c_const=yes
12793 else
12794 ac_cv_c_const=no
12796 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12798 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_const" >&5
12799 $as_echo "$ac_cv_c_const" >&6; }
12800 if test $ac_cv_c_const = no; then
12802 $as_echo "#define const /**/" >>confdefs.h
12806 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inline" >&5
12807 $as_echo_n "checking for inline... " >&6; }
12808 if test "${ac_cv_c_inline+set}" = set; then :
12809 $as_echo_n "(cached) " >&6
12810 else
12811 ac_cv_c_inline=no
12812 for ac_kw in inline __inline__ __inline; do
12813 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12814 /* end confdefs.h. */
12815 #ifndef __cplusplus
12816 typedef int foo_t;
12817 static $ac_kw foo_t static_foo () {return 0; }
12818 $ac_kw foo_t foo () {return 0; }
12819 #endif
12821 _ACEOF
12822 if ac_fn_c_try_compile "$LINENO"; then :
12823 ac_cv_c_inline=$ac_kw
12825 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12826 test "$ac_cv_c_inline" != no && break
12827 done
12830 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_inline" >&5
12831 $as_echo "$ac_cv_c_inline" >&6; }
12833 case $ac_cv_c_inline in
12834 inline | yes) ;;
12836 case $ac_cv_c_inline in
12837 no) ac_val=;;
12838 *) ac_val=$ac_cv_c_inline;;
12839 esac
12840 cat >>confdefs.h <<_ACEOF
12841 #ifndef __cplusplus
12842 #define inline $ac_val
12843 #endif
12844 _ACEOF
12846 esac
12848 ac_fn_c_check_type "$LINENO" "mode_t" "ac_cv_type_mode_t" "$ac_includes_default"
12849 if test "x$ac_cv_type_mode_t" = x""yes; then :
12851 cat >>confdefs.h <<_ACEOF
12852 #define HAVE_MODE_T 1
12853 _ACEOF
12857 ac_fn_c_check_type "$LINENO" "off_t" "ac_cv_type_off_t" "$ac_includes_default"
12858 if test "x$ac_cv_type_off_t" = x""yes; then :
12860 cat >>confdefs.h <<_ACEOF
12861 #define HAVE_OFF_T 1
12862 _ACEOF
12866 ac_fn_c_check_type "$LINENO" "pid_t" "ac_cv_type_pid_t" "$ac_includes_default"
12867 if test "x$ac_cv_type_pid_t" = x""yes; then :
12869 cat >>confdefs.h <<_ACEOF
12870 #define HAVE_PID_T 1
12871 _ACEOF
12875 ac_fn_c_check_type "$LINENO" "size_t" "ac_cv_type_size_t" "$ac_includes_default"
12876 if test "x$ac_cv_type_size_t" = x""yes; then :
12878 cat >>confdefs.h <<_ACEOF
12879 #define HAVE_SIZE_T 1
12880 _ACEOF
12884 ac_fn_c_check_type "$LINENO" "ssize_t" "ac_cv_type_ssize_t" "$ac_includes_default"
12885 if test "x$ac_cv_type_ssize_t" = x""yes; then :
12887 cat >>confdefs.h <<_ACEOF
12888 #define HAVE_SSIZE_T 1
12889 _ACEOF
12893 ac_fn_c_check_type "$LINENO" "long long" "ac_cv_type_long_long" "$ac_includes_default"
12894 if test "x$ac_cv_type_long_long" = x""yes; then :
12896 cat >>confdefs.h <<_ACEOF
12897 #define HAVE_LONG_LONG 1
12898 _ACEOF
12902 ac_fn_c_check_type "$LINENO" "fsblkcnt_t" "ac_cv_type_fsblkcnt_t" "$ac_includes_default"
12903 if test "x$ac_cv_type_fsblkcnt_t" = x""yes; then :
12905 cat >>confdefs.h <<_ACEOF
12906 #define HAVE_FSBLKCNT_T 1
12907 _ACEOF
12911 ac_fn_c_check_type "$LINENO" "fsfilcnt_t" "ac_cv_type_fsfilcnt_t" "$ac_includes_default"
12912 if test "x$ac_cv_type_fsfilcnt_t" = x""yes; then :
12914 cat >>confdefs.h <<_ACEOF
12915 #define HAVE_FSFILCNT_T 1
12916 _ACEOF
12921 ac_fn_c_check_type "$LINENO" "sigset_t" "ac_cv_type_sigset_t" "#include <sys/types.h>
12922 #include <signal.h>
12924 if test "x$ac_cv_type_sigset_t" = x""yes; then :
12926 cat >>confdefs.h <<_ACEOF
12927 #define HAVE_SIGSET_T 1
12928 _ACEOF
12933 ac_fn_c_check_type "$LINENO" "request_sense" "ac_cv_type_request_sense" "#include <linux/cdrom.h>
12935 if test "x$ac_cv_type_request_sense" = x""yes; then :
12937 cat >>confdefs.h <<_ACEOF
12938 #define HAVE_REQUEST_SENSE 1
12939 _ACEOF
12945 ac_fn_c_check_type "$LINENO" "struct xinpgen" "ac_cv_type_struct_xinpgen" "#include <sys/types.h>
12946 #ifdef HAVE_SYS_SOCKET_H
12947 #include <sys/socket.h>
12948 #endif
12949 #ifdef HAVE_SYS_SOCKETVAR_H
12950 #include <sys/socketvar.h>
12951 #endif
12952 #ifdef HAVE_NET_ROUTE_H
12953 #include <net/route.h>
12954 #endif
12955 #ifdef HAVE_NETINET_IN_H
12956 #include <netinet/in.h>
12957 #endif
12958 #ifdef HAVE_NETINET_IN_SYSTM_H
12959 #include <netinet/in_systm.h>
12960 #endif
12961 #ifdef HAVE_NETINET_IP_H
12962 #include <netinet/ip.h>
12963 #endif
12964 #ifdef HAVE_NETINET_IN_PCB_H
12965 #include <netinet/in_pcb.h>
12966 #endif
12968 if test "x$ac_cv_type_struct_xinpgen" = x""yes; then :
12970 cat >>confdefs.h <<_ACEOF
12971 #define HAVE_STRUCT_XINPGEN 1
12972 _ACEOF
12978 ac_fn_c_check_member "$LINENO" "struct ff_effect" "direction" "ac_cv_member_struct_ff_effect_direction" "#ifdef HAVE_LINUX_INPUT_H
12979 #include <linux/input.h>
12980 #endif
12982 if test "x$ac_cv_member_struct_ff_effect_direction" = x""yes; then :
12984 cat >>confdefs.h <<_ACEOF
12985 #define HAVE_STRUCT_FF_EFFECT_DIRECTION 1
12986 _ACEOF
12992 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sigaddset" >&5
12993 $as_echo_n "checking for sigaddset... " >&6; }
12994 if test "${wine_cv_have_sigaddset+set}" = set; then :
12995 $as_echo_n "(cached) " >&6
12996 else
12997 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12998 /* end confdefs.h. */
12999 #include <signal.h>
13001 main ()
13003 sigset_t set; sigaddset(&set,SIGTERM);
13005 return 0;
13007 _ACEOF
13008 if ac_fn_c_try_link "$LINENO"; then :
13009 wine_cv_have_sigaddset=yes
13010 else
13011 wine_cv_have_sigaddset=no
13013 rm -f core conftest.err conftest.$ac_objext \
13014 conftest$ac_exeext conftest.$ac_ext
13016 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_have_sigaddset" >&5
13017 $as_echo "$wine_cv_have_sigaddset" >&6; }
13018 if test "$wine_cv_have_sigaddset" = "yes"
13019 then
13021 $as_echo "#define HAVE_SIGADDSET 1" >>confdefs.h
13026 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can use re-entrant gethostbyname_r Linux style" >&5
13027 $as_echo_n "checking whether we can use re-entrant gethostbyname_r Linux style... " >&6; }
13028 if test "${wine_cv_linux_gethostbyname_r_6+set}" = set; then :
13029 $as_echo_n "(cached) " >&6
13030 else
13031 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13032 /* end confdefs.h. */
13033 #include <netdb.h>
13035 main ()
13038 char *name=0;
13039 struct hostent he;
13040 struct hostent *result;
13041 char *buf=0;
13042 int bufsize=0;
13043 int res,errnr;
13044 char *addr=0;
13045 int addrlen=0;
13046 int addrtype=0;
13047 res=gethostbyname_r(name,&he,buf,bufsize,&result,&errnr);
13048 res=gethostbyaddr_r(addr, addrlen, addrtype,&he,buf,bufsize,&result,&errnr);
13051 return 0;
13053 _ACEOF
13054 if ac_fn_c_try_link "$LINENO"; then :
13055 wine_cv_linux_gethostbyname_r_6=yes
13056 else
13057 wine_cv_linux_gethostbyname_r_6=no
13060 rm -f core conftest.err conftest.$ac_objext \
13061 conftest$ac_exeext conftest.$ac_ext
13064 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_linux_gethostbyname_r_6" >&5
13065 $as_echo "$wine_cv_linux_gethostbyname_r_6" >&6; }
13066 if test "$wine_cv_linux_gethostbyname_r_6" = "yes"
13067 then
13069 $as_echo "#define HAVE_LINUX_GETHOSTBYNAME_R_6 1" >>confdefs.h
13073 if test "$ac_cv_header_linux_joystick_h" = "yes"
13074 then
13075 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether linux/joystick.h uses the Linux 2.2+ API" >&5
13076 $as_echo_n "checking whether linux/joystick.h uses the Linux 2.2+ API... " >&6; }
13077 if test "${wine_cv_linux_joystick_22_api+set}" = set; then :
13078 $as_echo_n "(cached) " >&6
13079 else
13080 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13081 /* end confdefs.h. */
13083 #include <sys/ioctl.h>
13084 #include <sys/types.h>
13085 #include <linux/joystick.h>
13087 struct js_event blub;
13088 #if !defined(JS_EVENT_AXIS) || !defined(JS_EVENT_BUTTON)
13089 #error "no 2.2 header"
13090 #endif
13093 main ()
13095 /*empty*/
13097 return 0;
13099 _ACEOF
13100 if ac_fn_c_try_compile "$LINENO"; then :
13101 wine_cv_linux_joystick_22_api=yes
13102 else
13103 wine_cv_linux_joystick_22_api=no
13105 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13108 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_linux_joystick_22_api" >&5
13109 $as_echo "$wine_cv_linux_joystick_22_api" >&6; }
13110 if test "$wine_cv_linux_joystick_22_api" = "yes"
13111 then
13113 $as_echo "#define HAVE_LINUX_22_JOYSTICK_API 1" >>confdefs.h
13119 ac_fn_c_check_member "$LINENO" "struct statfs" "f_bfree" "ac_cv_member_struct_statfs_f_bfree" "#include <sys/types.h>
13120 #ifdef HAVE_SYS_PARAM_H
13121 # include <sys/param.h>
13122 #endif
13123 #ifdef HAVE_SYS_MOUNT_H
13124 # include <sys/mount.h>
13125 #endif
13126 #ifdef HAVE_SYS_VFS_H
13127 # include <sys/vfs.h>
13128 #endif
13129 #ifdef HAVE_SYS_STATFS_H
13130 # include <sys/statfs.h>
13131 #endif
13133 if test "x$ac_cv_member_struct_statfs_f_bfree" = x""yes; then :
13135 cat >>confdefs.h <<_ACEOF
13136 #define HAVE_STRUCT_STATFS_F_BFREE 1
13137 _ACEOF
13141 ac_fn_c_check_member "$LINENO" "struct statfs" "f_bavail" "ac_cv_member_struct_statfs_f_bavail" "#include <sys/types.h>
13142 #ifdef HAVE_SYS_PARAM_H
13143 # include <sys/param.h>
13144 #endif
13145 #ifdef HAVE_SYS_MOUNT_H
13146 # include <sys/mount.h>
13147 #endif
13148 #ifdef HAVE_SYS_VFS_H
13149 # include <sys/vfs.h>
13150 #endif
13151 #ifdef HAVE_SYS_STATFS_H
13152 # include <sys/statfs.h>
13153 #endif
13155 if test "x$ac_cv_member_struct_statfs_f_bavail" = x""yes; then :
13157 cat >>confdefs.h <<_ACEOF
13158 #define HAVE_STRUCT_STATFS_F_BAVAIL 1
13159 _ACEOF
13163 ac_fn_c_check_member "$LINENO" "struct statfs" "f_frsize" "ac_cv_member_struct_statfs_f_frsize" "#include <sys/types.h>
13164 #ifdef HAVE_SYS_PARAM_H
13165 # include <sys/param.h>
13166 #endif
13167 #ifdef HAVE_SYS_MOUNT_H
13168 # include <sys/mount.h>
13169 #endif
13170 #ifdef HAVE_SYS_VFS_H
13171 # include <sys/vfs.h>
13172 #endif
13173 #ifdef HAVE_SYS_STATFS_H
13174 # include <sys/statfs.h>
13175 #endif
13177 if test "x$ac_cv_member_struct_statfs_f_frsize" = x""yes; then :
13179 cat >>confdefs.h <<_ACEOF
13180 #define HAVE_STRUCT_STATFS_F_FRSIZE 1
13181 _ACEOF
13185 ac_fn_c_check_member "$LINENO" "struct statfs" "f_ffree" "ac_cv_member_struct_statfs_f_ffree" "#include <sys/types.h>
13186 #ifdef HAVE_SYS_PARAM_H
13187 # include <sys/param.h>
13188 #endif
13189 #ifdef HAVE_SYS_MOUNT_H
13190 # include <sys/mount.h>
13191 #endif
13192 #ifdef HAVE_SYS_VFS_H
13193 # include <sys/vfs.h>
13194 #endif
13195 #ifdef HAVE_SYS_STATFS_H
13196 # include <sys/statfs.h>
13197 #endif
13199 if test "x$ac_cv_member_struct_statfs_f_ffree" = x""yes; then :
13201 cat >>confdefs.h <<_ACEOF
13202 #define HAVE_STRUCT_STATFS_F_FFREE 1
13203 _ACEOF
13207 ac_fn_c_check_member "$LINENO" "struct statfs" "f_favail" "ac_cv_member_struct_statfs_f_favail" "#include <sys/types.h>
13208 #ifdef HAVE_SYS_PARAM_H
13209 # include <sys/param.h>
13210 #endif
13211 #ifdef HAVE_SYS_MOUNT_H
13212 # include <sys/mount.h>
13213 #endif
13214 #ifdef HAVE_SYS_VFS_H
13215 # include <sys/vfs.h>
13216 #endif
13217 #ifdef HAVE_SYS_STATFS_H
13218 # include <sys/statfs.h>
13219 #endif
13221 if test "x$ac_cv_member_struct_statfs_f_favail" = x""yes; then :
13223 cat >>confdefs.h <<_ACEOF
13224 #define HAVE_STRUCT_STATFS_F_FAVAIL 1
13225 _ACEOF
13229 ac_fn_c_check_member "$LINENO" "struct statfs" "f_namelen" "ac_cv_member_struct_statfs_f_namelen" "#include <sys/types.h>
13230 #ifdef HAVE_SYS_PARAM_H
13231 # include <sys/param.h>
13232 #endif
13233 #ifdef HAVE_SYS_MOUNT_H
13234 # include <sys/mount.h>
13235 #endif
13236 #ifdef HAVE_SYS_VFS_H
13237 # include <sys/vfs.h>
13238 #endif
13239 #ifdef HAVE_SYS_STATFS_H
13240 # include <sys/statfs.h>
13241 #endif
13243 if test "x$ac_cv_member_struct_statfs_f_namelen" = x""yes; then :
13245 cat >>confdefs.h <<_ACEOF
13246 #define HAVE_STRUCT_STATFS_F_NAMELEN 1
13247 _ACEOF
13253 ac_fn_c_check_member "$LINENO" "struct statvfs" "f_blocks" "ac_cv_member_struct_statvfs_f_blocks" "#ifdef HAVE_SYS_STATVFS_H
13254 #include <sys/statvfs.h>
13255 #endif
13257 if test "x$ac_cv_member_struct_statvfs_f_blocks" = x""yes; then :
13259 cat >>confdefs.h <<_ACEOF
13260 #define HAVE_STRUCT_STATVFS_F_BLOCKS 1
13261 _ACEOF
13267 ac_fn_c_check_member "$LINENO" "struct msghdr" "msg_accrights" "ac_cv_member_struct_msghdr_msg_accrights" "#include <sys/types.h>
13268 #ifdef HAVE_SYS_SOCKET_H
13269 # include <sys/socket.h>
13270 #endif
13271 #ifdef HAVE_SYS_UN_H
13272 # include <sys/un.h>
13273 #endif
13275 if test "x$ac_cv_member_struct_msghdr_msg_accrights" = x""yes; then :
13277 cat >>confdefs.h <<_ACEOF
13278 #define HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTS 1
13279 _ACEOF
13283 ac_fn_c_check_member "$LINENO" "struct sockaddr" "sa_len" "ac_cv_member_struct_sockaddr_sa_len" "#include <sys/types.h>
13284 #ifdef HAVE_SYS_SOCKET_H
13285 # include <sys/socket.h>
13286 #endif
13287 #ifdef HAVE_SYS_UN_H
13288 # include <sys/un.h>
13289 #endif
13291 if test "x$ac_cv_member_struct_sockaddr_sa_len" = x""yes; then :
13293 cat >>confdefs.h <<_ACEOF
13294 #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
13295 _ACEOF
13299 ac_fn_c_check_member "$LINENO" "struct sockaddr_un" "sun_len" "ac_cv_member_struct_sockaddr_un_sun_len" "#include <sys/types.h>
13300 #ifdef HAVE_SYS_SOCKET_H
13301 # include <sys/socket.h>
13302 #endif
13303 #ifdef HAVE_SYS_UN_H
13304 # include <sys/un.h>
13305 #endif
13307 if test "x$ac_cv_member_struct_sockaddr_un_sun_len" = x""yes; then :
13309 cat >>confdefs.h <<_ACEOF
13310 #define HAVE_STRUCT_SOCKADDR_UN_SUN_LEN 1
13311 _ACEOF
13317 ac_fn_c_check_member "$LINENO" "scsireq_t" "cmd" "ac_cv_member_scsireq_t_cmd" "#include <sys/types.h>
13318 #ifdef HAVE_SCSI_SG_H
13319 #include <scsi/sg.h>
13320 #endif
13322 if test "x$ac_cv_member_scsireq_t_cmd" = x""yes; then :
13324 cat >>confdefs.h <<_ACEOF
13325 #define HAVE_SCSIREQ_T_CMD 1
13326 _ACEOF
13330 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>
13331 #ifdef HAVE_SCSI_SG_H
13332 #include <scsi/sg.h>
13333 #endif
13335 if test "x$ac_cv_member_sg_io_hdr_t_interface_id" = x""yes; then :
13337 cat >>confdefs.h <<_ACEOF
13338 #define HAVE_SG_IO_HDR_T_INTERFACE_ID 1
13339 _ACEOF
13345 ac_fn_c_check_member "$LINENO" "siginfo_t" "si_fd" "ac_cv_member_siginfo_t_si_fd" "#include <signal.h>
13347 if test "x$ac_cv_member_siginfo_t_si_fd" = x""yes; then :
13349 cat >>confdefs.h <<_ACEOF
13350 #define HAVE_SIGINFO_T_SI_FD 1
13351 _ACEOF
13357 ac_fn_c_check_member "$LINENO" "struct mtget" "mt_blksiz" "ac_cv_member_struct_mtget_mt_blksiz" "#include <sys/types.h>
13358 #ifdef HAVE_SYS_MTIO_H
13359 #include <sys/mtio.h>
13360 #endif
13362 if test "x$ac_cv_member_struct_mtget_mt_blksiz" = x""yes; then :
13364 cat >>confdefs.h <<_ACEOF
13365 #define HAVE_STRUCT_MTGET_MT_BLKSIZ 1
13366 _ACEOF
13370 ac_fn_c_check_member "$LINENO" "struct mtget" "mt_gstat" "ac_cv_member_struct_mtget_mt_gstat" "#include <sys/types.h>
13371 #ifdef HAVE_SYS_MTIO_H
13372 #include <sys/mtio.h>
13373 #endif
13375 if test "x$ac_cv_member_struct_mtget_mt_gstat" = x""yes; then :
13377 cat >>confdefs.h <<_ACEOF
13378 #define HAVE_STRUCT_MTGET_MT_GSTAT 1
13379 _ACEOF
13383 ac_fn_c_check_member "$LINENO" "struct mtget" "mt_blkno" "ac_cv_member_struct_mtget_mt_blkno" "#include <sys/types.h>
13384 #ifdef HAVE_SYS_MTIO_H
13385 #include <sys/mtio.h>
13386 #endif
13388 if test "x$ac_cv_member_struct_mtget_mt_blkno" = x""yes; then :
13390 cat >>confdefs.h <<_ACEOF
13391 #define HAVE_STRUCT_MTGET_MT_BLKNO 1
13392 _ACEOF
13398 ac_fn_c_check_member "$LINENO" "struct option" "name" "ac_cv_member_struct_option_name" "#ifdef HAVE_GETOPT_H
13399 #include <getopt.h>
13400 #endif
13402 if test "x$ac_cv_member_struct_option_name" = x""yes; then :
13404 cat >>confdefs.h <<_ACEOF
13405 #define HAVE_STRUCT_OPTION_NAME 1
13406 _ACEOF
13412 ac_fn_c_check_member "$LINENO" "struct stat" "st_blocks" "ac_cv_member_struct_stat_st_blocks" "$ac_includes_default"
13413 if test "x$ac_cv_member_struct_stat_st_blocks" = x""yes; then :
13415 cat >>confdefs.h <<_ACEOF
13416 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
13417 _ACEOF
13421 ac_fn_c_check_member "$LINENO" "struct stat" "st_mtim" "ac_cv_member_struct_stat_st_mtim" "$ac_includes_default"
13422 if test "x$ac_cv_member_struct_stat_st_mtim" = x""yes; then :
13424 cat >>confdefs.h <<_ACEOF
13425 #define HAVE_STRUCT_STAT_ST_MTIM 1
13426 _ACEOF
13430 ac_fn_c_check_member "$LINENO" "struct stat" "st_ctim" "ac_cv_member_struct_stat_st_ctim" "$ac_includes_default"
13431 if test "x$ac_cv_member_struct_stat_st_ctim" = x""yes; then :
13433 cat >>confdefs.h <<_ACEOF
13434 #define HAVE_STRUCT_STAT_ST_CTIM 1
13435 _ACEOF
13439 ac_fn_c_check_member "$LINENO" "struct stat" "st_atim" "ac_cv_member_struct_stat_st_atim" "$ac_includes_default"
13440 if test "x$ac_cv_member_struct_stat_st_atim" = x""yes; then :
13442 cat >>confdefs.h <<_ACEOF
13443 #define HAVE_STRUCT_STAT_ST_ATIM 1
13444 _ACEOF
13450 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
13451 #include <sys/types.h>
13452 #endif
13453 #ifdef HAVE_NETINET_IN_H
13454 #include <netinet/in.h>
13455 #endif
13457 if test "x$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" = x""yes; then :
13459 cat >>confdefs.h <<_ACEOF
13460 #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
13461 _ACEOF
13467 ac_fn_c_check_member "$LINENO" "ns_msg" "_msg_ptr" "ac_cv_member_ns_msg__msg_ptr" "#ifdef HAVE_SYS_TYPES_H
13468 #include <sys/types.h>
13469 #endif
13470 #ifdef HAVE_NETINET_IN_H
13471 # include <netinet/in.h>
13472 #endif
13473 #ifdef HAVE_ARPA_NAMESER_H
13474 # include <arpa/nameser.h>
13475 #endif
13477 if test "x$ac_cv_member_ns_msg__msg_ptr" = x""yes; then :
13479 cat >>confdefs.h <<_ACEOF
13480 #define HAVE_NS_MSG__MSG_PTR 1
13481 _ACEOF
13487 ac_fn_c_check_member "$LINENO" "struct icmpstat" "icps_outhist" "ac_cv_member_struct_icmpstat_icps_outhist" "#ifdef HAVE_SYS_TYPES_H
13488 #include <sys/types.h>
13489 #endif
13490 #ifdef HAVE_ALIAS_H
13491 #include <alias.h>
13492 #endif
13493 #ifdef HAVE_SYS_SOCKET_H
13494 #include <sys/socket.h>
13495 #endif
13496 #ifdef HAVE_SYS_SOCKETVAR_H
13497 #include <sys/socketvar.h>
13498 #endif
13499 #ifdef HAVE_SYS_TIMEOUT_H
13500 #include <sys/timeout.h>
13501 #endif
13502 #ifdef HAVE_NETINET_IN_H
13503 #include <netinet/in.h>
13504 #endif
13505 #ifdef HAVE_NETINET_IN_SYSTM_H
13506 #include <netinet/in_systm.h>
13507 #endif
13508 #ifdef HAVE_NETINET_IP_H
13509 #include <netinet/ip.h>
13510 #endif
13511 #ifdef HAVE_NETINET_IP_VAR_H
13512 #include <netinet/ip_var.h>
13513 #endif
13514 #ifdef HAVE_NETINET_IP_ICMP_H
13515 #include <netinet/ip_icmp.h>
13516 #endif
13517 #ifdef HAVE_NETINET_ICMP_VAR
13518 #include <netinet/icmp_var.h>
13519 #endif
13521 if test "x$ac_cv_member_struct_icmpstat_icps_outhist" = x""yes; then :
13523 cat >>confdefs.h <<_ACEOF
13524 #define HAVE_STRUCT_ICMPSTAT_ICPS_OUTHIST 1
13525 _ACEOF
13531 ac_fn_c_check_member "$LINENO" "struct ifreq" "ifr_hwaddr" "ac_cv_member_struct_ifreq_ifr_hwaddr" "#ifdef HAVE_SYS_TYPES_H
13532 #include <sys/types.h>
13533 #endif
13534 #ifdef HAVE_NET_IF_H
13535 # include <net/if.h>
13536 #endif
13538 if test "x$ac_cv_member_struct_ifreq_ifr_hwaddr" = x""yes; then :
13540 cat >>confdefs.h <<_ACEOF
13541 #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
13542 _ACEOF
13548 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for timezone variable" >&5
13549 $as_echo_n "checking for timezone variable... " >&6; }
13550 if test "${ac_cv_have_timezone+set}" = set; then :
13551 $as_echo_n "(cached) " >&6
13552 else
13553 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13554 /* end confdefs.h. */
13555 #include <time.h>
13557 main ()
13559 timezone = 1
13561 return 0;
13563 _ACEOF
13564 if ac_fn_c_try_link "$LINENO"; then :
13565 ac_cv_have_timezone="yes"
13566 else
13567 ac_cv_have_timezone="no"
13569 rm -f core conftest.err conftest.$ac_objext \
13570 conftest$ac_exeext conftest.$ac_ext
13572 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_timezone" >&5
13573 $as_echo "$ac_cv_have_timezone" >&6; }
13574 if test "$ac_cv_have_timezone" = "yes"
13575 then
13577 $as_echo "#define HAVE_TIMEZONE 1" >>confdefs.h
13580 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for daylight variable" >&5
13581 $as_echo_n "checking for daylight variable... " >&6; }
13582 if test "${ac_cv_have_daylight+set}" = set; then :
13583 $as_echo_n "(cached) " >&6
13584 else
13585 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13586 /* end confdefs.h. */
13587 #include <time.h>
13589 main ()
13591 daylight = 1
13593 return 0;
13595 _ACEOF
13596 if ac_fn_c_try_link "$LINENO"; then :
13597 ac_cv_have_daylight="yes"
13598 else
13599 ac_cv_have_daylight="no"
13601 rm -f core conftest.err conftest.$ac_objext \
13602 conftest$ac_exeext conftest.$ac_ext
13604 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_daylight" >&5
13605 $as_echo "$ac_cv_have_daylight" >&6; }
13606 if test "$ac_cv_have_daylight" = "yes"
13607 then
13609 $as_echo "#define HAVE_DAYLIGHT 1" >>confdefs.h
13613 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isinf" >&5
13614 $as_echo_n "checking for isinf... " >&6; }
13615 if test "${ac_cv_have_isinf+set}" = set; then :
13616 $as_echo_n "(cached) " >&6
13617 else
13618 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13619 /* end confdefs.h. */
13620 #include <math.h>
13622 main ()
13624 float f = 0.0; int i=isinf(f)
13626 return 0;
13628 _ACEOF
13629 if ac_fn_c_try_link "$LINENO"; then :
13630 ac_cv_have_isinf="yes"
13631 else
13632 ac_cv_have_isinf="no"
13634 rm -f core conftest.err conftest.$ac_objext \
13635 conftest$ac_exeext conftest.$ac_ext
13637 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isinf" >&5
13638 $as_echo "$ac_cv_have_isinf" >&6; }
13639 if test "$ac_cv_have_isinf" = "yes"
13640 then
13642 $as_echo "#define HAVE_ISINF 1" >>confdefs.h
13646 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isnan" >&5
13647 $as_echo_n "checking for isnan... " >&6; }
13648 if test "${ac_cv_have_isnan+set}" = set; then :
13649 $as_echo_n "(cached) " >&6
13650 else
13651 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13652 /* end confdefs.h. */
13653 #include <math.h>
13655 main ()
13657 float f = 0.0; int i=isnan(f)
13659 return 0;
13661 _ACEOF
13662 if ac_fn_c_try_link "$LINENO"; then :
13663 ac_cv_have_isnan="yes"
13664 else
13665 ac_cv_have_isnan="no"
13667 rm -f core conftest.err conftest.$ac_objext \
13668 conftest$ac_exeext conftest.$ac_ext
13670 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isnan" >&5
13671 $as_echo "$ac_cv_have_isnan" >&6; }
13672 if test "$ac_cv_have_isnan" = "yes"
13673 then
13675 $as_echo "#define HAVE_ISNAN 1" >>confdefs.h
13680 case $host_cpu in
13681 *i[3456789]86*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __i386__" >&5
13682 $as_echo_n "checking whether we need to define __i386__... " >&6; }
13683 if test "${ac_cv_cpp_def___i386__+set}" = set; then :
13684 $as_echo_n "(cached) " >&6
13685 else
13686 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13687 /* end confdefs.h. */
13688 #ifndef __i386__
13690 #endif
13691 _ACEOF
13692 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13693 $EGREP "yes" >/dev/null 2>&1; then :
13694 ac_cv_cpp_def___i386__=yes
13695 else
13696 ac_cv_cpp_def___i386__=no
13698 rm -f conftest*
13701 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___i386__" >&5
13702 $as_echo "$ac_cv_cpp_def___i386__" >&6; }
13703 if test $ac_cv_cpp_def___i386__ = yes; then :
13704 CFLAGS="$CFLAGS -D__i386__"
13705 LINTFLAGS="$LINTFLAGS -D__i386__"
13706 fi ;;
13707 *x86_64*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __x86_64__" >&5
13708 $as_echo_n "checking whether we need to define __x86_64__... " >&6; }
13709 if test "${ac_cv_cpp_def___x86_64__+set}" = set; then :
13710 $as_echo_n "(cached) " >&6
13711 else
13712 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13713 /* end confdefs.h. */
13714 #ifndef __x86_64__
13716 #endif
13717 _ACEOF
13718 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13719 $EGREP "yes" >/dev/null 2>&1; then :
13720 ac_cv_cpp_def___x86_64__=yes
13721 else
13722 ac_cv_cpp_def___x86_64__=no
13724 rm -f conftest*
13727 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___x86_64__" >&5
13728 $as_echo "$ac_cv_cpp_def___x86_64__" >&6; }
13729 if test $ac_cv_cpp_def___x86_64__ = yes; then :
13730 CFLAGS="$CFLAGS -D__x86_64__"
13731 LINTFLAGS="$LINTFLAGS -D__x86_64__"
13732 fi ;;
13733 *alpha*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __ALPHA__" >&5
13734 $as_echo_n "checking whether we need to define __ALPHA__... " >&6; }
13735 if test "${ac_cv_cpp_def___ALPHA__+set}" = set; then :
13736 $as_echo_n "(cached) " >&6
13737 else
13738 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13739 /* end confdefs.h. */
13740 #ifndef __ALPHA__
13742 #endif
13743 _ACEOF
13744 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13745 $EGREP "yes" >/dev/null 2>&1; then :
13746 ac_cv_cpp_def___ALPHA__=yes
13747 else
13748 ac_cv_cpp_def___ALPHA__=no
13750 rm -f conftest*
13753 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___ALPHA__" >&5
13754 $as_echo "$ac_cv_cpp_def___ALPHA__" >&6; }
13755 if test $ac_cv_cpp_def___ALPHA__ = yes; then :
13756 CFLAGS="$CFLAGS -D__ALPHA__"
13757 LINTFLAGS="$LINTFLAGS -D__ALPHA__"
13758 fi ;;
13759 *sparc*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sparc__" >&5
13760 $as_echo_n "checking whether we need to define __sparc__... " >&6; }
13761 if test "${ac_cv_cpp_def___sparc__+set}" = set; then :
13762 $as_echo_n "(cached) " >&6
13763 else
13764 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13765 /* end confdefs.h. */
13766 #ifndef __sparc__
13768 #endif
13769 _ACEOF
13770 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13771 $EGREP "yes" >/dev/null 2>&1; then :
13772 ac_cv_cpp_def___sparc__=yes
13773 else
13774 ac_cv_cpp_def___sparc__=no
13776 rm -f conftest*
13779 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sparc__" >&5
13780 $as_echo "$ac_cv_cpp_def___sparc__" >&6; }
13781 if test $ac_cv_cpp_def___sparc__ = yes; then :
13782 CFLAGS="$CFLAGS -D__sparc__"
13783 LINTFLAGS="$LINTFLAGS -D__sparc__"
13784 fi ;;
13785 *powerpc*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __powerpc__" >&5
13786 $as_echo_n "checking whether we need to define __powerpc__... " >&6; }
13787 if test "${ac_cv_cpp_def___powerpc__+set}" = set; then :
13788 $as_echo_n "(cached) " >&6
13789 else
13790 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13791 /* end confdefs.h. */
13792 #ifndef __powerpc__
13794 #endif
13795 _ACEOF
13796 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13797 $EGREP "yes" >/dev/null 2>&1; then :
13798 ac_cv_cpp_def___powerpc__=yes
13799 else
13800 ac_cv_cpp_def___powerpc__=no
13802 rm -f conftest*
13805 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___powerpc__" >&5
13806 $as_echo "$ac_cv_cpp_def___powerpc__" >&6; }
13807 if test $ac_cv_cpp_def___powerpc__ = yes; then :
13808 CFLAGS="$CFLAGS -D__powerpc__"
13809 LINTFLAGS="$LINTFLAGS -D__powerpc__"
13810 fi ;;
13811 esac
13813 case $host_vendor in
13814 *sun*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sun__" >&5
13815 $as_echo_n "checking whether we need to define __sun__... " >&6; }
13816 if test "${ac_cv_cpp_def___sun__+set}" = set; then :
13817 $as_echo_n "(cached) " >&6
13818 else
13819 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13820 /* end confdefs.h. */
13821 #ifndef __sun__
13823 #endif
13824 _ACEOF
13825 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13826 $EGREP "yes" >/dev/null 2>&1; then :
13827 ac_cv_cpp_def___sun__=yes
13828 else
13829 ac_cv_cpp_def___sun__=no
13831 rm -f conftest*
13834 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sun__" >&5
13835 $as_echo "$ac_cv_cpp_def___sun__" >&6; }
13836 if test $ac_cv_cpp_def___sun__ = yes; then :
13837 CFLAGS="$CFLAGS -D__sun__"
13838 LINTFLAGS="$LINTFLAGS -D__sun__"
13839 fi ;;
13840 esac
13845 ac_config_commands="$ac_config_commands include/stamp-h"
13848 ALL_MAKEFILE_DEPENDS="# Makefile dependencies
13849 Makefile: Makefile.in Make.rules config.status"
13851 ALL_WINETEST_DEPENDS="# Test binaries"
13854 ALL_MAKERULES=""
13856 ALL_SYMLINKS=""
13858 ALL_DIRS=""
13860 ALL_TEST_BINARIES=""
13862 ALL_PROGRAM_BIN_INSTALL_DIRS=""
13865 wine_fn_append_file ()
13867 as_fn_append $1 " \\$as_nl $2"
13870 wine_fn_append_rule ()
13872 as_fn_append $1 "$as_nl$2"
13875 wine_fn_all_dir_rules ()
13877 wine_fn_append_file ALL_DIRS $1
13878 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
13879 "$1/__clean__: $1/Makefile
13880 $1/Makefile: $1/Makefile.in config.status $2
13881 @./config.status --file $1/Makefile && cd $1 && \$(MAKE) depend
13882 depend .PHONY: $1/__depend__
13883 $1/__depend__: \$(MAKEDEP) dummy
13884 @./config.status --file $1/Makefile && cd $1 && \$(MAKE) depend"
13887 wine_fn_config_makefile ()
13889 ac_dir=$1
13890 ac_enable=$2
13891 wine_fn_all_dir_rules $ac_dir "Make.rules \$(MAKEDEP)"
13893 eval as_val=\$$ac_enable
13894 if test "x$as_val" = x""no; then :
13896 else
13897 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
13898 "all .PHONY: $ac_dir
13899 $ac_dir: $ac_dir/Makefile dummy
13900 @cd $ac_dir && \$(MAKE)
13901 install:: $ac_dir
13902 @cd $ac_dir && \$(MAKE) install
13903 install-lib:: $ac_dir
13904 @cd $ac_dir && \$(MAKE) install-lib
13905 install-dev:: $ac_dir
13906 @cd $ac_dir && \$(MAKE) install-dev
13907 uninstall:: $ac_dir/Makefile
13908 @cd $ac_dir && \$(MAKE) uninstall"
13912 wine_fn_config_lib ()
13914 ac_name=$1
13915 ac_dir=dlls/$ac_name
13916 wine_fn_all_dir_rules $ac_dir "dlls/Makeimplib.rules \$(MAKEDEP)"
13917 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
13918 "all __builddeps__: $ac_dir
13919 __buildcrossdeps__: $ac_dir/lib$ac_name.cross.a
13920 $ac_dir $ac_dir/lib$ac_name.cross.a: $ac_dir/Makefile tools/widl tools/winebuild tools/winegcc include
13921 $ac_dir: dummy
13922 @cd $ac_dir && \$(MAKE)
13923 $ac_dir/lib$ac_name.cross.a: dummy
13924 @cd $ac_dir && \$(MAKE) lib$ac_name.cross.a
13925 install install-dev:: $ac_dir
13926 @cd $ac_dir && \$(MAKE) install
13927 uninstall:: $ac_dir/Makefile
13928 @cd $ac_dir && \$(MAKE) uninstall"
13931 wine_fn_config_dll ()
13933 ac_dir=$1
13934 ac_enable=$2
13935 ac_implib=$3
13936 ac_implibsrc=$4
13937 ac_file="dlls/$ac_dir/lib$ac_implib"
13938 ac_deps="tools/widl tools/winebuild tools/winegcc include"
13940 wine_fn_all_dir_rules dlls/$ac_dir "dlls/Makedll.rules \$(MAKEDEP)"
13942 eval as_val=\$$ac_enable
13943 if test "x$as_val" = x""no; then :
13944 test "$ac_enable" != enable_win16 || return 0
13945 else
13946 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
13947 "all .PHONY: dlls/$ac_dir
13948 dlls/$ac_dir: dlls/$ac_dir/Makefile __builddeps__ dummy
13949 @cd dlls/$ac_dir && \$(MAKE)
13950 install:: dlls/$ac_dir/Makefile __builddeps__
13951 @cd dlls/$ac_dir && \$(MAKE) install
13952 install-lib:: dlls/$ac_dir/Makefile __builddeps__
13953 @cd dlls/$ac_dir && \$(MAKE) install-lib
13954 uninstall manpages htmlpages sgmlpages xmlpages:: dlls/$ac_dir/Makefile
13955 @cd dlls/$ac_dir && \$(MAKE) \$@"
13958 if test -n "$ac_implibsrc"
13959 then
13960 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
13961 "__builddeps__: $ac_file.$IMPLIBEXT $ac_file.$STATIC_IMPLIBEXT
13962 __buildcrossdeps__: $ac_file.cross.a
13963 $ac_file.$IMPLIBEXT $ac_file.$STATIC_IMPLIBEXT $ac_file.cross.a: $ac_deps
13964 $ac_file.def: dlls/$ac_dir/$ac_dir.spec dlls/$ac_dir/Makefile
13965 @cd dlls/$ac_dir && \$(MAKE) \`basename \$@\`
13966 $ac_file.$STATIC_IMPLIBEXT $ac_file.cross.a: dlls/$ac_dir/Makefile dummy
13967 @cd dlls/$ac_dir && \$(MAKE) \`basename \$@\`
13968 install-dev:: dlls/$ac_dir/Makefile __builddeps__
13969 @cd dlls/$ac_dir && \$(MAKE) install-dev"
13970 elif test -n "$ac_implib"
13971 then
13972 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
13973 "__builddeps__: $ac_file.$IMPLIBEXT
13974 __buildcrossdeps__: $ac_file.cross.a
13975 $ac_file.$IMPLIBEXT $ac_file.cross.a: dlls/$ac_dir/$ac_dir.spec dlls/$ac_dir/Makefile $ac_deps
13976 @cd dlls/$ac_dir && \$(MAKE) \`basename \$@\`
13977 install-dev:: dlls/$ac_dir/Makefile __builddeps__
13978 @cd dlls/$ac_dir && \$(MAKE) install-dev"
13980 if test "$ac_dir" != "$ac_implib"
13981 then
13982 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
13983 "__builddeps__: dlls/lib$ac_implib.$IMPLIBEXT
13984 __buildcrossdeps__: dlls/lib$ac_implib.cross.a
13985 dlls/lib$ac_implib.$IMPLIBEXT: $ac_file.$IMPLIBEXT
13986 \$(RM) \$@ && \$(LN_S) $ac_dir/lib$ac_implib.$IMPLIBEXT \$@
13987 dlls/lib$ac_implib.cross.a: $ac_file.cross.a
13988 \$(RM) \$@ && \$(LN_S) $ac_dir/lib$ac_implib.cross.a \$@
13989 clean::
13990 \$(RM) dlls/lib$ac_implib.$IMPLIBEXT"
13995 wine_fn_config_program ()
13997 ac_dir=$1
13998 ac_enable=$2
13999 ac_install=$3
14000 wine_fn_all_dir_rules programs/$ac_dir "programs/Makeprog.rules \$(MAKEDEP)"
14002 eval as_val=\$$ac_enable
14003 if test "x$as_val" = x""no; then :
14005 else
14006 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14007 "all .PHONY: programs/$ac_dir
14008 programs/$ac_dir: programs/$ac_dir/Makefile __builddeps__ dummy
14009 @cd programs/$ac_dir && \$(MAKE)"
14011 if test -n "$ac_install"
14012 then
14013 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14014 "install install-lib:: programs/$ac_dir/Makefile __builddeps__
14015 @cd programs/$ac_dir && \$(MAKE) install
14016 uninstall:: programs/$ac_dir/Makefile
14017 @cd programs/$ac_dir && \$(MAKE) uninstall"
14018 test "$ac_install" != installbin || wine_fn_append_file ALL_PROGRAM_BIN_INSTALL_DIRS programs/$ac_dir
14023 wine_fn_config_test ()
14025 ac_dir=$1
14026 ac_name=$2
14027 wine_fn_append_file ALL_TEST_BINARIES $ac_name.exe
14028 wine_fn_append_rule ALL_WINETEST_DEPENDS \
14029 "$ac_name.exe: \$(TOPOBJDIR)/$ac_dir/$ac_name.exe$DLLEXT
14030 cp \$(TOPOBJDIR)/$ac_dir/$ac_name.exe$DLLEXT \$@ && \$(STRIP) \$@
14031 $ac_name.rc:
14032 echo \"$ac_name.exe TESTRES \\\"$ac_name.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
14033 $ac_name.res: $ac_name.rc $ac_name.exe"
14034 wine_fn_all_dir_rules $ac_dir "Maketest.rules \$(MAKEDEP)"
14036 if test "x$enable_tests" = x""no; then :
14038 else
14039 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14040 "all programs/winetest .PHONY: $ac_dir
14041 $ac_dir: $ac_dir/Makefile __builddeps__ dummy
14042 @cd $ac_dir && \$(MAKE)
14043 crosstest .PHONY: $ac_dir/__crosstest__
14044 $ac_dir/__crosstest__: $ac_dir/Makefile __buildcrossdeps__ dummy
14045 @cd $ac_dir && \$(MAKE) crosstest
14046 test .PHONY: $ac_dir/__test__
14047 $ac_dir/__test__: dummy
14048 @cd $ac_dir && \$(MAKE) test
14049 testclean::
14050 \$(RM) $ac_dir/*.ok"
14054 wine_fn_config_tool ()
14056 ac_dir=$1
14057 ac_deps="Make.rules"
14058 if test "$ac_dir" != tools
14059 then
14060 ac_deps="$ac_deps \$(MAKEDEP)"
14062 wine_fn_all_dir_rules $ac_dir "$ac_deps"
14064 if test "x$enable_tools" = x""no; then :
14066 else
14067 case $ac_dir in
14068 tools) wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14069 "install:: $ac_dir
14070 @cd $ac_dir && \$(MAKE) install
14071 install-lib:: $ac_dir
14072 @cd $ac_dir && \$(MAKE) install-lib
14073 install-dev:: $ac_dir
14074 @cd $ac_dir && \$(MAKE) install-dev" ;;
14075 *) wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14076 "install install-dev:: $ac_dir
14077 @cd $ac_dir && \$(MAKE) install" ;;
14078 esac
14079 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14080 "uninstall:: $ac_dir/Makefile
14081 @cd $ac_dir && \$(MAKE) uninstall
14082 all __tooldeps__ .PHONY: $ac_dir
14083 $ac_dir: $ac_dir/Makefile libs/port dummy
14084 @cd $ac_dir && \$(MAKE)"
14087 ac_config_links="$ac_config_links dlls/wineps.drv/generic.ppd:dlls/wineps.drv/generic.ppd"
14088 test "$srcdir" = "." || wine_fn_append_file ALL_SYMLINKS "dlls/wineps.drv/generic.ppd"
14089 ac_config_links="$ac_config_links fonts/marlett.ttf:fonts/marlett.ttf"
14090 test "$srcdir" = "." || wine_fn_append_file ALL_SYMLINKS "fonts/marlett.ttf"
14091 ac_config_links="$ac_config_links fonts/symbol.ttf:fonts/symbol.ttf"
14092 test "$srcdir" = "." || wine_fn_append_file ALL_SYMLINKS "fonts/symbol.ttf"
14093 ac_config_links="$ac_config_links fonts/tahoma.ttf:fonts/tahoma.ttf"
14094 test "$srcdir" = "." || wine_fn_append_file ALL_SYMLINKS "fonts/tahoma.ttf"
14095 ac_config_links="$ac_config_links fonts/tahomabd.ttf:fonts/tahomabd.ttf"
14096 test "$srcdir" = "." || wine_fn_append_file ALL_SYMLINKS "fonts/tahomabd.ttf"
14097 ac_config_links="$ac_config_links wine:tools/winewrapper"
14098 wine_fn_append_file ALL_SYMLINKS "wine"
14100 ac_config_commands="$ac_config_commands dlls/gdi32/enhmfdrv"
14102 ac_config_commands="$ac_config_commands dlls/gdi32/mfdrv"
14104 ac_config_commands="$ac_config_commands dlls/kernel32/nls"
14106 ac_config_commands="$ac_config_commands dlls/user32/resources"
14108 ac_config_commands="$ac_config_commands dlls/wineps.drv/data"
14110 ac_config_commands="$ac_config_commands include/wine"
14113 wine_fn_append_file ALL_MAKERULES "Make.rules"
14114 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "Make.rules: Make.rules.in config.status"
14115 MAKE_RULES=Make.rules
14116 ac_config_files="$ac_config_files Make.rules"
14118 wine_fn_append_file ALL_MAKERULES "Maketest.rules"
14119 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "Maketest.rules: Maketest.rules.in Make.rules config.status"
14120 MAKE_TEST_RULES=Maketest.rules
14121 ac_config_files="$ac_config_files Maketest.rules"
14123 wine_fn_append_file ALL_MAKERULES "dlls/Makedll.rules"
14124 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/Makedll.rules: dlls/Makedll.rules.in Make.rules config.status"
14125 MAKE_DLL_RULES=dlls/Makedll.rules
14126 ac_config_files="$ac_config_files dlls/Makedll.rules"
14128 wine_fn_append_file ALL_MAKERULES "dlls/Makeimplib.rules"
14129 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "dlls/Makeimplib.rules: dlls/Makeimplib.rules.in Make.rules config.status"
14130 MAKE_IMPLIB_RULES=dlls/Makeimplib.rules
14131 ac_config_files="$ac_config_files dlls/Makeimplib.rules"
14133 wine_fn_append_file ALL_MAKERULES "programs/Makeprog.rules"
14134 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "programs/Makeprog.rules: programs/Makeprog.rules.in Make.rules config.status"
14135 MAKE_PROG_RULES=programs/Makeprog.rules
14136 ac_config_files="$ac_config_files programs/Makeprog.rules"
14139 wine_fn_config_dll acledit enable_acledit
14140 wine_fn_config_dll aclui enable_aclui aclui
14141 wine_fn_config_dll activeds enable_activeds activeds
14142 wine_fn_config_dll actxprxy enable_actxprxy
14143 wine_fn_config_lib adsiid
14144 wine_fn_config_dll advapi32 enable_advapi32 advapi32
14145 wine_fn_config_test dlls/advapi32/tests advapi32_test
14146 wine_fn_config_dll advpack enable_advpack advpack
14147 wine_fn_config_test dlls/advpack/tests advpack_test
14148 wine_fn_config_dll amstream enable_amstream
14149 wine_fn_config_test dlls/amstream/tests amstream_test
14150 wine_fn_config_dll appwiz.cpl enable_appwiz_cpl
14151 wine_fn_config_dll atl enable_atl atl
14152 wine_fn_config_dll authz enable_authz
14153 wine_fn_config_dll avicap32 enable_avicap32 avicap32
14154 wine_fn_config_dll avifil32 enable_avifil32 avifil32
14155 wine_fn_config_test dlls/avifil32/tests avifil32_test
14156 wine_fn_config_dll avifile.dll16 enable_win16
14157 wine_fn_config_dll avrt enable_avrt avrt
14158 wine_fn_config_dll bcrypt enable_bcrypt
14159 wine_fn_config_dll browseui enable_browseui
14160 wine_fn_config_test dlls/browseui/tests browseui_test
14161 wine_fn_config_dll cabinet enable_cabinet cabinet
14162 wine_fn_config_test dlls/cabinet/tests cabinet_test
14163 wine_fn_config_dll capi2032 enable_capi2032 capi2032
14164 wine_fn_config_dll cards enable_cards cards
14165 wine_fn_config_dll cfgmgr32 enable_cfgmgr32 cfgmgr32
14166 wine_fn_config_dll clusapi enable_clusapi clusapi
14167 wine_fn_config_dll comcat enable_comcat
14168 wine_fn_config_test dlls/comcat/tests comcat_test
14169 wine_fn_config_dll comctl32 enable_comctl32 comctl32
14170 wine_fn_config_test dlls/comctl32/tests comctl32_test
14171 wine_fn_config_dll comdlg32 enable_comdlg32 comdlg32
14172 wine_fn_config_test dlls/comdlg32/tests comdlg32_test
14173 wine_fn_config_dll comm.drv16 enable_win16
14174 wine_fn_config_dll commdlg.dll16 enable_win16
14175 wine_fn_config_dll compobj.dll16 enable_win16
14176 wine_fn_config_dll compstui enable_compstui compstui
14177 wine_fn_config_dll credui enable_credui credui
14178 wine_fn_config_test dlls/credui/tests credui_test
14179 wine_fn_config_dll crtdll enable_crtdll crtdll
14180 wine_fn_config_dll crypt32 enable_crypt32 crypt32
14181 wine_fn_config_test dlls/crypt32/tests crypt32_test
14182 wine_fn_config_dll cryptdlg enable_cryptdlg
14183 wine_fn_config_dll cryptdll enable_cryptdll cryptdll
14184 wine_fn_config_dll cryptnet enable_cryptnet cryptnet
14185 wine_fn_config_test dlls/cryptnet/tests cryptnet_test
14186 wine_fn_config_dll cryptui enable_cryptui cryptui
14187 wine_fn_config_test dlls/cryptui/tests cryptui_test
14188 wine_fn_config_dll ctapi32 enable_ctapi32
14189 wine_fn_config_dll ctl3d.dll16 enable_win16
14190 wine_fn_config_dll ctl3d32 enable_ctl3d32 ctl3d32
14191 wine_fn_config_dll ctl3dv2.dll16 enable_win16
14192 wine_fn_config_dll d3d10 enable_d3d10 d3d10
14193 wine_fn_config_test dlls/d3d10/tests d3d10_test
14194 wine_fn_config_dll d3d10core enable_d3d10core d3d10core
14195 wine_fn_config_test dlls/d3d10core/tests d3d10core_test
14196 wine_fn_config_dll d3d8 enable_d3d8 d3d8
14197 wine_fn_config_test dlls/d3d8/tests d3d8_test
14198 wine_fn_config_dll d3d9 enable_d3d9 d3d9
14199 wine_fn_config_test dlls/d3d9/tests d3d9_test
14200 wine_fn_config_dll d3dim enable_d3dim d3dim
14201 wine_fn_config_dll d3drm enable_d3drm d3drm
14202 wine_fn_config_test dlls/d3drm/tests d3drm_test
14203 wine_fn_config_dll d3dx9_24 enable_d3dx9_24
14204 wine_fn_config_dll d3dx9_25 enable_d3dx9_25
14205 wine_fn_config_dll d3dx9_26 enable_d3dx9_26
14206 wine_fn_config_dll d3dx9_27 enable_d3dx9_27
14207 wine_fn_config_dll d3dx9_28 enable_d3dx9_28
14208 wine_fn_config_dll d3dx9_29 enable_d3dx9_29
14209 wine_fn_config_dll d3dx9_30 enable_d3dx9_30
14210 wine_fn_config_dll d3dx9_31 enable_d3dx9_31
14211 wine_fn_config_dll d3dx9_32 enable_d3dx9_32
14212 wine_fn_config_dll d3dx9_33 enable_d3dx9_33
14213 wine_fn_config_dll d3dx9_34 enable_d3dx9_34
14214 wine_fn_config_dll d3dx9_35 enable_d3dx9_35
14215 wine_fn_config_dll d3dx9_36 enable_d3dx9_36 d3dx9
14216 wine_fn_config_test dlls/d3dx9_36/tests d3dx9_36_test
14217 wine_fn_config_dll d3dx9_37 enable_d3dx9_37
14218 wine_fn_config_dll d3dx9_38 enable_d3dx9_38
14219 wine_fn_config_dll d3dx9_39 enable_d3dx9_39
14220 wine_fn_config_dll d3dx9_40 enable_d3dx9_40
14221 wine_fn_config_dll d3dx9_41 enable_d3dx9_41
14222 wine_fn_config_dll d3dx9_42 enable_d3dx9_42
14223 wine_fn_config_dll d3dxof enable_d3dxof d3dxof
14224 wine_fn_config_test dlls/d3dxof/tests d3dxof_test
14225 wine_fn_config_dll dbghelp enable_dbghelp dbghelp
14226 wine_fn_config_dll dciman32 enable_dciman32 dciman32
14227 wine_fn_config_dll ddeml.dll16 enable_win16
14228 wine_fn_config_dll ddraw enable_ddraw ddraw
14229 wine_fn_config_test dlls/ddraw/tests ddraw_test
14230 wine_fn_config_dll ddrawex enable_ddrawex
14231 wine_fn_config_test dlls/ddrawex/tests ddrawex_test
14232 wine_fn_config_dll devenum enable_devenum
14233 wine_fn_config_dll dinput enable_dinput dinput "data_formats.c"
14234 wine_fn_config_test dlls/dinput/tests dinput_test
14235 wine_fn_config_dll dinput8 enable_dinput8 dinput8
14236 wine_fn_config_dll dispdib.dll16 enable_win16
14237 wine_fn_config_dll dispex enable_dispex
14238 wine_fn_config_test dlls/dispex/tests dispex_test
14239 wine_fn_config_dll display.drv16 enable_win16
14240 wine_fn_config_dll dmband enable_dmband
14241 wine_fn_config_dll dmcompos enable_dmcompos
14242 wine_fn_config_dll dmime enable_dmime
14243 wine_fn_config_dll dmloader enable_dmloader
14244 wine_fn_config_test dlls/dmloader/tests dmloader_test
14245 wine_fn_config_dll dmscript enable_dmscript
14246 wine_fn_config_dll dmstyle enable_dmstyle
14247 wine_fn_config_dll dmsynth enable_dmsynth
14248 wine_fn_config_dll dmusic enable_dmusic
14249 wine_fn_config_dll dmusic32 enable_dmusic32 dmusic32
14250 wine_fn_config_dll dnsapi enable_dnsapi dnsapi
14251 wine_fn_config_test dlls/dnsapi/tests dnsapi_test
14252 wine_fn_config_dll dplay enable_dplay dplay
14253 wine_fn_config_dll dplayx enable_dplayx dplayx
14254 wine_fn_config_test dlls/dplayx/tests dplayx_test
14255 wine_fn_config_dll dpnaddr enable_dpnaddr
14256 wine_fn_config_dll dpnet enable_dpnet dpnet
14257 wine_fn_config_dll dpnhpast enable_dpnhpast
14258 wine_fn_config_dll dpnlobby enable_dpnlobby
14259 wine_fn_config_dll dpwsockx enable_dpwsockx
14260 wine_fn_config_dll drmclien enable_drmclien
14261 wine_fn_config_dll dsound enable_dsound dsound
14262 wine_fn_config_test dlls/dsound/tests dsound_test
14263 wine_fn_config_dll dssenh enable_dssenh
14264 wine_fn_config_dll dswave enable_dswave
14265 wine_fn_config_dll dwmapi enable_dwmapi dwmapi
14266 wine_fn_config_dll dxdiagn enable_dxdiagn
14267 wine_fn_config_test dlls/dxdiagn/tests dxdiagn_test
14268 wine_fn_config_lib dxerr8
14269 wine_fn_config_lib dxerr9
14270 wine_fn_config_dll dxgi enable_dxgi dxgi
14271 wine_fn_config_test dlls/dxgi/tests dxgi_test
14272 wine_fn_config_lib dxguid
14273 wine_fn_config_dll faultrep enable_faultrep
14274 wine_fn_config_dll fltlib enable_fltlib
14275 wine_fn_config_dll fusion enable_fusion
14276 wine_fn_config_test dlls/fusion/tests fusion_test
14277 wine_fn_config_dll fwpuclnt enable_fwpuclnt
14278 wine_fn_config_dll gdi.exe16 enable_win16
14279 wine_fn_config_dll gdi32 enable_gdi32 gdi32
14280 wine_fn_config_test dlls/gdi32/tests gdi32_test
14281 wine_fn_config_dll gdiplus enable_gdiplus gdiplus
14282 wine_fn_config_test dlls/gdiplus/tests gdiplus_test
14283 wine_fn_config_dll glu32 enable_glu32 glu32
14284 wine_fn_config_dll gphoto2.ds enable_gphoto2_ds
14285 wine_fn_config_dll gpkcsp enable_gpkcsp
14286 wine_fn_config_dll hal enable_hal
14287 wine_fn_config_dll hhctrl.ocx enable_hhctrl_ocx
14288 wine_fn_config_dll hid enable_hid hid
14289 wine_fn_config_dll hlink enable_hlink hlink
14290 wine_fn_config_test dlls/hlink/tests hlink_test
14291 wine_fn_config_dll hnetcfg enable_hnetcfg
14292 wine_fn_config_dll httpapi enable_httpapi
14293 wine_fn_config_dll iccvid enable_iccvid
14294 wine_fn_config_dll icmp enable_icmp
14295 wine_fn_config_dll ifsmgr.vxd enable_win16
14296 wine_fn_config_dll imaadp32.acm enable_imaadp32_acm
14297 wine_fn_config_dll imagehlp enable_imagehlp imagehlp
14298 wine_fn_config_test dlls/imagehlp/tests imagehlp_test
14299 wine_fn_config_dll imm.dll16 enable_win16
14300 wine_fn_config_dll imm32 enable_imm32 imm32
14301 wine_fn_config_test dlls/imm32/tests imm32_test
14302 wine_fn_config_dll inetcomm enable_inetcomm inetcomm
14303 wine_fn_config_test dlls/inetcomm/tests inetcomm_test
14304 wine_fn_config_dll inetmib1 enable_inetmib1
14305 wine_fn_config_test dlls/inetmib1/tests inetmib1_test
14306 wine_fn_config_dll infosoft enable_infosoft
14307 wine_fn_config_test dlls/infosoft/tests infosoft_test
14308 wine_fn_config_dll initpki enable_initpki
14309 wine_fn_config_dll inkobj enable_inkobj
14310 wine_fn_config_dll inseng enable_inseng
14311 wine_fn_config_dll iphlpapi enable_iphlpapi iphlpapi
14312 wine_fn_config_test dlls/iphlpapi/tests iphlpapi_test
14313 wine_fn_config_dll itircl enable_itircl
14314 wine_fn_config_dll itss enable_itss
14315 wine_fn_config_test dlls/itss/tests itss_test
14316 wine_fn_config_dll jscript enable_jscript
14317 wine_fn_config_test dlls/jscript/tests jscript_test
14318 wine_fn_config_dll kernel32 enable_kernel32 kernel32
14319 wine_fn_config_test dlls/kernel32/tests kernel32_test
14320 wine_fn_config_dll keyboard.drv16 enable_win16
14321 wine_fn_config_dll krnl386.exe16 enable_win16 kernel
14322 wine_fn_config_dll loadperf enable_loadperf loadperf
14323 wine_fn_config_dll localspl enable_localspl
14324 wine_fn_config_test dlls/localspl/tests localspl_test
14325 wine_fn_config_dll localui enable_localui
14326 wine_fn_config_test dlls/localui/tests localui_test
14327 wine_fn_config_dll lz32 enable_lz32 lz32
14328 wine_fn_config_test dlls/lz32/tests lz32_test
14329 wine_fn_config_dll lzexpand.dll16 enable_win16
14330 wine_fn_config_dll mapi32 enable_mapi32 mapi32
14331 wine_fn_config_test dlls/mapi32/tests mapi32_test
14332 wine_fn_config_dll mapistub enable_mapistub
14333 wine_fn_config_dll mciavi32 enable_mciavi32
14334 wine_fn_config_dll mcicda enable_mcicda
14335 wine_fn_config_dll mciqtz32 enable_mciqtz32
14336 wine_fn_config_dll mciseq enable_mciseq
14337 wine_fn_config_dll mciwave enable_mciwave
14338 wine_fn_config_dll midimap enable_midimap
14339 wine_fn_config_dll mlang enable_mlang mlang
14340 wine_fn_config_test dlls/mlang/tests mlang_test
14341 wine_fn_config_dll mmdevapi enable_mmdevapi
14342 wine_fn_config_test dlls/mmdevapi/tests mmdevapi_test
14343 wine_fn_config_dll mmdevldr.vxd enable_win16
14344 wine_fn_config_dll mmsystem.dll16 enable_win16
14345 wine_fn_config_dll monodebg.vxd enable_win16
14346 wine_fn_config_dll mountmgr.sys enable_mountmgr_sys
14347 wine_fn_config_dll mouse.drv16 enable_win16
14348 wine_fn_config_dll mpr enable_mpr mpr
14349 wine_fn_config_dll mprapi enable_mprapi mprapi
14350 wine_fn_config_dll msacm.dll16 enable_win16
14351 wine_fn_config_dll msacm32.drv enable_msacm32_drv
14352 wine_fn_config_dll msacm32 enable_msacm32 msacm32
14353 wine_fn_config_test dlls/msacm32/tests msacm32_test
14354 wine_fn_config_dll msadp32.acm enable_msadp32_acm
14355 wine_fn_config_dll mscat32 enable_mscat32
14356 wine_fn_config_dll mscms enable_mscms mscms
14357 wine_fn_config_test dlls/mscms/tests mscms_test
14358 wine_fn_config_dll mscoree enable_mscoree
14359 wine_fn_config_dll msctf enable_msctf
14360 wine_fn_config_test dlls/msctf/tests msctf_test
14361 wine_fn_config_dll msdaps enable_msdaps
14362 wine_fn_config_dll msdmo enable_msdmo msdmo
14363 wine_fn_config_dll msftedit enable_msftedit
14364 wine_fn_config_dll msg711.acm enable_msg711_acm
14365 wine_fn_config_dll msgsm32.acm enable_msgsm32_acm
14366 wine_fn_config_dll mshtml.tlb enable_mshtml_tlb
14367 wine_fn_config_dll mshtml enable_mshtml mshtml
14368 wine_fn_config_test dlls/mshtml/tests mshtml_test
14369 wine_fn_config_dll msi enable_msi msi
14370 wine_fn_config_test dlls/msi/tests msi_test
14371 wine_fn_config_dll msimg32 enable_msimg32 msimg32
14372 wine_fn_config_dll msimtf enable_msimtf
14373 wine_fn_config_dll msisip enable_msisip
14374 wine_fn_config_dll msisys.ocx enable_msisys_ocx
14375 wine_fn_config_dll msnet32 enable_msnet32
14376 wine_fn_config_dll msrle32 enable_msrle32
14377 wine_fn_config_dll mssign32 enable_mssign32
14378 wine_fn_config_dll mssip32 enable_mssip32
14379 wine_fn_config_dll mstask enable_mstask
14380 wine_fn_config_test dlls/mstask/tests mstask_test
14381 wine_fn_config_dll msvcirt enable_msvcirt
14382 wine_fn_config_dll msvcr70 enable_msvcr70 msvcr70
14383 wine_fn_config_dll msvcr71 enable_msvcr71 msvcr71
14384 wine_fn_config_dll msvcr80 enable_msvcr80
14385 wine_fn_config_dll msvcr90 enable_msvcr90
14386 wine_fn_config_test dlls/msvcr90/tests msvcr90_test
14387 wine_fn_config_dll msvcrt enable_msvcrt msvcrt
14388 wine_fn_config_test dlls/msvcrt/tests msvcrt_test
14389 wine_fn_config_dll msvcrt20 enable_msvcrt20 msvcrt20
14390 wine_fn_config_dll msvcrt40 enable_msvcrt40 msvcrt40
14391 wine_fn_config_dll msvcrtd enable_msvcrtd msvcrtd
14392 wine_fn_config_test dlls/msvcrtd/tests msvcrtd_test
14393 wine_fn_config_dll msvfw32 enable_msvfw32 msvfw32
14394 wine_fn_config_test dlls/msvfw32/tests msvfw32_test
14395 wine_fn_config_dll msvidc32 enable_msvidc32
14396 wine_fn_config_dll msvideo.dll16 enable_win16
14397 wine_fn_config_dll mswsock enable_mswsock mswsock
14398 wine_fn_config_dll msxml3 enable_msxml3
14399 wine_fn_config_test dlls/msxml3/tests msxml3_test
14400 wine_fn_config_dll msxml4 enable_msxml4
14401 wine_fn_config_dll nddeapi enable_nddeapi nddeapi
14402 wine_fn_config_dll netapi32 enable_netapi32 netapi32
14403 wine_fn_config_test dlls/netapi32/tests netapi32_test
14404 wine_fn_config_dll newdev enable_newdev newdev
14405 wine_fn_config_dll ntdll enable_ntdll ntdll
14406 wine_fn_config_test dlls/ntdll/tests ntdll_test
14407 wine_fn_config_dll ntdsapi enable_ntdsapi ntdsapi
14408 wine_fn_config_test dlls/ntdsapi/tests ntdsapi_test
14409 wine_fn_config_dll ntoskrnl.exe enable_ntoskrnl_exe ntoskrnl.exe
14410 wine_fn_config_dll ntprint enable_ntprint
14411 wine_fn_config_test dlls/ntprint/tests ntprint_test
14412 wine_fn_config_dll objsel enable_objsel
14413 wine_fn_config_dll odbc32 enable_odbc32 odbc32
14414 wine_fn_config_dll odbccp32 enable_odbccp32 odbccp32
14415 wine_fn_config_test dlls/odbccp32/tests odbccp32_test
14416 wine_fn_config_dll ole2.dll16 enable_win16
14417 wine_fn_config_dll ole2conv.dll16 enable_win16
14418 wine_fn_config_dll ole2disp.dll16 enable_win16
14419 wine_fn_config_dll ole2nls.dll16 enable_win16
14420 wine_fn_config_dll ole2prox.dll16 enable_win16
14421 wine_fn_config_dll ole2thk.dll16 enable_win16
14422 wine_fn_config_dll ole32 enable_ole32 ole32
14423 wine_fn_config_test dlls/ole32/tests ole32_test
14424 wine_fn_config_dll oleacc enable_oleacc oleacc
14425 wine_fn_config_test dlls/oleacc/tests oleacc_test
14426 wine_fn_config_dll oleaut32 enable_oleaut32 oleaut32
14427 wine_fn_config_test dlls/oleaut32/tests oleaut32_test
14428 wine_fn_config_dll olecli.dll16 enable_win16
14429 wine_fn_config_dll olecli32 enable_olecli32 olecli32
14430 wine_fn_config_dll oledb32 enable_oledb32
14431 wine_fn_config_test dlls/oledb32/tests oledb32_test
14432 wine_fn_config_dll oledlg enable_oledlg oledlg
14433 wine_fn_config_dll olepro32 enable_olepro32 olepro32
14434 wine_fn_config_dll olesvr.dll16 enable_win16
14435 wine_fn_config_dll olesvr32 enable_olesvr32 olesvr32
14436 wine_fn_config_dll olethk32 enable_olethk32
14437 wine_fn_config_dll openal32 enable_openal32
14438 wine_fn_config_dll opengl32 enable_opengl32 opengl32
14439 wine_fn_config_test dlls/opengl32/tests opengl32_test
14440 wine_fn_config_dll pdh enable_pdh pdh
14441 wine_fn_config_test dlls/pdh/tests pdh_test
14442 wine_fn_config_dll pidgen enable_pidgen
14443 wine_fn_config_dll powrprof enable_powrprof powrprof
14444 wine_fn_config_dll printui enable_printui
14445 wine_fn_config_dll propsys enable_propsys
14446 wine_fn_config_dll psapi enable_psapi psapi
14447 wine_fn_config_test dlls/psapi/tests psapi_test
14448 wine_fn_config_dll pstorec enable_pstorec
14449 wine_fn_config_dll qcap enable_qcap
14450 wine_fn_config_dll qedit enable_qedit
14451 wine_fn_config_test dlls/qedit/tests qedit_test
14452 wine_fn_config_dll qmgr enable_qmgr
14453 wine_fn_config_test dlls/qmgr/tests qmgr_test
14454 wine_fn_config_dll qmgrprxy enable_qmgrprxy
14455 wine_fn_config_dll quartz enable_quartz quartz
14456 wine_fn_config_test dlls/quartz/tests quartz_test
14457 wine_fn_config_dll query enable_query
14458 wine_fn_config_dll rasapi16.dll16 enable_win16
14459 wine_fn_config_dll rasapi32 enable_rasapi32 rasapi32
14460 wine_fn_config_test dlls/rasapi32/tests rasapi32_test
14461 wine_fn_config_dll rasdlg enable_rasdlg rasdlg
14462 wine_fn_config_dll resutils enable_resutils resutils
14463 wine_fn_config_dll riched20 enable_riched20 riched20
14464 wine_fn_config_test dlls/riched20/tests riched20_test
14465 wine_fn_config_dll riched32 enable_riched32
14466 wine_fn_config_test dlls/riched32/tests riched32_test
14467 wine_fn_config_dll rpcrt4 enable_rpcrt4 rpcrt4
14468 wine_fn_config_test dlls/rpcrt4/tests rpcrt4_test
14469 wine_fn_config_dll rsabase enable_rsabase
14470 wine_fn_config_dll rsaenh enable_rsaenh rsaenh
14471 wine_fn_config_test dlls/rsaenh/tests rsaenh_test
14472 wine_fn_config_dll rtutils enable_rtutils rtutils
14473 wine_fn_config_dll sane.ds enable_sane_ds
14474 wine_fn_config_dll sccbase enable_sccbase
14475 wine_fn_config_dll schannel enable_schannel
14476 wine_fn_config_test dlls/schannel/tests schannel_test
14477 wine_fn_config_dll secur32 enable_secur32 secur32
14478 wine_fn_config_test dlls/secur32/tests secur32_test
14479 wine_fn_config_dll security enable_security
14480 wine_fn_config_dll sensapi enable_sensapi sensapi
14481 wine_fn_config_dll serialui enable_serialui serialui
14482 wine_fn_config_test dlls/serialui/tests serialui_test
14483 wine_fn_config_dll setupapi enable_setupapi setupapi
14484 wine_fn_config_test dlls/setupapi/tests setupapi_test
14485 wine_fn_config_dll setupx.dll16 enable_win16
14486 wine_fn_config_dll sfc enable_sfc sfc
14487 wine_fn_config_dll sfc_os enable_sfc_os sfc_os
14488 wine_fn_config_dll shdoclc enable_shdoclc
14489 wine_fn_config_dll shdocvw enable_shdocvw shdocvw
14490 wine_fn_config_test dlls/shdocvw/tests shdocvw_test
14491 wine_fn_config_dll shell.dll16 enable_win16
14492 wine_fn_config_dll shell32 enable_shell32 shell32
14493 wine_fn_config_test dlls/shell32/tests shell32_test
14494 wine_fn_config_dll shfolder enable_shfolder shfolder
14495 wine_fn_config_dll shlwapi enable_shlwapi shlwapi
14496 wine_fn_config_test dlls/shlwapi/tests shlwapi_test
14497 wine_fn_config_dll slbcsp enable_slbcsp
14498 wine_fn_config_dll slc enable_slc slc
14499 wine_fn_config_dll snmpapi enable_snmpapi snmpapi
14500 wine_fn_config_test dlls/snmpapi/tests snmpapi_test
14501 wine_fn_config_dll softpub enable_softpub
14502 wine_fn_config_dll sound.drv16 enable_win16
14503 wine_fn_config_dll spoolss enable_spoolss spoolss
14504 wine_fn_config_test dlls/spoolss/tests spoolss_test
14505 wine_fn_config_dll stdole2.tlb enable_stdole2_tlb
14506 wine_fn_config_dll stdole32.tlb enable_stdole32_tlb
14507 wine_fn_config_dll sti enable_sti sti
14508 wine_fn_config_test dlls/sti/tests sti_test
14509 wine_fn_config_dll storage.dll16 enable_win16
14510 wine_fn_config_dll stress.dll16 enable_win16
14511 wine_fn_config_lib strmiids
14512 wine_fn_config_dll svrapi enable_svrapi
14513 wine_fn_config_dll sxs enable_sxs
14514 wine_fn_config_dll system.drv16 enable_win16
14515 wine_fn_config_dll t2embed enable_t2embed
14516 wine_fn_config_dll tapi32 enable_tapi32 tapi32
14517 wine_fn_config_dll toolhelp.dll16 enable_win16
14518 wine_fn_config_dll traffic enable_traffic
14519 wine_fn_config_dll twain.dll16 enable_win16
14520 wine_fn_config_dll twain_32 enable_twain_32
14521 wine_fn_config_test dlls/twain_32/tests twain_32_test
14522 wine_fn_config_dll typelib.dll16 enable_win16
14523 wine_fn_config_dll unicows enable_unicows unicows
14524 wine_fn_config_dll updspapi enable_updspapi
14525 wine_fn_config_dll url enable_url url
14526 wine_fn_config_dll urlmon enable_urlmon urlmon
14527 wine_fn_config_test dlls/urlmon/tests urlmon_test
14528 wine_fn_config_dll usbd.sys enable_usbd_sys usbd.sys
14529 wine_fn_config_dll user.exe16 enable_win16
14530 wine_fn_config_dll user32 enable_user32 user32
14531 wine_fn_config_test dlls/user32/tests user32_test
14532 wine_fn_config_dll userenv enable_userenv userenv
14533 wine_fn_config_test dlls/userenv/tests userenv_test
14534 wine_fn_config_dll usp10 enable_usp10 usp10
14535 wine_fn_config_test dlls/usp10/tests usp10_test
14536 wine_fn_config_lib uuid
14537 wine_fn_config_dll uxtheme enable_uxtheme uxtheme
14538 wine_fn_config_test dlls/uxtheme/tests uxtheme_test
14539 wine_fn_config_dll vdhcp.vxd enable_win16
14540 wine_fn_config_dll vdmdbg enable_vdmdbg vdmdbg
14541 wine_fn_config_dll ver.dll16 enable_win16
14542 wine_fn_config_dll version enable_version version
14543 wine_fn_config_test dlls/version/tests version_test
14544 wine_fn_config_dll vmm.vxd enable_win16
14545 wine_fn_config_dll vnbt.vxd enable_win16
14546 wine_fn_config_dll vnetbios.vxd enable_win16
14547 wine_fn_config_dll vtdapi.vxd enable_win16
14548 wine_fn_config_dll vwin32.vxd enable_win16
14549 wine_fn_config_dll w32skrnl enable_win16
14550 wine_fn_config_dll w32sys.dll16 enable_win16
14551 wine_fn_config_dll wbemprox enable_wbemprox
14552 wine_fn_config_dll wiaservc enable_wiaservc
14553 wine_fn_config_dll win32s16.dll16 enable_win16
14554 wine_fn_config_dll win87em.dll16 enable_win16
14555 wine_fn_config_dll winaspi.dll16 enable_win16
14556 wine_fn_config_dll windebug.dll16 enable_win16
14557 wine_fn_config_dll windowscodecs enable_windowscodecs windowscodecs
14558 wine_fn_config_test dlls/windowscodecs/tests windowscodecs_test
14559 wine_fn_config_dll winealsa.drv enable_winealsa_drv
14560 wine_fn_config_dll wineaudioio.drv enable_wineaudioio_drv
14561 wine_fn_config_dll winecoreaudio.drv enable_winecoreaudio_drv
14562 wine_fn_config_lib winecrt0
14563 wine_fn_config_dll wined3d enable_wined3d wined3d
14564 wine_fn_config_dll wineesd.drv enable_wineesd_drv
14565 wine_fn_config_dll winejack.drv enable_winejack_drv
14566 wine_fn_config_dll winejoystick.drv enable_winejoystick_drv
14567 wine_fn_config_dll winemapi enable_winemapi
14568 wine_fn_config_dll winemp3.acm enable_winemp3_acm
14569 wine_fn_config_dll winenas.drv enable_winenas_drv
14570 wine_fn_config_dll wineoss.drv enable_wineoss_drv
14571 wine_fn_config_dll wineps.drv enable_wineps_drv
14572 wine_fn_config_dll wineps16.drv16 enable_win16
14573 wine_fn_config_dll winequartz.drv enable_winequartz_drv
14574 wine_fn_config_dll winex11.drv enable_winex11_drv
14575 wine_fn_config_dll wing.dll16 enable_win16
14576 wine_fn_config_dll wing32 enable_wing32
14577 wine_fn_config_dll winhttp enable_winhttp winhttp
14578 wine_fn_config_test dlls/winhttp/tests winhttp_test
14579 wine_fn_config_dll wininet enable_wininet wininet
14580 wine_fn_config_test dlls/wininet/tests wininet_test
14581 wine_fn_config_dll winmm enable_winmm winmm
14582 wine_fn_config_test dlls/winmm/tests winmm_test
14583 wine_fn_config_dll winnls.dll16 enable_win16
14584 wine_fn_config_dll winnls32 enable_winnls32 winnls32
14585 wine_fn_config_dll winscard enable_winscard winscard
14586 wine_fn_config_dll winsock.dll16 enable_win16
14587 wine_fn_config_dll winspool.drv enable_winspool_drv winspool
14588 wine_fn_config_test dlls/winspool.drv/tests winspool.drv_test
14589 wine_fn_config_dll wintab.dll16 enable_win16
14590 wine_fn_config_dll wintab32 enable_wintab32 wintab32
14591 wine_fn_config_test dlls/wintab32/tests wintab32_test
14592 wine_fn_config_dll wintrust enable_wintrust wintrust
14593 wine_fn_config_test dlls/wintrust/tests wintrust_test
14594 wine_fn_config_dll wldap32 enable_wldap32 wldap32
14595 wine_fn_config_test dlls/wldap32/tests wldap32_test
14596 wine_fn_config_dll wmi enable_wmi
14597 wine_fn_config_dll wmiutils enable_wmiutils
14598 wine_fn_config_dll wnaspi32 enable_wnaspi32 wnaspi32
14599 wine_fn_config_dll wow32 enable_win16 wow32
14600 wine_fn_config_dll ws2_32 enable_ws2_32 ws2_32
14601 wine_fn_config_test dlls/ws2_32/tests ws2_32_test
14602 wine_fn_config_dll wsock32 enable_wsock32 wsock32
14603 wine_fn_config_dll wtsapi32 enable_wtsapi32 wtsapi32
14604 wine_fn_config_dll wuapi enable_wuapi
14605 wine_fn_config_dll wuaueng enable_wuaueng
14606 wine_fn_config_dll xinput1_1 enable_xinput1_1
14607 wine_fn_config_dll xinput1_2 enable_xinput1_2
14608 wine_fn_config_dll xinput1_3 enable_xinput1_3 xinput
14609 wine_fn_config_test dlls/xinput1_3/tests xinput1_3_test
14610 wine_fn_config_dll xinput9_1_0 enable_xinput9_1_0
14611 wine_fn_config_dll xmllite enable_xmllite
14612 wine_fn_config_test dlls/xmllite/tests xmllite_test
14613 wine_fn_config_makefile documentation enable_documentation
14614 wine_fn_config_makefile fonts enable_fonts
14615 wine_fn_config_makefile include enable_include
14616 wine_fn_config_makefile libs/port enable_libs_port
14617 wine_fn_config_makefile libs/wine enable_libs_wine
14618 wine_fn_config_makefile libs/wpp enable_libs_wpp
14619 wine_fn_config_makefile loader enable_loader
14620 wine_fn_config_makefile programs enable_programs
14621 wine_fn_config_program attrib enable_attrib install
14622 wine_fn_config_program cacls enable_cacls install
14623 wine_fn_config_program clock enable_clock install
14624 wine_fn_config_program cmd enable_cmd install
14625 wine_fn_config_test programs/cmd/tests cmd.exe_test
14626 wine_fn_config_program cmdlgtst enable_cmdlgtst
14627 wine_fn_config_program control enable_control install
14628 wine_fn_config_program dxdiag enable_dxdiag install
14629 wine_fn_config_program eject enable_eject install
14630 wine_fn_config_program expand enable_expand install
14631 wine_fn_config_program explorer enable_explorer install
14632 wine_fn_config_program extrac32 enable_extrac32 install
14633 wine_fn_config_program hh enable_hh install
14634 wine_fn_config_program icinfo enable_icinfo install
14635 wine_fn_config_program iexplore enable_iexplore install
14636 wine_fn_config_program lodctr enable_lodctr install
14637 wine_fn_config_program mshta enable_mshta install
14638 wine_fn_config_program msiexec enable_msiexec installbin
14639 wine_fn_config_program net enable_net install
14640 wine_fn_config_program notepad enable_notepad installbin
14641 wine_fn_config_program oleview enable_oleview install
14642 wine_fn_config_program ping enable_ping install
14643 wine_fn_config_program progman enable_progman install
14644 wine_fn_config_program reg enable_reg install
14645 wine_fn_config_program regedit enable_regedit installbin
14646 wine_fn_config_program regsvr32 enable_regsvr32 installbin
14647 wine_fn_config_program rpcss enable_rpcss install
14648 wine_fn_config_program rundll32 enable_rundll32 install
14649 wine_fn_config_program secedit enable_secedit install
14650 wine_fn_config_program services enable_services install
14651 wine_fn_config_program spoolsv enable_spoolsv install
14652 wine_fn_config_program start enable_start install
14653 wine_fn_config_program svchost enable_svchost install
14654 wine_fn_config_program taskmgr enable_taskmgr install
14655 wine_fn_config_program termsv enable_termsv install
14656 wine_fn_config_program uninstaller enable_uninstaller install
14657 wine_fn_config_program unlodctr enable_unlodctr install
14658 wine_fn_config_program view enable_view
14659 wine_fn_config_program wineboot enable_wineboot installbin
14660 wine_fn_config_program winebrowser enable_winebrowser install
14661 wine_fn_config_program winecfg enable_winecfg installbin
14662 wine_fn_config_program wineconsole enable_wineconsole installbin
14663 wine_fn_config_program winedbg enable_winedbg installbin
14664 wine_fn_config_program winedevice enable_winedevice install
14665 wine_fn_config_program winefile enable_winefile installbin
14666 wine_fn_config_program winemenubuilder enable_winemenubuilder install
14667 wine_fn_config_program winemine enable_winemine installbin
14668 wine_fn_config_program winepath enable_winepath installbin
14669 wine_fn_config_program winetest enable_winetest
14670 wine_fn_config_program winevdm enable_win16 install
14671 wine_fn_config_program winhelp.exe16 enable_win16 install
14672 wine_fn_config_program winhlp32 enable_winhlp32 install
14673 wine_fn_config_program winoldap.mod16 enable_win16 install
14674 wine_fn_config_program winver enable_winver install
14675 wine_fn_config_program wordpad enable_wordpad install
14676 wine_fn_config_program write enable_write install
14677 wine_fn_config_program xcopy enable_xcopy install
14678 wine_fn_config_makefile server enable_server
14679 wine_fn_config_tool tools
14680 wine_fn_config_tool tools/widl
14681 wine_fn_config_tool tools/winebuild
14682 wine_fn_config_tool tools/winedump
14683 wine_fn_config_tool tools/winegcc
14684 wine_fn_config_tool tools/wmc
14685 wine_fn_config_tool tools/wrc
14687 ac_config_files="$ac_config_files Makefile"
14690 test -n "$DLLEXT" || ALL_PROGRAM_BIN_INSTALL_DIRS=""
14692 cat >confcache <<\_ACEOF
14693 # This file is a shell script that caches the results of configure
14694 # tests run on this system so they can be shared between configure
14695 # scripts and configure runs, see configure's option --config-cache.
14696 # It is not useful on other systems. If it contains results you don't
14697 # want to keep, you may remove or edit it.
14699 # config.status only pays attention to the cache file if you give it
14700 # the --recheck option to rerun configure.
14702 # `ac_cv_env_foo' variables (set or unset) will be overridden when
14703 # loading this file, other *unset* `ac_cv_foo' will be assigned the
14704 # following values.
14706 _ACEOF
14708 # The following way of writing the cache mishandles newlines in values,
14709 # but we know of no workaround that is simple, portable, and efficient.
14710 # So, we kill variables containing newlines.
14711 # Ultrix sh set writes to stderr and can't be redirected directly,
14712 # and sets the high bit in the cache file unless we assign to the vars.
14714 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
14715 eval ac_val=\$$ac_var
14716 case $ac_val in #(
14717 *${as_nl}*)
14718 case $ac_var in #(
14719 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
14720 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
14721 esac
14722 case $ac_var in #(
14723 _ | IFS | as_nl) ;; #(
14724 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
14725 *) { eval $ac_var=; unset $ac_var;} ;;
14726 esac ;;
14727 esac
14728 done
14730 (set) 2>&1 |
14731 case $as_nl`(ac_space=' '; set) 2>&1` in #(
14732 *${as_nl}ac_space=\ *)
14733 # `set' does not quote correctly, so add quotes: double-quote
14734 # substitution turns \\\\ into \\, and sed turns \\ into \.
14735 sed -n \
14736 "s/'/'\\\\''/g;
14737 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
14738 ;; #(
14740 # `set' quotes correctly as required by POSIX, so do not add quotes.
14741 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
14743 esac |
14744 sort
14746 sed '
14747 /^ac_cv_env_/b end
14748 t clear
14749 :clear
14750 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
14751 t end
14752 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
14753 :end' >>confcache
14754 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
14755 if test -w "$cache_file"; then
14756 test "x$cache_file" != "x/dev/null" &&
14757 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
14758 $as_echo "$as_me: updating cache $cache_file" >&6;}
14759 cat confcache >$cache_file
14760 else
14761 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
14762 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
14765 rm -f confcache
14767 test "x$prefix" = xNONE && prefix=$ac_default_prefix
14768 # Let make expand exec_prefix.
14769 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
14771 DEFS=-DHAVE_CONFIG_H
14773 ac_libobjs=
14774 ac_ltlibobjs=
14775 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
14776 # 1. Remove the extension, and $U if already installed.
14777 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
14778 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
14779 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
14780 # will be set to the directory where LIBOBJS objects are built.
14781 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
14782 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
14783 done
14784 LIBOBJS=$ac_libobjs
14786 LTLIBOBJS=$ac_ltlibobjs
14790 : ${CONFIG_STATUS=./config.status}
14791 ac_write_fail=0
14792 ac_clean_files_save=$ac_clean_files
14793 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
14794 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
14795 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
14796 as_write_fail=0
14797 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
14798 #! $SHELL
14799 # Generated by $as_me.
14800 # Run this file to recreate the current configuration.
14801 # Compiler output produced by configure, useful for debugging
14802 # configure, is in config.log if it exists.
14804 debug=false
14805 ac_cs_recheck=false
14806 ac_cs_silent=false
14808 SHELL=\${CONFIG_SHELL-$SHELL}
14809 export SHELL
14810 _ASEOF
14811 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
14812 ## -------------------- ##
14813 ## M4sh Initialization. ##
14814 ## -------------------- ##
14816 # Be more Bourne compatible
14817 DUALCASE=1; export DUALCASE # for MKS sh
14818 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
14819 emulate sh
14820 NULLCMD=:
14821 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
14822 # is contrary to our usage. Disable this feature.
14823 alias -g '${1+"$@"}'='"$@"'
14824 setopt NO_GLOB_SUBST
14825 else
14826 case `(set -o) 2>/dev/null` in #(
14827 *posix*) :
14828 set -o posix ;; #(
14829 *) :
14831 esac
14835 as_nl='
14837 export as_nl
14838 # Printing a long string crashes Solaris 7 /usr/bin/printf.
14839 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
14840 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
14841 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
14842 # Prefer a ksh shell builtin over an external printf program on Solaris,
14843 # but without wasting forks for bash or zsh.
14844 if test -z "$BASH_VERSION$ZSH_VERSION" \
14845 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
14846 as_echo='print -r --'
14847 as_echo_n='print -rn --'
14848 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
14849 as_echo='printf %s\n'
14850 as_echo_n='printf %s'
14851 else
14852 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
14853 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
14854 as_echo_n='/usr/ucb/echo -n'
14855 else
14856 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
14857 as_echo_n_body='eval
14858 arg=$1;
14859 case $arg in #(
14860 *"$as_nl"*)
14861 expr "X$arg" : "X\\(.*\\)$as_nl";
14862 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
14863 esac;
14864 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
14866 export as_echo_n_body
14867 as_echo_n='sh -c $as_echo_n_body as_echo'
14869 export as_echo_body
14870 as_echo='sh -c $as_echo_body as_echo'
14873 # The user is always right.
14874 if test "${PATH_SEPARATOR+set}" != set; then
14875 PATH_SEPARATOR=:
14876 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
14877 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
14878 PATH_SEPARATOR=';'
14883 # IFS
14884 # We need space, tab and new line, in precisely that order. Quoting is
14885 # there to prevent editors from complaining about space-tab.
14886 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
14887 # splitting by setting IFS to empty value.)
14888 IFS=" "" $as_nl"
14890 # Find who we are. Look in the path if we contain no directory separator.
14891 case $0 in #((
14892 *[\\/]* ) as_myself=$0 ;;
14893 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14894 for as_dir in $PATH
14896 IFS=$as_save_IFS
14897 test -z "$as_dir" && as_dir=.
14898 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
14899 done
14900 IFS=$as_save_IFS
14903 esac
14904 # We did not find ourselves, most probably we were run as `sh COMMAND'
14905 # in which case we are not to be found in the path.
14906 if test "x$as_myself" = x; then
14907 as_myself=$0
14909 if test ! -f "$as_myself"; then
14910 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
14911 exit 1
14914 # Unset variables that we do not need and which cause bugs (e.g. in
14915 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
14916 # suppresses any "Segmentation fault" message there. '((' could
14917 # trigger a bug in pdksh 5.2.14.
14918 for as_var in BASH_ENV ENV MAIL MAILPATH
14919 do eval test x\${$as_var+set} = xset \
14920 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
14921 done
14922 PS1='$ '
14923 PS2='> '
14924 PS4='+ '
14926 # NLS nuisances.
14927 LC_ALL=C
14928 export LC_ALL
14929 LANGUAGE=C
14930 export LANGUAGE
14932 # CDPATH.
14933 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
14936 # as_fn_error ERROR [LINENO LOG_FD]
14937 # ---------------------------------
14938 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
14939 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
14940 # script with status $?, using 1 if that was 0.
14941 as_fn_error ()
14943 as_status=$?; test $as_status -eq 0 && as_status=1
14944 if test "$3"; then
14945 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
14946 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
14948 $as_echo "$as_me: error: $1" >&2
14949 as_fn_exit $as_status
14950 } # as_fn_error
14953 # as_fn_set_status STATUS
14954 # -----------------------
14955 # Set $? to STATUS, without forking.
14956 as_fn_set_status ()
14958 return $1
14959 } # as_fn_set_status
14961 # as_fn_exit STATUS
14962 # -----------------
14963 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
14964 as_fn_exit ()
14966 set +e
14967 as_fn_set_status $1
14968 exit $1
14969 } # as_fn_exit
14971 # as_fn_unset VAR
14972 # ---------------
14973 # Portably unset VAR.
14974 as_fn_unset ()
14976 { eval $1=; unset $1;}
14978 as_unset=as_fn_unset
14979 # as_fn_append VAR VALUE
14980 # ----------------------
14981 # Append the text in VALUE to the end of the definition contained in VAR. Take
14982 # advantage of any shell optimizations that allow amortized linear growth over
14983 # repeated appends, instead of the typical quadratic growth present in naive
14984 # implementations.
14985 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
14986 eval 'as_fn_append ()
14988 eval $1+=\$2
14990 else
14991 as_fn_append ()
14993 eval $1=\$$1\$2
14995 fi # as_fn_append
14997 # as_fn_arith ARG...
14998 # ------------------
14999 # Perform arithmetic evaluation on the ARGs, and store the result in the
15000 # global $as_val. Take advantage of shells that can avoid forks. The arguments
15001 # must be portable across $(()) and expr.
15002 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
15003 eval 'as_fn_arith ()
15005 as_val=$(( $* ))
15007 else
15008 as_fn_arith ()
15010 as_val=`expr "$@" || test $? -eq 1`
15012 fi # as_fn_arith
15015 if expr a : '\(a\)' >/dev/null 2>&1 &&
15016 test "X`expr 00001 : '.*\(...\)'`" = X001; then
15017 as_expr=expr
15018 else
15019 as_expr=false
15022 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
15023 as_basename=basename
15024 else
15025 as_basename=false
15028 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
15029 as_dirname=dirname
15030 else
15031 as_dirname=false
15034 as_me=`$as_basename -- "$0" ||
15035 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
15036 X"$0" : 'X\(//\)$' \| \
15037 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
15038 $as_echo X/"$0" |
15039 sed '/^.*\/\([^/][^/]*\)\/*$/{
15040 s//\1/
15043 /^X\/\(\/\/\)$/{
15044 s//\1/
15047 /^X\/\(\/\).*/{
15048 s//\1/
15051 s/.*/./; q'`
15053 # Avoid depending upon Character Ranges.
15054 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
15055 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
15056 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
15057 as_cr_digits='0123456789'
15058 as_cr_alnum=$as_cr_Letters$as_cr_digits
15060 ECHO_C= ECHO_N= ECHO_T=
15061 case `echo -n x` in #(((((
15062 -n*)
15063 case `echo 'xy\c'` in
15064 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
15065 xy) ECHO_C='\c';;
15066 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
15067 ECHO_T=' ';;
15068 esac;;
15070 ECHO_N='-n';;
15071 esac
15073 rm -f conf$$ conf$$.exe conf$$.file
15074 if test -d conf$$.dir; then
15075 rm -f conf$$.dir/conf$$.file
15076 else
15077 rm -f conf$$.dir
15078 mkdir conf$$.dir 2>/dev/null
15080 if (echo >conf$$.file) 2>/dev/null; then
15081 if ln -s conf$$.file conf$$ 2>/dev/null; then
15082 as_ln_s='ln -s'
15083 # ... but there are two gotchas:
15084 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
15085 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
15086 # In both cases, we have to default to `cp -p'.
15087 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
15088 as_ln_s='cp -p'
15089 elif ln conf$$.file conf$$ 2>/dev/null; then
15090 as_ln_s=ln
15091 else
15092 as_ln_s='cp -p'
15094 else
15095 as_ln_s='cp -p'
15097 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
15098 rmdir conf$$.dir 2>/dev/null
15101 # as_fn_mkdir_p
15102 # -------------
15103 # Create "$as_dir" as a directory, including parents if necessary.
15104 as_fn_mkdir_p ()
15107 case $as_dir in #(
15108 -*) as_dir=./$as_dir;;
15109 esac
15110 test -d "$as_dir" || eval $as_mkdir_p || {
15111 as_dirs=
15112 while :; do
15113 case $as_dir in #(
15114 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
15115 *) as_qdir=$as_dir;;
15116 esac
15117 as_dirs="'$as_qdir' $as_dirs"
15118 as_dir=`$as_dirname -- "$as_dir" ||
15119 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15120 X"$as_dir" : 'X\(//\)[^/]' \| \
15121 X"$as_dir" : 'X\(//\)$' \| \
15122 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
15123 $as_echo X"$as_dir" |
15124 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
15125 s//\1/
15128 /^X\(\/\/\)[^/].*/{
15129 s//\1/
15132 /^X\(\/\/\)$/{
15133 s//\1/
15136 /^X\(\/\).*/{
15137 s//\1/
15140 s/.*/./; q'`
15141 test -d "$as_dir" && break
15142 done
15143 test -z "$as_dirs" || eval "mkdir $as_dirs"
15144 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
15147 } # as_fn_mkdir_p
15148 if mkdir -p . 2>/dev/null; then
15149 as_mkdir_p='mkdir -p "$as_dir"'
15150 else
15151 test -d ./-p && rmdir ./-p
15152 as_mkdir_p=false
15155 if test -x / >/dev/null 2>&1; then
15156 as_test_x='test -x'
15157 else
15158 if ls -dL / >/dev/null 2>&1; then
15159 as_ls_L_option=L
15160 else
15161 as_ls_L_option=
15163 as_test_x='
15164 eval sh -c '\''
15165 if test -d "$1"; then
15166 test -d "$1/.";
15167 else
15168 case $1 in #(
15169 -*)set "./$1";;
15170 esac;
15171 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
15172 ???[sx]*):;;*)false;;esac;fi
15173 '\'' sh
15176 as_executable_p=$as_test_x
15178 # Sed expression to map a string onto a valid CPP name.
15179 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
15181 # Sed expression to map a string onto a valid variable name.
15182 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
15185 exec 6>&1
15186 ## ----------------------------------- ##
15187 ## Main body of $CONFIG_STATUS script. ##
15188 ## ----------------------------------- ##
15189 _ASEOF
15190 test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
15192 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15193 # Save the log message, to keep $0 and so on meaningful, and to
15194 # report actual input values of CONFIG_FILES etc. instead of their
15195 # values after options handling.
15196 ac_log="
15197 This file was extended by Wine $as_me 1.1.41, which was
15198 generated by GNU Autoconf 2.65. Invocation command line was
15200 CONFIG_FILES = $CONFIG_FILES
15201 CONFIG_HEADERS = $CONFIG_HEADERS
15202 CONFIG_LINKS = $CONFIG_LINKS
15203 CONFIG_COMMANDS = $CONFIG_COMMANDS
15204 $ $0 $@
15206 on `(hostname || uname -n) 2>/dev/null | sed 1q`
15209 _ACEOF
15211 case $ac_config_files in *"
15212 "*) set x $ac_config_files; shift; ac_config_files=$*;;
15213 esac
15215 case $ac_config_headers in *"
15216 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
15217 esac
15220 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15221 # Files that config.status was made for.
15222 config_files="$ac_config_files"
15223 config_headers="$ac_config_headers"
15224 config_links="$ac_config_links"
15225 config_commands="$ac_config_commands"
15227 _ACEOF
15229 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15230 ac_cs_usage="\
15231 \`$as_me' instantiates files and other configuration actions
15232 from templates according to the current configuration. Unless the files
15233 and actions are specified as TAGs, all are instantiated by default.
15235 Usage: $0 [OPTION]... [TAG]...
15237 -h, --help print this help, then exit
15238 -V, --version print version number and configuration settings, then exit
15239 --config print configuration, then exit
15240 -q, --quiet, --silent
15241 do not print progress messages
15242 -d, --debug don't remove temporary files
15243 --recheck update $as_me by reconfiguring in the same conditions
15244 --file=FILE[:TEMPLATE]
15245 instantiate the configuration file FILE
15246 --header=FILE[:TEMPLATE]
15247 instantiate the configuration header FILE
15249 Configuration files:
15250 $config_files
15252 Configuration headers:
15253 $config_headers
15255 Configuration links:
15256 $config_links
15258 Configuration commands:
15259 $config_commands
15261 Report bugs to <wine-devel@winehq.org>.
15262 Wine home page: <http://www.winehq.org>."
15264 _ACEOF
15265 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15266 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
15267 ac_cs_version="\\
15268 Wine config.status 1.1.41
15269 configured by $0, generated by GNU Autoconf 2.65,
15270 with options \\"\$ac_cs_config\\"
15272 Copyright (C) 2009 Free Software Foundation, Inc.
15273 This config.status script is free software; the Free Software Foundation
15274 gives unlimited permission to copy, distribute and modify it."
15276 ac_pwd='$ac_pwd'
15277 srcdir='$srcdir'
15278 INSTALL='$INSTALL'
15279 test -n "\$AWK" || AWK=awk
15280 _ACEOF
15282 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15283 # The default lists apply if the user does not specify any file.
15284 ac_need_defaults=:
15285 while test $# != 0
15287 case $1 in
15288 --*=*)
15289 ac_option=`expr "X$1" : 'X\([^=]*\)='`
15290 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
15291 ac_shift=:
15294 ac_option=$1
15295 ac_optarg=$2
15296 ac_shift=shift
15298 esac
15300 case $ac_option in
15301 # Handling of the options.
15302 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
15303 ac_cs_recheck=: ;;
15304 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
15305 $as_echo "$ac_cs_version"; exit ;;
15306 --config | --confi | --conf | --con | --co | --c )
15307 $as_echo "$ac_cs_config"; exit ;;
15308 --debug | --debu | --deb | --de | --d | -d )
15309 debug=: ;;
15310 --file | --fil | --fi | --f )
15311 $ac_shift
15312 case $ac_optarg in
15313 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
15314 esac
15315 as_fn_append CONFIG_FILES " '$ac_optarg'"
15316 ac_need_defaults=false;;
15317 --header | --heade | --head | --hea )
15318 $ac_shift
15319 case $ac_optarg in
15320 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
15321 esac
15322 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
15323 ac_need_defaults=false;;
15324 --he | --h)
15325 # Conflict between --help and --header
15326 as_fn_error "ambiguous option: \`$1'
15327 Try \`$0 --help' for more information.";;
15328 --help | --hel | -h )
15329 $as_echo "$ac_cs_usage"; exit ;;
15330 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
15331 | -silent | --silent | --silen | --sile | --sil | --si | --s)
15332 ac_cs_silent=: ;;
15334 # This is an error.
15335 -*) as_fn_error "unrecognized option: \`$1'
15336 Try \`$0 --help' for more information." ;;
15338 *) as_fn_append ac_config_targets " $1"
15339 ac_need_defaults=false ;;
15341 esac
15342 shift
15343 done
15345 ac_configure_extra_args=
15347 if $ac_cs_silent; then
15348 exec 6>/dev/null
15349 ac_configure_extra_args="$ac_configure_extra_args --silent"
15352 _ACEOF
15353 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15354 if \$ac_cs_recheck; then
15355 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
15356 shift
15357 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
15358 CONFIG_SHELL='$SHELL'
15359 export CONFIG_SHELL
15360 exec "\$@"
15363 _ACEOF
15364 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15365 exec 5>>config.log
15367 echo
15368 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
15369 ## Running $as_me. ##
15370 _ASBOX
15371 $as_echo "$ac_log"
15372 } >&5
15374 _ACEOF
15375 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15376 _ACEOF
15378 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15380 # Handling of arguments.
15381 for ac_config_target in $ac_config_targets
15383 case $ac_config_target in
15384 "include/config.h") CONFIG_HEADERS="$CONFIG_HEADERS include/config.h" ;;
15385 "include/stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS include/stamp-h" ;;
15386 "dlls/wineps.drv/generic.ppd") CONFIG_LINKS="$CONFIG_LINKS dlls/wineps.drv/generic.ppd:dlls/wineps.drv/generic.ppd" ;;
15387 "fonts/marlett.ttf") CONFIG_LINKS="$CONFIG_LINKS fonts/marlett.ttf:fonts/marlett.ttf" ;;
15388 "fonts/symbol.ttf") CONFIG_LINKS="$CONFIG_LINKS fonts/symbol.ttf:fonts/symbol.ttf" ;;
15389 "fonts/tahoma.ttf") CONFIG_LINKS="$CONFIG_LINKS fonts/tahoma.ttf:fonts/tahoma.ttf" ;;
15390 "fonts/tahomabd.ttf") CONFIG_LINKS="$CONFIG_LINKS fonts/tahomabd.ttf:fonts/tahomabd.ttf" ;;
15391 "wine") CONFIG_LINKS="$CONFIG_LINKS wine:tools/winewrapper" ;;
15392 "dlls/gdi32/enhmfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/enhmfdrv" ;;
15393 "dlls/gdi32/mfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/mfdrv" ;;
15394 "dlls/kernel32/nls") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/kernel32/nls" ;;
15395 "dlls/user32/resources") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/user32/resources" ;;
15396 "dlls/wineps.drv/data") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/wineps.drv/data" ;;
15397 "include/wine") CONFIG_COMMANDS="$CONFIG_COMMANDS include/wine" ;;
15398 "Make.rules") CONFIG_FILES="$CONFIG_FILES Make.rules" ;;
15399 "Maketest.rules") CONFIG_FILES="$CONFIG_FILES Maketest.rules" ;;
15400 "dlls/Makedll.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makedll.rules" ;;
15401 "dlls/Makeimplib.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makeimplib.rules" ;;
15402 "programs/Makeprog.rules") CONFIG_FILES="$CONFIG_FILES programs/Makeprog.rules" ;;
15403 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
15405 *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
15406 esac
15407 done
15410 # If the user did not use the arguments to specify the items to instantiate,
15411 # then the envvar interface is used. Set only those that are not.
15412 # We use the long form for the default assignment because of an extremely
15413 # bizarre bug on SunOS 4.1.3.
15414 if $ac_need_defaults; then
15415 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
15416 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
15417 test "${CONFIG_LINKS+set}" = set || CONFIG_LINKS=$config_links
15418 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
15421 # Have a temporary directory for convenience. Make it in the build tree
15422 # simply because there is no reason against having it here, and in addition,
15423 # creating and moving files from /tmp can sometimes cause problems.
15424 # Hook for its removal unless debugging.
15425 # Note that there is a small window in which the directory will not be cleaned:
15426 # after its creation but before its name has been assigned to `$tmp'.
15427 $debug ||
15429 tmp=
15430 trap 'exit_status=$?
15431 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
15433 trap 'as_fn_exit 1' 1 2 13 15
15435 # Create a (secure) tmp directory for tmp files.
15438 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
15439 test -n "$tmp" && test -d "$tmp"
15440 } ||
15442 tmp=./conf$$-$RANDOM
15443 (umask 077 && mkdir "$tmp")
15444 } || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
15446 # Set up the scripts for CONFIG_FILES section.
15447 # No need to generate them if there are no CONFIG_FILES.
15448 # This happens for instance with `./config.status config.h'.
15449 if test -n "$CONFIG_FILES"; then
15451 if $AWK 'BEGIN { getline <"/dev/null" }' </dev/null 2>/dev/null; then
15452 ac_cs_awk_getline=:
15453 ac_cs_awk_pipe_init=
15454 ac_cs_awk_read_file='
15455 while ((getline aline < (F[key])) > 0)
15456 print(aline)
15457 close(F[key])'
15458 ac_cs_awk_pipe_fini=
15459 else
15460 ac_cs_awk_getline=false
15461 ac_cs_awk_pipe_init="print \"cat <<'|#_!!_#|' &&\""
15462 ac_cs_awk_read_file='
15463 print "|#_!!_#|"
15464 print "cat " F[key] " &&"
15465 '$ac_cs_awk_pipe_init
15466 # The final `:' finishes the AND list.
15467 ac_cs_awk_pipe_fini='END { print "|#_!!_#|"; print ":" }'
15469 ac_cr=`echo X | tr X '\015'`
15470 # On cygwin, bash can eat \r inside `` if the user requested igncr.
15471 # But we know of no other shell where ac_cr would be empty at this
15472 # point, so we can use a bashism as a fallback.
15473 if test "x$ac_cr" = x; then
15474 eval ac_cr=\$\'\\r\'
15476 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
15477 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
15478 ac_cs_awk_cr='\r'
15479 else
15480 ac_cs_awk_cr=$ac_cr
15483 echo 'BEGIN {' >"$tmp/subs1.awk" &&
15484 _ACEOF
15486 # Create commands to substitute file output variables.
15488 echo "cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1" &&
15489 echo 'cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&' &&
15490 echo "$ac_subst_files" | sed 's/.*/F["&"]="$&"/' &&
15491 echo "_ACAWK" &&
15492 echo "_ACEOF"
15493 } >conf$$files.sh &&
15494 . ./conf$$files.sh ||
15495 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
15496 rm -f conf$$files.sh
15499 echo "cat >conf$$subs.awk <<_ACEOF" &&
15500 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
15501 echo "_ACEOF"
15502 } >conf$$subs.sh ||
15503 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
15504 ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
15505 ac_delim='%!_!# '
15506 for ac_last_try in false false false false false :; do
15507 . ./conf$$subs.sh ||
15508 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
15510 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
15511 if test $ac_delim_n = $ac_delim_num; then
15512 break
15513 elif $ac_last_try; then
15514 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
15515 else
15516 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
15518 done
15519 rm -f conf$$subs.sh
15521 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15522 cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
15523 _ACEOF
15524 sed -n '
15526 s/^/S["/; s/!.*/"]=/
15529 s/^[^!]*!//
15530 :repl
15531 t repl
15532 s/'"$ac_delim"'$//
15533 t delim
15536 s/\(.\{148\}\)..*/\1/
15537 t more1
15538 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
15541 b repl
15542 :more1
15543 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
15546 s/.\{148\}//
15547 t nl
15548 :delim
15550 s/\(.\{148\}\)..*/\1/
15551 t more2
15552 s/["\\]/\\&/g; s/^/"/; s/$/"/
15555 :more2
15556 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
15559 s/.\{148\}//
15560 t delim
15561 ' <conf$$subs.awk | sed '
15562 /^[^""]/{
15564 s/\n//
15566 ' >>$CONFIG_STATUS || ac_write_fail=1
15567 rm -f conf$$subs.awk
15568 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15569 _ACAWK
15570 cat >>"\$tmp/subs1.awk" <<_ACAWK &&
15571 for (key in S) S_is_set[key] = 1
15572 FS = "\a"
15573 \$ac_cs_awk_pipe_init
15576 line = $ 0
15577 nfields = split(line, field, "@")
15578 substed = 0
15579 len = length(field[1])
15580 for (i = 2; i < nfields; i++) {
15581 key = field[i]
15582 keylen = length(key)
15583 if (S_is_set[key]) {
15584 value = S[key]
15585 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
15586 len += length(value) + length(field[++i])
15587 substed = 1
15588 } else
15589 len += 1 + keylen
15591 if (nfields == 3 && !substed) {
15592 key = field[2]
15593 if (F[key] != "" && line ~ /^[ ]*@.*@[ ]*$/) {
15594 \$ac_cs_awk_read_file
15595 next
15598 print line
15600 \$ac_cs_awk_pipe_fini
15601 _ACAWK
15602 _ACEOF
15603 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15604 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
15605 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
15606 else
15608 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
15609 || as_fn_error "could not setup config files machinery" "$LINENO" 5
15610 _ACEOF
15612 # VPATH may cause trouble with some makes, so we remove $(srcdir),
15613 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
15614 # trailing colons and then remove the whole line if VPATH becomes empty
15615 # (actually we leave an empty line to preserve line numbers).
15616 if test "x$srcdir" = x.; then
15617 ac_vpsub='/^[ ]*VPATH[ ]*=/{
15618 s/:*\$(srcdir):*/:/
15619 s/:*\${srcdir}:*/:/
15620 s/:*@srcdir@:*/:/
15621 s/^\([^=]*=[ ]*\):*/\1/
15622 s/:*$//
15623 s/^[^=]*=[ ]*$//
15627 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15628 fi # test -n "$CONFIG_FILES"
15630 # Set up the scripts for CONFIG_HEADERS section.
15631 # No need to generate them if there are no CONFIG_HEADERS.
15632 # This happens for instance with `./config.status Makefile'.
15633 if test -n "$CONFIG_HEADERS"; then
15634 cat >"$tmp/defines.awk" <<\_ACAWK ||
15635 BEGIN {
15636 _ACEOF
15638 # Transform confdefs.h into an awk script `defines.awk', embedded as
15639 # here-document in config.status, that substitutes the proper values into
15640 # config.h.in to produce config.h.
15642 # Create a delimiter string that does not exist in confdefs.h, to ease
15643 # handling of long lines.
15644 ac_delim='%!_!# '
15645 for ac_last_try in false false :; do
15646 ac_t=`sed -n "/$ac_delim/p" confdefs.h`
15647 if test -z "$ac_t"; then
15648 break
15649 elif $ac_last_try; then
15650 as_fn_error "could not make $CONFIG_HEADERS" "$LINENO" 5
15651 else
15652 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
15654 done
15656 # For the awk script, D is an array of macro values keyed by name,
15657 # likewise P contains macro parameters if any. Preserve backslash
15658 # newline sequences.
15660 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
15661 sed -n '
15662 s/.\{148\}/&'"$ac_delim"'/g
15663 t rset
15664 :rset
15665 s/^[ ]*#[ ]*define[ ][ ]*/ /
15666 t def
15668 :def
15669 s/\\$//
15670 t bsnl
15671 s/["\\]/\\&/g
15672 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
15673 D["\1"]=" \3"/p
15674 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
15676 :bsnl
15677 s/["\\]/\\&/g
15678 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
15679 D["\1"]=" \3\\\\\\n"\\/p
15680 t cont
15681 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
15682 t cont
15684 :cont
15686 s/.\{148\}/&'"$ac_delim"'/g
15687 t clear
15688 :clear
15689 s/\\$//
15690 t bsnlc
15691 s/["\\]/\\&/g; s/^/"/; s/$/"/p
15693 :bsnlc
15694 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
15695 b cont
15696 ' <confdefs.h | sed '
15697 s/'"$ac_delim"'/"\\\
15698 "/g' >>$CONFIG_STATUS || ac_write_fail=1
15700 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15701 for (key in D) D_is_set[key] = 1
15702 FS = "\a"
15704 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
15705 line = \$ 0
15706 split(line, arg, " ")
15707 if (arg[1] == "#") {
15708 defundef = arg[2]
15709 mac1 = arg[3]
15710 } else {
15711 defundef = substr(arg[1], 2)
15712 mac1 = arg[2]
15714 split(mac1, mac2, "(") #)
15715 macro = mac2[1]
15716 prefix = substr(line, 1, index(line, defundef) - 1)
15717 if (D_is_set[macro]) {
15718 # Preserve the white space surrounding the "#".
15719 print prefix "define", macro P[macro] D[macro]
15720 next
15721 } else {
15722 # Replace #undef with comments. This is necessary, for example,
15723 # in the case of _POSIX_SOURCE, which is predefined and required
15724 # on some systems where configure will not decide to define it.
15725 if (defundef == "undef") {
15726 print "/*", prefix defundef, macro, "*/"
15727 next
15731 { print }
15732 _ACAWK
15733 _ACEOF
15734 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15735 as_fn_error "could not setup config headers machinery" "$LINENO" 5
15736 fi # test -n "$CONFIG_HEADERS"
15739 eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :L $CONFIG_LINKS :C $CONFIG_COMMANDS"
15740 shift
15741 for ac_tag
15743 case $ac_tag in
15744 :[FHLC]) ac_mode=$ac_tag; continue;;
15745 esac
15746 case $ac_mode$ac_tag in
15747 :[FHL]*:*);;
15748 :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
15749 :[FH]-) ac_tag=-:-;;
15750 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
15751 esac
15752 ac_save_IFS=$IFS
15753 IFS=:
15754 set x $ac_tag
15755 IFS=$ac_save_IFS
15756 shift
15757 ac_file=$1
15758 shift
15760 case $ac_mode in
15761 :L) ac_source=$1;;
15762 :[FH])
15763 ac_file_inputs=
15764 for ac_f
15766 case $ac_f in
15767 -) ac_f="$tmp/stdin";;
15768 *) # Look for the file first in the build tree, then in the source tree
15769 # (if the path is not absolute). The absolute path cannot be DOS-style,
15770 # because $ac_f cannot contain `:'.
15771 test -f "$ac_f" ||
15772 case $ac_f in
15773 [\\/$]*) false;;
15774 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
15775 esac ||
15776 as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
15777 esac
15778 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
15779 as_fn_append ac_file_inputs " '$ac_f'"
15780 done
15782 # Let's still pretend it is `configure' which instantiates (i.e., don't
15783 # use $as_me), people would be surprised to read:
15784 # /* config.h. Generated by config.status. */
15785 configure_input='Generated from '`
15786 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
15787 `' by configure.'
15788 if test x"$ac_file" != x-; then
15789 configure_input="$ac_file. $configure_input"
15790 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
15791 $as_echo "$as_me: creating $ac_file" >&6;}
15793 # Neutralize special characters interpreted by sed in replacement strings.
15794 case $configure_input in #(
15795 *\&* | *\|* | *\\* )
15796 ac_sed_conf_input=`$as_echo "$configure_input" |
15797 sed 's/[\\\\&|]/\\\\&/g'`;; #(
15798 *) ac_sed_conf_input=$configure_input;;
15799 esac
15801 case $ac_tag in
15802 *:-:* | *:-) cat >"$tmp/stdin" \
15803 || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
15804 esac
15806 esac
15808 ac_dir=`$as_dirname -- "$ac_file" ||
15809 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15810 X"$ac_file" : 'X\(//\)[^/]' \| \
15811 X"$ac_file" : 'X\(//\)$' \| \
15812 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
15813 $as_echo X"$ac_file" |
15814 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
15815 s//\1/
15818 /^X\(\/\/\)[^/].*/{
15819 s//\1/
15822 /^X\(\/\/\)$/{
15823 s//\1/
15826 /^X\(\/\).*/{
15827 s//\1/
15830 s/.*/./; q'`
15831 as_dir="$ac_dir"; as_fn_mkdir_p
15832 ac_builddir=.
15834 case "$ac_dir" in
15835 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
15837 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
15838 # A ".." for each directory in $ac_dir_suffix.
15839 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
15840 case $ac_top_builddir_sub in
15841 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
15842 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
15843 esac ;;
15844 esac
15845 ac_abs_top_builddir=$ac_pwd
15846 ac_abs_builddir=$ac_pwd$ac_dir_suffix
15847 # for backward compatibility:
15848 ac_top_builddir=$ac_top_build_prefix
15850 case $srcdir in
15851 .) # We are building in place.
15852 ac_srcdir=.
15853 ac_top_srcdir=$ac_top_builddir_sub
15854 ac_abs_top_srcdir=$ac_pwd ;;
15855 [\\/]* | ?:[\\/]* ) # Absolute name.
15856 ac_srcdir=$srcdir$ac_dir_suffix;
15857 ac_top_srcdir=$srcdir
15858 ac_abs_top_srcdir=$srcdir ;;
15859 *) # Relative name.
15860 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
15861 ac_top_srcdir=$ac_top_build_prefix$srcdir
15862 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
15863 esac
15864 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
15867 case $ac_mode in
15870 # CONFIG_FILE
15873 case $INSTALL in
15874 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
15875 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
15876 esac
15877 _ACEOF
15879 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15880 # If the template does not know about datarootdir, expand it.
15881 # FIXME: This hack should be removed a few years after 2.60.
15882 ac_datarootdir_hack=; ac_datarootdir_seen=
15883 ac_sed_dataroot='
15884 /datarootdir/ {
15888 /@datadir@/p
15889 /@docdir@/p
15890 /@infodir@/p
15891 /@localedir@/p
15892 /@mandir@/p'
15893 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
15894 *datarootdir*) ac_datarootdir_seen=yes;;
15895 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
15896 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
15897 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
15898 _ACEOF
15899 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15900 ac_datarootdir_hack='
15901 s&@datadir@&$datadir&g
15902 s&@docdir@&$docdir&g
15903 s&@infodir@&$infodir&g
15904 s&@localedir@&$localedir&g
15905 s&@mandir@&$mandir&g
15906 s&\\\${datarootdir}&$datarootdir&g' ;;
15907 esac
15908 _ACEOF
15910 # Neutralize VPATH when `$srcdir' = `.'.
15911 # Shell code in configure.ac might set extrasub.
15912 # FIXME: do we really want to maintain this feature?
15913 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15914 ac_sed_extra="$ac_vpsub
15915 $extrasub
15916 _ACEOF
15917 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15919 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
15920 s|@configure_input@|$ac_sed_conf_input|;t t
15921 s&@top_builddir@&$ac_top_builddir_sub&;t t
15922 s&@top_build_prefix@&$ac_top_build_prefix&;t t
15923 s&@srcdir@&$ac_srcdir&;t t
15924 s&@abs_srcdir@&$ac_abs_srcdir&;t t
15925 s&@top_srcdir@&$ac_top_srcdir&;t t
15926 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
15927 s&@builddir@&$ac_builddir&;t t
15928 s&@abs_builddir@&$ac_abs_builddir&;t t
15929 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
15930 s&@INSTALL@&$ac_INSTALL&;t t
15931 $ac_datarootdir_hack
15933 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" |
15934 if $ac_cs_awk_getline; then
15935 $AWK -f "$tmp/subs.awk"
15936 else
15937 $AWK -f "$tmp/subs.awk" | $SHELL
15938 fi >$tmp/out \
15939 || as_fn_error "could not create $ac_file" "$LINENO" 5
15941 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
15942 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
15943 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
15944 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
15945 which seems to be undefined. Please make sure it is defined." >&5
15946 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
15947 which seems to be undefined. Please make sure it is defined." >&2;}
15949 rm -f "$tmp/stdin"
15950 case $ac_file in
15951 -) cat "$tmp/out" && rm -f "$tmp/out";;
15952 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
15953 esac \
15954 || as_fn_error "could not create $ac_file" "$LINENO" 5
15958 # CONFIG_HEADER
15960 if test x"$ac_file" != x-; then
15962 $as_echo "/* $configure_input */" \
15963 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
15964 } >"$tmp/config.h" \
15965 || as_fn_error "could not create $ac_file" "$LINENO" 5
15966 if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
15967 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
15968 $as_echo "$as_me: $ac_file is unchanged" >&6;}
15969 else
15970 rm -f "$ac_file"
15971 mv "$tmp/config.h" "$ac_file" \
15972 || as_fn_error "could not create $ac_file" "$LINENO" 5
15974 else
15975 $as_echo "/* $configure_input */" \
15976 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
15977 || as_fn_error "could not create -" "$LINENO" 5
15982 # CONFIG_LINK
15985 if test "$ac_source" = "$ac_file" && test "$srcdir" = '.'; then
15987 else
15988 # Prefer the file from the source tree if names are identical.
15989 if test "$ac_source" = "$ac_file" || test ! -r "$ac_source"; then
15990 ac_source=$srcdir/$ac_source
15993 { $as_echo "$as_me:${as_lineno-$LINENO}: linking $ac_source to $ac_file" >&5
15994 $as_echo "$as_me: linking $ac_source to $ac_file" >&6;}
15996 if test ! -r "$ac_source"; then
15997 as_fn_error "$ac_source: file not found" "$LINENO" 5
15999 rm -f "$ac_file"
16001 # Try a relative symlink, then a hard link, then a copy.
16002 case $srcdir in
16003 [\\/$]* | ?:[\\/]* ) ac_rel_source=$ac_source ;;
16004 *) ac_rel_source=$ac_top_build_prefix$ac_source ;;
16005 esac
16006 ln -s "$ac_rel_source" "$ac_file" 2>/dev/null ||
16007 ln "$ac_source" "$ac_file" 2>/dev/null ||
16008 cp -p "$ac_source" "$ac_file" ||
16009 as_fn_error "cannot link or copy $ac_source to $ac_file" "$LINENO" 5
16012 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
16013 $as_echo "$as_me: executing $ac_file commands" >&6;}
16015 esac
16018 case $ac_file$ac_mode in
16019 "include/stamp-h":C) echo timestamp > include/stamp-h ;;
16020 "dlls/gdi32/enhmfdrv":C) test -d "dlls/gdi32/enhmfdrv" || { { $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/gdi32/enhmfdrv" >&5
16021 $as_echo "$as_me: creating dlls/gdi32/enhmfdrv" >&6;}; as_dir="dlls/gdi32/enhmfdrv"; as_fn_mkdir_p; } ;;
16022 "dlls/gdi32/mfdrv":C) test -d "dlls/gdi32/mfdrv" || { { $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/gdi32/mfdrv" >&5
16023 $as_echo "$as_me: creating dlls/gdi32/mfdrv" >&6;}; as_dir="dlls/gdi32/mfdrv"; as_fn_mkdir_p; } ;;
16024 "dlls/kernel32/nls":C) test -d "dlls/kernel32/nls" || { { $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/kernel32/nls" >&5
16025 $as_echo "$as_me: creating dlls/kernel32/nls" >&6;}; as_dir="dlls/kernel32/nls"; as_fn_mkdir_p; } ;;
16026 "dlls/user32/resources":C) test -d "dlls/user32/resources" || { { $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/user32/resources" >&5
16027 $as_echo "$as_me: creating dlls/user32/resources" >&6;}; as_dir="dlls/user32/resources"; as_fn_mkdir_p; } ;;
16028 "dlls/wineps.drv/data":C) test -d "dlls/wineps.drv/data" || { { $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/wineps.drv/data" >&5
16029 $as_echo "$as_me: creating dlls/wineps.drv/data" >&6;}; as_dir="dlls/wineps.drv/data"; as_fn_mkdir_p; } ;;
16030 "include/wine":C) test -d "include/wine" || { { $as_echo "$as_me:${as_lineno-$LINENO}: creating include/wine" >&5
16031 $as_echo "$as_me: creating include/wine" >&6;}; as_dir="include/wine"; as_fn_mkdir_p; } ;;
16033 esac
16034 done # for ac_tag
16037 as_fn_exit 0
16038 _ACEOF
16039 ac_clean_files=$ac_clean_files_save
16041 test $ac_write_fail = 0 ||
16042 as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
16045 # configure is writing to config.log, and then calls config.status.
16046 # config.status does its own redirection, appending to config.log.
16047 # Unfortunately, on DOS this fails, as config.log is still kept open
16048 # by configure, so config.status won't be able to write to it; its
16049 # output is simply discarded. So we exec the FD to /dev/null,
16050 # effectively closing config.log, so it can be properly (re)opened and
16051 # appended to by config.status. When coming back to configure, we
16052 # need to make the FD available again.
16053 if test "$no_create" != yes; then
16054 ac_cs_success=:
16055 ac_config_status_args=
16056 test "$silent" = yes &&
16057 ac_config_status_args="$ac_config_status_args --quiet"
16058 exec 5>/dev/null
16059 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
16060 exec 5>>config.log
16061 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
16062 # would make configure fail if this is the last instruction.
16063 $ac_cs_success || as_fn_exit $?
16065 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
16066 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
16067 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
16071 if test "$no_create" = "yes"
16072 then
16073 exit 0
16076 ac_save_IFS="$IFS"
16077 if test "x$wine_notices != "x; then
16078 echo >&6
16079 IFS="|"
16080 for msg in $wine_notices; do
16081 IFS="$ac_save_IFS"
16082 if test -n "$msg"; then
16083 { $as_echo "$as_me:${as_lineno-$LINENO}: $msg" >&5
16084 $as_echo "$as_me: $msg" >&6;}
16086 done
16088 IFS="|"
16089 for msg in $wine_warnings; do
16090 IFS="$ac_save_IFS"
16091 if test -n "$msg"; then
16092 echo >&2
16093 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $msg" >&5
16094 $as_echo "$as_me: WARNING: $msg" >&2;}
16096 done
16097 IFS="$ac_save_IFS"
16099 echo "
16100 $as_me: Finished. Do '${ac_make}' to compile Wine.
16101 " >&6