user32: Pack the CREATESTRUCTW structure in messages to allow crossing 32/64 boundaries.
[wine/multimedia.git] / configure
blobf133705f512eed14d8ce8b3c1a0a188a6d99fdc9
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_TEST_BINARIES
600 ALL_WINETEST_DEPENDS
601 LDAPLIBS
602 LIBPOLL
603 LIBDL
604 EXTRA_BINARIES
605 MAIN_BINARY
606 SOCKETLIBS
607 CRTLIBS
608 TOOLSEXT
609 LDPATH
610 BUILTINFLAG
611 EXTRACFLAGS
612 LIBKSTAT
613 LIBMPG123
614 PNGINCL
615 FONTCONFIGINCL
616 CUPSINCL
617 AUDIOIOLIBS
618 ALSALIBS
619 ESDLIBS
620 ESDINCL
621 ESDCONFIG
622 ZLIB
623 FREETYPEINCL
624 FREETYPELIBS
625 ft_devel
626 LCMSLIBS
627 RESOLVLIBS
628 GPHOTO2INCL
629 GPHOTO2LIBS
630 gphoto2port_devel
631 gphoto2_devel
632 SANEINCL
633 sane_devel
634 GNUTLSINCL
635 HALINCL
636 XSLTINCL
637 XML2INCL
638 XML2LIBS
639 NASLIBS
640 X_EXTRA_LIBS
641 X_LIBS
642 X_PRE_LIBS
643 X_CFLAGS
644 XMKMF
645 LIBPTHREAD
646 CROSSTARGET
647 CROSSTEST
648 CROSSCC
649 CARBONLIB
650 LIBOPENAL
651 COREAUDIO
652 DISKARBITRATIONLIB
653 LDEXECFLAGS
654 IOKITLIB
655 COREFOUNDATIONLIB
656 SECURITYLIB
657 DLLWRAP
658 DLLTOOL
660 LDRPATH_LOCAL
661 LDRPATH_INSTALL
662 IMPLIBEXT
663 LIBEXT
664 LDDLLFLAGS
665 LDSHARED
666 DLLFLAGS
667 DLLEXT
669 OPENGL_LIBS
670 XLIB
671 PRELINK
672 ICOTOOL
673 RSVG
674 PKG_CONFIG
675 FONTFORGE
676 LINTFLAGS
677 LINT
678 INSTALL_DATA
679 INSTALL_SCRIPT
680 INSTALL_PROGRAM
681 LDCONFIG
682 EGREP
683 GREP
684 LN_S
685 STRIP
686 RANLIB
687 ARFLAGS
688 ac_ct_AR
690 BISON
691 FLEX
692 TOOLSDIR
693 WOW64_DISABLE
694 TARGETFLAGS
695 CPPBIN
696 ac_ct_CXX
697 CXXFLAGS
699 OBJEXT
700 EXEEXT
701 ac_ct_CC
702 CPPFLAGS
703 LDFLAGS
704 CFLAGS
706 SET_MAKE
707 host_os
708 host_vendor
709 host_cpu
710 host
711 build_os
712 build_vendor
713 build_cpu
714 build
715 MAINTAINER_MODE
716 target_alias
717 host_alias
718 build_alias
719 LIBS
720 ECHO_T
721 ECHO_N
722 ECHO_C
723 DEFS
724 mandir
725 localedir
726 libdir
727 psdir
728 pdfdir
729 dvidir
730 htmldir
731 infodir
732 docdir
733 oldincludedir
734 includedir
735 localstatedir
736 sharedstatedir
737 sysconfdir
738 datadir
739 datarootdir
740 libexecdir
741 sbindir
742 bindir
743 program_transform_name
744 prefix
745 exec_prefix
746 PACKAGE_URL
747 PACKAGE_BUGREPORT
748 PACKAGE_STRING
749 PACKAGE_VERSION
750 PACKAGE_TARNAME
751 PACKAGE_NAME
752 PATH_SEPARATOR
753 SHELL'
754 ac_subst_files='MAKE_RULES
755 MAKE_TEST_RULES
756 MAKE_DLL_RULES
757 MAKE_IMPLIB_RULES
758 MAKE_PROG_RULES'
759 ac_user_opts='
760 enable_option_checking
761 enable_win16
762 enable_win64
763 enable_tests
764 enable_maintainer_mode
765 with_alsa
766 with_audioio
767 with_capi
768 with_cms
769 with_coreaudio
770 with_cups
771 with_curses
772 with_esd
773 with_fontconfig
774 with_freetype
775 with_gphoto
776 with_glu
777 with_gnutls
778 with_gsm
779 with_hal
780 with_jack
781 with_jpeg
782 with_ldap
783 with_mpg123
784 with_nas
785 with_openal
786 with_opengl
787 with_openssl
788 with_oss
789 with_png
790 with_pthread
791 with_sane
792 with_tiff
793 with_v4l
794 with_xcomposite
795 with_xcursor
796 with_xinerama
797 with_xinput
798 with_xml
799 with_xrandr
800 with_xrender
801 with_xshape
802 with_xshm
803 with_xslt
804 with_xxf86vm
805 with_wine_tools
806 with_wine64
807 enable_largefile
808 with_x
810 ac_precious_vars='build_alias
811 host_alias
812 target_alias
814 CFLAGS
815 LDFLAGS
816 LIBS
817 CPPFLAGS
819 CXXFLAGS
822 XMKMF'
825 # Initialize some variables set by options.
826 ac_init_help=
827 ac_init_version=false
828 ac_unrecognized_opts=
829 ac_unrecognized_sep=
830 # The variables have the same names as the options, with
831 # dashes changed to underlines.
832 cache_file=/dev/null
833 exec_prefix=NONE
834 no_create=
835 no_recursion=
836 prefix=NONE
837 program_prefix=NONE
838 program_suffix=NONE
839 program_transform_name=s,x,x,
840 silent=
841 site=
842 srcdir=
843 verbose=
844 x_includes=NONE
845 x_libraries=NONE
847 # Installation directory options.
848 # These are left unexpanded so users can "make install exec_prefix=/foo"
849 # and all the variables that are supposed to be based on exec_prefix
850 # by default will actually change.
851 # Use braces instead of parens because sh, perl, etc. also accept them.
852 # (The list follows the same order as the GNU Coding Standards.)
853 bindir='${exec_prefix}/bin'
854 sbindir='${exec_prefix}/sbin'
855 libexecdir='${exec_prefix}/libexec'
856 datarootdir='${prefix}/share'
857 datadir='${datarootdir}'
858 sysconfdir='${prefix}/etc'
859 sharedstatedir='${prefix}/com'
860 localstatedir='${prefix}/var'
861 includedir='${prefix}/include'
862 oldincludedir='/usr/include'
863 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
864 infodir='${datarootdir}/info'
865 htmldir='${docdir}'
866 dvidir='${docdir}'
867 pdfdir='${docdir}'
868 psdir='${docdir}'
869 libdir='${exec_prefix}/lib'
870 localedir='${datarootdir}/locale'
871 mandir='${datarootdir}/man'
873 ac_prev=
874 ac_dashdash=
875 for ac_option
877 # If the previous option needs an argument, assign it.
878 if test -n "$ac_prev"; then
879 eval $ac_prev=\$ac_option
880 ac_prev=
881 continue
884 case $ac_option in
885 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
886 *) ac_optarg=yes ;;
887 esac
889 # Accept the important Cygnus configure options, so we can diagnose typos.
891 case $ac_dashdash$ac_option in
893 ac_dashdash=yes ;;
895 -bindir | --bindir | --bindi | --bind | --bin | --bi)
896 ac_prev=bindir ;;
897 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
898 bindir=$ac_optarg ;;
900 -build | --build | --buil | --bui | --bu)
901 ac_prev=build_alias ;;
902 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
903 build_alias=$ac_optarg ;;
905 -cache-file | --cache-file | --cache-fil | --cache-fi \
906 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
907 ac_prev=cache_file ;;
908 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
909 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
910 cache_file=$ac_optarg ;;
912 --config-cache | -C)
913 cache_file=config.cache ;;
915 -datadir | --datadir | --datadi | --datad)
916 ac_prev=datadir ;;
917 -datadir=* | --datadir=* | --datadi=* | --datad=*)
918 datadir=$ac_optarg ;;
920 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
921 | --dataroo | --dataro | --datar)
922 ac_prev=datarootdir ;;
923 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
924 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
925 datarootdir=$ac_optarg ;;
927 -disable-* | --disable-*)
928 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
929 # Reject names that are not valid shell variable names.
930 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
931 as_fn_error "invalid feature name: $ac_useropt"
932 ac_useropt_orig=$ac_useropt
933 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
934 case $ac_user_opts in
936 "enable_$ac_useropt"
937 "*) ;;
938 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
939 ac_unrecognized_sep=', ';;
940 esac
941 eval enable_$ac_useropt=no ;;
943 -docdir | --docdir | --docdi | --doc | --do)
944 ac_prev=docdir ;;
945 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
946 docdir=$ac_optarg ;;
948 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
949 ac_prev=dvidir ;;
950 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
951 dvidir=$ac_optarg ;;
953 -enable-* | --enable-*)
954 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
955 # Reject names that are not valid shell variable names.
956 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
957 as_fn_error "invalid feature name: $ac_useropt"
958 ac_useropt_orig=$ac_useropt
959 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
960 case $ac_user_opts in
962 "enable_$ac_useropt"
963 "*) ;;
964 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
965 ac_unrecognized_sep=', ';;
966 esac
967 eval enable_$ac_useropt=\$ac_optarg ;;
969 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
970 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
971 | --exec | --exe | --ex)
972 ac_prev=exec_prefix ;;
973 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
974 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
975 | --exec=* | --exe=* | --ex=*)
976 exec_prefix=$ac_optarg ;;
978 -gas | --gas | --ga | --g)
979 # Obsolete; use --with-gas.
980 with_gas=yes ;;
982 -help | --help | --hel | --he | -h)
983 ac_init_help=long ;;
984 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
985 ac_init_help=recursive ;;
986 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
987 ac_init_help=short ;;
989 -host | --host | --hos | --ho)
990 ac_prev=host_alias ;;
991 -host=* | --host=* | --hos=* | --ho=*)
992 host_alias=$ac_optarg ;;
994 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
995 ac_prev=htmldir ;;
996 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
997 | --ht=*)
998 htmldir=$ac_optarg ;;
1000 -includedir | --includedir | --includedi | --included | --include \
1001 | --includ | --inclu | --incl | --inc)
1002 ac_prev=includedir ;;
1003 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
1004 | --includ=* | --inclu=* | --incl=* | --inc=*)
1005 includedir=$ac_optarg ;;
1007 -infodir | --infodir | --infodi | --infod | --info | --inf)
1008 ac_prev=infodir ;;
1009 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
1010 infodir=$ac_optarg ;;
1012 -libdir | --libdir | --libdi | --libd)
1013 ac_prev=libdir ;;
1014 -libdir=* | --libdir=* | --libdi=* | --libd=*)
1015 libdir=$ac_optarg ;;
1017 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1018 | --libexe | --libex | --libe)
1019 ac_prev=libexecdir ;;
1020 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1021 | --libexe=* | --libex=* | --libe=*)
1022 libexecdir=$ac_optarg ;;
1024 -localedir | --localedir | --localedi | --localed | --locale)
1025 ac_prev=localedir ;;
1026 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1027 localedir=$ac_optarg ;;
1029 -localstatedir | --localstatedir | --localstatedi | --localstated \
1030 | --localstate | --localstat | --localsta | --localst | --locals)
1031 ac_prev=localstatedir ;;
1032 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1033 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1034 localstatedir=$ac_optarg ;;
1036 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1037 ac_prev=mandir ;;
1038 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1039 mandir=$ac_optarg ;;
1041 -nfp | --nfp | --nf)
1042 # Obsolete; use --without-fp.
1043 with_fp=no ;;
1045 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1046 | --no-cr | --no-c | -n)
1047 no_create=yes ;;
1049 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1050 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1051 no_recursion=yes ;;
1053 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1054 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1055 | --oldin | --oldi | --old | --ol | --o)
1056 ac_prev=oldincludedir ;;
1057 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1058 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1059 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1060 oldincludedir=$ac_optarg ;;
1062 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1063 ac_prev=prefix ;;
1064 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1065 prefix=$ac_optarg ;;
1067 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1068 | --program-pre | --program-pr | --program-p)
1069 ac_prev=program_prefix ;;
1070 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1071 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1072 program_prefix=$ac_optarg ;;
1074 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1075 | --program-suf | --program-su | --program-s)
1076 ac_prev=program_suffix ;;
1077 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1078 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1079 program_suffix=$ac_optarg ;;
1081 -program-transform-name | --program-transform-name \
1082 | --program-transform-nam | --program-transform-na \
1083 | --program-transform-n | --program-transform- \
1084 | --program-transform | --program-transfor \
1085 | --program-transfo | --program-transf \
1086 | --program-trans | --program-tran \
1087 | --progr-tra | --program-tr | --program-t)
1088 ac_prev=program_transform_name ;;
1089 -program-transform-name=* | --program-transform-name=* \
1090 | --program-transform-nam=* | --program-transform-na=* \
1091 | --program-transform-n=* | --program-transform-=* \
1092 | --program-transform=* | --program-transfor=* \
1093 | --program-transfo=* | --program-transf=* \
1094 | --program-trans=* | --program-tran=* \
1095 | --progr-tra=* | --program-tr=* | --program-t=*)
1096 program_transform_name=$ac_optarg ;;
1098 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1099 ac_prev=pdfdir ;;
1100 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1101 pdfdir=$ac_optarg ;;
1103 -psdir | --psdir | --psdi | --psd | --ps)
1104 ac_prev=psdir ;;
1105 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1106 psdir=$ac_optarg ;;
1108 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1109 | -silent | --silent | --silen | --sile | --sil)
1110 silent=yes ;;
1112 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1113 ac_prev=sbindir ;;
1114 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1115 | --sbi=* | --sb=*)
1116 sbindir=$ac_optarg ;;
1118 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1119 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1120 | --sharedst | --shareds | --shared | --share | --shar \
1121 | --sha | --sh)
1122 ac_prev=sharedstatedir ;;
1123 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1124 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1125 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1126 | --sha=* | --sh=*)
1127 sharedstatedir=$ac_optarg ;;
1129 -site | --site | --sit)
1130 ac_prev=site ;;
1131 -site=* | --site=* | --sit=*)
1132 site=$ac_optarg ;;
1134 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1135 ac_prev=srcdir ;;
1136 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1137 srcdir=$ac_optarg ;;
1139 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1140 | --syscon | --sysco | --sysc | --sys | --sy)
1141 ac_prev=sysconfdir ;;
1142 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1143 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1144 sysconfdir=$ac_optarg ;;
1146 -target | --target | --targe | --targ | --tar | --ta | --t)
1147 ac_prev=target_alias ;;
1148 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1149 target_alias=$ac_optarg ;;
1151 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1152 verbose=yes ;;
1154 -version | --version | --versio | --versi | --vers | -V)
1155 ac_init_version=: ;;
1157 -with-* | --with-*)
1158 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1159 # Reject names that are not valid shell variable names.
1160 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1161 as_fn_error "invalid package name: $ac_useropt"
1162 ac_useropt_orig=$ac_useropt
1163 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1164 case $ac_user_opts in
1166 "with_$ac_useropt"
1167 "*) ;;
1168 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1169 ac_unrecognized_sep=', ';;
1170 esac
1171 eval with_$ac_useropt=\$ac_optarg ;;
1173 -without-* | --without-*)
1174 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1175 # Reject names that are not valid shell variable names.
1176 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1177 as_fn_error "invalid package name: $ac_useropt"
1178 ac_useropt_orig=$ac_useropt
1179 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1180 case $ac_user_opts in
1182 "with_$ac_useropt"
1183 "*) ;;
1184 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1185 ac_unrecognized_sep=', ';;
1186 esac
1187 eval with_$ac_useropt=no ;;
1189 --x)
1190 # Obsolete; use --with-x.
1191 with_x=yes ;;
1193 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1194 | --x-incl | --x-inc | --x-in | --x-i)
1195 ac_prev=x_includes ;;
1196 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1197 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1198 x_includes=$ac_optarg ;;
1200 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1201 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1202 ac_prev=x_libraries ;;
1203 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1204 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1205 x_libraries=$ac_optarg ;;
1207 -*) as_fn_error "unrecognized option: \`$ac_option'
1208 Try \`$0 --help' for more information."
1211 *=*)
1212 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1213 # Reject names that are not valid shell variable names.
1214 case $ac_envvar in #(
1215 '' | [0-9]* | *[!_$as_cr_alnum]* )
1216 as_fn_error "invalid variable name: \`$ac_envvar'" ;;
1217 esac
1218 eval $ac_envvar=\$ac_optarg
1219 export $ac_envvar ;;
1222 # FIXME: should be removed in autoconf 3.0.
1223 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1224 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1225 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1226 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1229 esac
1230 done
1232 if test -n "$ac_prev"; then
1233 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1234 as_fn_error "missing argument to $ac_option"
1237 if test -n "$ac_unrecognized_opts"; then
1238 case $enable_option_checking in
1239 no) ;;
1240 fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;;
1241 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1242 esac
1245 # Check all directory arguments for consistency.
1246 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1247 datadir sysconfdir sharedstatedir localstatedir includedir \
1248 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1249 libdir localedir mandir
1251 eval ac_val=\$$ac_var
1252 # Remove trailing slashes.
1253 case $ac_val in
1254 */ )
1255 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1256 eval $ac_var=\$ac_val;;
1257 esac
1258 # Be sure to have absolute directory names.
1259 case $ac_val in
1260 [\\/$]* | ?:[\\/]* ) continue;;
1261 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1262 esac
1263 as_fn_error "expected an absolute directory name for --$ac_var: $ac_val"
1264 done
1266 # There might be people who depend on the old broken behavior: `$host'
1267 # used to hold the argument of --host etc.
1268 # FIXME: To remove some day.
1269 build=$build_alias
1270 host=$host_alias
1271 target=$target_alias
1273 # FIXME: To remove some day.
1274 if test "x$host_alias" != x; then
1275 if test "x$build_alias" = x; then
1276 cross_compiling=maybe
1277 $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1278 If a cross compiler is detected then cross compile mode will be used." >&2
1279 elif test "x$build_alias" != "x$host_alias"; then
1280 cross_compiling=yes
1284 ac_tool_prefix=
1285 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1287 test "$silent" = yes && exec 6>/dev/null
1290 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1291 ac_ls_di=`ls -di .` &&
1292 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1293 as_fn_error "working directory cannot be determined"
1294 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1295 as_fn_error "pwd does not report name of working directory"
1298 # Find the source files, if location was not specified.
1299 if test -z "$srcdir"; then
1300 ac_srcdir_defaulted=yes
1301 # Try the directory containing this script, then the parent directory.
1302 ac_confdir=`$as_dirname -- "$as_myself" ||
1303 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1304 X"$as_myself" : 'X\(//\)[^/]' \| \
1305 X"$as_myself" : 'X\(//\)$' \| \
1306 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1307 $as_echo X"$as_myself" |
1308 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1309 s//\1/
1312 /^X\(\/\/\)[^/].*/{
1313 s//\1/
1316 /^X\(\/\/\)$/{
1317 s//\1/
1320 /^X\(\/\).*/{
1321 s//\1/
1324 s/.*/./; q'`
1325 srcdir=$ac_confdir
1326 if test ! -r "$srcdir/$ac_unique_file"; then
1327 srcdir=..
1329 else
1330 ac_srcdir_defaulted=no
1332 if test ! -r "$srcdir/$ac_unique_file"; then
1333 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1334 as_fn_error "cannot find sources ($ac_unique_file) in $srcdir"
1336 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1337 ac_abs_confdir=`(
1338 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg"
1339 pwd)`
1340 # When building in place, set srcdir=.
1341 if test "$ac_abs_confdir" = "$ac_pwd"; then
1342 srcdir=.
1344 # Remove unnecessary trailing slashes from srcdir.
1345 # Double slashes in file names in object file debugging info
1346 # mess up M-x gdb in Emacs.
1347 case $srcdir in
1348 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1349 esac
1350 for ac_var in $ac_precious_vars; do
1351 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1352 eval ac_env_${ac_var}_value=\$${ac_var}
1353 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1354 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1355 done
1358 # Report the --help message.
1360 if test "$ac_init_help" = "long"; then
1361 # Omit some internal or obsolete options to make the list less imposing.
1362 # This message is too long to be a string in the A/UX 3.1 sh.
1363 cat <<_ACEOF
1364 \`configure' configures Wine 1.1.41 to adapt to many kinds of systems.
1366 Usage: $0 [OPTION]... [VAR=VALUE]...
1368 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1369 VAR=VALUE. See below for descriptions of some of the useful variables.
1371 Defaults for the options are specified in brackets.
1373 Configuration:
1374 -h, --help display this help and exit
1375 --help=short display options specific to this package
1376 --help=recursive display the short help of all the included packages
1377 -V, --version display version information and exit
1378 -q, --quiet, --silent do not print \`checking...' messages
1379 --cache-file=FILE cache test results in FILE [disabled]
1380 -C, --config-cache alias for \`--cache-file=config.cache'
1381 -n, --no-create do not create output files
1382 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1384 Installation directories:
1385 --prefix=PREFIX install architecture-independent files in PREFIX
1386 [$ac_default_prefix]
1387 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1388 [PREFIX]
1390 By default, \`make install' will install all the files in
1391 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1392 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1393 for instance \`--prefix=\$HOME'.
1395 For better control, use the options below.
1397 Fine tuning of the installation directories:
1398 --bindir=DIR user executables [EPREFIX/bin]
1399 --sbindir=DIR system admin executables [EPREFIX/sbin]
1400 --libexecdir=DIR program executables [EPREFIX/libexec]
1401 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1402 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1403 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1404 --libdir=DIR object code libraries [EPREFIX/lib]
1405 --includedir=DIR C header files [PREFIX/include]
1406 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1407 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1408 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1409 --infodir=DIR info documentation [DATAROOTDIR/info]
1410 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1411 --mandir=DIR man documentation [DATAROOTDIR/man]
1412 --docdir=DIR documentation root [DATAROOTDIR/doc/wine]
1413 --htmldir=DIR html documentation [DOCDIR]
1414 --dvidir=DIR dvi documentation [DOCDIR]
1415 --pdfdir=DIR pdf documentation [DOCDIR]
1416 --psdir=DIR ps documentation [DOCDIR]
1417 _ACEOF
1419 cat <<\_ACEOF
1421 X features:
1422 --x-includes=DIR X include files are in DIR
1423 --x-libraries=DIR X library files are in DIR
1425 System types:
1426 --build=BUILD configure for building on BUILD [guessed]
1427 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1428 _ACEOF
1431 if test -n "$ac_init_help"; then
1432 case $ac_init_help in
1433 short | recursive ) echo "Configuration of Wine 1.1.41:";;
1434 esac
1435 cat <<\_ACEOF
1437 Optional Features:
1438 --disable-option-checking ignore unrecognized --enable/--with options
1439 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1440 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1441 --disable-win16 do not include Win16 support
1442 --enable-win64 build a Win64 emulator on AMD64 (won't run Win32
1443 binaries)
1444 --disable-tests do not build the regression tests
1445 --enable-maintainer-mode
1446 enable maintainer-specific build rules
1447 --disable-largefile omit support for large files
1449 Optional Packages:
1450 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1451 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1452 --without-alsa do not use the Alsa sound support
1453 --without-audioio do not use the AudioIO sound support
1454 --without-capi do not use CAPI (ISDN support)
1455 --without-cms do not use CMS (color management support)
1456 --without-coreaudio do not use the CoreAudio sound support
1457 --without-cups do not use CUPS
1458 --without-curses do not use (n)curses
1459 --without-esd do not use the EsounD sound support
1460 --without-fontconfig do not use fontconfig
1461 --without-freetype do not use the FreeType library
1462 --without-gphoto do not use gphoto (Digital Camera support)
1463 --without-glu do not use the GLU library
1464 --without-gnutls do not use GnuTLS (schannel support)
1465 --without-gsm do not use libgsm (GSM 06.10 codec support)
1466 --without-hal do not use HAL (dynamic device support)
1467 --without-jack do not use the Jack sound support
1468 --without-jpeg do not use JPEG
1469 --without-ldap do not use LDAP
1470 --without-mpg123 do not use the mpg123 library
1471 --without-nas do not use the NAS sound support
1472 --without-openal do not use OpenAL
1473 --without-opengl do not use OpenGL
1474 --without-openssl do not use OpenSSL
1475 --without-oss do not use the OSS sound support
1476 --without-png do not use PNG
1477 --without-pthread do not use the pthread library
1478 --without-sane do not use SANE (scanner support)
1479 --without-tiff do not use TIFF
1480 --without-v4l do not use v4l1 (v4l support)
1481 --without-xcomposite do not use the Xcomposite extension
1482 --without-xcursor do not use the Xcursor extension
1483 --without-xinerama do not use Xinerama (multi-monitor support)
1484 --without-xinput do not use the Xinput extension
1485 --without-xml do not use XML
1486 --without-xrandr do not use Xrandr (resolution changes)
1487 --without-xrender do not use the Xrender extension
1488 --without-xshape do not use the Xshape extension
1489 --without-xshm do not use XShm (shared memory extension)
1490 --without-xslt do not use XSLT
1491 --without-xxf86vm do not use XFree video mode extension
1492 --with-wine-tools=DIR use Wine tools from directory DIR
1493 --with-wine64=DIR use the 64-bit Wine in DIR for a Wow64 build
1494 --with-x use the X Window System
1496 Some influential environment variables:
1497 CC C compiler command
1498 CFLAGS C compiler flags
1499 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1500 nonstandard directory <lib dir>
1501 LIBS libraries to pass to the linker, e.g. -l<library>
1502 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
1503 you have headers in a nonstandard directory <include dir>
1504 CXX C++ compiler command
1505 CXXFLAGS C++ compiler flags
1506 CPP C preprocessor
1507 XMKMF Path to xmkmf, Makefile generator for X Window System
1509 Use these variables to override the choices made by `configure' or to help
1510 it to find libraries and programs with nonstandard names/locations.
1512 Report bugs to <wine-devel@winehq.org>.
1513 Wine home page: <http://www.winehq.org>.
1514 _ACEOF
1515 ac_status=$?
1518 if test "$ac_init_help" = "recursive"; then
1519 # If there are subdirs, report their specific --help.
1520 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1521 test -d "$ac_dir" ||
1522 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1523 continue
1524 ac_builddir=.
1526 case "$ac_dir" in
1527 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1529 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1530 # A ".." for each directory in $ac_dir_suffix.
1531 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1532 case $ac_top_builddir_sub in
1533 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1534 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1535 esac ;;
1536 esac
1537 ac_abs_top_builddir=$ac_pwd
1538 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1539 # for backward compatibility:
1540 ac_top_builddir=$ac_top_build_prefix
1542 case $srcdir in
1543 .) # We are building in place.
1544 ac_srcdir=.
1545 ac_top_srcdir=$ac_top_builddir_sub
1546 ac_abs_top_srcdir=$ac_pwd ;;
1547 [\\/]* | ?:[\\/]* ) # Absolute name.
1548 ac_srcdir=$srcdir$ac_dir_suffix;
1549 ac_top_srcdir=$srcdir
1550 ac_abs_top_srcdir=$srcdir ;;
1551 *) # Relative name.
1552 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1553 ac_top_srcdir=$ac_top_build_prefix$srcdir
1554 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1555 esac
1556 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1558 cd "$ac_dir" || { ac_status=$?; continue; }
1559 # Check for guested configure.
1560 if test -f "$ac_srcdir/configure.gnu"; then
1561 echo &&
1562 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1563 elif test -f "$ac_srcdir/configure"; then
1564 echo &&
1565 $SHELL "$ac_srcdir/configure" --help=recursive
1566 else
1567 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1568 fi || ac_status=$?
1569 cd "$ac_pwd" || { ac_status=$?; break; }
1570 done
1573 test -n "$ac_init_help" && exit $ac_status
1574 if $ac_init_version; then
1575 cat <<\_ACEOF
1576 Wine configure 1.1.41
1577 generated by GNU Autoconf 2.65
1579 Copyright (C) 2009 Free Software Foundation, Inc.
1580 This configure script is free software; the Free Software Foundation
1581 gives unlimited permission to copy, distribute and modify it.
1582 _ACEOF
1583 exit
1586 ## ------------------------ ##
1587 ## Autoconf initialization. ##
1588 ## ------------------------ ##
1590 # ac_fn_c_try_compile LINENO
1591 # --------------------------
1592 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1593 ac_fn_c_try_compile ()
1595 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1596 rm -f conftest.$ac_objext
1597 if { { ac_try="$ac_compile"
1598 case "(($ac_try" in
1599 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1600 *) ac_try_echo=$ac_try;;
1601 esac
1602 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1603 $as_echo "$ac_try_echo"; } >&5
1604 (eval "$ac_compile") 2>conftest.err
1605 ac_status=$?
1606 if test -s conftest.err; then
1607 grep -v '^ *+' conftest.err >conftest.er1
1608 cat conftest.er1 >&5
1609 mv -f conftest.er1 conftest.err
1611 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1612 test $ac_status = 0; } && {
1613 test -z "$ac_c_werror_flag" ||
1614 test ! -s conftest.err
1615 } && test -s conftest.$ac_objext; then :
1616 ac_retval=0
1617 else
1618 $as_echo "$as_me: failed program was:" >&5
1619 sed 's/^/| /' conftest.$ac_ext >&5
1621 ac_retval=1
1623 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1624 as_fn_set_status $ac_retval
1626 } # ac_fn_c_try_compile
1628 # ac_fn_cxx_try_compile LINENO
1629 # ----------------------------
1630 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1631 ac_fn_cxx_try_compile ()
1633 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1634 rm -f conftest.$ac_objext
1635 if { { ac_try="$ac_compile"
1636 case "(($ac_try" in
1637 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1638 *) ac_try_echo=$ac_try;;
1639 esac
1640 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1641 $as_echo "$ac_try_echo"; } >&5
1642 (eval "$ac_compile") 2>conftest.err
1643 ac_status=$?
1644 if test -s conftest.err; then
1645 grep -v '^ *+' conftest.err >conftest.er1
1646 cat conftest.er1 >&5
1647 mv -f conftest.er1 conftest.err
1649 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1650 test $ac_status = 0; } && {
1651 test -z "$ac_cxx_werror_flag" ||
1652 test ! -s conftest.err
1653 } && test -s conftest.$ac_objext; then :
1654 ac_retval=0
1655 else
1656 $as_echo "$as_me: failed program was:" >&5
1657 sed 's/^/| /' conftest.$ac_ext >&5
1659 ac_retval=1
1661 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1662 as_fn_set_status $ac_retval
1664 } # ac_fn_cxx_try_compile
1666 # ac_fn_c_try_link LINENO
1667 # -----------------------
1668 # Try to link conftest.$ac_ext, and return whether this succeeded.
1669 ac_fn_c_try_link ()
1671 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1672 rm -f conftest.$ac_objext conftest$ac_exeext
1673 if { { ac_try="$ac_link"
1674 case "(($ac_try" in
1675 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1676 *) ac_try_echo=$ac_try;;
1677 esac
1678 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1679 $as_echo "$ac_try_echo"; } >&5
1680 (eval "$ac_link") 2>conftest.err
1681 ac_status=$?
1682 if test -s conftest.err; then
1683 grep -v '^ *+' conftest.err >conftest.er1
1684 cat conftest.er1 >&5
1685 mv -f conftest.er1 conftest.err
1687 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1688 test $ac_status = 0; } && {
1689 test -z "$ac_c_werror_flag" ||
1690 test ! -s conftest.err
1691 } && test -s conftest$ac_exeext && {
1692 test "$cross_compiling" = yes ||
1693 $as_test_x conftest$ac_exeext
1694 }; then :
1695 ac_retval=0
1696 else
1697 $as_echo "$as_me: failed program was:" >&5
1698 sed 's/^/| /' conftest.$ac_ext >&5
1700 ac_retval=1
1702 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1703 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1704 # interfere with the next link command; also delete a directory that is
1705 # left behind by Apple's compiler. We do this before executing the actions.
1706 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1707 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1708 as_fn_set_status $ac_retval
1710 } # ac_fn_c_try_link
1712 # ac_fn_c_try_cpp LINENO
1713 # ----------------------
1714 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1715 ac_fn_c_try_cpp ()
1717 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1718 if { { ac_try="$ac_cpp conftest.$ac_ext"
1719 case "(($ac_try" in
1720 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1721 *) ac_try_echo=$ac_try;;
1722 esac
1723 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1724 $as_echo "$ac_try_echo"; } >&5
1725 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1726 ac_status=$?
1727 if test -s conftest.err; then
1728 grep -v '^ *+' conftest.err >conftest.er1
1729 cat conftest.er1 >&5
1730 mv -f conftest.er1 conftest.err
1732 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1733 test $ac_status = 0; } >/dev/null && {
1734 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1735 test ! -s conftest.err
1736 }; then :
1737 ac_retval=0
1738 else
1739 $as_echo "$as_me: failed program was:" >&5
1740 sed 's/^/| /' conftest.$ac_ext >&5
1742 ac_retval=1
1744 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1745 as_fn_set_status $ac_retval
1747 } # ac_fn_c_try_cpp
1749 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1750 # -------------------------------------------------------
1751 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
1752 # the include files in INCLUDES and setting the cache variable VAR
1753 # accordingly.
1754 ac_fn_c_check_header_mongrel ()
1756 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1757 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1758 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1759 $as_echo_n "checking for $2... " >&6; }
1760 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1761 $as_echo_n "(cached) " >&6
1763 eval ac_res=\$$3
1764 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1765 $as_echo "$ac_res" >&6; }
1766 else
1767 # Is the header compilable?
1768 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1769 $as_echo_n "checking $2 usability... " >&6; }
1770 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1771 /* end confdefs.h. */
1773 #include <$2>
1774 _ACEOF
1775 if ac_fn_c_try_compile "$LINENO"; then :
1776 ac_header_compiler=yes
1777 else
1778 ac_header_compiler=no
1780 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1781 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1782 $as_echo "$ac_header_compiler" >&6; }
1784 # Is the header present?
1785 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1786 $as_echo_n "checking $2 presence... " >&6; }
1787 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1788 /* end confdefs.h. */
1789 #include <$2>
1790 _ACEOF
1791 if ac_fn_c_try_cpp "$LINENO"; then :
1792 ac_header_preproc=yes
1793 else
1794 ac_header_preproc=no
1796 rm -f conftest.err conftest.$ac_ext
1797 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1798 $as_echo "$ac_header_preproc" >&6; }
1800 # So? What about this header?
1801 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1802 yes:no: )
1803 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1804 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1805 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1806 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1808 no:yes:* )
1809 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1810 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1811 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
1812 $as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
1813 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1814 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1815 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1816 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1817 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1818 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1819 ( cat <<\_ASBOX
1820 ## ------------------------------------ ##
1821 ## Report this to wine-devel@winehq.org ##
1822 ## ------------------------------------ ##
1823 _ASBOX
1824 ) | sed "s/^/$as_me: WARNING: /" >&2
1826 esac
1827 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1828 $as_echo_n "checking for $2... " >&6; }
1829 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1830 $as_echo_n "(cached) " >&6
1831 else
1832 eval "$3=\$ac_header_compiler"
1834 eval ac_res=\$$3
1835 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1836 $as_echo "$ac_res" >&6; }
1838 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1840 } # ac_fn_c_check_header_mongrel
1842 # ac_fn_c_try_run LINENO
1843 # ----------------------
1844 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1845 # that executables *can* be run.
1846 ac_fn_c_try_run ()
1848 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1849 if { { ac_try="$ac_link"
1850 case "(($ac_try" in
1851 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1852 *) ac_try_echo=$ac_try;;
1853 esac
1854 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1855 $as_echo "$ac_try_echo"; } >&5
1856 (eval "$ac_link") 2>&5
1857 ac_status=$?
1858 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1859 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1860 { { case "(($ac_try" in
1861 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1862 *) ac_try_echo=$ac_try;;
1863 esac
1864 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1865 $as_echo "$ac_try_echo"; } >&5
1866 (eval "$ac_try") 2>&5
1867 ac_status=$?
1868 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1869 test $ac_status = 0; }; }; then :
1870 ac_retval=0
1871 else
1872 $as_echo "$as_me: program exited with status $ac_status" >&5
1873 $as_echo "$as_me: failed program was:" >&5
1874 sed 's/^/| /' conftest.$ac_ext >&5
1876 ac_retval=$ac_status
1878 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1879 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1880 as_fn_set_status $ac_retval
1882 } # ac_fn_c_try_run
1884 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1885 # -------------------------------------------------------
1886 # Tests whether HEADER exists and can be compiled using the include files in
1887 # INCLUDES, setting the cache variable VAR accordingly.
1888 ac_fn_c_check_header_compile ()
1890 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1891 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1892 $as_echo_n "checking for $2... " >&6; }
1893 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1894 $as_echo_n "(cached) " >&6
1895 else
1896 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1897 /* end confdefs.h. */
1899 #include <$2>
1900 _ACEOF
1901 if ac_fn_c_try_compile "$LINENO"; then :
1902 eval "$3=yes"
1903 else
1904 eval "$3=no"
1906 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1908 eval ac_res=\$$3
1909 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1910 $as_echo "$ac_res" >&6; }
1911 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1913 } # ac_fn_c_check_header_compile
1915 # ac_fn_c_check_func LINENO FUNC VAR
1916 # ----------------------------------
1917 # Tests whether FUNC exists, setting the cache variable VAR accordingly
1918 ac_fn_c_check_func ()
1920 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1921 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1922 $as_echo_n "checking for $2... " >&6; }
1923 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1924 $as_echo_n "(cached) " >&6
1925 else
1926 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1927 /* end confdefs.h. */
1928 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1929 For example, HP-UX 11i <limits.h> declares gettimeofday. */
1930 #define $2 innocuous_$2
1932 /* System header to define __stub macros and hopefully few prototypes,
1933 which can conflict with char $2 (); below.
1934 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1935 <limits.h> exists even on freestanding compilers. */
1937 #ifdef __STDC__
1938 # include <limits.h>
1939 #else
1940 # include <assert.h>
1941 #endif
1943 #undef $2
1945 /* Override any GCC internal prototype to avoid an error.
1946 Use char because int might match the return type of a GCC
1947 builtin and then its argument prototype would still apply. */
1948 #ifdef __cplusplus
1949 extern "C"
1950 #endif
1951 char $2 ();
1952 /* The GNU C library defines this for functions which it implements
1953 to always fail with ENOSYS. Some functions are actually named
1954 something starting with __ and the normal name is an alias. */
1955 #if defined __stub_$2 || defined __stub___$2
1956 choke me
1957 #endif
1960 main ()
1962 return $2 ();
1964 return 0;
1966 _ACEOF
1967 if ac_fn_c_try_link "$LINENO"; then :
1968 eval "$3=yes"
1969 else
1970 eval "$3=no"
1972 rm -f core conftest.err conftest.$ac_objext \
1973 conftest$ac_exeext conftest.$ac_ext
1975 eval ac_res=\$$3
1976 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1977 $as_echo "$ac_res" >&6; }
1978 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1980 } # ac_fn_c_check_func
1982 # ac_fn_c_check_member LINENO AGGR MEMBER VAR INCLUDES
1983 # ----------------------------------------------------
1984 # Tries to find if the field MEMBER exists in type AGGR, after including
1985 # INCLUDES, setting cache variable VAR accordingly.
1986 ac_fn_c_check_member ()
1988 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1989 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2.$3" >&5
1990 $as_echo_n "checking for $2.$3... " >&6; }
1991 if { as_var=$4; eval "test \"\${$as_var+set}\" = set"; }; then :
1992 $as_echo_n "(cached) " >&6
1993 else
1994 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1995 /* end confdefs.h. */
1998 main ()
2000 static $2 ac_aggr;
2001 if (ac_aggr.$3)
2002 return 0;
2004 return 0;
2006 _ACEOF
2007 if ac_fn_c_try_compile "$LINENO"; then :
2008 eval "$4=yes"
2009 else
2010 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2011 /* end confdefs.h. */
2014 main ()
2016 static $2 ac_aggr;
2017 if (sizeof ac_aggr.$3)
2018 return 0;
2020 return 0;
2022 _ACEOF
2023 if ac_fn_c_try_compile "$LINENO"; then :
2024 eval "$4=yes"
2025 else
2026 eval "$4=no"
2028 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2030 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2032 eval ac_res=\$$4
2033 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2034 $as_echo "$ac_res" >&6; }
2035 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2037 } # ac_fn_c_check_member
2039 # ac_fn_c_check_type LINENO TYPE VAR INCLUDES
2040 # -------------------------------------------
2041 # Tests whether TYPE exists after having included INCLUDES, setting cache
2042 # variable VAR accordingly.
2043 ac_fn_c_check_type ()
2045 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2046 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2047 $as_echo_n "checking for $2... " >&6; }
2048 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
2049 $as_echo_n "(cached) " >&6
2050 else
2051 eval "$3=no"
2052 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2053 /* end confdefs.h. */
2056 main ()
2058 if (sizeof ($2))
2059 return 0;
2061 return 0;
2063 _ACEOF
2064 if ac_fn_c_try_compile "$LINENO"; then :
2065 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2066 /* end confdefs.h. */
2069 main ()
2071 if (sizeof (($2)))
2072 return 0;
2074 return 0;
2076 _ACEOF
2077 if ac_fn_c_try_compile "$LINENO"; then :
2079 else
2080 eval "$3=yes"
2082 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2084 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2086 eval ac_res=\$$3
2087 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2088 $as_echo "$ac_res" >&6; }
2089 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2091 } # ac_fn_c_check_type
2092 cat >config.log <<_ACEOF
2093 This file contains any messages produced by compilers while
2094 running configure, to aid debugging if configure makes a mistake.
2096 It was created by Wine $as_me 1.1.41, which was
2097 generated by GNU Autoconf 2.65. Invocation command line was
2099 $ $0 $@
2101 _ACEOF
2102 exec 5>>config.log
2104 cat <<_ASUNAME
2105 ## --------- ##
2106 ## Platform. ##
2107 ## --------- ##
2109 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
2110 uname -m = `(uname -m) 2>/dev/null || echo unknown`
2111 uname -r = `(uname -r) 2>/dev/null || echo unknown`
2112 uname -s = `(uname -s) 2>/dev/null || echo unknown`
2113 uname -v = `(uname -v) 2>/dev/null || echo unknown`
2115 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
2116 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
2118 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
2119 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
2120 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
2121 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
2122 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
2123 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
2124 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
2126 _ASUNAME
2128 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2129 for as_dir in $PATH
2131 IFS=$as_save_IFS
2132 test -z "$as_dir" && as_dir=.
2133 $as_echo "PATH: $as_dir"
2134 done
2135 IFS=$as_save_IFS
2137 } >&5
2139 cat >&5 <<_ACEOF
2142 ## ----------- ##
2143 ## Core tests. ##
2144 ## ----------- ##
2146 _ACEOF
2149 # Keep a trace of the command line.
2150 # Strip out --no-create and --no-recursion so they do not pile up.
2151 # Strip out --silent because we don't want to record it for future runs.
2152 # Also quote any args containing shell meta-characters.
2153 # Make two passes to allow for proper duplicate-argument suppression.
2154 ac_configure_args=
2155 ac_configure_args0=
2156 ac_configure_args1=
2157 ac_must_keep_next=false
2158 for ac_pass in 1 2
2160 for ac_arg
2162 case $ac_arg in
2163 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
2164 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2165 | -silent | --silent | --silen | --sile | --sil)
2166 continue ;;
2167 *\'*)
2168 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
2169 esac
2170 case $ac_pass in
2171 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
2173 as_fn_append ac_configure_args1 " '$ac_arg'"
2174 if test $ac_must_keep_next = true; then
2175 ac_must_keep_next=false # Got value, back to normal.
2176 else
2177 case $ac_arg in
2178 *=* | --config-cache | -C | -disable-* | --disable-* \
2179 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
2180 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2181 | -with-* | --with-* | -without-* | --without-* | --x)
2182 case "$ac_configure_args0 " in
2183 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2184 esac
2186 -* ) ac_must_keep_next=true ;;
2187 esac
2189 as_fn_append ac_configure_args " '$ac_arg'"
2191 esac
2192 done
2193 done
2194 { ac_configure_args0=; unset ac_configure_args0;}
2195 { ac_configure_args1=; unset ac_configure_args1;}
2197 # When interrupted or exit'd, cleanup temporary files, and complete
2198 # config.log. We remove comments because anyway the quotes in there
2199 # would cause problems or look ugly.
2200 # WARNING: Use '\'' to represent an apostrophe within the trap.
2201 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
2202 trap 'exit_status=$?
2203 # Save into config.log some information that might help in debugging.
2205 echo
2207 cat <<\_ASBOX
2208 ## ---------------- ##
2209 ## Cache variables. ##
2210 ## ---------------- ##
2211 _ASBOX
2212 echo
2213 # The following way of writing the cache mishandles newlines in values,
2215 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2216 eval ac_val=\$$ac_var
2217 case $ac_val in #(
2218 *${as_nl}*)
2219 case $ac_var in #(
2220 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2221 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2222 esac
2223 case $ac_var in #(
2224 _ | IFS | as_nl) ;; #(
2225 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2226 *) { eval $ac_var=; unset $ac_var;} ;;
2227 esac ;;
2228 esac
2229 done
2230 (set) 2>&1 |
2231 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2232 *${as_nl}ac_space=\ *)
2233 sed -n \
2234 "s/'\''/'\''\\\\'\'''\''/g;
2235 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2236 ;; #(
2238 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2240 esac |
2241 sort
2243 echo
2245 cat <<\_ASBOX
2246 ## ----------------- ##
2247 ## Output variables. ##
2248 ## ----------------- ##
2249 _ASBOX
2250 echo
2251 for ac_var in $ac_subst_vars
2253 eval ac_val=\$$ac_var
2254 case $ac_val in
2255 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2256 esac
2257 $as_echo "$ac_var='\''$ac_val'\''"
2258 done | sort
2259 echo
2261 if test -n "$ac_subst_files"; then
2262 cat <<\_ASBOX
2263 ## ------------------- ##
2264 ## File substitutions. ##
2265 ## ------------------- ##
2266 _ASBOX
2267 echo
2268 for ac_var in $ac_subst_files
2270 eval ac_val=\$$ac_var
2271 case $ac_val in
2272 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2273 esac
2274 $as_echo "$ac_var='\''$ac_val'\''"
2275 done | sort
2276 echo
2279 if test -s confdefs.h; then
2280 cat <<\_ASBOX
2281 ## ----------- ##
2282 ## confdefs.h. ##
2283 ## ----------- ##
2284 _ASBOX
2285 echo
2286 cat confdefs.h
2287 echo
2289 test "$ac_signal" != 0 &&
2290 $as_echo "$as_me: caught signal $ac_signal"
2291 $as_echo "$as_me: exit $exit_status"
2292 } >&5
2293 rm -f core *.core core.conftest.* &&
2294 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2295 exit $exit_status
2297 for ac_signal in 1 2 13 15; do
2298 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
2299 done
2300 ac_signal=0
2302 # confdefs.h avoids OS command line length limits that DEFS can exceed.
2303 rm -f -r conftest* confdefs.h
2305 $as_echo "/* confdefs.h */" > confdefs.h
2307 # Predefined preprocessor variables.
2309 cat >>confdefs.h <<_ACEOF
2310 #define PACKAGE_NAME "$PACKAGE_NAME"
2311 _ACEOF
2313 cat >>confdefs.h <<_ACEOF
2314 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2315 _ACEOF
2317 cat >>confdefs.h <<_ACEOF
2318 #define PACKAGE_VERSION "$PACKAGE_VERSION"
2319 _ACEOF
2321 cat >>confdefs.h <<_ACEOF
2322 #define PACKAGE_STRING "$PACKAGE_STRING"
2323 _ACEOF
2325 cat >>confdefs.h <<_ACEOF
2326 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2327 _ACEOF
2329 cat >>confdefs.h <<_ACEOF
2330 #define PACKAGE_URL "$PACKAGE_URL"
2331 _ACEOF
2334 # Let the site file select an alternate cache file if it wants to.
2335 # Prefer an explicitly selected file to automatically selected ones.
2336 ac_site_file1=NONE
2337 ac_site_file2=NONE
2338 if test -n "$CONFIG_SITE"; then
2339 ac_site_file1=$CONFIG_SITE
2340 elif test "x$prefix" != xNONE; then
2341 ac_site_file1=$prefix/share/config.site
2342 ac_site_file2=$prefix/etc/config.site
2343 else
2344 ac_site_file1=$ac_default_prefix/share/config.site
2345 ac_site_file2=$ac_default_prefix/etc/config.site
2347 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2349 test "x$ac_site_file" = xNONE && continue
2350 if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
2351 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2352 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
2353 sed 's/^/| /' "$ac_site_file" >&5
2354 . "$ac_site_file"
2356 done
2358 if test -r "$cache_file"; then
2359 # Some versions of bash will fail to source /dev/null (special files
2360 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
2361 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
2362 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2363 $as_echo "$as_me: loading cache $cache_file" >&6;}
2364 case $cache_file in
2365 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2366 *) . "./$cache_file";;
2367 esac
2369 else
2370 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2371 $as_echo "$as_me: creating cache $cache_file" >&6;}
2372 >$cache_file
2375 # Check that the precious variables saved in the cache have kept the same
2376 # value.
2377 ac_cache_corrupted=false
2378 for ac_var in $ac_precious_vars; do
2379 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2380 eval ac_new_set=\$ac_env_${ac_var}_set
2381 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2382 eval ac_new_val=\$ac_env_${ac_var}_value
2383 case $ac_old_set,$ac_new_set in
2384 set,)
2385 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2386 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2387 ac_cache_corrupted=: ;;
2388 ,set)
2389 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2390 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2391 ac_cache_corrupted=: ;;
2392 ,);;
2394 if test "x$ac_old_val" != "x$ac_new_val"; then
2395 # differences in whitespace do not lead to failure.
2396 ac_old_val_w=`echo x $ac_old_val`
2397 ac_new_val_w=`echo x $ac_new_val`
2398 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2399 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2400 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2401 ac_cache_corrupted=:
2402 else
2403 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2404 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2405 eval $ac_var=\$ac_old_val
2407 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2408 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2409 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2410 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
2411 fi;;
2412 esac
2413 # Pass precious variables to config.status.
2414 if test "$ac_new_set" = set; then
2415 case $ac_new_val in
2416 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2417 *) ac_arg=$ac_var=$ac_new_val ;;
2418 esac
2419 case " $ac_configure_args " in
2420 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
2421 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
2422 esac
2424 done
2425 if $ac_cache_corrupted; then
2426 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2427 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2428 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2429 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2430 as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
2432 ## -------------------- ##
2433 ## Main body of script. ##
2434 ## -------------------- ##
2436 ac_ext=c
2437 ac_cpp='$CPP $CPPFLAGS'
2438 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2439 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2440 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2444 ac_config_headers="$ac_config_headers include/config.h"
2446 ac_aux_dir=
2447 for ac_dir in tools "$srcdir"/tools; do
2448 for ac_t in install-sh install.sh shtool; do
2449 if test -f "$ac_dir/$ac_t"; then
2450 ac_aux_dir=$ac_dir
2451 ac_install_sh="$ac_aux_dir/$ac_t -c"
2452 break 2
2454 done
2455 done
2456 if test -z "$ac_aux_dir"; then
2457 as_fn_error "cannot find install-sh, install.sh, or shtool in tools \"$srcdir\"/tools" "$LINENO" 5
2460 # These three variables are undocumented and unsupported,
2461 # and are intended to be withdrawn in a future Autoconf release.
2462 # They can cause serious problems if a builder's source tree is in a directory
2463 # whose full name contains unusual characters.
2464 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2465 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2466 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2472 # Check whether --enable-win16 was given.
2473 if test "${enable_win16+set}" = set; then :
2474 enableval=$enable_win16;
2477 # Check whether --enable-win64 was given.
2478 if test "${enable_win64+set}" = set; then :
2479 enableval=$enable_win64;
2482 # Check whether --enable-tests was given.
2483 if test "${enable_tests+set}" = set; then :
2484 enableval=$enable_tests;
2487 # Check whether --enable-maintainer-mode was given.
2488 if test "${enable_maintainer_mode+set}" = set; then :
2489 enableval=$enable_maintainer_mode;
2490 else
2491 MAINTAINER_MODE=\#
2497 # Check whether --with-alsa was given.
2498 if test "${with_alsa+set}" = set; then :
2499 withval=$with_alsa; if test "x$withval" = "xno"; then ac_cv_header_sys_asoundlib_h=no; ac_cv_header_alsa_asoundlib_h=no; fi
2503 # Check whether --with-audioio was given.
2504 if test "${with_audioio+set}" = set; then :
2505 withval=$with_audioio; if test "x$withval" = "xno"; then ac_cv_header_libaudioio_h=no; fi
2509 # Check whether --with-capi was given.
2510 if test "${with_capi+set}" = set; then :
2511 withval=$with_capi; if test "x$withval" = "xno"; then ac_cv_header_capi20_h=no; ac_cv_header_linux_capi_h=no; fi
2515 # Check whether --with-cms was given.
2516 if test "${with_cms+set}" = set; then :
2517 withval=$with_cms; if test "x$withval" = "xno"; then ac_cv_header_lcms_h=no; ac_cv_header_lcms_lcms_h=no; fi
2521 # Check whether --with-coreaudio was given.
2522 if test "${with_coreaudio+set}" = set; then :
2523 withval=$with_coreaudio; if test "x$withval" = "xno"; then ac_cv_header_CoreAudio_CoreAudio_h=no; fi
2527 # Check whether --with-cups was given.
2528 if test "${with_cups+set}" = set; then :
2529 withval=$with_cups;
2533 # Check whether --with-curses was given.
2534 if test "${with_curses+set}" = set; then :
2535 withval=$with_curses; if test "x$withval" = "xno"; then ac_cv_header_ncurses_h=no; ac_cv_header_curses_h=no; fi
2539 # Check whether --with-esd was given.
2540 if test "${with_esd+set}" = set; then :
2541 withval=$with_esd;
2545 # Check whether --with-fontconfig was given.
2546 if test "${with_fontconfig+set}" = set; then :
2547 withval=$with_fontconfig; if test "x$withval" = "xno"; then ac_cv_header_fontconfig_fontconfig_h=no; fi
2551 # Check whether --with-freetype was given.
2552 if test "${with_freetype+set}" = set; then :
2553 withval=$with_freetype;
2557 # Check whether --with-gphoto was given.
2558 if test "${with_gphoto+set}" = set; then :
2559 withval=$with_gphoto;
2563 # Check whether --with-glu was given.
2564 if test "${with_glu+set}" = set; then :
2565 withval=$with_glu; if test "x$withval" = "xno"; then ac_cv_header_GL_glu_h=no; fi
2569 # Check whether --with-gnutls was given.
2570 if test "${with_gnutls+set}" = set; then :
2571 withval=$with_gnutls;
2575 # Check whether --with-gsm was given.
2576 if test "${with_gsm+set}" = set; then :
2577 withval=$with_gsm; if test "x$withval" = "xno"; then ac_cv_header_gsm_h=no; ac_cv_header_gsm_gsm_h=no; fi
2581 # Check whether --with-hal was given.
2582 if test "${with_hal+set}" = set; then :
2583 withval=$with_hal;
2587 # Check whether --with-jack was given.
2588 if test "${with_jack+set}" = set; then :
2589 withval=$with_jack; if test "x$withval" = "xno"; then ac_cv_header_jack_jack_h=no; fi
2593 # Check whether --with-jpeg was given.
2594 if test "${with_jpeg+set}" = set; then :
2595 withval=$with_jpeg; if test "x$withval" = "xno"; then ac_cv_header_jpeglib_h=no; fi
2599 # Check whether --with-ldap was given.
2600 if test "${with_ldap+set}" = set; then :
2601 withval=$with_ldap; if test "x$withval" = "xno"; then ac_cv_header_ldap_h=no; ac_cv_header_lber_h=no; fi
2605 # Check whether --with-mpg123 was given.
2606 if test "${with_mpg123+set}" = set; then :
2607 withval=$with_mpg123; if test "x$withval" = "xno"; then ac_cv_header_mpg123_h=no; fi
2611 # Check whether --with-nas was given.
2612 if test "${with_nas+set}" = set; then :
2613 withval=$with_nas; if test "x$withval" = "xno"; then ac_cv_header_audio_audiolib_h=no; fi
2617 # Check whether --with-openal was given.
2618 if test "${with_openal+set}" = set; then :
2619 withval=$with_openal; if test "x$withval" = "xno"; then ac_cv_header_AL_al_h=no; ac_cv_header_OpenAL_al_h=no; fi
2623 # Check whether --with-opengl was given.
2624 if test "${with_opengl+set}" = set; then :
2625 withval=$with_opengl;
2629 # Check whether --with-openssl was given.
2630 if test "${with_openssl+set}" = set; then :
2631 withval=$with_openssl; if test "x$withval" = "xno"; then ac_cv_header_openssl_err_h=no; ac_cv_header_openssl_ssl_h=no; fi
2635 # Check whether --with-oss was given.
2636 if test "${with_oss+set}" = set; then :
2637 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
2641 # Check whether --with-png was given.
2642 if test "${with_png+set}" = set; then :
2643 withval=$with_png; if test "x$withval" = "xno"; then ac_cv_header_png_h=no; fi
2647 # Check whether --with-pthread was given.
2648 if test "${with_pthread+set}" = set; then :
2649 withval=$with_pthread; if test "x$withval" = "xno"; then ac_cv_header_pthread_h=no; fi
2653 # Check whether --with-sane was given.
2654 if test "${with_sane+set}" = set; then :
2655 withval=$with_sane;
2659 # Check whether --with-tiff was given.
2660 if test "${with_tiff+set}" = set; then :
2661 withval=$with_tiff; if test "x$withval" = "xno"; then ac_cv_header_tiffio_h=no; fi
2665 # Check whether --with-v4l was given.
2666 if test "${with_v4l+set}" = set; then :
2667 withval=$with_v4l;
2671 # Check whether --with-xcomposite was given.
2672 if test "${with_xcomposite+set}" = set; then :
2673 withval=$with_xcomposite; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xcomposite_h=no; fi
2677 # Check whether --with-xcursor was given.
2678 if test "${with_xcursor+set}" = set; then :
2679 withval=$with_xcursor; if test "x$withval" = "xno"; then ac_cv_header_X11_Xcursor_Xcursor_h=no; fi
2683 # Check whether --with-xinerama was given.
2684 if test "${with_xinerama+set}" = set; then :
2685 withval=$with_xinerama; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xinerama_h=no; fi
2689 # Check whether --with-xinput was given.
2690 if test "${with_xinput+set}" = set; then :
2691 withval=$with_xinput; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput_h=no; fi
2695 # Check whether --with-xml was given.
2696 if test "${with_xml+set}" = set; then :
2697 withval=$with_xml;
2701 # Check whether --with-xrandr was given.
2702 if test "${with_xrandr+set}" = set; then :
2703 withval=$with_xrandr; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrandr_h=no; fi
2707 # Check whether --with-xrender was given.
2708 if test "${with_xrender+set}" = set; then :
2709 withval=$with_xrender; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrender_h=no; fi
2713 # Check whether --with-xshape was given.
2714 if test "${with_xshape+set}" = set; then :
2715 withval=$with_xshape; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_shape_h=no; fi
2719 # Check whether --with-xshm was given.
2720 if test "${with_xshm+set}" = set; then :
2721 withval=$with_xshm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XShm_h=no; fi
2725 # Check whether --with-xslt was given.
2726 if test "${with_xslt+set}" = set; then :
2727 withval=$with_xslt;
2731 # Check whether --with-xxf86vm was given.
2732 if test "${with_xxf86vm+set}" = set; then :
2733 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
2738 # Check whether --with-wine-tools was given.
2739 if test "${with_wine_tools+set}" = set; then :
2740 withval=$with_wine_tools;
2744 # Check whether --with-wine64 was given.
2745 if test "${with_wine64+set}" = set; then :
2746 withval=$with_wine64;
2750 # Make sure we can run config.sub.
2751 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2752 as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2754 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2755 $as_echo_n "checking build system type... " >&6; }
2756 if test "${ac_cv_build+set}" = set; then :
2757 $as_echo_n "(cached) " >&6
2758 else
2759 ac_build_alias=$build_alias
2760 test "x$ac_build_alias" = x &&
2761 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2762 test "x$ac_build_alias" = x &&
2763 as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5
2764 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2765 as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
2768 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2769 $as_echo "$ac_cv_build" >&6; }
2770 case $ac_cv_build in
2771 *-*-*) ;;
2772 *) as_fn_error "invalid value of canonical build" "$LINENO" 5;;
2773 esac
2774 build=$ac_cv_build
2775 ac_save_IFS=$IFS; IFS='-'
2776 set x $ac_cv_build
2777 shift
2778 build_cpu=$1
2779 build_vendor=$2
2780 shift; shift
2781 # Remember, the first character of IFS is used to create $*,
2782 # except with old shells:
2783 build_os=$*
2784 IFS=$ac_save_IFS
2785 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2788 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2789 $as_echo_n "checking host system type... " >&6; }
2790 if test "${ac_cv_host+set}" = set; then :
2791 $as_echo_n "(cached) " >&6
2792 else
2793 if test "x$host_alias" = x; then
2794 ac_cv_host=$ac_cv_build
2795 else
2796 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2797 as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
2801 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2802 $as_echo "$ac_cv_host" >&6; }
2803 case $ac_cv_host in
2804 *-*-*) ;;
2805 *) as_fn_error "invalid value of canonical host" "$LINENO" 5;;
2806 esac
2807 host=$ac_cv_host
2808 ac_save_IFS=$IFS; IFS='-'
2809 set x $ac_cv_host
2810 shift
2811 host_cpu=$1
2812 host_vendor=$2
2813 shift; shift
2814 # Remember, the first character of IFS is used to create $*,
2815 # except with old shells:
2816 host_os=$*
2817 IFS=$ac_save_IFS
2818 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2822 case "$srcdir" in
2823 .) ;;
2824 *) if test -f "$srcdir/Makefile" -o -f "$srcdir/include/config.h"; then
2825 as_fn_error "you are building out of the source tree, but the source tree contains object files.
2826 You need to run 'make distclean' in the source tree first." "$LINENO" 5
2827 fi ;;
2828 esac
2831 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2832 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
2833 set x ${MAKE-make}
2834 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2835 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then :
2836 $as_echo_n "(cached) " >&6
2837 else
2838 cat >conftest.make <<\_ACEOF
2839 SHELL = /bin/sh
2840 all:
2841 @echo '@@@%%%=$(MAKE)=@@@%%%'
2842 _ACEOF
2843 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
2844 case `${MAKE-make} -f conftest.make 2>/dev/null` in
2845 *@@@%%%=?*=@@@%%%*)
2846 eval ac_cv_prog_make_${ac_make}_set=yes;;
2848 eval ac_cv_prog_make_${ac_make}_set=no;;
2849 esac
2850 rm -f conftest.make
2852 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
2853 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2854 $as_echo "yes" >&6; }
2855 SET_MAKE=
2856 else
2857 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2858 $as_echo "no" >&6; }
2859 SET_MAKE="MAKE=${MAKE-make}"
2862 ac_ext=c
2863 ac_cpp='$CPP $CPPFLAGS'
2864 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2865 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2866 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2867 if test -n "$ac_tool_prefix"; then
2868 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2869 set dummy ${ac_tool_prefix}gcc; ac_word=$2
2870 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2871 $as_echo_n "checking for $ac_word... " >&6; }
2872 if test "${ac_cv_prog_CC+set}" = set; then :
2873 $as_echo_n "(cached) " >&6
2874 else
2875 if test -n "$CC"; then
2876 ac_cv_prog_CC="$CC" # Let the user override the test.
2877 else
2878 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2879 for as_dir in $PATH
2881 IFS=$as_save_IFS
2882 test -z "$as_dir" && as_dir=.
2883 for ac_exec_ext in '' $ac_executable_extensions; do
2884 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2885 ac_cv_prog_CC="${ac_tool_prefix}gcc"
2886 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2887 break 2
2889 done
2890 done
2891 IFS=$as_save_IFS
2895 CC=$ac_cv_prog_CC
2896 if test -n "$CC"; then
2897 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2898 $as_echo "$CC" >&6; }
2899 else
2900 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2901 $as_echo "no" >&6; }
2906 if test -z "$ac_cv_prog_CC"; then
2907 ac_ct_CC=$CC
2908 # Extract the first word of "gcc", so it can be a program name with args.
2909 set dummy gcc; ac_word=$2
2910 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2911 $as_echo_n "checking for $ac_word... " >&6; }
2912 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
2913 $as_echo_n "(cached) " >&6
2914 else
2915 if test -n "$ac_ct_CC"; then
2916 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2917 else
2918 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2919 for as_dir in $PATH
2921 IFS=$as_save_IFS
2922 test -z "$as_dir" && as_dir=.
2923 for ac_exec_ext in '' $ac_executable_extensions; do
2924 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2925 ac_cv_prog_ac_ct_CC="gcc"
2926 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2927 break 2
2929 done
2930 done
2931 IFS=$as_save_IFS
2935 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2936 if test -n "$ac_ct_CC"; then
2937 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2938 $as_echo "$ac_ct_CC" >&6; }
2939 else
2940 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2941 $as_echo "no" >&6; }
2944 if test "x$ac_ct_CC" = x; then
2945 CC=""
2946 else
2947 case $cross_compiling:$ac_tool_warned in
2948 yes:)
2949 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2950 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2951 ac_tool_warned=yes ;;
2952 esac
2953 CC=$ac_ct_CC
2955 else
2956 CC="$ac_cv_prog_CC"
2959 if test -z "$CC"; then
2960 if test -n "$ac_tool_prefix"; then
2961 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2962 set dummy ${ac_tool_prefix}cc; ac_word=$2
2963 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2964 $as_echo_n "checking for $ac_word... " >&6; }
2965 if test "${ac_cv_prog_CC+set}" = set; then :
2966 $as_echo_n "(cached) " >&6
2967 else
2968 if test -n "$CC"; then
2969 ac_cv_prog_CC="$CC" # Let the user override the test.
2970 else
2971 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2972 for as_dir in $PATH
2974 IFS=$as_save_IFS
2975 test -z "$as_dir" && as_dir=.
2976 for ac_exec_ext in '' $ac_executable_extensions; do
2977 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2978 ac_cv_prog_CC="${ac_tool_prefix}cc"
2979 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2980 break 2
2982 done
2983 done
2984 IFS=$as_save_IFS
2988 CC=$ac_cv_prog_CC
2989 if test -n "$CC"; then
2990 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2991 $as_echo "$CC" >&6; }
2992 else
2993 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2994 $as_echo "no" >&6; }
3000 if test -z "$CC"; then
3001 # Extract the first word of "cc", so it can be a program name with args.
3002 set dummy cc; ac_word=$2
3003 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3004 $as_echo_n "checking for $ac_word... " >&6; }
3005 if test "${ac_cv_prog_CC+set}" = set; then :
3006 $as_echo_n "(cached) " >&6
3007 else
3008 if test -n "$CC"; then
3009 ac_cv_prog_CC="$CC" # Let the user override the test.
3010 else
3011 ac_prog_rejected=no
3012 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3013 for as_dir in $PATH
3015 IFS=$as_save_IFS
3016 test -z "$as_dir" && as_dir=.
3017 for ac_exec_ext in '' $ac_executable_extensions; do
3018 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3019 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3020 ac_prog_rejected=yes
3021 continue
3023 ac_cv_prog_CC="cc"
3024 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3025 break 2
3027 done
3028 done
3029 IFS=$as_save_IFS
3031 if test $ac_prog_rejected = yes; then
3032 # We found a bogon in the path, so make sure we never use it.
3033 set dummy $ac_cv_prog_CC
3034 shift
3035 if test $# != 0; then
3036 # We chose a different compiler from the bogus one.
3037 # However, it has the same basename, so the bogon will be chosen
3038 # first if we set CC to just the basename; use the full file name.
3039 shift
3040 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
3045 CC=$ac_cv_prog_CC
3046 if test -n "$CC"; then
3047 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3048 $as_echo "$CC" >&6; }
3049 else
3050 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3051 $as_echo "no" >&6; }
3056 if test -z "$CC"; then
3057 if test -n "$ac_tool_prefix"; then
3058 for ac_prog in cl.exe
3060 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3061 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3062 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3063 $as_echo_n "checking for $ac_word... " >&6; }
3064 if test "${ac_cv_prog_CC+set}" = set; then :
3065 $as_echo_n "(cached) " >&6
3066 else
3067 if test -n "$CC"; then
3068 ac_cv_prog_CC="$CC" # Let the user override the test.
3069 else
3070 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3071 for as_dir in $PATH
3073 IFS=$as_save_IFS
3074 test -z "$as_dir" && as_dir=.
3075 for ac_exec_ext in '' $ac_executable_extensions; do
3076 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3077 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
3078 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3079 break 2
3081 done
3082 done
3083 IFS=$as_save_IFS
3087 CC=$ac_cv_prog_CC
3088 if test -n "$CC"; then
3089 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3090 $as_echo "$CC" >&6; }
3091 else
3092 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3093 $as_echo "no" >&6; }
3097 test -n "$CC" && break
3098 done
3100 if test -z "$CC"; then
3101 ac_ct_CC=$CC
3102 for ac_prog in cl.exe
3104 # Extract the first word of "$ac_prog", so it can be a program name with args.
3105 set dummy $ac_prog; ac_word=$2
3106 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3107 $as_echo_n "checking for $ac_word... " >&6; }
3108 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
3109 $as_echo_n "(cached) " >&6
3110 else
3111 if test -n "$ac_ct_CC"; then
3112 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3113 else
3114 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3115 for as_dir in $PATH
3117 IFS=$as_save_IFS
3118 test -z "$as_dir" && as_dir=.
3119 for ac_exec_ext in '' $ac_executable_extensions; do
3120 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3121 ac_cv_prog_ac_ct_CC="$ac_prog"
3122 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3123 break 2
3125 done
3126 done
3127 IFS=$as_save_IFS
3131 ac_ct_CC=$ac_cv_prog_ac_ct_CC
3132 if test -n "$ac_ct_CC"; then
3133 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3134 $as_echo "$ac_ct_CC" >&6; }
3135 else
3136 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3137 $as_echo "no" >&6; }
3141 test -n "$ac_ct_CC" && break
3142 done
3144 if test "x$ac_ct_CC" = x; then
3145 CC=""
3146 else
3147 case $cross_compiling:$ac_tool_warned in
3148 yes:)
3149 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3150 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3151 ac_tool_warned=yes ;;
3152 esac
3153 CC=$ac_ct_CC
3160 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3161 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3162 as_fn_error "no acceptable C compiler found in \$PATH
3163 See \`config.log' for more details." "$LINENO" 5; }
3165 # Provide some information about the compiler.
3166 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
3167 set X $ac_compile
3168 ac_compiler=$2
3169 for ac_option in --version -v -V -qversion; do
3170 { { ac_try="$ac_compiler $ac_option >&5"
3171 case "(($ac_try" in
3172 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3173 *) ac_try_echo=$ac_try;;
3174 esac
3175 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3176 $as_echo "$ac_try_echo"; } >&5
3177 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
3178 ac_status=$?
3179 if test -s conftest.err; then
3180 sed '10a\
3181 ... rest of stderr output deleted ...
3182 10q' conftest.err >conftest.er1
3183 cat conftest.er1 >&5
3185 rm -f conftest.er1 conftest.err
3186 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3187 test $ac_status = 0; }
3188 done
3190 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3191 /* end confdefs.h. */
3194 main ()
3198 return 0;
3200 _ACEOF
3201 ac_clean_files_save=$ac_clean_files
3202 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
3203 # Try to create an executable without -o first, disregard a.out.
3204 # It will help us diagnose broken compilers, and finding out an intuition
3205 # of exeext.
3206 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
3207 $as_echo_n "checking whether the C compiler works... " >&6; }
3208 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
3210 # The possible output files:
3211 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
3213 ac_rmfiles=
3214 for ac_file in $ac_files
3216 case $ac_file in
3217 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3218 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
3219 esac
3220 done
3221 rm -f $ac_rmfiles
3223 if { { ac_try="$ac_link_default"
3224 case "(($ac_try" in
3225 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3226 *) ac_try_echo=$ac_try;;
3227 esac
3228 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3229 $as_echo "$ac_try_echo"; } >&5
3230 (eval "$ac_link_default") 2>&5
3231 ac_status=$?
3232 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3233 test $ac_status = 0; }; then :
3234 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
3235 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
3236 # in a Makefile. We should not override ac_cv_exeext if it was cached,
3237 # so that the user can short-circuit this test for compilers unknown to
3238 # Autoconf.
3239 for ac_file in $ac_files ''
3241 test -f "$ac_file" || continue
3242 case $ac_file in
3243 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
3245 [ab].out )
3246 # We found the default executable, but exeext='' is most
3247 # certainly right.
3248 break;;
3249 *.* )
3250 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
3251 then :; else
3252 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3254 # We set ac_cv_exeext here because the later test for it is not
3255 # safe: cross compilers may not add the suffix if given an `-o'
3256 # argument, so we may need to know it at that point already.
3257 # Even if this section looks crufty: it has the advantage of
3258 # actually working.
3259 break;;
3261 break;;
3262 esac
3263 done
3264 test "$ac_cv_exeext" = no && ac_cv_exeext=
3266 else
3267 ac_file=''
3269 if test -z "$ac_file"; then :
3270 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3271 $as_echo "no" >&6; }
3272 $as_echo "$as_me: failed program was:" >&5
3273 sed 's/^/| /' conftest.$ac_ext >&5
3275 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3276 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3277 { as_fn_set_status 77
3278 as_fn_error "C compiler cannot create executables
3279 See \`config.log' for more details." "$LINENO" 5; }; }
3280 else
3281 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3282 $as_echo "yes" >&6; }
3284 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
3285 $as_echo_n "checking for C compiler default output file name... " >&6; }
3286 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
3287 $as_echo "$ac_file" >&6; }
3288 ac_exeext=$ac_cv_exeext
3290 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
3291 ac_clean_files=$ac_clean_files_save
3292 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
3293 $as_echo_n "checking for suffix of executables... " >&6; }
3294 if { { ac_try="$ac_link"
3295 case "(($ac_try" in
3296 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3297 *) ac_try_echo=$ac_try;;
3298 esac
3299 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3300 $as_echo "$ac_try_echo"; } >&5
3301 (eval "$ac_link") 2>&5
3302 ac_status=$?
3303 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3304 test $ac_status = 0; }; then :
3305 # If both `conftest.exe' and `conftest' are `present' (well, observable)
3306 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
3307 # work properly (i.e., refer to `conftest.exe'), while it won't with
3308 # `rm'.
3309 for ac_file in conftest.exe conftest conftest.*; do
3310 test -f "$ac_file" || continue
3311 case $ac_file in
3312 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3313 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3314 break;;
3315 * ) break;;
3316 esac
3317 done
3318 else
3319 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3320 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3321 as_fn_error "cannot compute suffix of executables: cannot compile and link
3322 See \`config.log' for more details." "$LINENO" 5; }
3324 rm -f conftest conftest$ac_cv_exeext
3325 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
3326 $as_echo "$ac_cv_exeext" >&6; }
3328 rm -f conftest.$ac_ext
3329 EXEEXT=$ac_cv_exeext
3330 ac_exeext=$EXEEXT
3331 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3332 /* end confdefs.h. */
3333 #include <stdio.h>
3335 main ()
3337 FILE *f = fopen ("conftest.out", "w");
3338 return ferror (f) || fclose (f) != 0;
3341 return 0;
3343 _ACEOF
3344 ac_clean_files="$ac_clean_files conftest.out"
3345 # Check that the compiler produces executables we can run. If not, either
3346 # the compiler is broken, or we cross compile.
3347 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
3348 $as_echo_n "checking whether we are cross compiling... " >&6; }
3349 if test "$cross_compiling" != yes; then
3350 { { ac_try="$ac_link"
3351 case "(($ac_try" in
3352 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3353 *) ac_try_echo=$ac_try;;
3354 esac
3355 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3356 $as_echo "$ac_try_echo"; } >&5
3357 (eval "$ac_link") 2>&5
3358 ac_status=$?
3359 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3360 test $ac_status = 0; }
3361 if { ac_try='./conftest$ac_cv_exeext'
3362 { { case "(($ac_try" in
3363 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3364 *) ac_try_echo=$ac_try;;
3365 esac
3366 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3367 $as_echo "$ac_try_echo"; } >&5
3368 (eval "$ac_try") 2>&5
3369 ac_status=$?
3370 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3371 test $ac_status = 0; }; }; then
3372 cross_compiling=no
3373 else
3374 if test "$cross_compiling" = maybe; then
3375 cross_compiling=yes
3376 else
3377 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3378 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3379 as_fn_error "cannot run C compiled programs.
3380 If you meant to cross compile, use \`--host'.
3381 See \`config.log' for more details." "$LINENO" 5; }
3385 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
3386 $as_echo "$cross_compiling" >&6; }
3388 rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
3389 ac_clean_files=$ac_clean_files_save
3390 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
3391 $as_echo_n "checking for suffix of object files... " >&6; }
3392 if test "${ac_cv_objext+set}" = set; then :
3393 $as_echo_n "(cached) " >&6
3394 else
3395 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3396 /* end confdefs.h. */
3399 main ()
3403 return 0;
3405 _ACEOF
3406 rm -f conftest.o conftest.obj
3407 if { { ac_try="$ac_compile"
3408 case "(($ac_try" in
3409 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3410 *) ac_try_echo=$ac_try;;
3411 esac
3412 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3413 $as_echo "$ac_try_echo"; } >&5
3414 (eval "$ac_compile") 2>&5
3415 ac_status=$?
3416 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3417 test $ac_status = 0; }; then :
3418 for ac_file in conftest.o conftest.obj conftest.*; do
3419 test -f "$ac_file" || continue;
3420 case $ac_file in
3421 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
3422 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
3423 break;;
3424 esac
3425 done
3426 else
3427 $as_echo "$as_me: failed program was:" >&5
3428 sed 's/^/| /' conftest.$ac_ext >&5
3430 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3431 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3432 as_fn_error "cannot compute suffix of object files: cannot compile
3433 See \`config.log' for more details." "$LINENO" 5; }
3435 rm -f conftest.$ac_cv_objext conftest.$ac_ext
3437 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
3438 $as_echo "$ac_cv_objext" >&6; }
3439 OBJEXT=$ac_cv_objext
3440 ac_objext=$OBJEXT
3441 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
3442 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
3443 if test "${ac_cv_c_compiler_gnu+set}" = set; then :
3444 $as_echo_n "(cached) " >&6
3445 else
3446 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3447 /* end confdefs.h. */
3450 main ()
3452 #ifndef __GNUC__
3453 choke me
3454 #endif
3457 return 0;
3459 _ACEOF
3460 if ac_fn_c_try_compile "$LINENO"; then :
3461 ac_compiler_gnu=yes
3462 else
3463 ac_compiler_gnu=no
3465 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3466 ac_cv_c_compiler_gnu=$ac_compiler_gnu
3469 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
3470 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
3471 if test $ac_compiler_gnu = yes; then
3472 GCC=yes
3473 else
3474 GCC=
3476 ac_test_CFLAGS=${CFLAGS+set}
3477 ac_save_CFLAGS=$CFLAGS
3478 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
3479 $as_echo_n "checking whether $CC accepts -g... " >&6; }
3480 if test "${ac_cv_prog_cc_g+set}" = set; then :
3481 $as_echo_n "(cached) " >&6
3482 else
3483 ac_save_c_werror_flag=$ac_c_werror_flag
3484 ac_c_werror_flag=yes
3485 ac_cv_prog_cc_g=no
3486 CFLAGS="-g"
3487 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3488 /* end confdefs.h. */
3491 main ()
3495 return 0;
3497 _ACEOF
3498 if ac_fn_c_try_compile "$LINENO"; then :
3499 ac_cv_prog_cc_g=yes
3500 else
3501 CFLAGS=""
3502 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3503 /* end confdefs.h. */
3506 main ()
3510 return 0;
3512 _ACEOF
3513 if ac_fn_c_try_compile "$LINENO"; then :
3515 else
3516 ac_c_werror_flag=$ac_save_c_werror_flag
3517 CFLAGS="-g"
3518 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3519 /* end confdefs.h. */
3522 main ()
3526 return 0;
3528 _ACEOF
3529 if ac_fn_c_try_compile "$LINENO"; then :
3530 ac_cv_prog_cc_g=yes
3532 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3534 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3536 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3537 ac_c_werror_flag=$ac_save_c_werror_flag
3539 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
3540 $as_echo "$ac_cv_prog_cc_g" >&6; }
3541 if test "$ac_test_CFLAGS" = set; then
3542 CFLAGS=$ac_save_CFLAGS
3543 elif test $ac_cv_prog_cc_g = yes; then
3544 if test "$GCC" = yes; then
3545 CFLAGS="-g -O2"
3546 else
3547 CFLAGS="-g"
3549 else
3550 if test "$GCC" = yes; then
3551 CFLAGS="-O2"
3552 else
3553 CFLAGS=
3556 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
3557 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3558 if test "${ac_cv_prog_cc_c89+set}" = set; then :
3559 $as_echo_n "(cached) " >&6
3560 else
3561 ac_cv_prog_cc_c89=no
3562 ac_save_CC=$CC
3563 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3564 /* end confdefs.h. */
3565 #include <stdarg.h>
3566 #include <stdio.h>
3567 #include <sys/types.h>
3568 #include <sys/stat.h>
3569 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3570 struct buf { int x; };
3571 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3572 static char *e (p, i)
3573 char **p;
3574 int i;
3576 return p[i];
3578 static char *f (char * (*g) (char **, int), char **p, ...)
3580 char *s;
3581 va_list v;
3582 va_start (v,p);
3583 s = g (p, va_arg (v,int));
3584 va_end (v);
3585 return s;
3588 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3589 function prototypes and stuff, but not '\xHH' hex character constants.
3590 These don't provoke an error unfortunately, instead are silently treated
3591 as 'x'. The following induces an error, until -std is added to get
3592 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3593 array size at least. It's necessary to write '\x00'==0 to get something
3594 that's true only with -std. */
3595 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3597 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3598 inside strings and character constants. */
3599 #define FOO(x) 'x'
3600 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3602 int test (int i, double x);
3603 struct s1 {int (*f) (int a);};
3604 struct s2 {int (*f) (double a);};
3605 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3606 int argc;
3607 char **argv;
3609 main ()
3611 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3613 return 0;
3615 _ACEOF
3616 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3617 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3619 CC="$ac_save_CC $ac_arg"
3620 if ac_fn_c_try_compile "$LINENO"; then :
3621 ac_cv_prog_cc_c89=$ac_arg
3623 rm -f core conftest.err conftest.$ac_objext
3624 test "x$ac_cv_prog_cc_c89" != "xno" && break
3625 done
3626 rm -f conftest.$ac_ext
3627 CC=$ac_save_CC
3630 # AC_CACHE_VAL
3631 case "x$ac_cv_prog_cc_c89" in
3633 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
3634 $as_echo "none needed" >&6; } ;;
3635 xno)
3636 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
3637 $as_echo "unsupported" >&6; } ;;
3639 CC="$CC $ac_cv_prog_cc_c89"
3640 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
3641 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
3642 esac
3643 if test "x$ac_cv_prog_cc_c89" != xno; then :
3647 ac_ext=c
3648 ac_cpp='$CPP $CPPFLAGS'
3649 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3650 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3651 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3653 ac_ext=cpp
3654 ac_cpp='$CXXCPP $CPPFLAGS'
3655 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3656 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3657 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3658 if test -z "$CXX"; then
3659 if test -n "$CCC"; then
3660 CXX=$CCC
3661 else
3662 if test -n "$ac_tool_prefix"; then
3663 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3665 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3666 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3667 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3668 $as_echo_n "checking for $ac_word... " >&6; }
3669 if test "${ac_cv_prog_CXX+set}" = set; then :
3670 $as_echo_n "(cached) " >&6
3671 else
3672 if test -n "$CXX"; then
3673 ac_cv_prog_CXX="$CXX" # Let the user override the test.
3674 else
3675 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3676 for as_dir in $PATH
3678 IFS=$as_save_IFS
3679 test -z "$as_dir" && as_dir=.
3680 for ac_exec_ext in '' $ac_executable_extensions; do
3681 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3682 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
3683 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3684 break 2
3686 done
3687 done
3688 IFS=$as_save_IFS
3692 CXX=$ac_cv_prog_CXX
3693 if test -n "$CXX"; then
3694 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5
3695 $as_echo "$CXX" >&6; }
3696 else
3697 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3698 $as_echo "no" >&6; }
3702 test -n "$CXX" && break
3703 done
3705 if test -z "$CXX"; then
3706 ac_ct_CXX=$CXX
3707 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3709 # Extract the first word of "$ac_prog", so it can be a program name with args.
3710 set dummy $ac_prog; ac_word=$2
3711 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3712 $as_echo_n "checking for $ac_word... " >&6; }
3713 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then :
3714 $as_echo_n "(cached) " >&6
3715 else
3716 if test -n "$ac_ct_CXX"; then
3717 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
3718 else
3719 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3720 for as_dir in $PATH
3722 IFS=$as_save_IFS
3723 test -z "$as_dir" && as_dir=.
3724 for ac_exec_ext in '' $ac_executable_extensions; do
3725 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3726 ac_cv_prog_ac_ct_CXX="$ac_prog"
3727 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3728 break 2
3730 done
3731 done
3732 IFS=$as_save_IFS
3736 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
3737 if test -n "$ac_ct_CXX"; then
3738 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5
3739 $as_echo "$ac_ct_CXX" >&6; }
3740 else
3741 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3742 $as_echo "no" >&6; }
3746 test -n "$ac_ct_CXX" && break
3747 done
3749 if test "x$ac_ct_CXX" = x; then
3750 CXX="g++"
3751 else
3752 case $cross_compiling:$ac_tool_warned in
3753 yes:)
3754 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3755 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3756 ac_tool_warned=yes ;;
3757 esac
3758 CXX=$ac_ct_CXX
3764 # Provide some information about the compiler.
3765 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5
3766 set X $ac_compile
3767 ac_compiler=$2
3768 for ac_option in --version -v -V -qversion; do
3769 { { ac_try="$ac_compiler $ac_option >&5"
3770 case "(($ac_try" in
3771 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3772 *) ac_try_echo=$ac_try;;
3773 esac
3774 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3775 $as_echo "$ac_try_echo"; } >&5
3776 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
3777 ac_status=$?
3778 if test -s conftest.err; then
3779 sed '10a\
3780 ... rest of stderr output deleted ...
3781 10q' conftest.err >conftest.er1
3782 cat conftest.er1 >&5
3784 rm -f conftest.er1 conftest.err
3785 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3786 test $ac_status = 0; }
3787 done
3789 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
3790 $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
3791 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then :
3792 $as_echo_n "(cached) " >&6
3793 else
3794 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3795 /* end confdefs.h. */
3798 main ()
3800 #ifndef __GNUC__
3801 choke me
3802 #endif
3805 return 0;
3807 _ACEOF
3808 if ac_fn_cxx_try_compile "$LINENO"; then :
3809 ac_compiler_gnu=yes
3810 else
3811 ac_compiler_gnu=no
3813 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3814 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
3817 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5
3818 $as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
3819 if test $ac_compiler_gnu = yes; then
3820 GXX=yes
3821 else
3822 GXX=
3824 ac_test_CXXFLAGS=${CXXFLAGS+set}
3825 ac_save_CXXFLAGS=$CXXFLAGS
3826 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
3827 $as_echo_n "checking whether $CXX accepts -g... " >&6; }
3828 if test "${ac_cv_prog_cxx_g+set}" = set; then :
3829 $as_echo_n "(cached) " >&6
3830 else
3831 ac_save_cxx_werror_flag=$ac_cxx_werror_flag
3832 ac_cxx_werror_flag=yes
3833 ac_cv_prog_cxx_g=no
3834 CXXFLAGS="-g"
3835 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3836 /* end confdefs.h. */
3839 main ()
3843 return 0;
3845 _ACEOF
3846 if ac_fn_cxx_try_compile "$LINENO"; then :
3847 ac_cv_prog_cxx_g=yes
3848 else
3849 CXXFLAGS=""
3850 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3851 /* end confdefs.h. */
3854 main ()
3858 return 0;
3860 _ACEOF
3861 if ac_fn_cxx_try_compile "$LINENO"; then :
3863 else
3864 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3865 CXXFLAGS="-g"
3866 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3867 /* end confdefs.h. */
3870 main ()
3874 return 0;
3876 _ACEOF
3877 if ac_fn_cxx_try_compile "$LINENO"; then :
3878 ac_cv_prog_cxx_g=yes
3880 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3882 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3884 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3885 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3887 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&5
3888 $as_echo "$ac_cv_prog_cxx_g" >&6; }
3889 if test "$ac_test_CXXFLAGS" = set; then
3890 CXXFLAGS=$ac_save_CXXFLAGS
3891 elif test $ac_cv_prog_cxx_g = yes; then
3892 if test "$GXX" = yes; then
3893 CXXFLAGS="-g -O2"
3894 else
3895 CXXFLAGS="-g"
3897 else
3898 if test "$GXX" = yes; then
3899 CXXFLAGS="-O2"
3900 else
3901 CXXFLAGS=
3904 ac_ext=c
3905 ac_cpp='$CPP $CPPFLAGS'
3906 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3907 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3908 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3910 if test -n "$ac_tool_prefix"; then
3911 # Extract the first word of "${ac_tool_prefix}cpp", so it can be a program name with args.
3912 set dummy ${ac_tool_prefix}cpp; ac_word=$2
3913 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3914 $as_echo_n "checking for $ac_word... " >&6; }
3915 if test "${ac_cv_prog_CPPBIN+set}" = set; then :
3916 $as_echo_n "(cached) " >&6
3917 else
3918 if test -n "$CPPBIN"; then
3919 ac_cv_prog_CPPBIN="$CPPBIN" # Let the user override the test.
3920 else
3921 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3922 for as_dir in $PATH
3924 IFS=$as_save_IFS
3925 test -z "$as_dir" && as_dir=.
3926 for ac_exec_ext in '' $ac_executable_extensions; do
3927 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3928 ac_cv_prog_CPPBIN="${ac_tool_prefix}cpp"
3929 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3930 break 2
3932 done
3933 done
3934 IFS=$as_save_IFS
3938 CPPBIN=$ac_cv_prog_CPPBIN
3939 if test -n "$CPPBIN"; then
3940 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPPBIN" >&5
3941 $as_echo "$CPPBIN" >&6; }
3942 else
3943 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3944 $as_echo "no" >&6; }
3949 if test -z "$ac_cv_prog_CPPBIN"; then
3950 ac_ct_CPPBIN=$CPPBIN
3951 # Extract the first word of "cpp", so it can be a program name with args.
3952 set dummy cpp; ac_word=$2
3953 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3954 $as_echo_n "checking for $ac_word... " >&6; }
3955 if test "${ac_cv_prog_ac_ct_CPPBIN+set}" = set; then :
3956 $as_echo_n "(cached) " >&6
3957 else
3958 if test -n "$ac_ct_CPPBIN"; then
3959 ac_cv_prog_ac_ct_CPPBIN="$ac_ct_CPPBIN" # Let the user override the test.
3960 else
3961 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3962 for as_dir in $PATH
3964 IFS=$as_save_IFS
3965 test -z "$as_dir" && as_dir=.
3966 for ac_exec_ext in '' $ac_executable_extensions; do
3967 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3968 ac_cv_prog_ac_ct_CPPBIN="cpp"
3969 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3970 break 2
3972 done
3973 done
3974 IFS=$as_save_IFS
3978 ac_ct_CPPBIN=$ac_cv_prog_ac_ct_CPPBIN
3979 if test -n "$ac_ct_CPPBIN"; then
3980 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CPPBIN" >&5
3981 $as_echo "$ac_ct_CPPBIN" >&6; }
3982 else
3983 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3984 $as_echo "no" >&6; }
3987 if test "x$ac_ct_CPPBIN" = x; then
3988 CPPBIN="cpp"
3989 else
3990 case $cross_compiling:$ac_tool_warned in
3991 yes:)
3992 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3993 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3994 ac_tool_warned=yes ;;
3995 esac
3996 CPPBIN=$ac_ct_CPPBIN
3998 else
3999 CPPBIN="$ac_cv_prog_CPPBIN"
4003 cat >>confdefs.h <<_ACEOF
4004 #define EXEEXT "$ac_exeext"
4005 _ACEOF
4008 case $host in
4009 *-darwin*)
4010 if test "x$enable_win64" = "xyes"
4011 then
4012 CC="$CC -m64"
4013 CXX="$CXX -m64"
4014 LD="${LD:-ld} -arch x86_64"
4015 AS="${AS:-as} -arch x86_64"
4016 host_cpu="x86_64"
4017 notice_platform="64-bit "
4018 TARGETFLAGS="-m64"
4020 else
4021 CC="$CC -m32"
4022 CXX="$CXX -m32"
4023 LD="${LD:-ld} -arch i386"
4024 AS="${AS:-as} -arch i386"
4025 host_cpu="i386"
4026 notice_platform="32-bit "
4027 TARGETFLAGS="-m32"
4029 enable_win16=${enable_win16:-yes}
4032 x86_64*)
4033 if test "x$enable_win64" != "xyes" -a "$cross_compiling" != "yes"
4034 then
4035 CC="$CC -m32"
4036 CXX="$CXX -m32"
4037 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC works" >&5
4038 $as_echo_n "checking whether $CC works... " >&6; }
4040 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4041 /* end confdefs.h. */
4044 main ()
4048 return 0;
4050 _ACEOF
4051 if ac_fn_c_try_link "$LINENO"; then :
4052 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4053 $as_echo "yes" >&6; }
4054 else
4055 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4056 $as_echo "no" >&6; }
4057 as_fn_error "Cannot build a 32-bit program, you need to install 32-bit development libraries." "$LINENO" 5
4059 rm -f core conftest.err conftest.$ac_objext \
4060 conftest$ac_exeext conftest.$ac_ext
4061 LD="${LD:-ld} -m elf_i386"
4062 AS="${AS:-as} --32"
4063 host_cpu="i386"
4064 notice_platform="32-bit "
4065 TARGETFLAGS="-m32"
4067 enable_win16=${enable_win16:-yes}
4068 else
4069 if test "x${GCC}" = "xyes"
4070 then
4071 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC supports __builtin_ms_va_list" >&5
4072 $as_echo_n "checking whether $CC supports __builtin_ms_va_list... " >&6; }
4073 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4074 /* end confdefs.h. */
4075 #include <stdarg.h>
4077 main ()
4079 void func(__builtin_ms_va_list *args);
4081 return 0;
4083 _ACEOF
4084 if ac_fn_c_try_compile "$LINENO"; then :
4085 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4086 $as_echo "yes" >&6; }
4087 else
4088 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4089 $as_echo "no" >&6; }
4090 as_fn_error "You need gcc >= 4.4 to build Wine as 64-bit." "$LINENO" 5
4092 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4094 TARGETFLAGS="-m64"
4098 *-mingw32*|*-cygwin*)
4099 enable_win16=${enable_win16:-no}
4100 CFLAGS="$CFLAGS -D_WIN32"
4102 i[3456789]86*)
4103 enable_win16=${enable_win16:-yes}
4105 esac
4107 enable_win16=${enable_win16:-no}
4109 enable_winetest=${enable_winetest:-$enable_tests}
4111 if test -n "$with_wine64"
4112 then
4113 if test "x$enable_win64" = "xyes"
4114 then
4115 as_fn_error "--enable-win64 and --with-wine64 are mutually exclusive.
4116 --enable-win64 should be used in the 64-bit build tree, --with-wine64 in the 32-bit Wow64 build tree." "$LINENO" 5
4118 WOW64_DISABLE=\#
4120 enable_fonts=${enable_fonts:-no}
4121 enable_include=${enable_include:-no}
4122 enable_server=${enable_server:-no}
4123 enable_tools=${enable_tools:-no}
4124 enable_wineboot=${enable_wineboot:-no}
4125 enable_winedbg=${enable_winedbg:-no}
4126 test "x$libdir" != "x\${exec_prefix}/lib" || libdir="\${exec_prefix}/lib32"
4129 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the directory containing the Wine tools" >&5
4130 $as_echo_n "checking for the directory containing the Wine tools... " >&6; }
4131 if test "${wine_cv_toolsdir+set}" = set; then :
4132 $as_echo_n "(cached) " >&6
4133 else
4134 wine_cv_toolsdir="$with_wine_tools"
4135 if test -z "$with_wine_tools"; then
4136 if test "$cross_compiling" = "yes"; then
4137 as_fn_error "you must use the --with-wine-tools option when cross-compiling." "$LINENO" 5
4138 elif test -n "$with_wine64"; then
4139 wine_cv_toolsdir="$with_wine64"
4142 if test -z "$wine_cv_toolsdir"; then
4143 wine_cv_toolsdir="\$(TOPOBJDIR)"
4144 elif test -d "$wine_cv_toolsdir/tools/winebuild"; then
4145 case "$wine_cv_toolsdir" in
4146 /*) ;;
4147 *) wine_cv_toolsdir="\$(TOPOBJDIR)/$wine_cv_toolsdir" ;;
4148 esac
4149 else
4150 as_fn_error "could not find Wine tools in $wine_cv_toolsdir" "$LINENO" 5
4153 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_toolsdir" >&5
4154 $as_echo "$wine_cv_toolsdir" >&6; }
4155 TOOLSDIR=$wine_cv_toolsdir
4157 if test -n "$host_alias" -a "$host_alias" != "$build_alias"
4158 then
4159 TARGETFLAGS="-b $host_alias $TARGETFLAGS"
4163 for ac_prog in flex
4165 # Extract the first word of "$ac_prog", so it can be a program name with args.
4166 set dummy $ac_prog; ac_word=$2
4167 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4168 $as_echo_n "checking for $ac_word... " >&6; }
4169 if test "${ac_cv_prog_FLEX+set}" = set; then :
4170 $as_echo_n "(cached) " >&6
4171 else
4172 if test -n "$FLEX"; then
4173 ac_cv_prog_FLEX="$FLEX" # Let the user override the test.
4174 else
4175 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4176 for as_dir in $PATH
4178 IFS=$as_save_IFS
4179 test -z "$as_dir" && as_dir=.
4180 for ac_exec_ext in '' $ac_executable_extensions; do
4181 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4182 ac_cv_prog_FLEX="$ac_prog"
4183 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4184 break 2
4186 done
4187 done
4188 IFS=$as_save_IFS
4192 FLEX=$ac_cv_prog_FLEX
4193 if test -n "$FLEX"; then
4194 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FLEX" >&5
4195 $as_echo "$FLEX" >&6; }
4196 else
4197 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4198 $as_echo "no" >&6; }
4202 test -n "$FLEX" && break
4203 done
4204 test -n "$FLEX" || FLEX="none"
4206 if test "$FLEX" = "none"
4207 then
4208 as_fn_error "no suitable flex found. Please install the 'flex' package." "$LINENO" 5
4210 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether flex is recent enough" >&5
4211 $as_echo_n "checking whether flex is recent enough... " >&6; }
4212 cat >conftest.l <<EOF
4213 %top{
4214 #include "prediluvian.h"
4218 if $FLEX -t conftest.l >/dev/null 2>&1
4219 then
4220 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4221 $as_echo "yes" >&6; }
4222 else
4223 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4224 $as_echo "no" >&6; }
4225 as_fn_error "Your flex version is too old. Please install flex version 2.5.33 or newer." "$LINENO" 5
4228 for ac_prog in bison
4230 # Extract the first word of "$ac_prog", so it can be a program name with args.
4231 set dummy $ac_prog; ac_word=$2
4232 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4233 $as_echo_n "checking for $ac_word... " >&6; }
4234 if test "${ac_cv_prog_BISON+set}" = set; then :
4235 $as_echo_n "(cached) " >&6
4236 else
4237 if test -n "$BISON"; then
4238 ac_cv_prog_BISON="$BISON" # Let the user override the test.
4239 else
4240 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4241 for as_dir in $PATH
4243 IFS=$as_save_IFS
4244 test -z "$as_dir" && as_dir=.
4245 for ac_exec_ext in '' $ac_executable_extensions; do
4246 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4247 ac_cv_prog_BISON="$ac_prog"
4248 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4249 break 2
4251 done
4252 done
4253 IFS=$as_save_IFS
4257 BISON=$ac_cv_prog_BISON
4258 if test -n "$BISON"; then
4259 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $BISON" >&5
4260 $as_echo "$BISON" >&6; }
4261 else
4262 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4263 $as_echo "no" >&6; }
4267 test -n "$BISON" && break
4268 done
4269 test -n "$BISON" || BISON="none"
4271 if test "$BISON" = "none"
4272 then
4273 as_fn_error "no suitable bison found. Please install the 'bison' package." "$LINENO" 5
4276 if test -n "$ac_tool_prefix"; then
4277 for ac_prog in ar gar
4279 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4280 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4281 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4282 $as_echo_n "checking for $ac_word... " >&6; }
4283 if test "${ac_cv_prog_AR+set}" = set; then :
4284 $as_echo_n "(cached) " >&6
4285 else
4286 if test -n "$AR"; then
4287 ac_cv_prog_AR="$AR" # Let the user override the test.
4288 else
4289 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4290 for as_dir in $PATH
4292 IFS=$as_save_IFS
4293 test -z "$as_dir" && as_dir=.
4294 for ac_exec_ext in '' $ac_executable_extensions; do
4295 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4296 ac_cv_prog_AR="$ac_tool_prefix$ac_prog"
4297 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4298 break 2
4300 done
4301 done
4302 IFS=$as_save_IFS
4306 AR=$ac_cv_prog_AR
4307 if test -n "$AR"; then
4308 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
4309 $as_echo "$AR" >&6; }
4310 else
4311 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4312 $as_echo "no" >&6; }
4316 test -n "$AR" && break
4317 done
4319 if test -z "$AR"; then
4320 ac_ct_AR=$AR
4321 for ac_prog in ar gar
4323 # Extract the first word of "$ac_prog", so it can be a program name with args.
4324 set dummy $ac_prog; ac_word=$2
4325 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4326 $as_echo_n "checking for $ac_word... " >&6; }
4327 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then :
4328 $as_echo_n "(cached) " >&6
4329 else
4330 if test -n "$ac_ct_AR"; then
4331 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
4332 else
4333 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4334 for as_dir in $PATH
4336 IFS=$as_save_IFS
4337 test -z "$as_dir" && as_dir=.
4338 for ac_exec_ext in '' $ac_executable_extensions; do
4339 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4340 ac_cv_prog_ac_ct_AR="$ac_prog"
4341 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4342 break 2
4344 done
4345 done
4346 IFS=$as_save_IFS
4350 ac_ct_AR=$ac_cv_prog_ac_ct_AR
4351 if test -n "$ac_ct_AR"; then
4352 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
4353 $as_echo "$ac_ct_AR" >&6; }
4354 else
4355 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4356 $as_echo "no" >&6; }
4360 test -n "$ac_ct_AR" && break
4361 done
4363 if test "x$ac_ct_AR" = x; then
4364 AR="ar"
4365 else
4366 case $cross_compiling:$ac_tool_warned in
4367 yes:)
4368 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4369 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4370 ac_tool_warned=yes ;;
4371 esac
4372 AR=$ac_ct_AR
4376 ARFLAGS=rc
4378 if test -n "$ac_tool_prefix"; then
4379 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
4380 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
4381 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4382 $as_echo_n "checking for $ac_word... " >&6; }
4383 if test "${ac_cv_prog_RANLIB+set}" = set; then :
4384 $as_echo_n "(cached) " >&6
4385 else
4386 if test -n "$RANLIB"; then
4387 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
4388 else
4389 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4390 for as_dir in $PATH
4392 IFS=$as_save_IFS
4393 test -z "$as_dir" && as_dir=.
4394 for ac_exec_ext in '' $ac_executable_extensions; do
4395 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4396 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
4397 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4398 break 2
4400 done
4401 done
4402 IFS=$as_save_IFS
4406 RANLIB=$ac_cv_prog_RANLIB
4407 if test -n "$RANLIB"; then
4408 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
4409 $as_echo "$RANLIB" >&6; }
4410 else
4411 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4412 $as_echo "no" >&6; }
4417 if test -z "$ac_cv_prog_RANLIB"; then
4418 ac_ct_RANLIB=$RANLIB
4419 # Extract the first word of "ranlib", so it can be a program name with args.
4420 set dummy ranlib; ac_word=$2
4421 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4422 $as_echo_n "checking for $ac_word... " >&6; }
4423 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
4424 $as_echo_n "(cached) " >&6
4425 else
4426 if test -n "$ac_ct_RANLIB"; then
4427 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
4428 else
4429 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4430 for as_dir in $PATH
4432 IFS=$as_save_IFS
4433 test -z "$as_dir" && as_dir=.
4434 for ac_exec_ext in '' $ac_executable_extensions; do
4435 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4436 ac_cv_prog_ac_ct_RANLIB="ranlib"
4437 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4438 break 2
4440 done
4441 done
4442 IFS=$as_save_IFS
4446 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
4447 if test -n "$ac_ct_RANLIB"; then
4448 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
4449 $as_echo "$ac_ct_RANLIB" >&6; }
4450 else
4451 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4452 $as_echo "no" >&6; }
4455 if test "x$ac_ct_RANLIB" = x; then
4456 RANLIB=":"
4457 else
4458 case $cross_compiling:$ac_tool_warned in
4459 yes:)
4460 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4461 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4462 ac_tool_warned=yes ;;
4463 esac
4464 RANLIB=$ac_ct_RANLIB
4466 else
4467 RANLIB="$ac_cv_prog_RANLIB"
4470 if test -n "$ac_tool_prefix"; then
4471 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
4472 set dummy ${ac_tool_prefix}strip; ac_word=$2
4473 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4474 $as_echo_n "checking for $ac_word... " >&6; }
4475 if test "${ac_cv_prog_STRIP+set}" = set; then :
4476 $as_echo_n "(cached) " >&6
4477 else
4478 if test -n "$STRIP"; then
4479 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
4480 else
4481 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4482 for as_dir in $PATH
4484 IFS=$as_save_IFS
4485 test -z "$as_dir" && as_dir=.
4486 for ac_exec_ext in '' $ac_executable_extensions; do
4487 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4488 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
4489 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4490 break 2
4492 done
4493 done
4494 IFS=$as_save_IFS
4498 STRIP=$ac_cv_prog_STRIP
4499 if test -n "$STRIP"; then
4500 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
4501 $as_echo "$STRIP" >&6; }
4502 else
4503 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4504 $as_echo "no" >&6; }
4509 if test -z "$ac_cv_prog_STRIP"; then
4510 ac_ct_STRIP=$STRIP
4511 # Extract the first word of "strip", so it can be a program name with args.
4512 set dummy strip; ac_word=$2
4513 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4514 $as_echo_n "checking for $ac_word... " >&6; }
4515 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
4516 $as_echo_n "(cached) " >&6
4517 else
4518 if test -n "$ac_ct_STRIP"; then
4519 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
4520 else
4521 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4522 for as_dir in $PATH
4524 IFS=$as_save_IFS
4525 test -z "$as_dir" && as_dir=.
4526 for ac_exec_ext in '' $ac_executable_extensions; do
4527 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4528 ac_cv_prog_ac_ct_STRIP="strip"
4529 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4530 break 2
4532 done
4533 done
4534 IFS=$as_save_IFS
4538 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
4539 if test -n "$ac_ct_STRIP"; then
4540 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
4541 $as_echo "$ac_ct_STRIP" >&6; }
4542 else
4543 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4544 $as_echo "no" >&6; }
4547 if test "x$ac_ct_STRIP" = x; then
4548 STRIP="strip"
4549 else
4550 case $cross_compiling:$ac_tool_warned in
4551 yes:)
4552 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4553 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4554 ac_tool_warned=yes ;;
4555 esac
4556 STRIP=$ac_ct_STRIP
4558 else
4559 STRIP="$ac_cv_prog_STRIP"
4562 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
4563 $as_echo_n "checking whether ln -s works... " >&6; }
4564 LN_S=$as_ln_s
4565 if test "$LN_S" = "ln -s"; then
4566 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4567 $as_echo "yes" >&6; }
4568 else
4569 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
4570 $as_echo "no, using $LN_S" >&6; }
4573 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
4574 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
4575 if test "${ac_cv_path_GREP+set}" = set; then :
4576 $as_echo_n "(cached) " >&6
4577 else
4578 if test -z "$GREP"; then
4579 ac_path_GREP_found=false
4580 # Loop through the user's path and test for each of PROGNAME-LIST
4581 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4582 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4584 IFS=$as_save_IFS
4585 test -z "$as_dir" && as_dir=.
4586 for ac_prog in grep ggrep; do
4587 for ac_exec_ext in '' $ac_executable_extensions; do
4588 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
4589 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
4590 # Check for GNU ac_path_GREP and select it if it is found.
4591 # Check for GNU $ac_path_GREP
4592 case `"$ac_path_GREP" --version 2>&1` in
4593 *GNU*)
4594 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
4596 ac_count=0
4597 $as_echo_n 0123456789 >"conftest.in"
4598 while :
4600 cat "conftest.in" "conftest.in" >"conftest.tmp"
4601 mv "conftest.tmp" "conftest.in"
4602 cp "conftest.in" "conftest.nl"
4603 $as_echo 'GREP' >> "conftest.nl"
4604 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4605 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4606 as_fn_arith $ac_count + 1 && ac_count=$as_val
4607 if test $ac_count -gt ${ac_path_GREP_max-0}; then
4608 # Best one so far, save it but keep looking for a better one
4609 ac_cv_path_GREP="$ac_path_GREP"
4610 ac_path_GREP_max=$ac_count
4612 # 10*(2^10) chars as input seems more than enough
4613 test $ac_count -gt 10 && break
4614 done
4615 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4616 esac
4618 $ac_path_GREP_found && break 3
4619 done
4620 done
4621 done
4622 IFS=$as_save_IFS
4623 if test -z "$ac_cv_path_GREP"; then
4624 as_fn_error "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4626 else
4627 ac_cv_path_GREP=$GREP
4631 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
4632 $as_echo "$ac_cv_path_GREP" >&6; }
4633 GREP="$ac_cv_path_GREP"
4636 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
4637 $as_echo_n "checking for egrep... " >&6; }
4638 if test "${ac_cv_path_EGREP+set}" = set; then :
4639 $as_echo_n "(cached) " >&6
4640 else
4641 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
4642 then ac_cv_path_EGREP="$GREP -E"
4643 else
4644 if test -z "$EGREP"; then
4645 ac_path_EGREP_found=false
4646 # Loop through the user's path and test for each of PROGNAME-LIST
4647 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4648 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4650 IFS=$as_save_IFS
4651 test -z "$as_dir" && as_dir=.
4652 for ac_prog in egrep; do
4653 for ac_exec_ext in '' $ac_executable_extensions; do
4654 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
4655 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
4656 # Check for GNU ac_path_EGREP and select it if it is found.
4657 # Check for GNU $ac_path_EGREP
4658 case `"$ac_path_EGREP" --version 2>&1` in
4659 *GNU*)
4660 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
4662 ac_count=0
4663 $as_echo_n 0123456789 >"conftest.in"
4664 while :
4666 cat "conftest.in" "conftest.in" >"conftest.tmp"
4667 mv "conftest.tmp" "conftest.in"
4668 cp "conftest.in" "conftest.nl"
4669 $as_echo 'EGREP' >> "conftest.nl"
4670 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4671 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4672 as_fn_arith $ac_count + 1 && ac_count=$as_val
4673 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
4674 # Best one so far, save it but keep looking for a better one
4675 ac_cv_path_EGREP="$ac_path_EGREP"
4676 ac_path_EGREP_max=$ac_count
4678 # 10*(2^10) chars as input seems more than enough
4679 test $ac_count -gt 10 && break
4680 done
4681 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4682 esac
4684 $ac_path_EGREP_found && break 3
4685 done
4686 done
4687 done
4688 IFS=$as_save_IFS
4689 if test -z "$ac_cv_path_EGREP"; then
4690 as_fn_error "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4692 else
4693 ac_cv_path_EGREP=$EGREP
4698 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
4699 $as_echo "$ac_cv_path_EGREP" >&6; }
4700 EGREP="$ac_cv_path_EGREP"
4703 # Extract the first word of "ldconfig", so it can be a program name with args.
4704 set dummy ldconfig; ac_word=$2
4705 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4706 $as_echo_n "checking for $ac_word... " >&6; }
4707 if test "${ac_cv_path_LDCONFIG+set}" = set; then :
4708 $as_echo_n "(cached) " >&6
4709 else
4710 case $LDCONFIG in
4711 [\\/]* | ?:[\\/]*)
4712 ac_cv_path_LDCONFIG="$LDCONFIG" # Let the user override the test with a path.
4715 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4716 for as_dir in /sbin /usr/sbin $PATH
4718 IFS=$as_save_IFS
4719 test -z "$as_dir" && as_dir=.
4720 for ac_exec_ext in '' $ac_executable_extensions; do
4721 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4722 ac_cv_path_LDCONFIG="$as_dir/$ac_word$ac_exec_ext"
4723 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4724 break 2
4726 done
4727 done
4728 IFS=$as_save_IFS
4730 test -z "$ac_cv_path_LDCONFIG" && ac_cv_path_LDCONFIG="true"
4732 esac
4734 LDCONFIG=$ac_cv_path_LDCONFIG
4735 if test -n "$LDCONFIG"; then
4736 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LDCONFIG" >&5
4737 $as_echo "$LDCONFIG" >&6; }
4738 else
4739 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4740 $as_echo "no" >&6; }
4744 # Find a good install program. We prefer a C program (faster),
4745 # so one script is as good as another. But avoid the broken or
4746 # incompatible versions:
4747 # SysV /etc/install, /usr/sbin/install
4748 # SunOS /usr/etc/install
4749 # IRIX /sbin/install
4750 # AIX /bin/install
4751 # AmigaOS /C/install, which installs bootblocks on floppy discs
4752 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
4753 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
4754 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
4755 # OS/2's system install, which has a completely different semantic
4756 # ./install, which can be erroneously created by make from ./install.sh.
4757 # Reject install programs that cannot install multiple files.
4758 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
4759 $as_echo_n "checking for a BSD-compatible install... " >&6; }
4760 if test -z "$INSTALL"; then
4761 if test "${ac_cv_path_install+set}" = set; then :
4762 $as_echo_n "(cached) " >&6
4763 else
4764 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4765 for as_dir in $PATH
4767 IFS=$as_save_IFS
4768 test -z "$as_dir" && as_dir=.
4769 # Account for people who put trailing slashes in PATH elements.
4770 case $as_dir/ in #((
4771 ./ | .// | /[cC]/* | \
4772 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
4773 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
4774 /usr/ucb/* ) ;;
4776 # OSF1 and SCO ODT 3.0 have their own names for install.
4777 # Don't use installbsd from OSF since it installs stuff as root
4778 # by default.
4779 for ac_prog in ginstall scoinst install; do
4780 for ac_exec_ext in '' $ac_executable_extensions; do
4781 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
4782 if test $ac_prog = install &&
4783 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
4784 # AIX install. It has an incompatible calling convention.
4786 elif test $ac_prog = install &&
4787 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
4788 # program-specific install script used by HP pwplus--don't use.
4790 else
4791 rm -rf conftest.one conftest.two conftest.dir
4792 echo one > conftest.one
4793 echo two > conftest.two
4794 mkdir conftest.dir
4795 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
4796 test -s conftest.one && test -s conftest.two &&
4797 test -s conftest.dir/conftest.one &&
4798 test -s conftest.dir/conftest.two
4799 then
4800 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
4801 break 3
4805 done
4806 done
4808 esac
4810 done
4811 IFS=$as_save_IFS
4813 rm -rf conftest.one conftest.two conftest.dir
4816 if test "${ac_cv_path_install+set}" = set; then
4817 INSTALL=$ac_cv_path_install
4818 else
4819 # As a last resort, use the slow shell script. Don't cache a
4820 # value for INSTALL within a source directory, because that will
4821 # break other packages using the cache if that directory is
4822 # removed, or if the value is a relative name.
4823 INSTALL=$ac_install_sh
4826 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
4827 $as_echo "$INSTALL" >&6; }
4829 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
4830 # It thinks the first close brace ends the variable substitution.
4831 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
4833 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
4835 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
4837 case "$INSTALL" in
4838 [\\/$]* | ?:[\\/]* ) ;;
4839 *) INSTALL="\\\$(TOPSRCDIR)/$INSTALL" ;;
4840 esac
4842 for ac_prog in lclint lint
4844 # Extract the first word of "$ac_prog", so it can be a program name with args.
4845 set dummy $ac_prog; ac_word=$2
4846 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4847 $as_echo_n "checking for $ac_word... " >&6; }
4848 if test "${ac_cv_prog_LINT+set}" = set; then :
4849 $as_echo_n "(cached) " >&6
4850 else
4851 if test -n "$LINT"; then
4852 ac_cv_prog_LINT="$LINT" # Let the user override the test.
4853 else
4854 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4855 for as_dir in $PATH
4857 IFS=$as_save_IFS
4858 test -z "$as_dir" && as_dir=.
4859 for ac_exec_ext in '' $ac_executable_extensions; do
4860 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4861 ac_cv_prog_LINT="$ac_prog"
4862 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4863 break 2
4865 done
4866 done
4867 IFS=$as_save_IFS
4871 LINT=$ac_cv_prog_LINT
4872 if test -n "$LINT"; then
4873 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINT" >&5
4874 $as_echo "$LINT" >&6; }
4875 else
4876 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4877 $as_echo "no" >&6; }
4881 test -n "$LINT" && break
4882 done
4884 if test "$LINT" = "lint"
4885 then
4886 LINTFLAGS="$LINTFLAGS -errchk=%all,no%longptr64 -errhdr=%user -Ncheck=macro -Nlevel=4"
4891 for ac_prog in fontforge
4893 # Extract the first word of "$ac_prog", so it can be a program name with args.
4894 set dummy $ac_prog; ac_word=$2
4895 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4896 $as_echo_n "checking for $ac_word... " >&6; }
4897 if test "${ac_cv_prog_FONTFORGE+set}" = set; then :
4898 $as_echo_n "(cached) " >&6
4899 else
4900 if test -n "$FONTFORGE"; then
4901 ac_cv_prog_FONTFORGE="$FONTFORGE" # Let the user override the test.
4902 else
4903 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4904 for as_dir in $PATH
4906 IFS=$as_save_IFS
4907 test -z "$as_dir" && as_dir=.
4908 for ac_exec_ext in '' $ac_executable_extensions; do
4909 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4910 ac_cv_prog_FONTFORGE="$ac_prog"
4911 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4912 break 2
4914 done
4915 done
4916 IFS=$as_save_IFS
4920 FONTFORGE=$ac_cv_prog_FONTFORGE
4921 if test -n "$FONTFORGE"; then
4922 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FONTFORGE" >&5
4923 $as_echo "$FONTFORGE" >&6; }
4924 else
4925 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4926 $as_echo "no" >&6; }
4930 test -n "$FONTFORGE" && break
4931 done
4932 test -n "$FONTFORGE" || FONTFORGE="false"
4934 for ac_prog in pkg-config
4936 # Extract the first word of "$ac_prog", so it can be a program name with args.
4937 set dummy $ac_prog; ac_word=$2
4938 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4939 $as_echo_n "checking for $ac_word... " >&6; }
4940 if test "${ac_cv_prog_PKG_CONFIG+set}" = set; then :
4941 $as_echo_n "(cached) " >&6
4942 else
4943 if test -n "$PKG_CONFIG"; then
4944 ac_cv_prog_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test.
4945 else
4946 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4947 for as_dir in $PATH
4949 IFS=$as_save_IFS
4950 test -z "$as_dir" && as_dir=.
4951 for ac_exec_ext in '' $ac_executable_extensions; do
4952 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4953 ac_cv_prog_PKG_CONFIG="$ac_prog"
4954 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4955 break 2
4957 done
4958 done
4959 IFS=$as_save_IFS
4963 PKG_CONFIG=$ac_cv_prog_PKG_CONFIG
4964 if test -n "$PKG_CONFIG"; then
4965 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
4966 $as_echo "$PKG_CONFIG" >&6; }
4967 else
4968 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4969 $as_echo "no" >&6; }
4973 test -n "$PKG_CONFIG" && break
4974 done
4975 test -n "$PKG_CONFIG" || PKG_CONFIG="false"
4977 for ac_prog in rsvg
4979 # Extract the first word of "$ac_prog", so it can be a program name with args.
4980 set dummy $ac_prog; ac_word=$2
4981 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4982 $as_echo_n "checking for $ac_word... " >&6; }
4983 if test "${ac_cv_prog_RSVG+set}" = set; then :
4984 $as_echo_n "(cached) " >&6
4985 else
4986 if test -n "$RSVG"; then
4987 ac_cv_prog_RSVG="$RSVG" # Let the user override the test.
4988 else
4989 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4990 for as_dir in $PATH
4992 IFS=$as_save_IFS
4993 test -z "$as_dir" && as_dir=.
4994 for ac_exec_ext in '' $ac_executable_extensions; do
4995 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4996 ac_cv_prog_RSVG="$ac_prog"
4997 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4998 break 2
5000 done
5001 done
5002 IFS=$as_save_IFS
5006 RSVG=$ac_cv_prog_RSVG
5007 if test -n "$RSVG"; then
5008 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RSVG" >&5
5009 $as_echo "$RSVG" >&6; }
5010 else
5011 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5012 $as_echo "no" >&6; }
5016 test -n "$RSVG" && break
5017 done
5018 test -n "$RSVG" || RSVG="false"
5020 for ac_prog in icotool
5022 # Extract the first word of "$ac_prog", so it can be a program name with args.
5023 set dummy $ac_prog; ac_word=$2
5024 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5025 $as_echo_n "checking for $ac_word... " >&6; }
5026 if test "${ac_cv_prog_ICOTOOL+set}" = set; then :
5027 $as_echo_n "(cached) " >&6
5028 else
5029 if test -n "$ICOTOOL"; then
5030 ac_cv_prog_ICOTOOL="$ICOTOOL" # Let the user override the test.
5031 else
5032 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5033 for as_dir in $PATH
5035 IFS=$as_save_IFS
5036 test -z "$as_dir" && as_dir=.
5037 for ac_exec_ext in '' $ac_executable_extensions; do
5038 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5039 ac_cv_prog_ICOTOOL="$ac_prog"
5040 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5041 break 2
5043 done
5044 done
5045 IFS=$as_save_IFS
5049 ICOTOOL=$ac_cv_prog_ICOTOOL
5050 if test -n "$ICOTOOL"; then
5051 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ICOTOOL" >&5
5052 $as_echo "$ICOTOOL" >&6; }
5053 else
5054 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5055 $as_echo "no" >&6; }
5059 test -n "$ICOTOOL" && break
5060 done
5061 test -n "$ICOTOOL" || ICOTOOL="false"
5064 if test "${enable_maintainer_mode+set}" = set
5065 then
5066 if test "$FONTFORGE" = "false"; then as_fn_append wine_warnings "|fontforge is missing, fonts can't be rebuilt."; fi
5067 if test "$RSVG" = "false"; then as_fn_append wine_warnings "|rsvg is missing, icons can't be rebuilt."; fi
5068 if test "$ICOTOOL" = "false"; then as_fn_append wine_warnings "|icotool is missing, icons can't be rebuilt."; fi
5071 case $host_cpu in
5072 *i[3456789]86*)
5073 # Extract the first word of "prelink", so it can be a program name with args.
5074 set dummy prelink; ac_word=$2
5075 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5076 $as_echo_n "checking for $ac_word... " >&6; }
5077 if test "${ac_cv_path_PRELINK+set}" = set; then :
5078 $as_echo_n "(cached) " >&6
5079 else
5080 case $PRELINK in
5081 [\\/]* | ?:[\\/]*)
5082 ac_cv_path_PRELINK="$PRELINK" # Let the user override the test with a path.
5085 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5086 for as_dir in /sbin /usr/sbin $PATH
5088 IFS=$as_save_IFS
5089 test -z "$as_dir" && as_dir=.
5090 for ac_exec_ext in '' $ac_executable_extensions; do
5091 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5092 ac_cv_path_PRELINK="$as_dir/$ac_word$ac_exec_ext"
5093 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5094 break 2
5096 done
5097 done
5098 IFS=$as_save_IFS
5100 test -z "$ac_cv_path_PRELINK" && ac_cv_path_PRELINK="false"
5102 esac
5104 PRELINK=$ac_cv_path_PRELINK
5105 if test -n "$PRELINK"; then
5106 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PRELINK" >&5
5107 $as_echo "$PRELINK" >&6; }
5108 else
5109 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5110 $as_echo "no" >&6; }
5115 esac
5118 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for i386_set_ldt in -li386" >&5
5119 $as_echo_n "checking for i386_set_ldt in -li386... " >&6; }
5120 if test "${ac_cv_lib_i386_i386_set_ldt+set}" = set; then :
5121 $as_echo_n "(cached) " >&6
5122 else
5123 ac_check_lib_save_LIBS=$LIBS
5124 LIBS="-li386 $LIBS"
5125 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5126 /* end confdefs.h. */
5128 /* Override any GCC internal prototype to avoid an error.
5129 Use char because int might match the return type of a GCC
5130 builtin and then its argument prototype would still apply. */
5131 #ifdef __cplusplus
5132 extern "C"
5133 #endif
5134 char i386_set_ldt ();
5136 main ()
5138 return i386_set_ldt ();
5140 return 0;
5142 _ACEOF
5143 if ac_fn_c_try_link "$LINENO"; then :
5144 ac_cv_lib_i386_i386_set_ldt=yes
5145 else
5146 ac_cv_lib_i386_i386_set_ldt=no
5148 rm -f core conftest.err conftest.$ac_objext \
5149 conftest$ac_exeext conftest.$ac_ext
5150 LIBS=$ac_check_lib_save_LIBS
5152 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_i386_i386_set_ldt" >&5
5153 $as_echo "$ac_cv_lib_i386_i386_set_ldt" >&6; }
5154 if test "x$ac_cv_lib_i386_i386_set_ldt" = x""yes; then :
5155 cat >>confdefs.h <<_ACEOF
5156 #define HAVE_LIBI386 1
5157 _ACEOF
5159 LIBS="-li386 $LIBS"
5163 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _oss_ioctl in -lossaudio" >&5
5164 $as_echo_n "checking for _oss_ioctl in -lossaudio... " >&6; }
5165 if test "${ac_cv_lib_ossaudio__oss_ioctl+set}" = set; then :
5166 $as_echo_n "(cached) " >&6
5167 else
5168 ac_check_lib_save_LIBS=$LIBS
5169 LIBS="-lossaudio $LIBS"
5170 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5171 /* end confdefs.h. */
5173 /* Override any GCC internal prototype to avoid an error.
5174 Use char because int might match the return type of a GCC
5175 builtin and then its argument prototype would still apply. */
5176 #ifdef __cplusplus
5177 extern "C"
5178 #endif
5179 char _oss_ioctl ();
5181 main ()
5183 return _oss_ioctl ();
5185 return 0;
5187 _ACEOF
5188 if ac_fn_c_try_link "$LINENO"; then :
5189 ac_cv_lib_ossaudio__oss_ioctl=yes
5190 else
5191 ac_cv_lib_ossaudio__oss_ioctl=no
5193 rm -f core conftest.err conftest.$ac_objext \
5194 conftest$ac_exeext conftest.$ac_ext
5195 LIBS=$ac_check_lib_save_LIBS
5197 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5
5198 $as_echo "$ac_cv_lib_ossaudio__oss_ioctl" >&6; }
5199 if test "x$ac_cv_lib_ossaudio__oss_ioctl" = x""yes; then :
5200 cat >>confdefs.h <<_ACEOF
5201 #define HAVE_LIBOSSAUDIO 1
5202 _ACEOF
5204 LIBS="-lossaudio $LIBS"
5209 XLIB=""
5211 OPENGL_LIBS=""
5215 # Check whether --enable-largefile was given.
5216 if test "${enable_largefile+set}" = set; then :
5217 enableval=$enable_largefile;
5220 if test "$enable_largefile" != no; then
5222 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5
5223 $as_echo_n "checking for special C compiler options needed for large files... " >&6; }
5224 if test "${ac_cv_sys_largefile_CC+set}" = set; then :
5225 $as_echo_n "(cached) " >&6
5226 else
5227 ac_cv_sys_largefile_CC=no
5228 if test "$GCC" != yes; then
5229 ac_save_CC=$CC
5230 while :; do
5231 # IRIX 6.2 and later do not support large files by default,
5232 # so use the C compiler's -n32 option if that helps.
5233 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5234 /* end confdefs.h. */
5235 #include <sys/types.h>
5236 /* Check that off_t can represent 2**63 - 1 correctly.
5237 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5238 since some C++ compilers masquerading as C compilers
5239 incorrectly reject 9223372036854775807. */
5240 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5241 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5242 && LARGE_OFF_T % 2147483647 == 1)
5243 ? 1 : -1];
5245 main ()
5249 return 0;
5251 _ACEOF
5252 if ac_fn_c_try_compile "$LINENO"; then :
5253 break
5255 rm -f core conftest.err conftest.$ac_objext
5256 CC="$CC -n32"
5257 if ac_fn_c_try_compile "$LINENO"; then :
5258 ac_cv_sys_largefile_CC=' -n32'; break
5260 rm -f core conftest.err conftest.$ac_objext
5261 break
5262 done
5263 CC=$ac_save_CC
5264 rm -f conftest.$ac_ext
5267 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_CC" >&5
5268 $as_echo "$ac_cv_sys_largefile_CC" >&6; }
5269 if test "$ac_cv_sys_largefile_CC" != no; then
5270 CC=$CC$ac_cv_sys_largefile_CC
5273 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5
5274 $as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; }
5275 if test "${ac_cv_sys_file_offset_bits+set}" = set; then :
5276 $as_echo_n "(cached) " >&6
5277 else
5278 while :; do
5279 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5280 /* end confdefs.h. */
5281 #include <sys/types.h>
5282 /* Check that off_t can represent 2**63 - 1 correctly.
5283 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5284 since some C++ compilers masquerading as C compilers
5285 incorrectly reject 9223372036854775807. */
5286 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5287 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5288 && LARGE_OFF_T % 2147483647 == 1)
5289 ? 1 : -1];
5291 main ()
5295 return 0;
5297 _ACEOF
5298 if ac_fn_c_try_compile "$LINENO"; then :
5299 ac_cv_sys_file_offset_bits=no; break
5301 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5302 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5303 /* end confdefs.h. */
5304 #define _FILE_OFFSET_BITS 64
5305 #include <sys/types.h>
5306 /* Check that off_t can represent 2**63 - 1 correctly.
5307 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5308 since some C++ compilers masquerading as C compilers
5309 incorrectly reject 9223372036854775807. */
5310 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5311 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5312 && LARGE_OFF_T % 2147483647 == 1)
5313 ? 1 : -1];
5315 main ()
5319 return 0;
5321 _ACEOF
5322 if ac_fn_c_try_compile "$LINENO"; then :
5323 ac_cv_sys_file_offset_bits=64; break
5325 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5326 ac_cv_sys_file_offset_bits=unknown
5327 break
5328 done
5330 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_file_offset_bits" >&5
5331 $as_echo "$ac_cv_sys_file_offset_bits" >&6; }
5332 case $ac_cv_sys_file_offset_bits in #(
5333 no | unknown) ;;
5335 cat >>confdefs.h <<_ACEOF
5336 #define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
5337 _ACEOF
5339 esac
5340 rm -rf conftest*
5341 if test $ac_cv_sys_file_offset_bits = unknown; then
5342 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5
5343 $as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; }
5344 if test "${ac_cv_sys_large_files+set}" = set; then :
5345 $as_echo_n "(cached) " >&6
5346 else
5347 while :; do
5348 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5349 /* end confdefs.h. */
5350 #include <sys/types.h>
5351 /* Check that off_t can represent 2**63 - 1 correctly.
5352 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5353 since some C++ compilers masquerading as C compilers
5354 incorrectly reject 9223372036854775807. */
5355 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5356 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5357 && LARGE_OFF_T % 2147483647 == 1)
5358 ? 1 : -1];
5360 main ()
5364 return 0;
5366 _ACEOF
5367 if ac_fn_c_try_compile "$LINENO"; then :
5368 ac_cv_sys_large_files=no; break
5370 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5371 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5372 /* end confdefs.h. */
5373 #define _LARGE_FILES 1
5374 #include <sys/types.h>
5375 /* Check that off_t can represent 2**63 - 1 correctly.
5376 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5377 since some C++ compilers masquerading as C compilers
5378 incorrectly reject 9223372036854775807. */
5379 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5380 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5381 && LARGE_OFF_T % 2147483647 == 1)
5382 ? 1 : -1];
5384 main ()
5388 return 0;
5390 _ACEOF
5391 if ac_fn_c_try_compile "$LINENO"; then :
5392 ac_cv_sys_large_files=1; break
5394 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5395 ac_cv_sys_large_files=unknown
5396 break
5397 done
5399 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_large_files" >&5
5400 $as_echo "$ac_cv_sys_large_files" >&6; }
5401 case $ac_cv_sys_large_files in #(
5402 no | unknown) ;;
5404 cat >>confdefs.h <<_ACEOF
5405 #define _LARGE_FILES $ac_cv_sys_large_files
5406 _ACEOF
5408 esac
5409 rm -rf conftest*
5414 ac_ext=c
5415 ac_cpp='$CPP $CPPFLAGS'
5416 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5417 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5418 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5419 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
5420 $as_echo_n "checking how to run the C preprocessor... " >&6; }
5421 # On Suns, sometimes $CPP names a directory.
5422 if test -n "$CPP" && test -d "$CPP"; then
5423 CPP=
5425 if test -z "$CPP"; then
5426 if test "${ac_cv_prog_CPP+set}" = set; then :
5427 $as_echo_n "(cached) " >&6
5428 else
5429 # Double quotes because CPP needs to be expanded
5430 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
5432 ac_preproc_ok=false
5433 for ac_c_preproc_warn_flag in '' yes
5435 # Use a header file that comes with gcc, so configuring glibc
5436 # with a fresh cross-compiler works.
5437 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5438 # <limits.h> exists even on freestanding compilers.
5439 # On the NeXT, cc -E runs the code through the compiler's parser,
5440 # not just through cpp. "Syntax error" is here to catch this case.
5441 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5442 /* end confdefs.h. */
5443 #ifdef __STDC__
5444 # include <limits.h>
5445 #else
5446 # include <assert.h>
5447 #endif
5448 Syntax error
5449 _ACEOF
5450 if ac_fn_c_try_cpp "$LINENO"; then :
5452 else
5453 # Broken: fails on valid input.
5454 continue
5456 rm -f conftest.err conftest.$ac_ext
5458 # OK, works on sane cases. Now check whether nonexistent headers
5459 # can be detected and how.
5460 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5461 /* end confdefs.h. */
5462 #include <ac_nonexistent.h>
5463 _ACEOF
5464 if ac_fn_c_try_cpp "$LINENO"; then :
5465 # Broken: success on invalid input.
5466 continue
5467 else
5468 # Passes both tests.
5469 ac_preproc_ok=:
5470 break
5472 rm -f conftest.err conftest.$ac_ext
5474 done
5475 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5476 rm -f conftest.err conftest.$ac_ext
5477 if $ac_preproc_ok; then :
5478 break
5481 done
5482 ac_cv_prog_CPP=$CPP
5485 CPP=$ac_cv_prog_CPP
5486 else
5487 ac_cv_prog_CPP=$CPP
5489 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
5490 $as_echo "$CPP" >&6; }
5491 ac_preproc_ok=false
5492 for ac_c_preproc_warn_flag in '' yes
5494 # Use a header file that comes with gcc, so configuring glibc
5495 # with a fresh cross-compiler works.
5496 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5497 # <limits.h> exists even on freestanding compilers.
5498 # On the NeXT, cc -E runs the code through the compiler's parser,
5499 # not just through cpp. "Syntax error" is here to catch this case.
5500 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5501 /* end confdefs.h. */
5502 #ifdef __STDC__
5503 # include <limits.h>
5504 #else
5505 # include <assert.h>
5506 #endif
5507 Syntax error
5508 _ACEOF
5509 if ac_fn_c_try_cpp "$LINENO"; then :
5511 else
5512 # Broken: fails on valid input.
5513 continue
5515 rm -f conftest.err conftest.$ac_ext
5517 # OK, works on sane cases. Now check whether nonexistent headers
5518 # can be detected and how.
5519 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5520 /* end confdefs.h. */
5521 #include <ac_nonexistent.h>
5522 _ACEOF
5523 if ac_fn_c_try_cpp "$LINENO"; then :
5524 # Broken: success on invalid input.
5525 continue
5526 else
5527 # Passes both tests.
5528 ac_preproc_ok=:
5529 break
5531 rm -f conftest.err conftest.$ac_ext
5533 done
5534 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5535 rm -f conftest.err conftest.$ac_ext
5536 if $ac_preproc_ok; then :
5538 else
5539 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5540 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5541 as_fn_error "C preprocessor \"$CPP\" fails sanity check
5542 See \`config.log' for more details." "$LINENO" 5; }
5545 ac_ext=c
5546 ac_cpp='$CPP $CPPFLAGS'
5547 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5548 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5549 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5552 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
5553 $as_echo_n "checking for ANSI C header files... " >&6; }
5554 if test "${ac_cv_header_stdc+set}" = set; then :
5555 $as_echo_n "(cached) " >&6
5556 else
5557 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5558 /* end confdefs.h. */
5559 #include <stdlib.h>
5560 #include <stdarg.h>
5561 #include <string.h>
5562 #include <float.h>
5565 main ()
5569 return 0;
5571 _ACEOF
5572 if ac_fn_c_try_compile "$LINENO"; then :
5573 ac_cv_header_stdc=yes
5574 else
5575 ac_cv_header_stdc=no
5577 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5579 if test $ac_cv_header_stdc = yes; then
5580 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
5581 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5582 /* end confdefs.h. */
5583 #include <string.h>
5585 _ACEOF
5586 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5587 $EGREP "memchr" >/dev/null 2>&1; then :
5589 else
5590 ac_cv_header_stdc=no
5592 rm -f conftest*
5596 if test $ac_cv_header_stdc = yes; then
5597 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
5598 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5599 /* end confdefs.h. */
5600 #include <stdlib.h>
5602 _ACEOF
5603 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5604 $EGREP "free" >/dev/null 2>&1; then :
5606 else
5607 ac_cv_header_stdc=no
5609 rm -f conftest*
5613 if test $ac_cv_header_stdc = yes; then
5614 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
5615 if test "$cross_compiling" = yes; then :
5617 else
5618 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5619 /* end confdefs.h. */
5620 #include <ctype.h>
5621 #include <stdlib.h>
5622 #if ((' ' & 0x0FF) == 0x020)
5623 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
5624 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5625 #else
5626 # define ISLOWER(c) \
5627 (('a' <= (c) && (c) <= 'i') \
5628 || ('j' <= (c) && (c) <= 'r') \
5629 || ('s' <= (c) && (c) <= 'z'))
5630 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
5631 #endif
5633 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
5635 main ()
5637 int i;
5638 for (i = 0; i < 256; i++)
5639 if (XOR (islower (i), ISLOWER (i))
5640 || toupper (i) != TOUPPER (i))
5641 return 2;
5642 return 0;
5644 _ACEOF
5645 if ac_fn_c_try_run "$LINENO"; then :
5647 else
5648 ac_cv_header_stdc=no
5650 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
5651 conftest.$ac_objext conftest.beam conftest.$ac_ext
5656 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
5657 $as_echo "$ac_cv_header_stdc" >&6; }
5658 if test $ac_cv_header_stdc = yes; then
5660 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
5664 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
5665 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
5666 inttypes.h stdint.h unistd.h
5667 do :
5668 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5669 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
5671 eval as_val=\$$as_ac_Header
5672 if test "x$as_val" = x""yes; then :
5673 cat >>confdefs.h <<_ACEOF
5674 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5675 _ACEOF
5679 done
5682 for ac_header in \
5683 AL/al.h \
5684 AudioToolbox/AudioConverter.h \
5685 AudioToolbox/AudioFile.h \
5686 AudioToolbox/AudioFileStream.h \
5687 AudioUnit/AudioUnit.h \
5688 Carbon/Carbon.h \
5689 CoreAudio/CoreAudio.h \
5690 DiskArbitration/DiskArbitration.h \
5691 IOKit/IOKitLib.h \
5692 IOKit/hid/IOHIDLib.h \
5693 OpenAL/al.h \
5694 alias.h \
5695 alsa/asoundlib.h \
5696 arpa/inet.h \
5697 arpa/nameser.h \
5698 asm/types.h \
5699 capi20.h \
5700 curses.h \
5701 direct.h \
5702 dirent.h \
5703 dlfcn.h \
5704 elf.h \
5705 float.h \
5706 fnmatch.h \
5707 fontconfig/fontconfig.h \
5708 getopt.h \
5709 grp.h \
5710 gsm.h \
5711 gsm/gsm.h \
5712 ieeefp.h \
5713 inet/mib2.h \
5714 io.h \
5715 jack/jack.h \
5716 jpeglib.h \
5717 kstat.h \
5718 lber.h \
5719 lcms.h \
5720 lcms/lcms.h \
5721 ldap.h \
5722 libaudioio.h \
5723 link.h \
5724 linux/cdrom.h \
5725 linux/compiler.h \
5726 linux/hdreg.h \
5727 linux/input.h \
5728 linux/ioctl.h \
5729 linux/joystick.h \
5730 linux/major.h \
5731 linux/param.h \
5732 linux/serial.h \
5733 linux/types.h \
5734 linux/ucdrom.h \
5735 mach-o/nlist.h \
5736 mach/mach.h \
5737 mach/machine.h \
5738 machine/cpu.h \
5739 machine/limits.h \
5740 machine/soundcard.h \
5741 mntent.h \
5742 mpg123.h \
5743 ncurses.h \
5744 netdb.h \
5745 netinet/in.h \
5746 netinet/in_systm.h \
5747 netinet/tcp.h \
5748 netinet/tcp_fsm.h \
5749 openssl/err.h \
5750 openssl/ssl.h \
5751 png.h \
5752 poll.h \
5753 port.h \
5754 process.h \
5755 pthread.h \
5756 pwd.h \
5757 regex.h \
5758 sched.h \
5759 scsi/scsi.h \
5760 scsi/scsi_ioctl.h \
5761 scsi/sg.h \
5762 soundcard.h \
5763 stdbool.h \
5764 stdint.h \
5765 strings.h \
5766 stropts.h \
5767 sys/asoundlib.h \
5768 sys/cdio.h \
5769 sys/elf32.h \
5770 sys/epoll.h \
5771 sys/errno.h \
5772 sys/event.h \
5773 sys/exec_elf.h \
5774 sys/filio.h \
5775 sys/inotify.h \
5776 sys/ioctl.h \
5777 sys/ipc.h \
5778 sys/limits.h \
5779 sys/link.h \
5780 sys/mman.h \
5781 sys/modem.h \
5782 sys/msg.h \
5783 sys/mtio.h \
5784 sys/param.h \
5785 sys/poll.h \
5786 sys/prctl.h \
5787 sys/protosw.h \
5788 sys/ptrace.h \
5789 sys/resource.h \
5790 sys/scsiio.h \
5791 sys/shm.h \
5792 sys/signal.h \
5793 sys/socket.h \
5794 sys/socketvar.h \
5795 sys/sockio.h \
5796 sys/soundcard.h \
5797 sys/statvfs.h \
5798 sys/strtio.h \
5799 sys/syscall.h \
5800 sys/tihdr.h \
5801 sys/time.h \
5802 sys/timeout.h \
5803 sys/times.h \
5804 sys/uio.h \
5805 sys/un.h \
5806 sys/utsname.h \
5807 sys/vm86.h \
5808 sys/wait.h \
5809 syscall.h \
5810 termios.h \
5811 tiffio.h \
5812 unistd.h \
5813 utime.h \
5814 valgrind/memcheck.h \
5815 valgrind/valgrind.h \
5816 zlib.h
5818 do :
5819 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5820 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
5821 eval as_val=\$$as_ac_Header
5822 if test "x$as_val" = x""yes; then :
5823 cat >>confdefs.h <<_ACEOF
5824 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5825 _ACEOF
5829 done
5831 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stat file-mode macros are broken" >&5
5832 $as_echo_n "checking whether stat file-mode macros are broken... " >&6; }
5833 if test "${ac_cv_header_stat_broken+set}" = set; then :
5834 $as_echo_n "(cached) " >&6
5835 else
5836 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5837 /* end confdefs.h. */
5838 #include <sys/types.h>
5839 #include <sys/stat.h>
5841 #if defined S_ISBLK && defined S_IFDIR
5842 extern char c1[S_ISBLK (S_IFDIR) ? -1 : 1];
5843 #endif
5845 #if defined S_ISBLK && defined S_IFCHR
5846 extern char c2[S_ISBLK (S_IFCHR) ? -1 : 1];
5847 #endif
5849 #if defined S_ISLNK && defined S_IFREG
5850 extern char c3[S_ISLNK (S_IFREG) ? -1 : 1];
5851 #endif
5853 #if defined S_ISSOCK && defined S_IFREG
5854 extern char c4[S_ISSOCK (S_IFREG) ? -1 : 1];
5855 #endif
5857 _ACEOF
5858 if ac_fn_c_try_compile "$LINENO"; then :
5859 ac_cv_header_stat_broken=no
5860 else
5861 ac_cv_header_stat_broken=yes
5863 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5865 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stat_broken" >&5
5866 $as_echo "$ac_cv_header_stat_broken" >&6; }
5867 if test $ac_cv_header_stat_broken = yes; then
5869 $as_echo "#define STAT_MACROS_BROKEN 1" >>confdefs.h
5875 for ac_header in sys/mount.h sys/statfs.h sys/sysctl.h sys/user.h sys/vfs.h
5876 do :
5877 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5878 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
5879 #ifdef HAVE_SYS_PARAM_H
5880 # include <sys/param.h>
5881 #endif
5883 eval as_val=\$$as_ac_Header
5884 if test "x$as_val" = x""yes; then :
5885 cat >>confdefs.h <<_ACEOF
5886 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5887 _ACEOF
5891 done
5894 for ac_header in \
5895 netinet/ip.h \
5896 net/if.h \
5897 net/if_arp.h \
5898 net/if_dl.h \
5899 net/if_types.h \
5900 net/route.h \
5901 netinet/if_ether.h \
5902 netinet/if_inarp.h \
5903 netinet/in_pcb.h \
5904 netinet/ip_icmp.h \
5905 netinet/ip_var.h \
5906 netinet/udp.h \
5907 netipx/ipx.h \
5909 do :
5910 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5911 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
5912 #ifdef HAVE_SYS_SOCKET_H
5913 # include <sys/socket.h>
5914 #endif
5915 #ifdef HAVE_SYS_SOCKETVAR_H
5916 # include <sys/socketvar.h>
5917 #endif
5918 #ifdef HAVE_NET_ROUTE_H
5919 # include <net/route.h>
5920 #endif
5921 #ifdef HAVE_NETINET_IN_H
5922 # include <netinet/in.h>
5923 #endif
5924 #ifdef HAVE_NETINET_IN_SYSTM_H
5925 # include <netinet/in_systm.h>
5926 #endif
5927 #ifdef HAVE_NET_IF_H
5928 # include <net/if.h>
5929 #endif
5930 #ifdef HAVE_NETINET_IP_H
5931 # include <netinet/ip.h>
5932 #endif
5934 eval as_val=\$$as_ac_Header
5935 if test "x$as_val" = x""yes; then :
5936 cat >>confdefs.h <<_ACEOF
5937 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5938 _ACEOF
5942 done
5945 for ac_header in netinet/tcp_timer.h netinet/udp_var.h netinet/icmp_var.h netinet/tcp_var.h
5946 do :
5947 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5948 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
5949 #ifdef HAVE_ALIAS_H
5950 # include <alias.h>
5951 #endif
5952 #ifdef HAVE_SYS_SOCKET_H
5953 # include <sys/socket.h>
5954 #endif
5955 #ifdef HAVE_SYS_SOCKETVAR_H
5956 # include <sys/socketvar.h>
5957 #endif
5958 #ifdef HAVE_SYS_TIMEOUT_H
5959 # include <sys/timeout.h>
5960 #endif
5961 #ifdef HAVE_NETINET_IN_H
5962 # include <netinet/in.h>
5963 #endif
5964 #ifdef HAVE_NETINET_IN_SYSTM_H
5965 # include <netinet/in_systm.h>
5966 #endif
5967 #ifdef HAVE_NETINET_IP_H
5968 # include <netinet/ip.h>
5969 #endif
5970 #ifdef HAVE_NETINET_IP_VAR_H
5971 # include <netinet/ip_var.h>
5972 #endif
5973 #ifdef HAVE_NETINET_IP_ICMP_H
5974 # include <netinet/ip_icmp.h>
5975 #endif
5976 #ifdef HAVE_NETINET_UDP_H
5977 # include <netinet/udp.h>
5978 #endif
5979 #ifdef HAVE_NETINET_TCP_H
5980 # include <netinet/tcp.h>
5981 #endif
5982 #ifdef HAVE_NETINET_TCP_TIMER_H
5983 #include <netinet/tcp_timer.h>
5984 #endif
5986 eval as_val=\$$as_ac_Header
5987 if test "x$as_val" = x""yes; then :
5988 cat >>confdefs.h <<_ACEOF
5989 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5990 _ACEOF
5994 done
5997 for ac_header in linux/ipx.h linux/irda.h
5998 do :
5999 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6000 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
6001 #ifdef HAVE_ASM_TYPES_H
6002 # include <asm/types.h>
6003 #endif
6004 #ifdef HAVE_SYS_SOCKET_H
6005 # include <sys/socket.h>
6006 #endif
6007 #ifdef HAVE_LINUX_TYPES_H
6008 # include <linux/types.h>
6009 #endif
6011 eval as_val=\$$as_ac_Header
6012 if test "x$as_val" = x""yes; then :
6013 cat >>confdefs.h <<_ACEOF
6014 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6015 _ACEOF
6019 done
6022 for ac_header in mach-o/dyld_images.h
6023 do :
6024 ac_fn_c_check_header_compile "$LINENO" "mach-o/dyld_images.h" "ac_cv_header_mach_o_dyld_images_h" "#ifdef HAVE_STDBOOL_H
6025 # include <stdbool.h>
6026 #endif
6027 #ifdef HAVE_STDINT_H
6028 # include <stdint.h>
6029 #endif
6031 if test "x$ac_cv_header_mach_o_dyld_images_h" = x""yes; then :
6032 cat >>confdefs.h <<_ACEOF
6033 #define HAVE_MACH_O_DYLD_IMAGES_H 1
6034 _ACEOF
6038 done
6041 for ac_header in resolv.h
6042 do :
6043 ac_fn_c_check_header_compile "$LINENO" "resolv.h" "ac_cv_header_resolv_h" "#include <sys/types.h>
6044 #ifdef HAVE_SYS_SOCKET_H
6045 # include <sys/socket.h>
6046 #endif
6047 #ifdef HAVE_NETINET_IN_H
6048 # include <netinet/in.h>
6049 #endif
6050 #ifdef HAVE_ARPA_NAMESER_H
6051 # include <arpa/nameser.h>
6052 #endif
6054 if test "x$ac_cv_header_resolv_h" = x""yes; then :
6055 cat >>confdefs.h <<_ACEOF
6056 #define HAVE_RESOLV_H 1
6057 _ACEOF
6061 done
6064 for ac_header in ifaddrs.h
6065 do :
6066 ac_fn_c_check_header_compile "$LINENO" "ifaddrs.h" "ac_cv_header_ifaddrs_h" "#include <sys/types.h>
6068 if test "x$ac_cv_header_ifaddrs_h" = x""yes; then :
6069 cat >>confdefs.h <<_ACEOF
6070 #define HAVE_IFADDRS_H 1
6071 _ACEOF
6075 done
6078 for ac_header in ucontext.h
6079 do :
6080 ac_fn_c_check_header_compile "$LINENO" "ucontext.h" "ac_cv_header_ucontext_h" "#include <signal.h>
6082 if test "x$ac_cv_header_ucontext_h" = x""yes; then :
6083 cat >>confdefs.h <<_ACEOF
6084 #define HAVE_UCONTEXT_H 1
6085 _ACEOF
6089 done
6092 for ac_header in sys/thr.h
6093 do :
6094 ac_fn_c_check_header_compile "$LINENO" "sys/thr.h" "ac_cv_header_sys_thr_h" "#include <sys/types.h>
6095 #ifdef HAVE_UCONTEXT_H
6096 #include <ucontext.h>
6097 #endif
6099 if test "x$ac_cv_header_sys_thr_h" = x""yes; then :
6100 cat >>confdefs.h <<_ACEOF
6101 #define HAVE_SYS_THR_H 1
6102 _ACEOF
6106 done
6109 for ac_header in pthread_np.h
6110 do :
6111 ac_fn_c_check_header_compile "$LINENO" "pthread_np.h" "ac_cv_header_pthread_np_h" "#ifdef HAVE_PTHREAD_H
6112 #include <pthread.h>
6113 #endif
6115 if test "x$ac_cv_header_pthread_np_h" = x""yes; then :
6116 cat >>confdefs.h <<_ACEOF
6117 #define HAVE_PTHREAD_NP_H 1
6118 _ACEOF
6122 done
6125 for ac_header in linux/videodev.h
6126 do :
6127 ac_fn_c_check_header_compile "$LINENO" "linux/videodev.h" "ac_cv_header_linux_videodev_h" "#ifdef HAVE_SYS_TIME_H
6128 #include <sys/time.h>
6129 #endif
6130 #include <sys/types.h>
6131 #ifdef HAVE_ASM_TYPES_H
6132 #include <asm/types.h>
6133 #endif
6135 if test "x$ac_cv_header_linux_videodev_h" = x""yes; then :
6136 cat >>confdefs.h <<_ACEOF
6137 #define HAVE_LINUX_VIDEODEV_H 1
6138 _ACEOF
6142 done
6145 for ac_header in linux/capi.h
6146 do :
6147 ac_fn_c_check_header_compile "$LINENO" "linux/capi.h" "ac_cv_header_linux_capi_h" "#define __user
6149 if test "x$ac_cv_header_linux_capi_h" = x""yes; then :
6150 cat >>confdefs.h <<_ACEOF
6151 #define HAVE_LINUX_CAPI_H 1
6152 _ACEOF
6156 done
6160 DLLEXT=""
6162 DLLFLAGS="-D_REENTRANT"
6164 LDSHARED=""
6166 LDDLLFLAGS=""
6168 LIBEXT="so"
6170 IMPLIBEXT="def"
6172 LDRPATH_INSTALL=""
6174 LDRPATH_LOCAL=""
6176 STATIC_IMPLIBEXT="def.a"
6177 # Extract the first word of "ldd", so it can be a program name with args.
6178 set dummy ldd; ac_word=$2
6179 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6180 $as_echo_n "checking for $ac_word... " >&6; }
6181 if test "${ac_cv_path_LDD+set}" = set; then :
6182 $as_echo_n "(cached) " >&6
6183 else
6184 case $LDD in
6185 [\\/]* | ?:[\\/]*)
6186 ac_cv_path_LDD="$LDD" # Let the user override the test with a path.
6189 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6190 as_dummy="/sbin:/usr/sbin:$PATH"
6191 for as_dir in $as_dummy
6193 IFS=$as_save_IFS
6194 test -z "$as_dir" && as_dir=.
6195 for ac_exec_ext in '' $ac_executable_extensions; do
6196 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6197 ac_cv_path_LDD="$as_dir/$ac_word$ac_exec_ext"
6198 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6199 break 2
6201 done
6202 done
6203 IFS=$as_save_IFS
6205 test -z "$ac_cv_path_LDD" && ac_cv_path_LDD="true"
6207 esac
6209 LDD=$ac_cv_path_LDD
6210 if test -n "$LDD"; then
6211 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LDD" >&5
6212 $as_echo "$LDD" >&6; }
6213 else
6214 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6215 $as_echo "no" >&6; }
6220 case $host_os in
6221 cygwin*|mingw32*)
6222 if test -n "$ac_tool_prefix"; then
6223 # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
6224 set dummy ${ac_tool_prefix}dlltool; ac_word=$2
6225 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6226 $as_echo_n "checking for $ac_word... " >&6; }
6227 if test "${ac_cv_prog_DLLTOOL+set}" = set; then :
6228 $as_echo_n "(cached) " >&6
6229 else
6230 if test -n "$DLLTOOL"; then
6231 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
6232 else
6233 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6234 for as_dir in $PATH
6236 IFS=$as_save_IFS
6237 test -z "$as_dir" && as_dir=.
6238 for ac_exec_ext in '' $ac_executable_extensions; do
6239 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6240 ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
6241 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6242 break 2
6244 done
6245 done
6246 IFS=$as_save_IFS
6250 DLLTOOL=$ac_cv_prog_DLLTOOL
6251 if test -n "$DLLTOOL"; then
6252 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
6253 $as_echo "$DLLTOOL" >&6; }
6254 else
6255 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6256 $as_echo "no" >&6; }
6261 if test -z "$ac_cv_prog_DLLTOOL"; then
6262 ac_ct_DLLTOOL=$DLLTOOL
6263 # Extract the first word of "dlltool", so it can be a program name with args.
6264 set dummy dlltool; ac_word=$2
6265 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6266 $as_echo_n "checking for $ac_word... " >&6; }
6267 if test "${ac_cv_prog_ac_ct_DLLTOOL+set}" = set; then :
6268 $as_echo_n "(cached) " >&6
6269 else
6270 if test -n "$ac_ct_DLLTOOL"; then
6271 ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test.
6272 else
6273 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6274 for as_dir in $PATH
6276 IFS=$as_save_IFS
6277 test -z "$as_dir" && as_dir=.
6278 for ac_exec_ext in '' $ac_executable_extensions; do
6279 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6280 ac_cv_prog_ac_ct_DLLTOOL="dlltool"
6281 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6282 break 2
6284 done
6285 done
6286 IFS=$as_save_IFS
6290 ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
6291 if test -n "$ac_ct_DLLTOOL"; then
6292 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DLLTOOL" >&5
6293 $as_echo "$ac_ct_DLLTOOL" >&6; }
6294 else
6295 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6296 $as_echo "no" >&6; }
6299 if test "x$ac_ct_DLLTOOL" = x; then
6300 DLLTOOL="false"
6301 else
6302 case $cross_compiling:$ac_tool_warned in
6303 yes:)
6304 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6305 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6306 ac_tool_warned=yes ;;
6307 esac
6308 DLLTOOL=$ac_ct_DLLTOOL
6310 else
6311 DLLTOOL="$ac_cv_prog_DLLTOOL"
6314 if test -n "$ac_tool_prefix"; then
6315 # Extract the first word of "${ac_tool_prefix}dllwrap", so it can be a program name with args.
6316 set dummy ${ac_tool_prefix}dllwrap; ac_word=$2
6317 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6318 $as_echo_n "checking for $ac_word... " >&6; }
6319 if test "${ac_cv_prog_DLLWRAP+set}" = set; then :
6320 $as_echo_n "(cached) " >&6
6321 else
6322 if test -n "$DLLWRAP"; then
6323 ac_cv_prog_DLLWRAP="$DLLWRAP" # Let the user override the test.
6324 else
6325 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6326 for as_dir in $PATH
6328 IFS=$as_save_IFS
6329 test -z "$as_dir" && as_dir=.
6330 for ac_exec_ext in '' $ac_executable_extensions; do
6331 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6332 ac_cv_prog_DLLWRAP="${ac_tool_prefix}dllwrap"
6333 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6334 break 2
6336 done
6337 done
6338 IFS=$as_save_IFS
6342 DLLWRAP=$ac_cv_prog_DLLWRAP
6343 if test -n "$DLLWRAP"; then
6344 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLWRAP" >&5
6345 $as_echo "$DLLWRAP" >&6; }
6346 else
6347 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6348 $as_echo "no" >&6; }
6353 if test -z "$ac_cv_prog_DLLWRAP"; then
6354 ac_ct_DLLWRAP=$DLLWRAP
6355 # Extract the first word of "dllwrap", so it can be a program name with args.
6356 set dummy dllwrap; ac_word=$2
6357 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6358 $as_echo_n "checking for $ac_word... " >&6; }
6359 if test "${ac_cv_prog_ac_ct_DLLWRAP+set}" = set; then :
6360 $as_echo_n "(cached) " >&6
6361 else
6362 if test -n "$ac_ct_DLLWRAP"; then
6363 ac_cv_prog_ac_ct_DLLWRAP="$ac_ct_DLLWRAP" # Let the user override the test.
6364 else
6365 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6366 for as_dir in $PATH
6368 IFS=$as_save_IFS
6369 test -z "$as_dir" && as_dir=.
6370 for ac_exec_ext in '' $ac_executable_extensions; do
6371 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6372 ac_cv_prog_ac_ct_DLLWRAP="dllwrap"
6373 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6374 break 2
6376 done
6377 done
6378 IFS=$as_save_IFS
6382 ac_ct_DLLWRAP=$ac_cv_prog_ac_ct_DLLWRAP
6383 if test -n "$ac_ct_DLLWRAP"; then
6384 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DLLWRAP" >&5
6385 $as_echo "$ac_ct_DLLWRAP" >&6; }
6386 else
6387 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6388 $as_echo "no" >&6; }
6391 if test "x$ac_ct_DLLWRAP" = x; then
6392 DLLWRAP="false"
6393 else
6394 case $cross_compiling:$ac_tool_warned in
6395 yes:)
6396 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6397 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6398 ac_tool_warned=yes ;;
6399 esac
6400 DLLWRAP=$ac_ct_DLLWRAP
6402 else
6403 DLLWRAP="$ac_cv_prog_DLLWRAP"
6406 if test "$DLLWRAP" = "false"; then
6407 LIBEXT="a"
6408 else
6409 LIBEXT="dll"
6411 IMPLIBEXT="a"
6412 STATIC_IMPLIBEXT="a"
6413 enable_iphlpapi=${enable_iphlpapi:-no}
6414 enable_kernel32=${enable_kernel32:-no}
6415 enable_msvcrt=${enable_msvcrt:-no}
6416 enable_ntdll=${enable_ntdll:-no}
6417 enable_ws2_32=${enable_ws2_32:-no}
6418 enable_loader=${enable_loader:-no}
6419 enable_server=${enable_server:-no}
6420 with_x=${with_x:-no}
6421 with_pthread=${with_pthread:-no}
6423 darwin*|macosx*)
6424 DLLEXT=".so"
6425 LIBEXT="dylib"
6426 DLLFLAGS="$DLLFLAGS -fPIC"
6427 LDDLLFLAGS="-bundle -multiply_defined suppress"
6428 LIBWINE_LDFLAGS="-multiply_defined suppress"
6429 LDSHARED="\$(CC) -dynamiclib"
6430 STRIP="$STRIP -x"
6431 LDRPATH_LOCAL="&& install_name_tool -change @executable_path/\`\$(RELPATH) \$(bindir) \$(libdir)\`/libwine.1.dylib @executable_path/\$(TOPOBJDIR)/libs/wine/libwine.1.dylib \$@ || \$(RM) \$@"
6432 SECURITYLIB="-framework Security -framework CoreFoundation"
6434 COREFOUNDATIONLIB="-framework CoreFoundation"
6436 IOKITLIB="-framework IOKit -framework CoreFoundation"
6438 LDEXECFLAGS="-image_base 0x7bf00000 -Wl,-segaddr,WINE_DOS,0x00000000,-segaddr,WINE_SHAREDHEAP,0x7f000000"
6440 if test "$ac_cv_header_DiskArbitration_DiskArbitration_h" = "yes"
6441 then
6442 DISKARBITRATIONLIB="-framework DiskArbitration -framework CoreFoundation"
6445 if test "$ac_cv_header_CoreAudio_CoreAudio_h" = "yes" -a "$ac_cv_header_AudioUnit_AudioUnit_h" = "yes"
6446 then
6447 COREAUDIO="-framework CoreAudio -framework AudioUnit -framework CoreServices -framework AudioToolbox -framework CoreMIDI"
6449 ac_save_LIBS="$LIBS"
6450 if test "$ac_cv_header_AudioToolbox_AudioFile_h" = "yes"
6451 then
6452 LIBS="$LIBS $COREAUDIO"
6453 for ac_func in AudioFileStreamOpen
6454 do :
6455 ac_fn_c_check_func "$LINENO" "AudioFileStreamOpen" "ac_cv_func_AudioFileStreamOpen"
6456 if test "x$ac_cv_func_AudioFileStreamOpen" = x""yes; then :
6457 cat >>confdefs.h <<_ACEOF
6458 #define HAVE_AUDIOFILESTREAMOPEN 1
6459 _ACEOF
6462 done
6464 LIBS="$ac_save_LIBS"
6466 test "x$ac_cv_func_AudioFileStreamOpen" = xyes || as_fn_append wine_notices "|AudioToolbox version too old, mp3 codec won't be supported."
6468 if test "$ac_cv_header_OpenAL_al_h" = "yes"
6469 then
6470 LIBOPENAL="-framework OpenAL"
6472 ac_cv_lib_openal_alGetSource3i=yes
6474 if test "$ac_cv_header_IOKit_hid_IOHIDLib_h" = "yes"
6475 then
6476 ac_save_LIBS="$LIBS"
6477 LIBS="$LIBS $IOKITLIB"
6478 for ac_func in IOHIDManagerCreate
6479 do :
6480 ac_fn_c_check_func "$LINENO" "IOHIDManagerCreate" "ac_cv_func_IOHIDManagerCreate"
6481 if test "x$ac_cv_func_IOHIDManagerCreate" = x""yes; then :
6482 cat >>confdefs.h <<_ACEOF
6483 #define HAVE_IOHIDMANAGERCREATE 1
6484 _ACEOF
6487 done
6489 LIBS="$ac_save_LIBS"
6491 case $host_cpu in
6492 *powerpc*)
6493 LDDLLFLAGS="$LDDLLFLAGS -read_only_relocs warning" ;;
6494 esac
6495 if test "$ac_cv_header_Carbon_Carbon_h" = "yes"
6496 then
6497 CARBONLIB="-framework Carbon"
6499 enable_winequartz_drv=${enable_winequartz_drv:-yes}
6501 if test "x$enable_win16" = "xyes"
6502 then
6503 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether 16-bit code can be built correctly" >&5
6504 $as_echo_n "checking whether 16-bit code can be built correctly... " >&6; }
6505 if test "$cross_compiling" = yes; then :
6506 { $as_echo "$as_me:${as_lineno-$LINENO}: result: cross-compiling, assuming yes" >&5
6507 $as_echo "cross-compiling, assuming yes" >&6; }
6508 else
6509 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6510 /* end confdefs.h. */
6511 asm(".text\n"
6512 "bad:\tnop;nop\n"
6513 "good:\tnop;nop\n\t"
6514 ".globl _testfunc\n"
6515 "_testfunc:\tcallw good");
6516 extern void testfunc();
6518 main ()
6520 unsigned short *p = (unsigned short *)testfunc;
6521 return p[0] != 0xe866 || p[1] != 0xfffa
6523 return 0;
6525 _ACEOF
6526 if ac_fn_c_try_run "$LINENO"; then :
6527 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6528 $as_echo "yes" >&6; }
6529 else
6530 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6531 $as_echo "no" >&6; }
6532 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
6534 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
6535 conftest.$ac_objext conftest.beam conftest.$ac_ext
6541 DLLFLAGS="$DLLFLAGS -fPIC"
6542 DLLEXT=".so"
6543 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can build a GNU style ELF dll" >&5
6544 $as_echo_n "checking whether we can build a GNU style ELF dll... " >&6; }
6545 if test "${ac_cv_c_dll_gnuelf+set}" = set; then :
6546 $as_echo_n "(cached) " >&6
6547 else
6548 ac_wine_try_cflags_saved=$CFLAGS
6549 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic"
6550 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6551 /* end confdefs.h. */
6552 void myfunc() {}
6553 _ACEOF
6554 if ac_fn_c_try_link "$LINENO"; then :
6555 ac_cv_c_dll_gnuelf="yes"
6556 else
6557 ac_cv_c_dll_gnuelf="no"
6559 rm -f core conftest.err conftest.$ac_objext \
6560 conftest$ac_exeext conftest.$ac_ext
6561 CFLAGS=$ac_wine_try_cflags_saved
6563 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dll_gnuelf" >&5
6564 $as_echo "$ac_cv_c_dll_gnuelf" >&6; }
6565 if test "$ac_cv_c_dll_gnuelf" = "yes"
6566 then
6567 LDSHARED="\$(CC) -shared"
6568 LDDLLFLAGS="-shared -Wl,-Bsymbolic"
6569 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1" >&5
6570 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1... " >&6; }
6571 if test "${ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1+set}" = set; then :
6572 $as_echo_n "(cached) " >&6
6573 else
6574 ac_wine_try_cflags_saved=$CFLAGS
6575 CFLAGS="$CFLAGS -fPIC -shared -Wl,-soname,confest.so.1"
6576 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6577 /* end confdefs.h. */
6578 int main(int argc, char **argv) { return 0; }
6579 _ACEOF
6580 if ac_fn_c_try_link "$LINENO"; then :
6581 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=yes
6582 else
6583 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=no
6585 rm -f core conftest.err conftest.$ac_objext \
6586 conftest$ac_exeext conftest.$ac_ext
6587 CFLAGS=$ac_wine_try_cflags_saved
6589 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&5
6590 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&6; }
6591 if test $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1 = yes; then :
6592 LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-soname,%)"
6593 else
6594 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1" >&5
6595 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1... " >&6; }
6596 if test "${ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1+set}" = set; then :
6597 $as_echo_n "(cached) " >&6
6598 else
6599 ac_wine_try_cflags_saved=$CFLAGS
6600 CFLAGS="$CFLAGS -fPIC -shared -Wl,-h,confest.so.1"
6601 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6602 /* end confdefs.h. */
6603 int main(int argc, char **argv) { return 0; }
6604 _ACEOF
6605 if ac_fn_c_try_link "$LINENO"; then :
6606 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=yes
6607 else
6608 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=no
6610 rm -f core conftest.err conftest.$ac_objext \
6611 conftest$ac_exeext conftest.$ac_ext
6612 CFLAGS=$ac_wine_try_cflags_saved
6614 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&5
6615 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&6; }
6616 if test $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1 = yes; then :
6617 LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-h,%)"
6621 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs" >&5
6622 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs... " >&6; }
6623 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs+set}" = set; then :
6624 $as_echo_n "(cached) " >&6
6625 else
6626 ac_wine_try_cflags_saved=$CFLAGS
6627 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-z,defs"
6628 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6629 /* end confdefs.h. */
6630 int main(int argc, char **argv) { return 0; }
6631 _ACEOF
6632 if ac_fn_c_try_link "$LINENO"; then :
6633 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=yes
6634 else
6635 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=no
6637 rm -f core conftest.err conftest.$ac_objext \
6638 conftest$ac_exeext conftest.$ac_ext
6639 CFLAGS=$ac_wine_try_cflags_saved
6641 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&5
6642 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&6; }
6643 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs = yes; then :
6644 LDDLLFLAGS="$LDDLLFLAGS,-z,defs"
6647 { $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
6648 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini... " >&6; }
6649 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini+set}" = set; then :
6650 $as_echo_n "(cached) " >&6
6651 else
6652 ac_wine_try_cflags_saved=$CFLAGS
6653 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini"
6654 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6655 /* end confdefs.h. */
6656 int main(int argc, char **argv) { return 0; }
6657 _ACEOF
6658 if ac_fn_c_try_link "$LINENO"; then :
6659 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=yes
6660 else
6661 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=no
6663 rm -f core conftest.err conftest.$ac_objext \
6664 conftest$ac_exeext conftest.$ac_ext
6665 CFLAGS=$ac_wine_try_cflags_saved
6667 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&5
6668 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&6; }
6669 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini = yes; then :
6670 LDDLLFLAGS="$LDDLLFLAGS,-init,__wine_spec_init,-fini,__wine_spec_fini"
6673 echo '{ global: *; };' >conftest.map
6674 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map" >&5
6675 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map... " >&6; }
6676 if test "${ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map+set}" = set; then :
6677 $as_echo_n "(cached) " >&6
6678 else
6679 ac_wine_try_cflags_saved=$CFLAGS
6680 CFLAGS="$CFLAGS -fPIC -shared -Wl,--version-script=conftest.map"
6681 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6682 /* end confdefs.h. */
6683 int main(int argc, char **argv) { return 0; }
6684 _ACEOF
6685 if ac_fn_c_try_link "$LINENO"; then :
6686 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=yes
6687 else
6688 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=no
6690 rm -f core conftest.err conftest.$ac_objext \
6691 conftest$ac_exeext conftest.$ac_ext
6692 CFLAGS=$ac_wine_try_cflags_saved
6694 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&5
6695 $as_echo "$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&6; }
6696 if test $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map = yes; then :
6697 LDSHARED="$LDSHARED \$(VERSCRIPT:%=-Wl,--version-script=%)"
6699 rm -f conftest.map
6701 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
6702 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--export-dynamic... " >&6; }
6703 if test "${ac_cv_cflags__fPIC__Wl___export_dynamic+set}" = set; then :
6704 $as_echo_n "(cached) " >&6
6705 else
6706 ac_wine_try_cflags_saved=$CFLAGS
6707 CFLAGS="$CFLAGS -fPIC -Wl,--export-dynamic"
6708 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6709 /* end confdefs.h. */
6710 int main(int argc, char **argv) { return 0; }
6711 _ACEOF
6712 if ac_fn_c_try_link "$LINENO"; then :
6713 ac_cv_cflags__fPIC__Wl___export_dynamic=yes
6714 else
6715 ac_cv_cflags__fPIC__Wl___export_dynamic=no
6717 rm -f core conftest.err conftest.$ac_objext \
6718 conftest$ac_exeext conftest.$ac_ext
6719 CFLAGS=$ac_wine_try_cflags_saved
6721 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
6722 $as_echo "$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
6723 if test $ac_cv_cflags__fPIC__Wl___export_dynamic = yes; then :
6724 LDEXECFLAGS="-Wl,--export-dynamic"
6728 as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,--rpath,\\$ORIGIN/../lib" | $as_tr_sh`
6729 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
6730 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... " >&6; }
6731 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then :
6732 $as_echo_n "(cached) " >&6
6733 else
6734 ac_wine_try_cflags_saved=$CFLAGS
6735 CFLAGS="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
6736 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6737 /* end confdefs.h. */
6738 int main(int argc, char **argv) { return 0; }
6739 _ACEOF
6740 if ac_fn_c_try_link "$LINENO"; then :
6741 eval "$as_ac_var=yes"
6742 else
6743 eval "$as_ac_var=no"
6745 rm -f core conftest.err conftest.$ac_objext \
6746 conftest$ac_exeext conftest.$ac_ext
6747 CFLAGS=$ac_wine_try_cflags_saved
6749 eval ac_res=\$$as_ac_var
6750 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
6751 $as_echo "$ac_res" >&6; }
6752 if test `eval 'as_val=${'$as_ac_var'};$as_echo "$as_val"'` = yes; then :
6753 LDRPATH_INSTALL="-Wl,--rpath,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
6754 LDRPATH_LOCAL="-Wl,--rpath,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
6755 else
6756 as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,-R,\\$ORIGIN/../lib" | $as_tr_sh`
6757 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
6758 $as_echo_n "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... " >&6; }
6759 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then :
6760 $as_echo_n "(cached) " >&6
6761 else
6762 ac_wine_try_cflags_saved=$CFLAGS
6763 CFLAGS="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
6764 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6765 /* end confdefs.h. */
6766 int main(int argc, char **argv) { return 0; }
6767 _ACEOF
6768 if ac_fn_c_try_link "$LINENO"; then :
6769 eval "$as_ac_var=yes"
6770 else
6771 eval "$as_ac_var=no"
6773 rm -f core conftest.err conftest.$ac_objext \
6774 conftest$ac_exeext conftest.$ac_ext
6775 CFLAGS=$ac_wine_try_cflags_saved
6777 eval ac_res=\$$as_ac_var
6778 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
6779 $as_echo "$ac_res" >&6; }
6780 if test `eval 'as_val=${'$as_ac_var'};$as_echo "$as_val"'` = yes; then :
6781 LDRPATH_INSTALL="-Wl,-R,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
6782 LDRPATH_LOCAL="-Wl,-R,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
6786 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
6787 $as_echo_n "checking whether the compiler supports -Wl,--enable-new-dtags... " >&6; }
6788 if test "${ac_cv_cflags__Wl___enable_new_dtags+set}" = set; then :
6789 $as_echo_n "(cached) " >&6
6790 else
6791 ac_wine_try_cflags_saved=$CFLAGS
6792 CFLAGS="$CFLAGS -Wl,--enable-new-dtags"
6793 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6794 /* end confdefs.h. */
6795 int main(int argc, char **argv) { return 0; }
6796 _ACEOF
6797 if ac_fn_c_try_link "$LINENO"; then :
6798 ac_cv_cflags__Wl___enable_new_dtags=yes
6799 else
6800 ac_cv_cflags__Wl___enable_new_dtags=no
6802 rm -f core conftest.err conftest.$ac_objext \
6803 conftest$ac_exeext conftest.$ac_ext
6804 CFLAGS=$ac_wine_try_cflags_saved
6806 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
6807 $as_echo "$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
6808 if test $ac_cv_cflags__Wl___enable_new_dtags = yes; then :
6809 LDRPATH_INSTALL="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
6812 case $host_cpu in
6813 *i[3456789]86* | x86_64)
6814 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400" >&5
6815 $as_echo_n "checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400... " >&6; }
6816 if test "${ac_cv_cflags__Wl___section_start__interp_0x7bf00400+set}" = set; then :
6817 $as_echo_n "(cached) " >&6
6818 else
6819 ac_wine_try_cflags_saved=$CFLAGS
6820 CFLAGS="$CFLAGS -Wl,--section-start,.interp=0x7bf00400"
6821 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6822 /* end confdefs.h. */
6823 int main(int argc, char **argv) { return 0; }
6824 _ACEOF
6825 if ac_fn_c_try_link "$LINENO"; then :
6826 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=yes
6827 else
6828 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=no
6830 rm -f core conftest.err conftest.$ac_objext \
6831 conftest$ac_exeext conftest.$ac_ext
6832 CFLAGS=$ac_wine_try_cflags_saved
6834 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&5
6835 $as_echo "$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&6; }
6836 if test $ac_cv_cflags__Wl___section_start__interp_0x7bf00400 = yes; then :
6837 LDEXECFLAGS="$LDEXECFLAGS -Wl,--section-start,.interp=0x7bf00400"
6840 esac
6842 else
6843 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can build a UnixWare (Solaris) dll" >&5
6844 $as_echo_n "checking whether we can build a UnixWare (Solaris) dll... " >&6; }
6845 if test "${ac_cv_c_dll_unixware+set}" = set; then :
6846 $as_echo_n "(cached) " >&6
6847 else
6848 ac_wine_try_cflags_saved=$CFLAGS
6849 CFLAGS="$CFLAGS -fPIC -Wl,-G,-h,conftest.so.1.0,-B,symbolic"
6850 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6851 /* end confdefs.h. */
6852 void myfunc() {}
6853 _ACEOF
6854 if ac_fn_c_try_link "$LINENO"; then :
6855 ac_cv_c_dll_unixware="yes"
6856 else
6857 ac_cv_c_dll_unixware="no"
6859 rm -f core conftest.err conftest.$ac_objext \
6860 conftest$ac_exeext conftest.$ac_ext
6861 CFLAGS=$ac_wine_try_cflags_saved
6863 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dll_unixware" >&5
6864 $as_echo "$ac_cv_c_dll_unixware" >&6; }
6865 if test "$ac_cv_c_dll_unixware" = "yes"
6866 then
6867 LDSHARED="\$(CC) -Wl,-G \$(SONAME:%=-Wl,-h,%)"
6868 LDDLLFLAGS="-Wl,-G,-B,symbolic"
6870 else
6871 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can build an HP-UX dll" >&5
6872 $as_echo_n "checking whether we can build an HP-UX dll... " >&6; }
6873 if test "${ac_cv_c_dll_hpux+set}" = set; then :
6874 $as_echo_n "(cached) " >&6
6875 else
6876 ac_wine_try_cflags_saved=$CFLAGS
6877 CFLAGS="$CFLAGS -shared"
6878 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6879 /* end confdefs.h. */
6880 void myfunc() {}
6881 _ACEOF
6882 if ac_fn_c_try_link "$LINENO"; then :
6883 ac_cv_c_dll_hpux="yes"
6884 else
6885 ac_cv_c_dll_hpux="no"
6887 rm -f core conftest.err conftest.$ac_objext \
6888 conftest$ac_exeext conftest.$ac_ext
6889 CFLAGS=$ac_wine_try_cflags_saved
6891 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dll_hpux" >&5
6892 $as_echo "$ac_cv_c_dll_hpux" >&6; }
6893 if test "$ac_cv_c_dll_hpux" = "yes"
6894 then
6895 LIBEXT="sl"
6896 DLLEXT=".sl"
6897 LDDLLFLAGS="-shared -fPIC"
6898 LDSHARED="\$(CC) -shared"
6903 esac
6905 enable_winequartz_drv=${enable_winequartz_drv:-no}
6907 if test "$LIBEXT" = "a"; then
6908 as_fn_error "could not find a way to build shared libraries.
6909 It is currently not possible to build Wine without shared library
6910 (.so) support to allow transparent switch between .so and .dll files.
6911 If you are using Linux, you will need a newer binutils.
6912 " "$LINENO" 5
6915 if test "$cross_compiling" = "no" -a "$LIBEXT" != "dll"
6916 then
6917 case "$host_cpu" in
6918 i[3456789]86*)
6919 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 " ;;
6920 x86_64)
6921 ac_prefix_list="x86_64-pc-mingw32-gcc x86_64-w64-mingw32-gcc " ;;
6923 ac_prefix_list="" ;;
6924 esac
6925 for ac_prog in $ac_prefix_list
6927 # Extract the first word of "$ac_prog", so it can be a program name with args.
6928 set dummy $ac_prog; ac_word=$2
6929 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6930 $as_echo_n "checking for $ac_word... " >&6; }
6931 if test "${ac_cv_prog_CROSSCC+set}" = set; then :
6932 $as_echo_n "(cached) " >&6
6933 else
6934 if test -n "$CROSSCC"; then
6935 ac_cv_prog_CROSSCC="$CROSSCC" # Let the user override the test.
6936 else
6937 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6938 for as_dir in $PATH
6940 IFS=$as_save_IFS
6941 test -z "$as_dir" && as_dir=.
6942 for ac_exec_ext in '' $ac_executable_extensions; do
6943 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6944 ac_cv_prog_CROSSCC="$ac_prog"
6945 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6946 break 2
6948 done
6949 done
6950 IFS=$as_save_IFS
6954 CROSSCC=$ac_cv_prog_CROSSCC
6955 if test -n "$CROSSCC"; then
6956 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CROSSCC" >&5
6957 $as_echo "$CROSSCC" >&6; }
6958 else
6959 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6960 $as_echo "no" >&6; }
6964 test -n "$CROSSCC" && break
6965 done
6966 test -n "$CROSSCC" || CROSSCC="false"
6968 if test "$CROSSCC" != "false"
6969 then
6970 CROSSTEST="\$(CROSSTEST)"
6972 set x $CROSSCC
6973 shift
6974 target=""
6975 while test $# -ge 1
6977 case "$1" in
6978 *-gcc) target=`expr "$1" : '\(.*\)-gcc'` ;;
6979 esac
6980 shift
6981 done
6982 if test -n "$target"
6983 then
6984 CROSSTARGET="$target"
6991 if test "$ac_cv_header_pthread_h" = "yes"
6992 then
6993 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pthread_create in -lpthread" >&5
6994 $as_echo_n "checking for pthread_create in -lpthread... " >&6; }
6995 if test "${ac_cv_lib_pthread_pthread_create+set}" = set; then :
6996 $as_echo_n "(cached) " >&6
6997 else
6998 ac_check_lib_save_LIBS=$LIBS
6999 LIBS="-lpthread $LIBS"
7000 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7001 /* end confdefs.h. */
7003 /* Override any GCC internal prototype to avoid an error.
7004 Use char because int might match the return type of a GCC
7005 builtin and then its argument prototype would still apply. */
7006 #ifdef __cplusplus
7007 extern "C"
7008 #endif
7009 char pthread_create ();
7011 main ()
7013 return pthread_create ();
7015 return 0;
7017 _ACEOF
7018 if ac_fn_c_try_link "$LINENO"; then :
7019 ac_cv_lib_pthread_pthread_create=yes
7020 else
7021 ac_cv_lib_pthread_pthread_create=no
7023 rm -f core conftest.err conftest.$ac_objext \
7024 conftest$ac_exeext conftest.$ac_ext
7025 LIBS=$ac_check_lib_save_LIBS
7027 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pthread_pthread_create" >&5
7028 $as_echo "$ac_cv_lib_pthread_pthread_create" >&6; }
7029 if test "x$ac_cv_lib_pthread_pthread_create" = x""yes; then :
7030 LIBPTHREAD="-lpthread"
7035 if test "x$LIBPTHREAD" = "x"; then :
7036 case "x$with_pthread" in
7037 xno) ;;
7038 *) as_fn_error "pthread ${notice_platform}development files not found.
7039 Wine cannot support threads without libpthread.
7040 Use the --without-pthread option if you really want this." "$LINENO" 5 ;;
7041 esac
7045 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for X" >&5
7046 $as_echo_n "checking for X... " >&6; }
7049 # Check whether --with-x was given.
7050 if test "${with_x+set}" = set; then :
7051 withval=$with_x;
7054 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
7055 if test "x$with_x" = xno; then
7056 # The user explicitly disabled X.
7057 have_x=disabled
7058 else
7059 case $x_includes,$x_libraries in #(
7060 *\'*) as_fn_error "cannot use X directory names containing '" "$LINENO" 5;; #(
7061 *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then :
7062 $as_echo_n "(cached) " >&6
7063 else
7064 # One or both of the vars are not set, and there is no cached value.
7065 ac_x_includes=no ac_x_libraries=no
7066 rm -f -r conftest.dir
7067 if mkdir conftest.dir; then
7068 cd conftest.dir
7069 cat >Imakefile <<'_ACEOF'
7070 incroot:
7071 @echo incroot='${INCROOT}'
7072 usrlibdir:
7073 @echo usrlibdir='${USRLIBDIR}'
7074 libdir:
7075 @echo libdir='${LIBDIR}'
7076 _ACEOF
7077 if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
7078 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
7079 for ac_var in incroot usrlibdir libdir; do
7080 eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
7081 done
7082 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
7083 for ac_extension in a so sl dylib la dll; do
7084 if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
7085 test -f "$ac_im_libdir/libX11.$ac_extension"; then
7086 ac_im_usrlibdir=$ac_im_libdir; break
7088 done
7089 # Screen out bogus values from the imake configuration. They are
7090 # bogus both because they are the default anyway, and because
7091 # using them would break gcc on systems where it needs fixed includes.
7092 case $ac_im_incroot in
7093 /usr/include) ac_x_includes= ;;
7094 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
7095 esac
7096 case $ac_im_usrlibdir in
7097 /usr/lib | /usr/lib64 | /lib | /lib64) ;;
7098 *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
7099 esac
7101 cd ..
7102 rm -f -r conftest.dir
7105 # Standard set of common directories for X headers.
7106 # Check X11 before X11Rn because it is often a symlink to the current release.
7107 ac_x_header_dirs='
7108 /usr/X11/include
7109 /usr/X11R7/include
7110 /usr/X11R6/include
7111 /usr/X11R5/include
7112 /usr/X11R4/include
7114 /usr/include/X11
7115 /usr/include/X11R7
7116 /usr/include/X11R6
7117 /usr/include/X11R5
7118 /usr/include/X11R4
7120 /usr/local/X11/include
7121 /usr/local/X11R7/include
7122 /usr/local/X11R6/include
7123 /usr/local/X11R5/include
7124 /usr/local/X11R4/include
7126 /usr/local/include/X11
7127 /usr/local/include/X11R7
7128 /usr/local/include/X11R6
7129 /usr/local/include/X11R5
7130 /usr/local/include/X11R4
7132 /usr/X386/include
7133 /usr/x386/include
7134 /usr/XFree86/include/X11
7136 /usr/include
7137 /usr/local/include
7138 /usr/unsupported/include
7139 /usr/athena/include
7140 /usr/local/x11r5/include
7141 /usr/lpp/Xamples/include
7143 /usr/openwin/include
7144 /usr/openwin/share/include'
7146 if test "$ac_x_includes" = no; then
7147 # Guess where to find include files, by looking for Xlib.h.
7148 # First, try using that file with no special directory specified.
7149 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7150 /* end confdefs.h. */
7151 #include <X11/Xlib.h>
7152 _ACEOF
7153 if ac_fn_c_try_cpp "$LINENO"; then :
7154 # We can compile using X headers with no special include directory.
7155 ac_x_includes=
7156 else
7157 for ac_dir in $ac_x_header_dirs; do
7158 if test -r "$ac_dir/X11/Xlib.h"; then
7159 ac_x_includes=$ac_dir
7160 break
7162 done
7164 rm -f conftest.err conftest.$ac_ext
7165 fi # $ac_x_includes = no
7167 if test "$ac_x_libraries" = no; then
7168 # Check for the libraries.
7169 # See if we find them without any special options.
7170 # Don't add to $LIBS permanently.
7171 ac_save_LIBS=$LIBS
7172 LIBS="-lX11 $LIBS"
7173 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7174 /* end confdefs.h. */
7175 #include <X11/Xlib.h>
7177 main ()
7179 XrmInitialize ()
7181 return 0;
7183 _ACEOF
7184 if ac_fn_c_try_link "$LINENO"; then :
7185 LIBS=$ac_save_LIBS
7186 # We can link X programs with no special library path.
7187 ac_x_libraries=
7188 else
7189 LIBS=$ac_save_LIBS
7190 for ac_dir in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
7192 # Don't even attempt the hair of trying to link an X program!
7193 for ac_extension in a so sl dylib la dll; do
7194 if test -r "$ac_dir/libX11.$ac_extension"; then
7195 ac_x_libraries=$ac_dir
7196 break 2
7198 done
7199 done
7201 rm -f core conftest.err conftest.$ac_objext \
7202 conftest$ac_exeext conftest.$ac_ext
7203 fi # $ac_x_libraries = no
7205 case $ac_x_includes,$ac_x_libraries in #(
7206 no,* | *,no | *\'*)
7207 # Didn't find X, or a directory has "'" in its name.
7208 ac_cv_have_x="have_x=no";; #(
7210 # Record where we found X for the cache.
7211 ac_cv_have_x="have_x=yes\
7212 ac_x_includes='$ac_x_includes'\
7213 ac_x_libraries='$ac_x_libraries'"
7214 esac
7216 ;; #(
7217 *) have_x=yes;;
7218 esac
7219 eval "$ac_cv_have_x"
7220 fi # $with_x != no
7222 if test "$have_x" != yes; then
7223 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $have_x" >&5
7224 $as_echo "$have_x" >&6; }
7225 no_x=yes
7226 else
7227 # If each of the values was on the command line, it overrides each guess.
7228 test "x$x_includes" = xNONE && x_includes=$ac_x_includes
7229 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
7230 # Update the cache value to reflect the command line values.
7231 ac_cv_have_x="have_x=yes\
7232 ac_x_includes='$x_includes'\
7233 ac_x_libraries='$x_libraries'"
7234 { $as_echo "$as_me:${as_lineno-$LINENO}: result: libraries $x_libraries, headers $x_includes" >&5
7235 $as_echo "libraries $x_libraries, headers $x_includes" >&6; }
7238 if test "$no_x" = yes; then
7239 # Not all programs may use this symbol, but it does not hurt to define it.
7241 $as_echo "#define X_DISPLAY_MISSING 1" >>confdefs.h
7243 X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
7244 else
7245 if test -n "$x_includes"; then
7246 X_CFLAGS="$X_CFLAGS -I$x_includes"
7249 # It would also be nice to do this for all -L options, not just this one.
7250 if test -n "$x_libraries"; then
7251 X_LIBS="$X_LIBS -L$x_libraries"
7252 # For Solaris; some versions of Sun CC require a space after -R and
7253 # others require no space. Words are not sufficient . . . .
7254 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -R must be followed by a space" >&5
7255 $as_echo_n "checking whether -R must be followed by a space... " >&6; }
7256 ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
7257 ac_xsave_c_werror_flag=$ac_c_werror_flag
7258 ac_c_werror_flag=yes
7259 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7260 /* end confdefs.h. */
7263 main ()
7267 return 0;
7269 _ACEOF
7270 if ac_fn_c_try_link "$LINENO"; then :
7271 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7272 $as_echo "no" >&6; }
7273 X_LIBS="$X_LIBS -R$x_libraries"
7274 else
7275 LIBS="$ac_xsave_LIBS -R $x_libraries"
7276 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7277 /* end confdefs.h. */
7280 main ()
7284 return 0;
7286 _ACEOF
7287 if ac_fn_c_try_link "$LINENO"; then :
7288 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
7289 $as_echo "yes" >&6; }
7290 X_LIBS="$X_LIBS -R $x_libraries"
7291 else
7292 { $as_echo "$as_me:${as_lineno-$LINENO}: result: neither works" >&5
7293 $as_echo "neither works" >&6; }
7295 rm -f core conftest.err conftest.$ac_objext \
7296 conftest$ac_exeext conftest.$ac_ext
7298 rm -f core conftest.err conftest.$ac_objext \
7299 conftest$ac_exeext conftest.$ac_ext
7300 ac_c_werror_flag=$ac_xsave_c_werror_flag
7301 LIBS=$ac_xsave_LIBS
7304 # Check for system-dependent libraries X programs must link with.
7305 # Do this before checking for the system-independent R6 libraries
7306 # (-lICE), since we may need -lsocket or whatever for X linking.
7308 if test "$ISC" = yes; then
7309 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
7310 else
7311 # Martyn Johnson says this is needed for Ultrix, if the X
7312 # libraries were built with DECnet support. And Karl Berry says
7313 # the Alpha needs dnet_stub (dnet does not exist).
7314 ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
7315 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7316 /* end confdefs.h. */
7318 /* Override any GCC internal prototype to avoid an error.
7319 Use char because int might match the return type of a GCC
7320 builtin and then its argument prototype would still apply. */
7321 #ifdef __cplusplus
7322 extern "C"
7323 #endif
7324 char XOpenDisplay ();
7326 main ()
7328 return XOpenDisplay ();
7330 return 0;
7332 _ACEOF
7333 if ac_fn_c_try_link "$LINENO"; then :
7335 else
7336 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet" >&5
7337 $as_echo_n "checking for dnet_ntoa in -ldnet... " >&6; }
7338 if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then :
7339 $as_echo_n "(cached) " >&6
7340 else
7341 ac_check_lib_save_LIBS=$LIBS
7342 LIBS="-ldnet $LIBS"
7343 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7344 /* end confdefs.h. */
7346 /* Override any GCC internal prototype to avoid an error.
7347 Use char because int might match the return type of a GCC
7348 builtin and then its argument prototype would still apply. */
7349 #ifdef __cplusplus
7350 extern "C"
7351 #endif
7352 char dnet_ntoa ();
7354 main ()
7356 return dnet_ntoa ();
7358 return 0;
7360 _ACEOF
7361 if ac_fn_c_try_link "$LINENO"; then :
7362 ac_cv_lib_dnet_dnet_ntoa=yes
7363 else
7364 ac_cv_lib_dnet_dnet_ntoa=no
7366 rm -f core conftest.err conftest.$ac_objext \
7367 conftest$ac_exeext conftest.$ac_ext
7368 LIBS=$ac_check_lib_save_LIBS
7370 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
7371 $as_echo "$ac_cv_lib_dnet_dnet_ntoa" >&6; }
7372 if test "x$ac_cv_lib_dnet_dnet_ntoa" = x""yes; then :
7373 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
7376 if test $ac_cv_lib_dnet_dnet_ntoa = no; then
7377 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet_stub" >&5
7378 $as_echo_n "checking for dnet_ntoa in -ldnet_stub... " >&6; }
7379 if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then :
7380 $as_echo_n "(cached) " >&6
7381 else
7382 ac_check_lib_save_LIBS=$LIBS
7383 LIBS="-ldnet_stub $LIBS"
7384 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7385 /* end confdefs.h. */
7387 /* Override any GCC internal prototype to avoid an error.
7388 Use char because int might match the return type of a GCC
7389 builtin and then its argument prototype would still apply. */
7390 #ifdef __cplusplus
7391 extern "C"
7392 #endif
7393 char dnet_ntoa ();
7395 main ()
7397 return dnet_ntoa ();
7399 return 0;
7401 _ACEOF
7402 if ac_fn_c_try_link "$LINENO"; then :
7403 ac_cv_lib_dnet_stub_dnet_ntoa=yes
7404 else
7405 ac_cv_lib_dnet_stub_dnet_ntoa=no
7407 rm -f core conftest.err conftest.$ac_objext \
7408 conftest$ac_exeext conftest.$ac_ext
7409 LIBS=$ac_check_lib_save_LIBS
7411 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
7412 $as_echo "$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
7413 if test "x$ac_cv_lib_dnet_stub_dnet_ntoa" = x""yes; then :
7414 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
7419 rm -f core conftest.err conftest.$ac_objext \
7420 conftest$ac_exeext conftest.$ac_ext
7421 LIBS="$ac_xsave_LIBS"
7423 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
7424 # to get the SysV transport functions.
7425 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
7426 # needs -lnsl.
7427 # The nsl library prevents programs from opening the X display
7428 # on Irix 5.2, according to T.E. Dickey.
7429 # The functions gethostbyname, getservbyname, and inet_addr are
7430 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
7431 ac_fn_c_check_func "$LINENO" "gethostbyname" "ac_cv_func_gethostbyname"
7432 if test "x$ac_cv_func_gethostbyname" = x""yes; then :
7436 if test $ac_cv_func_gethostbyname = no; then
7437 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5
7438 $as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
7439 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then :
7440 $as_echo_n "(cached) " >&6
7441 else
7442 ac_check_lib_save_LIBS=$LIBS
7443 LIBS="-lnsl $LIBS"
7444 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7445 /* end confdefs.h. */
7447 /* Override any GCC internal prototype to avoid an error.
7448 Use char because int might match the return type of a GCC
7449 builtin and then its argument prototype would still apply. */
7450 #ifdef __cplusplus
7451 extern "C"
7452 #endif
7453 char gethostbyname ();
7455 main ()
7457 return gethostbyname ();
7459 return 0;
7461 _ACEOF
7462 if ac_fn_c_try_link "$LINENO"; then :
7463 ac_cv_lib_nsl_gethostbyname=yes
7464 else
7465 ac_cv_lib_nsl_gethostbyname=no
7467 rm -f core conftest.err conftest.$ac_objext \
7468 conftest$ac_exeext conftest.$ac_ext
7469 LIBS=$ac_check_lib_save_LIBS
7471 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5
7472 $as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
7473 if test "x$ac_cv_lib_nsl_gethostbyname" = x""yes; then :
7474 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
7477 if test $ac_cv_lib_nsl_gethostbyname = no; then
7478 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lbsd" >&5
7479 $as_echo_n "checking for gethostbyname in -lbsd... " >&6; }
7480 if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then :
7481 $as_echo_n "(cached) " >&6
7482 else
7483 ac_check_lib_save_LIBS=$LIBS
7484 LIBS="-lbsd $LIBS"
7485 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7486 /* end confdefs.h. */
7488 /* Override any GCC internal prototype to avoid an error.
7489 Use char because int might match the return type of a GCC
7490 builtin and then its argument prototype would still apply. */
7491 #ifdef __cplusplus
7492 extern "C"
7493 #endif
7494 char gethostbyname ();
7496 main ()
7498 return gethostbyname ();
7500 return 0;
7502 _ACEOF
7503 if ac_fn_c_try_link "$LINENO"; then :
7504 ac_cv_lib_bsd_gethostbyname=yes
7505 else
7506 ac_cv_lib_bsd_gethostbyname=no
7508 rm -f core conftest.err conftest.$ac_objext \
7509 conftest$ac_exeext conftest.$ac_ext
7510 LIBS=$ac_check_lib_save_LIBS
7512 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_bsd_gethostbyname" >&5
7513 $as_echo "$ac_cv_lib_bsd_gethostbyname" >&6; }
7514 if test "x$ac_cv_lib_bsd_gethostbyname" = x""yes; then :
7515 X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
7521 # lieder@skyler.mavd.honeywell.com says without -lsocket,
7522 # socket/setsockopt and other routines are undefined under SCO ODT
7523 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
7524 # on later versions), says Simon Leinen: it contains gethostby*
7525 # variants that don't use the name server (or something). -lsocket
7526 # must be given before -lnsl if both are needed. We assume that
7527 # if connect needs -lnsl, so does gethostbyname.
7528 ac_fn_c_check_func "$LINENO" "connect" "ac_cv_func_connect"
7529 if test "x$ac_cv_func_connect" = x""yes; then :
7533 if test $ac_cv_func_connect = no; then
7534 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for connect in -lsocket" >&5
7535 $as_echo_n "checking for connect in -lsocket... " >&6; }
7536 if test "${ac_cv_lib_socket_connect+set}" = set; then :
7537 $as_echo_n "(cached) " >&6
7538 else
7539 ac_check_lib_save_LIBS=$LIBS
7540 LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
7541 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7542 /* end confdefs.h. */
7544 /* Override any GCC internal prototype to avoid an error.
7545 Use char because int might match the return type of a GCC
7546 builtin and then its argument prototype would still apply. */
7547 #ifdef __cplusplus
7548 extern "C"
7549 #endif
7550 char connect ();
7552 main ()
7554 return connect ();
7556 return 0;
7558 _ACEOF
7559 if ac_fn_c_try_link "$LINENO"; then :
7560 ac_cv_lib_socket_connect=yes
7561 else
7562 ac_cv_lib_socket_connect=no
7564 rm -f core conftest.err conftest.$ac_objext \
7565 conftest$ac_exeext conftest.$ac_ext
7566 LIBS=$ac_check_lib_save_LIBS
7568 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_connect" >&5
7569 $as_echo "$ac_cv_lib_socket_connect" >&6; }
7570 if test "x$ac_cv_lib_socket_connect" = x""yes; then :
7571 X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
7576 # Guillermo Gomez says -lposix is necessary on A/UX.
7577 ac_fn_c_check_func "$LINENO" "remove" "ac_cv_func_remove"
7578 if test "x$ac_cv_func_remove" = x""yes; then :
7582 if test $ac_cv_func_remove = no; then
7583 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for remove in -lposix" >&5
7584 $as_echo_n "checking for remove in -lposix... " >&6; }
7585 if test "${ac_cv_lib_posix_remove+set}" = set; then :
7586 $as_echo_n "(cached) " >&6
7587 else
7588 ac_check_lib_save_LIBS=$LIBS
7589 LIBS="-lposix $LIBS"
7590 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7591 /* end confdefs.h. */
7593 /* Override any GCC internal prototype to avoid an error.
7594 Use char because int might match the return type of a GCC
7595 builtin and then its argument prototype would still apply. */
7596 #ifdef __cplusplus
7597 extern "C"
7598 #endif
7599 char remove ();
7601 main ()
7603 return remove ();
7605 return 0;
7607 _ACEOF
7608 if ac_fn_c_try_link "$LINENO"; then :
7609 ac_cv_lib_posix_remove=yes
7610 else
7611 ac_cv_lib_posix_remove=no
7613 rm -f core conftest.err conftest.$ac_objext \
7614 conftest$ac_exeext conftest.$ac_ext
7615 LIBS=$ac_check_lib_save_LIBS
7617 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_posix_remove" >&5
7618 $as_echo "$ac_cv_lib_posix_remove" >&6; }
7619 if test "x$ac_cv_lib_posix_remove" = x""yes; then :
7620 X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
7625 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
7626 ac_fn_c_check_func "$LINENO" "shmat" "ac_cv_func_shmat"
7627 if test "x$ac_cv_func_shmat" = x""yes; then :
7631 if test $ac_cv_func_shmat = no; then
7632 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shmat in -lipc" >&5
7633 $as_echo_n "checking for shmat in -lipc... " >&6; }
7634 if test "${ac_cv_lib_ipc_shmat+set}" = set; then :
7635 $as_echo_n "(cached) " >&6
7636 else
7637 ac_check_lib_save_LIBS=$LIBS
7638 LIBS="-lipc $LIBS"
7639 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7640 /* end confdefs.h. */
7642 /* Override any GCC internal prototype to avoid an error.
7643 Use char because int might match the return type of a GCC
7644 builtin and then its argument prototype would still apply. */
7645 #ifdef __cplusplus
7646 extern "C"
7647 #endif
7648 char shmat ();
7650 main ()
7652 return shmat ();
7654 return 0;
7656 _ACEOF
7657 if ac_fn_c_try_link "$LINENO"; then :
7658 ac_cv_lib_ipc_shmat=yes
7659 else
7660 ac_cv_lib_ipc_shmat=no
7662 rm -f core conftest.err conftest.$ac_objext \
7663 conftest$ac_exeext conftest.$ac_ext
7664 LIBS=$ac_check_lib_save_LIBS
7666 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ipc_shmat" >&5
7667 $as_echo "$ac_cv_lib_ipc_shmat" >&6; }
7668 if test "x$ac_cv_lib_ipc_shmat" = x""yes; then :
7669 X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
7675 # Check for libraries that X11R6 Xt/Xaw programs need.
7676 ac_save_LDFLAGS=$LDFLAGS
7677 test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
7678 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
7679 # check for ICE first), but we must link in the order -lSM -lICE or
7680 # we get undefined symbols. So assume we have SM if we have ICE.
7681 # These have to be linked with before -lX11, unlike the other
7682 # libraries we check for below, so use a different variable.
7683 # John Interrante, Karl Berry
7684 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for IceConnectionNumber in -lICE" >&5
7685 $as_echo_n "checking for IceConnectionNumber in -lICE... " >&6; }
7686 if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then :
7687 $as_echo_n "(cached) " >&6
7688 else
7689 ac_check_lib_save_LIBS=$LIBS
7690 LIBS="-lICE $X_EXTRA_LIBS $LIBS"
7691 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7692 /* end confdefs.h. */
7694 /* Override any GCC internal prototype to avoid an error.
7695 Use char because int might match the return type of a GCC
7696 builtin and then its argument prototype would still apply. */
7697 #ifdef __cplusplus
7698 extern "C"
7699 #endif
7700 char IceConnectionNumber ();
7702 main ()
7704 return IceConnectionNumber ();
7706 return 0;
7708 _ACEOF
7709 if ac_fn_c_try_link "$LINENO"; then :
7710 ac_cv_lib_ICE_IceConnectionNumber=yes
7711 else
7712 ac_cv_lib_ICE_IceConnectionNumber=no
7714 rm -f core conftest.err conftest.$ac_objext \
7715 conftest$ac_exeext conftest.$ac_ext
7716 LIBS=$ac_check_lib_save_LIBS
7718 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
7719 $as_echo "$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
7720 if test "x$ac_cv_lib_ICE_IceConnectionNumber" = x""yes; then :
7721 X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
7724 LDFLAGS=$ac_save_LDFLAGS
7729 if test "$have_x" = "yes"
7730 then
7731 XLIB="-lX11"
7732 ac_save_CPPFLAGS="$CPPFLAGS"
7733 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
7735 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lX11" >&5
7736 $as_echo_n "checking for -lX11... " >&6; }
7737 if test "${ac_cv_lib_soname_X11+set}" = set; then :
7738 $as_echo_n "(cached) " >&6
7739 else
7740 ac_check_soname_save_LIBS=$LIBS
7741 LIBS="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
7742 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7743 /* end confdefs.h. */
7745 /* Override any GCC internal prototype to avoid an error.
7746 Use char because int might match the return type of a GCC
7747 builtin and then its argument prototype would still apply. */
7748 #ifdef __cplusplus
7749 extern "C"
7750 #endif
7751 char XCreateWindow ();
7753 main ()
7755 return XCreateWindow ();
7757 return 0;
7759 _ACEOF
7760 if ac_fn_c_try_link "$LINENO"; then :
7761 case "$LIBEXT" in
7762 dll) ac_cv_lib_soname_X11=`$ac_cv_path_LDD conftest.exe | grep "X11" | sed -e "s/dll.*/dll/"';2,$d'` ;;
7763 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'` ;;
7764 *) ac_cv_lib_soname_X11=`$ac_cv_path_LDD conftest$ac_exeext | grep "libX11\\.$LIBEXT" | sed -e "s/^.*\(libX11\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
7765 esac
7767 rm -f core conftest.err conftest.$ac_objext \
7768 conftest$ac_exeext conftest.$ac_ext
7769 LIBS=$ac_check_soname_save_LIBS
7771 if test "x$ac_cv_lib_soname_X11" = "x"; then :
7772 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
7773 $as_echo "not found" >&6; }
7775 else
7776 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_X11" >&5
7777 $as_echo "$ac_cv_lib_soname_X11" >&6; }
7779 cat >>confdefs.h <<_ACEOF
7780 #define SONAME_LIBX11 "$ac_cv_lib_soname_X11"
7781 _ACEOF
7785 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXext" >&5
7786 $as_echo_n "checking for -lXext... " >&6; }
7787 if test "${ac_cv_lib_soname_Xext+set}" = set; then :
7788 $as_echo_n "(cached) " >&6
7789 else
7790 ac_check_soname_save_LIBS=$LIBS
7791 LIBS="-lXext $X_LIBS -lX11 $X_EXTRA_LIBS $LIBS"
7792 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7793 /* end confdefs.h. */
7795 /* Override any GCC internal prototype to avoid an error.
7796 Use char because int might match the return type of a GCC
7797 builtin and then its argument prototype would still apply. */
7798 #ifdef __cplusplus
7799 extern "C"
7800 #endif
7801 char XextCreateExtension ();
7803 main ()
7805 return XextCreateExtension ();
7807 return 0;
7809 _ACEOF
7810 if ac_fn_c_try_link "$LINENO"; then :
7811 case "$LIBEXT" in
7812 dll) ac_cv_lib_soname_Xext=`$ac_cv_path_LDD conftest.exe | grep "Xext" | sed -e "s/dll.*/dll/"';2,$d'` ;;
7813 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'` ;;
7814 *) ac_cv_lib_soname_Xext=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXext\\.$LIBEXT" | sed -e "s/^.*\(libXext\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
7815 esac
7817 rm -f core conftest.err conftest.$ac_objext \
7818 conftest$ac_exeext conftest.$ac_ext
7819 LIBS=$ac_check_soname_save_LIBS
7821 if test "x$ac_cv_lib_soname_Xext" = "x"; then :
7822 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
7823 $as_echo "not found" >&6; }
7825 else
7826 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xext" >&5
7827 $as_echo "$ac_cv_lib_soname_Xext" >&6; }
7829 cat >>confdefs.h <<_ACEOF
7830 #define SONAME_LIBXEXT "$ac_cv_lib_soname_Xext"
7831 _ACEOF
7833 XLIB="-lXext $XLIB"
7836 for ac_header in X11/Xlib.h \
7837 X11/XKBlib.h \
7838 X11/Xutil.h \
7839 X11/Xcursor/Xcursor.h \
7840 X11/extensions/shape.h \
7841 X11/extensions/XInput.h \
7842 X11/extensions/XShm.h \
7843 X11/extensions/Xcomposite.h \
7844 X11/extensions/Xinerama.h \
7845 X11/extensions/Xrandr.h \
7846 X11/extensions/Xrender.h \
7847 X11/extensions/xf86vmode.h \
7848 X11/extensions/xf86vmproto.h
7849 do :
7850 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7851 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_X11_XLIB_H
7852 # include <X11/Xlib.h>
7853 #endif
7854 #ifdef HAVE_X11_XUTIL_H
7855 # include <X11/Xutil.h>
7856 #endif
7858 eval as_val=\$$as_ac_Header
7859 if test "x$as_val" = x""yes; then :
7860 cat >>confdefs.h <<_ACEOF
7861 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7862 _ACEOF
7866 done
7869 if test "$ac_cv_header_X11_XKBlib_h" = "yes"
7870 then
7871 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XkbQueryExtension in -lX11" >&5
7872 $as_echo_n "checking for XkbQueryExtension in -lX11... " >&6; }
7873 if test "${ac_cv_lib_X11_XkbQueryExtension+set}" = set; then :
7874 $as_echo_n "(cached) " >&6
7875 else
7876 ac_check_lib_save_LIBS=$LIBS
7877 LIBS="-lX11 $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
7878 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7879 /* end confdefs.h. */
7881 /* Override any GCC internal prototype to avoid an error.
7882 Use char because int might match the return type of a GCC
7883 builtin and then its argument prototype would still apply. */
7884 #ifdef __cplusplus
7885 extern "C"
7886 #endif
7887 char XkbQueryExtension ();
7889 main ()
7891 return XkbQueryExtension ();
7893 return 0;
7895 _ACEOF
7896 if ac_fn_c_try_link "$LINENO"; then :
7897 ac_cv_lib_X11_XkbQueryExtension=yes
7898 else
7899 ac_cv_lib_X11_XkbQueryExtension=no
7901 rm -f core conftest.err conftest.$ac_objext \
7902 conftest$ac_exeext conftest.$ac_ext
7903 LIBS=$ac_check_lib_save_LIBS
7905 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_X11_XkbQueryExtension" >&5
7906 $as_echo "$ac_cv_lib_X11_XkbQueryExtension" >&6; }
7907 if test "x$ac_cv_lib_X11_XkbQueryExtension" = x""yes; then :
7909 $as_echo "#define HAVE_XKB 1" >>confdefs.h
7915 if test "$ac_cv_header_X11_Xcursor_Xcursor_h" = "yes"
7916 then
7917 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXcursor" >&5
7918 $as_echo_n "checking for -lXcursor... " >&6; }
7919 if test "${ac_cv_lib_soname_Xcursor+set}" = set; then :
7920 $as_echo_n "(cached) " >&6
7921 else
7922 ac_check_soname_save_LIBS=$LIBS
7923 LIBS="-lXcursor $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
7924 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7925 /* end confdefs.h. */
7927 /* Override any GCC internal prototype to avoid an error.
7928 Use char because int might match the return type of a GCC
7929 builtin and then its argument prototype would still apply. */
7930 #ifdef __cplusplus
7931 extern "C"
7932 #endif
7933 char XcursorImageLoadCursor ();
7935 main ()
7937 return XcursorImageLoadCursor ();
7939 return 0;
7941 _ACEOF
7942 if ac_fn_c_try_link "$LINENO"; then :
7943 case "$LIBEXT" in
7944 dll) ac_cv_lib_soname_Xcursor=`$ac_cv_path_LDD conftest.exe | grep "Xcursor" | sed -e "s/dll.*/dll/"';2,$d'` ;;
7945 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'` ;;
7946 *) ac_cv_lib_soname_Xcursor=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcursor\\.$LIBEXT" | sed -e "s/^.*\(libXcursor\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
7947 esac
7949 rm -f core conftest.err conftest.$ac_objext \
7950 conftest$ac_exeext conftest.$ac_ext
7951 LIBS=$ac_check_soname_save_LIBS
7953 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then :
7954 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
7955 $as_echo "not found" >&6; }
7957 else
7958 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xcursor" >&5
7959 $as_echo "$ac_cv_lib_soname_Xcursor" >&6; }
7961 cat >>confdefs.h <<_ACEOF
7962 #define SONAME_LIBXCURSOR "$ac_cv_lib_soname_Xcursor"
7963 _ACEOF
7968 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then :
7969 case "x$with_xcursor" in
7970 x) as_fn_append wine_notices "|libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported." ;;
7971 xno) ;;
7972 *) as_fn_error "libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
7973 This is an error since --with-xcursor was requested." "$LINENO" 5 ;;
7974 esac
7977 if test "$ac_cv_header_X11_extensions_XInput_h" = "yes"
7978 then
7979 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXi" >&5
7980 $as_echo_n "checking for -lXi... " >&6; }
7981 if test "${ac_cv_lib_soname_Xi+set}" = set; then :
7982 $as_echo_n "(cached) " >&6
7983 else
7984 ac_check_soname_save_LIBS=$LIBS
7985 LIBS="-lXi $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
7986 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7987 /* end confdefs.h. */
7989 /* Override any GCC internal prototype to avoid an error.
7990 Use char because int might match the return type of a GCC
7991 builtin and then its argument prototype would still apply. */
7992 #ifdef __cplusplus
7993 extern "C"
7994 #endif
7995 char XOpenDevice ();
7997 main ()
7999 return XOpenDevice ();
8001 return 0;
8003 _ACEOF
8004 if ac_fn_c_try_link "$LINENO"; then :
8005 case "$LIBEXT" in
8006 dll) ac_cv_lib_soname_Xi=`$ac_cv_path_LDD conftest.exe | grep "Xi" | sed -e "s/dll.*/dll/"';2,$d'` ;;
8007 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'` ;;
8008 *) ac_cv_lib_soname_Xi=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXi\\.$LIBEXT" | sed -e "s/^.*\(libXi\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8009 esac
8011 rm -f core conftest.err conftest.$ac_objext \
8012 conftest$ac_exeext conftest.$ac_ext
8013 LIBS=$ac_check_soname_save_LIBS
8015 if test "x$ac_cv_lib_soname_Xi" = "x"; then :
8016 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8017 $as_echo "not found" >&6; }
8019 else
8020 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xi" >&5
8021 $as_echo "$ac_cv_lib_soname_Xi" >&6; }
8023 cat >>confdefs.h <<_ACEOF
8024 #define SONAME_LIBXI "$ac_cv_lib_soname_Xi"
8025 _ACEOF
8030 if test "x$ac_cv_lib_soname_Xi" = "x"; then :
8031 case "x$with_xinput" in
8032 x) as_fn_append wine_notices "|libxi ${notice_platform}development files not found, the Xinput extension won't be supported." ;;
8033 xno) ;;
8034 *) as_fn_error "libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
8035 This is an error since --with-xinput was requested." "$LINENO" 5 ;;
8036 esac
8039 if test "$ac_cv_header_X11_extensions_XShm_h" = "yes"
8040 then
8041 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XShmQueryExtension in -lXext" >&5
8042 $as_echo_n "checking for XShmQueryExtension in -lXext... " >&6; }
8043 if test "${ac_cv_lib_Xext_XShmQueryExtension+set}" = set; then :
8044 $as_echo_n "(cached) " >&6
8045 else
8046 ac_check_lib_save_LIBS=$LIBS
8047 LIBS="-lXext $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8048 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8049 /* end confdefs.h. */
8051 /* Override any GCC internal prototype to avoid an error.
8052 Use char because int might match the return type of a GCC
8053 builtin and then its argument prototype would still apply. */
8054 #ifdef __cplusplus
8055 extern "C"
8056 #endif
8057 char XShmQueryExtension ();
8059 main ()
8061 return XShmQueryExtension ();
8063 return 0;
8065 _ACEOF
8066 if ac_fn_c_try_link "$LINENO"; then :
8067 ac_cv_lib_Xext_XShmQueryExtension=yes
8068 else
8069 ac_cv_lib_Xext_XShmQueryExtension=no
8071 rm -f core conftest.err conftest.$ac_objext \
8072 conftest$ac_exeext conftest.$ac_ext
8073 LIBS=$ac_check_lib_save_LIBS
8075 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xext_XShmQueryExtension" >&5
8076 $as_echo "$ac_cv_lib_Xext_XShmQueryExtension" >&6; }
8077 if test "x$ac_cv_lib_Xext_XShmQueryExtension" = x""yes; then :
8079 $as_echo "#define HAVE_LIBXXSHM 1" >>confdefs.h
8084 if test "$ac_cv_lib_Xext_XShmQueryExtension" != "yes"; then :
8085 case "x$with_xshm" in
8086 x) as_fn_append wine_notices "|XShm ${notice_platform}development files not found, X Shared Memory won't be supported." ;;
8087 xno) ;;
8088 *) as_fn_error "XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
8089 This is an error since --with-xshm was requested." "$LINENO" 5 ;;
8090 esac
8093 if test "$ac_cv_header_X11_extensions_shape_h" = "yes"
8094 then
8095 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XShapeQueryExtension in -lXext" >&5
8096 $as_echo_n "checking for XShapeQueryExtension in -lXext... " >&6; }
8097 if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then :
8098 $as_echo_n "(cached) " >&6
8099 else
8100 ac_check_lib_save_LIBS=$LIBS
8101 LIBS="-lXext $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8102 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8103 /* end confdefs.h. */
8105 /* Override any GCC internal prototype to avoid an error.
8106 Use char because int might match the return type of a GCC
8107 builtin and then its argument prototype would still apply. */
8108 #ifdef __cplusplus
8109 extern "C"
8110 #endif
8111 char XShapeQueryExtension ();
8113 main ()
8115 return XShapeQueryExtension ();
8117 return 0;
8119 _ACEOF
8120 if ac_fn_c_try_link "$LINENO"; then :
8121 ac_cv_lib_Xext_XShapeQueryExtension=yes
8122 else
8123 ac_cv_lib_Xext_XShapeQueryExtension=no
8125 rm -f core conftest.err conftest.$ac_objext \
8126 conftest$ac_exeext conftest.$ac_ext
8127 LIBS=$ac_check_lib_save_LIBS
8129 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
8130 $as_echo "$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
8131 if test "x$ac_cv_lib_Xext_XShapeQueryExtension" = x""yes; then :
8133 $as_echo "#define HAVE_LIBXSHAPE 1" >>confdefs.h
8138 if test "$ac_cv_lib_Xext_XShapeQueryExtension" != "yes"; then :
8139 case "x$with_xshape" in
8140 x) as_fn_append wine_notices "|XShape ${notice_platform}development files not found, XShape won't be supported." ;;
8141 xno) ;;
8142 *) as_fn_error "XShape ${notice_platform}development files not found, XShape won't be supported.
8143 This is an error since --with-xshape was requested." "$LINENO" 5 ;;
8144 esac
8147 if test "$ac_cv_header_X11_extensions_xf86vmode_h" = "yes" -o "$ac_cv_header_X11_extensions_xf86vmproto_h" = "yes"
8148 then
8149 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXxf86vm" >&5
8150 $as_echo_n "checking for -lXxf86vm... " >&6; }
8151 if test "${ac_cv_lib_soname_Xxf86vm+set}" = set; then :
8152 $as_echo_n "(cached) " >&6
8153 else
8154 ac_check_soname_save_LIBS=$LIBS
8155 LIBS="-lXxf86vm $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8156 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8157 /* end confdefs.h. */
8159 /* Override any GCC internal prototype to avoid an error.
8160 Use char because int might match the return type of a GCC
8161 builtin and then its argument prototype would still apply. */
8162 #ifdef __cplusplus
8163 extern "C"
8164 #endif
8165 char XF86VidModeQueryExtension ();
8167 main ()
8169 return XF86VidModeQueryExtension ();
8171 return 0;
8173 _ACEOF
8174 if ac_fn_c_try_link "$LINENO"; then :
8175 case "$LIBEXT" in
8176 dll) ac_cv_lib_soname_Xxf86vm=`$ac_cv_path_LDD conftest.exe | grep "Xxf86vm" | sed -e "s/dll.*/dll/"';2,$d'` ;;
8177 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'` ;;
8178 *) ac_cv_lib_soname_Xxf86vm=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\(libXxf86vm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8179 esac
8181 rm -f core conftest.err conftest.$ac_objext \
8182 conftest$ac_exeext conftest.$ac_ext
8183 LIBS=$ac_check_soname_save_LIBS
8185 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then :
8186 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8187 $as_echo "not found" >&6; }
8189 else
8190 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xxf86vm" >&5
8191 $as_echo "$ac_cv_lib_soname_Xxf86vm" >&6; }
8193 cat >>confdefs.h <<_ACEOF
8194 #define SONAME_LIBXXF86VM "$ac_cv_lib_soname_Xxf86vm"
8195 _ACEOF
8200 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then :
8201 case "x$with_xxf86vm" in
8202 x) as_fn_append wine_notices "|libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported." ;;
8203 xno) ;;
8204 *) as_fn_error "libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
8205 This is an error since --with-xxf86vm was requested." "$LINENO" 5 ;;
8206 esac
8209 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"
8210 then
8211 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXrender" >&5
8212 $as_echo_n "checking for -lXrender... " >&6; }
8213 if test "${ac_cv_lib_soname_Xrender+set}" = set; then :
8214 $as_echo_n "(cached) " >&6
8215 else
8216 ac_check_soname_save_LIBS=$LIBS
8217 LIBS="-lXrender $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8218 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8219 /* end confdefs.h. */
8221 /* Override any GCC internal prototype to avoid an error.
8222 Use char because int might match the return type of a GCC
8223 builtin and then its argument prototype would still apply. */
8224 #ifdef __cplusplus
8225 extern "C"
8226 #endif
8227 char XRenderQueryExtension ();
8229 main ()
8231 return XRenderQueryExtension ();
8233 return 0;
8235 _ACEOF
8236 if ac_fn_c_try_link "$LINENO"; then :
8237 case "$LIBEXT" in
8238 dll) ac_cv_lib_soname_Xrender=`$ac_cv_path_LDD conftest.exe | grep "Xrender" | sed -e "s/dll.*/dll/"';2,$d'` ;;
8239 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'` ;;
8240 *) ac_cv_lib_soname_Xrender=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrender\\.$LIBEXT" | sed -e "s/^.*\(libXrender\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8241 esac
8243 rm -f core conftest.err conftest.$ac_objext \
8244 conftest$ac_exeext conftest.$ac_ext
8245 LIBS=$ac_check_soname_save_LIBS
8247 if test "x$ac_cv_lib_soname_Xrender" = "x"; then :
8248 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8249 $as_echo "not found" >&6; }
8251 else
8252 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xrender" >&5
8253 $as_echo "$ac_cv_lib_soname_Xrender" >&6; }
8255 cat >>confdefs.h <<_ACEOF
8256 #define SONAME_LIBXRENDER "$ac_cv_lib_soname_Xrender"
8257 _ACEOF
8259 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XRenderSetPictureTransform in -lXrender" >&5
8260 $as_echo_n "checking for XRenderSetPictureTransform in -lXrender... " >&6; }
8261 if test "${ac_cv_lib_Xrender_XRenderSetPictureTransform+set}" = set; then :
8262 $as_echo_n "(cached) " >&6
8263 else
8264 ac_check_lib_save_LIBS=$LIBS
8265 LIBS="-lXrender $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8266 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8267 /* end confdefs.h. */
8269 /* Override any GCC internal prototype to avoid an error.
8270 Use char because int might match the return type of a GCC
8271 builtin and then its argument prototype would still apply. */
8272 #ifdef __cplusplus
8273 extern "C"
8274 #endif
8275 char XRenderSetPictureTransform ();
8277 main ()
8279 return XRenderSetPictureTransform ();
8281 return 0;
8283 _ACEOF
8284 if ac_fn_c_try_link "$LINENO"; then :
8285 ac_cv_lib_Xrender_XRenderSetPictureTransform=yes
8286 else
8287 ac_cv_lib_Xrender_XRenderSetPictureTransform=no
8289 rm -f core conftest.err conftest.$ac_objext \
8290 conftest$ac_exeext conftest.$ac_ext
8291 LIBS=$ac_check_lib_save_LIBS
8293 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xrender_XRenderSetPictureTransform" >&5
8294 $as_echo "$ac_cv_lib_Xrender_XRenderSetPictureTransform" >&6; }
8295 if test "x$ac_cv_lib_Xrender_XRenderSetPictureTransform" = x""yes; then :
8297 $as_echo "#define HAVE_XRENDERSETPICTURETRANSFORM 1" >>confdefs.h
8304 if test "x$ac_cv_lib_soname_Xrender" = "x"; then :
8305 case "x$with_xrender" in
8306 x) as_fn_append wine_warnings "|libxrender ${notice_platform}development files not found, XRender won't be supported." ;;
8307 xno) ;;
8308 *) as_fn_error "libxrender ${notice_platform}development files not found, XRender won't be supported.
8309 This is an error since --with-xrender was requested." "$LINENO" 5 ;;
8310 esac
8313 if test "$ac_cv_header_X11_extensions_Xrandr_h" = "yes" -a "x$ac_cv_lib_soname_Xrender" != "x"
8314 then
8315 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8316 /* end confdefs.h. */
8317 #include <X11/Xlib.h>
8318 #include <X11/extensions/Xrandr.h>
8320 main ()
8322 static typeof(XRRSetScreenConfigAndRate) * func;
8324 return 0;
8326 _ACEOF
8327 if ac_fn_c_try_compile "$LINENO"; then :
8328 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXrandr" >&5
8329 $as_echo_n "checking for -lXrandr... " >&6; }
8330 if test "${ac_cv_lib_soname_Xrandr+set}" = set; then :
8331 $as_echo_n "(cached) " >&6
8332 else
8333 ac_check_soname_save_LIBS=$LIBS
8334 LIBS="-lXrandr $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8335 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8336 /* end confdefs.h. */
8338 /* Override any GCC internal prototype to avoid an error.
8339 Use char because int might match the return type of a GCC
8340 builtin and then its argument prototype would still apply. */
8341 #ifdef __cplusplus
8342 extern "C"
8343 #endif
8344 char XRRQueryExtension ();
8346 main ()
8348 return XRRQueryExtension ();
8350 return 0;
8352 _ACEOF
8353 if ac_fn_c_try_link "$LINENO"; then :
8354 case "$LIBEXT" in
8355 dll) ac_cv_lib_soname_Xrandr=`$ac_cv_path_LDD conftest.exe | grep "Xrandr" | sed -e "s/dll.*/dll/"';2,$d'` ;;
8356 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'` ;;
8357 *) ac_cv_lib_soname_Xrandr=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrandr\\.$LIBEXT" | sed -e "s/^.*\(libXrandr\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8358 esac
8360 rm -f core conftest.err conftest.$ac_objext \
8361 conftest$ac_exeext conftest.$ac_ext
8362 LIBS=$ac_check_soname_save_LIBS
8364 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then :
8365 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8366 $as_echo "not found" >&6; }
8368 else
8369 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xrandr" >&5
8370 $as_echo "$ac_cv_lib_soname_Xrandr" >&6; }
8372 cat >>confdefs.h <<_ACEOF
8373 #define SONAME_LIBXRANDR "$ac_cv_lib_soname_Xrandr"
8374 _ACEOF
8379 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8381 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then :
8382 case "x$with_xrandr" in
8383 x) as_fn_append wine_notices "|libxrandr ${notice_platform}development files not found, XRandr won't be supported." ;;
8384 xno) ;;
8385 *) as_fn_error "libxrandr ${notice_platform}development files not found, XRandr won't be supported.
8386 This is an error since --with-xrandr was requested." "$LINENO" 5 ;;
8387 esac
8390 if test "$ac_cv_header_X11_extensions_Xinerama_h" = "yes"
8391 then
8392 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8393 /* end confdefs.h. */
8394 #include <X11/Xlib.h>
8395 #include <X11/extensions/Xinerama.h>
8397 main ()
8399 static typeof(XineramaQueryScreens) * func;
8401 return 0;
8403 _ACEOF
8404 if ac_fn_c_try_compile "$LINENO"; then :
8405 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXinerama" >&5
8406 $as_echo_n "checking for -lXinerama... " >&6; }
8407 if test "${ac_cv_lib_soname_Xinerama+set}" = set; then :
8408 $as_echo_n "(cached) " >&6
8409 else
8410 ac_check_soname_save_LIBS=$LIBS
8411 LIBS="-lXinerama $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8412 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8413 /* end confdefs.h. */
8415 /* Override any GCC internal prototype to avoid an error.
8416 Use char because int might match the return type of a GCC
8417 builtin and then its argument prototype would still apply. */
8418 #ifdef __cplusplus
8419 extern "C"
8420 #endif
8421 char XineramaQueryScreens ();
8423 main ()
8425 return XineramaQueryScreens ();
8427 return 0;
8429 _ACEOF
8430 if ac_fn_c_try_link "$LINENO"; then :
8431 case "$LIBEXT" in
8432 dll) ac_cv_lib_soname_Xinerama=`$ac_cv_path_LDD conftest.exe | grep "Xinerama" | sed -e "s/dll.*/dll/"';2,$d'` ;;
8433 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'` ;;
8434 *) ac_cv_lib_soname_Xinerama=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXinerama\\.$LIBEXT" | sed -e "s/^.*\(libXinerama\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8435 esac
8437 rm -f core conftest.err conftest.$ac_objext \
8438 conftest$ac_exeext conftest.$ac_ext
8439 LIBS=$ac_check_soname_save_LIBS
8441 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then :
8442 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8443 $as_echo "not found" >&6; }
8445 else
8446 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xinerama" >&5
8447 $as_echo "$ac_cv_lib_soname_Xinerama" >&6; }
8449 cat >>confdefs.h <<_ACEOF
8450 #define SONAME_LIBXINERAMA "$ac_cv_lib_soname_Xinerama"
8451 _ACEOF
8456 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8458 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then :
8459 case "x$with_xinerama" in
8460 x) as_fn_append wine_notices "|libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported." ;;
8461 xno) ;;
8462 *) as_fn_error "libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
8463 This is an error since --with-xinerama was requested." "$LINENO" 5 ;;
8464 esac
8467 if test "$ac_cv_header_X11_extensions_Xcomposite_h" = "yes"
8468 then
8469 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXcomposite" >&5
8470 $as_echo_n "checking for -lXcomposite... " >&6; }
8471 if test "${ac_cv_lib_soname_Xcomposite+set}" = set; then :
8472 $as_echo_n "(cached) " >&6
8473 else
8474 ac_check_soname_save_LIBS=$LIBS
8475 LIBS="-lXcomposite $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8476 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8477 /* end confdefs.h. */
8479 /* Override any GCC internal prototype to avoid an error.
8480 Use char because int might match the return type of a GCC
8481 builtin and then its argument prototype would still apply. */
8482 #ifdef __cplusplus
8483 extern "C"
8484 #endif
8485 char XCompositeRedirectWindow ();
8487 main ()
8489 return XCompositeRedirectWindow ();
8491 return 0;
8493 _ACEOF
8494 if ac_fn_c_try_link "$LINENO"; then :
8495 case "$LIBEXT" in
8496 dll) ac_cv_lib_soname_Xcomposite=`$ac_cv_path_LDD conftest.exe | grep "Xcomposite" | sed -e "s/dll.*/dll/"';2,$d'` ;;
8497 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'` ;;
8498 *) ac_cv_lib_soname_Xcomposite=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcomposite\\.$LIBEXT" | sed -e "s/^.*\(libXcomposite\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8499 esac
8501 rm -f core conftest.err conftest.$ac_objext \
8502 conftest$ac_exeext conftest.$ac_ext
8503 LIBS=$ac_check_soname_save_LIBS
8505 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then :
8506 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8507 $as_echo "not found" >&6; }
8509 else
8510 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xcomposite" >&5
8511 $as_echo "$ac_cv_lib_soname_Xcomposite" >&6; }
8513 cat >>confdefs.h <<_ACEOF
8514 #define SONAME_LIBXCOMPOSITE "$ac_cv_lib_soname_Xcomposite"
8515 _ACEOF
8520 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then :
8521 case "x$with_xcomposite" in
8522 x) as_fn_append wine_notices "|libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported." ;;
8523 xno) ;;
8524 *) as_fn_error "libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
8525 This is an error since --with-xcomposite was requested." "$LINENO" 5 ;;
8526 esac
8529 ac_fn_c_check_member "$LINENO" "XICCallback" "callback" "ac_cv_member_XICCallback_callback" "#ifdef HAVE_X11_XLIB_H
8530 #include <X11/Xlib.h>
8531 #endif
8533 if test "x$ac_cv_member_XICCallback_callback" = x""yes; then :
8535 cat >>confdefs.h <<_ACEOF
8536 #define HAVE_XICCALLBACK_CALLBACK 1
8537 _ACEOF
8544 opengl_msg=""
8545 if test "x$with_opengl" != "xno"
8546 then
8547 for ac_header in GL/gl.h GL/glx.h GL/glu.h
8548 do :
8549 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8550 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_GL_GLX_H
8551 # include <GL/glx.h>
8552 #endif
8554 eval as_val=\$$as_ac_Header
8555 if test "x$as_val" = x""yes; then :
8556 cat >>confdefs.h <<_ACEOF
8557 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8558 _ACEOF
8562 done
8564 if test "$ac_cv_header_GL_gl_h" = "yes" -a "$ac_cv_header_GL_glx_h" = "yes"
8565 then
8566 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for up-to-date OpenGL version" >&5
8567 $as_echo_n "checking for up-to-date OpenGL version... " >&6; }
8568 if test "${wine_cv_opengl_header_version_OK+set}" = set; then :
8569 $as_echo_n "(cached) " >&6
8570 else
8571 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8572 /* end confdefs.h. */
8573 #include <GL/gl.h>
8575 main ()
8577 GLenum test = GL_UNSIGNED_SHORT_5_6_5;
8579 return 0;
8581 _ACEOF
8582 if ac_fn_c_try_compile "$LINENO"; then :
8583 wine_cv_opengl_header_version_OK="yes"
8584 else
8585 wine_cv_opengl_header_version_OK="no"
8587 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8589 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_opengl_header_version_OK" >&5
8590 $as_echo "$wine_cv_opengl_header_version_OK" >&6; }
8592 if test "$wine_cv_opengl_header_version_OK" = "yes"
8593 then
8594 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGL" >&5
8595 $as_echo_n "checking for -lGL... " >&6; }
8596 if test "${ac_cv_lib_soname_GL+set}" = set; then :
8597 $as_echo_n "(cached) " >&6
8598 else
8599 ac_check_soname_save_LIBS=$LIBS
8600 LIBS="-lGL $X_LIBS $XLIB -lm $X_EXTRA_LIBS $LIBS"
8601 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8602 /* end confdefs.h. */
8604 /* Override any GCC internal prototype to avoid an error.
8605 Use char because int might match the return type of a GCC
8606 builtin and then its argument prototype would still apply. */
8607 #ifdef __cplusplus
8608 extern "C"
8609 #endif
8610 char glXCreateContext ();
8612 main ()
8614 return glXCreateContext ();
8616 return 0;
8618 _ACEOF
8619 if ac_fn_c_try_link "$LINENO"; then :
8620 case "$LIBEXT" in
8621 dll) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest.exe | grep "GL" | sed -e "s/dll.*/dll/"';2,$d'` ;;
8622 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'` ;;
8623 *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8624 esac
8626 rm -f core conftest.err conftest.$ac_objext \
8627 conftest$ac_exeext conftest.$ac_ext
8628 LIBS=$ac_check_soname_save_LIBS
8630 if test "x$ac_cv_lib_soname_GL" = "x"; then :
8631 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8632 $as_echo "not found" >&6; }
8633 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGL" >&5
8634 $as_echo_n "checking for -lGL... " >&6; }
8635 if test "${ac_cv_lib_soname_GL+set}" = set; then :
8636 $as_echo_n "(cached) " >&6
8637 else
8638 ac_check_soname_save_LIBS=$LIBS
8639 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"
8640 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8641 /* end confdefs.h. */
8643 /* Override any GCC internal prototype to avoid an error.
8644 Use char because int might match the return type of a GCC
8645 builtin and then its argument prototype would still apply. */
8646 #ifdef __cplusplus
8647 extern "C"
8648 #endif
8649 char glXCreateContext ();
8651 main ()
8653 return glXCreateContext ();
8655 return 0;
8657 _ACEOF
8658 if ac_fn_c_try_link "$LINENO"; then :
8659 case "$LIBEXT" in
8660 dll) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest.exe | grep "GL" | sed -e "s/dll.*/dll/"';2,$d'` ;;
8661 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'` ;;
8662 *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8663 esac
8665 rm -f core conftest.err conftest.$ac_objext \
8666 conftest$ac_exeext conftest.$ac_ext
8667 LIBS=$ac_check_soname_save_LIBS
8669 if test "x$ac_cv_lib_soname_GL" = "x"; then :
8670 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8671 $as_echo "not found" >&6; }
8672 if test -f /usr/X11R6/lib/libGL.a
8673 then
8674 opengl_msg="/usr/X11R6/lib/libGL.a is present on your system.
8675 This probably prevents linking to OpenGL. Try deleting the file and restarting configure."
8676 else
8677 opengl_msg="No OpenGL library found on this system."
8679 else
8680 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GL" >&5
8681 $as_echo "$ac_cv_lib_soname_GL" >&6; }
8683 cat >>confdefs.h <<_ACEOF
8684 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
8685 _ACEOF
8687 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"
8689 $as_echo "#define HAVE_OPENGL 1" >>confdefs.h
8692 else
8693 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GL" >&5
8694 $as_echo "$ac_cv_lib_soname_GL" >&6; }
8696 cat >>confdefs.h <<_ACEOF
8697 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
8698 _ACEOF
8700 OPENGL_LIBS="-lGL"
8702 $as_echo "#define HAVE_OPENGL 1" >>confdefs.h
8705 if test "$ac_cv_header_GL_glu_h" = "yes"
8706 then
8707 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGLU" >&5
8708 $as_echo_n "checking for -lGLU... " >&6; }
8709 if test "${ac_cv_lib_soname_GLU+set}" = set; then :
8710 $as_echo_n "(cached) " >&6
8711 else
8712 ac_check_soname_save_LIBS=$LIBS
8713 LIBS="-lGLU $OPENGL_LIBS $X_LIBS $X_PRE_LIBS $XLIB -lm $X_EXTRA_LIBS $LIBS"
8714 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8715 /* end confdefs.h. */
8717 /* Override any GCC internal prototype to avoid an error.
8718 Use char because int might match the return type of a GCC
8719 builtin and then its argument prototype would still apply. */
8720 #ifdef __cplusplus
8721 extern "C"
8722 #endif
8723 char gluLookAt ();
8725 main ()
8727 return gluLookAt ();
8729 return 0;
8731 _ACEOF
8732 if ac_fn_c_try_link "$LINENO"; then :
8733 case "$LIBEXT" in
8734 dll) ac_cv_lib_soname_GLU=`$ac_cv_path_LDD conftest.exe | grep "GLU" | sed -e "s/dll.*/dll/"';2,$d'` ;;
8735 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'` ;;
8736 *) ac_cv_lib_soname_GLU=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGLU\\.$LIBEXT" | sed -e "s/^.*\(libGLU\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8737 esac
8739 rm -f core conftest.err conftest.$ac_objext \
8740 conftest$ac_exeext conftest.$ac_ext
8741 LIBS=$ac_check_soname_save_LIBS
8743 if test "x$ac_cv_lib_soname_GLU" = "x"; then :
8744 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8745 $as_echo "not found" >&6; }
8747 else
8748 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GLU" >&5
8749 $as_echo "$ac_cv_lib_soname_GLU" >&6; }
8751 cat >>confdefs.h <<_ACEOF
8752 #define SONAME_LIBGLU "$ac_cv_lib_soname_GLU"
8753 _ACEOF
8758 if test "x$ac_cv_lib_soname_GLU" = "x"; then :
8759 case "x$with_glu" in
8760 x) as_fn_append wine_notices "|libGLU ${notice_platform}development files not found, GLU won't be supported." ;;
8761 xno) ;;
8762 *) as_fn_error "libGLU ${notice_platform}development files not found, GLU won't be supported.
8763 This is an error since --with-glu was requested." "$LINENO" 5 ;;
8764 esac
8766 else
8767 opengl_msg="Old Mesa headers detected. Consider upgrading your Mesa libraries."
8769 else
8770 opengl_msg="OpenGL development headers not found."
8772 test -n "$opengl_msg" && enable_opengl32=${enable_opengl32:-no}
8773 test "x$ac_cv_lib_soname_GLU" = "x" && enable_glu32=${enable_glu32:-no}
8774 else
8775 enable_opengl32=${enable_opengl32:-no}
8776 enable_glu32=${enable_glu32:-no}
8778 if test -n "$opengl_msg"; then :
8779 case "x$with_opengl" in
8780 x) as_fn_append wine_warnings "|$opengl_msg
8781 OpenGL and Direct3D won't be supported." ;;
8782 xno) ;;
8783 *) as_fn_error "$opengl_msg
8784 OpenGL and Direct3D won't be supported.
8785 This is an error since --with-opengl was requested." "$LINENO" 5 ;;
8786 esac
8789 NASLIBS=""
8791 for ac_header in audio/audiolib.h
8792 do :
8793 ac_fn_c_check_header_mongrel "$LINENO" "audio/audiolib.h" "ac_cv_header_audio_audiolib_h" "$ac_includes_default"
8794 if test "x$ac_cv_header_audio_audiolib_h" = x""yes; then :
8795 cat >>confdefs.h <<_ACEOF
8796 #define HAVE_AUDIO_AUDIOLIB_H 1
8797 _ACEOF
8798 for ac_header in audio/soundlib.h
8799 do :
8800 ac_fn_c_check_header_compile "$LINENO" "audio/soundlib.h" "ac_cv_header_audio_soundlib_h" "#include <audio/audiolib.h>
8802 if test "x$ac_cv_header_audio_soundlib_h" = x""yes; then :
8803 cat >>confdefs.h <<_ACEOF
8804 #define HAVE_AUDIO_SOUNDLIB_H 1
8805 _ACEOF
8809 done
8811 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for AuCreateFlow in -laudio" >&5
8812 $as_echo_n "checking for AuCreateFlow in -laudio... " >&6; }
8813 if test "${ac_cv_lib_audio_AuCreateFlow+set}" = set; then :
8814 $as_echo_n "(cached) " >&6
8815 else
8816 ac_check_lib_save_LIBS=$LIBS
8817 LIBS="-laudio -lXt $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8818 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8819 /* end confdefs.h. */
8821 /* Override any GCC internal prototype to avoid an error.
8822 Use char because int might match the return type of a GCC
8823 builtin and then its argument prototype would still apply. */
8824 #ifdef __cplusplus
8825 extern "C"
8826 #endif
8827 char AuCreateFlow ();
8829 main ()
8831 return AuCreateFlow ();
8833 return 0;
8835 _ACEOF
8836 if ac_fn_c_try_link "$LINENO"; then :
8837 ac_cv_lib_audio_AuCreateFlow=yes
8838 else
8839 ac_cv_lib_audio_AuCreateFlow=no
8841 rm -f core conftest.err conftest.$ac_objext \
8842 conftest$ac_exeext conftest.$ac_ext
8843 LIBS=$ac_check_lib_save_LIBS
8845 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_audio_AuCreateFlow" >&5
8846 $as_echo "$ac_cv_lib_audio_AuCreateFlow" >&6; }
8847 if test "x$ac_cv_lib_audio_AuCreateFlow" = x""yes; then :
8849 $as_echo "#define HAVE_NAS 1" >>confdefs.h
8851 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XauGetBestAuthByAddr in -lXau" >&5
8852 $as_echo_n "checking for XauGetBestAuthByAddr in -lXau... " >&6; }
8853 if test "${ac_cv_lib_Xau_XauGetBestAuthByAddr+set}" = set; then :
8854 $as_echo_n "(cached) " >&6
8855 else
8856 ac_check_lib_save_LIBS=$LIBS
8857 LIBS="-lXau $X_LIBS $LIBS"
8858 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8859 /* end confdefs.h. */
8861 /* Override any GCC internal prototype to avoid an error.
8862 Use char because int might match the return type of a GCC
8863 builtin and then its argument prototype would still apply. */
8864 #ifdef __cplusplus
8865 extern "C"
8866 #endif
8867 char XauGetBestAuthByAddr ();
8869 main ()
8871 return XauGetBestAuthByAddr ();
8873 return 0;
8875 _ACEOF
8876 if ac_fn_c_try_link "$LINENO"; then :
8877 ac_cv_lib_Xau_XauGetBestAuthByAddr=yes
8878 else
8879 ac_cv_lib_Xau_XauGetBestAuthByAddr=no
8881 rm -f core conftest.err conftest.$ac_objext \
8882 conftest$ac_exeext conftest.$ac_ext
8883 LIBS=$ac_check_lib_save_LIBS
8885 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xau_XauGetBestAuthByAddr" >&5
8886 $as_echo "$ac_cv_lib_Xau_XauGetBestAuthByAddr" >&6; }
8887 if test "x$ac_cv_lib_Xau_XauGetBestAuthByAddr" = x""yes; then :
8888 NASLIBS="-lXau -laudio -lXt $X_LIBS $XLIB $X_EXTRA_LIBS"
8889 else
8890 NASLIBS="-laudio -lXt $X_LIBS $XLIB $X_EXTRA_LIBS"
8898 done
8901 CPPFLAGS="$ac_save_CPPFLAGS"
8902 else
8903 XLIB=""
8904 X_CFLAGS=""
8905 X_LIBS=""
8906 enable_winex11_drv=${enable_winex11_drv:-no}
8907 enable_opengl32=${enable_opengl32:-no}
8908 enable_glu32=${enable_glu32:-no}
8910 if test "x$XLIB" = "x"; then :
8911 case "x$with_x" in
8912 xno) ;;
8913 *) as_fn_error "X ${notice_platform}development files not found. Wine will be built
8914 without X support, which probably isn't what you want. You will need to install
8915 ${notice_platform}development packages of Xlib/Xfree86 at the very least.
8916 Use the --without-x option if you really want this." "$LINENO" 5 ;;
8917 esac
8921 XML2LIBS=""
8923 XML2INCL=""
8925 XSLTINCL=""
8927 if test "x$with_xml" != "xno"
8928 then
8929 ac_save_CPPFLAGS="$CPPFLAGS"
8930 if test "$PKG_CONFIG" != "false"
8931 then
8932 ac_xml_libs="`$PKG_CONFIG --libs libxml-2.0 2>/dev/null`"
8933 ac_xml_cflags="`$PKG_CONFIG --cflags libxml-2.0 2>/dev/null`"
8934 else
8935 ac_xml_libs="`xml2-config --libs 2>/dev/null`"
8936 ac_xml_cflags="`xml2-config --cflags 2>/dev/null`"
8938 CPPFLAGS="$CPPFLAGS $ac_xml_cflags"
8939 for ac_header in libxml/parser.h
8940 do :
8941 ac_fn_c_check_header_mongrel "$LINENO" "libxml/parser.h" "ac_cv_header_libxml_parser_h" "$ac_includes_default"
8942 if test "x$ac_cv_header_libxml_parser_h" = x""yes; then :
8943 cat >>confdefs.h <<_ACEOF
8944 #define HAVE_LIBXML_PARSER_H 1
8945 _ACEOF
8946 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlParseMemory in -lxml2" >&5
8947 $as_echo_n "checking for xmlParseMemory in -lxml2... " >&6; }
8948 if test "${ac_cv_lib_xml2_xmlParseMemory+set}" = set; then :
8949 $as_echo_n "(cached) " >&6
8950 else
8951 ac_check_lib_save_LIBS=$LIBS
8952 LIBS="-lxml2 $ac_xml_libs $LIBS"
8953 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8954 /* end confdefs.h. */
8956 /* Override any GCC internal prototype to avoid an error.
8957 Use char because int might match the return type of a GCC
8958 builtin and then its argument prototype would still apply. */
8959 #ifdef __cplusplus
8960 extern "C"
8961 #endif
8962 char xmlParseMemory ();
8964 main ()
8966 return xmlParseMemory ();
8968 return 0;
8970 _ACEOF
8971 if ac_fn_c_try_link "$LINENO"; then :
8972 ac_cv_lib_xml2_xmlParseMemory=yes
8973 else
8974 ac_cv_lib_xml2_xmlParseMemory=no
8976 rm -f core conftest.err conftest.$ac_objext \
8977 conftest$ac_exeext conftest.$ac_ext
8978 LIBS=$ac_check_lib_save_LIBS
8980 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlParseMemory" >&5
8981 $as_echo "$ac_cv_lib_xml2_xmlParseMemory" >&6; }
8982 if test "x$ac_cv_lib_xml2_xmlParseMemory" = x""yes; then :
8984 $as_echo "#define HAVE_LIBXML2 1" >>confdefs.h
8986 XML2LIBS="$ac_xml_libs"
8987 XML2INCL="$ac_xml_cflags"
8990 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlReadMemory in -lxml2" >&5
8991 $as_echo_n "checking for xmlReadMemory in -lxml2... " >&6; }
8992 if test "${ac_cv_lib_xml2_xmlReadMemory+set}" = set; then :
8993 $as_echo_n "(cached) " >&6
8994 else
8995 ac_check_lib_save_LIBS=$LIBS
8996 LIBS="-lxml2 $ac_xml_libs $LIBS"
8997 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8998 /* end confdefs.h. */
9000 /* Override any GCC internal prototype to avoid an error.
9001 Use char because int might match the return type of a GCC
9002 builtin and then its argument prototype would still apply. */
9003 #ifdef __cplusplus
9004 extern "C"
9005 #endif
9006 char xmlReadMemory ();
9008 main ()
9010 return xmlReadMemory ();
9012 return 0;
9014 _ACEOF
9015 if ac_fn_c_try_link "$LINENO"; then :
9016 ac_cv_lib_xml2_xmlReadMemory=yes
9017 else
9018 ac_cv_lib_xml2_xmlReadMemory=no
9020 rm -f core conftest.err conftest.$ac_objext \
9021 conftest$ac_exeext conftest.$ac_ext
9022 LIBS=$ac_check_lib_save_LIBS
9024 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlReadMemory" >&5
9025 $as_echo "$ac_cv_lib_xml2_xmlReadMemory" >&6; }
9026 if test "x$ac_cv_lib_xml2_xmlReadMemory" = x""yes; then :
9028 $as_echo "#define HAVE_XMLREADMEMORY 1" >>confdefs.h
9032 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlNewDocPI in -lxml2" >&5
9033 $as_echo_n "checking for xmlNewDocPI in -lxml2... " >&6; }
9034 if test "${ac_cv_lib_xml2_xmlNewDocPI+set}" = set; then :
9035 $as_echo_n "(cached) " >&6
9036 else
9037 ac_check_lib_save_LIBS=$LIBS
9038 LIBS="-lxml2 $ac_xml_libs $LIBS"
9039 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9040 /* end confdefs.h. */
9042 /* Override any GCC internal prototype to avoid an error.
9043 Use char because int might match the return type of a GCC
9044 builtin and then its argument prototype would still apply. */
9045 #ifdef __cplusplus
9046 extern "C"
9047 #endif
9048 char xmlNewDocPI ();
9050 main ()
9052 return xmlNewDocPI ();
9054 return 0;
9056 _ACEOF
9057 if ac_fn_c_try_link "$LINENO"; then :
9058 ac_cv_lib_xml2_xmlNewDocPI=yes
9059 else
9060 ac_cv_lib_xml2_xmlNewDocPI=no
9062 rm -f core conftest.err conftest.$ac_objext \
9063 conftest$ac_exeext conftest.$ac_ext
9064 LIBS=$ac_check_lib_save_LIBS
9066 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlNewDocPI" >&5
9067 $as_echo "$ac_cv_lib_xml2_xmlNewDocPI" >&6; }
9068 if test "x$ac_cv_lib_xml2_xmlNewDocPI" = x""yes; then :
9070 $as_echo "#define HAVE_XMLNEWDOCPI 1" >>confdefs.h
9077 done
9079 CPPFLAGS="$ac_save_CPPFLAGS"
9081 if test "$ac_cv_lib_xml2_xmlParseMemory" != "yes"; then :
9082 case "x$with_xml" in
9083 x) as_fn_append wine_warnings "|libxml2 ${notice_platform}development files not found, XML won't be supported." ;;
9084 xno) ;;
9085 *) as_fn_error "libxml2 ${notice_platform}development files not found, XML won't be supported.
9086 This is an error since --with-xml was requested." "$LINENO" 5 ;;
9087 esac
9090 if test "x$with_xslt" != "xno"
9091 then
9092 if test "$PKG_CONFIG" != "false"
9093 then
9094 ac_xslt_libs="`$PKG_CONFIG --libs libxslt 2>/dev/null`"
9095 ac_xslt_cflags="`$PKG_CONFIG --cflags libxslt 2>/dev/null`"
9096 else
9097 ac_xslt_libs="`xslt-config --libs 2>/dev/null`"
9098 ac_xslt_cflags="`xslt-config --cflags 2>/dev/null`"
9100 ac_save_CPPFLAGS="$CPPFLAGS"
9101 CPPFLAGS="$CPPFLAGS $ac_xslt_cflags"
9102 for ac_header in libxslt/pattern.h libxslt/transform.h
9103 do :
9104 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
9105 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_LIBXSLT_PATTERN_H
9106 # include <libxslt/pattern.h>
9107 #endif
9109 eval as_val=\$$as_ac_Header
9110 if test "x$as_val" = x""yes; then :
9111 cat >>confdefs.h <<_ACEOF
9112 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
9113 _ACEOF
9117 done
9119 CPPFLAGS="$ac_save_CPPFLAGS"
9120 if test "$ac_cv_header_libxslt_transform_h" = "yes"
9121 then
9122 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lxslt" >&5
9123 $as_echo_n "checking for -lxslt... " >&6; }
9124 if test "${ac_cv_lib_soname_xslt+set}" = set; then :
9125 $as_echo_n "(cached) " >&6
9126 else
9127 ac_check_soname_save_LIBS=$LIBS
9128 LIBS="-lxslt $ac_xslt_libs $LIBS"
9129 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9130 /* end confdefs.h. */
9132 /* Override any GCC internal prototype to avoid an error.
9133 Use char because int might match the return type of a GCC
9134 builtin and then its argument prototype would still apply. */
9135 #ifdef __cplusplus
9136 extern "C"
9137 #endif
9138 char xsltCompilePattern ();
9140 main ()
9142 return xsltCompilePattern ();
9144 return 0;
9146 _ACEOF
9147 if ac_fn_c_try_link "$LINENO"; then :
9148 case "$LIBEXT" in
9149 dll) ac_cv_lib_soname_xslt=`$ac_cv_path_LDD conftest.exe | grep "xslt" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9150 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'` ;;
9151 *) ac_cv_lib_soname_xslt=`$ac_cv_path_LDD conftest$ac_exeext | grep "libxslt\\.$LIBEXT" | sed -e "s/^.*\(libxslt\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9152 esac
9154 rm -f core conftest.err conftest.$ac_objext \
9155 conftest$ac_exeext conftest.$ac_ext
9156 LIBS=$ac_check_soname_save_LIBS
9158 if test "x$ac_cv_lib_soname_xslt" = "x"; then :
9159 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9160 $as_echo "not found" >&6; }
9162 else
9163 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_xslt" >&5
9164 $as_echo "$ac_cv_lib_soname_xslt" >&6; }
9166 cat >>confdefs.h <<_ACEOF
9167 #define SONAME_LIBXSLT "$ac_cv_lib_soname_xslt"
9168 _ACEOF
9170 XSLTINCL="$ac_xslt_cflags"
9174 if test "x$ac_cv_lib_soname_xslt" = "x"; then :
9175 case "x$with_xslt" in
9176 x) as_fn_append wine_warnings "|libxslt ${notice_platform}development files not found, xslt won't be supported." ;;
9177 xno) ;;
9178 *) as_fn_error "libxslt ${notice_platform}development files not found, xslt won't be supported.
9179 This is an error since --with-xslt was requested." "$LINENO" 5 ;;
9180 esac
9183 HALINCL=""
9185 if test "x$with_hal" != "xno"
9186 then
9187 ac_save_CPPFLAGS="$CPPFLAGS"
9188 if test "$PKG_CONFIG" != "false"
9189 then
9190 ac_hal_libs="`$PKG_CONFIG --libs hal 2>/dev/null`"
9191 ac_hal_cflags="`$PKG_CONFIG --cflags hal 2>/dev/null`"
9192 CPPFLAGS="$CPPFLAGS $ac_hal_cflags"
9194 for ac_header in dbus/dbus.h hal/libhal.h
9195 do :
9196 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
9197 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
9198 eval as_val=\$$as_ac_Header
9199 if test "x$as_val" = x""yes; then :
9200 cat >>confdefs.h <<_ACEOF
9201 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
9202 _ACEOF
9206 done
9208 if test "$ac_cv_header_dbus_dbus_h" = "yes" -a "$ac_cv_header_hal_libhal_h" = "yes"
9209 then
9210 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dbus_connection_close in -ldbus-1" >&5
9211 $as_echo_n "checking for dbus_connection_close in -ldbus-1... " >&6; }
9212 if test "${ac_cv_lib_dbus_1_dbus_connection_close+set}" = set; then :
9213 $as_echo_n "(cached) " >&6
9214 else
9215 ac_check_lib_save_LIBS=$LIBS
9216 LIBS="-ldbus-1 $ac_hal_libs $LIBS"
9217 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9218 /* end confdefs.h. */
9220 /* Override any GCC internal prototype to avoid an error.
9221 Use char because int might match the return type of a GCC
9222 builtin and then its argument prototype would still apply. */
9223 #ifdef __cplusplus
9224 extern "C"
9225 #endif
9226 char dbus_connection_close ();
9228 main ()
9230 return dbus_connection_close ();
9232 return 0;
9234 _ACEOF
9235 if ac_fn_c_try_link "$LINENO"; then :
9236 ac_cv_lib_dbus_1_dbus_connection_close=yes
9237 else
9238 ac_cv_lib_dbus_1_dbus_connection_close=no
9240 rm -f core conftest.err conftest.$ac_objext \
9241 conftest$ac_exeext conftest.$ac_ext
9242 LIBS=$ac_check_lib_save_LIBS
9244 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dbus_1_dbus_connection_close" >&5
9245 $as_echo "$ac_cv_lib_dbus_1_dbus_connection_close" >&6; }
9246 if test "x$ac_cv_lib_dbus_1_dbus_connection_close" = x""yes; then :
9247 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lhal" >&5
9248 $as_echo_n "checking for -lhal... " >&6; }
9249 if test "${ac_cv_lib_soname_hal+set}" = set; then :
9250 $as_echo_n "(cached) " >&6
9251 else
9252 ac_check_soname_save_LIBS=$LIBS
9253 LIBS="-lhal $ac_hal_libs $LIBS"
9254 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9255 /* end confdefs.h. */
9257 /* Override any GCC internal prototype to avoid an error.
9258 Use char because int might match the return type of a GCC
9259 builtin and then its argument prototype would still apply. */
9260 #ifdef __cplusplus
9261 extern "C"
9262 #endif
9263 char libhal_ctx_new ();
9265 main ()
9267 return libhal_ctx_new ();
9269 return 0;
9271 _ACEOF
9272 if ac_fn_c_try_link "$LINENO"; then :
9273 case "$LIBEXT" in
9274 dll) ac_cv_lib_soname_hal=`$ac_cv_path_LDD conftest.exe | grep "hal" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9275 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'` ;;
9276 *) ac_cv_lib_soname_hal=`$ac_cv_path_LDD conftest$ac_exeext | grep "libhal\\.$LIBEXT" | sed -e "s/^.*\(libhal\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9277 esac
9279 rm -f core conftest.err conftest.$ac_objext \
9280 conftest$ac_exeext conftest.$ac_ext
9281 LIBS=$ac_check_soname_save_LIBS
9283 if test "x$ac_cv_lib_soname_hal" = "x"; then :
9284 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9285 $as_echo "not found" >&6; }
9287 else
9288 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_hal" >&5
9289 $as_echo "$ac_cv_lib_soname_hal" >&6; }
9291 cat >>confdefs.h <<_ACEOF
9292 #define SONAME_LIBHAL "$ac_cv_lib_soname_hal"
9293 _ACEOF
9295 HALINCL="$ac_hal_cflags"
9300 CPPFLAGS="$ac_save_CPPFLAGS"
9302 if test "x$ac_cv_lib_soname_hal" = "x"; then :
9303 case "x$with_hal" in
9304 x) as_fn_append wine_notices "|libhal/libdbus ${notice_platform}development files not found, no dynamic device support." ;;
9305 xno) ;;
9306 *) as_fn_error "libhal/libdbus ${notice_platform}development files not found, no dynamic device support.
9307 This is an error since --with-hal was requested." "$LINENO" 5 ;;
9308 esac
9311 if test "x$with_gnutls" != "xno"
9312 then
9313 ac_save_CPPFLAGS="$CPPFLAGS"
9314 if test "$PKG_CONFIG" != "false"
9315 then
9316 ac_gnutls_libs="`$PKG_CONFIG --libs gnutls 2>/dev/null`"
9317 ac_gnutls_cflags="`$PKG_CONFIG --cflags gnutls 2>/dev/null`"
9318 CPPFLAGS="$CPPFLAGS $ac_gnutls_cflags"
9320 ac_fn_c_check_header_mongrel "$LINENO" "gnutls/gnutls.h" "ac_cv_header_gnutls_gnutls_h" "$ac_includes_default"
9321 if test "x$ac_cv_header_gnutls_gnutls_h" = x""yes; then :
9322 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9323 /* end confdefs.h. */
9324 #include <gnutls/gnutls.h>
9326 main ()
9328 typeof(gnutls_mac_get_key_size) *pfunc;
9330 return 0;
9332 _ACEOF
9333 if ac_fn_c_try_compile "$LINENO"; then :
9334 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lgnutls" >&5
9335 $as_echo_n "checking for -lgnutls... " >&6; }
9336 if test "${ac_cv_lib_soname_gnutls+set}" = set; then :
9337 $as_echo_n "(cached) " >&6
9338 else
9339 ac_check_soname_save_LIBS=$LIBS
9340 LIBS="-lgnutls $ac_gnutls_libs $LIBS"
9341 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9342 /* end confdefs.h. */
9344 /* Override any GCC internal prototype to avoid an error.
9345 Use char because int might match the return type of a GCC
9346 builtin and then its argument prototype would still apply. */
9347 #ifdef __cplusplus
9348 extern "C"
9349 #endif
9350 char gnutls_global_init ();
9352 main ()
9354 return gnutls_global_init ();
9356 return 0;
9358 _ACEOF
9359 if ac_fn_c_try_link "$LINENO"; then :
9360 case "$LIBEXT" in
9361 dll) ac_cv_lib_soname_gnutls=`$ac_cv_path_LDD conftest.exe | grep "gnutls" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9362 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'` ;;
9363 *) ac_cv_lib_soname_gnutls=`$ac_cv_path_LDD conftest$ac_exeext | grep "libgnutls\\.$LIBEXT" | sed -e "s/^.*\(libgnutls\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9364 esac
9366 rm -f core conftest.err conftest.$ac_objext \
9367 conftest$ac_exeext conftest.$ac_ext
9368 LIBS=$ac_check_soname_save_LIBS
9370 if test "x$ac_cv_lib_soname_gnutls" = "x"; then :
9371 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9372 $as_echo "not found" >&6; }
9374 else
9375 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_gnutls" >&5
9376 $as_echo "$ac_cv_lib_soname_gnutls" >&6; }
9378 cat >>confdefs.h <<_ACEOF
9379 #define SONAME_LIBGNUTLS "$ac_cv_lib_soname_gnutls"
9380 _ACEOF
9382 GNUTLSINCL="$ac_gnutls_cflags"
9386 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9390 CPPFLAGS="$ac_save_CPPFLAGS"
9392 if test "x$ac_cv_lib_soname_gnutls" = "x"; then :
9393 case "x$with_gnutls" in
9394 x) as_fn_append wine_notices "|libgnutls ${notice_platform}development files not found, no schannel support." ;;
9395 xno) ;;
9396 *) as_fn_error "libgnutls ${notice_platform}development files not found, no schannel support.
9397 This is an error since --with-gnutls was requested." "$LINENO" 5 ;;
9398 esac
9401 CURSESLIBS=""
9402 if test "$ac_cv_header_ncurses_h" = "yes"
9403 then
9404 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lncurses" >&5
9405 $as_echo_n "checking for -lncurses... " >&6; }
9406 if test "${ac_cv_lib_soname_ncurses+set}" = set; then :
9407 $as_echo_n "(cached) " >&6
9408 else
9409 ac_check_soname_save_LIBS=$LIBS
9410 LIBS="-lncurses $LIBS"
9411 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9412 /* end confdefs.h. */
9414 /* Override any GCC internal prototype to avoid an error.
9415 Use char because int might match the return type of a GCC
9416 builtin and then its argument prototype would still apply. */
9417 #ifdef __cplusplus
9418 extern "C"
9419 #endif
9420 char waddch ();
9422 main ()
9424 return waddch ();
9426 return 0;
9428 _ACEOF
9429 if ac_fn_c_try_link "$LINENO"; then :
9430 case "$LIBEXT" in
9431 dll) ac_cv_lib_soname_ncurses=`$ac_cv_path_LDD conftest.exe | grep "ncurses" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9432 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'` ;;
9433 *) ac_cv_lib_soname_ncurses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libncurses\\.$LIBEXT" | sed -e "s/^.*\(libncurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9434 esac
9436 rm -f core conftest.err conftest.$ac_objext \
9437 conftest$ac_exeext conftest.$ac_ext
9438 LIBS=$ac_check_soname_save_LIBS
9440 if test "x$ac_cv_lib_soname_ncurses" = "x"; then :
9441 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9442 $as_echo "not found" >&6; }
9444 else
9445 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_ncurses" >&5
9446 $as_echo "$ac_cv_lib_soname_ncurses" >&6; }
9448 cat >>confdefs.h <<_ACEOF
9449 #define SONAME_LIBNCURSES "$ac_cv_lib_soname_ncurses"
9450 _ACEOF
9452 CURSESLIBS="-lncurses"
9454 elif test "$ac_cv_header_curses_h" = "yes"
9455 then
9456 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcurses" >&5
9457 $as_echo_n "checking for -lcurses... " >&6; }
9458 if test "${ac_cv_lib_soname_curses+set}" = set; then :
9459 $as_echo_n "(cached) " >&6
9460 else
9461 ac_check_soname_save_LIBS=$LIBS
9462 LIBS="-lcurses $LIBS"
9463 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9464 /* end confdefs.h. */
9466 /* Override any GCC internal prototype to avoid an error.
9467 Use char because int might match the return type of a GCC
9468 builtin and then its argument prototype would still apply. */
9469 #ifdef __cplusplus
9470 extern "C"
9471 #endif
9472 char waddch ();
9474 main ()
9476 return waddch ();
9478 return 0;
9480 _ACEOF
9481 if ac_fn_c_try_link "$LINENO"; then :
9482 case "$LIBEXT" in
9483 dll) ac_cv_lib_soname_curses=`$ac_cv_path_LDD conftest.exe | grep "curses" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9484 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'` ;;
9485 *) ac_cv_lib_soname_curses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcurses\\.$LIBEXT" | sed -e "s/^.*\(libcurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9486 esac
9488 rm -f core conftest.err conftest.$ac_objext \
9489 conftest$ac_exeext conftest.$ac_ext
9490 LIBS=$ac_check_soname_save_LIBS
9492 if test "x$ac_cv_lib_soname_curses" = "x"; then :
9493 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9494 $as_echo "not found" >&6; }
9496 else
9497 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_curses" >&5
9498 $as_echo "$ac_cv_lib_soname_curses" >&6; }
9500 cat >>confdefs.h <<_ACEOF
9501 #define SONAME_LIBCURSES "$ac_cv_lib_soname_curses"
9502 _ACEOF
9504 CURSESLIBS="-lcurses"
9507 ac_save_LIBS="$LIBS"
9508 LIBS="$LIBS $CURSESLIBS"
9509 for ac_func in mousemask
9510 do :
9511 ac_fn_c_check_func "$LINENO" "mousemask" "ac_cv_func_mousemask"
9512 if test "x$ac_cv_func_mousemask" = x""yes; then :
9513 cat >>confdefs.h <<_ACEOF
9514 #define HAVE_MOUSEMASK 1
9515 _ACEOF
9518 done
9520 LIBS="$ac_save_LIBS"
9521 if test "x$ac_cv_lib_soname_curses$ac_cv_lib_soname_ncurses" = "x"; then :
9522 case "x$with_curses" in
9523 x) as_fn_append wine_notices "|lib(n)curses ${notice_platform}development files not found, curses won't be supported." ;;
9524 xno) ;;
9525 *) as_fn_error "lib(n)curses ${notice_platform}development files not found, curses won't be supported.
9526 This is an error since --with-curses was requested." "$LINENO" 5 ;;
9527 esac
9530 if test "x$with_sane" != "xno"
9531 then
9532 ac_save_CPPFLAGS="$CPPFLAGS"
9533 # Extract the first word of "sane-config", so it can be a program name with args.
9534 set dummy sane-config; ac_word=$2
9535 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9536 $as_echo_n "checking for $ac_word... " >&6; }
9537 if test "${ac_cv_prog_sane_devel+set}" = set; then :
9538 $as_echo_n "(cached) " >&6
9539 else
9540 if test -n "$sane_devel"; then
9541 ac_cv_prog_sane_devel="$sane_devel" # Let the user override the test.
9542 else
9543 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9544 for as_dir in $PATH
9546 IFS=$as_save_IFS
9547 test -z "$as_dir" && as_dir=.
9548 for ac_exec_ext in '' $ac_executable_extensions; do
9549 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9550 ac_cv_prog_sane_devel="sane-config"
9551 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9552 break 2
9554 done
9555 done
9556 IFS=$as_save_IFS
9558 test -z "$ac_cv_prog_sane_devel" && ac_cv_prog_sane_devel="no"
9561 sane_devel=$ac_cv_prog_sane_devel
9562 if test -n "$sane_devel"; then
9563 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $sane_devel" >&5
9564 $as_echo "$sane_devel" >&6; }
9565 else
9566 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9567 $as_echo "no" >&6; }
9571 if test "$sane_devel" != "no"
9572 then
9573 ac_sane_incl="`$sane_devel --cflags`"
9574 ac_sane_libs="`$sane_devel --ldflags`"
9575 CPPFLAGS="$CPPFLAGS $ac_sane_incl"
9577 ac_fn_c_check_header_mongrel "$LINENO" "sane/sane.h" "ac_cv_header_sane_sane_h" "$ac_includes_default"
9578 if test "x$ac_cv_header_sane_sane_h" = x""yes; then :
9579 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lsane" >&5
9580 $as_echo_n "checking for -lsane... " >&6; }
9581 if test "${ac_cv_lib_soname_sane+set}" = set; then :
9582 $as_echo_n "(cached) " >&6
9583 else
9584 ac_check_soname_save_LIBS=$LIBS
9585 LIBS="-lsane $ac_sane_libs $LIBS"
9586 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9587 /* end confdefs.h. */
9589 /* Override any GCC internal prototype to avoid an error.
9590 Use char because int might match the return type of a GCC
9591 builtin and then its argument prototype would still apply. */
9592 #ifdef __cplusplus
9593 extern "C"
9594 #endif
9595 char sane_init ();
9597 main ()
9599 return sane_init ();
9601 return 0;
9603 _ACEOF
9604 if ac_fn_c_try_link "$LINENO"; then :
9605 case "$LIBEXT" in
9606 dll) ac_cv_lib_soname_sane=`$ac_cv_path_LDD conftest.exe | grep "sane" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9607 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'` ;;
9608 *) ac_cv_lib_soname_sane=`$ac_cv_path_LDD conftest$ac_exeext | grep "libsane\\.$LIBEXT" | sed -e "s/^.*\(libsane\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9609 esac
9611 rm -f core conftest.err conftest.$ac_objext \
9612 conftest$ac_exeext conftest.$ac_ext
9613 LIBS=$ac_check_soname_save_LIBS
9615 if test "x$ac_cv_lib_soname_sane" = "x"; then :
9616 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9617 $as_echo "not found" >&6; }
9619 else
9620 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_sane" >&5
9621 $as_echo "$ac_cv_lib_soname_sane" >&6; }
9623 cat >>confdefs.h <<_ACEOF
9624 #define SONAME_LIBSANE "$ac_cv_lib_soname_sane"
9625 _ACEOF
9627 SANEINCL="$ac_sane_incl"
9633 CPPFLAGS="$ac_save_CPPFLAGS"
9635 if test "x$ac_cv_lib_soname_sane" = "x"; then :
9636 case "x$with_sane" in
9637 x) as_fn_append wine_notices "|libsane ${notice_platform}development files not found, scanners won't be supported." ;;
9638 xno) ;;
9639 *) as_fn_error "libsane ${notice_platform}development files not found, scanners won't be supported.
9640 This is an error since --with-sane was requested." "$LINENO" 5 ;;
9641 esac
9644 if test "x$with_v4l" != "xno"
9645 then
9646 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lv4l1" >&5
9647 $as_echo_n "checking for -lv4l1... " >&6; }
9648 if test "${ac_cv_lib_soname_v4l1+set}" = set; then :
9649 $as_echo_n "(cached) " >&6
9650 else
9651 ac_check_soname_save_LIBS=$LIBS
9652 LIBS="-lv4l1 $LIBS"
9653 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9654 /* end confdefs.h. */
9656 /* Override any GCC internal prototype to avoid an error.
9657 Use char because int might match the return type of a GCC
9658 builtin and then its argument prototype would still apply. */
9659 #ifdef __cplusplus
9660 extern "C"
9661 #endif
9662 char v4l1_open ();
9664 main ()
9666 return v4l1_open ();
9668 return 0;
9670 _ACEOF
9671 if ac_fn_c_try_link "$LINENO"; then :
9672 case "$LIBEXT" in
9673 dll) ac_cv_lib_soname_v4l1=`$ac_cv_path_LDD conftest.exe | grep "v4l1" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9674 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'` ;;
9675 *) ac_cv_lib_soname_v4l1=`$ac_cv_path_LDD conftest$ac_exeext | grep "libv4l1\\.$LIBEXT" | sed -e "s/^.*\(libv4l1\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9676 esac
9678 rm -f core conftest.err conftest.$ac_objext \
9679 conftest$ac_exeext conftest.$ac_ext
9680 LIBS=$ac_check_soname_save_LIBS
9682 if test "x$ac_cv_lib_soname_v4l1" = "x"; then :
9683 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9684 $as_echo "not found" >&6; }
9686 else
9687 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_v4l1" >&5
9688 $as_echo "$ac_cv_lib_soname_v4l1" >&6; }
9690 cat >>confdefs.h <<_ACEOF
9691 #define SONAME_LIBV4L1 "$ac_cv_lib_soname_v4l1"
9692 _ACEOF
9697 if test "x$ac_cv_lib_soname_v4l1" = "x"; then :
9698 case "x$with_v4l" in
9699 x) as_fn_append wine_notices "|libv4l ${notice_platform}development files not found." ;;
9700 xno) ;;
9701 *) as_fn_error "libv4l ${notice_platform}development files not found.
9702 This is an error since --with-v4l was requested." "$LINENO" 5 ;;
9703 esac
9706 if test "x$with_gphoto" != "xno"
9707 then
9708 ac_save_CPPFLAGS="$CPPFLAGS"
9709 # Extract the first word of "gphoto2-config", so it can be a program name with args.
9710 set dummy gphoto2-config; ac_word=$2
9711 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9712 $as_echo_n "checking for $ac_word... " >&6; }
9713 if test "${ac_cv_prog_gphoto2_devel+set}" = set; then :
9714 $as_echo_n "(cached) " >&6
9715 else
9716 if test -n "$gphoto2_devel"; then
9717 ac_cv_prog_gphoto2_devel="$gphoto2_devel" # Let the user override the test.
9718 else
9719 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9720 for as_dir in $PATH
9722 IFS=$as_save_IFS
9723 test -z "$as_dir" && as_dir=.
9724 for ac_exec_ext in '' $ac_executable_extensions; do
9725 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9726 ac_cv_prog_gphoto2_devel="gphoto2-config"
9727 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9728 break 2
9730 done
9731 done
9732 IFS=$as_save_IFS
9734 test -z "$ac_cv_prog_gphoto2_devel" && ac_cv_prog_gphoto2_devel="no"
9737 gphoto2_devel=$ac_cv_prog_gphoto2_devel
9738 if test -n "$gphoto2_devel"; then
9739 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gphoto2_devel" >&5
9740 $as_echo "$gphoto2_devel" >&6; }
9741 else
9742 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9743 $as_echo "no" >&6; }
9747 # Extract the first word of "gphoto2-port-config", so it can be a program name with args.
9748 set dummy gphoto2-port-config; ac_word=$2
9749 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9750 $as_echo_n "checking for $ac_word... " >&6; }
9751 if test "${ac_cv_prog_gphoto2port_devel+set}" = set; then :
9752 $as_echo_n "(cached) " >&6
9753 else
9754 if test -n "$gphoto2port_devel"; then
9755 ac_cv_prog_gphoto2port_devel="$gphoto2port_devel" # Let the user override the test.
9756 else
9757 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9758 for as_dir in $PATH
9760 IFS=$as_save_IFS
9761 test -z "$as_dir" && as_dir=.
9762 for ac_exec_ext in '' $ac_executable_extensions; do
9763 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9764 ac_cv_prog_gphoto2port_devel="gphoto2-port-config"
9765 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9766 break 2
9768 done
9769 done
9770 IFS=$as_save_IFS
9772 test -z "$ac_cv_prog_gphoto2port_devel" && ac_cv_prog_gphoto2port_devel="no"
9775 gphoto2port_devel=$ac_cv_prog_gphoto2port_devel
9776 if test -n "$gphoto2port_devel"; then
9777 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gphoto2port_devel" >&5
9778 $as_echo "$gphoto2port_devel" >&6; }
9779 else
9780 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9781 $as_echo "no" >&6; }
9785 if test "$gphoto2_devel" != "no" -a "$gphoto2port_devel" != "no"
9786 then
9787 ac_gphoto2_incl="`$gphoto2_devel --cflags` `$gphoto2port_devel --cflags`"
9788 ac_gphoto2_libs=""
9789 for i in `$gphoto2_devel --libs` `$gphoto2port_devel --libs`
9791 case "$i" in
9792 -L/usr/lib|-L/usr/lib64) ;;
9793 -L*|-l*) ac_gphoto2_libs="$ac_gphoto2_libs $i";;
9794 esac
9795 done
9796 CPPFLAGS="$CPPFLAGS $ac_gphoto2_incl"
9798 ac_gphoto2_libs=${ac_gphoto2_libs:-"-lgphoto2"}
9799 ac_fn_c_check_header_mongrel "$LINENO" "gphoto2-camera.h" "ac_cv_header_gphoto2_camera_h" "$ac_includes_default"
9800 if test "x$ac_cv_header_gphoto2_camera_h" = x""yes; then :
9801 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gp_camera_new in -lgphoto2" >&5
9802 $as_echo_n "checking for gp_camera_new in -lgphoto2... " >&6; }
9803 if test "${ac_cv_lib_gphoto2_gp_camera_new+set}" = set; then :
9804 $as_echo_n "(cached) " >&6
9805 else
9806 ac_check_lib_save_LIBS=$LIBS
9807 LIBS="-lgphoto2 $ac_gphoto2_libs $LIBS"
9808 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9809 /* end confdefs.h. */
9811 /* Override any GCC internal prototype to avoid an error.
9812 Use char because int might match the return type of a GCC
9813 builtin and then its argument prototype would still apply. */
9814 #ifdef __cplusplus
9815 extern "C"
9816 #endif
9817 char gp_camera_new ();
9819 main ()
9821 return gp_camera_new ();
9823 return 0;
9825 _ACEOF
9826 if ac_fn_c_try_link "$LINENO"; then :
9827 ac_cv_lib_gphoto2_gp_camera_new=yes
9828 else
9829 ac_cv_lib_gphoto2_gp_camera_new=no
9831 rm -f core conftest.err conftest.$ac_objext \
9832 conftest$ac_exeext conftest.$ac_ext
9833 LIBS=$ac_check_lib_save_LIBS
9835 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gphoto2_gp_camera_new" >&5
9836 $as_echo "$ac_cv_lib_gphoto2_gp_camera_new" >&6; }
9837 if test "x$ac_cv_lib_gphoto2_gp_camera_new" = x""yes; then :
9839 $as_echo "#define HAVE_GPHOTO2 1" >>confdefs.h
9841 GPHOTO2LIBS="$ac_gphoto2_libs"
9843 GPHOTO2INCL="$ac_gphoto2_incl"
9850 CPPFLAGS="$ac_save_CPPFLAGS"
9852 if test "$ac_cv_lib_gphoto2_gp_camera_new" != "yes"; then :
9853 case "x$with_gphoto" in
9854 x) as_fn_append wine_notices "|libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported." ;;
9855 xno) ;;
9856 *) as_fn_error "libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
9857 This is an error since --with-gphoto was requested." "$LINENO" 5 ;;
9858 esac
9862 RESOLVLIBS=""
9864 if test "$ac_cv_header_resolv_h" = "yes"
9865 then
9866 ac_save_LIBS="$LIBS"
9867 LIBS="$LIBS -lresolv"
9868 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9869 /* end confdefs.h. */
9870 #ifdef HAVE_NETINET_IN_H
9871 #include <netinet/in.h>
9872 #endif
9873 #include <resolv.h>
9875 main ()
9877 res_init();
9879 return 0;
9881 _ACEOF
9882 if ac_fn_c_try_link "$LINENO"; then :
9884 $as_echo "#define HAVE_RESOLV 1" >>confdefs.h
9886 RESOLVLIBS="-lresolv"
9888 rm -f core conftest.err conftest.$ac_objext \
9889 conftest$ac_exeext conftest.$ac_ext
9890 LIBS="$ac_save_LIBS"
9893 LCMSLIBS=""
9895 if test "$ac_cv_header_lcms_h" = "yes" -o "$ac_cv_header_lcms_lcms_h" = "yes"
9896 then
9897 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cmsOpenProfileFromFile in -llcms" >&5
9898 $as_echo_n "checking for cmsOpenProfileFromFile in -llcms... " >&6; }
9899 if test "${ac_cv_lib_lcms_cmsOpenProfileFromFile+set}" = set; then :
9900 $as_echo_n "(cached) " >&6
9901 else
9902 ac_check_lib_save_LIBS=$LIBS
9903 LIBS="-llcms $LIBS"
9904 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9905 /* end confdefs.h. */
9907 /* Override any GCC internal prototype to avoid an error.
9908 Use char because int might match the return type of a GCC
9909 builtin and then its argument prototype would still apply. */
9910 #ifdef __cplusplus
9911 extern "C"
9912 #endif
9913 char cmsOpenProfileFromFile ();
9915 main ()
9917 return cmsOpenProfileFromFile ();
9919 return 0;
9921 _ACEOF
9922 if ac_fn_c_try_link "$LINENO"; then :
9923 ac_cv_lib_lcms_cmsOpenProfileFromFile=yes
9924 else
9925 ac_cv_lib_lcms_cmsOpenProfileFromFile=no
9927 rm -f core conftest.err conftest.$ac_objext \
9928 conftest$ac_exeext conftest.$ac_ext
9929 LIBS=$ac_check_lib_save_LIBS
9931 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lcms_cmsOpenProfileFromFile" >&5
9932 $as_echo "$ac_cv_lib_lcms_cmsOpenProfileFromFile" >&6; }
9933 if test "x$ac_cv_lib_lcms_cmsOpenProfileFromFile" = x""yes; then :
9935 $as_echo "#define HAVE_LCMS 1" >>confdefs.h
9937 LCMSLIBS="-llcms"
9941 if test "$ac_cv_lib_lcms_cmsOpenProfileFromFile" != "yes"; then :
9942 case "x$with_cms" in
9943 x) as_fn_append wine_notices "|liblcms ${notice_platform}development files not found, Color Management won't be supported." ;;
9944 xno) ;;
9945 *) as_fn_error "liblcms ${notice_platform}development files not found, Color Management won't be supported.
9946 This is an error since --with-cms was requested." "$LINENO" 5 ;;
9947 esac
9950 if test "x$with_freetype" != "xno"
9951 then
9952 for ac_prog in freetype-config freetype2-config
9954 # Extract the first word of "$ac_prog", so it can be a program name with args.
9955 set dummy $ac_prog; ac_word=$2
9956 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9957 $as_echo_n "checking for $ac_word... " >&6; }
9958 if test "${ac_cv_prog_ft_devel+set}" = set; then :
9959 $as_echo_n "(cached) " >&6
9960 else
9961 if test -n "$ft_devel"; then
9962 ac_cv_prog_ft_devel="$ft_devel" # Let the user override the test.
9963 else
9964 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9965 for as_dir in $PATH
9967 IFS=$as_save_IFS
9968 test -z "$as_dir" && as_dir=.
9969 for ac_exec_ext in '' $ac_executable_extensions; do
9970 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9971 ac_cv_prog_ft_devel="$ac_prog"
9972 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9973 break 2
9975 done
9976 done
9977 IFS=$as_save_IFS
9981 ft_devel=$ac_cv_prog_ft_devel
9982 if test -n "$ft_devel"; then
9983 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ft_devel" >&5
9984 $as_echo "$ft_devel" >&6; }
9985 else
9986 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9987 $as_echo "no" >&6; }
9991 test -n "$ft_devel" && break
9992 done
9993 test -n "$ft_devel" || ft_devel="no"
9995 if test "$ft_devel" != "no"
9996 then
9997 ac_freetype_incl=`$ft_devel --cflags`
9998 ac_freetype_libs=`$ft_devel --libs`
10000 ac_freetype_libs=${ac_freetype_libs:-"-lfreetype"}
10001 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfreetype" >&5
10002 $as_echo_n "checking for -lfreetype... " >&6; }
10003 if test "${ac_cv_lib_soname_freetype+set}" = set; then :
10004 $as_echo_n "(cached) " >&6
10005 else
10006 ac_check_soname_save_LIBS=$LIBS
10007 LIBS="-lfreetype $ac_freetype_libs $LIBS"
10008 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10009 /* end confdefs.h. */
10011 /* Override any GCC internal prototype to avoid an error.
10012 Use char because int might match the return type of a GCC
10013 builtin and then its argument prototype would still apply. */
10014 #ifdef __cplusplus
10015 extern "C"
10016 #endif
10017 char FT_Init_FreeType ();
10019 main ()
10021 return FT_Init_FreeType ();
10023 return 0;
10025 _ACEOF
10026 if ac_fn_c_try_link "$LINENO"; then :
10027 case "$LIBEXT" in
10028 dll) ac_cv_lib_soname_freetype=`$ac_cv_path_LDD conftest.exe | grep "freetype" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10029 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'` ;;
10030 *) ac_cv_lib_soname_freetype=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfreetype\\.$LIBEXT" | sed -e "s/^.*\(libfreetype\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10031 esac
10033 rm -f core conftest.err conftest.$ac_objext \
10034 conftest$ac_exeext conftest.$ac_ext
10035 LIBS=$ac_check_soname_save_LIBS
10037 if test "x$ac_cv_lib_soname_freetype" = "x"; then :
10038 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10039 $as_echo "not found" >&6; }
10040 ft_lib=no
10041 else
10042 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_freetype" >&5
10043 $as_echo "$ac_cv_lib_soname_freetype" >&6; }
10045 cat >>confdefs.h <<_ACEOF
10046 #define SONAME_LIBFREETYPE "$ac_cv_lib_soname_freetype"
10047 _ACEOF
10049 ft_lib=yes
10051 if test "$ft_lib" = "yes"
10052 then
10053 ac_save_CPPFLAGS="$CPPFLAGS"
10054 CPPFLAGS="$ac_freetype_incl $CPPFLAGS"
10055 for ac_header in ft2build.h \
10056 freetype/freetype.h \
10057 freetype/ftglyph.h \
10058 freetype/fttypes.h \
10059 freetype/tttables.h \
10060 freetype/ftsnames.h \
10061 freetype/ttnameid.h \
10062 freetype/ftoutln.h \
10063 freetype/ftwinfnt.h \
10064 freetype/ftmodapi.h \
10065 freetype/ftlcdfil.h \
10066 freetype/internal/sfnt.h
10067 do :
10068 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
10069 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_FT2BUILD_H
10070 # include <ft2build.h>
10071 #endif
10073 eval as_val=\$$as_ac_Header
10074 if test "x$as_val" = x""yes; then :
10075 cat >>confdefs.h <<_ACEOF
10076 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
10077 _ACEOF
10081 done
10083 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10084 /* end confdefs.h. */
10085 #include <ft2build.h>
10086 #include <freetype/fttrigon.h>
10087 _ACEOF
10088 if ac_fn_c_try_cpp "$LINENO"; then :
10090 $as_echo "#define HAVE_FREETYPE_FTTRIGON_H 1" >>confdefs.h
10092 wine_cv_fttrigon=yes
10093 else
10094 wine_cv_fttrigon=no
10096 rm -f conftest.err conftest.$ac_ext
10097 ac_fn_c_check_type "$LINENO" "FT_TrueTypeEngineType" "ac_cv_type_FT_TrueTypeEngineType" "#include <freetype/ftmodapi.h>
10099 if test "x$ac_cv_type_FT_TrueTypeEngineType" = x""yes; then :
10101 cat >>confdefs.h <<_ACEOF
10102 #define HAVE_FT_TRUETYPEENGINETYPE 1
10103 _ACEOF
10108 ac_save_CFLAGS="$CFLAGS"
10109 CFLAGS="$CFLAGS $ac_freetype_libs"
10110 for ac_func in FT_Load_Sfnt_Table
10111 do :
10112 ac_fn_c_check_func "$LINENO" "FT_Load_Sfnt_Table" "ac_cv_func_FT_Load_Sfnt_Table"
10113 if test "x$ac_cv_func_FT_Load_Sfnt_Table" = x""yes; then :
10114 cat >>confdefs.h <<_ACEOF
10115 #define HAVE_FT_LOAD_SFNT_TABLE 1
10116 _ACEOF
10119 done
10121 CFLAGS="$ac_save_CFLAGS"
10122 CPPFLAGS="$ac_save_CPPFLAGS"
10123 if test "$ac_cv_header_freetype_freetype_h" = "yes" -a "$wine_cv_fttrigon" = "yes"
10124 then
10126 $as_echo "#define HAVE_FREETYPE 1" >>confdefs.h
10128 FREETYPELIBS="$ac_freetype_libs"
10130 FREETYPEINCL="$ac_freetype_incl"
10135 if test "x$FREETYPELIBS" = "x"; then :
10136 case "x$with_freetype" in
10137 xno) ;;
10138 *) as_fn_error "FreeType ${notice_platform}development files not found. Fonts will not be built.
10139 Use the --without-freetype option if you really want this." "$LINENO" 5 ;;
10140 esac
10142 test "x$FREETYPELIBS" = "x" && enable_fonts=${enable_fonts:-no}
10144 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for parport header/ppdev.h" >&5
10145 $as_echo_n "checking for parport header/ppdev.h... " >&6; }
10146 if test "${ac_cv_c_ppdev+set}" = set; then :
10147 $as_echo_n "(cached) " >&6
10148 else
10149 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10150 /* end confdefs.h. */
10151 #ifdef HAVE_SYS_IOCTL_H
10152 # include <sys/ioctl.h>
10153 #endif
10154 #include <linux/ppdev.h>
10156 main ()
10158 ioctl (1,PPCLAIM,0)
10160 return 0;
10162 _ACEOF
10163 if ac_fn_c_try_compile "$LINENO"; then :
10164 ac_cv_c_ppdev="yes"
10165 else
10166 ac_cv_c_ppdev="no"
10168 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10170 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_ppdev" >&5
10171 $as_echo "$ac_cv_c_ppdev" >&6; }
10172 if test "$ac_cv_c_ppdev" = "yes"
10173 then
10175 $as_echo "#define HAVE_PPDEV 1" >>confdefs.h
10179 ac_wine_check_funcs_save_LIBS="$LIBS"
10180 LIBS="$LIBS $LIBPTHREAD"
10181 for ac_func in \
10182 pthread_attr_get_np \
10183 pthread_getattr_np \
10184 pthread_get_stackaddr_np \
10185 pthread_get_stacksize_np
10186 do :
10187 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
10188 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
10189 eval as_val=\$$as_ac_var
10190 if test "x$as_val" = x""yes; then :
10191 cat >>confdefs.h <<_ACEOF
10192 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
10193 _ACEOF
10196 done
10198 LIBS="$ac_wine_check_funcs_save_LIBS"
10200 if test "$ac_cv_header_zlib_h" = "yes"
10201 then
10202 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inflate in -lz" >&5
10203 $as_echo_n "checking for inflate in -lz... " >&6; }
10204 if test "${ac_cv_lib_z_inflate+set}" = set; then :
10205 $as_echo_n "(cached) " >&6
10206 else
10207 ac_check_lib_save_LIBS=$LIBS
10208 LIBS="-lz $LIBS"
10209 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10210 /* end confdefs.h. */
10212 /* Override any GCC internal prototype to avoid an error.
10213 Use char because int might match the return type of a GCC
10214 builtin and then its argument prototype would still apply. */
10215 #ifdef __cplusplus
10216 extern "C"
10217 #endif
10218 char inflate ();
10220 main ()
10222 return inflate ();
10224 return 0;
10226 _ACEOF
10227 if ac_fn_c_try_link "$LINENO"; then :
10228 ac_cv_lib_z_inflate=yes
10229 else
10230 ac_cv_lib_z_inflate=no
10232 rm -f core conftest.err conftest.$ac_objext \
10233 conftest$ac_exeext conftest.$ac_ext
10234 LIBS=$ac_check_lib_save_LIBS
10236 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_z_inflate" >&5
10237 $as_echo "$ac_cv_lib_z_inflate" >&6; }
10238 if test "x$ac_cv_lib_z_inflate" = x""yes; then :
10240 $as_echo "#define HAVE_ZLIB 1" >>confdefs.h
10242 ZLIB="-lz"
10248 if test "x$with_esd" != xno
10249 then
10250 save_CFLAGS="$CFLAGS"
10251 # Extract the first word of "esd-config", so it can be a program name with args.
10252 set dummy esd-config; ac_word=$2
10253 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10254 $as_echo_n "checking for $ac_word... " >&6; }
10255 if test "${ac_cv_path_ESDCONFIG+set}" = set; then :
10256 $as_echo_n "(cached) " >&6
10257 else
10258 case $ESDCONFIG in
10259 [\\/]* | ?:[\\/]*)
10260 ac_cv_path_ESDCONFIG="$ESDCONFIG" # Let the user override the test with a path.
10263 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10264 for as_dir in $PATH
10266 IFS=$as_save_IFS
10267 test -z "$as_dir" && as_dir=.
10268 for ac_exec_ext in '' $ac_executable_extensions; do
10269 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10270 ac_cv_path_ESDCONFIG="$as_dir/$ac_word$ac_exec_ext"
10271 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10272 break 2
10274 done
10275 done
10276 IFS=$as_save_IFS
10278 test -z "$ac_cv_path_ESDCONFIG" && ac_cv_path_ESDCONFIG="no"
10280 esac
10282 ESDCONFIG=$ac_cv_path_ESDCONFIG
10283 if test -n "$ESDCONFIG"; then
10284 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ESDCONFIG" >&5
10285 $as_echo "$ESDCONFIG" >&6; }
10286 else
10287 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10288 $as_echo "no" >&6; }
10292 if test "x$ESDCONFIG" != "xno"
10293 then
10294 ac_esd_incl=""
10295 for i in `$ESDCONFIG --cflags`
10297 case "$i" in
10298 -I*) ac_esd_incl="$ac_esd_incl $i";;
10299 esac
10300 done
10301 ac_esd_libs=`$ESDCONFIG --libs`
10302 CFLAGS="$CFLAGS $ac_esd_incl"
10304 ac_esd_libs=${ac_esd_libs:-"-lesd"}
10305 ac_fn_c_check_header_mongrel "$LINENO" "esd.h" "ac_cv_header_esd_h" "$ac_includes_default"
10306 if test "x$ac_cv_header_esd_h" = x""yes; then :
10307 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for esd_open_sound in -lesd" >&5
10308 $as_echo_n "checking for esd_open_sound in -lesd... " >&6; }
10309 if test "${ac_cv_lib_esd_esd_open_sound+set}" = set; then :
10310 $as_echo_n "(cached) " >&6
10311 else
10312 ac_check_lib_save_LIBS=$LIBS
10313 LIBS="-lesd $ac_esd_libs $LIBS"
10314 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10315 /* end confdefs.h. */
10317 /* Override any GCC internal prototype to avoid an error.
10318 Use char because int might match the return type of a GCC
10319 builtin and then its argument prototype would still apply. */
10320 #ifdef __cplusplus
10321 extern "C"
10322 #endif
10323 char esd_open_sound ();
10325 main ()
10327 return esd_open_sound ();
10329 return 0;
10331 _ACEOF
10332 if ac_fn_c_try_link "$LINENO"; then :
10333 ac_cv_lib_esd_esd_open_sound=yes
10334 else
10335 ac_cv_lib_esd_esd_open_sound=no
10337 rm -f core conftest.err conftest.$ac_objext \
10338 conftest$ac_exeext conftest.$ac_ext
10339 LIBS=$ac_check_lib_save_LIBS
10341 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_esd_esd_open_sound" >&5
10342 $as_echo "$ac_cv_lib_esd_esd_open_sound" >&6; }
10343 if test "x$ac_cv_lib_esd_esd_open_sound" = x""yes; then :
10344 ESDINCL="$ac_esd_incl"
10346 ESDLIBS="$ac_esd_libs"
10349 $as_echo "#define HAVE_ESD 1" >>confdefs.h
10356 CFLAGS="$save_CFLAGS"
10359 ALSALIBS=""
10361 if test "$ac_cv_header_sys_asoundlib_h" = "yes" -o "$ac_cv_header_alsa_asoundlib_h" = "yes"
10362 then
10363 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for snd_pcm_hw_params_get_access in -lasound" >&5
10364 $as_echo_n "checking for snd_pcm_hw_params_get_access in -lasound... " >&6; }
10365 if test "${ac_cv_lib_asound_snd_pcm_hw_params_get_access+set}" = set; then :
10366 $as_echo_n "(cached) " >&6
10367 else
10368 ac_check_lib_save_LIBS=$LIBS
10369 LIBS="-lasound $LIBS"
10370 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10371 /* end confdefs.h. */
10373 /* Override any GCC internal prototype to avoid an error.
10374 Use char because int might match the return type of a GCC
10375 builtin and then its argument prototype would still apply. */
10376 #ifdef __cplusplus
10377 extern "C"
10378 #endif
10379 char snd_pcm_hw_params_get_access ();
10381 main ()
10383 return snd_pcm_hw_params_get_access ();
10385 return 0;
10387 _ACEOF
10388 if ac_fn_c_try_link "$LINENO"; then :
10389 ac_cv_lib_asound_snd_pcm_hw_params_get_access=yes
10390 else
10391 ac_cv_lib_asound_snd_pcm_hw_params_get_access=no
10393 rm -f core conftest.err conftest.$ac_objext \
10394 conftest$ac_exeext conftest.$ac_ext
10395 LIBS=$ac_check_lib_save_LIBS
10397 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&5
10398 $as_echo "$ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&6; }
10399 if test "x$ac_cv_lib_asound_snd_pcm_hw_params_get_access" = x""yes; then :
10400 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10401 /* end confdefs.h. */
10402 #ifdef HAVE_ALSA_ASOUNDLIB_H
10403 #include <alsa/asoundlib.h>
10404 #elif defined(HAVE_SYS_ASOUNDLIB_H)
10405 #include <sys/asoundlib.h>
10406 #endif
10408 main ()
10410 int ret = snd_pcm_hw_params_get_access(NULL, NULL)
10412 return 0;
10414 _ACEOF
10415 if ac_fn_c_try_compile "$LINENO"; then :
10417 $as_echo "#define HAVE_ALSA 1" >>confdefs.h
10419 ALSALIBS="-lasound"
10421 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10426 AUDIOIOLIBS=""
10428 if test "$ac_cv_header_libaudioio_h" = "yes"
10429 then
10430 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for AudioIOGetVersion in -laudioio" >&5
10431 $as_echo_n "checking for AudioIOGetVersion in -laudioio... " >&6; }
10432 if test "${ac_cv_lib_audioio_AudioIOGetVersion+set}" = set; then :
10433 $as_echo_n "(cached) " >&6
10434 else
10435 ac_check_lib_save_LIBS=$LIBS
10436 LIBS="-laudioio $LIBS"
10437 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10438 /* end confdefs.h. */
10440 /* Override any GCC internal prototype to avoid an error.
10441 Use char because int might match the return type of a GCC
10442 builtin and then its argument prototype would still apply. */
10443 #ifdef __cplusplus
10444 extern "C"
10445 #endif
10446 char AudioIOGetVersion ();
10448 main ()
10450 return AudioIOGetVersion ();
10452 return 0;
10454 _ACEOF
10455 if ac_fn_c_try_link "$LINENO"; then :
10456 ac_cv_lib_audioio_AudioIOGetVersion=yes
10457 else
10458 ac_cv_lib_audioio_AudioIOGetVersion=no
10460 rm -f core conftest.err conftest.$ac_objext \
10461 conftest$ac_exeext conftest.$ac_ext
10462 LIBS=$ac_check_lib_save_LIBS
10464 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_audioio_AudioIOGetVersion" >&5
10465 $as_echo "$ac_cv_lib_audioio_AudioIOGetVersion" >&6; }
10466 if test "x$ac_cv_lib_audioio_AudioIOGetVersion" = x""yes; then :
10467 AUDIOIOLIBS="-laudioio"
10469 $as_echo "#define HAVE_LIBAUDIOIO 1" >>confdefs.h
10476 if test "$ac_cv_header_capi20_h" = "yes" -a "$ac_cv_header_linux_capi_h" = "yes"
10477 then
10478 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcapi20" >&5
10479 $as_echo_n "checking for -lcapi20... " >&6; }
10480 if test "${ac_cv_lib_soname_capi20+set}" = set; then :
10481 $as_echo_n "(cached) " >&6
10482 else
10483 ac_check_soname_save_LIBS=$LIBS
10484 LIBS="-lcapi20 $LIBS"
10485 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10486 /* end confdefs.h. */
10488 /* Override any GCC internal prototype to avoid an error.
10489 Use char because int might match the return type of a GCC
10490 builtin and then its argument prototype would still apply. */
10491 #ifdef __cplusplus
10492 extern "C"
10493 #endif
10494 char capi20_register ();
10496 main ()
10498 return capi20_register ();
10500 return 0;
10502 _ACEOF
10503 if ac_fn_c_try_link "$LINENO"; then :
10504 case "$LIBEXT" in
10505 dll) ac_cv_lib_soname_capi20=`$ac_cv_path_LDD conftest.exe | grep "capi20" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10506 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'` ;;
10507 *) ac_cv_lib_soname_capi20=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcapi20\\.$LIBEXT" | sed -e "s/^.*\(libcapi20\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10508 esac
10510 rm -f core conftest.err conftest.$ac_objext \
10511 conftest$ac_exeext conftest.$ac_ext
10512 LIBS=$ac_check_soname_save_LIBS
10514 if test "x$ac_cv_lib_soname_capi20" = "x"; then :
10515 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10516 $as_echo "not found" >&6; }
10518 else
10519 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_capi20" >&5
10520 $as_echo "$ac_cv_lib_soname_capi20" >&6; }
10522 cat >>confdefs.h <<_ACEOF
10523 #define SONAME_LIBCAPI20 "$ac_cv_lib_soname_capi20"
10524 _ACEOF
10529 if test "x$ac_cv_lib_soname_capi20" = "x"; then :
10530 case "x$with_capi" in
10531 x) as_fn_append wine_notices "|libcapi20 ${notice_platform}development files not found, ISDN won't be supported." ;;
10532 xno) ;;
10533 *) as_fn_error "libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
10534 This is an error since --with-capi was requested." "$LINENO" 5 ;;
10535 esac
10538 CUPSINCL=""
10540 if test "x$with_cups" != "xno"
10541 then
10542 ac_save_CPPFLAGS="$CPPFLAGS"
10543 ac_cups_cflags=`cups-config --cflags 2>/dev/null`
10544 ac_cups_libs=`cups-config --ldflags 2>/dev/null`
10545 CPPFLAGS="$CPPFLAGS $ac_cups_cflags"
10546 for ac_header in cups/cups.h
10547 do :
10548 ac_fn_c_check_header_mongrel "$LINENO" "cups/cups.h" "ac_cv_header_cups_cups_h" "$ac_includes_default"
10549 if test "x$ac_cv_header_cups_cups_h" = x""yes; then :
10550 cat >>confdefs.h <<_ACEOF
10551 #define HAVE_CUPS_CUPS_H 1
10552 _ACEOF
10553 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcups" >&5
10554 $as_echo_n "checking for -lcups... " >&6; }
10555 if test "${ac_cv_lib_soname_cups+set}" = set; then :
10556 $as_echo_n "(cached) " >&6
10557 else
10558 ac_check_soname_save_LIBS=$LIBS
10559 LIBS="-lcups $ac_cups_libs $LIBS"
10560 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10561 /* end confdefs.h. */
10563 /* Override any GCC internal prototype to avoid an error.
10564 Use char because int might match the return type of a GCC
10565 builtin and then its argument prototype would still apply. */
10566 #ifdef __cplusplus
10567 extern "C"
10568 #endif
10569 char cupsGetDefault ();
10571 main ()
10573 return cupsGetDefault ();
10575 return 0;
10577 _ACEOF
10578 if ac_fn_c_try_link "$LINENO"; then :
10579 case "$LIBEXT" in
10580 dll) ac_cv_lib_soname_cups=`$ac_cv_path_LDD conftest.exe | grep "cups" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10581 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'` ;;
10582 *) ac_cv_lib_soname_cups=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcups\\.$LIBEXT" | sed -e "s/^.*\(libcups\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10583 esac
10585 rm -f core conftest.err conftest.$ac_objext \
10586 conftest$ac_exeext conftest.$ac_ext
10587 LIBS=$ac_check_soname_save_LIBS
10589 if test "x$ac_cv_lib_soname_cups" = "x"; then :
10590 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10591 $as_echo "not found" >&6; }
10593 else
10594 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_cups" >&5
10595 $as_echo "$ac_cv_lib_soname_cups" >&6; }
10597 cat >>confdefs.h <<_ACEOF
10598 #define SONAME_LIBCUPS "$ac_cv_lib_soname_cups"
10599 _ACEOF
10601 CUPSINCL="$ac_cups_cflags"
10605 done
10607 CPPFLAGS="$ac_save_CPPFLAGS"
10609 if test "x$ac_cv_lib_soname_cups" = "x"; then :
10610 case "x$with_cups" in
10611 x) as_fn_append wine_notices "|libcups ${notice_platform}development files not found, CUPS won't be supported." ;;
10612 xno) ;;
10613 *) as_fn_error "libcups ${notice_platform}development files not found, CUPS won't be supported.
10614 This is an error since --with-cups was requested." "$LINENO" 5 ;;
10615 esac
10618 if test "$ac_cv_header_jack_jack_h" = "yes"
10619 then
10620 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ljack" >&5
10621 $as_echo_n "checking for -ljack... " >&6; }
10622 if test "${ac_cv_lib_soname_jack+set}" = set; then :
10623 $as_echo_n "(cached) " >&6
10624 else
10625 ac_check_soname_save_LIBS=$LIBS
10626 LIBS="-ljack $LIBS"
10627 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10628 /* end confdefs.h. */
10630 /* Override any GCC internal prototype to avoid an error.
10631 Use char because int might match the return type of a GCC
10632 builtin and then its argument prototype would still apply. */
10633 #ifdef __cplusplus
10634 extern "C"
10635 #endif
10636 char jack_client_new ();
10638 main ()
10640 return jack_client_new ();
10642 return 0;
10644 _ACEOF
10645 if ac_fn_c_try_link "$LINENO"; then :
10646 case "$LIBEXT" in
10647 dll) ac_cv_lib_soname_jack=`$ac_cv_path_LDD conftest.exe | grep "jack" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10648 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'` ;;
10649 *) 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'` ;;
10650 esac
10652 rm -f core conftest.err conftest.$ac_objext \
10653 conftest$ac_exeext conftest.$ac_ext
10654 LIBS=$ac_check_soname_save_LIBS
10656 if test "x$ac_cv_lib_soname_jack" = "x"; then :
10657 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10658 $as_echo "not found" >&6; }
10660 else
10661 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_jack" >&5
10662 $as_echo "$ac_cv_lib_soname_jack" >&6; }
10664 cat >>confdefs.h <<_ACEOF
10665 #define SONAME_LIBJACK "$ac_cv_lib_soname_jack"
10666 _ACEOF
10672 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
10673 then
10674 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfontconfig" >&5
10675 $as_echo_n "checking for -lfontconfig... " >&6; }
10676 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then :
10677 $as_echo_n "(cached) " >&6
10678 else
10679 ac_check_soname_save_LIBS=$LIBS
10680 LIBS="-lfontconfig $LIBS"
10681 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10682 /* end confdefs.h. */
10684 /* Override any GCC internal prototype to avoid an error.
10685 Use char because int might match the return type of a GCC
10686 builtin and then its argument prototype would still apply. */
10687 #ifdef __cplusplus
10688 extern "C"
10689 #endif
10690 char FcInit ();
10692 main ()
10694 return FcInit ();
10696 return 0;
10698 _ACEOF
10699 if ac_fn_c_try_link "$LINENO"; then :
10700 case "$LIBEXT" in
10701 dll) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest.exe | grep "fontconfig" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10702 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'` ;;
10703 *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10704 esac
10706 rm -f core conftest.err conftest.$ac_objext \
10707 conftest$ac_exeext conftest.$ac_ext
10708 LIBS=$ac_check_soname_save_LIBS
10710 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then :
10711 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10712 $as_echo "not found" >&6; }
10714 else
10715 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_fontconfig" >&5
10716 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
10718 cat >>confdefs.h <<_ACEOF
10719 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
10720 _ACEOF
10724 elif test -n "$X_CFLAGS" -a "x$with_fontconfig" != "xno"
10725 then
10726 ac_save_CPPFLAGS="$CPPFLAGS"
10727 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
10728 $as_unset ac_cv_header_fontconfig_fontconfig_h
10729 for ac_header in fontconfig/fontconfig.h
10730 do :
10731 ac_fn_c_check_header_mongrel "$LINENO" "fontconfig/fontconfig.h" "ac_cv_header_fontconfig_fontconfig_h" "$ac_includes_default"
10732 if test "x$ac_cv_header_fontconfig_fontconfig_h" = x""yes; then :
10733 cat >>confdefs.h <<_ACEOF
10734 #define HAVE_FONTCONFIG_FONTCONFIG_H 1
10735 _ACEOF
10739 done
10741 CPPFLAGS="$ac_save_CPPFLAGS"
10742 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
10743 then
10744 FONTCONFIGINCL="$X_CFLAGS"
10746 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfontconfig" >&5
10747 $as_echo_n "checking for -lfontconfig... " >&6; }
10748 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then :
10749 $as_echo_n "(cached) " >&6
10750 else
10751 ac_check_soname_save_LIBS=$LIBS
10752 LIBS="-lfontconfig $X_LIBS $LIBS"
10753 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10754 /* end confdefs.h. */
10756 /* Override any GCC internal prototype to avoid an error.
10757 Use char because int might match the return type of a GCC
10758 builtin and then its argument prototype would still apply. */
10759 #ifdef __cplusplus
10760 extern "C"
10761 #endif
10762 char FcInit ();
10764 main ()
10766 return FcInit ();
10768 return 0;
10770 _ACEOF
10771 if ac_fn_c_try_link "$LINENO"; then :
10772 case "$LIBEXT" in
10773 dll) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest.exe | grep "fontconfig" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10774 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'` ;;
10775 *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10776 esac
10778 rm -f core conftest.err conftest.$ac_objext \
10779 conftest$ac_exeext conftest.$ac_ext
10780 LIBS=$ac_check_soname_save_LIBS
10782 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then :
10783 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10784 $as_echo "not found" >&6; }
10786 else
10787 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_fontconfig" >&5
10788 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
10790 cat >>confdefs.h <<_ACEOF
10791 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
10792 _ACEOF
10798 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then :
10799 case "x$with_fontconfig" in
10800 x) as_fn_append wine_notices "|fontconfig ${notice_platform}development files not found, fontconfig won't be supported." ;;
10801 xno) ;;
10802 *) as_fn_error "fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
10803 This is an error since --with-fontconfig was requested." "$LINENO" 5 ;;
10804 esac
10807 if test "$ac_cv_header_openssl_err_h" = "yes" -a "$ac_cv_header_openssl_ssl_h" = "yes"
10808 then
10809 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lssl" >&5
10810 $as_echo_n "checking for -lssl... " >&6; }
10811 if test "${ac_cv_lib_soname_ssl+set}" = set; then :
10812 $as_echo_n "(cached) " >&6
10813 else
10814 ac_check_soname_save_LIBS=$LIBS
10815 LIBS="-lssl $LIBS"
10816 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10817 /* end confdefs.h. */
10819 /* Override any GCC internal prototype to avoid an error.
10820 Use char because int might match the return type of a GCC
10821 builtin and then its argument prototype would still apply. */
10822 #ifdef __cplusplus
10823 extern "C"
10824 #endif
10825 char SSL_library_init ();
10827 main ()
10829 return SSL_library_init ();
10831 return 0;
10833 _ACEOF
10834 if ac_fn_c_try_link "$LINENO"; then :
10835 case "$LIBEXT" in
10836 dll) ac_cv_lib_soname_ssl=`$ac_cv_path_LDD conftest.exe | grep "ssl" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10837 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'` ;;
10838 *) ac_cv_lib_soname_ssl=`$ac_cv_path_LDD conftest$ac_exeext | grep "libssl\\.$LIBEXT" | sed -e "s/^.*\(libssl\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10839 esac
10841 rm -f core conftest.err conftest.$ac_objext \
10842 conftest$ac_exeext conftest.$ac_ext
10843 LIBS=$ac_check_soname_save_LIBS
10845 if test "x$ac_cv_lib_soname_ssl" = "x"; then :
10846 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10847 $as_echo "not found" >&6; }
10849 else
10850 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_ssl" >&5
10851 $as_echo "$ac_cv_lib_soname_ssl" >&6; }
10853 cat >>confdefs.h <<_ACEOF
10854 #define SONAME_LIBSSL "$ac_cv_lib_soname_ssl"
10855 _ACEOF
10859 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcrypto" >&5
10860 $as_echo_n "checking for -lcrypto... " >&6; }
10861 if test "${ac_cv_lib_soname_crypto+set}" = set; then :
10862 $as_echo_n "(cached) " >&6
10863 else
10864 ac_check_soname_save_LIBS=$LIBS
10865 LIBS="-lcrypto $LIBS"
10866 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10867 /* end confdefs.h. */
10869 /* Override any GCC internal prototype to avoid an error.
10870 Use char because int might match the return type of a GCC
10871 builtin and then its argument prototype would still apply. */
10872 #ifdef __cplusplus
10873 extern "C"
10874 #endif
10875 char BIO_new_socket ();
10877 main ()
10879 return BIO_new_socket ();
10881 return 0;
10883 _ACEOF
10884 if ac_fn_c_try_link "$LINENO"; then :
10885 case "$LIBEXT" in
10886 dll) ac_cv_lib_soname_crypto=`$ac_cv_path_LDD conftest.exe | grep "crypto" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10887 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'` ;;
10888 *) ac_cv_lib_soname_crypto=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcrypto\\.$LIBEXT" | sed -e "s/^.*\(libcrypto\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10889 esac
10891 rm -f core conftest.err conftest.$ac_objext \
10892 conftest$ac_exeext conftest.$ac_ext
10893 LIBS=$ac_check_soname_save_LIBS
10895 if test "x$ac_cv_lib_soname_crypto" = "x"; then :
10896 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10897 $as_echo "not found" >&6; }
10899 else
10900 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_crypto" >&5
10901 $as_echo "$ac_cv_lib_soname_crypto" >&6; }
10903 cat >>confdefs.h <<_ACEOF
10904 #define SONAME_LIBCRYPTO "$ac_cv_lib_soname_crypto"
10905 _ACEOF
10910 if test "x$ac_cv_lib_soname_ssl" = "x" -o "x$ac_cv_lib_soname_crypto" = "x"; then :
10911 case "x$with_openssl" in
10912 x) as_fn_append wine_warnings "|OpenSSL ${notice_platform}development files not found, SSL won't be supported." ;;
10913 xno) ;;
10914 *) as_fn_error "OpenSSL ${notice_platform}development files not found, SSL won't be supported.
10915 This is an error since --with-openssl was requested." "$LINENO" 5 ;;
10916 esac
10919 if test "$ac_cv_header_gsm_h" = "yes" -o "$ac_cv_header_gsm_gsm_h" = "yes"
10920 then
10921 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lgsm" >&5
10922 $as_echo_n "checking for -lgsm... " >&6; }
10923 if test "${ac_cv_lib_soname_gsm+set}" = set; then :
10924 $as_echo_n "(cached) " >&6
10925 else
10926 ac_check_soname_save_LIBS=$LIBS
10927 LIBS="-lgsm $LIBS"
10928 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10929 /* end confdefs.h. */
10931 /* Override any GCC internal prototype to avoid an error.
10932 Use char because int might match the return type of a GCC
10933 builtin and then its argument prototype would still apply. */
10934 #ifdef __cplusplus
10935 extern "C"
10936 #endif
10937 char gsm_create ();
10939 main ()
10941 return gsm_create ();
10943 return 0;
10945 _ACEOF
10946 if ac_fn_c_try_link "$LINENO"; then :
10947 case "$LIBEXT" in
10948 dll) ac_cv_lib_soname_gsm=`$ac_cv_path_LDD conftest.exe | grep "gsm" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10949 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'` ;;
10950 *) ac_cv_lib_soname_gsm=`$ac_cv_path_LDD conftest$ac_exeext | grep "libgsm\\.$LIBEXT" | sed -e "s/^.*\(libgsm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10951 esac
10953 rm -f core conftest.err conftest.$ac_objext \
10954 conftest$ac_exeext conftest.$ac_ext
10955 LIBS=$ac_check_soname_save_LIBS
10957 if test "x$ac_cv_lib_soname_gsm" = "x"; then :
10958 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10959 $as_echo "not found" >&6; }
10961 else
10962 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_gsm" >&5
10963 $as_echo "$ac_cv_lib_soname_gsm" >&6; }
10965 cat >>confdefs.h <<_ACEOF
10966 #define SONAME_LIBGSM "$ac_cv_lib_soname_gsm"
10967 _ACEOF
10972 if test "x$ac_cv_lib_soname_gsm" = "x"; then :
10973 case "x$with_gsm" in
10974 x) as_fn_append wine_notices "|libgsm ${notice_platform}development files not found, gsm 06.10 codec won't be supported." ;;
10975 xno) ;;
10976 *) as_fn_error "libgsm ${notice_platform}development files not found, gsm 06.10 codec won't be supported.
10977 This is an error since --with-gsm was requested." "$LINENO" 5 ;;
10978 esac
10981 if test "$ac_cv_header_jpeglib_h" = "yes"
10982 then
10983 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ljpeg" >&5
10984 $as_echo_n "checking for -ljpeg... " >&6; }
10985 if test "${ac_cv_lib_soname_jpeg+set}" = set; then :
10986 $as_echo_n "(cached) " >&6
10987 else
10988 ac_check_soname_save_LIBS=$LIBS
10989 LIBS="-ljpeg $LIBS"
10990 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10991 /* end confdefs.h. */
10993 /* Override any GCC internal prototype to avoid an error.
10994 Use char because int might match the return type of a GCC
10995 builtin and then its argument prototype would still apply. */
10996 #ifdef __cplusplus
10997 extern "C"
10998 #endif
10999 char jpeg_start_decompress ();
11001 main ()
11003 return jpeg_start_decompress ();
11005 return 0;
11007 _ACEOF
11008 if ac_fn_c_try_link "$LINENO"; then :
11009 case "$LIBEXT" in
11010 dll) ac_cv_lib_soname_jpeg=`$ac_cv_path_LDD conftest.exe | grep "jpeg" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11011 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'` ;;
11012 *) ac_cv_lib_soname_jpeg=`$ac_cv_path_LDD conftest$ac_exeext | grep "libjpeg\\.$LIBEXT" | sed -e "s/^.*\(libjpeg\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11013 esac
11015 rm -f core conftest.err conftest.$ac_objext \
11016 conftest$ac_exeext conftest.$ac_ext
11017 LIBS=$ac_check_soname_save_LIBS
11019 if test "x$ac_cv_lib_soname_jpeg" = "x"; then :
11020 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11021 $as_echo "not found" >&6; }
11023 else
11024 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_jpeg" >&5
11025 $as_echo "$ac_cv_lib_soname_jpeg" >&6; }
11027 cat >>confdefs.h <<_ACEOF
11028 #define SONAME_LIBJPEG "$ac_cv_lib_soname_jpeg"
11029 _ACEOF
11034 if test "x$ac_cv_lib_soname_jpeg" = "x"; then :
11035 case "x$with_jpeg" in
11036 x) as_fn_append wine_warnings "|libjpeg ${notice_platform}development files not found, JPEG won't be supported." ;;
11037 xno) ;;
11038 *) as_fn_error "libjpeg ${notice_platform}development files not found, JPEG won't be supported.
11039 This is an error since --with-jpeg was requested." "$LINENO" 5 ;;
11040 esac
11043 if test "$ac_cv_header_png_h" = "yes"
11044 then
11045 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lpng" >&5
11046 $as_echo_n "checking for -lpng... " >&6; }
11047 if test "${ac_cv_lib_soname_png+set}" = set; then :
11048 $as_echo_n "(cached) " >&6
11049 else
11050 ac_check_soname_save_LIBS=$LIBS
11051 LIBS="-lpng -lm -lz $LIBS"
11052 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11053 /* end confdefs.h. */
11055 /* Override any GCC internal prototype to avoid an error.
11056 Use char because int might match the return type of a GCC
11057 builtin and then its argument prototype would still apply. */
11058 #ifdef __cplusplus
11059 extern "C"
11060 #endif
11061 char png_create_read_struct ();
11063 main ()
11065 return png_create_read_struct ();
11067 return 0;
11069 _ACEOF
11070 if ac_fn_c_try_link "$LINENO"; then :
11071 case "$LIBEXT" in
11072 dll) ac_cv_lib_soname_png=`$ac_cv_path_LDD conftest.exe | grep "png" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11073 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'` ;;
11074 *) 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'` ;;
11075 esac
11077 rm -f core conftest.err conftest.$ac_objext \
11078 conftest$ac_exeext conftest.$ac_ext
11079 LIBS=$ac_check_soname_save_LIBS
11081 if test "x$ac_cv_lib_soname_png" = "x"; then :
11082 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11083 $as_echo "not found" >&6; }
11085 else
11086 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_png" >&5
11087 $as_echo "$ac_cv_lib_soname_png" >&6; }
11089 cat >>confdefs.h <<_ACEOF
11090 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
11091 _ACEOF
11095 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for png_set_expand_gray_1_2_4_to_8 in -lpng" >&5
11096 $as_echo_n "checking for png_set_expand_gray_1_2_4_to_8 in -lpng... " >&6; }
11097 if test "${ac_cv_lib_png_png_set_expand_gray_1_2_4_to_8+set}" = set; then :
11098 $as_echo_n "(cached) " >&6
11099 else
11100 ac_check_lib_save_LIBS=$LIBS
11101 LIBS="-lpng -lm -lz $LIBS"
11102 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11103 /* end confdefs.h. */
11105 /* Override any GCC internal prototype to avoid an error.
11106 Use char because int might match the return type of a GCC
11107 builtin and then its argument prototype would still apply. */
11108 #ifdef __cplusplus
11109 extern "C"
11110 #endif
11111 char png_set_expand_gray_1_2_4_to_8 ();
11113 main ()
11115 return png_set_expand_gray_1_2_4_to_8 ();
11117 return 0;
11119 _ACEOF
11120 if ac_fn_c_try_link "$LINENO"; then :
11121 ac_cv_lib_png_png_set_expand_gray_1_2_4_to_8=yes
11122 else
11123 ac_cv_lib_png_png_set_expand_gray_1_2_4_to_8=no
11125 rm -f core conftest.err conftest.$ac_objext \
11126 conftest$ac_exeext conftest.$ac_ext
11127 LIBS=$ac_check_lib_save_LIBS
11129 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_png_png_set_expand_gray_1_2_4_to_8" >&5
11130 $as_echo "$ac_cv_lib_png_png_set_expand_gray_1_2_4_to_8" >&6; }
11131 if test "x$ac_cv_lib_png_png_set_expand_gray_1_2_4_to_8" = x""yes; then :
11133 $as_echo "#define HAVE_PNG_SET_EXPAND_GRAY_1_2_4_TO_8 1" >>confdefs.h
11138 elif test -n "$X_CFLAGS" -a "x$with_png" != "xno"
11139 then
11140 ac_save_CPPFLAGS="$CPPFLAGS"
11141 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
11142 $as_unset ac_cv_header_png_h
11143 for ac_header in png.h
11144 do :
11145 ac_fn_c_check_header_mongrel "$LINENO" "png.h" "ac_cv_header_png_h" "$ac_includes_default"
11146 if test "x$ac_cv_header_png_h" = x""yes; then :
11147 cat >>confdefs.h <<_ACEOF
11148 #define HAVE_PNG_H 1
11149 _ACEOF
11153 done
11155 CPPFLAGS="$ac_save_CPPFLAGS"
11156 if test "$ac_cv_header_png_h" = "yes"
11157 then
11158 PNGINCL="$X_CFLAGS"
11160 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lpng" >&5
11161 $as_echo_n "checking for -lpng... " >&6; }
11162 if test "${ac_cv_lib_soname_png+set}" = set; then :
11163 $as_echo_n "(cached) " >&6
11164 else
11165 ac_check_soname_save_LIBS=$LIBS
11166 LIBS="-lpng $X_LIBS -lm -lz $LIBS"
11167 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11168 /* end confdefs.h. */
11170 /* Override any GCC internal prototype to avoid an error.
11171 Use char because int might match the return type of a GCC
11172 builtin and then its argument prototype would still apply. */
11173 #ifdef __cplusplus
11174 extern "C"
11175 #endif
11176 char png_create_read_struct ();
11178 main ()
11180 return png_create_read_struct ();
11182 return 0;
11184 _ACEOF
11185 if ac_fn_c_try_link "$LINENO"; then :
11186 case "$LIBEXT" in
11187 dll) ac_cv_lib_soname_png=`$ac_cv_path_LDD conftest.exe | grep "png" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11188 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'` ;;
11189 *) 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'` ;;
11190 esac
11192 rm -f core conftest.err conftest.$ac_objext \
11193 conftest$ac_exeext conftest.$ac_ext
11194 LIBS=$ac_check_soname_save_LIBS
11196 if test "x$ac_cv_lib_soname_png" = "x"; then :
11197 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11198 $as_echo "not found" >&6; }
11200 else
11201 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_png" >&5
11202 $as_echo "$ac_cv_lib_soname_png" >&6; }
11204 cat >>confdefs.h <<_ACEOF
11205 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
11206 _ACEOF
11210 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for png_set_expand_gray_1_2_4_to_8 in -lpng" >&5
11211 $as_echo_n "checking for png_set_expand_gray_1_2_4_to_8 in -lpng... " >&6; }
11212 if test "${ac_cv_lib_png_png_set_expand_gray_1_2_4_to_8+set}" = set; then :
11213 $as_echo_n "(cached) " >&6
11214 else
11215 ac_check_lib_save_LIBS=$LIBS
11216 LIBS="-lpng $X_LIBS -lm -lz $LIBS"
11217 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11218 /* end confdefs.h. */
11220 /* Override any GCC internal prototype to avoid an error.
11221 Use char because int might match the return type of a GCC
11222 builtin and then its argument prototype would still apply. */
11223 #ifdef __cplusplus
11224 extern "C"
11225 #endif
11226 char png_set_expand_gray_1_2_4_to_8 ();
11228 main ()
11230 return png_set_expand_gray_1_2_4_to_8 ();
11232 return 0;
11234 _ACEOF
11235 if ac_fn_c_try_link "$LINENO"; then :
11236 ac_cv_lib_png_png_set_expand_gray_1_2_4_to_8=yes
11237 else
11238 ac_cv_lib_png_png_set_expand_gray_1_2_4_to_8=no
11240 rm -f core conftest.err conftest.$ac_objext \
11241 conftest$ac_exeext conftest.$ac_ext
11242 LIBS=$ac_check_lib_save_LIBS
11244 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_png_png_set_expand_gray_1_2_4_to_8" >&5
11245 $as_echo "$ac_cv_lib_png_png_set_expand_gray_1_2_4_to_8" >&6; }
11246 if test "x$ac_cv_lib_png_png_set_expand_gray_1_2_4_to_8" = x""yes; then :
11247 $as_echo "#define HAVE_PNG_SET_EXPAND_GRAY_1_2_4_TO_8 1" >>confdefs.h
11253 if test "x$ac_cv_lib_soname_png" = "x"; then :
11254 case "x$with_png" in
11255 x) as_fn_append wine_warnings "|libpng ${notice_platform}development files not found, PNG won't be supported." ;;
11256 xno) ;;
11257 *) as_fn_error "libpng ${notice_platform}development files not found, PNG won't be supported.
11258 This is an error since --with-png was requested." "$LINENO" 5 ;;
11259 esac
11262 if test "$ac_cv_header_tiffio_h" = "yes"
11263 then
11264 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ltiff" >&5
11265 $as_echo_n "checking for -ltiff... " >&6; }
11266 if test "${ac_cv_lib_soname_tiff+set}" = set; then :
11267 $as_echo_n "(cached) " >&6
11268 else
11269 ac_check_soname_save_LIBS=$LIBS
11270 LIBS="-ltiff $LIBS"
11271 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11272 /* end confdefs.h. */
11274 /* Override any GCC internal prototype to avoid an error.
11275 Use char because int might match the return type of a GCC
11276 builtin and then its argument prototype would still apply. */
11277 #ifdef __cplusplus
11278 extern "C"
11279 #endif
11280 char TIFFClientOpen ();
11282 main ()
11284 return TIFFClientOpen ();
11286 return 0;
11288 _ACEOF
11289 if ac_fn_c_try_link "$LINENO"; then :
11290 case "$LIBEXT" in
11291 dll) ac_cv_lib_soname_tiff=`$ac_cv_path_LDD conftest.exe | grep "tiff" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11292 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'` ;;
11293 *) ac_cv_lib_soname_tiff=`$ac_cv_path_LDD conftest$ac_exeext | grep "libtiff\\.$LIBEXT" | sed -e "s/^.*\(libtiff\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11294 esac
11296 rm -f core conftest.err conftest.$ac_objext \
11297 conftest$ac_exeext conftest.$ac_ext
11298 LIBS=$ac_check_soname_save_LIBS
11300 if test "x$ac_cv_lib_soname_tiff" = "x"; then :
11301 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11302 $as_echo "not found" >&6; }
11304 else
11305 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_tiff" >&5
11306 $as_echo "$ac_cv_lib_soname_tiff" >&6; }
11308 cat >>confdefs.h <<_ACEOF
11309 #define SONAME_LIBTIFF "$ac_cv_lib_soname_tiff"
11310 _ACEOF
11315 if test "x$ac_cv_lib_soname_tiff" = "x"; then :
11316 case "x$with_tiff" in
11317 x) as_fn_append wine_notices "|libtiff ${notice_platform}development files not found, TIFF won't be supported." ;;
11318 xno) ;;
11319 *) as_fn_error "libtiff ${notice_platform}development files not found, TIFF won't be supported.
11320 This is an error since --with-tiff was requested." "$LINENO" 5 ;;
11321 esac
11324 if test "$ac_cv_header_mpg123_h" = "yes"
11325 then
11326 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for mpg123_feed in -lmpg123" >&5
11327 $as_echo_n "checking for mpg123_feed in -lmpg123... " >&6; }
11328 if test "${ac_cv_lib_mpg123_mpg123_feed+set}" = set; then :
11329 $as_echo_n "(cached) " >&6
11330 else
11331 ac_check_lib_save_LIBS=$LIBS
11332 LIBS="-lmpg123 $LIBS"
11333 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11334 /* end confdefs.h. */
11336 /* Override any GCC internal prototype to avoid an error.
11337 Use char because int might match the return type of a GCC
11338 builtin and then its argument prototype would still apply. */
11339 #ifdef __cplusplus
11340 extern "C"
11341 #endif
11342 char mpg123_feed ();
11344 main ()
11346 return mpg123_feed ();
11348 return 0;
11350 _ACEOF
11351 if ac_fn_c_try_link "$LINENO"; then :
11352 ac_cv_lib_mpg123_mpg123_feed=yes
11353 else
11354 ac_cv_lib_mpg123_mpg123_feed=no
11356 rm -f core conftest.err conftest.$ac_objext \
11357 conftest$ac_exeext conftest.$ac_ext
11358 LIBS=$ac_check_lib_save_LIBS
11360 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_mpg123_mpg123_feed" >&5
11361 $as_echo "$ac_cv_lib_mpg123_mpg123_feed" >&6; }
11362 if test "x$ac_cv_lib_mpg123_mpg123_feed" = x""yes; then :
11363 LIBMPG123="-lmpg123"
11368 if test "x$ac_cv_lib_mpg123_mpg123_feed" != xyes -a x"$ac_cv_header_CoreAudio_CoreAudio_h" != xyes; then :
11369 case "x$with_mpg123" in
11370 x) as_fn_append wine_notices "|libmpg123 ${notice_platform}development files not found (or too old), mp3 codec won't be supported." ;;
11371 xno) ;;
11372 *) as_fn_error "libmpg123 ${notice_platform}development files not found (or too old), mp3 codec won't be supported.
11373 This is an error since --with-mpg123 was requested." "$LINENO" 5 ;;
11374 esac
11376 test "x$ac_cv_lib_mpg123_mpg123_feed" = xyes -o "x$ac_cv_func_AudioFileStreamOpen" = xyes || enable_winemp3_acm=${enable_winemp3_acm:-no}
11378 if test "$ac_cv_header_AL_al_h" = "yes"
11379 then
11380 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for alGetSource3i in -lopenal" >&5
11381 $as_echo_n "checking for alGetSource3i in -lopenal... " >&6; }
11382 if test "${ac_cv_lib_openal_alGetSource3i+set}" = set; then :
11383 $as_echo_n "(cached) " >&6
11384 else
11385 ac_check_lib_save_LIBS=$LIBS
11386 LIBS="-lopenal $LIBS"
11387 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11388 /* end confdefs.h. */
11390 /* Override any GCC internal prototype to avoid an error.
11391 Use char because int might match the return type of a GCC
11392 builtin and then its argument prototype would still apply. */
11393 #ifdef __cplusplus
11394 extern "C"
11395 #endif
11396 char alGetSource3i ();
11398 main ()
11400 return alGetSource3i ();
11402 return 0;
11404 _ACEOF
11405 if ac_fn_c_try_link "$LINENO"; then :
11406 ac_cv_lib_openal_alGetSource3i=yes
11407 else
11408 ac_cv_lib_openal_alGetSource3i=no
11410 rm -f core conftest.err conftest.$ac_objext \
11411 conftest$ac_exeext conftest.$ac_ext
11412 LIBS=$ac_check_lib_save_LIBS
11414 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_openal_alGetSource3i" >&5
11415 $as_echo "$ac_cv_lib_openal_alGetSource3i" >&6; }
11416 if test "x$ac_cv_lib_openal_alGetSource3i" = x""yes; then :
11417 LIBOPENAL="-lopenal"
11422 if test "x$ac_cv_lib_openal_alGetSource3i" != xyes; then :
11423 case "x$with_openal" in
11424 x) as_fn_append wine_notices "|libopenal ${notice_platform}development files not found (or too old), OpenAL won't be supported." ;;
11425 xno) ;;
11426 *) as_fn_error "libopenal ${notice_platform}development files not found (or too old), OpenAL won't be supported.
11427 This is an error since --with-openal was requested." "$LINENO" 5 ;;
11428 esac
11430 test "x$ac_cv_lib_openal_alGetSource3i" = xyes || enable_openal32=${enable_openal32:-no}
11432 if test "$ac_cv_header_kstat_h" = "yes"
11433 then
11434 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for kstat_open in -lkstat" >&5
11435 $as_echo_n "checking for kstat_open in -lkstat... " >&6; }
11436 if test "${ac_cv_lib_kstat_kstat_open+set}" = set; then :
11437 $as_echo_n "(cached) " >&6
11438 else
11439 ac_check_lib_save_LIBS=$LIBS
11440 LIBS="-lkstat $LIBS"
11441 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11442 /* end confdefs.h. */
11444 /* Override any GCC internal prototype to avoid an error.
11445 Use char because int might match the return type of a GCC
11446 builtin and then its argument prototype would still apply. */
11447 #ifdef __cplusplus
11448 extern "C"
11449 #endif
11450 char kstat_open ();
11452 main ()
11454 return kstat_open ();
11456 return 0;
11458 _ACEOF
11459 if ac_fn_c_try_link "$LINENO"; then :
11460 ac_cv_lib_kstat_kstat_open=yes
11461 else
11462 ac_cv_lib_kstat_kstat_open=no
11464 rm -f core conftest.err conftest.$ac_objext \
11465 conftest$ac_exeext conftest.$ac_ext
11466 LIBS=$ac_check_lib_save_LIBS
11468 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_kstat_kstat_open" >&5
11469 $as_echo "$ac_cv_lib_kstat_kstat_open" >&6; }
11470 if test "x$ac_cv_lib_kstat_kstat_open" = x""yes; then :
11472 $as_echo "#define HAVE_LIBKSTAT 1" >>confdefs.h
11474 LIBKSTAT="-lkstat"
11480 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lodbc" >&5
11481 $as_echo_n "checking for -lodbc... " >&6; }
11482 if test "${ac_cv_lib_soname_odbc+set}" = set; then :
11483 $as_echo_n "(cached) " >&6
11484 else
11485 ac_check_soname_save_LIBS=$LIBS
11486 LIBS="-lodbc $LIBS"
11487 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11488 /* end confdefs.h. */
11490 /* Override any GCC internal prototype to avoid an error.
11491 Use char because int might match the return type of a GCC
11492 builtin and then its argument prototype would still apply. */
11493 #ifdef __cplusplus
11494 extern "C"
11495 #endif
11496 char SQLConnect ();
11498 main ()
11500 return SQLConnect ();
11502 return 0;
11504 _ACEOF
11505 if ac_fn_c_try_link "$LINENO"; then :
11506 case "$LIBEXT" in
11507 dll) ac_cv_lib_soname_odbc=`$ac_cv_path_LDD conftest.exe | grep "odbc" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11508 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'` ;;
11509 *) ac_cv_lib_soname_odbc=`$ac_cv_path_LDD conftest$ac_exeext | grep "libodbc\\.$LIBEXT" | sed -e "s/^.*\(libodbc\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11510 esac
11512 rm -f core conftest.err conftest.$ac_objext \
11513 conftest$ac_exeext conftest.$ac_ext
11514 LIBS=$ac_check_soname_save_LIBS
11516 if test "x$ac_cv_lib_soname_odbc" = "x"; then :
11517 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11518 $as_echo "not found" >&6; }
11519 cat >>confdefs.h <<_ACEOF
11520 #define SONAME_LIBODBC "libodbc.$LIBEXT"
11521 _ACEOF
11523 else
11524 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_odbc" >&5
11525 $as_echo "$ac_cv_lib_soname_odbc" >&6; }
11527 cat >>confdefs.h <<_ACEOF
11528 #define SONAME_LIBODBC "$ac_cv_lib_soname_odbc"
11529 _ACEOF
11534 if test "x$ALSALIBS$AUDIOIOLIBS$COREAUDIO$NASLIBS$ESDLIBS$ac_cv_lib_soname_jack" = "x" -a \
11535 "$ac_cv_header_sys_soundcard_h" != "yes" -a \
11536 "$ac_cv_header_machine_soundcard_h" != "yes" -a \
11537 "$ac_cv_header_soundcard_h" != "yes" -a \
11538 "x$with_alsa$with_audioio$with_coreaudio$with_nas$with_esd$with_jack$with_oss" != xnonononononono
11539 then
11540 as_fn_append wine_warnings "|No sound system was found. Windows applications will be silent."
11544 EXTRACFLAGS=""
11546 if test "x${GCC}" = "xyes"
11547 then
11548 EXTRACFLAGS="-Wall -pipe"
11550 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gcc strength-reduce bug" >&5
11551 $as_echo_n "checking for gcc strength-reduce bug... " >&6; }
11552 if test "${ac_cv_c_gcc_strength_bug+set}" = set; then :
11553 $as_echo_n "(cached) " >&6
11554 else
11555 if test "$cross_compiling" = yes; then :
11556 ac_cv_c_gcc_strength_bug="yes"
11557 else
11558 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11559 /* end confdefs.h. */
11560 int L[4] = {0,1,2,3};
11562 main ()
11564 static int Array[3];
11565 unsigned int B = 3;
11566 int i;
11567 for(i=0; i<B; i++) Array[i] = i - 3;
11568 for(i=0; i<4 - 1; i++) L[i] = L[i + 1];
11569 L[i] = 4;
11570 return (Array[1] != -2 || L[2] != 3)
11572 return 0;
11574 _ACEOF
11575 if ac_fn_c_try_run "$LINENO"; then :
11576 ac_cv_c_gcc_strength_bug="no"
11577 else
11578 ac_cv_c_gcc_strength_bug="yes"
11580 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
11581 conftest.$ac_objext conftest.beam conftest.$ac_ext
11585 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_gcc_strength_bug" >&5
11586 $as_echo "$ac_cv_c_gcc_strength_bug" >&6; }
11587 if test "$ac_cv_c_gcc_strength_bug" = "yes"
11588 then
11589 EXTRACFLAGS="$EXTRACFLAGS -fno-strength-reduce"
11592 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-builtin" >&5
11593 $as_echo_n "checking whether the compiler supports -fno-builtin... " >&6; }
11594 if test "${ac_cv_cflags__fno_builtin+set}" = set; then :
11595 $as_echo_n "(cached) " >&6
11596 else
11597 ac_wine_try_cflags_saved=$CFLAGS
11598 CFLAGS="$CFLAGS -fno-builtin"
11599 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11600 /* end confdefs.h. */
11601 int main(int argc, char **argv) { return 0; }
11602 _ACEOF
11603 if ac_fn_c_try_link "$LINENO"; then :
11604 ac_cv_cflags__fno_builtin=yes
11605 else
11606 ac_cv_cflags__fno_builtin=no
11608 rm -f core conftest.err conftest.$ac_objext \
11609 conftest$ac_exeext conftest.$ac_ext
11610 CFLAGS=$ac_wine_try_cflags_saved
11612 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_builtin" >&5
11613 $as_echo "$ac_cv_cflags__fno_builtin" >&6; }
11614 if test $ac_cv_cflags__fno_builtin = yes; then :
11615 BUILTINFLAG="-fno-builtin"
11618 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-strict-aliasing" >&5
11619 $as_echo_n "checking whether the compiler supports -fno-strict-aliasing... " >&6; }
11620 if test "${ac_cv_cflags__fno_strict_aliasing+set}" = set; then :
11621 $as_echo_n "(cached) " >&6
11622 else
11623 ac_wine_try_cflags_saved=$CFLAGS
11624 CFLAGS="$CFLAGS -fno-strict-aliasing"
11625 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11626 /* end confdefs.h. */
11627 int main(int argc, char **argv) { return 0; }
11628 _ACEOF
11629 if ac_fn_c_try_link "$LINENO"; then :
11630 ac_cv_cflags__fno_strict_aliasing=yes
11631 else
11632 ac_cv_cflags__fno_strict_aliasing=no
11634 rm -f core conftest.err conftest.$ac_objext \
11635 conftest$ac_exeext conftest.$ac_ext
11636 CFLAGS=$ac_wine_try_cflags_saved
11638 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_strict_aliasing" >&5
11639 $as_echo "$ac_cv_cflags__fno_strict_aliasing" >&6; }
11640 if test $ac_cv_cflags__fno_strict_aliasing = yes; then :
11641 EXTRACFLAGS="$EXTRACFLAGS -fno-strict-aliasing"
11643 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wdeclaration-after-statement" >&5
11644 $as_echo_n "checking whether the compiler supports -Wdeclaration-after-statement... " >&6; }
11645 if test "${ac_cv_cflags__Wdeclaration_after_statement+set}" = set; then :
11646 $as_echo_n "(cached) " >&6
11647 else
11648 ac_wine_try_cflags_saved=$CFLAGS
11649 CFLAGS="$CFLAGS -Wdeclaration-after-statement"
11650 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11651 /* end confdefs.h. */
11652 int main(int argc, char **argv) { return 0; }
11653 _ACEOF
11654 if ac_fn_c_try_link "$LINENO"; then :
11655 ac_cv_cflags__Wdeclaration_after_statement=yes
11656 else
11657 ac_cv_cflags__Wdeclaration_after_statement=no
11659 rm -f core conftest.err conftest.$ac_objext \
11660 conftest$ac_exeext conftest.$ac_ext
11661 CFLAGS=$ac_wine_try_cflags_saved
11663 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wdeclaration_after_statement" >&5
11664 $as_echo "$ac_cv_cflags__Wdeclaration_after_statement" >&6; }
11665 if test $ac_cv_cflags__Wdeclaration_after_statement = yes; then :
11666 EXTRACFLAGS="$EXTRACFLAGS -Wdeclaration-after-statement"
11668 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wstrict-prototypes" >&5
11669 $as_echo_n "checking whether the compiler supports -Wstrict-prototypes... " >&6; }
11670 if test "${ac_cv_cflags__Wstrict_prototypes+set}" = set; then :
11671 $as_echo_n "(cached) " >&6
11672 else
11673 ac_wine_try_cflags_saved=$CFLAGS
11674 CFLAGS="$CFLAGS -Wstrict-prototypes"
11675 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11676 /* end confdefs.h. */
11677 int main(int argc, char **argv) { return 0; }
11678 _ACEOF
11679 if ac_fn_c_try_link "$LINENO"; then :
11680 ac_cv_cflags__Wstrict_prototypes=yes
11681 else
11682 ac_cv_cflags__Wstrict_prototypes=no
11684 rm -f core conftest.err conftest.$ac_objext \
11685 conftest$ac_exeext conftest.$ac_ext
11686 CFLAGS=$ac_wine_try_cflags_saved
11688 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wstrict_prototypes" >&5
11689 $as_echo "$ac_cv_cflags__Wstrict_prototypes" >&6; }
11690 if test $ac_cv_cflags__Wstrict_prototypes = yes; then :
11691 EXTRACFLAGS="$EXTRACFLAGS -Wstrict-prototypes"
11693 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wtype-limits" >&5
11694 $as_echo_n "checking whether the compiler supports -Wtype-limits... " >&6; }
11695 if test "${ac_cv_cflags__Wtype_limits+set}" = set; then :
11696 $as_echo_n "(cached) " >&6
11697 else
11698 ac_wine_try_cflags_saved=$CFLAGS
11699 CFLAGS="$CFLAGS -Wtype-limits"
11700 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11701 /* end confdefs.h. */
11702 int main(int argc, char **argv) { return 0; }
11703 _ACEOF
11704 if ac_fn_c_try_link "$LINENO"; then :
11705 ac_cv_cflags__Wtype_limits=yes
11706 else
11707 ac_cv_cflags__Wtype_limits=no
11709 rm -f core conftest.err conftest.$ac_objext \
11710 conftest$ac_exeext conftest.$ac_ext
11711 CFLAGS=$ac_wine_try_cflags_saved
11713 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wtype_limits" >&5
11714 $as_echo "$ac_cv_cflags__Wtype_limits" >&6; }
11715 if test $ac_cv_cflags__Wtype_limits = yes; then :
11716 EXTRACFLAGS="$EXTRACFLAGS -Wtype-limits"
11718 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wwrite-strings" >&5
11719 $as_echo_n "checking whether the compiler supports -Wwrite-strings... " >&6; }
11720 if test "${ac_cv_cflags__Wwrite_strings+set}" = set; then :
11721 $as_echo_n "(cached) " >&6
11722 else
11723 ac_wine_try_cflags_saved=$CFLAGS
11724 CFLAGS="$CFLAGS -Wwrite-strings"
11725 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11726 /* end confdefs.h. */
11727 int main(int argc, char **argv) { return 0; }
11728 _ACEOF
11729 if ac_fn_c_try_link "$LINENO"; then :
11730 ac_cv_cflags__Wwrite_strings=yes
11731 else
11732 ac_cv_cflags__Wwrite_strings=no
11734 rm -f core conftest.err conftest.$ac_objext \
11735 conftest$ac_exeext conftest.$ac_ext
11736 CFLAGS=$ac_wine_try_cflags_saved
11738 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wwrite_strings" >&5
11739 $as_echo "$ac_cv_cflags__Wwrite_strings" >&6; }
11740 if test $ac_cv_cflags__Wwrite_strings = yes; then :
11741 EXTRACFLAGS="$EXTRACFLAGS -Wwrite-strings"
11744 saved_CFLAGS="$CFLAGS"
11745 CFLAGS="$CFLAGS -Wpointer-arith -Werror"
11746 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for broken string.h that generates warnings" >&5
11747 $as_echo_n "checking for broken string.h that generates warnings... " >&6; }
11748 if test "${ac_cv_c_string_h_warnings+set}" = set; then :
11749 $as_echo_n "(cached) " >&6
11750 else
11751 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11752 /* end confdefs.h. */
11753 #include <string.h>
11755 main ()
11759 return 0;
11761 _ACEOF
11762 if ac_fn_c_try_compile "$LINENO"; then :
11763 ac_cv_c_string_h_warnings=no
11764 else
11765 ac_cv_c_string_h_warnings=yes
11767 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11769 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_string_h_warnings" >&5
11770 $as_echo "$ac_cv_c_string_h_warnings" >&6; }
11771 CFLAGS="$saved_CFLAGS"
11772 if test "$ac_cv_c_string_h_warnings" = "no"
11773 then
11774 EXTRACFLAGS="$EXTRACFLAGS -Wpointer-arith"
11777 if test "${enable_maintainer_mode+set}" = set
11778 then
11779 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Werror" >&5
11780 $as_echo_n "checking whether the compiler supports -Werror... " >&6; }
11781 if test "${ac_cv_cflags__Werror+set}" = set; then :
11782 $as_echo_n "(cached) " >&6
11783 else
11784 ac_wine_try_cflags_saved=$CFLAGS
11785 CFLAGS="$CFLAGS -Werror"
11786 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11787 /* end confdefs.h. */
11788 int main(int argc, char **argv) { return 0; }
11789 _ACEOF
11790 if ac_fn_c_try_link "$LINENO"; then :
11791 ac_cv_cflags__Werror=yes
11792 else
11793 ac_cv_cflags__Werror=no
11795 rm -f core conftest.err conftest.$ac_objext \
11796 conftest$ac_exeext conftest.$ac_ext
11797 CFLAGS=$ac_wine_try_cflags_saved
11799 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Werror" >&5
11800 $as_echo "$ac_cv_cflags__Werror" >&6; }
11801 if test $ac_cv_cflags__Werror = yes; then :
11802 EXTRACFLAGS="$EXTRACFLAGS -Werror"
11806 saved_CFLAGS="$CFLAGS"
11807 CFLAGS="$CFLAGS -Werror"
11808 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ms_hook_prologue attribute" >&5
11809 $as_echo_n "checking for ms_hook_prologue attribute... " >&6; }
11810 if test "${ac_cv_have_ms_hook_prologue+set}" = set; then :
11811 $as_echo_n "(cached) " >&6
11812 else
11813 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11814 /* end confdefs.h. */
11815 int __attribute__((__ms_hook_prologue__)) test(void) { return 0; }
11817 main ()
11821 return 0;
11823 _ACEOF
11824 if ac_fn_c_try_compile "$LINENO"; then :
11825 ac_cv_have_ms_hook_prologue="yes"
11826 else
11827 ac_cv_have_ms_hook_prologue="no"
11829 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11831 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_ms_hook_prologue" >&5
11832 $as_echo "$ac_cv_have_ms_hook_prologue" >&6; }
11833 CFLAGS="$saved_CFLAGS"
11834 if test "$ac_cv_have_ms_hook_prologue" = "yes"
11835 then
11837 $as_echo "#define DECLSPEC_HOTPATCH __attribute__((__ms_hook_prologue__))" >>confdefs.h
11839 else
11840 $as_echo "#define DECLSPEC_HOTPATCH /* */" >>confdefs.h
11846 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether external symbols need an underscore prefix" >&5
11847 $as_echo_n "checking whether external symbols need an underscore prefix... " >&6; }
11848 if test "${ac_cv_c_extern_prefix+set}" = set; then :
11849 $as_echo_n "(cached) " >&6
11850 else
11851 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11852 /* end confdefs.h. */
11853 extern int ac_test;
11855 main ()
11857 asm(".globl _ac_test\n_ac_test:\t.long 0"); if (ac_test) return 1
11859 return 0;
11861 _ACEOF
11862 if ac_fn_c_try_link "$LINENO"; then :
11863 ac_cv_c_extern_prefix="yes"
11864 else
11865 ac_cv_c_extern_prefix="no"
11867 rm -f core conftest.err conftest.$ac_objext \
11868 conftest$ac_exeext conftest.$ac_ext
11870 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_extern_prefix" >&5
11871 $as_echo "$ac_cv_c_extern_prefix" >&6; }
11873 case $host_cpu in
11874 *i[3456789]86*)
11875 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether external symbols need stdcall decoration" >&5
11876 $as_echo_n "checking whether external symbols need stdcall decoration... " >&6; }
11877 if test "${ac_cv_c_stdcall_suffix+set}" = set; then :
11878 $as_echo_n "(cached) " >&6
11879 else
11880 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11881 /* end confdefs.h. */
11882 #ifndef _MSC_VER
11883 #define __stdcall __attribute__((__stdcall__))
11884 #endif
11885 int __stdcall ac_test(int i) { return i; }
11887 main ()
11889 asm("jmp _ac_test@4"); if (ac_test(1)) return 1
11891 return 0;
11893 _ACEOF
11894 if ac_fn_c_try_link "$LINENO"; then :
11895 ac_cv_c_stdcall_suffix="yes"
11896 else
11897 ac_cv_c_stdcall_suffix="no"
11899 rm -f core conftest.err conftest.$ac_objext \
11900 conftest$ac_exeext conftest.$ac_ext
11902 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_stdcall_suffix" >&5
11903 $as_echo "$ac_cv_c_stdcall_suffix" >&6; } ;;
11904 *) ac_cv_c_stdcall_suffix="no" ;;
11905 esac
11908 if test "$ac_cv_c_extern_prefix" = "yes"
11909 then
11910 $as_echo "#define __ASM_NAME(name) \"_\" name" >>confdefs.h
11912 asm_name_prefix="_"
11913 else
11914 $as_echo "#define __ASM_NAME(name) name" >>confdefs.h
11916 asm_name_prefix=""
11920 if test "$ac_cv_c_stdcall_suffix" = "yes"
11921 then
11922 $as_echo "#define __ASM_STDCALL(args) \"@\" #args" >>confdefs.h
11924 else
11925 $as_echo "#define __ASM_STDCALL(args) \"\"" >>confdefs.h
11930 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to define a function in assembly code" >&5
11931 $as_echo_n "checking how to define a function in assembly code... " >&6; }
11932 if test "${ac_cv_asm_func_def+set}" = set; then :
11933 $as_echo_n "(cached) " >&6
11934 else
11935 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11936 /* end confdefs.h. */
11939 main ()
11941 asm("\t.globl _ac_test\n\t.def _ac_test; .scl 2; .type 32; .endef\n_ac_test:\t.long 0");
11943 return 0;
11945 _ACEOF
11946 if ac_fn_c_try_link "$LINENO"; then :
11947 ac_cv_asm_func_def=".def"
11948 else
11949 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11950 /* end confdefs.h. */
11953 main ()
11955 asm("\t.globl _ac_test\n\t.type _ac_test,@function\n_ac_test:\t.long 0");
11957 return 0;
11959 _ACEOF
11960 if ac_fn_c_try_link "$LINENO"; then :
11961 ac_cv_asm_func_def=".type @function"
11962 else
11963 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11964 /* end confdefs.h. */
11967 main ()
11969 asm("\t.globl _ac_test\n\t.type _ac_test,2\n_ac_test:\t.long 0");
11971 return 0;
11973 _ACEOF
11974 if ac_fn_c_try_link "$LINENO"; then :
11975 ac_cv_asm_func_def=".type 2"
11976 else
11977 ac_cv_asm_func_def="unknown"
11979 rm -f core conftest.err conftest.$ac_objext \
11980 conftest$ac_exeext conftest.$ac_ext
11982 rm -f core conftest.err conftest.$ac_objext \
11983 conftest$ac_exeext conftest.$ac_ext
11985 rm -f core conftest.err conftest.$ac_objext \
11986 conftest$ac_exeext conftest.$ac_ext
11988 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_asm_func_def" >&5
11989 $as_echo "$ac_cv_asm_func_def" >&6; }
11992 case "$ac_cv_asm_func_def" in
11993 ".def")
11994 $as_echo "#define __ASM_FUNC(name) \".def \" __ASM_NAME(name) \"; .scl 2; .type 32; .endef\"" >>confdefs.h
11996 asm_func_header=".def $asm_name_prefix\" #name suffix \"; .scl 2; .type 32; .endef" ;;
11997 ".type @function")
11998 $as_echo "#define __ASM_FUNC(name) \".type \" __ASM_NAME(name) \",@function\"" >>confdefs.h
12000 asm_func_header=".type $asm_name_prefix\" #name suffix \",@function" ;;
12001 ".type 2")
12002 $as_echo "#define __ASM_FUNC(name) \".type \" __ASM_NAME(name) \",2\"" >>confdefs.h
12004 asm_func_header=".type $asm_name_prefix\" #name suffix \",2" ;;
12006 $as_echo "#define __ASM_FUNC(name) \"\"" >>confdefs.h
12008 asm_func_header="" ;;
12009 esac
12011 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether asm() works outside of functions" >&5
12012 $as_echo_n "checking whether asm() works outside of functions... " >&6; }
12013 if test "${ac_cv_c_asm_outside_funcs+set}" = set; then :
12014 $as_echo_n "(cached) " >&6
12015 else
12016 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12017 /* end confdefs.h. */
12018 asm(".text\n\t.long 0");
12020 main ()
12024 return 0;
12026 _ACEOF
12027 if ac_fn_c_try_compile "$LINENO"; then :
12028 ac_cv_c_asm_outside_funcs="yes"
12029 else
12030 ac_cv_c_asm_outside_funcs="no"
12032 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12034 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_asm_outside_funcs" >&5
12035 $as_echo "$ac_cv_c_asm_outside_funcs" >&6; }
12037 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether .previous is supported in assembly code" >&5
12038 $as_echo_n "checking whether .previous is supported in assembly code... " >&6; }
12039 if test "${ac_cv_c_dot_previous+set}" = set; then :
12040 $as_echo_n "(cached) " >&6
12041 else
12042 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12043 /* end confdefs.h. */
12046 main ()
12048 asm(".text\nac_test:\t.long 0\n\t.previous");
12050 return 0;
12052 _ACEOF
12053 if ac_fn_c_try_link "$LINENO"; then :
12054 ac_cv_c_dot_previous="yes"
12055 else
12056 ac_cv_c_dot_previous="no"
12058 rm -f core conftest.err conftest.$ac_objext \
12059 conftest$ac_exeext conftest.$ac_ext
12061 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dot_previous" >&5
12062 $as_echo "$ac_cv_c_dot_previous" >&6; }
12064 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether CFI directives are supported in assembly code" >&5
12065 $as_echo_n "checking whether CFI directives are supported in assembly code... " >&6; }
12066 if test "${ac_cv_c_cfi_support+set}" = set; then :
12067 $as_echo_n "(cached) " >&6
12068 else
12069 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12070 /* end confdefs.h. */
12071 asm(".text\nac_test:\t.cfi_startproc\n\t.long 0\n\t.cfi_endproc");
12073 main ()
12077 return 0;
12079 _ACEOF
12080 if ac_fn_c_try_compile "$LINENO"; then :
12081 ac_cv_c_cfi_support="yes"
12082 else
12083 ac_cv_c_cfi_support="no"
12085 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12087 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_cfi_support" >&5
12088 $as_echo "$ac_cv_c_cfi_support" >&6; }
12090 asm_func_header=".globl $asm_name_prefix\" #name suffix \"\\n\\t$asm_func_header\\n$asm_name_prefix\" #name suffix \":\\n\\t"
12091 asm_func_trailer=""
12092 if test "$ac_cv_c_dot_previous" = "yes"
12093 then
12094 asm_func_trailer="\\n\\t.previous"
12096 if test "$ac_cv_c_cfi_support" = "yes"
12097 then
12098 asm_func_header="$asm_func_header.cfi_startproc\\n\\t"
12099 asm_func_trailer="\\n\\t.cfi_endproc$asm_func_trailer"
12101 $as_echo "#define __ASM_CFI(str) str" >>confdefs.h
12103 else
12104 $as_echo "#define __ASM_CFI(str) \"\"" >>confdefs.h
12108 asm_func_code="$asm_func_header\" code \"$asm_func_trailer"
12111 if test "$ac_cv_c_asm_outside_funcs" = "yes"
12112 then
12113 cat >>confdefs.h <<_ACEOF
12114 #define __ASM_DEFINE_FUNC(name,suffix,code) asm(".text\n\t.align 4\n\t$asm_func_code");
12115 _ACEOF
12117 else
12118 cat >>confdefs.h <<_ACEOF
12119 #define __ASM_DEFINE_FUNC(name,suffix,code) void __asm_dummy_##name(void) { asm(".text\n\t.align 4\n\t$asm_func_code"); }
12120 _ACEOF
12124 $as_echo "#define __ASM_GLOBAL_FUNC(name,code) __ASM_DEFINE_FUNC(name,\"\",code)" >>confdefs.h
12127 $as_echo "#define __ASM_STDCALL_FUNC(name,args,code) __ASM_DEFINE_FUNC(name,__ASM_STDCALL(args),code)" >>confdefs.h
12131 LDPATH=""
12133 case $build_os in
12134 cygwin*|mingw32*)
12135 TOOLSEXT=".exe"
12137 LDPATH="PATH=\"\$(TOOLSDIR)/libs/wine:\$\$PATH\""
12139 darwin*|macosx*)
12142 LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
12144 esac
12146 case $host_os in
12147 mingw32*)
12148 CRTLIBS="-lmsvcrt"
12150 SOCKETLIBS="-L\$(TOPOBJDIR)/dlls/ws2_32 -lws2_32"
12153 esac
12155 MAIN_BINARY="wine"
12157 test -z "$with_wine64" || MAIN_BINARY="wine32"
12159 case $host_cpu in
12160 *i[3456789]86*)
12161 case $host_os in
12162 linux*)
12163 EXTRA_BINARIES="wine-preloader"
12165 esac
12167 esac
12170 ac_save_CFLAGS="$CFLAGS"
12171 CFLAGS="$CFLAGS $BUILTINFLAG"
12172 for ac_func in \
12173 _pclose \
12174 _popen \
12175 _snprintf \
12176 _spawnvp \
12177 _strdup \
12178 _stricmp \
12179 _strnicmp \
12180 _strtoi64 \
12181 _strtoui64 \
12182 _vsnprintf \
12183 asctime_r \
12184 chsize \
12185 dlopen \
12186 epoll_create \
12187 ffs \
12188 finite \
12189 fnmatch \
12190 fork \
12191 fpclass \
12192 fstatfs \
12193 fstatvfs \
12194 ftruncate \
12195 futimes \
12196 futimesat \
12197 getdirentries \
12198 getopt_long \
12199 getpagesize \
12200 getpwuid \
12201 gettid \
12202 gettimeofday \
12203 getuid \
12204 kqueue \
12205 lstat \
12206 memmove \
12207 mmap \
12208 pclose \
12209 pipe2 \
12210 poll \
12211 popen \
12212 port_create \
12213 prctl \
12214 pread \
12215 pwrite \
12216 readdir \
12217 readlink \
12218 sched_setaffinity \
12219 sched_yield \
12220 select \
12221 setproctitle \
12222 setrlimit \
12223 settimeofday \
12224 sigaltstack \
12225 sigprocmask \
12226 snprintf \
12227 spawnvp \
12228 statfs \
12229 statvfs \
12230 strcasecmp \
12231 strdup \
12232 strerror \
12233 strncasecmp \
12234 strtold \
12235 strtoll \
12236 strtoull \
12237 symlink \
12238 tcgetattr \
12239 thr_kill2 \
12240 timegm \
12241 usleep \
12242 vsnprintf \
12243 wait4 \
12244 waitpid \
12246 do :
12247 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
12248 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
12249 eval as_val=\$$as_ac_var
12250 if test "x$as_val" = x""yes; then :
12251 cat >>confdefs.h <<_ACEOF
12252 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
12253 _ACEOF
12256 done
12258 CFLAGS="$ac_save_CFLAGS"
12260 if test "$ac_cv_func_dlopen" = no
12261 then
12262 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
12263 $as_echo_n "checking for dlopen in -ldl... " >&6; }
12264 if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
12265 $as_echo_n "(cached) " >&6
12266 else
12267 ac_check_lib_save_LIBS=$LIBS
12268 LIBS="-ldl $LIBS"
12269 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12270 /* end confdefs.h. */
12272 /* Override any GCC internal prototype to avoid an error.
12273 Use char because int might match the return type of a GCC
12274 builtin and then its argument prototype would still apply. */
12275 #ifdef __cplusplus
12276 extern "C"
12277 #endif
12278 char dlopen ();
12280 main ()
12282 return dlopen ();
12284 return 0;
12286 _ACEOF
12287 if ac_fn_c_try_link "$LINENO"; then :
12288 ac_cv_lib_dl_dlopen=yes
12289 else
12290 ac_cv_lib_dl_dlopen=no
12292 rm -f core conftest.err conftest.$ac_objext \
12293 conftest$ac_exeext conftest.$ac_ext
12294 LIBS=$ac_check_lib_save_LIBS
12296 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
12297 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
12298 if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
12299 $as_echo "#define HAVE_DLOPEN 1" >>confdefs.h
12300 LIBDL="-ldl"
12305 ac_wine_check_funcs_save_LIBS="$LIBS"
12306 LIBS="$LIBS $LIBDL"
12307 for ac_func in dladdr
12308 do :
12309 ac_fn_c_check_func "$LINENO" "dladdr" "ac_cv_func_dladdr"
12310 if test "x$ac_cv_func_dladdr" = x""yes; then :
12311 cat >>confdefs.h <<_ACEOF
12312 #define HAVE_DLADDR 1
12313 _ACEOF
12316 done
12318 LIBS="$ac_wine_check_funcs_save_LIBS"
12320 if test "$ac_cv_func_poll" = no
12321 then
12322 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for poll in -lpoll" >&5
12323 $as_echo_n "checking for poll in -lpoll... " >&6; }
12324 if test "${ac_cv_lib_poll_poll+set}" = set; then :
12325 $as_echo_n "(cached) " >&6
12326 else
12327 ac_check_lib_save_LIBS=$LIBS
12328 LIBS="-lpoll $LIBS"
12329 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12330 /* end confdefs.h. */
12332 /* Override any GCC internal prototype to avoid an error.
12333 Use char because int might match the return type of a GCC
12334 builtin and then its argument prototype would still apply. */
12335 #ifdef __cplusplus
12336 extern "C"
12337 #endif
12338 char poll ();
12340 main ()
12342 return poll ();
12344 return 0;
12346 _ACEOF
12347 if ac_fn_c_try_link "$LINENO"; then :
12348 ac_cv_lib_poll_poll=yes
12349 else
12350 ac_cv_lib_poll_poll=no
12352 rm -f core conftest.err conftest.$ac_objext \
12353 conftest$ac_exeext conftest.$ac_ext
12354 LIBS=$ac_check_lib_save_LIBS
12356 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_poll_poll" >&5
12357 $as_echo "$ac_cv_lib_poll_poll" >&6; }
12358 if test "x$ac_cv_lib_poll_poll" = x""yes; then :
12359 $as_echo "#define HAVE_POLL 1" >>confdefs.h
12360 LIBPOLL="-lpoll"
12366 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing gethostbyname" >&5
12367 $as_echo_n "checking for library containing gethostbyname... " >&6; }
12368 if test "${ac_cv_search_gethostbyname+set}" = set; then :
12369 $as_echo_n "(cached) " >&6
12370 else
12371 ac_func_search_save_LIBS=$LIBS
12372 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12373 /* end confdefs.h. */
12375 /* Override any GCC internal prototype to avoid an error.
12376 Use char because int might match the return type of a GCC
12377 builtin and then its argument prototype would still apply. */
12378 #ifdef __cplusplus
12379 extern "C"
12380 #endif
12381 char gethostbyname ();
12383 main ()
12385 return gethostbyname ();
12387 return 0;
12389 _ACEOF
12390 for ac_lib in '' nsl; do
12391 if test -z "$ac_lib"; then
12392 ac_res="none required"
12393 else
12394 ac_res=-l$ac_lib
12395 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
12397 if ac_fn_c_try_link "$LINENO"; then :
12398 ac_cv_search_gethostbyname=$ac_res
12400 rm -f core conftest.err conftest.$ac_objext \
12401 conftest$ac_exeext
12402 if test "${ac_cv_search_gethostbyname+set}" = set; then :
12403 break
12405 done
12406 if test "${ac_cv_search_gethostbyname+set}" = set; then :
12408 else
12409 ac_cv_search_gethostbyname=no
12411 rm conftest.$ac_ext
12412 LIBS=$ac_func_search_save_LIBS
12414 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_gethostbyname" >&5
12415 $as_echo "$ac_cv_search_gethostbyname" >&6; }
12416 ac_res=$ac_cv_search_gethostbyname
12417 if test "$ac_res" != no; then :
12418 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
12423 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing connect" >&5
12424 $as_echo_n "checking for library containing connect... " >&6; }
12425 if test "${ac_cv_search_connect+set}" = set; then :
12426 $as_echo_n "(cached) " >&6
12427 else
12428 ac_func_search_save_LIBS=$LIBS
12429 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12430 /* end confdefs.h. */
12432 /* Override any GCC internal prototype to avoid an error.
12433 Use char because int might match the return type of a GCC
12434 builtin and then its argument prototype would still apply. */
12435 #ifdef __cplusplus
12436 extern "C"
12437 #endif
12438 char connect ();
12440 main ()
12442 return connect ();
12444 return 0;
12446 _ACEOF
12447 for ac_lib in '' socket; do
12448 if test -z "$ac_lib"; then
12449 ac_res="none required"
12450 else
12451 ac_res=-l$ac_lib
12452 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
12454 if ac_fn_c_try_link "$LINENO"; then :
12455 ac_cv_search_connect=$ac_res
12457 rm -f core conftest.err conftest.$ac_objext \
12458 conftest$ac_exeext
12459 if test "${ac_cv_search_connect+set}" = set; then :
12460 break
12462 done
12463 if test "${ac_cv_search_connect+set}" = set; then :
12465 else
12466 ac_cv_search_connect=no
12468 rm conftest.$ac_ext
12469 LIBS=$ac_func_search_save_LIBS
12471 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_connect" >&5
12472 $as_echo "$ac_cv_search_connect" >&6; }
12473 ac_res=$ac_cv_search_connect
12474 if test "$ac_res" != no; then :
12475 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
12480 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing inet_aton" >&5
12481 $as_echo_n "checking for library containing inet_aton... " >&6; }
12482 if test "${ac_cv_search_inet_aton+set}" = set; then :
12483 $as_echo_n "(cached) " >&6
12484 else
12485 ac_func_search_save_LIBS=$LIBS
12486 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12487 /* end confdefs.h. */
12489 /* Override any GCC internal prototype to avoid an error.
12490 Use char because int might match the return type of a GCC
12491 builtin and then its argument prototype would still apply. */
12492 #ifdef __cplusplus
12493 extern "C"
12494 #endif
12495 char inet_aton ();
12497 main ()
12499 return inet_aton ();
12501 return 0;
12503 _ACEOF
12504 for ac_lib in '' resolv; do
12505 if test -z "$ac_lib"; then
12506 ac_res="none required"
12507 else
12508 ac_res=-l$ac_lib
12509 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
12511 if ac_fn_c_try_link "$LINENO"; then :
12512 ac_cv_search_inet_aton=$ac_res
12514 rm -f core conftest.err conftest.$ac_objext \
12515 conftest$ac_exeext
12516 if test "${ac_cv_search_inet_aton+set}" = set; then :
12517 break
12519 done
12520 if test "${ac_cv_search_inet_aton+set}" = set; then :
12522 else
12523 ac_cv_search_inet_aton=no
12525 rm conftest.$ac_ext
12526 LIBS=$ac_func_search_save_LIBS
12528 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_inet_aton" >&5
12529 $as_echo "$ac_cv_search_inet_aton" >&6; }
12530 ac_res=$ac_cv_search_inet_aton
12531 if test "$ac_res" != no; then :
12532 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
12537 for ac_func in \
12538 getaddrinfo \
12539 getnameinfo \
12540 getnetbyname \
12541 getprotobyname \
12542 getprotobynumber \
12543 getservbyport \
12544 inet_network \
12545 inet_ntop \
12546 inet_pton \
12547 sendmsg \
12548 socketpair \
12550 do :
12551 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
12552 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
12553 eval as_val=\$$as_ac_var
12554 if test "x$as_val" = x""yes; then :
12555 cat >>confdefs.h <<_ACEOF
12556 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
12557 _ACEOF
12560 done
12563 LDAPLIBS=""
12565 if test "$ac_cv_header_ldap_h" = "yes" -a "$ac_cv_header_lber_h" = "yes"
12566 then
12567 ac_fn_c_check_type "$LINENO" "LDAPSortKey" "ac_cv_type_LDAPSortKey" "#include <ldap.h>
12569 if test "x$ac_cv_type_LDAPSortKey" = x""yes; then :
12570 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ldap_initialize in -lldap_r" >&5
12571 $as_echo_n "checking for ldap_initialize in -lldap_r... " >&6; }
12572 if test "${ac_cv_lib_ldap_r_ldap_initialize+set}" = set; then :
12573 $as_echo_n "(cached) " >&6
12574 else
12575 ac_check_lib_save_LIBS=$LIBS
12576 LIBS="-lldap_r $LIBPTHREAD $LIBS"
12577 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12578 /* end confdefs.h. */
12580 /* Override any GCC internal prototype to avoid an error.
12581 Use char because int might match the return type of a GCC
12582 builtin and then its argument prototype would still apply. */
12583 #ifdef __cplusplus
12584 extern "C"
12585 #endif
12586 char ldap_initialize ();
12588 main ()
12590 return ldap_initialize ();
12592 return 0;
12594 _ACEOF
12595 if ac_fn_c_try_link "$LINENO"; then :
12596 ac_cv_lib_ldap_r_ldap_initialize=yes
12597 else
12598 ac_cv_lib_ldap_r_ldap_initialize=no
12600 rm -f core conftest.err conftest.$ac_objext \
12601 conftest$ac_exeext conftest.$ac_ext
12602 LIBS=$ac_check_lib_save_LIBS
12604 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ldap_r_ldap_initialize" >&5
12605 $as_echo "$ac_cv_lib_ldap_r_ldap_initialize" >&6; }
12606 if test "x$ac_cv_lib_ldap_r_ldap_initialize" = x""yes; then :
12607 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ber_init in -llber" >&5
12608 $as_echo_n "checking for ber_init in -llber... " >&6; }
12609 if test "${ac_cv_lib_lber_ber_init+set}" = set; then :
12610 $as_echo_n "(cached) " >&6
12611 else
12612 ac_check_lib_save_LIBS=$LIBS
12613 LIBS="-llber $LIBPTHREAD $LIBS"
12614 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12615 /* end confdefs.h. */
12617 /* Override any GCC internal prototype to avoid an error.
12618 Use char because int might match the return type of a GCC
12619 builtin and then its argument prototype would still apply. */
12620 #ifdef __cplusplus
12621 extern "C"
12622 #endif
12623 char ber_init ();
12625 main ()
12627 return ber_init ();
12629 return 0;
12631 _ACEOF
12632 if ac_fn_c_try_link "$LINENO"; then :
12633 ac_cv_lib_lber_ber_init=yes
12634 else
12635 ac_cv_lib_lber_ber_init=no
12637 rm -f core conftest.err conftest.$ac_objext \
12638 conftest$ac_exeext conftest.$ac_ext
12639 LIBS=$ac_check_lib_save_LIBS
12641 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lber_ber_init" >&5
12642 $as_echo "$ac_cv_lib_lber_ber_init" >&6; }
12643 if test "x$ac_cv_lib_lber_ber_init" = x""yes; then :
12645 $as_echo "#define HAVE_LDAP 1" >>confdefs.h
12647 LDAPLIBS="-lldap_r -llber"
12654 ac_wine_check_funcs_save_LIBS="$LIBS"
12655 LIBS="$LIBS $LDAPLIBS $LIBPTHREAD"
12656 for ac_func in \
12657 ldap_count_references \
12658 ldap_first_reference \
12659 ldap_next_reference \
12660 ldap_parse_reference \
12661 ldap_parse_sort_control \
12662 ldap_parse_sortresponse_control \
12663 ldap_parse_vlv_control \
12664 ldap_parse_vlvresponse_control
12665 do :
12666 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
12667 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
12668 eval as_val=\$$as_ac_var
12669 if test "x$as_val" = x""yes; then :
12670 cat >>confdefs.h <<_ACEOF
12671 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
12672 _ACEOF
12675 done
12677 LIBS="$ac_wine_check_funcs_save_LIBS"
12679 if test "x$LDAPLIBS" = "x"; then :
12680 case "x$with_ldap" in
12681 x) as_fn_append wine_notices "|libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported." ;;
12682 xno) ;;
12683 *) as_fn_error "libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
12684 This is an error since --with-ldap was requested." "$LINENO" 5 ;;
12685 esac
12688 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether mkdir takes only one argument" >&5
12689 $as_echo_n "checking whether mkdir takes only one argument... " >&6; }
12690 if test "${wine_cv_one_arg_mkdir+set}" = set; then :
12691 $as_echo_n "(cached) " >&6
12692 else
12693 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12694 /* end confdefs.h. */
12695 #include <sys/stat.h>
12697 main ()
12699 mkdir("foo");
12701 return 0;
12703 _ACEOF
12704 if ac_fn_c_try_compile "$LINENO"; then :
12705 wine_cv_one_arg_mkdir=yes
12706 else
12707 wine_cv_one_arg_mkdir=no
12709 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12711 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_one_arg_mkdir" >&5
12712 $as_echo "$wine_cv_one_arg_mkdir" >&6; }
12713 if test "$wine_cv_one_arg_mkdir" = "yes"
12714 then
12716 $as_echo "#define HAVE_ONE_ARG_MKDIR 1" >>confdefs.h
12721 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for an ANSI C-conforming const" >&5
12722 $as_echo_n "checking for an ANSI C-conforming const... " >&6; }
12723 if test "${ac_cv_c_const+set}" = set; then :
12724 $as_echo_n "(cached) " >&6
12725 else
12726 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12727 /* end confdefs.h. */
12730 main ()
12732 /* FIXME: Include the comments suggested by Paul. */
12733 #ifndef __cplusplus
12734 /* Ultrix mips cc rejects this. */
12735 typedef int charset[2];
12736 const charset cs;
12737 /* SunOS 4.1.1 cc rejects this. */
12738 char const *const *pcpcc;
12739 char **ppc;
12740 /* NEC SVR4.0.2 mips cc rejects this. */
12741 struct point {int x, y;};
12742 static struct point const zero = {0,0};
12743 /* AIX XL C 1.02.0.0 rejects this.
12744 It does not let you subtract one const X* pointer from another in
12745 an arm of an if-expression whose if-part is not a constant
12746 expression */
12747 const char *g = "string";
12748 pcpcc = &g + (g ? g-g : 0);
12749 /* HPUX 7.0 cc rejects these. */
12750 ++pcpcc;
12751 ppc = (char**) pcpcc;
12752 pcpcc = (char const *const *) ppc;
12753 { /* SCO 3.2v4 cc rejects this. */
12754 char *t;
12755 char const *s = 0 ? (char *) 0 : (char const *) 0;
12757 *t++ = 0;
12758 if (s) return 0;
12760 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
12761 int x[] = {25, 17};
12762 const int *foo = &x[0];
12763 ++foo;
12765 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
12766 typedef const int *iptr;
12767 iptr p = 0;
12768 ++p;
12770 { /* AIX XL C 1.02.0.0 rejects this saying
12771 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
12772 struct s { int j; const int *ap[3]; };
12773 struct s *b; b->j = 5;
12775 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
12776 const int foo = 10;
12777 if (!foo) return 0;
12779 return !cs[0] && !zero.x;
12780 #endif
12783 return 0;
12785 _ACEOF
12786 if ac_fn_c_try_compile "$LINENO"; then :
12787 ac_cv_c_const=yes
12788 else
12789 ac_cv_c_const=no
12791 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12793 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_const" >&5
12794 $as_echo "$ac_cv_c_const" >&6; }
12795 if test $ac_cv_c_const = no; then
12797 $as_echo "#define const /**/" >>confdefs.h
12801 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inline" >&5
12802 $as_echo_n "checking for inline... " >&6; }
12803 if test "${ac_cv_c_inline+set}" = set; then :
12804 $as_echo_n "(cached) " >&6
12805 else
12806 ac_cv_c_inline=no
12807 for ac_kw in inline __inline__ __inline; do
12808 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12809 /* end confdefs.h. */
12810 #ifndef __cplusplus
12811 typedef int foo_t;
12812 static $ac_kw foo_t static_foo () {return 0; }
12813 $ac_kw foo_t foo () {return 0; }
12814 #endif
12816 _ACEOF
12817 if ac_fn_c_try_compile "$LINENO"; then :
12818 ac_cv_c_inline=$ac_kw
12820 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12821 test "$ac_cv_c_inline" != no && break
12822 done
12825 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_inline" >&5
12826 $as_echo "$ac_cv_c_inline" >&6; }
12828 case $ac_cv_c_inline in
12829 inline | yes) ;;
12831 case $ac_cv_c_inline in
12832 no) ac_val=;;
12833 *) ac_val=$ac_cv_c_inline;;
12834 esac
12835 cat >>confdefs.h <<_ACEOF
12836 #ifndef __cplusplus
12837 #define inline $ac_val
12838 #endif
12839 _ACEOF
12841 esac
12843 ac_fn_c_check_type "$LINENO" "mode_t" "ac_cv_type_mode_t" "$ac_includes_default"
12844 if test "x$ac_cv_type_mode_t" = x""yes; then :
12846 cat >>confdefs.h <<_ACEOF
12847 #define HAVE_MODE_T 1
12848 _ACEOF
12852 ac_fn_c_check_type "$LINENO" "off_t" "ac_cv_type_off_t" "$ac_includes_default"
12853 if test "x$ac_cv_type_off_t" = x""yes; then :
12855 cat >>confdefs.h <<_ACEOF
12856 #define HAVE_OFF_T 1
12857 _ACEOF
12861 ac_fn_c_check_type "$LINENO" "pid_t" "ac_cv_type_pid_t" "$ac_includes_default"
12862 if test "x$ac_cv_type_pid_t" = x""yes; then :
12864 cat >>confdefs.h <<_ACEOF
12865 #define HAVE_PID_T 1
12866 _ACEOF
12870 ac_fn_c_check_type "$LINENO" "size_t" "ac_cv_type_size_t" "$ac_includes_default"
12871 if test "x$ac_cv_type_size_t" = x""yes; then :
12873 cat >>confdefs.h <<_ACEOF
12874 #define HAVE_SIZE_T 1
12875 _ACEOF
12879 ac_fn_c_check_type "$LINENO" "ssize_t" "ac_cv_type_ssize_t" "$ac_includes_default"
12880 if test "x$ac_cv_type_ssize_t" = x""yes; then :
12882 cat >>confdefs.h <<_ACEOF
12883 #define HAVE_SSIZE_T 1
12884 _ACEOF
12888 ac_fn_c_check_type "$LINENO" "long long" "ac_cv_type_long_long" "$ac_includes_default"
12889 if test "x$ac_cv_type_long_long" = x""yes; then :
12891 cat >>confdefs.h <<_ACEOF
12892 #define HAVE_LONG_LONG 1
12893 _ACEOF
12897 ac_fn_c_check_type "$LINENO" "fsblkcnt_t" "ac_cv_type_fsblkcnt_t" "$ac_includes_default"
12898 if test "x$ac_cv_type_fsblkcnt_t" = x""yes; then :
12900 cat >>confdefs.h <<_ACEOF
12901 #define HAVE_FSBLKCNT_T 1
12902 _ACEOF
12906 ac_fn_c_check_type "$LINENO" "fsfilcnt_t" "ac_cv_type_fsfilcnt_t" "$ac_includes_default"
12907 if test "x$ac_cv_type_fsfilcnt_t" = x""yes; then :
12909 cat >>confdefs.h <<_ACEOF
12910 #define HAVE_FSFILCNT_T 1
12911 _ACEOF
12916 ac_fn_c_check_type "$LINENO" "sigset_t" "ac_cv_type_sigset_t" "#include <sys/types.h>
12917 #include <signal.h>
12919 if test "x$ac_cv_type_sigset_t" = x""yes; then :
12921 cat >>confdefs.h <<_ACEOF
12922 #define HAVE_SIGSET_T 1
12923 _ACEOF
12928 ac_fn_c_check_type "$LINENO" "request_sense" "ac_cv_type_request_sense" "#include <linux/cdrom.h>
12930 if test "x$ac_cv_type_request_sense" = x""yes; then :
12932 cat >>confdefs.h <<_ACEOF
12933 #define HAVE_REQUEST_SENSE 1
12934 _ACEOF
12940 ac_fn_c_check_type "$LINENO" "struct xinpgen" "ac_cv_type_struct_xinpgen" "#include <sys/types.h>
12941 #ifdef HAVE_SYS_SOCKET_H
12942 #include <sys/socket.h>
12943 #endif
12944 #ifdef HAVE_SYS_SOCKETVAR_H
12945 #include <sys/socketvar.h>
12946 #endif
12947 #ifdef HAVE_NET_ROUTE_H
12948 #include <net/route.h>
12949 #endif
12950 #ifdef HAVE_NETINET_IN_H
12951 #include <netinet/in.h>
12952 #endif
12953 #ifdef HAVE_NETINET_IN_SYSTM_H
12954 #include <netinet/in_systm.h>
12955 #endif
12956 #ifdef HAVE_NETINET_IP_H
12957 #include <netinet/ip.h>
12958 #endif
12959 #ifdef HAVE_NETINET_IN_PCB_H
12960 #include <netinet/in_pcb.h>
12961 #endif
12963 if test "x$ac_cv_type_struct_xinpgen" = x""yes; then :
12965 cat >>confdefs.h <<_ACEOF
12966 #define HAVE_STRUCT_XINPGEN 1
12967 _ACEOF
12973 ac_fn_c_check_member "$LINENO" "struct ff_effect" "direction" "ac_cv_member_struct_ff_effect_direction" "#ifdef HAVE_LINUX_INPUT_H
12974 #include <linux/input.h>
12975 #endif
12977 if test "x$ac_cv_member_struct_ff_effect_direction" = x""yes; then :
12979 cat >>confdefs.h <<_ACEOF
12980 #define HAVE_STRUCT_FF_EFFECT_DIRECTION 1
12981 _ACEOF
12987 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sigaddset" >&5
12988 $as_echo_n "checking for sigaddset... " >&6; }
12989 if test "${wine_cv_have_sigaddset+set}" = set; then :
12990 $as_echo_n "(cached) " >&6
12991 else
12992 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12993 /* end confdefs.h. */
12994 #include <signal.h>
12996 main ()
12998 sigset_t set; sigaddset(&set,SIGTERM);
13000 return 0;
13002 _ACEOF
13003 if ac_fn_c_try_link "$LINENO"; then :
13004 wine_cv_have_sigaddset=yes
13005 else
13006 wine_cv_have_sigaddset=no
13008 rm -f core conftest.err conftest.$ac_objext \
13009 conftest$ac_exeext conftest.$ac_ext
13011 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_have_sigaddset" >&5
13012 $as_echo "$wine_cv_have_sigaddset" >&6; }
13013 if test "$wine_cv_have_sigaddset" = "yes"
13014 then
13016 $as_echo "#define HAVE_SIGADDSET 1" >>confdefs.h
13021 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can use re-entrant gethostbyname_r Linux style" >&5
13022 $as_echo_n "checking whether we can use re-entrant gethostbyname_r Linux style... " >&6; }
13023 if test "${wine_cv_linux_gethostbyname_r_6+set}" = set; then :
13024 $as_echo_n "(cached) " >&6
13025 else
13026 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13027 /* end confdefs.h. */
13028 #include <netdb.h>
13030 main ()
13033 char *name=0;
13034 struct hostent he;
13035 struct hostent *result;
13036 char *buf=0;
13037 int bufsize=0;
13038 int res,errnr;
13039 char *addr=0;
13040 int addrlen=0;
13041 int addrtype=0;
13042 res=gethostbyname_r(name,&he,buf,bufsize,&result,&errnr);
13043 res=gethostbyaddr_r(addr, addrlen, addrtype,&he,buf,bufsize,&result,&errnr);
13046 return 0;
13048 _ACEOF
13049 if ac_fn_c_try_link "$LINENO"; then :
13050 wine_cv_linux_gethostbyname_r_6=yes
13051 else
13052 wine_cv_linux_gethostbyname_r_6=no
13055 rm -f core conftest.err conftest.$ac_objext \
13056 conftest$ac_exeext conftest.$ac_ext
13059 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_linux_gethostbyname_r_6" >&5
13060 $as_echo "$wine_cv_linux_gethostbyname_r_6" >&6; }
13061 if test "$wine_cv_linux_gethostbyname_r_6" = "yes"
13062 then
13064 $as_echo "#define HAVE_LINUX_GETHOSTBYNAME_R_6 1" >>confdefs.h
13068 if test "$ac_cv_header_linux_joystick_h" = "yes"
13069 then
13070 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether linux/joystick.h uses the Linux 2.2+ API" >&5
13071 $as_echo_n "checking whether linux/joystick.h uses the Linux 2.2+ API... " >&6; }
13072 if test "${wine_cv_linux_joystick_22_api+set}" = set; then :
13073 $as_echo_n "(cached) " >&6
13074 else
13075 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13076 /* end confdefs.h. */
13078 #include <sys/ioctl.h>
13079 #include <sys/types.h>
13080 #include <linux/joystick.h>
13082 struct js_event blub;
13083 #if !defined(JS_EVENT_AXIS) || !defined(JS_EVENT_BUTTON)
13084 #error "no 2.2 header"
13085 #endif
13088 main ()
13090 /*empty*/
13092 return 0;
13094 _ACEOF
13095 if ac_fn_c_try_compile "$LINENO"; then :
13096 wine_cv_linux_joystick_22_api=yes
13097 else
13098 wine_cv_linux_joystick_22_api=no
13100 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13103 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_linux_joystick_22_api" >&5
13104 $as_echo "$wine_cv_linux_joystick_22_api" >&6; }
13105 if test "$wine_cv_linux_joystick_22_api" = "yes"
13106 then
13108 $as_echo "#define HAVE_LINUX_22_JOYSTICK_API 1" >>confdefs.h
13114 ac_fn_c_check_member "$LINENO" "struct statfs" "f_bfree" "ac_cv_member_struct_statfs_f_bfree" "#include <sys/types.h>
13115 #ifdef HAVE_SYS_PARAM_H
13116 # include <sys/param.h>
13117 #endif
13118 #ifdef HAVE_SYS_MOUNT_H
13119 # include <sys/mount.h>
13120 #endif
13121 #ifdef HAVE_SYS_VFS_H
13122 # include <sys/vfs.h>
13123 #endif
13124 #ifdef HAVE_SYS_STATFS_H
13125 # include <sys/statfs.h>
13126 #endif
13128 if test "x$ac_cv_member_struct_statfs_f_bfree" = x""yes; then :
13130 cat >>confdefs.h <<_ACEOF
13131 #define HAVE_STRUCT_STATFS_F_BFREE 1
13132 _ACEOF
13136 ac_fn_c_check_member "$LINENO" "struct statfs" "f_bavail" "ac_cv_member_struct_statfs_f_bavail" "#include <sys/types.h>
13137 #ifdef HAVE_SYS_PARAM_H
13138 # include <sys/param.h>
13139 #endif
13140 #ifdef HAVE_SYS_MOUNT_H
13141 # include <sys/mount.h>
13142 #endif
13143 #ifdef HAVE_SYS_VFS_H
13144 # include <sys/vfs.h>
13145 #endif
13146 #ifdef HAVE_SYS_STATFS_H
13147 # include <sys/statfs.h>
13148 #endif
13150 if test "x$ac_cv_member_struct_statfs_f_bavail" = x""yes; then :
13152 cat >>confdefs.h <<_ACEOF
13153 #define HAVE_STRUCT_STATFS_F_BAVAIL 1
13154 _ACEOF
13158 ac_fn_c_check_member "$LINENO" "struct statfs" "f_frsize" "ac_cv_member_struct_statfs_f_frsize" "#include <sys/types.h>
13159 #ifdef HAVE_SYS_PARAM_H
13160 # include <sys/param.h>
13161 #endif
13162 #ifdef HAVE_SYS_MOUNT_H
13163 # include <sys/mount.h>
13164 #endif
13165 #ifdef HAVE_SYS_VFS_H
13166 # include <sys/vfs.h>
13167 #endif
13168 #ifdef HAVE_SYS_STATFS_H
13169 # include <sys/statfs.h>
13170 #endif
13172 if test "x$ac_cv_member_struct_statfs_f_frsize" = x""yes; then :
13174 cat >>confdefs.h <<_ACEOF
13175 #define HAVE_STRUCT_STATFS_F_FRSIZE 1
13176 _ACEOF
13180 ac_fn_c_check_member "$LINENO" "struct statfs" "f_ffree" "ac_cv_member_struct_statfs_f_ffree" "#include <sys/types.h>
13181 #ifdef HAVE_SYS_PARAM_H
13182 # include <sys/param.h>
13183 #endif
13184 #ifdef HAVE_SYS_MOUNT_H
13185 # include <sys/mount.h>
13186 #endif
13187 #ifdef HAVE_SYS_VFS_H
13188 # include <sys/vfs.h>
13189 #endif
13190 #ifdef HAVE_SYS_STATFS_H
13191 # include <sys/statfs.h>
13192 #endif
13194 if test "x$ac_cv_member_struct_statfs_f_ffree" = x""yes; then :
13196 cat >>confdefs.h <<_ACEOF
13197 #define HAVE_STRUCT_STATFS_F_FFREE 1
13198 _ACEOF
13202 ac_fn_c_check_member "$LINENO" "struct statfs" "f_favail" "ac_cv_member_struct_statfs_f_favail" "#include <sys/types.h>
13203 #ifdef HAVE_SYS_PARAM_H
13204 # include <sys/param.h>
13205 #endif
13206 #ifdef HAVE_SYS_MOUNT_H
13207 # include <sys/mount.h>
13208 #endif
13209 #ifdef HAVE_SYS_VFS_H
13210 # include <sys/vfs.h>
13211 #endif
13212 #ifdef HAVE_SYS_STATFS_H
13213 # include <sys/statfs.h>
13214 #endif
13216 if test "x$ac_cv_member_struct_statfs_f_favail" = x""yes; then :
13218 cat >>confdefs.h <<_ACEOF
13219 #define HAVE_STRUCT_STATFS_F_FAVAIL 1
13220 _ACEOF
13224 ac_fn_c_check_member "$LINENO" "struct statfs" "f_namelen" "ac_cv_member_struct_statfs_f_namelen" "#include <sys/types.h>
13225 #ifdef HAVE_SYS_PARAM_H
13226 # include <sys/param.h>
13227 #endif
13228 #ifdef HAVE_SYS_MOUNT_H
13229 # include <sys/mount.h>
13230 #endif
13231 #ifdef HAVE_SYS_VFS_H
13232 # include <sys/vfs.h>
13233 #endif
13234 #ifdef HAVE_SYS_STATFS_H
13235 # include <sys/statfs.h>
13236 #endif
13238 if test "x$ac_cv_member_struct_statfs_f_namelen" = x""yes; then :
13240 cat >>confdefs.h <<_ACEOF
13241 #define HAVE_STRUCT_STATFS_F_NAMELEN 1
13242 _ACEOF
13248 ac_fn_c_check_member "$LINENO" "struct statvfs" "f_blocks" "ac_cv_member_struct_statvfs_f_blocks" "#ifdef HAVE_SYS_STATVFS_H
13249 #include <sys/statvfs.h>
13250 #endif
13252 if test "x$ac_cv_member_struct_statvfs_f_blocks" = x""yes; then :
13254 cat >>confdefs.h <<_ACEOF
13255 #define HAVE_STRUCT_STATVFS_F_BLOCKS 1
13256 _ACEOF
13262 ac_fn_c_check_member "$LINENO" "struct msghdr" "msg_accrights" "ac_cv_member_struct_msghdr_msg_accrights" "#include <sys/types.h>
13263 #ifdef HAVE_SYS_SOCKET_H
13264 # include <sys/socket.h>
13265 #endif
13266 #ifdef HAVE_SYS_UN_H
13267 # include <sys/un.h>
13268 #endif
13270 if test "x$ac_cv_member_struct_msghdr_msg_accrights" = x""yes; then :
13272 cat >>confdefs.h <<_ACEOF
13273 #define HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTS 1
13274 _ACEOF
13278 ac_fn_c_check_member "$LINENO" "struct sockaddr" "sa_len" "ac_cv_member_struct_sockaddr_sa_len" "#include <sys/types.h>
13279 #ifdef HAVE_SYS_SOCKET_H
13280 # include <sys/socket.h>
13281 #endif
13282 #ifdef HAVE_SYS_UN_H
13283 # include <sys/un.h>
13284 #endif
13286 if test "x$ac_cv_member_struct_sockaddr_sa_len" = x""yes; then :
13288 cat >>confdefs.h <<_ACEOF
13289 #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
13290 _ACEOF
13294 ac_fn_c_check_member "$LINENO" "struct sockaddr_un" "sun_len" "ac_cv_member_struct_sockaddr_un_sun_len" "#include <sys/types.h>
13295 #ifdef HAVE_SYS_SOCKET_H
13296 # include <sys/socket.h>
13297 #endif
13298 #ifdef HAVE_SYS_UN_H
13299 # include <sys/un.h>
13300 #endif
13302 if test "x$ac_cv_member_struct_sockaddr_un_sun_len" = x""yes; then :
13304 cat >>confdefs.h <<_ACEOF
13305 #define HAVE_STRUCT_SOCKADDR_UN_SUN_LEN 1
13306 _ACEOF
13312 ac_fn_c_check_member "$LINENO" "scsireq_t" "cmd" "ac_cv_member_scsireq_t_cmd" "#include <sys/types.h>
13313 #ifdef HAVE_SCSI_SG_H
13314 #include <scsi/sg.h>
13315 #endif
13317 if test "x$ac_cv_member_scsireq_t_cmd" = x""yes; then :
13319 cat >>confdefs.h <<_ACEOF
13320 #define HAVE_SCSIREQ_T_CMD 1
13321 _ACEOF
13325 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>
13326 #ifdef HAVE_SCSI_SG_H
13327 #include <scsi/sg.h>
13328 #endif
13330 if test "x$ac_cv_member_sg_io_hdr_t_interface_id" = x""yes; then :
13332 cat >>confdefs.h <<_ACEOF
13333 #define HAVE_SG_IO_HDR_T_INTERFACE_ID 1
13334 _ACEOF
13340 ac_fn_c_check_member "$LINENO" "siginfo_t" "si_fd" "ac_cv_member_siginfo_t_si_fd" "#include <signal.h>
13342 if test "x$ac_cv_member_siginfo_t_si_fd" = x""yes; then :
13344 cat >>confdefs.h <<_ACEOF
13345 #define HAVE_SIGINFO_T_SI_FD 1
13346 _ACEOF
13352 ac_fn_c_check_member "$LINENO" "struct mtget" "mt_blksiz" "ac_cv_member_struct_mtget_mt_blksiz" "#include <sys/types.h>
13353 #ifdef HAVE_SYS_MTIO_H
13354 #include <sys/mtio.h>
13355 #endif
13357 if test "x$ac_cv_member_struct_mtget_mt_blksiz" = x""yes; then :
13359 cat >>confdefs.h <<_ACEOF
13360 #define HAVE_STRUCT_MTGET_MT_BLKSIZ 1
13361 _ACEOF
13365 ac_fn_c_check_member "$LINENO" "struct mtget" "mt_gstat" "ac_cv_member_struct_mtget_mt_gstat" "#include <sys/types.h>
13366 #ifdef HAVE_SYS_MTIO_H
13367 #include <sys/mtio.h>
13368 #endif
13370 if test "x$ac_cv_member_struct_mtget_mt_gstat" = x""yes; then :
13372 cat >>confdefs.h <<_ACEOF
13373 #define HAVE_STRUCT_MTGET_MT_GSTAT 1
13374 _ACEOF
13378 ac_fn_c_check_member "$LINENO" "struct mtget" "mt_blkno" "ac_cv_member_struct_mtget_mt_blkno" "#include <sys/types.h>
13379 #ifdef HAVE_SYS_MTIO_H
13380 #include <sys/mtio.h>
13381 #endif
13383 if test "x$ac_cv_member_struct_mtget_mt_blkno" = x""yes; then :
13385 cat >>confdefs.h <<_ACEOF
13386 #define HAVE_STRUCT_MTGET_MT_BLKNO 1
13387 _ACEOF
13393 ac_fn_c_check_member "$LINENO" "struct option" "name" "ac_cv_member_struct_option_name" "#ifdef HAVE_GETOPT_H
13394 #include <getopt.h>
13395 #endif
13397 if test "x$ac_cv_member_struct_option_name" = x""yes; then :
13399 cat >>confdefs.h <<_ACEOF
13400 #define HAVE_STRUCT_OPTION_NAME 1
13401 _ACEOF
13407 ac_fn_c_check_member "$LINENO" "struct stat" "st_blocks" "ac_cv_member_struct_stat_st_blocks" "$ac_includes_default"
13408 if test "x$ac_cv_member_struct_stat_st_blocks" = x""yes; then :
13410 cat >>confdefs.h <<_ACEOF
13411 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
13412 _ACEOF
13416 ac_fn_c_check_member "$LINENO" "struct stat" "st_mtim" "ac_cv_member_struct_stat_st_mtim" "$ac_includes_default"
13417 if test "x$ac_cv_member_struct_stat_st_mtim" = x""yes; then :
13419 cat >>confdefs.h <<_ACEOF
13420 #define HAVE_STRUCT_STAT_ST_MTIM 1
13421 _ACEOF
13425 ac_fn_c_check_member "$LINENO" "struct stat" "st_ctim" "ac_cv_member_struct_stat_st_ctim" "$ac_includes_default"
13426 if test "x$ac_cv_member_struct_stat_st_ctim" = x""yes; then :
13428 cat >>confdefs.h <<_ACEOF
13429 #define HAVE_STRUCT_STAT_ST_CTIM 1
13430 _ACEOF
13434 ac_fn_c_check_member "$LINENO" "struct stat" "st_atim" "ac_cv_member_struct_stat_st_atim" "$ac_includes_default"
13435 if test "x$ac_cv_member_struct_stat_st_atim" = x""yes; then :
13437 cat >>confdefs.h <<_ACEOF
13438 #define HAVE_STRUCT_STAT_ST_ATIM 1
13439 _ACEOF
13445 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
13446 #include <sys/types.h>
13447 #endif
13448 #ifdef HAVE_NETINET_IN_H
13449 #include <netinet/in.h>
13450 #endif
13452 if test "x$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" = x""yes; then :
13454 cat >>confdefs.h <<_ACEOF
13455 #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
13456 _ACEOF
13462 ac_fn_c_check_member "$LINENO" "ns_msg" "_msg_ptr" "ac_cv_member_ns_msg__msg_ptr" "#ifdef HAVE_SYS_TYPES_H
13463 #include <sys/types.h>
13464 #endif
13465 #ifdef HAVE_NETINET_IN_H
13466 # include <netinet/in.h>
13467 #endif
13468 #ifdef HAVE_ARPA_NAMESER_H
13469 # include <arpa/nameser.h>
13470 #endif
13472 if test "x$ac_cv_member_ns_msg__msg_ptr" = x""yes; then :
13474 cat >>confdefs.h <<_ACEOF
13475 #define HAVE_NS_MSG__MSG_PTR 1
13476 _ACEOF
13482 ac_fn_c_check_member "$LINENO" "struct icmpstat" "icps_outhist" "ac_cv_member_struct_icmpstat_icps_outhist" "#ifdef HAVE_SYS_TYPES_H
13483 #include <sys/types.h>
13484 #endif
13485 #ifdef HAVE_ALIAS_H
13486 #include <alias.h>
13487 #endif
13488 #ifdef HAVE_SYS_SOCKET_H
13489 #include <sys/socket.h>
13490 #endif
13491 #ifdef HAVE_SYS_SOCKETVAR_H
13492 #include <sys/socketvar.h>
13493 #endif
13494 #ifdef HAVE_SYS_TIMEOUT_H
13495 #include <sys/timeout.h>
13496 #endif
13497 #ifdef HAVE_NETINET_IN_H
13498 #include <netinet/in.h>
13499 #endif
13500 #ifdef HAVE_NETINET_IN_SYSTM_H
13501 #include <netinet/in_systm.h>
13502 #endif
13503 #ifdef HAVE_NETINET_IP_H
13504 #include <netinet/ip.h>
13505 #endif
13506 #ifdef HAVE_NETINET_IP_VAR_H
13507 #include <netinet/ip_var.h>
13508 #endif
13509 #ifdef HAVE_NETINET_IP_ICMP_H
13510 #include <netinet/ip_icmp.h>
13511 #endif
13512 #ifdef HAVE_NETINET_ICMP_VAR
13513 #include <netinet/icmp_var.h>
13514 #endif
13516 if test "x$ac_cv_member_struct_icmpstat_icps_outhist" = x""yes; then :
13518 cat >>confdefs.h <<_ACEOF
13519 #define HAVE_STRUCT_ICMPSTAT_ICPS_OUTHIST 1
13520 _ACEOF
13526 ac_fn_c_check_member "$LINENO" "struct ifreq" "ifr_hwaddr" "ac_cv_member_struct_ifreq_ifr_hwaddr" "#ifdef HAVE_SYS_TYPES_H
13527 #include <sys/types.h>
13528 #endif
13529 #ifdef HAVE_NET_IF_H
13530 # include <net/if.h>
13531 #endif
13533 if test "x$ac_cv_member_struct_ifreq_ifr_hwaddr" = x""yes; then :
13535 cat >>confdefs.h <<_ACEOF
13536 #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
13537 _ACEOF
13543 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for timezone variable" >&5
13544 $as_echo_n "checking for timezone variable... " >&6; }
13545 if test "${ac_cv_have_timezone+set}" = set; then :
13546 $as_echo_n "(cached) " >&6
13547 else
13548 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13549 /* end confdefs.h. */
13550 #include <time.h>
13552 main ()
13554 timezone = 1
13556 return 0;
13558 _ACEOF
13559 if ac_fn_c_try_link "$LINENO"; then :
13560 ac_cv_have_timezone="yes"
13561 else
13562 ac_cv_have_timezone="no"
13564 rm -f core conftest.err conftest.$ac_objext \
13565 conftest$ac_exeext conftest.$ac_ext
13567 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_timezone" >&5
13568 $as_echo "$ac_cv_have_timezone" >&6; }
13569 if test "$ac_cv_have_timezone" = "yes"
13570 then
13572 $as_echo "#define HAVE_TIMEZONE 1" >>confdefs.h
13575 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for daylight variable" >&5
13576 $as_echo_n "checking for daylight variable... " >&6; }
13577 if test "${ac_cv_have_daylight+set}" = set; then :
13578 $as_echo_n "(cached) " >&6
13579 else
13580 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13581 /* end confdefs.h. */
13582 #include <time.h>
13584 main ()
13586 daylight = 1
13588 return 0;
13590 _ACEOF
13591 if ac_fn_c_try_link "$LINENO"; then :
13592 ac_cv_have_daylight="yes"
13593 else
13594 ac_cv_have_daylight="no"
13596 rm -f core conftest.err conftest.$ac_objext \
13597 conftest$ac_exeext conftest.$ac_ext
13599 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_daylight" >&5
13600 $as_echo "$ac_cv_have_daylight" >&6; }
13601 if test "$ac_cv_have_daylight" = "yes"
13602 then
13604 $as_echo "#define HAVE_DAYLIGHT 1" >>confdefs.h
13608 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isinf" >&5
13609 $as_echo_n "checking for isinf... " >&6; }
13610 if test "${ac_cv_have_isinf+set}" = set; then :
13611 $as_echo_n "(cached) " >&6
13612 else
13613 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13614 /* end confdefs.h. */
13615 #include <math.h>
13617 main ()
13619 float f = 0.0; int i=isinf(f)
13621 return 0;
13623 _ACEOF
13624 if ac_fn_c_try_link "$LINENO"; then :
13625 ac_cv_have_isinf="yes"
13626 else
13627 ac_cv_have_isinf="no"
13629 rm -f core conftest.err conftest.$ac_objext \
13630 conftest$ac_exeext conftest.$ac_ext
13632 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isinf" >&5
13633 $as_echo "$ac_cv_have_isinf" >&6; }
13634 if test "$ac_cv_have_isinf" = "yes"
13635 then
13637 $as_echo "#define HAVE_ISINF 1" >>confdefs.h
13641 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isnan" >&5
13642 $as_echo_n "checking for isnan... " >&6; }
13643 if test "${ac_cv_have_isnan+set}" = set; then :
13644 $as_echo_n "(cached) " >&6
13645 else
13646 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13647 /* end confdefs.h. */
13648 #include <math.h>
13650 main ()
13652 float f = 0.0; int i=isnan(f)
13654 return 0;
13656 _ACEOF
13657 if ac_fn_c_try_link "$LINENO"; then :
13658 ac_cv_have_isnan="yes"
13659 else
13660 ac_cv_have_isnan="no"
13662 rm -f core conftest.err conftest.$ac_objext \
13663 conftest$ac_exeext conftest.$ac_ext
13665 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isnan" >&5
13666 $as_echo "$ac_cv_have_isnan" >&6; }
13667 if test "$ac_cv_have_isnan" = "yes"
13668 then
13670 $as_echo "#define HAVE_ISNAN 1" >>confdefs.h
13675 case $host_cpu in
13676 *i[3456789]86*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __i386__" >&5
13677 $as_echo_n "checking whether we need to define __i386__... " >&6; }
13678 if test "${ac_cv_cpp_def___i386__+set}" = set; then :
13679 $as_echo_n "(cached) " >&6
13680 else
13681 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13682 /* end confdefs.h. */
13683 #ifndef __i386__
13685 #endif
13686 _ACEOF
13687 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13688 $EGREP "yes" >/dev/null 2>&1; then :
13689 ac_cv_cpp_def___i386__=yes
13690 else
13691 ac_cv_cpp_def___i386__=no
13693 rm -f conftest*
13696 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___i386__" >&5
13697 $as_echo "$ac_cv_cpp_def___i386__" >&6; }
13698 if test $ac_cv_cpp_def___i386__ = yes; then :
13699 CFLAGS="$CFLAGS -D__i386__"
13700 LINTFLAGS="$LINTFLAGS -D__i386__"
13701 fi ;;
13702 *x86_64*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __x86_64__" >&5
13703 $as_echo_n "checking whether we need to define __x86_64__... " >&6; }
13704 if test "${ac_cv_cpp_def___x86_64__+set}" = set; then :
13705 $as_echo_n "(cached) " >&6
13706 else
13707 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13708 /* end confdefs.h. */
13709 #ifndef __x86_64__
13711 #endif
13712 _ACEOF
13713 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13714 $EGREP "yes" >/dev/null 2>&1; then :
13715 ac_cv_cpp_def___x86_64__=yes
13716 else
13717 ac_cv_cpp_def___x86_64__=no
13719 rm -f conftest*
13722 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___x86_64__" >&5
13723 $as_echo "$ac_cv_cpp_def___x86_64__" >&6; }
13724 if test $ac_cv_cpp_def___x86_64__ = yes; then :
13725 CFLAGS="$CFLAGS -D__x86_64__"
13726 LINTFLAGS="$LINTFLAGS -D__x86_64__"
13727 fi ;;
13728 *alpha*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __ALPHA__" >&5
13729 $as_echo_n "checking whether we need to define __ALPHA__... " >&6; }
13730 if test "${ac_cv_cpp_def___ALPHA__+set}" = set; then :
13731 $as_echo_n "(cached) " >&6
13732 else
13733 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13734 /* end confdefs.h. */
13735 #ifndef __ALPHA__
13737 #endif
13738 _ACEOF
13739 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13740 $EGREP "yes" >/dev/null 2>&1; then :
13741 ac_cv_cpp_def___ALPHA__=yes
13742 else
13743 ac_cv_cpp_def___ALPHA__=no
13745 rm -f conftest*
13748 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___ALPHA__" >&5
13749 $as_echo "$ac_cv_cpp_def___ALPHA__" >&6; }
13750 if test $ac_cv_cpp_def___ALPHA__ = yes; then :
13751 CFLAGS="$CFLAGS -D__ALPHA__"
13752 LINTFLAGS="$LINTFLAGS -D__ALPHA__"
13753 fi ;;
13754 *sparc*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sparc__" >&5
13755 $as_echo_n "checking whether we need to define __sparc__... " >&6; }
13756 if test "${ac_cv_cpp_def___sparc__+set}" = set; then :
13757 $as_echo_n "(cached) " >&6
13758 else
13759 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13760 /* end confdefs.h. */
13761 #ifndef __sparc__
13763 #endif
13764 _ACEOF
13765 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13766 $EGREP "yes" >/dev/null 2>&1; then :
13767 ac_cv_cpp_def___sparc__=yes
13768 else
13769 ac_cv_cpp_def___sparc__=no
13771 rm -f conftest*
13774 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sparc__" >&5
13775 $as_echo "$ac_cv_cpp_def___sparc__" >&6; }
13776 if test $ac_cv_cpp_def___sparc__ = yes; then :
13777 CFLAGS="$CFLAGS -D__sparc__"
13778 LINTFLAGS="$LINTFLAGS -D__sparc__"
13779 fi ;;
13780 *powerpc*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __powerpc__" >&5
13781 $as_echo_n "checking whether we need to define __powerpc__... " >&6; }
13782 if test "${ac_cv_cpp_def___powerpc__+set}" = set; then :
13783 $as_echo_n "(cached) " >&6
13784 else
13785 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13786 /* end confdefs.h. */
13787 #ifndef __powerpc__
13789 #endif
13790 _ACEOF
13791 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13792 $EGREP "yes" >/dev/null 2>&1; then :
13793 ac_cv_cpp_def___powerpc__=yes
13794 else
13795 ac_cv_cpp_def___powerpc__=no
13797 rm -f conftest*
13800 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___powerpc__" >&5
13801 $as_echo "$ac_cv_cpp_def___powerpc__" >&6; }
13802 if test $ac_cv_cpp_def___powerpc__ = yes; then :
13803 CFLAGS="$CFLAGS -D__powerpc__"
13804 LINTFLAGS="$LINTFLAGS -D__powerpc__"
13805 fi ;;
13806 esac
13808 case $host_vendor in
13809 *sun*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sun__" >&5
13810 $as_echo_n "checking whether we need to define __sun__... " >&6; }
13811 if test "${ac_cv_cpp_def___sun__+set}" = set; then :
13812 $as_echo_n "(cached) " >&6
13813 else
13814 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13815 /* end confdefs.h. */
13816 #ifndef __sun__
13818 #endif
13819 _ACEOF
13820 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13821 $EGREP "yes" >/dev/null 2>&1; then :
13822 ac_cv_cpp_def___sun__=yes
13823 else
13824 ac_cv_cpp_def___sun__=no
13826 rm -f conftest*
13829 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sun__" >&5
13830 $as_echo "$ac_cv_cpp_def___sun__" >&6; }
13831 if test $ac_cv_cpp_def___sun__ = yes; then :
13832 CFLAGS="$CFLAGS -D__sun__"
13833 LINTFLAGS="$LINTFLAGS -D__sun__"
13834 fi ;;
13835 esac
13840 ac_config_commands="$ac_config_commands include/stamp-h"
13843 ALL_MAKEFILE_DEPENDS="
13844 # Rules automatically generated by configure
13846 .INIT: Makefile
13847 .BEGIN: Makefile
13848 .MAKEFILEDEPS:
13849 Makefile: Makefile.in Make.rules config.status
13850 @./config.status Make.tmp Makefile"
13852 ALL_WINETEST_DEPENDS="# Test binaries"
13854 ALL_TEST_BINARIES=""
13857 wine_fn_append_file ()
13859 as_fn_append $1 " \\$as_nl $2"
13862 wine_fn_append_rule ()
13864 as_fn_append $1 "$as_nl$2"
13867 wine_fn_all_dir_rules ()
13869 wine_fn_append_file ALL_DIRS $1
13870 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
13871 "__clean__ .PHONY: $1/__clean__
13872 $1/__clean__: $1/Makefile
13873 @cd $1 && \$(MAKE) clean
13874 \$(RM) $1/Makefile
13875 $1/Makefile: $1/Makefile.in config.status $2
13876 @./config.status --file $1/Makefile && cd $1 && \$(MAKE) depend
13877 depend .PHONY: $1/__depend__
13878 $1/__depend__: \$(MAKEDEP) dummy
13879 @./config.status --file $1/Makefile && cd $1 && \$(MAKE) depend"
13882 wine_fn_config_makefile ()
13884 ac_dir=$1
13885 ac_enable=$2
13886 wine_fn_all_dir_rules $ac_dir "Make.rules \$(MAKEDEP)"
13888 eval as_val=\$$ac_enable
13889 if test "x$as_val" = x""no; then :
13891 else
13892 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
13893 "all .PHONY: $ac_dir
13894 $ac_dir: $ac_dir/Makefile dummy
13895 @cd $ac_dir && \$(MAKE)
13896 install:: $ac_dir
13897 @cd $ac_dir && \$(MAKE) install
13898 install-lib:: $ac_dir
13899 @cd $ac_dir && \$(MAKE) install-lib
13900 install-dev:: $ac_dir
13901 @cd $ac_dir && \$(MAKE) install-dev
13902 uninstall:: $ac_dir/Makefile
13903 @cd $ac_dir && \$(MAKE) uninstall"
13907 wine_fn_config_lib ()
13909 ac_name=$1
13910 ac_dir=dlls/$ac_name
13911 wine_fn_all_dir_rules $ac_dir "dlls/Makeimplib.rules \$(MAKEDEP)"
13912 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
13913 "all __builddeps__: $ac_dir
13914 __buildcrossdeps__: $ac_dir/lib$ac_name.cross.a
13915 $ac_dir $ac_dir/lib$ac_name.cross.a: $ac_dir/Makefile tools/widl tools/winebuild tools/winegcc include
13916 $ac_dir: dummy
13917 @cd $ac_dir && \$(MAKE)
13918 $ac_dir/lib$ac_name.cross.a: dummy
13919 @cd $ac_dir && \$(MAKE) lib$ac_name.cross.a
13920 install install-dev:: $ac_dir
13921 @cd $ac_dir && \$(MAKE) install
13922 uninstall:: $ac_dir/Makefile
13923 @cd $ac_dir && \$(MAKE) uninstall"
13926 wine_fn_config_dll ()
13928 ac_dir=$1
13929 ac_enable=$2
13930 ac_implib=$3
13931 ac_implibsrc=$4
13932 ac_file="dlls/$ac_dir/lib$ac_implib"
13933 ac_deps="tools/widl tools/winebuild tools/winegcc include"
13935 wine_fn_all_dir_rules dlls/$ac_dir "dlls/Makedll.rules \$(MAKEDEP)"
13937 eval as_val=\$$ac_enable
13938 if test "x$as_val" = x""no; then :
13939 test "$ac_enable" != enable_win16 || return 0
13940 else
13941 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
13942 "all .PHONY: dlls/$ac_dir
13943 dlls/$ac_dir: dlls/$ac_dir/Makefile __builddeps__ dummy
13944 @cd dlls/$ac_dir && \$(MAKE)
13945 install:: dlls/$ac_dir/Makefile __builddeps__
13946 @cd dlls/$ac_dir && \$(MAKE) install
13947 install-lib:: dlls/$ac_dir/Makefile __builddeps__
13948 @cd dlls/$ac_dir && \$(MAKE) install-lib
13949 uninstall manpages htmlpages sgmlpages xmlpages:: dlls/$ac_dir/Makefile
13950 @cd dlls/$ac_dir && \$(MAKE) \$@"
13953 if test -n "$ac_implibsrc"
13954 then
13955 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
13956 "__builddeps__: $ac_file.$IMPLIBEXT $ac_file.$STATIC_IMPLIBEXT
13957 __buildcrossdeps__: $ac_file.cross.a
13958 $ac_file.$IMPLIBEXT $ac_file.$STATIC_IMPLIBEXT $ac_file.cross.a: $ac_deps
13959 $ac_file.def: dlls/$ac_dir/$ac_dir.spec dlls/$ac_dir/Makefile
13960 @cd dlls/$ac_dir && \$(MAKE) \`basename \$@\`
13961 $ac_file.$STATIC_IMPLIBEXT $ac_file.cross.a: dlls/$ac_dir/Makefile dummy
13962 @cd dlls/$ac_dir && \$(MAKE) \`basename \$@\`
13963 install-dev:: dlls/$ac_dir/Makefile __builddeps__
13964 @cd dlls/$ac_dir && \$(MAKE) install-dev"
13965 elif test -n "$ac_implib"
13966 then
13967 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
13968 "__builddeps__: $ac_file.$IMPLIBEXT
13969 __buildcrossdeps__: $ac_file.cross.a
13970 $ac_file.$IMPLIBEXT $ac_file.cross.a: dlls/$ac_dir/$ac_dir.spec dlls/$ac_dir/Makefile $ac_deps
13971 @cd dlls/$ac_dir && \$(MAKE) \`basename \$@\`
13972 install-dev:: dlls/$ac_dir/Makefile __builddeps__
13973 @cd dlls/$ac_dir && \$(MAKE) install-dev"
13975 if test "$ac_dir" != "$ac_implib"
13976 then
13977 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
13978 "__builddeps__: dlls/lib$ac_implib.$IMPLIBEXT
13979 __buildcrossdeps__: dlls/lib$ac_implib.cross.a
13980 dlls/lib$ac_implib.$IMPLIBEXT: $ac_file.$IMPLIBEXT
13981 \$(RM) \$@ && \$(LN_S) $ac_dir/lib$ac_implib.$IMPLIBEXT \$@
13982 dlls/lib$ac_implib.cross.a: $ac_file.cross.a
13983 \$(RM) \$@ && \$(LN_S) $ac_dir/lib$ac_implib.cross.a \$@
13984 clean::
13985 \$(RM) dlls/lib$ac_implib.$IMPLIBEXT"
13990 wine_fn_config_program ()
13992 ac_dir=$1
13993 ac_enable=$2
13994 ac_install=$3
13995 wine_fn_all_dir_rules programs/$ac_dir "programs/Makeprog.rules \$(MAKEDEP)"
13997 eval as_val=\$$ac_enable
13998 if test "x$as_val" = x""no; then :
14000 else
14001 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14002 "all .PHONY: programs/$ac_dir
14003 programs/$ac_dir: programs/$ac_dir/Makefile __builddeps__ dummy
14004 @cd programs/$ac_dir && \$(MAKE)"
14006 test -n "$ac_install" || return
14007 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14008 "install install-lib:: programs/$ac_dir/Makefile __builddeps__
14009 @cd programs/$ac_dir && \$(MAKE) install
14010 uninstall:: programs/$ac_dir/Makefile
14011 @cd programs/$ac_dir && \$(MAKE) uninstall"
14012 if test "$ac_install" = installbin -a -n "$DLLEXT" -a "x$enable_tools" != xno
14013 then
14014 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14015 "install install-lib:: tools \$(DESTDIR)\$(bindir)
14016 \$(INSTALL_SCRIPT) tools/wineapploader \$(DESTDIR)\$(bindir)/$ac_dir
14017 uninstall::
14018 \$(RM) \$(DESTDIR)\$(bindir)/$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)"
14088 wine_fn_config_makerules ()
14090 ac_rules=$1
14091 ac_deps=$2
14092 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14093 "$ac_rules: $ac_rules.in $ac_deps config.status
14094 @./config.status $ac_rules
14095 distclean::
14096 \$(RM) $ac_rules"
14099 wine_fn_config_symlink ()
14101 ac_link=$1
14102 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14103 "$ac_link:
14104 @./config.status $ac_link
14105 distclean::
14106 \$(RM) $ac_link"
14108 ac_config_links="$ac_config_links dlls/wineps.drv/generic.ppd:dlls/wineps.drv/generic.ppd"
14109 test "$srcdir" = "." || wine_fn_config_symlink dlls/wineps.drv/generic.ppd
14110 if test "x$enable_fonts" != xno; then
14111 ac_config_links="$ac_config_links fonts/marlett.ttf:fonts/marlett.ttf"
14112 test "$srcdir" = "." || wine_fn_config_symlink fonts/marlett.ttf
14114 if test "x$enable_fonts" != xno; then
14115 ac_config_links="$ac_config_links fonts/symbol.ttf:fonts/symbol.ttf"
14116 test "$srcdir" = "." || wine_fn_config_symlink fonts/symbol.ttf
14118 if test "x$enable_fonts" != xno; then
14119 ac_config_links="$ac_config_links fonts/tahoma.ttf:fonts/tahoma.ttf"
14120 test "$srcdir" = "." || wine_fn_config_symlink fonts/tahoma.ttf
14122 if test "x$enable_fonts" != xno; then
14123 ac_config_links="$ac_config_links fonts/tahomabd.ttf:fonts/tahomabd.ttf"
14124 test "$srcdir" = "." || wine_fn_config_symlink fonts/tahomabd.ttf
14126 ac_config_links="$ac_config_links wine:tools/winewrapper"
14127 wine_fn_config_symlink wine
14129 ac_config_commands="$ac_config_commands dlls/gdi32/enhmfdrv"
14131 ac_config_commands="$ac_config_commands dlls/gdi32/mfdrv"
14133 ac_config_commands="$ac_config_commands dlls/kernel32/nls"
14135 ac_config_commands="$ac_config_commands dlls/user32/resources"
14137 ac_config_commands="$ac_config_commands dlls/wineps.drv/data"
14139 ac_config_commands="$ac_config_commands include/wine"
14142 wine_fn_config_makerules Make.rules
14143 MAKE_RULES=Make.rules
14144 ac_config_files="$ac_config_files Make.rules"
14146 wine_fn_config_makerules Maketest.rules Make.rules
14147 MAKE_TEST_RULES=Maketest.rules
14148 ac_config_files="$ac_config_files Maketest.rules"
14150 wine_fn_config_makerules dlls/Makedll.rules Make.rules
14151 MAKE_DLL_RULES=dlls/Makedll.rules
14152 ac_config_files="$ac_config_files dlls/Makedll.rules"
14154 wine_fn_config_makerules dlls/Makeimplib.rules Make.rules
14155 MAKE_IMPLIB_RULES=dlls/Makeimplib.rules
14156 ac_config_files="$ac_config_files dlls/Makeimplib.rules"
14158 wine_fn_config_makerules programs/Makeprog.rules Make.rules
14159 MAKE_PROG_RULES=programs/Makeprog.rules
14160 ac_config_files="$ac_config_files programs/Makeprog.rules"
14163 wine_fn_config_dll acledit enable_acledit
14164 wine_fn_config_dll aclui enable_aclui aclui
14165 wine_fn_config_dll activeds enable_activeds activeds
14166 wine_fn_config_dll actxprxy enable_actxprxy
14167 wine_fn_config_lib adsiid
14168 wine_fn_config_dll advapi32 enable_advapi32 advapi32
14169 wine_fn_config_test dlls/advapi32/tests advapi32_test
14170 wine_fn_config_dll advpack enable_advpack advpack
14171 wine_fn_config_test dlls/advpack/tests advpack_test
14172 wine_fn_config_dll amstream enable_amstream
14173 wine_fn_config_test dlls/amstream/tests amstream_test
14174 wine_fn_config_dll appwiz.cpl enable_appwiz_cpl
14175 wine_fn_config_dll atl enable_atl atl
14176 wine_fn_config_dll authz enable_authz
14177 wine_fn_config_dll avicap32 enable_avicap32 avicap32
14178 wine_fn_config_dll avifil32 enable_avifil32 avifil32
14179 wine_fn_config_test dlls/avifil32/tests avifil32_test
14180 wine_fn_config_dll avifile.dll16 enable_win16
14181 wine_fn_config_dll avrt enable_avrt avrt
14182 wine_fn_config_dll bcrypt enable_bcrypt
14183 wine_fn_config_dll browseui enable_browseui
14184 wine_fn_config_test dlls/browseui/tests browseui_test
14185 wine_fn_config_dll cabinet enable_cabinet cabinet
14186 wine_fn_config_test dlls/cabinet/tests cabinet_test
14187 wine_fn_config_dll capi2032 enable_capi2032 capi2032
14188 wine_fn_config_dll cards enable_cards cards
14189 wine_fn_config_dll cfgmgr32 enable_cfgmgr32 cfgmgr32
14190 wine_fn_config_dll clusapi enable_clusapi clusapi
14191 wine_fn_config_dll comcat enable_comcat
14192 wine_fn_config_test dlls/comcat/tests comcat_test
14193 wine_fn_config_dll comctl32 enable_comctl32 comctl32
14194 wine_fn_config_test dlls/comctl32/tests comctl32_test
14195 wine_fn_config_dll comdlg32 enable_comdlg32 comdlg32
14196 wine_fn_config_test dlls/comdlg32/tests comdlg32_test
14197 wine_fn_config_dll comm.drv16 enable_win16
14198 wine_fn_config_dll commdlg.dll16 enable_win16
14199 wine_fn_config_dll compobj.dll16 enable_win16
14200 wine_fn_config_dll compstui enable_compstui compstui
14201 wine_fn_config_dll credui enable_credui credui
14202 wine_fn_config_test dlls/credui/tests credui_test
14203 wine_fn_config_dll crtdll enable_crtdll crtdll
14204 wine_fn_config_dll crypt32 enable_crypt32 crypt32
14205 wine_fn_config_test dlls/crypt32/tests crypt32_test
14206 wine_fn_config_dll cryptdlg enable_cryptdlg
14207 wine_fn_config_dll cryptdll enable_cryptdll cryptdll
14208 wine_fn_config_dll cryptnet enable_cryptnet cryptnet
14209 wine_fn_config_test dlls/cryptnet/tests cryptnet_test
14210 wine_fn_config_dll cryptui enable_cryptui cryptui
14211 wine_fn_config_test dlls/cryptui/tests cryptui_test
14212 wine_fn_config_dll ctapi32 enable_ctapi32
14213 wine_fn_config_dll ctl3d.dll16 enable_win16
14214 wine_fn_config_dll ctl3d32 enable_ctl3d32 ctl3d32
14215 wine_fn_config_dll ctl3dv2.dll16 enable_win16
14216 wine_fn_config_dll d3d10 enable_d3d10 d3d10
14217 wine_fn_config_test dlls/d3d10/tests d3d10_test
14218 wine_fn_config_dll d3d10core enable_d3d10core d3d10core
14219 wine_fn_config_test dlls/d3d10core/tests d3d10core_test
14220 wine_fn_config_dll d3d8 enable_d3d8 d3d8
14221 wine_fn_config_test dlls/d3d8/tests d3d8_test
14222 wine_fn_config_dll d3d9 enable_d3d9 d3d9
14223 wine_fn_config_test dlls/d3d9/tests d3d9_test
14224 wine_fn_config_dll d3dim enable_d3dim d3dim
14225 wine_fn_config_dll d3drm enable_d3drm d3drm
14226 wine_fn_config_test dlls/d3drm/tests d3drm_test
14227 wine_fn_config_dll d3dx9_24 enable_d3dx9_24
14228 wine_fn_config_dll d3dx9_25 enable_d3dx9_25
14229 wine_fn_config_dll d3dx9_26 enable_d3dx9_26
14230 wine_fn_config_dll d3dx9_27 enable_d3dx9_27
14231 wine_fn_config_dll d3dx9_28 enable_d3dx9_28
14232 wine_fn_config_dll d3dx9_29 enable_d3dx9_29
14233 wine_fn_config_dll d3dx9_30 enable_d3dx9_30
14234 wine_fn_config_dll d3dx9_31 enable_d3dx9_31
14235 wine_fn_config_dll d3dx9_32 enable_d3dx9_32
14236 wine_fn_config_dll d3dx9_33 enable_d3dx9_33
14237 wine_fn_config_dll d3dx9_34 enable_d3dx9_34
14238 wine_fn_config_dll d3dx9_35 enable_d3dx9_35
14239 wine_fn_config_dll d3dx9_36 enable_d3dx9_36 d3dx9
14240 wine_fn_config_test dlls/d3dx9_36/tests d3dx9_36_test
14241 wine_fn_config_dll d3dx9_37 enable_d3dx9_37
14242 wine_fn_config_dll d3dx9_38 enable_d3dx9_38
14243 wine_fn_config_dll d3dx9_39 enable_d3dx9_39
14244 wine_fn_config_dll d3dx9_40 enable_d3dx9_40
14245 wine_fn_config_dll d3dx9_41 enable_d3dx9_41
14246 wine_fn_config_dll d3dx9_42 enable_d3dx9_42
14247 wine_fn_config_dll d3dxof enable_d3dxof d3dxof
14248 wine_fn_config_test dlls/d3dxof/tests d3dxof_test
14249 wine_fn_config_dll dbghelp enable_dbghelp dbghelp
14250 wine_fn_config_dll dciman32 enable_dciman32 dciman32
14251 wine_fn_config_dll ddeml.dll16 enable_win16
14252 wine_fn_config_dll ddraw enable_ddraw ddraw
14253 wine_fn_config_test dlls/ddraw/tests ddraw_test
14254 wine_fn_config_dll ddrawex enable_ddrawex
14255 wine_fn_config_test dlls/ddrawex/tests ddrawex_test
14256 wine_fn_config_dll devenum enable_devenum
14257 wine_fn_config_dll dinput enable_dinput dinput "data_formats.c"
14258 wine_fn_config_test dlls/dinput/tests dinput_test
14259 wine_fn_config_dll dinput8 enable_dinput8 dinput8
14260 wine_fn_config_dll dispdib.dll16 enable_win16
14261 wine_fn_config_dll dispex enable_dispex
14262 wine_fn_config_test dlls/dispex/tests dispex_test
14263 wine_fn_config_dll display.drv16 enable_win16
14264 wine_fn_config_dll dmband enable_dmband
14265 wine_fn_config_dll dmcompos enable_dmcompos
14266 wine_fn_config_dll dmime enable_dmime
14267 wine_fn_config_dll dmloader enable_dmloader
14268 wine_fn_config_test dlls/dmloader/tests dmloader_test
14269 wine_fn_config_dll dmscript enable_dmscript
14270 wine_fn_config_dll dmstyle enable_dmstyle
14271 wine_fn_config_dll dmsynth enable_dmsynth
14272 wine_fn_config_dll dmusic enable_dmusic
14273 wine_fn_config_dll dmusic32 enable_dmusic32 dmusic32
14274 wine_fn_config_dll dnsapi enable_dnsapi dnsapi
14275 wine_fn_config_test dlls/dnsapi/tests dnsapi_test
14276 wine_fn_config_dll dplay enable_dplay dplay
14277 wine_fn_config_dll dplayx enable_dplayx dplayx
14278 wine_fn_config_test dlls/dplayx/tests dplayx_test
14279 wine_fn_config_dll dpnaddr enable_dpnaddr
14280 wine_fn_config_dll dpnet enable_dpnet dpnet
14281 wine_fn_config_dll dpnhpast enable_dpnhpast
14282 wine_fn_config_dll dpnlobby enable_dpnlobby
14283 wine_fn_config_dll dpwsockx enable_dpwsockx
14284 wine_fn_config_dll drmclien enable_drmclien
14285 wine_fn_config_dll dsound enable_dsound dsound
14286 wine_fn_config_test dlls/dsound/tests dsound_test
14287 wine_fn_config_dll dssenh enable_dssenh
14288 wine_fn_config_dll dswave enable_dswave
14289 wine_fn_config_dll dwmapi enable_dwmapi dwmapi
14290 wine_fn_config_dll dxdiagn enable_dxdiagn
14291 wine_fn_config_test dlls/dxdiagn/tests dxdiagn_test
14292 wine_fn_config_lib dxerr8
14293 wine_fn_config_lib dxerr9
14294 wine_fn_config_dll dxgi enable_dxgi dxgi
14295 wine_fn_config_test dlls/dxgi/tests dxgi_test
14296 wine_fn_config_lib dxguid
14297 wine_fn_config_dll faultrep enable_faultrep
14298 wine_fn_config_dll fltlib enable_fltlib
14299 wine_fn_config_dll fusion enable_fusion
14300 wine_fn_config_test dlls/fusion/tests fusion_test
14301 wine_fn_config_dll fwpuclnt enable_fwpuclnt
14302 wine_fn_config_dll gdi.exe16 enable_win16
14303 wine_fn_config_dll gdi32 enable_gdi32 gdi32
14304 wine_fn_config_test dlls/gdi32/tests gdi32_test
14305 wine_fn_config_dll gdiplus enable_gdiplus gdiplus
14306 wine_fn_config_test dlls/gdiplus/tests gdiplus_test
14307 wine_fn_config_dll glu32 enable_glu32 glu32
14308 wine_fn_config_dll gphoto2.ds enable_gphoto2_ds
14309 wine_fn_config_dll gpkcsp enable_gpkcsp
14310 wine_fn_config_dll hal enable_hal
14311 wine_fn_config_dll hhctrl.ocx enable_hhctrl_ocx
14312 wine_fn_config_dll hid enable_hid hid
14313 wine_fn_config_dll hlink enable_hlink hlink
14314 wine_fn_config_test dlls/hlink/tests hlink_test
14315 wine_fn_config_dll hnetcfg enable_hnetcfg
14316 wine_fn_config_dll httpapi enable_httpapi
14317 wine_fn_config_dll iccvid enable_iccvid
14318 wine_fn_config_dll icmp enable_icmp
14319 wine_fn_config_dll ifsmgr.vxd enable_win16
14320 wine_fn_config_dll imaadp32.acm enable_imaadp32_acm
14321 wine_fn_config_dll imagehlp enable_imagehlp imagehlp
14322 wine_fn_config_test dlls/imagehlp/tests imagehlp_test
14323 wine_fn_config_dll imm.dll16 enable_win16
14324 wine_fn_config_dll imm32 enable_imm32 imm32
14325 wine_fn_config_test dlls/imm32/tests imm32_test
14326 wine_fn_config_dll inetcomm enable_inetcomm inetcomm
14327 wine_fn_config_test dlls/inetcomm/tests inetcomm_test
14328 wine_fn_config_dll inetmib1 enable_inetmib1
14329 wine_fn_config_test dlls/inetmib1/tests inetmib1_test
14330 wine_fn_config_dll infosoft enable_infosoft
14331 wine_fn_config_test dlls/infosoft/tests infosoft_test
14332 wine_fn_config_dll initpki enable_initpki
14333 wine_fn_config_dll inkobj enable_inkobj
14334 wine_fn_config_dll inseng enable_inseng
14335 wine_fn_config_dll iphlpapi enable_iphlpapi iphlpapi
14336 wine_fn_config_test dlls/iphlpapi/tests iphlpapi_test
14337 wine_fn_config_dll itircl enable_itircl
14338 wine_fn_config_dll itss enable_itss
14339 wine_fn_config_test dlls/itss/tests itss_test
14340 wine_fn_config_dll jscript enable_jscript
14341 wine_fn_config_test dlls/jscript/tests jscript_test
14342 wine_fn_config_dll kernel32 enable_kernel32 kernel32
14343 wine_fn_config_test dlls/kernel32/tests kernel32_test
14344 wine_fn_config_dll keyboard.drv16 enable_win16
14345 wine_fn_config_dll krnl386.exe16 enable_win16 kernel
14346 wine_fn_config_dll loadperf enable_loadperf loadperf
14347 wine_fn_config_dll localspl enable_localspl
14348 wine_fn_config_test dlls/localspl/tests localspl_test
14349 wine_fn_config_dll localui enable_localui
14350 wine_fn_config_test dlls/localui/tests localui_test
14351 wine_fn_config_dll lz32 enable_lz32 lz32
14352 wine_fn_config_test dlls/lz32/tests lz32_test
14353 wine_fn_config_dll lzexpand.dll16 enable_win16
14354 wine_fn_config_dll mapi32 enable_mapi32 mapi32
14355 wine_fn_config_test dlls/mapi32/tests mapi32_test
14356 wine_fn_config_dll mapistub enable_mapistub
14357 wine_fn_config_dll mciavi32 enable_mciavi32
14358 wine_fn_config_dll mcicda enable_mcicda
14359 wine_fn_config_dll mciqtz32 enable_mciqtz32
14360 wine_fn_config_dll mciseq enable_mciseq
14361 wine_fn_config_dll mciwave enable_mciwave
14362 wine_fn_config_dll midimap enable_midimap
14363 wine_fn_config_dll mlang enable_mlang mlang
14364 wine_fn_config_test dlls/mlang/tests mlang_test
14365 wine_fn_config_dll mmdevapi enable_mmdevapi
14366 wine_fn_config_test dlls/mmdevapi/tests mmdevapi_test
14367 wine_fn_config_dll mmdevldr.vxd enable_win16
14368 wine_fn_config_dll mmsystem.dll16 enable_win16
14369 wine_fn_config_dll monodebg.vxd enable_win16
14370 wine_fn_config_dll mountmgr.sys enable_mountmgr_sys
14371 wine_fn_config_dll mouse.drv16 enable_win16
14372 wine_fn_config_dll mpr enable_mpr mpr
14373 wine_fn_config_dll mprapi enable_mprapi mprapi
14374 wine_fn_config_dll msacm.dll16 enable_win16
14375 wine_fn_config_dll msacm32.drv enable_msacm32_drv
14376 wine_fn_config_dll msacm32 enable_msacm32 msacm32
14377 wine_fn_config_test dlls/msacm32/tests msacm32_test
14378 wine_fn_config_dll msadp32.acm enable_msadp32_acm
14379 wine_fn_config_dll mscat32 enable_mscat32
14380 wine_fn_config_dll mscms enable_mscms mscms
14381 wine_fn_config_test dlls/mscms/tests mscms_test
14382 wine_fn_config_dll mscoree enable_mscoree
14383 wine_fn_config_dll msctf enable_msctf
14384 wine_fn_config_test dlls/msctf/tests msctf_test
14385 wine_fn_config_dll msdaps enable_msdaps
14386 wine_fn_config_dll msdmo enable_msdmo msdmo
14387 wine_fn_config_dll msftedit enable_msftedit
14388 wine_fn_config_dll msg711.acm enable_msg711_acm
14389 wine_fn_config_dll msgsm32.acm enable_msgsm32_acm
14390 wine_fn_config_dll mshtml.tlb enable_mshtml_tlb
14391 wine_fn_config_dll mshtml enable_mshtml mshtml
14392 wine_fn_config_test dlls/mshtml/tests mshtml_test
14393 wine_fn_config_dll msi enable_msi msi
14394 wine_fn_config_test dlls/msi/tests msi_test
14395 wine_fn_config_dll msimg32 enable_msimg32 msimg32
14396 wine_fn_config_dll msimtf enable_msimtf
14397 wine_fn_config_dll msisip enable_msisip
14398 wine_fn_config_dll msisys.ocx enable_msisys_ocx
14399 wine_fn_config_dll msnet32 enable_msnet32
14400 wine_fn_config_dll msrle32 enable_msrle32
14401 wine_fn_config_dll mssign32 enable_mssign32
14402 wine_fn_config_dll mssip32 enable_mssip32
14403 wine_fn_config_dll mstask enable_mstask
14404 wine_fn_config_test dlls/mstask/tests mstask_test
14405 wine_fn_config_dll msvcirt enable_msvcirt
14406 wine_fn_config_dll msvcr70 enable_msvcr70 msvcr70
14407 wine_fn_config_dll msvcr71 enable_msvcr71 msvcr71
14408 wine_fn_config_dll msvcr80 enable_msvcr80
14409 wine_fn_config_dll msvcr90 enable_msvcr90
14410 wine_fn_config_test dlls/msvcr90/tests msvcr90_test
14411 wine_fn_config_dll msvcrt enable_msvcrt msvcrt
14412 wine_fn_config_test dlls/msvcrt/tests msvcrt_test
14413 wine_fn_config_dll msvcrt20 enable_msvcrt20 msvcrt20
14414 wine_fn_config_dll msvcrt40 enable_msvcrt40 msvcrt40
14415 wine_fn_config_dll msvcrtd enable_msvcrtd msvcrtd
14416 wine_fn_config_test dlls/msvcrtd/tests msvcrtd_test
14417 wine_fn_config_dll msvfw32 enable_msvfw32 msvfw32
14418 wine_fn_config_test dlls/msvfw32/tests msvfw32_test
14419 wine_fn_config_dll msvidc32 enable_msvidc32
14420 wine_fn_config_dll msvideo.dll16 enable_win16
14421 wine_fn_config_dll mswsock enable_mswsock mswsock
14422 wine_fn_config_dll msxml3 enable_msxml3
14423 wine_fn_config_test dlls/msxml3/tests msxml3_test
14424 wine_fn_config_dll msxml4 enable_msxml4
14425 wine_fn_config_dll nddeapi enable_nddeapi nddeapi
14426 wine_fn_config_dll netapi32 enable_netapi32 netapi32
14427 wine_fn_config_test dlls/netapi32/tests netapi32_test
14428 wine_fn_config_dll newdev enable_newdev newdev
14429 wine_fn_config_dll ntdll enable_ntdll ntdll
14430 wine_fn_config_test dlls/ntdll/tests ntdll_test
14431 wine_fn_config_dll ntdsapi enable_ntdsapi ntdsapi
14432 wine_fn_config_test dlls/ntdsapi/tests ntdsapi_test
14433 wine_fn_config_dll ntoskrnl.exe enable_ntoskrnl_exe ntoskrnl.exe
14434 wine_fn_config_dll ntprint enable_ntprint
14435 wine_fn_config_test dlls/ntprint/tests ntprint_test
14436 wine_fn_config_dll objsel enable_objsel
14437 wine_fn_config_dll odbc32 enable_odbc32 odbc32
14438 wine_fn_config_dll odbccp32 enable_odbccp32 odbccp32
14439 wine_fn_config_test dlls/odbccp32/tests odbccp32_test
14440 wine_fn_config_dll ole2.dll16 enable_win16
14441 wine_fn_config_dll ole2conv.dll16 enable_win16
14442 wine_fn_config_dll ole2disp.dll16 enable_win16
14443 wine_fn_config_dll ole2nls.dll16 enable_win16
14444 wine_fn_config_dll ole2prox.dll16 enable_win16
14445 wine_fn_config_dll ole2thk.dll16 enable_win16
14446 wine_fn_config_dll ole32 enable_ole32 ole32
14447 wine_fn_config_test dlls/ole32/tests ole32_test
14448 wine_fn_config_dll oleacc enable_oleacc oleacc
14449 wine_fn_config_test dlls/oleacc/tests oleacc_test
14450 wine_fn_config_dll oleaut32 enable_oleaut32 oleaut32
14451 wine_fn_config_test dlls/oleaut32/tests oleaut32_test
14452 wine_fn_config_dll olecli.dll16 enable_win16
14453 wine_fn_config_dll olecli32 enable_olecli32 olecli32
14454 wine_fn_config_dll oledb32 enable_oledb32
14455 wine_fn_config_test dlls/oledb32/tests oledb32_test
14456 wine_fn_config_dll oledlg enable_oledlg oledlg
14457 wine_fn_config_dll olepro32 enable_olepro32 olepro32
14458 wine_fn_config_dll olesvr.dll16 enable_win16
14459 wine_fn_config_dll olesvr32 enable_olesvr32 olesvr32
14460 wine_fn_config_dll olethk32 enable_olethk32
14461 wine_fn_config_dll openal32 enable_openal32
14462 wine_fn_config_dll opengl32 enable_opengl32 opengl32
14463 wine_fn_config_test dlls/opengl32/tests opengl32_test
14464 wine_fn_config_dll pdh enable_pdh pdh
14465 wine_fn_config_test dlls/pdh/tests pdh_test
14466 wine_fn_config_dll pidgen enable_pidgen
14467 wine_fn_config_dll powrprof enable_powrprof powrprof
14468 wine_fn_config_dll printui enable_printui
14469 wine_fn_config_dll propsys enable_propsys
14470 wine_fn_config_dll psapi enable_psapi psapi
14471 wine_fn_config_test dlls/psapi/tests psapi_test
14472 wine_fn_config_dll pstorec enable_pstorec
14473 wine_fn_config_dll qcap enable_qcap
14474 wine_fn_config_dll qedit enable_qedit
14475 wine_fn_config_test dlls/qedit/tests qedit_test
14476 wine_fn_config_dll qmgr enable_qmgr
14477 wine_fn_config_test dlls/qmgr/tests qmgr_test
14478 wine_fn_config_dll qmgrprxy enable_qmgrprxy
14479 wine_fn_config_dll quartz enable_quartz quartz
14480 wine_fn_config_test dlls/quartz/tests quartz_test
14481 wine_fn_config_dll query enable_query
14482 wine_fn_config_dll rasapi16.dll16 enable_win16
14483 wine_fn_config_dll rasapi32 enable_rasapi32 rasapi32
14484 wine_fn_config_test dlls/rasapi32/tests rasapi32_test
14485 wine_fn_config_dll rasdlg enable_rasdlg rasdlg
14486 wine_fn_config_dll resutils enable_resutils resutils
14487 wine_fn_config_dll riched20 enable_riched20 riched20
14488 wine_fn_config_test dlls/riched20/tests riched20_test
14489 wine_fn_config_dll riched32 enable_riched32
14490 wine_fn_config_test dlls/riched32/tests riched32_test
14491 wine_fn_config_dll rpcrt4 enable_rpcrt4 rpcrt4
14492 wine_fn_config_test dlls/rpcrt4/tests rpcrt4_test
14493 wine_fn_config_dll rsabase enable_rsabase
14494 wine_fn_config_dll rsaenh enable_rsaenh rsaenh
14495 wine_fn_config_test dlls/rsaenh/tests rsaenh_test
14496 wine_fn_config_dll rtutils enable_rtutils rtutils
14497 wine_fn_config_dll sane.ds enable_sane_ds
14498 wine_fn_config_dll sccbase enable_sccbase
14499 wine_fn_config_dll schannel enable_schannel
14500 wine_fn_config_test dlls/schannel/tests schannel_test
14501 wine_fn_config_dll secur32 enable_secur32 secur32
14502 wine_fn_config_test dlls/secur32/tests secur32_test
14503 wine_fn_config_dll security enable_security
14504 wine_fn_config_dll sensapi enable_sensapi sensapi
14505 wine_fn_config_dll serialui enable_serialui serialui
14506 wine_fn_config_test dlls/serialui/tests serialui_test
14507 wine_fn_config_dll setupapi enable_setupapi setupapi
14508 wine_fn_config_test dlls/setupapi/tests setupapi_test
14509 wine_fn_config_dll setupx.dll16 enable_win16
14510 wine_fn_config_dll sfc enable_sfc sfc
14511 wine_fn_config_dll sfc_os enable_sfc_os sfc_os
14512 wine_fn_config_dll shdoclc enable_shdoclc
14513 wine_fn_config_dll shdocvw enable_shdocvw shdocvw
14514 wine_fn_config_test dlls/shdocvw/tests shdocvw_test
14515 wine_fn_config_dll shell.dll16 enable_win16
14516 wine_fn_config_dll shell32 enable_shell32 shell32
14517 wine_fn_config_test dlls/shell32/tests shell32_test
14518 wine_fn_config_dll shfolder enable_shfolder shfolder
14519 wine_fn_config_dll shlwapi enable_shlwapi shlwapi
14520 wine_fn_config_test dlls/shlwapi/tests shlwapi_test
14521 wine_fn_config_dll slbcsp enable_slbcsp
14522 wine_fn_config_dll slc enable_slc slc
14523 wine_fn_config_dll snmpapi enable_snmpapi snmpapi
14524 wine_fn_config_test dlls/snmpapi/tests snmpapi_test
14525 wine_fn_config_dll softpub enable_softpub
14526 wine_fn_config_dll sound.drv16 enable_win16
14527 wine_fn_config_dll spoolss enable_spoolss spoolss
14528 wine_fn_config_test dlls/spoolss/tests spoolss_test
14529 wine_fn_config_dll stdole2.tlb enable_stdole2_tlb
14530 wine_fn_config_dll stdole32.tlb enable_stdole32_tlb
14531 wine_fn_config_dll sti enable_sti sti
14532 wine_fn_config_test dlls/sti/tests sti_test
14533 wine_fn_config_dll storage.dll16 enable_win16
14534 wine_fn_config_dll stress.dll16 enable_win16
14535 wine_fn_config_lib strmiids
14536 wine_fn_config_dll svrapi enable_svrapi
14537 wine_fn_config_dll sxs enable_sxs
14538 wine_fn_config_dll system.drv16 enable_win16
14539 wine_fn_config_dll t2embed enable_t2embed
14540 wine_fn_config_dll tapi32 enable_tapi32 tapi32
14541 wine_fn_config_dll toolhelp.dll16 enable_win16
14542 wine_fn_config_dll traffic enable_traffic
14543 wine_fn_config_dll twain.dll16 enable_win16
14544 wine_fn_config_dll twain_32 enable_twain_32
14545 wine_fn_config_test dlls/twain_32/tests twain_32_test
14546 wine_fn_config_dll typelib.dll16 enable_win16
14547 wine_fn_config_dll unicows enable_unicows unicows
14548 wine_fn_config_dll updspapi enable_updspapi
14549 wine_fn_config_dll url enable_url url
14550 wine_fn_config_dll urlmon enable_urlmon urlmon
14551 wine_fn_config_test dlls/urlmon/tests urlmon_test
14552 wine_fn_config_dll usbd.sys enable_usbd_sys usbd.sys
14553 wine_fn_config_dll user.exe16 enable_win16
14554 wine_fn_config_dll user32 enable_user32 user32
14555 wine_fn_config_test dlls/user32/tests user32_test
14556 wine_fn_config_dll userenv enable_userenv userenv
14557 wine_fn_config_test dlls/userenv/tests userenv_test
14558 wine_fn_config_dll usp10 enable_usp10 usp10
14559 wine_fn_config_test dlls/usp10/tests usp10_test
14560 wine_fn_config_lib uuid
14561 wine_fn_config_dll uxtheme enable_uxtheme uxtheme
14562 wine_fn_config_test dlls/uxtheme/tests uxtheme_test
14563 wine_fn_config_dll vdhcp.vxd enable_win16
14564 wine_fn_config_dll vdmdbg enable_vdmdbg vdmdbg
14565 wine_fn_config_dll ver.dll16 enable_win16
14566 wine_fn_config_dll version enable_version version
14567 wine_fn_config_test dlls/version/tests version_test
14568 wine_fn_config_dll vmm.vxd enable_win16
14569 wine_fn_config_dll vnbt.vxd enable_win16
14570 wine_fn_config_dll vnetbios.vxd enable_win16
14571 wine_fn_config_dll vtdapi.vxd enable_win16
14572 wine_fn_config_dll vwin32.vxd enable_win16
14573 wine_fn_config_dll w32skrnl enable_win16
14574 wine_fn_config_dll w32sys.dll16 enable_win16
14575 wine_fn_config_dll wbemprox enable_wbemprox
14576 wine_fn_config_dll wiaservc enable_wiaservc
14577 wine_fn_config_dll win32s16.dll16 enable_win16
14578 wine_fn_config_dll win87em.dll16 enable_win16
14579 wine_fn_config_dll winaspi.dll16 enable_win16
14580 wine_fn_config_dll windebug.dll16 enable_win16
14581 wine_fn_config_dll windowscodecs enable_windowscodecs windowscodecs
14582 wine_fn_config_test dlls/windowscodecs/tests windowscodecs_test
14583 wine_fn_config_dll winealsa.drv enable_winealsa_drv
14584 wine_fn_config_dll wineaudioio.drv enable_wineaudioio_drv
14585 wine_fn_config_dll winecoreaudio.drv enable_winecoreaudio_drv
14586 wine_fn_config_lib winecrt0
14587 wine_fn_config_dll wined3d enable_wined3d wined3d
14588 wine_fn_config_dll wineesd.drv enable_wineesd_drv
14589 wine_fn_config_dll winejack.drv enable_winejack_drv
14590 wine_fn_config_dll winejoystick.drv enable_winejoystick_drv
14591 wine_fn_config_dll winemapi enable_winemapi
14592 wine_fn_config_dll winemp3.acm enable_winemp3_acm
14593 wine_fn_config_dll winenas.drv enable_winenas_drv
14594 wine_fn_config_dll wineoss.drv enable_wineoss_drv
14595 wine_fn_config_dll wineps.drv enable_wineps_drv
14596 wine_fn_config_dll wineps16.drv16 enable_win16
14597 wine_fn_config_dll winequartz.drv enable_winequartz_drv
14598 wine_fn_config_dll winex11.drv enable_winex11_drv
14599 wine_fn_config_dll wing.dll16 enable_win16
14600 wine_fn_config_dll wing32 enable_wing32
14601 wine_fn_config_dll winhttp enable_winhttp winhttp
14602 wine_fn_config_test dlls/winhttp/tests winhttp_test
14603 wine_fn_config_dll wininet enable_wininet wininet
14604 wine_fn_config_test dlls/wininet/tests wininet_test
14605 wine_fn_config_dll winmm enable_winmm winmm
14606 wine_fn_config_test dlls/winmm/tests winmm_test
14607 wine_fn_config_dll winnls.dll16 enable_win16
14608 wine_fn_config_dll winnls32 enable_winnls32 winnls32
14609 wine_fn_config_dll winscard enable_winscard winscard
14610 wine_fn_config_dll winsock.dll16 enable_win16
14611 wine_fn_config_dll winspool.drv enable_winspool_drv winspool
14612 wine_fn_config_test dlls/winspool.drv/tests winspool.drv_test
14613 wine_fn_config_dll wintab.dll16 enable_win16
14614 wine_fn_config_dll wintab32 enable_wintab32 wintab32
14615 wine_fn_config_test dlls/wintab32/tests wintab32_test
14616 wine_fn_config_dll wintrust enable_wintrust wintrust
14617 wine_fn_config_test dlls/wintrust/tests wintrust_test
14618 wine_fn_config_dll wldap32 enable_wldap32 wldap32
14619 wine_fn_config_test dlls/wldap32/tests wldap32_test
14620 wine_fn_config_dll wmi enable_wmi
14621 wine_fn_config_dll wmiutils enable_wmiutils
14622 wine_fn_config_dll wnaspi32 enable_wnaspi32 wnaspi32
14623 wine_fn_config_dll wow32 enable_win16 wow32
14624 wine_fn_config_dll ws2_32 enable_ws2_32 ws2_32
14625 wine_fn_config_test dlls/ws2_32/tests ws2_32_test
14626 wine_fn_config_dll wsock32 enable_wsock32 wsock32
14627 wine_fn_config_dll wtsapi32 enable_wtsapi32 wtsapi32
14628 wine_fn_config_dll wuapi enable_wuapi
14629 wine_fn_config_dll wuaueng enable_wuaueng
14630 wine_fn_config_dll xinput1_1 enable_xinput1_1
14631 wine_fn_config_dll xinput1_2 enable_xinput1_2
14632 wine_fn_config_dll xinput1_3 enable_xinput1_3 xinput
14633 wine_fn_config_test dlls/xinput1_3/tests xinput1_3_test
14634 wine_fn_config_dll xinput9_1_0 enable_xinput9_1_0
14635 wine_fn_config_dll xmllite enable_xmllite
14636 wine_fn_config_test dlls/xmllite/tests xmllite_test
14637 wine_fn_config_makefile documentation enable_documentation
14638 wine_fn_config_makefile fonts enable_fonts
14639 wine_fn_config_makefile include enable_include
14640 wine_fn_config_makefile libs/port enable_libs_port
14641 wine_fn_config_makefile libs/wine enable_libs_wine
14642 wine_fn_config_makefile libs/wpp enable_libs_wpp
14643 wine_fn_config_makefile loader enable_loader
14644 wine_fn_config_program attrib enable_attrib install
14645 wine_fn_config_program cacls enable_cacls install
14646 wine_fn_config_program clock enable_clock install
14647 wine_fn_config_program cmd enable_cmd install
14648 wine_fn_config_test programs/cmd/tests cmd.exe_test
14649 wine_fn_config_program cmdlgtst enable_cmdlgtst
14650 wine_fn_config_program control enable_control install
14651 wine_fn_config_program dxdiag enable_dxdiag install
14652 wine_fn_config_program eject enable_eject install
14653 wine_fn_config_program expand enable_expand install
14654 wine_fn_config_program explorer enable_explorer install
14655 wine_fn_config_program extrac32 enable_extrac32 install
14656 wine_fn_config_program hh enable_hh install
14657 wine_fn_config_program icinfo enable_icinfo install
14658 wine_fn_config_program iexplore enable_iexplore install
14659 wine_fn_config_program lodctr enable_lodctr install
14660 wine_fn_config_program mshta enable_mshta install
14661 wine_fn_config_program msiexec enable_msiexec installbin
14662 wine_fn_config_program net enable_net install
14663 wine_fn_config_program notepad enable_notepad installbin
14664 wine_fn_config_program oleview enable_oleview install
14665 wine_fn_config_program ping enable_ping install
14666 wine_fn_config_program progman enable_progman install
14667 wine_fn_config_program reg enable_reg install
14668 wine_fn_config_program regedit enable_regedit installbin
14669 wine_fn_config_program regsvr32 enable_regsvr32 installbin
14670 wine_fn_config_program rpcss enable_rpcss install
14671 wine_fn_config_program rundll32 enable_rundll32 install
14672 wine_fn_config_program secedit enable_secedit install
14673 wine_fn_config_program services enable_services install
14674 wine_fn_config_program spoolsv enable_spoolsv install
14675 wine_fn_config_program start enable_start install
14676 wine_fn_config_program svchost enable_svchost install
14677 wine_fn_config_program taskmgr enable_taskmgr install
14678 wine_fn_config_program termsv enable_termsv install
14679 wine_fn_config_program uninstaller enable_uninstaller install
14680 wine_fn_config_program unlodctr enable_unlodctr install
14681 wine_fn_config_program view enable_view
14682 wine_fn_config_program wineboot enable_wineboot installbin
14683 wine_fn_config_program winebrowser enable_winebrowser install
14684 wine_fn_config_program winecfg enable_winecfg installbin
14685 wine_fn_config_program wineconsole enable_wineconsole installbin
14686 wine_fn_config_program winedbg enable_winedbg installbin
14687 wine_fn_config_program winedevice enable_winedevice install
14688 wine_fn_config_program winefile enable_winefile installbin
14689 wine_fn_config_program winemenubuilder enable_winemenubuilder install
14690 wine_fn_config_program winemine enable_winemine installbin
14691 wine_fn_config_program winepath enable_winepath installbin
14692 wine_fn_config_program winetest enable_winetest
14693 wine_fn_config_program winevdm enable_win16 install
14694 wine_fn_config_program winhelp.exe16 enable_win16 install
14695 wine_fn_config_program winhlp32 enable_winhlp32 install
14696 wine_fn_config_program winoldap.mod16 enable_win16 install
14697 wine_fn_config_program winver enable_winver install
14698 wine_fn_config_program wordpad enable_wordpad install
14699 wine_fn_config_program write enable_write install
14700 wine_fn_config_program xcopy enable_xcopy install
14701 wine_fn_config_makefile server enable_server
14702 wine_fn_config_tool tools
14703 wine_fn_config_tool tools/widl
14704 wine_fn_config_tool tools/winebuild
14705 wine_fn_config_tool tools/winedump
14706 wine_fn_config_tool tools/winegcc
14707 wine_fn_config_tool tools/wmc
14708 wine_fn_config_tool tools/wrc
14710 ac_config_commands="$ac_config_commands Makefile"
14713 ac_config_files="$ac_config_files Make.tmp:Makefile.in"
14717 if test -n "$with_wine64"
14718 then
14719 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "all: fonts server $with_wine64/loader/wine32
14720 fonts server:
14721 \$(RM) \$@ && \$(LN_S) $with_wine64/\$@ \$@
14722 $with_wine64/loader/wine32:
14723 \$(RM) \$@ && \$(LN_S) $ac_pwd/loader/wine32 \$@
14724 clean::
14725 \$(RM) fonts server $with_wine64/loader/wine32"
14728 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "uninstall::
14729 -rmdir \$(DESTDIR)\$(datadir)/wine \$(DESTDIR)\$(fakedlldir) \$(DESTDIR)\$(dlldir)"
14731 cat >confcache <<\_ACEOF
14732 # This file is a shell script that caches the results of configure
14733 # tests run on this system so they can be shared between configure
14734 # scripts and configure runs, see configure's option --config-cache.
14735 # It is not useful on other systems. If it contains results you don't
14736 # want to keep, you may remove or edit it.
14738 # config.status only pays attention to the cache file if you give it
14739 # the --recheck option to rerun configure.
14741 # `ac_cv_env_foo' variables (set or unset) will be overridden when
14742 # loading this file, other *unset* `ac_cv_foo' will be assigned the
14743 # following values.
14745 _ACEOF
14747 # The following way of writing the cache mishandles newlines in values,
14748 # but we know of no workaround that is simple, portable, and efficient.
14749 # So, we kill variables containing newlines.
14750 # Ultrix sh set writes to stderr and can't be redirected directly,
14751 # and sets the high bit in the cache file unless we assign to the vars.
14753 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
14754 eval ac_val=\$$ac_var
14755 case $ac_val in #(
14756 *${as_nl}*)
14757 case $ac_var in #(
14758 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
14759 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
14760 esac
14761 case $ac_var in #(
14762 _ | IFS | as_nl) ;; #(
14763 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
14764 *) { eval $ac_var=; unset $ac_var;} ;;
14765 esac ;;
14766 esac
14767 done
14769 (set) 2>&1 |
14770 case $as_nl`(ac_space=' '; set) 2>&1` in #(
14771 *${as_nl}ac_space=\ *)
14772 # `set' does not quote correctly, so add quotes: double-quote
14773 # substitution turns \\\\ into \\, and sed turns \\ into \.
14774 sed -n \
14775 "s/'/'\\\\''/g;
14776 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
14777 ;; #(
14779 # `set' quotes correctly as required by POSIX, so do not add quotes.
14780 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
14782 esac |
14783 sort
14785 sed '
14786 /^ac_cv_env_/b end
14787 t clear
14788 :clear
14789 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
14790 t end
14791 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
14792 :end' >>confcache
14793 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
14794 if test -w "$cache_file"; then
14795 test "x$cache_file" != "x/dev/null" &&
14796 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
14797 $as_echo "$as_me: updating cache $cache_file" >&6;}
14798 cat confcache >$cache_file
14799 else
14800 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
14801 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
14804 rm -f confcache
14806 test "x$prefix" = xNONE && prefix=$ac_default_prefix
14807 # Let make expand exec_prefix.
14808 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
14810 DEFS=-DHAVE_CONFIG_H
14812 ac_libobjs=
14813 ac_ltlibobjs=
14814 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
14815 # 1. Remove the extension, and $U if already installed.
14816 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
14817 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
14818 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
14819 # will be set to the directory where LIBOBJS objects are built.
14820 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
14821 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
14822 done
14823 LIBOBJS=$ac_libobjs
14825 LTLIBOBJS=$ac_ltlibobjs
14829 : ${CONFIG_STATUS=./config.status}
14830 ac_write_fail=0
14831 ac_clean_files_save=$ac_clean_files
14832 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
14833 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
14834 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
14835 as_write_fail=0
14836 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
14837 #! $SHELL
14838 # Generated by $as_me.
14839 # Run this file to recreate the current configuration.
14840 # Compiler output produced by configure, useful for debugging
14841 # configure, is in config.log if it exists.
14843 debug=false
14844 ac_cs_recheck=false
14845 ac_cs_silent=false
14847 SHELL=\${CONFIG_SHELL-$SHELL}
14848 export SHELL
14849 _ASEOF
14850 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
14851 ## -------------------- ##
14852 ## M4sh Initialization. ##
14853 ## -------------------- ##
14855 # Be more Bourne compatible
14856 DUALCASE=1; export DUALCASE # for MKS sh
14857 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
14858 emulate sh
14859 NULLCMD=:
14860 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
14861 # is contrary to our usage. Disable this feature.
14862 alias -g '${1+"$@"}'='"$@"'
14863 setopt NO_GLOB_SUBST
14864 else
14865 case `(set -o) 2>/dev/null` in #(
14866 *posix*) :
14867 set -o posix ;; #(
14868 *) :
14870 esac
14874 as_nl='
14876 export as_nl
14877 # Printing a long string crashes Solaris 7 /usr/bin/printf.
14878 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
14879 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
14880 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
14881 # Prefer a ksh shell builtin over an external printf program on Solaris,
14882 # but without wasting forks for bash or zsh.
14883 if test -z "$BASH_VERSION$ZSH_VERSION" \
14884 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
14885 as_echo='print -r --'
14886 as_echo_n='print -rn --'
14887 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
14888 as_echo='printf %s\n'
14889 as_echo_n='printf %s'
14890 else
14891 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
14892 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
14893 as_echo_n='/usr/ucb/echo -n'
14894 else
14895 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
14896 as_echo_n_body='eval
14897 arg=$1;
14898 case $arg in #(
14899 *"$as_nl"*)
14900 expr "X$arg" : "X\\(.*\\)$as_nl";
14901 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
14902 esac;
14903 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
14905 export as_echo_n_body
14906 as_echo_n='sh -c $as_echo_n_body as_echo'
14908 export as_echo_body
14909 as_echo='sh -c $as_echo_body as_echo'
14912 # The user is always right.
14913 if test "${PATH_SEPARATOR+set}" != set; then
14914 PATH_SEPARATOR=:
14915 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
14916 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
14917 PATH_SEPARATOR=';'
14922 # IFS
14923 # We need space, tab and new line, in precisely that order. Quoting is
14924 # there to prevent editors from complaining about space-tab.
14925 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
14926 # splitting by setting IFS to empty value.)
14927 IFS=" "" $as_nl"
14929 # Find who we are. Look in the path if we contain no directory separator.
14930 case $0 in #((
14931 *[\\/]* ) as_myself=$0 ;;
14932 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14933 for as_dir in $PATH
14935 IFS=$as_save_IFS
14936 test -z "$as_dir" && as_dir=.
14937 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
14938 done
14939 IFS=$as_save_IFS
14942 esac
14943 # We did not find ourselves, most probably we were run as `sh COMMAND'
14944 # in which case we are not to be found in the path.
14945 if test "x$as_myself" = x; then
14946 as_myself=$0
14948 if test ! -f "$as_myself"; then
14949 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
14950 exit 1
14953 # Unset variables that we do not need and which cause bugs (e.g. in
14954 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
14955 # suppresses any "Segmentation fault" message there. '((' could
14956 # trigger a bug in pdksh 5.2.14.
14957 for as_var in BASH_ENV ENV MAIL MAILPATH
14958 do eval test x\${$as_var+set} = xset \
14959 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
14960 done
14961 PS1='$ '
14962 PS2='> '
14963 PS4='+ '
14965 # NLS nuisances.
14966 LC_ALL=C
14967 export LC_ALL
14968 LANGUAGE=C
14969 export LANGUAGE
14971 # CDPATH.
14972 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
14975 # as_fn_error ERROR [LINENO LOG_FD]
14976 # ---------------------------------
14977 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
14978 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
14979 # script with status $?, using 1 if that was 0.
14980 as_fn_error ()
14982 as_status=$?; test $as_status -eq 0 && as_status=1
14983 if test "$3"; then
14984 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
14985 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
14987 $as_echo "$as_me: error: $1" >&2
14988 as_fn_exit $as_status
14989 } # as_fn_error
14992 # as_fn_set_status STATUS
14993 # -----------------------
14994 # Set $? to STATUS, without forking.
14995 as_fn_set_status ()
14997 return $1
14998 } # as_fn_set_status
15000 # as_fn_exit STATUS
15001 # -----------------
15002 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
15003 as_fn_exit ()
15005 set +e
15006 as_fn_set_status $1
15007 exit $1
15008 } # as_fn_exit
15010 # as_fn_unset VAR
15011 # ---------------
15012 # Portably unset VAR.
15013 as_fn_unset ()
15015 { eval $1=; unset $1;}
15017 as_unset=as_fn_unset
15018 # as_fn_append VAR VALUE
15019 # ----------------------
15020 # Append the text in VALUE to the end of the definition contained in VAR. Take
15021 # advantage of any shell optimizations that allow amortized linear growth over
15022 # repeated appends, instead of the typical quadratic growth present in naive
15023 # implementations.
15024 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
15025 eval 'as_fn_append ()
15027 eval $1+=\$2
15029 else
15030 as_fn_append ()
15032 eval $1=\$$1\$2
15034 fi # as_fn_append
15036 # as_fn_arith ARG...
15037 # ------------------
15038 # Perform arithmetic evaluation on the ARGs, and store the result in the
15039 # global $as_val. Take advantage of shells that can avoid forks. The arguments
15040 # must be portable across $(()) and expr.
15041 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
15042 eval 'as_fn_arith ()
15044 as_val=$(( $* ))
15046 else
15047 as_fn_arith ()
15049 as_val=`expr "$@" || test $? -eq 1`
15051 fi # as_fn_arith
15054 if expr a : '\(a\)' >/dev/null 2>&1 &&
15055 test "X`expr 00001 : '.*\(...\)'`" = X001; then
15056 as_expr=expr
15057 else
15058 as_expr=false
15061 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
15062 as_basename=basename
15063 else
15064 as_basename=false
15067 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
15068 as_dirname=dirname
15069 else
15070 as_dirname=false
15073 as_me=`$as_basename -- "$0" ||
15074 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
15075 X"$0" : 'X\(//\)$' \| \
15076 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
15077 $as_echo X/"$0" |
15078 sed '/^.*\/\([^/][^/]*\)\/*$/{
15079 s//\1/
15082 /^X\/\(\/\/\)$/{
15083 s//\1/
15086 /^X\/\(\/\).*/{
15087 s//\1/
15090 s/.*/./; q'`
15092 # Avoid depending upon Character Ranges.
15093 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
15094 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
15095 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
15096 as_cr_digits='0123456789'
15097 as_cr_alnum=$as_cr_Letters$as_cr_digits
15099 ECHO_C= ECHO_N= ECHO_T=
15100 case `echo -n x` in #(((((
15101 -n*)
15102 case `echo 'xy\c'` in
15103 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
15104 xy) ECHO_C='\c';;
15105 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
15106 ECHO_T=' ';;
15107 esac;;
15109 ECHO_N='-n';;
15110 esac
15112 rm -f conf$$ conf$$.exe conf$$.file
15113 if test -d conf$$.dir; then
15114 rm -f conf$$.dir/conf$$.file
15115 else
15116 rm -f conf$$.dir
15117 mkdir conf$$.dir 2>/dev/null
15119 if (echo >conf$$.file) 2>/dev/null; then
15120 if ln -s conf$$.file conf$$ 2>/dev/null; then
15121 as_ln_s='ln -s'
15122 # ... but there are two gotchas:
15123 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
15124 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
15125 # In both cases, we have to default to `cp -p'.
15126 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
15127 as_ln_s='cp -p'
15128 elif ln conf$$.file conf$$ 2>/dev/null; then
15129 as_ln_s=ln
15130 else
15131 as_ln_s='cp -p'
15133 else
15134 as_ln_s='cp -p'
15136 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
15137 rmdir conf$$.dir 2>/dev/null
15140 # as_fn_mkdir_p
15141 # -------------
15142 # Create "$as_dir" as a directory, including parents if necessary.
15143 as_fn_mkdir_p ()
15146 case $as_dir in #(
15147 -*) as_dir=./$as_dir;;
15148 esac
15149 test -d "$as_dir" || eval $as_mkdir_p || {
15150 as_dirs=
15151 while :; do
15152 case $as_dir in #(
15153 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
15154 *) as_qdir=$as_dir;;
15155 esac
15156 as_dirs="'$as_qdir' $as_dirs"
15157 as_dir=`$as_dirname -- "$as_dir" ||
15158 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15159 X"$as_dir" : 'X\(//\)[^/]' \| \
15160 X"$as_dir" : 'X\(//\)$' \| \
15161 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
15162 $as_echo X"$as_dir" |
15163 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
15164 s//\1/
15167 /^X\(\/\/\)[^/].*/{
15168 s//\1/
15171 /^X\(\/\/\)$/{
15172 s//\1/
15175 /^X\(\/\).*/{
15176 s//\1/
15179 s/.*/./; q'`
15180 test -d "$as_dir" && break
15181 done
15182 test -z "$as_dirs" || eval "mkdir $as_dirs"
15183 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
15186 } # as_fn_mkdir_p
15187 if mkdir -p . 2>/dev/null; then
15188 as_mkdir_p='mkdir -p "$as_dir"'
15189 else
15190 test -d ./-p && rmdir ./-p
15191 as_mkdir_p=false
15194 if test -x / >/dev/null 2>&1; then
15195 as_test_x='test -x'
15196 else
15197 if ls -dL / >/dev/null 2>&1; then
15198 as_ls_L_option=L
15199 else
15200 as_ls_L_option=
15202 as_test_x='
15203 eval sh -c '\''
15204 if test -d "$1"; then
15205 test -d "$1/.";
15206 else
15207 case $1 in #(
15208 -*)set "./$1";;
15209 esac;
15210 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
15211 ???[sx]*):;;*)false;;esac;fi
15212 '\'' sh
15215 as_executable_p=$as_test_x
15217 # Sed expression to map a string onto a valid CPP name.
15218 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
15220 # Sed expression to map a string onto a valid variable name.
15221 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
15224 exec 6>&1
15225 ## ----------------------------------- ##
15226 ## Main body of $CONFIG_STATUS script. ##
15227 ## ----------------------------------- ##
15228 _ASEOF
15229 test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
15231 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15232 # Save the log message, to keep $0 and so on meaningful, and to
15233 # report actual input values of CONFIG_FILES etc. instead of their
15234 # values after options handling.
15235 ac_log="
15236 This file was extended by Wine $as_me 1.1.41, which was
15237 generated by GNU Autoconf 2.65. Invocation command line was
15239 CONFIG_FILES = $CONFIG_FILES
15240 CONFIG_HEADERS = $CONFIG_HEADERS
15241 CONFIG_LINKS = $CONFIG_LINKS
15242 CONFIG_COMMANDS = $CONFIG_COMMANDS
15243 $ $0 $@
15245 on `(hostname || uname -n) 2>/dev/null | sed 1q`
15248 _ACEOF
15250 case $ac_config_files in *"
15251 "*) set x $ac_config_files; shift; ac_config_files=$*;;
15252 esac
15254 case $ac_config_headers in *"
15255 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
15256 esac
15259 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15260 # Files that config.status was made for.
15261 config_files="$ac_config_files"
15262 config_headers="$ac_config_headers"
15263 config_links="$ac_config_links"
15264 config_commands="$ac_config_commands"
15266 _ACEOF
15268 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15269 ac_cs_usage="\
15270 \`$as_me' instantiates files and other configuration actions
15271 from templates according to the current configuration. Unless the files
15272 and actions are specified as TAGs, all are instantiated by default.
15274 Usage: $0 [OPTION]... [TAG]...
15276 -h, --help print this help, then exit
15277 -V, --version print version number and configuration settings, then exit
15278 --config print configuration, then exit
15279 -q, --quiet, --silent
15280 do not print progress messages
15281 -d, --debug don't remove temporary files
15282 --recheck update $as_me by reconfiguring in the same conditions
15283 --file=FILE[:TEMPLATE]
15284 instantiate the configuration file FILE
15285 --header=FILE[:TEMPLATE]
15286 instantiate the configuration header FILE
15288 Configuration files:
15289 $config_files
15291 Configuration headers:
15292 $config_headers
15294 Configuration links:
15295 $config_links
15297 Configuration commands:
15298 $config_commands
15300 Report bugs to <wine-devel@winehq.org>.
15301 Wine home page: <http://www.winehq.org>."
15303 _ACEOF
15304 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15305 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
15306 ac_cs_version="\\
15307 Wine config.status 1.1.41
15308 configured by $0, generated by GNU Autoconf 2.65,
15309 with options \\"\$ac_cs_config\\"
15311 Copyright (C) 2009 Free Software Foundation, Inc.
15312 This config.status script is free software; the Free Software Foundation
15313 gives unlimited permission to copy, distribute and modify it."
15315 ac_pwd='$ac_pwd'
15316 srcdir='$srcdir'
15317 INSTALL='$INSTALL'
15318 test -n "\$AWK" || AWK=awk
15319 _ACEOF
15321 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15322 # The default lists apply if the user does not specify any file.
15323 ac_need_defaults=:
15324 while test $# != 0
15326 case $1 in
15327 --*=*)
15328 ac_option=`expr "X$1" : 'X\([^=]*\)='`
15329 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
15330 ac_shift=:
15333 ac_option=$1
15334 ac_optarg=$2
15335 ac_shift=shift
15337 esac
15339 case $ac_option in
15340 # Handling of the options.
15341 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
15342 ac_cs_recheck=: ;;
15343 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
15344 $as_echo "$ac_cs_version"; exit ;;
15345 --config | --confi | --conf | --con | --co | --c )
15346 $as_echo "$ac_cs_config"; exit ;;
15347 --debug | --debu | --deb | --de | --d | -d )
15348 debug=: ;;
15349 --file | --fil | --fi | --f )
15350 $ac_shift
15351 case $ac_optarg in
15352 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
15353 esac
15354 as_fn_append CONFIG_FILES " '$ac_optarg'"
15355 ac_need_defaults=false;;
15356 --header | --heade | --head | --hea )
15357 $ac_shift
15358 case $ac_optarg in
15359 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
15360 esac
15361 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
15362 ac_need_defaults=false;;
15363 --he | --h)
15364 # Conflict between --help and --header
15365 as_fn_error "ambiguous option: \`$1'
15366 Try \`$0 --help' for more information.";;
15367 --help | --hel | -h )
15368 $as_echo "$ac_cs_usage"; exit ;;
15369 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
15370 | -silent | --silent | --silen | --sile | --sil | --si | --s)
15371 ac_cs_silent=: ;;
15373 # This is an error.
15374 -*) as_fn_error "unrecognized option: \`$1'
15375 Try \`$0 --help' for more information." ;;
15377 *) as_fn_append ac_config_targets " $1"
15378 ac_need_defaults=false ;;
15380 esac
15381 shift
15382 done
15384 ac_configure_extra_args=
15386 if $ac_cs_silent; then
15387 exec 6>/dev/null
15388 ac_configure_extra_args="$ac_configure_extra_args --silent"
15391 _ACEOF
15392 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15393 if \$ac_cs_recheck; then
15394 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
15395 shift
15396 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
15397 CONFIG_SHELL='$SHELL'
15398 export CONFIG_SHELL
15399 exec "\$@"
15402 _ACEOF
15403 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15404 exec 5>>config.log
15406 echo
15407 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
15408 ## Running $as_me. ##
15409 _ASBOX
15410 $as_echo "$ac_log"
15411 } >&5
15413 _ACEOF
15414 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15416 # INIT-COMMANDS
15418 wine_fn_output_makefile ()
15420 cat Make.tmp - <<\_WINE_EOF >\$tmp/makefile && mv -f \$tmp/makefile \$1 && rm -f Make.tmp && return
15421 $ALL_MAKEFILE_DEPENDS
15422 _WINE_EOF
15423 as_fn_error "could not create Makefile" "$LINENO" 5
15426 _ACEOF
15428 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15430 # Handling of arguments.
15431 for ac_config_target in $ac_config_targets
15433 case $ac_config_target in
15434 "include/config.h") CONFIG_HEADERS="$CONFIG_HEADERS include/config.h" ;;
15435 "include/stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS include/stamp-h" ;;
15436 "dlls/wineps.drv/generic.ppd") CONFIG_LINKS="$CONFIG_LINKS dlls/wineps.drv/generic.ppd:dlls/wineps.drv/generic.ppd" ;;
15437 "fonts/marlett.ttf") CONFIG_LINKS="$CONFIG_LINKS fonts/marlett.ttf:fonts/marlett.ttf" ;;
15438 "fonts/symbol.ttf") CONFIG_LINKS="$CONFIG_LINKS fonts/symbol.ttf:fonts/symbol.ttf" ;;
15439 "fonts/tahoma.ttf") CONFIG_LINKS="$CONFIG_LINKS fonts/tahoma.ttf:fonts/tahoma.ttf" ;;
15440 "fonts/tahomabd.ttf") CONFIG_LINKS="$CONFIG_LINKS fonts/tahomabd.ttf:fonts/tahomabd.ttf" ;;
15441 "wine") CONFIG_LINKS="$CONFIG_LINKS wine:tools/winewrapper" ;;
15442 "dlls/gdi32/enhmfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/enhmfdrv" ;;
15443 "dlls/gdi32/mfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/mfdrv" ;;
15444 "dlls/kernel32/nls") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/kernel32/nls" ;;
15445 "dlls/user32/resources") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/user32/resources" ;;
15446 "dlls/wineps.drv/data") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/wineps.drv/data" ;;
15447 "include/wine") CONFIG_COMMANDS="$CONFIG_COMMANDS include/wine" ;;
15448 "Make.rules") CONFIG_FILES="$CONFIG_FILES Make.rules" ;;
15449 "Maketest.rules") CONFIG_FILES="$CONFIG_FILES Maketest.rules" ;;
15450 "dlls/Makedll.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makedll.rules" ;;
15451 "dlls/Makeimplib.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makeimplib.rules" ;;
15452 "programs/Makeprog.rules") CONFIG_FILES="$CONFIG_FILES programs/Makeprog.rules" ;;
15453 "Makefile") CONFIG_COMMANDS="$CONFIG_COMMANDS Makefile" ;;
15454 "Make.tmp") CONFIG_FILES="$CONFIG_FILES Make.tmp:Makefile.in" ;;
15456 *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
15457 esac
15458 done
15461 # If the user did not use the arguments to specify the items to instantiate,
15462 # then the envvar interface is used. Set only those that are not.
15463 # We use the long form for the default assignment because of an extremely
15464 # bizarre bug on SunOS 4.1.3.
15465 if $ac_need_defaults; then
15466 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
15467 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
15468 test "${CONFIG_LINKS+set}" = set || CONFIG_LINKS=$config_links
15469 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
15472 # Have a temporary directory for convenience. Make it in the build tree
15473 # simply because there is no reason against having it here, and in addition,
15474 # creating and moving files from /tmp can sometimes cause problems.
15475 # Hook for its removal unless debugging.
15476 # Note that there is a small window in which the directory will not be cleaned:
15477 # after its creation but before its name has been assigned to `$tmp'.
15478 $debug ||
15480 tmp=
15481 trap 'exit_status=$?
15482 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
15484 trap 'as_fn_exit 1' 1 2 13 15
15486 # Create a (secure) tmp directory for tmp files.
15489 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
15490 test -n "$tmp" && test -d "$tmp"
15491 } ||
15493 tmp=./conf$$-$RANDOM
15494 (umask 077 && mkdir "$tmp")
15495 } || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
15497 # Set up the scripts for CONFIG_FILES section.
15498 # No need to generate them if there are no CONFIG_FILES.
15499 # This happens for instance with `./config.status config.h'.
15500 if test -n "$CONFIG_FILES"; then
15502 if $AWK 'BEGIN { getline <"/dev/null" }' </dev/null 2>/dev/null; then
15503 ac_cs_awk_getline=:
15504 ac_cs_awk_pipe_init=
15505 ac_cs_awk_read_file='
15506 while ((getline aline < (F[key])) > 0)
15507 print(aline)
15508 close(F[key])'
15509 ac_cs_awk_pipe_fini=
15510 else
15511 ac_cs_awk_getline=false
15512 ac_cs_awk_pipe_init="print \"cat <<'|#_!!_#|' &&\""
15513 ac_cs_awk_read_file='
15514 print "|#_!!_#|"
15515 print "cat " F[key] " &&"
15516 '$ac_cs_awk_pipe_init
15517 # The final `:' finishes the AND list.
15518 ac_cs_awk_pipe_fini='END { print "|#_!!_#|"; print ":" }'
15520 ac_cr=`echo X | tr X '\015'`
15521 # On cygwin, bash can eat \r inside `` if the user requested igncr.
15522 # But we know of no other shell where ac_cr would be empty at this
15523 # point, so we can use a bashism as a fallback.
15524 if test "x$ac_cr" = x; then
15525 eval ac_cr=\$\'\\r\'
15527 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
15528 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
15529 ac_cs_awk_cr='\r'
15530 else
15531 ac_cs_awk_cr=$ac_cr
15534 echo 'BEGIN {' >"$tmp/subs1.awk" &&
15535 _ACEOF
15537 # Create commands to substitute file output variables.
15539 echo "cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1" &&
15540 echo 'cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&' &&
15541 echo "$ac_subst_files" | sed 's/.*/F["&"]="$&"/' &&
15542 echo "_ACAWK" &&
15543 echo "_ACEOF"
15544 } >conf$$files.sh &&
15545 . ./conf$$files.sh ||
15546 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
15547 rm -f conf$$files.sh
15550 echo "cat >conf$$subs.awk <<_ACEOF" &&
15551 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
15552 echo "_ACEOF"
15553 } >conf$$subs.sh ||
15554 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
15555 ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
15556 ac_delim='%!_!# '
15557 for ac_last_try in false false false false false :; do
15558 . ./conf$$subs.sh ||
15559 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
15561 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
15562 if test $ac_delim_n = $ac_delim_num; then
15563 break
15564 elif $ac_last_try; then
15565 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
15566 else
15567 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
15569 done
15570 rm -f conf$$subs.sh
15572 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15573 cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
15574 _ACEOF
15575 sed -n '
15577 s/^/S["/; s/!.*/"]=/
15580 s/^[^!]*!//
15581 :repl
15582 t repl
15583 s/'"$ac_delim"'$//
15584 t delim
15587 s/\(.\{148\}\)..*/\1/
15588 t more1
15589 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
15592 b repl
15593 :more1
15594 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
15597 s/.\{148\}//
15598 t nl
15599 :delim
15601 s/\(.\{148\}\)..*/\1/
15602 t more2
15603 s/["\\]/\\&/g; s/^/"/; s/$/"/
15606 :more2
15607 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
15610 s/.\{148\}//
15611 t delim
15612 ' <conf$$subs.awk | sed '
15613 /^[^""]/{
15615 s/\n//
15617 ' >>$CONFIG_STATUS || ac_write_fail=1
15618 rm -f conf$$subs.awk
15619 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15620 _ACAWK
15621 cat >>"\$tmp/subs1.awk" <<_ACAWK &&
15622 for (key in S) S_is_set[key] = 1
15623 FS = "\a"
15624 \$ac_cs_awk_pipe_init
15627 line = $ 0
15628 nfields = split(line, field, "@")
15629 substed = 0
15630 len = length(field[1])
15631 for (i = 2; i < nfields; i++) {
15632 key = field[i]
15633 keylen = length(key)
15634 if (S_is_set[key]) {
15635 value = S[key]
15636 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
15637 len += length(value) + length(field[++i])
15638 substed = 1
15639 } else
15640 len += 1 + keylen
15642 if (nfields == 3 && !substed) {
15643 key = field[2]
15644 if (F[key] != "" && line ~ /^[ ]*@.*@[ ]*$/) {
15645 \$ac_cs_awk_read_file
15646 next
15649 print line
15651 \$ac_cs_awk_pipe_fini
15652 _ACAWK
15653 _ACEOF
15654 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15655 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
15656 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
15657 else
15659 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
15660 || as_fn_error "could not setup config files machinery" "$LINENO" 5
15661 _ACEOF
15663 # VPATH may cause trouble with some makes, so we remove $(srcdir),
15664 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
15665 # trailing colons and then remove the whole line if VPATH becomes empty
15666 # (actually we leave an empty line to preserve line numbers).
15667 if test "x$srcdir" = x.; then
15668 ac_vpsub='/^[ ]*VPATH[ ]*=/{
15669 s/:*\$(srcdir):*/:/
15670 s/:*\${srcdir}:*/:/
15671 s/:*@srcdir@:*/:/
15672 s/^\([^=]*=[ ]*\):*/\1/
15673 s/:*$//
15674 s/^[^=]*=[ ]*$//
15678 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15679 fi # test -n "$CONFIG_FILES"
15681 # Set up the scripts for CONFIG_HEADERS section.
15682 # No need to generate them if there are no CONFIG_HEADERS.
15683 # This happens for instance with `./config.status Makefile'.
15684 if test -n "$CONFIG_HEADERS"; then
15685 cat >"$tmp/defines.awk" <<\_ACAWK ||
15686 BEGIN {
15687 _ACEOF
15689 # Transform confdefs.h into an awk script `defines.awk', embedded as
15690 # here-document in config.status, that substitutes the proper values into
15691 # config.h.in to produce config.h.
15693 # Create a delimiter string that does not exist in confdefs.h, to ease
15694 # handling of long lines.
15695 ac_delim='%!_!# '
15696 for ac_last_try in false false :; do
15697 ac_t=`sed -n "/$ac_delim/p" confdefs.h`
15698 if test -z "$ac_t"; then
15699 break
15700 elif $ac_last_try; then
15701 as_fn_error "could not make $CONFIG_HEADERS" "$LINENO" 5
15702 else
15703 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
15705 done
15707 # For the awk script, D is an array of macro values keyed by name,
15708 # likewise P contains macro parameters if any. Preserve backslash
15709 # newline sequences.
15711 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
15712 sed -n '
15713 s/.\{148\}/&'"$ac_delim"'/g
15714 t rset
15715 :rset
15716 s/^[ ]*#[ ]*define[ ][ ]*/ /
15717 t def
15719 :def
15720 s/\\$//
15721 t bsnl
15722 s/["\\]/\\&/g
15723 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
15724 D["\1"]=" \3"/p
15725 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
15727 :bsnl
15728 s/["\\]/\\&/g
15729 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
15730 D["\1"]=" \3\\\\\\n"\\/p
15731 t cont
15732 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
15733 t cont
15735 :cont
15737 s/.\{148\}/&'"$ac_delim"'/g
15738 t clear
15739 :clear
15740 s/\\$//
15741 t bsnlc
15742 s/["\\]/\\&/g; s/^/"/; s/$/"/p
15744 :bsnlc
15745 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
15746 b cont
15747 ' <confdefs.h | sed '
15748 s/'"$ac_delim"'/"\\\
15749 "/g' >>$CONFIG_STATUS || ac_write_fail=1
15751 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15752 for (key in D) D_is_set[key] = 1
15753 FS = "\a"
15755 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
15756 line = \$ 0
15757 split(line, arg, " ")
15758 if (arg[1] == "#") {
15759 defundef = arg[2]
15760 mac1 = arg[3]
15761 } else {
15762 defundef = substr(arg[1], 2)
15763 mac1 = arg[2]
15765 split(mac1, mac2, "(") #)
15766 macro = mac2[1]
15767 prefix = substr(line, 1, index(line, defundef) - 1)
15768 if (D_is_set[macro]) {
15769 # Preserve the white space surrounding the "#".
15770 print prefix "define", macro P[macro] D[macro]
15771 next
15772 } else {
15773 # Replace #undef with comments. This is necessary, for example,
15774 # in the case of _POSIX_SOURCE, which is predefined and required
15775 # on some systems where configure will not decide to define it.
15776 if (defundef == "undef") {
15777 print "/*", prefix defundef, macro, "*/"
15778 next
15782 { print }
15783 _ACAWK
15784 _ACEOF
15785 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15786 as_fn_error "could not setup config headers machinery" "$LINENO" 5
15787 fi # test -n "$CONFIG_HEADERS"
15790 eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :L $CONFIG_LINKS :C $CONFIG_COMMANDS"
15791 shift
15792 for ac_tag
15794 case $ac_tag in
15795 :[FHLC]) ac_mode=$ac_tag; continue;;
15796 esac
15797 case $ac_mode$ac_tag in
15798 :[FHL]*:*);;
15799 :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
15800 :[FH]-) ac_tag=-:-;;
15801 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
15802 esac
15803 ac_save_IFS=$IFS
15804 IFS=:
15805 set x $ac_tag
15806 IFS=$ac_save_IFS
15807 shift
15808 ac_file=$1
15809 shift
15811 case $ac_mode in
15812 :L) ac_source=$1;;
15813 :[FH])
15814 ac_file_inputs=
15815 for ac_f
15817 case $ac_f in
15818 -) ac_f="$tmp/stdin";;
15819 *) # Look for the file first in the build tree, then in the source tree
15820 # (if the path is not absolute). The absolute path cannot be DOS-style,
15821 # because $ac_f cannot contain `:'.
15822 test -f "$ac_f" ||
15823 case $ac_f in
15824 [\\/$]*) false;;
15825 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
15826 esac ||
15827 as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
15828 esac
15829 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
15830 as_fn_append ac_file_inputs " '$ac_f'"
15831 done
15833 # Let's still pretend it is `configure' which instantiates (i.e., don't
15834 # use $as_me), people would be surprised to read:
15835 # /* config.h. Generated by config.status. */
15836 configure_input='Generated from '`
15837 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
15838 `' by configure.'
15839 if test x"$ac_file" != x-; then
15840 configure_input="$ac_file. $configure_input"
15841 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
15842 $as_echo "$as_me: creating $ac_file" >&6;}
15844 # Neutralize special characters interpreted by sed in replacement strings.
15845 case $configure_input in #(
15846 *\&* | *\|* | *\\* )
15847 ac_sed_conf_input=`$as_echo "$configure_input" |
15848 sed 's/[\\\\&|]/\\\\&/g'`;; #(
15849 *) ac_sed_conf_input=$configure_input;;
15850 esac
15852 case $ac_tag in
15853 *:-:* | *:-) cat >"$tmp/stdin" \
15854 || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
15855 esac
15857 esac
15859 ac_dir=`$as_dirname -- "$ac_file" ||
15860 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15861 X"$ac_file" : 'X\(//\)[^/]' \| \
15862 X"$ac_file" : 'X\(//\)$' \| \
15863 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
15864 $as_echo X"$ac_file" |
15865 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
15866 s//\1/
15869 /^X\(\/\/\)[^/].*/{
15870 s//\1/
15873 /^X\(\/\/\)$/{
15874 s//\1/
15877 /^X\(\/\).*/{
15878 s//\1/
15881 s/.*/./; q'`
15882 as_dir="$ac_dir"; as_fn_mkdir_p
15883 ac_builddir=.
15885 case "$ac_dir" in
15886 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
15888 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
15889 # A ".." for each directory in $ac_dir_suffix.
15890 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
15891 case $ac_top_builddir_sub in
15892 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
15893 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
15894 esac ;;
15895 esac
15896 ac_abs_top_builddir=$ac_pwd
15897 ac_abs_builddir=$ac_pwd$ac_dir_suffix
15898 # for backward compatibility:
15899 ac_top_builddir=$ac_top_build_prefix
15901 case $srcdir in
15902 .) # We are building in place.
15903 ac_srcdir=.
15904 ac_top_srcdir=$ac_top_builddir_sub
15905 ac_abs_top_srcdir=$ac_pwd ;;
15906 [\\/]* | ?:[\\/]* ) # Absolute name.
15907 ac_srcdir=$srcdir$ac_dir_suffix;
15908 ac_top_srcdir=$srcdir
15909 ac_abs_top_srcdir=$srcdir ;;
15910 *) # Relative name.
15911 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
15912 ac_top_srcdir=$ac_top_build_prefix$srcdir
15913 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
15914 esac
15915 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
15918 case $ac_mode in
15921 # CONFIG_FILE
15924 case $INSTALL in
15925 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
15926 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
15927 esac
15928 _ACEOF
15930 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15931 # If the template does not know about datarootdir, expand it.
15932 # FIXME: This hack should be removed a few years after 2.60.
15933 ac_datarootdir_hack=; ac_datarootdir_seen=
15934 ac_sed_dataroot='
15935 /datarootdir/ {
15939 /@datadir@/p
15940 /@docdir@/p
15941 /@infodir@/p
15942 /@localedir@/p
15943 /@mandir@/p'
15944 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
15945 *datarootdir*) ac_datarootdir_seen=yes;;
15946 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
15947 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
15948 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
15949 _ACEOF
15950 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15951 ac_datarootdir_hack='
15952 s&@datadir@&$datadir&g
15953 s&@docdir@&$docdir&g
15954 s&@infodir@&$infodir&g
15955 s&@localedir@&$localedir&g
15956 s&@mandir@&$mandir&g
15957 s&\\\${datarootdir}&$datarootdir&g' ;;
15958 esac
15959 _ACEOF
15961 # Neutralize VPATH when `$srcdir' = `.'.
15962 # Shell code in configure.ac might set extrasub.
15963 # FIXME: do we really want to maintain this feature?
15964 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15965 ac_sed_extra="$ac_vpsub
15966 $extrasub
15967 _ACEOF
15968 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15970 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
15971 s|@configure_input@|$ac_sed_conf_input|;t t
15972 s&@top_builddir@&$ac_top_builddir_sub&;t t
15973 s&@top_build_prefix@&$ac_top_build_prefix&;t t
15974 s&@srcdir@&$ac_srcdir&;t t
15975 s&@abs_srcdir@&$ac_abs_srcdir&;t t
15976 s&@top_srcdir@&$ac_top_srcdir&;t t
15977 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
15978 s&@builddir@&$ac_builddir&;t t
15979 s&@abs_builddir@&$ac_abs_builddir&;t t
15980 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
15981 s&@INSTALL@&$ac_INSTALL&;t t
15982 $ac_datarootdir_hack
15984 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" |
15985 if $ac_cs_awk_getline; then
15986 $AWK -f "$tmp/subs.awk"
15987 else
15988 $AWK -f "$tmp/subs.awk" | $SHELL
15989 fi >$tmp/out \
15990 || as_fn_error "could not create $ac_file" "$LINENO" 5
15992 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
15993 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
15994 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
15995 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
15996 which seems to be undefined. Please make sure it is defined." >&5
15997 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
15998 which seems to be undefined. Please make sure it is defined." >&2;}
16000 rm -f "$tmp/stdin"
16001 case $ac_file in
16002 -) cat "$tmp/out" && rm -f "$tmp/out";;
16003 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
16004 esac \
16005 || as_fn_error "could not create $ac_file" "$LINENO" 5
16009 # CONFIG_HEADER
16011 if test x"$ac_file" != x-; then
16013 $as_echo "/* $configure_input */" \
16014 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
16015 } >"$tmp/config.h" \
16016 || as_fn_error "could not create $ac_file" "$LINENO" 5
16017 if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
16018 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
16019 $as_echo "$as_me: $ac_file is unchanged" >&6;}
16020 else
16021 rm -f "$ac_file"
16022 mv "$tmp/config.h" "$ac_file" \
16023 || as_fn_error "could not create $ac_file" "$LINENO" 5
16025 else
16026 $as_echo "/* $configure_input */" \
16027 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
16028 || as_fn_error "could not create -" "$LINENO" 5
16033 # CONFIG_LINK
16036 if test "$ac_source" = "$ac_file" && test "$srcdir" = '.'; then
16038 else
16039 # Prefer the file from the source tree if names are identical.
16040 if test "$ac_source" = "$ac_file" || test ! -r "$ac_source"; then
16041 ac_source=$srcdir/$ac_source
16044 { $as_echo "$as_me:${as_lineno-$LINENO}: linking $ac_source to $ac_file" >&5
16045 $as_echo "$as_me: linking $ac_source to $ac_file" >&6;}
16047 if test ! -r "$ac_source"; then
16048 as_fn_error "$ac_source: file not found" "$LINENO" 5
16050 rm -f "$ac_file"
16052 # Try a relative symlink, then a hard link, then a copy.
16053 case $srcdir in
16054 [\\/$]* | ?:[\\/]* ) ac_rel_source=$ac_source ;;
16055 *) ac_rel_source=$ac_top_build_prefix$ac_source ;;
16056 esac
16057 ln -s "$ac_rel_source" "$ac_file" 2>/dev/null ||
16058 ln "$ac_source" "$ac_file" 2>/dev/null ||
16059 cp -p "$ac_source" "$ac_file" ||
16060 as_fn_error "cannot link or copy $ac_source to $ac_file" "$LINENO" 5
16063 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
16064 $as_echo "$as_me: executing $ac_file commands" >&6;}
16066 esac
16069 case $ac_file$ac_mode in
16070 "include/stamp-h":C) echo timestamp > include/stamp-h ;;
16071 "dlls/gdi32/enhmfdrv":C) test -d "dlls/gdi32/enhmfdrv" || { { $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/gdi32/enhmfdrv" >&5
16072 $as_echo "$as_me: creating dlls/gdi32/enhmfdrv" >&6;}; as_dir="dlls/gdi32/enhmfdrv"; as_fn_mkdir_p; } ;;
16073 "dlls/gdi32/mfdrv":C) test -d "dlls/gdi32/mfdrv" || { { $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/gdi32/mfdrv" >&5
16074 $as_echo "$as_me: creating dlls/gdi32/mfdrv" >&6;}; as_dir="dlls/gdi32/mfdrv"; as_fn_mkdir_p; } ;;
16075 "dlls/kernel32/nls":C) test -d "dlls/kernel32/nls" || { { $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/kernel32/nls" >&5
16076 $as_echo "$as_me: creating dlls/kernel32/nls" >&6;}; as_dir="dlls/kernel32/nls"; as_fn_mkdir_p; } ;;
16077 "dlls/user32/resources":C) test -d "dlls/user32/resources" || { { $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/user32/resources" >&5
16078 $as_echo "$as_me: creating dlls/user32/resources" >&6;}; as_dir="dlls/user32/resources"; as_fn_mkdir_p; } ;;
16079 "dlls/wineps.drv/data":C) test -d "dlls/wineps.drv/data" || { { $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/wineps.drv/data" >&5
16080 $as_echo "$as_me: creating dlls/wineps.drv/data" >&6;}; as_dir="dlls/wineps.drv/data"; as_fn_mkdir_p; } ;;
16081 "include/wine":C) test -d "include/wine" || { { $as_echo "$as_me:${as_lineno-$LINENO}: creating include/wine" >&5
16082 $as_echo "$as_me: creating include/wine" >&6;}; as_dir="include/wine"; as_fn_mkdir_p; } ;;
16083 "Makefile":C) wine_fn_output_makefile Makefile ;;
16085 esac
16086 done # for ac_tag
16089 as_fn_exit 0
16090 _ACEOF
16091 ac_clean_files=$ac_clean_files_save
16093 test $ac_write_fail = 0 ||
16094 as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
16097 # configure is writing to config.log, and then calls config.status.
16098 # config.status does its own redirection, appending to config.log.
16099 # Unfortunately, on DOS this fails, as config.log is still kept open
16100 # by configure, so config.status won't be able to write to it; its
16101 # output is simply discarded. So we exec the FD to /dev/null,
16102 # effectively closing config.log, so it can be properly (re)opened and
16103 # appended to by config.status. When coming back to configure, we
16104 # need to make the FD available again.
16105 if test "$no_create" != yes; then
16106 ac_cs_success=:
16107 ac_config_status_args=
16108 test "$silent" = yes &&
16109 ac_config_status_args="$ac_config_status_args --quiet"
16110 exec 5>/dev/null
16111 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
16112 exec 5>>config.log
16113 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
16114 # would make configure fail if this is the last instruction.
16115 $ac_cs_success || as_fn_exit $?
16117 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
16118 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
16119 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
16123 if test "$no_create" = "yes"
16124 then
16125 exit 0
16128 ac_save_IFS="$IFS"
16129 if test "x$wine_notices != "x; then
16130 echo >&6
16131 IFS="|"
16132 for msg in $wine_notices; do
16133 IFS="$ac_save_IFS"
16134 if test -n "$msg"; then
16135 { $as_echo "$as_me:${as_lineno-$LINENO}: $msg" >&5
16136 $as_echo "$as_me: $msg" >&6;}
16138 done
16140 IFS="|"
16141 for msg in $wine_warnings; do
16142 IFS="$ac_save_IFS"
16143 if test -n "$msg"; then
16144 echo >&2
16145 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $msg" >&5
16146 $as_echo "$as_me: WARNING: $msg" >&2;}
16148 done
16149 IFS="$ac_save_IFS"
16151 echo "
16152 $as_me: Finished. Do '${ac_make}' to compile Wine.
16153 " >&6