Release 1.3.7.
[wine/multimedia.git] / configure
blob7a3e52fa38946f7015ce8d7d18196c99fb676245
1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.67 for Wine 1.3.7.
5 # Report bugs to <wine-devel@winehq.org>.
8 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
9 # 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software
10 # Foundation, Inc.
13 # This configure script is free software; the Free Software Foundation
14 # gives unlimited permission to copy, distribute and modify it.
15 ## -------------------- ##
16 ## M4sh Initialization. ##
17 ## -------------------- ##
19 # Be more Bourne compatible
20 DUALCASE=1; export DUALCASE # for MKS sh
21 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
22 emulate sh
23 NULLCMD=:
24 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
25 # is contrary to our usage. Disable this feature.
26 alias -g '${1+"$@"}'='"$@"'
27 setopt NO_GLOB_SUBST
28 else
29 case `(set -o) 2>/dev/null` in #(
30 *posix*) :
31 set -o posix ;; #(
32 *) :
34 esac
38 as_nl='
40 export as_nl
41 # Printing a long string crashes Solaris 7 /usr/bin/printf.
42 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
43 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
44 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
45 # Prefer a ksh shell builtin over an external printf program on Solaris,
46 # but without wasting forks for bash or zsh.
47 if test -z "$BASH_VERSION$ZSH_VERSION" \
48 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
49 as_echo='print -r --'
50 as_echo_n='print -rn --'
51 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
52 as_echo='printf %s\n'
53 as_echo_n='printf %s'
54 else
55 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
56 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
57 as_echo_n='/usr/ucb/echo -n'
58 else
59 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
60 as_echo_n_body='eval
61 arg=$1;
62 case $arg in #(
63 *"$as_nl"*)
64 expr "X$arg" : "X\\(.*\\)$as_nl";
65 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
66 esac;
67 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
69 export as_echo_n_body
70 as_echo_n='sh -c $as_echo_n_body as_echo'
72 export as_echo_body
73 as_echo='sh -c $as_echo_body as_echo'
76 # The user is always right.
77 if test "${PATH_SEPARATOR+set}" != set; then
78 PATH_SEPARATOR=:
79 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
80 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
81 PATH_SEPARATOR=';'
86 # IFS
87 # We need space, tab and new line, in precisely that order. Quoting is
88 # there to prevent editors from complaining about space-tab.
89 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
90 # splitting by setting IFS to empty value.)
91 IFS=" "" $as_nl"
93 # Find who we are. Look in the path if we contain no directory separator.
94 case $0 in #((
95 *[\\/]* ) as_myself=$0 ;;
96 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
97 for as_dir in $PATH
99 IFS=$as_save_IFS
100 test -z "$as_dir" && as_dir=.
101 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
102 done
103 IFS=$as_save_IFS
106 esac
107 # We did not find ourselves, most probably we were run as `sh COMMAND'
108 # in which case we are not to be found in the path.
109 if test "x$as_myself" = x; then
110 as_myself=$0
112 if test ! -f "$as_myself"; then
113 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
114 exit 1
117 # Unset variables that we do not need and which cause bugs (e.g. in
118 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
119 # suppresses any "Segmentation fault" message there. '((' could
120 # trigger a bug in pdksh 5.2.14.
121 for as_var in BASH_ENV ENV MAIL MAILPATH
122 do eval test x\${$as_var+set} = xset \
123 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
124 done
125 PS1='$ '
126 PS2='> '
127 PS4='+ '
129 # NLS nuisances.
130 LC_ALL=C
131 export LC_ALL
132 LANGUAGE=C
133 export LANGUAGE
135 # CDPATH.
136 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
138 if test "x$CONFIG_SHELL" = x; then
139 as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
140 emulate sh
141 NULLCMD=:
142 # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
143 # is contrary to our usage. Disable this feature.
144 alias -g '\${1+\"\$@\"}'='\"\$@\"'
145 setopt NO_GLOB_SUBST
146 else
147 case \`(set -o) 2>/dev/null\` in #(
148 *posix*) :
149 set -o posix ;; #(
150 *) :
152 esac
155 as_required="as_fn_return () { (exit \$1); }
156 as_fn_success () { as_fn_return 0; }
157 as_fn_failure () { as_fn_return 1; }
158 as_fn_ret_success () { return 0; }
159 as_fn_ret_failure () { return 1; }
161 exitcode=0
162 as_fn_success || { exitcode=1; echo as_fn_success failed.; }
163 as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
164 as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
165 as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
166 if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
168 else
169 exitcode=1; echo positional parameters were not saved.
171 test x\$exitcode = x0 || exit 1"
172 as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
173 as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
174 eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
175 test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
176 test \$(( 1 + 1 )) = 2 || exit 1"
177 if (eval "$as_required") 2>/dev/null; then :
178 as_have_required=yes
179 else
180 as_have_required=no
182 if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
184 else
185 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
186 as_found=false
187 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
189 IFS=$as_save_IFS
190 test -z "$as_dir" && as_dir=.
191 as_found=:
192 case $as_dir in #(
194 for as_base in sh bash ksh sh5; do
195 # Try only shells that exist, to save several forks.
196 as_shell=$as_dir/$as_base
197 if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
198 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
199 CONFIG_SHELL=$as_shell as_have_required=yes
200 if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
201 break 2
204 done;;
205 esac
206 as_found=false
207 done
208 $as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
209 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
210 CONFIG_SHELL=$SHELL as_have_required=yes
211 fi; }
212 IFS=$as_save_IFS
215 if test "x$CONFIG_SHELL" != x; then :
216 # We cannot yet assume a decent shell, so we have to provide a
217 # neutralization value for shells without unset; and this also
218 # works around shells that cannot unset nonexistent variables.
219 BASH_ENV=/dev/null
220 ENV=/dev/null
221 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
222 export CONFIG_SHELL
223 exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
226 if test x$as_have_required = xno; then :
227 $as_echo "$0: This script requires a shell more modern than all"
228 $as_echo "$0: the shells that I found on your system."
229 if test x${ZSH_VERSION+set} = xset ; then
230 $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
231 $as_echo "$0: be upgraded to zsh 4.3.4 or later."
232 else
233 $as_echo "$0: Please tell bug-autoconf@gnu.org and
234 $0: wine-devel@winehq.org about your system, including any
235 $0: error possibly output before this message. Then install
236 $0: a modern shell, or manually run the script under such a
237 $0: shell if you do have one."
239 exit 1
243 SHELL=${CONFIG_SHELL-/bin/sh}
244 export SHELL
245 # Unset more variables known to interfere with behavior of common tools.
246 CLICOLOR_FORCE= GREP_OPTIONS=
247 unset CLICOLOR_FORCE GREP_OPTIONS
249 ## --------------------- ##
250 ## M4sh Shell Functions. ##
251 ## --------------------- ##
252 # as_fn_unset VAR
253 # ---------------
254 # Portably unset VAR.
255 as_fn_unset ()
257 { eval $1=; unset $1;}
259 as_unset=as_fn_unset
261 # as_fn_set_status STATUS
262 # -----------------------
263 # Set $? to STATUS, without forking.
264 as_fn_set_status ()
266 return $1
267 } # as_fn_set_status
269 # as_fn_exit STATUS
270 # -----------------
271 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
272 as_fn_exit ()
274 set +e
275 as_fn_set_status $1
276 exit $1
277 } # as_fn_exit
279 # as_fn_mkdir_p
280 # -------------
281 # Create "$as_dir" as a directory, including parents if necessary.
282 as_fn_mkdir_p ()
285 case $as_dir in #(
286 -*) as_dir=./$as_dir;;
287 esac
288 test -d "$as_dir" || eval $as_mkdir_p || {
289 as_dirs=
290 while :; do
291 case $as_dir in #(
292 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
293 *) as_qdir=$as_dir;;
294 esac
295 as_dirs="'$as_qdir' $as_dirs"
296 as_dir=`$as_dirname -- "$as_dir" ||
297 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
298 X"$as_dir" : 'X\(//\)[^/]' \| \
299 X"$as_dir" : 'X\(//\)$' \| \
300 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
301 $as_echo X"$as_dir" |
302 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
303 s//\1/
306 /^X\(\/\/\)[^/].*/{
307 s//\1/
310 /^X\(\/\/\)$/{
311 s//\1/
314 /^X\(\/\).*/{
315 s//\1/
318 s/.*/./; q'`
319 test -d "$as_dir" && break
320 done
321 test -z "$as_dirs" || eval "mkdir $as_dirs"
322 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
325 } # as_fn_mkdir_p
326 # as_fn_append VAR VALUE
327 # ----------------------
328 # Append the text in VALUE to the end of the definition contained in VAR. Take
329 # advantage of any shell optimizations that allow amortized linear growth over
330 # repeated appends, instead of the typical quadratic growth present in naive
331 # implementations.
332 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
333 eval 'as_fn_append ()
335 eval $1+=\$2
337 else
338 as_fn_append ()
340 eval $1=\$$1\$2
342 fi # as_fn_append
344 # as_fn_arith ARG...
345 # ------------------
346 # Perform arithmetic evaluation on the ARGs, and store the result in the
347 # global $as_val. Take advantage of shells that can avoid forks. The arguments
348 # must be portable across $(()) and expr.
349 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
350 eval 'as_fn_arith ()
352 as_val=$(( $* ))
354 else
355 as_fn_arith ()
357 as_val=`expr "$@" || test $? -eq 1`
359 fi # as_fn_arith
362 # as_fn_error STATUS ERROR [LINENO LOG_FD]
363 # ----------------------------------------
364 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
365 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
366 # script with STATUS, using 1 if that was 0.
367 as_fn_error ()
369 as_status=$1; test $as_status -eq 0 && as_status=1
370 if test "$4"; then
371 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
372 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
374 $as_echo "$as_me: error: $2" >&2
375 as_fn_exit $as_status
376 } # as_fn_error
378 if expr a : '\(a\)' >/dev/null 2>&1 &&
379 test "X`expr 00001 : '.*\(...\)'`" = X001; then
380 as_expr=expr
381 else
382 as_expr=false
385 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
386 as_basename=basename
387 else
388 as_basename=false
391 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
392 as_dirname=dirname
393 else
394 as_dirname=false
397 as_me=`$as_basename -- "$0" ||
398 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
399 X"$0" : 'X\(//\)$' \| \
400 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
401 $as_echo X/"$0" |
402 sed '/^.*\/\([^/][^/]*\)\/*$/{
403 s//\1/
406 /^X\/\(\/\/\)$/{
407 s//\1/
410 /^X\/\(\/\).*/{
411 s//\1/
414 s/.*/./; q'`
416 # Avoid depending upon Character Ranges.
417 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
418 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
419 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
420 as_cr_digits='0123456789'
421 as_cr_alnum=$as_cr_Letters$as_cr_digits
424 as_lineno_1=$LINENO as_lineno_1a=$LINENO
425 as_lineno_2=$LINENO as_lineno_2a=$LINENO
426 eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
427 test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
428 # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-)
429 sed -n '
431 /[$]LINENO/=
432 ' <$as_myself |
433 sed '
434 s/[$]LINENO.*/&-/
435 t lineno
437 :lineno
439 :loop
440 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
441 t loop
442 s/-\n.*//
443 ' >$as_me.lineno &&
444 chmod +x "$as_me.lineno" ||
445 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
447 # Don't try to exec as it changes $[0], causing all sort of problems
448 # (the dirname of $[0] is not the place where we might find the
449 # original and so on. Autoconf is especially sensitive to this).
450 . "./$as_me.lineno"
451 # Exit status is that of the last command.
452 exit
455 ECHO_C= ECHO_N= ECHO_T=
456 case `echo -n x` in #(((((
457 -n*)
458 case `echo 'xy\c'` in
459 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
460 xy) ECHO_C='\c';;
461 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
462 ECHO_T=' ';;
463 esac;;
465 ECHO_N='-n';;
466 esac
468 rm -f conf$$ conf$$.exe conf$$.file
469 if test -d conf$$.dir; then
470 rm -f conf$$.dir/conf$$.file
471 else
472 rm -f conf$$.dir
473 mkdir conf$$.dir 2>/dev/null
475 if (echo >conf$$.file) 2>/dev/null; then
476 if ln -s conf$$.file conf$$ 2>/dev/null; then
477 as_ln_s='ln -s'
478 # ... but there are two gotchas:
479 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
480 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
481 # In both cases, we have to default to `cp -p'.
482 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
483 as_ln_s='cp -p'
484 elif ln conf$$.file conf$$ 2>/dev/null; then
485 as_ln_s=ln
486 else
487 as_ln_s='cp -p'
489 else
490 as_ln_s='cp -p'
492 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
493 rmdir conf$$.dir 2>/dev/null
495 if mkdir -p . 2>/dev/null; then
496 as_mkdir_p='mkdir -p "$as_dir"'
497 else
498 test -d ./-p && rmdir ./-p
499 as_mkdir_p=false
502 if test -x / >/dev/null 2>&1; then
503 as_test_x='test -x'
504 else
505 if ls -dL / >/dev/null 2>&1; then
506 as_ls_L_option=L
507 else
508 as_ls_L_option=
510 as_test_x='
511 eval sh -c '\''
512 if test -d "$1"; then
513 test -d "$1/.";
514 else
515 case $1 in #(
516 -*)set "./$1";;
517 esac;
518 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
519 ???[sx]*):;;*)false;;esac;fi
520 '\'' sh
523 as_executable_p=$as_test_x
525 # Sed expression to map a string onto a valid CPP name.
526 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
528 # Sed expression to map a string onto a valid variable name.
529 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
532 test -n "$DJDIR" || exec 7<&0 </dev/null
533 exec 6>&1
535 # Name of the host.
536 # hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
537 # so uname gets run too.
538 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
541 # Initializations.
543 ac_default_prefix=/usr/local
544 ac_clean_files=
545 ac_config_libobj_dir=.
546 LIBOBJS=
547 cross_compiling=no
548 subdirs=
549 MFLAGS=
550 MAKEFLAGS=
552 # Identity of this package.
553 PACKAGE_NAME='Wine'
554 PACKAGE_TARNAME='wine'
555 PACKAGE_VERSION='1.3.7'
556 PACKAGE_STRING='Wine 1.3.7'
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 UNWINDFLAGS
611 BUILTINFLAG
612 EXTRACFLAGS
613 LIBKSTAT
614 LIBOPENAL
615 LIBMPG123
616 PNGINCL
617 FONTCONFIGINCL
618 CUPSINCL
619 AUDIOIOLIBS
620 ALSALIBS
621 GSTREAMER_INCL
622 GSTREAMER_LIBS
623 ESDLIBS
624 ESDINCL
625 ESDCONFIG
626 ZLIB
627 FREETYPEINCL
628 FREETYPELIBS
629 ft_devel
630 LCMSLIBS
631 RESOLVLIBS
632 GPHOTO2INCL
633 GPHOTO2LIBS
634 gphoto2port_devel
635 gphoto2_devel
636 SANEINCL
637 sane_devel
638 GNUTLSINCL
639 HALINCL
640 XSLTINCL
641 XML2INCL
642 XML2LIBS
643 NASLIBS
644 X_EXTRA_LIBS
645 X_LIBS
646 X_PRE_LIBS
647 X_CFLAGS
648 XMKMF
649 LIBPTHREAD
650 CROSSTARGET
651 CROSSCC
652 CROSSTEST_DISABLE
653 PRELINK
654 CARBONLIB
655 FRAMEWORK_OPENAL
656 COREAUDIO
657 DISKARBITRATIONLIB
658 LDEXECFLAGS
659 IOKITLIB
660 COREFOUNDATIONLIB
661 SECURITYLIB
662 DLLWRAP
663 DLLTOOL
665 LDRPATH_LOCAL
666 LDRPATH_INSTALL
667 IMPLIBEXT
668 LIBEXT
669 LDDLLFLAGS
670 LDSHARED
671 DLLFLAGS
672 DLLEXT
674 OPENGL_LIBS
675 XLIB
676 MAINTAINER_MODE
677 ICOTOOL
678 CONVERT
679 RSVG
680 PKG_CONFIG
681 FONTFORGE
682 LINTFLAGS
683 LINT
684 INSTALL_DATA
685 INSTALL_SCRIPT
686 INSTALL_PROGRAM
687 LDCONFIG
688 EGREP
689 GREP
690 LN_S
691 STRIP
692 RANLIB
693 ARFLAGS
694 ac_ct_AR
696 BISON
697 FLEX
698 TOOLSDIR
699 WOW64_DISABLE
700 TARGETFLAGS
701 CPPBIN
702 ac_ct_CXX
703 CXXFLAGS
705 OBJEXT
706 EXEEXT
707 ac_ct_CC
708 CPPFLAGS
709 LDFLAGS
710 CFLAGS
712 SET_MAKE
713 host_os
714 host_vendor
715 host_cpu
716 host
717 build_os
718 build_vendor
719 build_cpu
720 build
721 target_alias
722 host_alias
723 build_alias
724 LIBS
725 ECHO_T
726 ECHO_N
727 ECHO_C
728 DEFS
729 mandir
730 localedir
731 libdir
732 psdir
733 pdfdir
734 dvidir
735 htmldir
736 infodir
737 docdir
738 oldincludedir
739 includedir
740 localstatedir
741 sharedstatedir
742 sysconfdir
743 datadir
744 datarootdir
745 libexecdir
746 sbindir
747 bindir
748 program_transform_name
749 prefix
750 exec_prefix
751 PACKAGE_URL
752 PACKAGE_BUGREPORT
753 PACKAGE_STRING
754 PACKAGE_VERSION
755 PACKAGE_TARNAME
756 PACKAGE_NAME
757 PATH_SEPARATOR
758 SHELL'
759 ac_subst_files='MAKE_RULES
760 MAKE_TEST_RULES
761 MAKE_DLL_RULES
762 MAKE_IMPLIB_RULES
763 MAKE_PROG_RULES'
764 ac_user_opts='
765 enable_option_checking
766 enable_win16
767 enable_win64
768 enable_tests
769 enable_maintainer_mode
770 with_alsa
771 with_audioio
772 with_capi
773 with_cms
774 with_coreaudio
775 with_cups
776 with_curses
777 with_esd
778 with_fontconfig
779 with_freetype
780 with_gphoto
781 with_glu
782 with_gnutls
783 with_gsm
784 with_gstreamer
785 with_hal
786 with_icns
787 with_jack
788 with_jpeg
789 with_ldap
790 with_mpg123
791 with_nas
792 with_openal
793 with_opengl
794 with_openssl
795 with_oss
796 with_png
797 with_pthread
798 with_sane
799 with_tiff
800 with_v4l
801 with_xcomposite
802 with_xcursor
803 with_xinerama
804 with_xinput
805 with_xml
806 with_xrandr
807 with_xrender
808 with_xshape
809 with_xshm
810 with_xslt
811 with_xxf86vm
812 with_wine_tools
813 with_wine64
814 enable_largefile
815 with_x
817 ac_precious_vars='build_alias
818 host_alias
819 target_alias
821 CFLAGS
822 LDFLAGS
823 LIBS
824 CPPFLAGS
826 CXXFLAGS
829 XMKMF'
832 # Initialize some variables set by options.
833 ac_init_help=
834 ac_init_version=false
835 ac_unrecognized_opts=
836 ac_unrecognized_sep=
837 # The variables have the same names as the options, with
838 # dashes changed to underlines.
839 cache_file=/dev/null
840 exec_prefix=NONE
841 no_create=
842 no_recursion=
843 prefix=NONE
844 program_prefix=NONE
845 program_suffix=NONE
846 program_transform_name=s,x,x,
847 silent=
848 site=
849 srcdir=
850 verbose=
851 x_includes=NONE
852 x_libraries=NONE
854 # Installation directory options.
855 # These are left unexpanded so users can "make install exec_prefix=/foo"
856 # and all the variables that are supposed to be based on exec_prefix
857 # by default will actually change.
858 # Use braces instead of parens because sh, perl, etc. also accept them.
859 # (The list follows the same order as the GNU Coding Standards.)
860 bindir='${exec_prefix}/bin'
861 sbindir='${exec_prefix}/sbin'
862 libexecdir='${exec_prefix}/libexec'
863 datarootdir='${prefix}/share'
864 datadir='${datarootdir}'
865 sysconfdir='${prefix}/etc'
866 sharedstatedir='${prefix}/com'
867 localstatedir='${prefix}/var'
868 includedir='${prefix}/include'
869 oldincludedir='/usr/include'
870 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
871 infodir='${datarootdir}/info'
872 htmldir='${docdir}'
873 dvidir='${docdir}'
874 pdfdir='${docdir}'
875 psdir='${docdir}'
876 libdir='${exec_prefix}/lib'
877 localedir='${datarootdir}/locale'
878 mandir='${datarootdir}/man'
880 ac_prev=
881 ac_dashdash=
882 for ac_option
884 # If the previous option needs an argument, assign it.
885 if test -n "$ac_prev"; then
886 eval $ac_prev=\$ac_option
887 ac_prev=
888 continue
891 case $ac_option in
892 *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
893 *=) ac_optarg= ;;
894 *) ac_optarg=yes ;;
895 esac
897 # Accept the important Cygnus configure options, so we can diagnose typos.
899 case $ac_dashdash$ac_option in
901 ac_dashdash=yes ;;
903 -bindir | --bindir | --bindi | --bind | --bin | --bi)
904 ac_prev=bindir ;;
905 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
906 bindir=$ac_optarg ;;
908 -build | --build | --buil | --bui | --bu)
909 ac_prev=build_alias ;;
910 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
911 build_alias=$ac_optarg ;;
913 -cache-file | --cache-file | --cache-fil | --cache-fi \
914 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
915 ac_prev=cache_file ;;
916 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
917 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
918 cache_file=$ac_optarg ;;
920 --config-cache | -C)
921 cache_file=config.cache ;;
923 -datadir | --datadir | --datadi | --datad)
924 ac_prev=datadir ;;
925 -datadir=* | --datadir=* | --datadi=* | --datad=*)
926 datadir=$ac_optarg ;;
928 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
929 | --dataroo | --dataro | --datar)
930 ac_prev=datarootdir ;;
931 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
932 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
933 datarootdir=$ac_optarg ;;
935 -disable-* | --disable-*)
936 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
937 # Reject names that are not valid shell variable names.
938 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
939 as_fn_error $? "invalid feature name: $ac_useropt"
940 ac_useropt_orig=$ac_useropt
941 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
942 case $ac_user_opts in
944 "enable_$ac_useropt"
945 "*) ;;
946 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
947 ac_unrecognized_sep=', ';;
948 esac
949 eval enable_$ac_useropt=no ;;
951 -docdir | --docdir | --docdi | --doc | --do)
952 ac_prev=docdir ;;
953 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
954 docdir=$ac_optarg ;;
956 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
957 ac_prev=dvidir ;;
958 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
959 dvidir=$ac_optarg ;;
961 -enable-* | --enable-*)
962 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
963 # Reject names that are not valid shell variable names.
964 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
965 as_fn_error $? "invalid feature name: $ac_useropt"
966 ac_useropt_orig=$ac_useropt
967 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
968 case $ac_user_opts in
970 "enable_$ac_useropt"
971 "*) ;;
972 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
973 ac_unrecognized_sep=', ';;
974 esac
975 eval enable_$ac_useropt=\$ac_optarg ;;
977 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
978 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
979 | --exec | --exe | --ex)
980 ac_prev=exec_prefix ;;
981 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
982 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
983 | --exec=* | --exe=* | --ex=*)
984 exec_prefix=$ac_optarg ;;
986 -gas | --gas | --ga | --g)
987 # Obsolete; use --with-gas.
988 with_gas=yes ;;
990 -help | --help | --hel | --he | -h)
991 ac_init_help=long ;;
992 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
993 ac_init_help=recursive ;;
994 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
995 ac_init_help=short ;;
997 -host | --host | --hos | --ho)
998 ac_prev=host_alias ;;
999 -host=* | --host=* | --hos=* | --ho=*)
1000 host_alias=$ac_optarg ;;
1002 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
1003 ac_prev=htmldir ;;
1004 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
1005 | --ht=*)
1006 htmldir=$ac_optarg ;;
1008 -includedir | --includedir | --includedi | --included | --include \
1009 | --includ | --inclu | --incl | --inc)
1010 ac_prev=includedir ;;
1011 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
1012 | --includ=* | --inclu=* | --incl=* | --inc=*)
1013 includedir=$ac_optarg ;;
1015 -infodir | --infodir | --infodi | --infod | --info | --inf)
1016 ac_prev=infodir ;;
1017 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
1018 infodir=$ac_optarg ;;
1020 -libdir | --libdir | --libdi | --libd)
1021 ac_prev=libdir ;;
1022 -libdir=* | --libdir=* | --libdi=* | --libd=*)
1023 libdir=$ac_optarg ;;
1025 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1026 | --libexe | --libex | --libe)
1027 ac_prev=libexecdir ;;
1028 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1029 | --libexe=* | --libex=* | --libe=*)
1030 libexecdir=$ac_optarg ;;
1032 -localedir | --localedir | --localedi | --localed | --locale)
1033 ac_prev=localedir ;;
1034 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1035 localedir=$ac_optarg ;;
1037 -localstatedir | --localstatedir | --localstatedi | --localstated \
1038 | --localstate | --localstat | --localsta | --localst | --locals)
1039 ac_prev=localstatedir ;;
1040 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1041 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1042 localstatedir=$ac_optarg ;;
1044 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1045 ac_prev=mandir ;;
1046 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1047 mandir=$ac_optarg ;;
1049 -nfp | --nfp | --nf)
1050 # Obsolete; use --without-fp.
1051 with_fp=no ;;
1053 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1054 | --no-cr | --no-c | -n)
1055 no_create=yes ;;
1057 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1058 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1059 no_recursion=yes ;;
1061 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1062 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1063 | --oldin | --oldi | --old | --ol | --o)
1064 ac_prev=oldincludedir ;;
1065 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1066 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1067 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1068 oldincludedir=$ac_optarg ;;
1070 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1071 ac_prev=prefix ;;
1072 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1073 prefix=$ac_optarg ;;
1075 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1076 | --program-pre | --program-pr | --program-p)
1077 ac_prev=program_prefix ;;
1078 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1079 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1080 program_prefix=$ac_optarg ;;
1082 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1083 | --program-suf | --program-su | --program-s)
1084 ac_prev=program_suffix ;;
1085 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1086 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1087 program_suffix=$ac_optarg ;;
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 ac_prev=program_transform_name ;;
1097 -program-transform-name=* | --program-transform-name=* \
1098 | --program-transform-nam=* | --program-transform-na=* \
1099 | --program-transform-n=* | --program-transform-=* \
1100 | --program-transform=* | --program-transfor=* \
1101 | --program-transfo=* | --program-transf=* \
1102 | --program-trans=* | --program-tran=* \
1103 | --progr-tra=* | --program-tr=* | --program-t=*)
1104 program_transform_name=$ac_optarg ;;
1106 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1107 ac_prev=pdfdir ;;
1108 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1109 pdfdir=$ac_optarg ;;
1111 -psdir | --psdir | --psdi | --psd | --ps)
1112 ac_prev=psdir ;;
1113 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1114 psdir=$ac_optarg ;;
1116 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1117 | -silent | --silent | --silen | --sile | --sil)
1118 silent=yes ;;
1120 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1121 ac_prev=sbindir ;;
1122 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1123 | --sbi=* | --sb=*)
1124 sbindir=$ac_optarg ;;
1126 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1127 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1128 | --sharedst | --shareds | --shared | --share | --shar \
1129 | --sha | --sh)
1130 ac_prev=sharedstatedir ;;
1131 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1132 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1133 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1134 | --sha=* | --sh=*)
1135 sharedstatedir=$ac_optarg ;;
1137 -site | --site | --sit)
1138 ac_prev=site ;;
1139 -site=* | --site=* | --sit=*)
1140 site=$ac_optarg ;;
1142 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1143 ac_prev=srcdir ;;
1144 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1145 srcdir=$ac_optarg ;;
1147 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1148 | --syscon | --sysco | --sysc | --sys | --sy)
1149 ac_prev=sysconfdir ;;
1150 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1151 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1152 sysconfdir=$ac_optarg ;;
1154 -target | --target | --targe | --targ | --tar | --ta | --t)
1155 ac_prev=target_alias ;;
1156 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1157 target_alias=$ac_optarg ;;
1159 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1160 verbose=yes ;;
1162 -version | --version | --versio | --versi | --vers | -V)
1163 ac_init_version=: ;;
1165 -with-* | --with-*)
1166 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1167 # Reject names that are not valid shell variable names.
1168 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1169 as_fn_error $? "invalid package name: $ac_useropt"
1170 ac_useropt_orig=$ac_useropt
1171 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1172 case $ac_user_opts in
1174 "with_$ac_useropt"
1175 "*) ;;
1176 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1177 ac_unrecognized_sep=', ';;
1178 esac
1179 eval with_$ac_useropt=\$ac_optarg ;;
1181 -without-* | --without-*)
1182 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1183 # Reject names that are not valid shell variable names.
1184 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1185 as_fn_error $? "invalid package name: $ac_useropt"
1186 ac_useropt_orig=$ac_useropt
1187 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1188 case $ac_user_opts in
1190 "with_$ac_useropt"
1191 "*) ;;
1192 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1193 ac_unrecognized_sep=', ';;
1194 esac
1195 eval with_$ac_useropt=no ;;
1197 --x)
1198 # Obsolete; use --with-x.
1199 with_x=yes ;;
1201 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1202 | --x-incl | --x-inc | --x-in | --x-i)
1203 ac_prev=x_includes ;;
1204 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1205 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1206 x_includes=$ac_optarg ;;
1208 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1209 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1210 ac_prev=x_libraries ;;
1211 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1212 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1213 x_libraries=$ac_optarg ;;
1215 -*) as_fn_error $? "unrecognized option: \`$ac_option'
1216 Try \`$0 --help' for more information"
1219 *=*)
1220 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1221 # Reject names that are not valid shell variable names.
1222 case $ac_envvar in #(
1223 '' | [0-9]* | *[!_$as_cr_alnum]* )
1224 as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
1225 esac
1226 eval $ac_envvar=\$ac_optarg
1227 export $ac_envvar ;;
1230 # FIXME: should be removed in autoconf 3.0.
1231 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1232 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1233 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1234 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1237 esac
1238 done
1240 if test -n "$ac_prev"; then
1241 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1242 as_fn_error $? "missing argument to $ac_option"
1245 if test -n "$ac_unrecognized_opts"; then
1246 case $enable_option_checking in
1247 no) ;;
1248 fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
1249 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1250 esac
1253 # Check all directory arguments for consistency.
1254 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1255 datadir sysconfdir sharedstatedir localstatedir includedir \
1256 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1257 libdir localedir mandir
1259 eval ac_val=\$$ac_var
1260 # Remove trailing slashes.
1261 case $ac_val in
1262 */ )
1263 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1264 eval $ac_var=\$ac_val;;
1265 esac
1266 # Be sure to have absolute directory names.
1267 case $ac_val in
1268 [\\/$]* | ?:[\\/]* ) continue;;
1269 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1270 esac
1271 as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
1272 done
1274 # There might be people who depend on the old broken behavior: `$host'
1275 # used to hold the argument of --host etc.
1276 # FIXME: To remove some day.
1277 build=$build_alias
1278 host=$host_alias
1279 target=$target_alias
1281 # FIXME: To remove some day.
1282 if test "x$host_alias" != x; then
1283 if test "x$build_alias" = x; then
1284 cross_compiling=maybe
1285 $as_echo "$as_me: WARNING: if you wanted to set the --build type, don't use --host.
1286 If a cross compiler is detected then cross compile mode will be used" >&2
1287 elif test "x$build_alias" != "x$host_alias"; then
1288 cross_compiling=yes
1292 ac_tool_prefix=
1293 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1295 test "$silent" = yes && exec 6>/dev/null
1298 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1299 ac_ls_di=`ls -di .` &&
1300 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1301 as_fn_error $? "working directory cannot be determined"
1302 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1303 as_fn_error $? "pwd does not report name of working directory"
1306 # Find the source files, if location was not specified.
1307 if test -z "$srcdir"; then
1308 ac_srcdir_defaulted=yes
1309 # Try the directory containing this script, then the parent directory.
1310 ac_confdir=`$as_dirname -- "$as_myself" ||
1311 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1312 X"$as_myself" : 'X\(//\)[^/]' \| \
1313 X"$as_myself" : 'X\(//\)$' \| \
1314 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1315 $as_echo X"$as_myself" |
1316 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1317 s//\1/
1320 /^X\(\/\/\)[^/].*/{
1321 s//\1/
1324 /^X\(\/\/\)$/{
1325 s//\1/
1328 /^X\(\/\).*/{
1329 s//\1/
1332 s/.*/./; q'`
1333 srcdir=$ac_confdir
1334 if test ! -r "$srcdir/$ac_unique_file"; then
1335 srcdir=..
1337 else
1338 ac_srcdir_defaulted=no
1340 if test ! -r "$srcdir/$ac_unique_file"; then
1341 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1342 as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
1344 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1345 ac_abs_confdir=`(
1346 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
1347 pwd)`
1348 # When building in place, set srcdir=.
1349 if test "$ac_abs_confdir" = "$ac_pwd"; then
1350 srcdir=.
1352 # Remove unnecessary trailing slashes from srcdir.
1353 # Double slashes in file names in object file debugging info
1354 # mess up M-x gdb in Emacs.
1355 case $srcdir in
1356 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1357 esac
1358 for ac_var in $ac_precious_vars; do
1359 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1360 eval ac_env_${ac_var}_value=\$${ac_var}
1361 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1362 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1363 done
1366 # Report the --help message.
1368 if test "$ac_init_help" = "long"; then
1369 # Omit some internal or obsolete options to make the list less imposing.
1370 # This message is too long to be a string in the A/UX 3.1 sh.
1371 cat <<_ACEOF
1372 \`configure' configures Wine 1.3.7 to adapt to many kinds of systems.
1374 Usage: $0 [OPTION]... [VAR=VALUE]...
1376 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1377 VAR=VALUE. See below for descriptions of some of the useful variables.
1379 Defaults for the options are specified in brackets.
1381 Configuration:
1382 -h, --help display this help and exit
1383 --help=short display options specific to this package
1384 --help=recursive display the short help of all the included packages
1385 -V, --version display version information and exit
1386 -q, --quiet, --silent do not print \`checking ...' messages
1387 --cache-file=FILE cache test results in FILE [disabled]
1388 -C, --config-cache alias for \`--cache-file=config.cache'
1389 -n, --no-create do not create output files
1390 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1392 Installation directories:
1393 --prefix=PREFIX install architecture-independent files in PREFIX
1394 [$ac_default_prefix]
1395 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1396 [PREFIX]
1398 By default, \`make install' will install all the files in
1399 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1400 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1401 for instance \`--prefix=\$HOME'.
1403 For better control, use the options below.
1405 Fine tuning of the installation directories:
1406 --bindir=DIR user executables [EPREFIX/bin]
1407 --sbindir=DIR system admin executables [EPREFIX/sbin]
1408 --libexecdir=DIR program executables [EPREFIX/libexec]
1409 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1410 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1411 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1412 --libdir=DIR object code libraries [EPREFIX/lib]
1413 --includedir=DIR C header files [PREFIX/include]
1414 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1415 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1416 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1417 --infodir=DIR info documentation [DATAROOTDIR/info]
1418 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1419 --mandir=DIR man documentation [DATAROOTDIR/man]
1420 --docdir=DIR documentation root [DATAROOTDIR/doc/wine]
1421 --htmldir=DIR html documentation [DOCDIR]
1422 --dvidir=DIR dvi documentation [DOCDIR]
1423 --pdfdir=DIR pdf documentation [DOCDIR]
1424 --psdir=DIR ps documentation [DOCDIR]
1425 _ACEOF
1427 cat <<\_ACEOF
1429 X features:
1430 --x-includes=DIR X include files are in DIR
1431 --x-libraries=DIR X library files are in DIR
1433 System types:
1434 --build=BUILD configure for building on BUILD [guessed]
1435 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1436 _ACEOF
1439 if test -n "$ac_init_help"; then
1440 case $ac_init_help in
1441 short | recursive ) echo "Configuration of Wine 1.3.7:";;
1442 esac
1443 cat <<\_ACEOF
1445 Optional Features:
1446 --disable-option-checking ignore unrecognized --enable/--with options
1447 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1448 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1449 --disable-win16 do not include Win16 support
1450 --enable-win64 build a Win64 emulator on AMD64 (won't run Win32
1451 binaries)
1452 --disable-tests do not build the regression tests
1453 --enable-maintainer-mode
1454 enable maintainer-specific build rules
1455 --disable-largefile omit support for large files
1457 Optional Packages:
1458 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1459 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1460 --without-alsa do not use the Alsa sound support
1461 --without-audioio do not use the AudioIO sound support
1462 --without-capi do not use CAPI (ISDN support)
1463 --without-cms do not use CMS (color management support)
1464 --without-coreaudio do not use the CoreAudio sound support
1465 --without-cups do not use CUPS
1466 --without-curses do not use (n)curses
1467 --without-esd do not use the EsounD sound support
1468 --without-fontconfig do not use fontconfig
1469 --without-freetype do not use the FreeType library
1470 --without-gphoto do not use gphoto (Digital Camera support)
1471 --without-glu do not use the GLU library
1472 --without-gnutls do not use GnuTLS (schannel support)
1473 --without-gsm do not use libgsm (GSM 06.10 codec support)
1474 --without-gstreamer do not use GStreamer (codecs support)
1475 --without-hal do not use HAL (dynamic device support)
1476 --without-icns do not use ICNS icon support
1477 --without-jack do not use the Jack sound support
1478 --without-jpeg do not use JPEG
1479 --without-ldap do not use LDAP
1480 --without-mpg123 do not use the mpg123 library
1481 --without-nas do not use the NAS sound support
1482 --without-openal do not use OpenAL
1483 --without-opengl do not use OpenGL
1484 --without-openssl do not use OpenSSL
1485 --without-oss do not use the OSS sound support
1486 --without-png do not use PNG
1487 --without-pthread do not use the pthread library
1488 --without-sane do not use SANE (scanner support)
1489 --without-tiff do not use TIFF
1490 --without-v4l do not use v4l1 (v4l support)
1491 --without-xcomposite do not use the Xcomposite extension
1492 --without-xcursor do not use the Xcursor extension
1493 --without-xinerama do not use Xinerama (multi-monitor support)
1494 --without-xinput do not use the Xinput extension
1495 --without-xml do not use XML
1496 --without-xrandr do not use Xrandr (resolution changes)
1497 --without-xrender do not use the Xrender extension
1498 --without-xshape do not use the Xshape extension
1499 --without-xshm do not use XShm (shared memory extension)
1500 --without-xslt do not use XSLT
1501 --without-xxf86vm do not use XFree video mode extension
1502 --with-wine-tools=DIR use Wine tools from directory DIR
1503 --with-wine64=DIR use the 64-bit Wine in DIR for a Wow64 build
1504 --with-x use the X Window System
1506 Some influential environment variables:
1507 CC C compiler command
1508 CFLAGS C compiler flags
1509 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1510 nonstandard directory <lib dir>
1511 LIBS libraries to pass to the linker, e.g. -l<library>
1512 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
1513 you have headers in a nonstandard directory <include dir>
1514 CXX C++ compiler command
1515 CXXFLAGS C++ compiler flags
1516 CPP C preprocessor
1517 XMKMF Path to xmkmf, Makefile generator for X Window System
1519 Use these variables to override the choices made by `configure' or to help
1520 it to find libraries and programs with nonstandard names/locations.
1522 Report bugs to <wine-devel@winehq.org>.
1523 Wine home page: <http://www.winehq.org>.
1524 _ACEOF
1525 ac_status=$?
1528 if test "$ac_init_help" = "recursive"; then
1529 # If there are subdirs, report their specific --help.
1530 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1531 test -d "$ac_dir" ||
1532 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1533 continue
1534 ac_builddir=.
1536 case "$ac_dir" in
1537 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1539 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1540 # A ".." for each directory in $ac_dir_suffix.
1541 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1542 case $ac_top_builddir_sub in
1543 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1544 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1545 esac ;;
1546 esac
1547 ac_abs_top_builddir=$ac_pwd
1548 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1549 # for backward compatibility:
1550 ac_top_builddir=$ac_top_build_prefix
1552 case $srcdir in
1553 .) # We are building in place.
1554 ac_srcdir=.
1555 ac_top_srcdir=$ac_top_builddir_sub
1556 ac_abs_top_srcdir=$ac_pwd ;;
1557 [\\/]* | ?:[\\/]* ) # Absolute name.
1558 ac_srcdir=$srcdir$ac_dir_suffix;
1559 ac_top_srcdir=$srcdir
1560 ac_abs_top_srcdir=$srcdir ;;
1561 *) # Relative name.
1562 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1563 ac_top_srcdir=$ac_top_build_prefix$srcdir
1564 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1565 esac
1566 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1568 cd "$ac_dir" || { ac_status=$?; continue; }
1569 # Check for guested configure.
1570 if test -f "$ac_srcdir/configure.gnu"; then
1571 echo &&
1572 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1573 elif test -f "$ac_srcdir/configure"; then
1574 echo &&
1575 $SHELL "$ac_srcdir/configure" --help=recursive
1576 else
1577 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1578 fi || ac_status=$?
1579 cd "$ac_pwd" || { ac_status=$?; break; }
1580 done
1583 test -n "$ac_init_help" && exit $ac_status
1584 if $ac_init_version; then
1585 cat <<\_ACEOF
1586 Wine configure 1.3.7
1587 generated by GNU Autoconf 2.67
1589 Copyright (C) 2010 Free Software Foundation, Inc.
1590 This configure script is free software; the Free Software Foundation
1591 gives unlimited permission to copy, distribute and modify it.
1592 _ACEOF
1593 exit
1596 ## ------------------------ ##
1597 ## Autoconf initialization. ##
1598 ## ------------------------ ##
1600 # ac_fn_c_try_compile LINENO
1601 # --------------------------
1602 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1603 ac_fn_c_try_compile ()
1605 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1606 rm -f conftest.$ac_objext
1607 if { { ac_try="$ac_compile"
1608 case "(($ac_try" in
1609 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1610 *) ac_try_echo=$ac_try;;
1611 esac
1612 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1613 $as_echo "$ac_try_echo"; } >&5
1614 (eval "$ac_compile") 2>conftest.err
1615 ac_status=$?
1616 if test -s conftest.err; then
1617 grep -v '^ *+' conftest.err >conftest.er1
1618 cat conftest.er1 >&5
1619 mv -f conftest.er1 conftest.err
1621 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1622 test $ac_status = 0; } && {
1623 test -z "$ac_c_werror_flag" ||
1624 test ! -s conftest.err
1625 } && test -s conftest.$ac_objext; then :
1626 ac_retval=0
1627 else
1628 $as_echo "$as_me: failed program was:" >&5
1629 sed 's/^/| /' conftest.$ac_ext >&5
1631 ac_retval=1
1633 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1634 as_fn_set_status $ac_retval
1636 } # ac_fn_c_try_compile
1638 # ac_fn_cxx_try_compile LINENO
1639 # ----------------------------
1640 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1641 ac_fn_cxx_try_compile ()
1643 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1644 rm -f conftest.$ac_objext
1645 if { { ac_try="$ac_compile"
1646 case "(($ac_try" in
1647 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1648 *) ac_try_echo=$ac_try;;
1649 esac
1650 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1651 $as_echo "$ac_try_echo"; } >&5
1652 (eval "$ac_compile") 2>conftest.err
1653 ac_status=$?
1654 if test -s conftest.err; then
1655 grep -v '^ *+' conftest.err >conftest.er1
1656 cat conftest.er1 >&5
1657 mv -f conftest.er1 conftest.err
1659 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1660 test $ac_status = 0; } && {
1661 test -z "$ac_cxx_werror_flag" ||
1662 test ! -s conftest.err
1663 } && test -s conftest.$ac_objext; then :
1664 ac_retval=0
1665 else
1666 $as_echo "$as_me: failed program was:" >&5
1667 sed 's/^/| /' conftest.$ac_ext >&5
1669 ac_retval=1
1671 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1672 as_fn_set_status $ac_retval
1674 } # ac_fn_cxx_try_compile
1676 # ac_fn_c_try_link LINENO
1677 # -----------------------
1678 # Try to link conftest.$ac_ext, and return whether this succeeded.
1679 ac_fn_c_try_link ()
1681 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1682 rm -f conftest.$ac_objext conftest$ac_exeext
1683 if { { ac_try="$ac_link"
1684 case "(($ac_try" in
1685 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1686 *) ac_try_echo=$ac_try;;
1687 esac
1688 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1689 $as_echo "$ac_try_echo"; } >&5
1690 (eval "$ac_link") 2>conftest.err
1691 ac_status=$?
1692 if test -s conftest.err; then
1693 grep -v '^ *+' conftest.err >conftest.er1
1694 cat conftest.er1 >&5
1695 mv -f conftest.er1 conftest.err
1697 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1698 test $ac_status = 0; } && {
1699 test -z "$ac_c_werror_flag" ||
1700 test ! -s conftest.err
1701 } && test -s conftest$ac_exeext && {
1702 test "$cross_compiling" = yes ||
1703 $as_test_x conftest$ac_exeext
1704 }; then :
1705 ac_retval=0
1706 else
1707 $as_echo "$as_me: failed program was:" >&5
1708 sed 's/^/| /' conftest.$ac_ext >&5
1710 ac_retval=1
1712 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1713 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1714 # interfere with the next link command; also delete a directory that is
1715 # left behind by Apple's compiler. We do this before executing the actions.
1716 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1717 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1718 as_fn_set_status $ac_retval
1720 } # ac_fn_c_try_link
1722 # ac_fn_c_try_cpp LINENO
1723 # ----------------------
1724 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1725 ac_fn_c_try_cpp ()
1727 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1728 if { { ac_try="$ac_cpp conftest.$ac_ext"
1729 case "(($ac_try" in
1730 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1731 *) ac_try_echo=$ac_try;;
1732 esac
1733 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1734 $as_echo "$ac_try_echo"; } >&5
1735 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1736 ac_status=$?
1737 if test -s conftest.err; then
1738 grep -v '^ *+' conftest.err >conftest.er1
1739 cat conftest.er1 >&5
1740 mv -f conftest.er1 conftest.err
1742 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1743 test $ac_status = 0; } > conftest.i && {
1744 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1745 test ! -s conftest.err
1746 }; then :
1747 ac_retval=0
1748 else
1749 $as_echo "$as_me: failed program was:" >&5
1750 sed 's/^/| /' conftest.$ac_ext >&5
1752 ac_retval=1
1754 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1755 as_fn_set_status $ac_retval
1757 } # ac_fn_c_try_cpp
1759 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1760 # -------------------------------------------------------
1761 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
1762 # the include files in INCLUDES and setting the cache variable VAR
1763 # accordingly.
1764 ac_fn_c_check_header_mongrel ()
1766 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1767 if eval "test \"\${$3+set}\"" = set; then :
1768 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1769 $as_echo_n "checking for $2... " >&6; }
1770 if eval "test \"\${$3+set}\"" = set; then :
1771 $as_echo_n "(cached) " >&6
1773 eval ac_res=\$$3
1774 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1775 $as_echo "$ac_res" >&6; }
1776 else
1777 # Is the header compilable?
1778 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1779 $as_echo_n "checking $2 usability... " >&6; }
1780 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1781 /* end confdefs.h. */
1783 #include <$2>
1784 _ACEOF
1785 if ac_fn_c_try_compile "$LINENO"; then :
1786 ac_header_compiler=yes
1787 else
1788 ac_header_compiler=no
1790 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1791 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1792 $as_echo "$ac_header_compiler" >&6; }
1794 # Is the header present?
1795 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1796 $as_echo_n "checking $2 presence... " >&6; }
1797 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1798 /* end confdefs.h. */
1799 #include <$2>
1800 _ACEOF
1801 if ac_fn_c_try_cpp "$LINENO"; then :
1802 ac_header_preproc=yes
1803 else
1804 ac_header_preproc=no
1806 rm -f conftest.err conftest.i conftest.$ac_ext
1807 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1808 $as_echo "$ac_header_preproc" >&6; }
1810 # So? What about this header?
1811 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1812 yes:no: )
1813 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1814 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1815 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1816 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1818 no:yes:* )
1819 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1820 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1821 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
1822 $as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
1823 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1824 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1825 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1826 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1827 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1828 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1829 ( $as_echo "## ------------------------------------ ##
1830 ## Report this to wine-devel@winehq.org ##
1831 ## ------------------------------------ ##"
1832 ) | sed "s/^/$as_me: WARNING: /" >&2
1834 esac
1835 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1836 $as_echo_n "checking for $2... " >&6; }
1837 if eval "test \"\${$3+set}\"" = set; then :
1838 $as_echo_n "(cached) " >&6
1839 else
1840 eval "$3=\$ac_header_compiler"
1842 eval ac_res=\$$3
1843 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1844 $as_echo "$ac_res" >&6; }
1846 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1848 } # ac_fn_c_check_header_mongrel
1850 # ac_fn_c_try_run LINENO
1851 # ----------------------
1852 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1853 # that executables *can* be run.
1854 ac_fn_c_try_run ()
1856 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1857 if { { ac_try="$ac_link"
1858 case "(($ac_try" in
1859 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1860 *) ac_try_echo=$ac_try;;
1861 esac
1862 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1863 $as_echo "$ac_try_echo"; } >&5
1864 (eval "$ac_link") 2>&5
1865 ac_status=$?
1866 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1867 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1868 { { case "(($ac_try" in
1869 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1870 *) ac_try_echo=$ac_try;;
1871 esac
1872 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1873 $as_echo "$ac_try_echo"; } >&5
1874 (eval "$ac_try") 2>&5
1875 ac_status=$?
1876 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1877 test $ac_status = 0; }; }; then :
1878 ac_retval=0
1879 else
1880 $as_echo "$as_me: program exited with status $ac_status" >&5
1881 $as_echo "$as_me: failed program was:" >&5
1882 sed 's/^/| /' conftest.$ac_ext >&5
1884 ac_retval=$ac_status
1886 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1887 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1888 as_fn_set_status $ac_retval
1890 } # ac_fn_c_try_run
1892 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1893 # -------------------------------------------------------
1894 # Tests whether HEADER exists and can be compiled using the include files in
1895 # INCLUDES, setting the cache variable VAR accordingly.
1896 ac_fn_c_check_header_compile ()
1898 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1899 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1900 $as_echo_n "checking for $2... " >&6; }
1901 if eval "test \"\${$3+set}\"" = set; then :
1902 $as_echo_n "(cached) " >&6
1903 else
1904 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1905 /* end confdefs.h. */
1907 #include <$2>
1908 _ACEOF
1909 if ac_fn_c_try_compile "$LINENO"; then :
1910 eval "$3=yes"
1911 else
1912 eval "$3=no"
1914 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1916 eval ac_res=\$$3
1917 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1918 $as_echo "$ac_res" >&6; }
1919 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1921 } # ac_fn_c_check_header_compile
1923 # ac_fn_c_check_func LINENO FUNC VAR
1924 # ----------------------------------
1925 # Tests whether FUNC exists, setting the cache variable VAR accordingly
1926 ac_fn_c_check_func ()
1928 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1929 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1930 $as_echo_n "checking for $2... " >&6; }
1931 if eval "test \"\${$3+set}\"" = set; then :
1932 $as_echo_n "(cached) " >&6
1933 else
1934 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1935 /* end confdefs.h. */
1936 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1937 For example, HP-UX 11i <limits.h> declares gettimeofday. */
1938 #define $2 innocuous_$2
1940 /* System header to define __stub macros and hopefully few prototypes,
1941 which can conflict with char $2 (); below.
1942 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1943 <limits.h> exists even on freestanding compilers. */
1945 #ifdef __STDC__
1946 # include <limits.h>
1947 #else
1948 # include <assert.h>
1949 #endif
1951 #undef $2
1953 /* Override any GCC internal prototype to avoid an error.
1954 Use char because int might match the return type of a GCC
1955 builtin and then its argument prototype would still apply. */
1956 #ifdef __cplusplus
1957 extern "C"
1958 #endif
1959 char $2 ();
1960 /* The GNU C library defines this for functions which it implements
1961 to always fail with ENOSYS. Some functions are actually named
1962 something starting with __ and the normal name is an alias. */
1963 #if defined __stub_$2 || defined __stub___$2
1964 choke me
1965 #endif
1968 main ()
1970 return $2 ();
1972 return 0;
1974 _ACEOF
1975 if ac_fn_c_try_link "$LINENO"; then :
1976 eval "$3=yes"
1977 else
1978 eval "$3=no"
1980 rm -f core conftest.err conftest.$ac_objext \
1981 conftest$ac_exeext conftest.$ac_ext
1983 eval ac_res=\$$3
1984 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1985 $as_echo "$ac_res" >&6; }
1986 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1988 } # ac_fn_c_check_func
1990 # ac_fn_c_check_member LINENO AGGR MEMBER VAR INCLUDES
1991 # ----------------------------------------------------
1992 # Tries to find if the field MEMBER exists in type AGGR, after including
1993 # INCLUDES, setting cache variable VAR accordingly.
1994 ac_fn_c_check_member ()
1996 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1997 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2.$3" >&5
1998 $as_echo_n "checking for $2.$3... " >&6; }
1999 if eval "test \"\${$4+set}\"" = set; then :
2000 $as_echo_n "(cached) " >&6
2001 else
2002 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2003 /* end confdefs.h. */
2006 main ()
2008 static $2 ac_aggr;
2009 if (ac_aggr.$3)
2010 return 0;
2012 return 0;
2014 _ACEOF
2015 if ac_fn_c_try_compile "$LINENO"; then :
2016 eval "$4=yes"
2017 else
2018 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2019 /* end confdefs.h. */
2022 main ()
2024 static $2 ac_aggr;
2025 if (sizeof ac_aggr.$3)
2026 return 0;
2028 return 0;
2030 _ACEOF
2031 if ac_fn_c_try_compile "$LINENO"; then :
2032 eval "$4=yes"
2033 else
2034 eval "$4=no"
2036 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2038 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2040 eval ac_res=\$$4
2041 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2042 $as_echo "$ac_res" >&6; }
2043 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2045 } # ac_fn_c_check_member
2047 # ac_fn_c_check_type LINENO TYPE VAR INCLUDES
2048 # -------------------------------------------
2049 # Tests whether TYPE exists after having included INCLUDES, setting cache
2050 # variable VAR accordingly.
2051 ac_fn_c_check_type ()
2053 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2054 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2055 $as_echo_n "checking for $2... " >&6; }
2056 if eval "test \"\${$3+set}\"" = set; then :
2057 $as_echo_n "(cached) " >&6
2058 else
2059 eval "$3=no"
2060 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2061 /* end confdefs.h. */
2064 main ()
2066 if (sizeof ($2))
2067 return 0;
2069 return 0;
2071 _ACEOF
2072 if ac_fn_c_try_compile "$LINENO"; then :
2073 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2074 /* end confdefs.h. */
2077 main ()
2079 if (sizeof (($2)))
2080 return 0;
2082 return 0;
2084 _ACEOF
2085 if ac_fn_c_try_compile "$LINENO"; then :
2087 else
2088 eval "$3=yes"
2090 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2092 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2094 eval ac_res=\$$3
2095 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2096 $as_echo "$ac_res" >&6; }
2097 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2099 } # ac_fn_c_check_type
2100 cat >config.log <<_ACEOF
2101 This file contains any messages produced by compilers while
2102 running configure, to aid debugging if configure makes a mistake.
2104 It was created by Wine $as_me 1.3.7, which was
2105 generated by GNU Autoconf 2.67. Invocation command line was
2107 $ $0 $@
2109 _ACEOF
2110 exec 5>>config.log
2112 cat <<_ASUNAME
2113 ## --------- ##
2114 ## Platform. ##
2115 ## --------- ##
2117 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
2118 uname -m = `(uname -m) 2>/dev/null || echo unknown`
2119 uname -r = `(uname -r) 2>/dev/null || echo unknown`
2120 uname -s = `(uname -s) 2>/dev/null || echo unknown`
2121 uname -v = `(uname -v) 2>/dev/null || echo unknown`
2123 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
2124 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
2126 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
2127 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
2128 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
2129 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
2130 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
2131 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
2132 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
2134 _ASUNAME
2136 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2137 for as_dir in $PATH
2139 IFS=$as_save_IFS
2140 test -z "$as_dir" && as_dir=.
2141 $as_echo "PATH: $as_dir"
2142 done
2143 IFS=$as_save_IFS
2145 } >&5
2147 cat >&5 <<_ACEOF
2150 ## ----------- ##
2151 ## Core tests. ##
2152 ## ----------- ##
2154 _ACEOF
2157 # Keep a trace of the command line.
2158 # Strip out --no-create and --no-recursion so they do not pile up.
2159 # Strip out --silent because we don't want to record it for future runs.
2160 # Also quote any args containing shell meta-characters.
2161 # Make two passes to allow for proper duplicate-argument suppression.
2162 ac_configure_args=
2163 ac_configure_args0=
2164 ac_configure_args1=
2165 ac_must_keep_next=false
2166 for ac_pass in 1 2
2168 for ac_arg
2170 case $ac_arg in
2171 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
2172 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2173 | -silent | --silent | --silen | --sile | --sil)
2174 continue ;;
2175 *\'*)
2176 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
2177 esac
2178 case $ac_pass in
2179 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
2181 as_fn_append ac_configure_args1 " '$ac_arg'"
2182 if test $ac_must_keep_next = true; then
2183 ac_must_keep_next=false # Got value, back to normal.
2184 else
2185 case $ac_arg in
2186 *=* | --config-cache | -C | -disable-* | --disable-* \
2187 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
2188 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2189 | -with-* | --with-* | -without-* | --without-* | --x)
2190 case "$ac_configure_args0 " in
2191 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2192 esac
2194 -* ) ac_must_keep_next=true ;;
2195 esac
2197 as_fn_append ac_configure_args " '$ac_arg'"
2199 esac
2200 done
2201 done
2202 { ac_configure_args0=; unset ac_configure_args0;}
2203 { ac_configure_args1=; unset ac_configure_args1;}
2205 # When interrupted or exit'd, cleanup temporary files, and complete
2206 # config.log. We remove comments because anyway the quotes in there
2207 # would cause problems or look ugly.
2208 # WARNING: Use '\'' to represent an apostrophe within the trap.
2209 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
2210 trap 'exit_status=$?
2211 # Save into config.log some information that might help in debugging.
2213 echo
2215 $as_echo "## ---------------- ##
2216 ## Cache variables. ##
2217 ## ---------------- ##"
2218 echo
2219 # The following way of writing the cache mishandles newlines in values,
2221 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2222 eval ac_val=\$$ac_var
2223 case $ac_val in #(
2224 *${as_nl}*)
2225 case $ac_var in #(
2226 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2227 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2228 esac
2229 case $ac_var in #(
2230 _ | IFS | as_nl) ;; #(
2231 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2232 *) { eval $ac_var=; unset $ac_var;} ;;
2233 esac ;;
2234 esac
2235 done
2236 (set) 2>&1 |
2237 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2238 *${as_nl}ac_space=\ *)
2239 sed -n \
2240 "s/'\''/'\''\\\\'\'''\''/g;
2241 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2242 ;; #(
2244 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2246 esac |
2247 sort
2249 echo
2251 $as_echo "## ----------------- ##
2252 ## Output variables. ##
2253 ## ----------------- ##"
2254 echo
2255 for ac_var in $ac_subst_vars
2257 eval ac_val=\$$ac_var
2258 case $ac_val in
2259 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2260 esac
2261 $as_echo "$ac_var='\''$ac_val'\''"
2262 done | sort
2263 echo
2265 if test -n "$ac_subst_files"; then
2266 $as_echo "## ------------------- ##
2267 ## File substitutions. ##
2268 ## ------------------- ##"
2269 echo
2270 for ac_var in $ac_subst_files
2272 eval ac_val=\$$ac_var
2273 case $ac_val in
2274 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2275 esac
2276 $as_echo "$ac_var='\''$ac_val'\''"
2277 done | sort
2278 echo
2281 if test -s confdefs.h; then
2282 $as_echo "## ----------- ##
2283 ## confdefs.h. ##
2284 ## ----------- ##"
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 # We do not want a PATH search for config.site.
2340 case $CONFIG_SITE in #((
2341 -*) ac_site_file1=./$CONFIG_SITE;;
2342 */*) ac_site_file1=$CONFIG_SITE;;
2343 *) ac_site_file1=./$CONFIG_SITE;;
2344 esac
2345 elif test "x$prefix" != xNONE; then
2346 ac_site_file1=$prefix/share/config.site
2347 ac_site_file2=$prefix/etc/config.site
2348 else
2349 ac_site_file1=$ac_default_prefix/share/config.site
2350 ac_site_file2=$ac_default_prefix/etc/config.site
2352 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2354 test "x$ac_site_file" = xNONE && continue
2355 if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
2356 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2357 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
2358 sed 's/^/| /' "$ac_site_file" >&5
2359 . "$ac_site_file" \
2360 || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2361 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2362 as_fn_error $? "failed to load site script $ac_site_file
2363 See \`config.log' for more details" "$LINENO" 5 ; }
2365 done
2367 if test -r "$cache_file"; then
2368 # Some versions of bash will fail to source /dev/null (special files
2369 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
2370 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
2371 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2372 $as_echo "$as_me: loading cache $cache_file" >&6;}
2373 case $cache_file in
2374 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2375 *) . "./$cache_file";;
2376 esac
2378 else
2379 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2380 $as_echo "$as_me: creating cache $cache_file" >&6;}
2381 >$cache_file
2384 # Check that the precious variables saved in the cache have kept the same
2385 # value.
2386 ac_cache_corrupted=false
2387 for ac_var in $ac_precious_vars; do
2388 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2389 eval ac_new_set=\$ac_env_${ac_var}_set
2390 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2391 eval ac_new_val=\$ac_env_${ac_var}_value
2392 case $ac_old_set,$ac_new_set in
2393 set,)
2394 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2395 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2396 ac_cache_corrupted=: ;;
2397 ,set)
2398 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2399 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2400 ac_cache_corrupted=: ;;
2401 ,);;
2403 if test "x$ac_old_val" != "x$ac_new_val"; then
2404 # differences in whitespace do not lead to failure.
2405 ac_old_val_w=`echo x $ac_old_val`
2406 ac_new_val_w=`echo x $ac_new_val`
2407 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2408 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2409 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2410 ac_cache_corrupted=:
2411 else
2412 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2413 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2414 eval $ac_var=\$ac_old_val
2416 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2417 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2418 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2419 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
2420 fi;;
2421 esac
2422 # Pass precious variables to config.status.
2423 if test "$ac_new_set" = set; then
2424 case $ac_new_val in
2425 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2426 *) ac_arg=$ac_var=$ac_new_val ;;
2427 esac
2428 case " $ac_configure_args " in
2429 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
2430 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
2431 esac
2433 done
2434 if $ac_cache_corrupted; then
2435 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2436 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2437 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2438 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2439 as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
2441 ## -------------------- ##
2442 ## Main body of script. ##
2443 ## -------------------- ##
2445 ac_ext=c
2446 ac_cpp='$CPP $CPPFLAGS'
2447 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2448 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2449 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2453 ac_config_headers="$ac_config_headers include/config.h"
2455 ac_aux_dir=
2456 for ac_dir in tools "$srcdir"/tools; do
2457 if test -f "$ac_dir/install-sh"; then
2458 ac_aux_dir=$ac_dir
2459 ac_install_sh="$ac_aux_dir/install-sh -c"
2460 break
2461 elif test -f "$ac_dir/install.sh"; then
2462 ac_aux_dir=$ac_dir
2463 ac_install_sh="$ac_aux_dir/install.sh -c"
2464 break
2465 elif test -f "$ac_dir/shtool"; then
2466 ac_aux_dir=$ac_dir
2467 ac_install_sh="$ac_aux_dir/shtool install -c"
2468 break
2470 done
2471 if test -z "$ac_aux_dir"; then
2472 as_fn_error $? "cannot find install-sh, install.sh, or shtool in tools \"$srcdir\"/tools" "$LINENO" 5
2475 # These three variables are undocumented and unsupported,
2476 # and are intended to be withdrawn in a future Autoconf release.
2477 # They can cause serious problems if a builder's source tree is in a directory
2478 # whose full name contains unusual characters.
2479 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2480 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2481 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2487 # Check whether --enable-win16 was given.
2488 if test "${enable_win16+set}" = set; then :
2489 enableval=$enable_win16;
2492 # Check whether --enable-win64 was given.
2493 if test "${enable_win64+set}" = set; then :
2494 enableval=$enable_win64;
2497 # Check whether --enable-tests was given.
2498 if test "${enable_tests+set}" = set; then :
2499 enableval=$enable_tests;
2502 # Check whether --enable-maintainer-mode was given.
2503 if test "${enable_maintainer_mode+set}" = set; then :
2504 enableval=$enable_maintainer_mode;
2509 # Check whether --with-alsa was given.
2510 if test "${with_alsa+set}" = set; then :
2511 withval=$with_alsa; if test "x$withval" = "xno"; then ac_cv_header_sys_asoundlib_h=no; ac_cv_header_alsa_asoundlib_h=no; fi
2515 # Check whether --with-audioio was given.
2516 if test "${with_audioio+set}" = set; then :
2517 withval=$with_audioio; if test "x$withval" = "xno"; then ac_cv_header_libaudioio_h=no; fi
2521 # Check whether --with-capi was given.
2522 if test "${with_capi+set}" = set; then :
2523 withval=$with_capi; if test "x$withval" = "xno"; then ac_cv_header_capi20_h=no; ac_cv_header_linux_capi_h=no; fi
2527 # Check whether --with-cms was given.
2528 if test "${with_cms+set}" = set; then :
2529 withval=$with_cms; if test "x$withval" = "xno"; then ac_cv_header_lcms_h=no; ac_cv_header_lcms_lcms_h=no; fi
2533 # Check whether --with-coreaudio was given.
2534 if test "${with_coreaudio+set}" = set; then :
2535 withval=$with_coreaudio; if test "x$withval" = "xno"; then ac_cv_header_CoreAudio_CoreAudio_h=no; fi
2539 # Check whether --with-cups was given.
2540 if test "${with_cups+set}" = set; then :
2541 withval=$with_cups;
2545 # Check whether --with-curses was given.
2546 if test "${with_curses+set}" = set; then :
2547 withval=$with_curses; if test "x$withval" = "xno"; then ac_cv_header_ncurses_h=no; ac_cv_header_curses_h=no; fi
2551 # Check whether --with-esd was given.
2552 if test "${with_esd+set}" = set; then :
2553 withval=$with_esd;
2557 # Check whether --with-fontconfig was given.
2558 if test "${with_fontconfig+set}" = set; then :
2559 withval=$with_fontconfig; if test "x$withval" = "xno"; then ac_cv_header_fontconfig_fontconfig_h=no; fi
2563 # Check whether --with-freetype was given.
2564 if test "${with_freetype+set}" = set; then :
2565 withval=$with_freetype;
2569 # Check whether --with-gphoto was given.
2570 if test "${with_gphoto+set}" = set; then :
2571 withval=$with_gphoto;
2575 # Check whether --with-glu was given.
2576 if test "${with_glu+set}" = set; then :
2577 withval=$with_glu; if test "x$withval" = "xno"; then ac_cv_header_GL_glu_h=no; fi
2581 # Check whether --with-gnutls was given.
2582 if test "${with_gnutls+set}" = set; then :
2583 withval=$with_gnutls;
2587 # Check whether --with-gsm was given.
2588 if test "${with_gsm+set}" = set; then :
2589 withval=$with_gsm; if test "x$withval" = "xno"; then ac_cv_header_gsm_h=no; ac_cv_header_gsm_gsm_h=no; fi
2593 # Check whether --with-gstreamer was given.
2594 if test "${with_gstreamer+set}" = set; then :
2595 withval=$with_gstreamer;
2599 # Check whether --with-hal was given.
2600 if test "${with_hal+set}" = set; then :
2601 withval=$with_hal;
2605 # Check whether --with-icns was given.
2606 if test "${with_icns+set}" = set; then :
2607 withval=$with_icns; if test "x$withval" = "xno"; then ac_cv_header_icns_h=no; fi
2611 # Check whether --with-jack was given.
2612 if test "${with_jack+set}" = set; then :
2613 withval=$with_jack; if test "x$withval" = "xno"; then ac_cv_header_jack_jack_h=no; fi
2617 # Check whether --with-jpeg was given.
2618 if test "${with_jpeg+set}" = set; then :
2619 withval=$with_jpeg; if test "x$withval" = "xno"; then ac_cv_header_jpeglib_h=no; fi
2623 # Check whether --with-ldap was given.
2624 if test "${with_ldap+set}" = set; then :
2625 withval=$with_ldap; if test "x$withval" = "xno"; then ac_cv_header_ldap_h=no; ac_cv_header_lber_h=no; fi
2629 # Check whether --with-mpg123 was given.
2630 if test "${with_mpg123+set}" = set; then :
2631 withval=$with_mpg123; if test "x$withval" = "xno"; then ac_cv_header_mpg123_h=no; fi
2635 # Check whether --with-nas was given.
2636 if test "${with_nas+set}" = set; then :
2637 withval=$with_nas; if test "x$withval" = "xno"; then ac_cv_header_audio_audiolib_h=no; fi
2641 # Check whether --with-openal was given.
2642 if test "${with_openal+set}" = set; then :
2643 withval=$with_openal; if test "x$withval" = "xno"; then ac_cv_header_AL_al_h=no; ac_cv_header_OpenAL_al_h=no; fi
2647 # Check whether --with-opengl was given.
2648 if test "${with_opengl+set}" = set; then :
2649 withval=$with_opengl;
2653 # Check whether --with-openssl was given.
2654 if test "${with_openssl+set}" = set; then :
2655 withval=$with_openssl; if test "x$withval" = "xno"; then ac_cv_header_openssl_err_h=no; ac_cv_header_openssl_ssl_h=no; fi
2659 # Check whether --with-oss was given.
2660 if test "${with_oss+set}" = set; then :
2661 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
2665 # Check whether --with-png was given.
2666 if test "${with_png+set}" = set; then :
2667 withval=$with_png; if test "x$withval" = "xno"; then ac_cv_header_png_h=no; fi
2671 # Check whether --with-pthread was given.
2672 if test "${with_pthread+set}" = set; then :
2673 withval=$with_pthread; if test "x$withval" = "xno"; then ac_cv_header_pthread_h=no; fi
2677 # Check whether --with-sane was given.
2678 if test "${with_sane+set}" = set; then :
2679 withval=$with_sane;
2683 # Check whether --with-tiff was given.
2684 if test "${with_tiff+set}" = set; then :
2685 withval=$with_tiff; if test "x$withval" = "xno"; then ac_cv_header_tiffio_h=no; fi
2689 # Check whether --with-v4l was given.
2690 if test "${with_v4l+set}" = set; then :
2691 withval=$with_v4l;
2695 # Check whether --with-xcomposite was given.
2696 if test "${with_xcomposite+set}" = set; then :
2697 withval=$with_xcomposite; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xcomposite_h=no; fi
2701 # Check whether --with-xcursor was given.
2702 if test "${with_xcursor+set}" = set; then :
2703 withval=$with_xcursor; if test "x$withval" = "xno"; then ac_cv_header_X11_Xcursor_Xcursor_h=no; fi
2707 # Check whether --with-xinerama was given.
2708 if test "${with_xinerama+set}" = set; then :
2709 withval=$with_xinerama; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xinerama_h=no; fi
2713 # Check whether --with-xinput was given.
2714 if test "${with_xinput+set}" = set; then :
2715 withval=$with_xinput; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput_h=no; fi
2719 # Check whether --with-xml was given.
2720 if test "${with_xml+set}" = set; then :
2721 withval=$with_xml;
2725 # Check whether --with-xrandr was given.
2726 if test "${with_xrandr+set}" = set; then :
2727 withval=$with_xrandr; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrandr_h=no; fi
2731 # Check whether --with-xrender was given.
2732 if test "${with_xrender+set}" = set; then :
2733 withval=$with_xrender; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrender_h=no; fi
2737 # Check whether --with-xshape was given.
2738 if test "${with_xshape+set}" = set; then :
2739 withval=$with_xshape; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_shape_h=no; fi
2743 # Check whether --with-xshm was given.
2744 if test "${with_xshm+set}" = set; then :
2745 withval=$with_xshm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XShm_h=no; fi
2749 # Check whether --with-xslt was given.
2750 if test "${with_xslt+set}" = set; then :
2751 withval=$with_xslt;
2755 # Check whether --with-xxf86vm was given.
2756 if test "${with_xxf86vm+set}" = set; then :
2757 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
2762 # Check whether --with-wine-tools was given.
2763 if test "${with_wine_tools+set}" = set; then :
2764 withval=$with_wine_tools;
2768 # Check whether --with-wine64 was given.
2769 if test "${with_wine64+set}" = set; then :
2770 withval=$with_wine64;
2774 # Make sure we can run config.sub.
2775 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2776 as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2778 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2779 $as_echo_n "checking build system type... " >&6; }
2780 if test "${ac_cv_build+set}" = set; then :
2781 $as_echo_n "(cached) " >&6
2782 else
2783 ac_build_alias=$build_alias
2784 test "x$ac_build_alias" = x &&
2785 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2786 test "x$ac_build_alias" = x &&
2787 as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
2788 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2789 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
2792 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2793 $as_echo "$ac_cv_build" >&6; }
2794 case $ac_cv_build in
2795 *-*-*) ;;
2796 *) as_fn_error $? "invalid value of canonical build" "$LINENO" 5 ;;
2797 esac
2798 build=$ac_cv_build
2799 ac_save_IFS=$IFS; IFS='-'
2800 set x $ac_cv_build
2801 shift
2802 build_cpu=$1
2803 build_vendor=$2
2804 shift; shift
2805 # Remember, the first character of IFS is used to create $*,
2806 # except with old shells:
2807 build_os=$*
2808 IFS=$ac_save_IFS
2809 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2812 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2813 $as_echo_n "checking host system type... " >&6; }
2814 if test "${ac_cv_host+set}" = set; then :
2815 $as_echo_n "(cached) " >&6
2816 else
2817 if test "x$host_alias" = x; then
2818 ac_cv_host=$ac_cv_build
2819 else
2820 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2821 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
2825 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2826 $as_echo "$ac_cv_host" >&6; }
2827 case $ac_cv_host in
2828 *-*-*) ;;
2829 *) as_fn_error $? "invalid value of canonical host" "$LINENO" 5 ;;
2830 esac
2831 host=$ac_cv_host
2832 ac_save_IFS=$IFS; IFS='-'
2833 set x $ac_cv_host
2834 shift
2835 host_cpu=$1
2836 host_vendor=$2
2837 shift; shift
2838 # Remember, the first character of IFS is used to create $*,
2839 # except with old shells:
2840 host_os=$*
2841 IFS=$ac_save_IFS
2842 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2846 case "$srcdir" in
2847 .) ;;
2848 *) if test -f "$srcdir/Makefile" -o -f "$srcdir/include/config.h"; then
2849 as_fn_error $? "you are building out of the source tree, but the source tree contains object files.
2850 You need to run 'make distclean' in the source tree first." "$LINENO" 5
2851 fi ;;
2852 esac
2855 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2856 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
2857 set x ${MAKE-make}
2858 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2859 if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\"" = set; then :
2860 $as_echo_n "(cached) " >&6
2861 else
2862 cat >conftest.make <<\_ACEOF
2863 SHELL = /bin/sh
2864 all:
2865 @echo '@@@%%%=$(MAKE)=@@@%%%'
2866 _ACEOF
2867 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
2868 case `${MAKE-make} -f conftest.make 2>/dev/null` in
2869 *@@@%%%=?*=@@@%%%*)
2870 eval ac_cv_prog_make_${ac_make}_set=yes;;
2872 eval ac_cv_prog_make_${ac_make}_set=no;;
2873 esac
2874 rm -f conftest.make
2876 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
2877 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2878 $as_echo "yes" >&6; }
2879 SET_MAKE=
2880 else
2881 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2882 $as_echo "no" >&6; }
2883 SET_MAKE="MAKE=${MAKE-make}"
2886 ac_ext=c
2887 ac_cpp='$CPP $CPPFLAGS'
2888 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2889 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2890 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2891 if test -n "$ac_tool_prefix"; then
2892 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2893 set dummy ${ac_tool_prefix}gcc; ac_word=$2
2894 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2895 $as_echo_n "checking for $ac_word... " >&6; }
2896 if test "${ac_cv_prog_CC+set}" = set; then :
2897 $as_echo_n "(cached) " >&6
2898 else
2899 if test -n "$CC"; then
2900 ac_cv_prog_CC="$CC" # Let the user override the test.
2901 else
2902 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2903 for as_dir in $PATH
2905 IFS=$as_save_IFS
2906 test -z "$as_dir" && as_dir=.
2907 for ac_exec_ext in '' $ac_executable_extensions; do
2908 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2909 ac_cv_prog_CC="${ac_tool_prefix}gcc"
2910 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2911 break 2
2913 done
2914 done
2915 IFS=$as_save_IFS
2919 CC=$ac_cv_prog_CC
2920 if test -n "$CC"; then
2921 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2922 $as_echo "$CC" >&6; }
2923 else
2924 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2925 $as_echo "no" >&6; }
2930 if test -z "$ac_cv_prog_CC"; then
2931 ac_ct_CC=$CC
2932 # Extract the first word of "gcc", so it can be a program name with args.
2933 set dummy gcc; ac_word=$2
2934 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2935 $as_echo_n "checking for $ac_word... " >&6; }
2936 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
2937 $as_echo_n "(cached) " >&6
2938 else
2939 if test -n "$ac_ct_CC"; then
2940 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2941 else
2942 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2943 for as_dir in $PATH
2945 IFS=$as_save_IFS
2946 test -z "$as_dir" && as_dir=.
2947 for ac_exec_ext in '' $ac_executable_extensions; do
2948 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2949 ac_cv_prog_ac_ct_CC="gcc"
2950 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2951 break 2
2953 done
2954 done
2955 IFS=$as_save_IFS
2959 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2960 if test -n "$ac_ct_CC"; then
2961 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2962 $as_echo "$ac_ct_CC" >&6; }
2963 else
2964 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2965 $as_echo "no" >&6; }
2968 if test "x$ac_ct_CC" = x; then
2969 CC=""
2970 else
2971 case $cross_compiling:$ac_tool_warned in
2972 yes:)
2973 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2974 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2975 ac_tool_warned=yes ;;
2976 esac
2977 CC=$ac_ct_CC
2979 else
2980 CC="$ac_cv_prog_CC"
2983 if test -z "$CC"; then
2984 if test -n "$ac_tool_prefix"; then
2985 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2986 set dummy ${ac_tool_prefix}cc; ac_word=$2
2987 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2988 $as_echo_n "checking for $ac_word... " >&6; }
2989 if test "${ac_cv_prog_CC+set}" = set; then :
2990 $as_echo_n "(cached) " >&6
2991 else
2992 if test -n "$CC"; then
2993 ac_cv_prog_CC="$CC" # Let the user override the test.
2994 else
2995 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2996 for as_dir in $PATH
2998 IFS=$as_save_IFS
2999 test -z "$as_dir" && as_dir=.
3000 for ac_exec_ext in '' $ac_executable_extensions; do
3001 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3002 ac_cv_prog_CC="${ac_tool_prefix}cc"
3003 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3004 break 2
3006 done
3007 done
3008 IFS=$as_save_IFS
3012 CC=$ac_cv_prog_CC
3013 if test -n "$CC"; then
3014 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3015 $as_echo "$CC" >&6; }
3016 else
3017 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3018 $as_echo "no" >&6; }
3024 if test -z "$CC"; then
3025 # Extract the first word of "cc", so it can be a program name with args.
3026 set dummy cc; ac_word=$2
3027 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3028 $as_echo_n "checking for $ac_word... " >&6; }
3029 if test "${ac_cv_prog_CC+set}" = set; then :
3030 $as_echo_n "(cached) " >&6
3031 else
3032 if test -n "$CC"; then
3033 ac_cv_prog_CC="$CC" # Let the user override the test.
3034 else
3035 ac_prog_rejected=no
3036 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3037 for as_dir in $PATH
3039 IFS=$as_save_IFS
3040 test -z "$as_dir" && as_dir=.
3041 for ac_exec_ext in '' $ac_executable_extensions; do
3042 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3043 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3044 ac_prog_rejected=yes
3045 continue
3047 ac_cv_prog_CC="cc"
3048 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3049 break 2
3051 done
3052 done
3053 IFS=$as_save_IFS
3055 if test $ac_prog_rejected = yes; then
3056 # We found a bogon in the path, so make sure we never use it.
3057 set dummy $ac_cv_prog_CC
3058 shift
3059 if test $# != 0; then
3060 # We chose a different compiler from the bogus one.
3061 # However, it has the same basename, so the bogon will be chosen
3062 # first if we set CC to just the basename; use the full file name.
3063 shift
3064 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
3069 CC=$ac_cv_prog_CC
3070 if test -n "$CC"; then
3071 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3072 $as_echo "$CC" >&6; }
3073 else
3074 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3075 $as_echo "no" >&6; }
3080 if test -z "$CC"; then
3081 if test -n "$ac_tool_prefix"; then
3082 for ac_prog in cl.exe
3084 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3085 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3086 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3087 $as_echo_n "checking for $ac_word... " >&6; }
3088 if test "${ac_cv_prog_CC+set}" = set; then :
3089 $as_echo_n "(cached) " >&6
3090 else
3091 if test -n "$CC"; then
3092 ac_cv_prog_CC="$CC" # Let the user override the test.
3093 else
3094 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3095 for as_dir in $PATH
3097 IFS=$as_save_IFS
3098 test -z "$as_dir" && as_dir=.
3099 for ac_exec_ext in '' $ac_executable_extensions; do
3100 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3101 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
3102 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3103 break 2
3105 done
3106 done
3107 IFS=$as_save_IFS
3111 CC=$ac_cv_prog_CC
3112 if test -n "$CC"; then
3113 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3114 $as_echo "$CC" >&6; }
3115 else
3116 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3117 $as_echo "no" >&6; }
3121 test -n "$CC" && break
3122 done
3124 if test -z "$CC"; then
3125 ac_ct_CC=$CC
3126 for ac_prog in cl.exe
3128 # Extract the first word of "$ac_prog", so it can be a program name with args.
3129 set dummy $ac_prog; ac_word=$2
3130 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3131 $as_echo_n "checking for $ac_word... " >&6; }
3132 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
3133 $as_echo_n "(cached) " >&6
3134 else
3135 if test -n "$ac_ct_CC"; then
3136 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3137 else
3138 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3139 for as_dir in $PATH
3141 IFS=$as_save_IFS
3142 test -z "$as_dir" && as_dir=.
3143 for ac_exec_ext in '' $ac_executable_extensions; do
3144 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3145 ac_cv_prog_ac_ct_CC="$ac_prog"
3146 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3147 break 2
3149 done
3150 done
3151 IFS=$as_save_IFS
3155 ac_ct_CC=$ac_cv_prog_ac_ct_CC
3156 if test -n "$ac_ct_CC"; then
3157 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3158 $as_echo "$ac_ct_CC" >&6; }
3159 else
3160 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3161 $as_echo "no" >&6; }
3165 test -n "$ac_ct_CC" && break
3166 done
3168 if test "x$ac_ct_CC" = x; then
3169 CC=""
3170 else
3171 case $cross_compiling:$ac_tool_warned in
3172 yes:)
3173 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3174 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3175 ac_tool_warned=yes ;;
3176 esac
3177 CC=$ac_ct_CC
3184 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3185 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3186 as_fn_error $? "no acceptable C compiler found in \$PATH
3187 See \`config.log' for more details" "$LINENO" 5 ; }
3189 # Provide some information about the compiler.
3190 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
3191 set X $ac_compile
3192 ac_compiler=$2
3193 for ac_option in --version -v -V -qversion; do
3194 { { ac_try="$ac_compiler $ac_option >&5"
3195 case "(($ac_try" in
3196 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3197 *) ac_try_echo=$ac_try;;
3198 esac
3199 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3200 $as_echo "$ac_try_echo"; } >&5
3201 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
3202 ac_status=$?
3203 if test -s conftest.err; then
3204 sed '10a\
3205 ... rest of stderr output deleted ...
3206 10q' conftest.err >conftest.er1
3207 cat conftest.er1 >&5
3209 rm -f conftest.er1 conftest.err
3210 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3211 test $ac_status = 0; }
3212 done
3214 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3215 /* end confdefs.h. */
3218 main ()
3222 return 0;
3224 _ACEOF
3225 ac_clean_files_save=$ac_clean_files
3226 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
3227 # Try to create an executable without -o first, disregard a.out.
3228 # It will help us diagnose broken compilers, and finding out an intuition
3229 # of exeext.
3230 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
3231 $as_echo_n "checking whether the C compiler works... " >&6; }
3232 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
3234 # The possible output files:
3235 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
3237 ac_rmfiles=
3238 for ac_file in $ac_files
3240 case $ac_file in
3241 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3242 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
3243 esac
3244 done
3245 rm -f $ac_rmfiles
3247 if { { ac_try="$ac_link_default"
3248 case "(($ac_try" in
3249 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3250 *) ac_try_echo=$ac_try;;
3251 esac
3252 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3253 $as_echo "$ac_try_echo"; } >&5
3254 (eval "$ac_link_default") 2>&5
3255 ac_status=$?
3256 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3257 test $ac_status = 0; }; then :
3258 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
3259 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
3260 # in a Makefile. We should not override ac_cv_exeext if it was cached,
3261 # so that the user can short-circuit this test for compilers unknown to
3262 # Autoconf.
3263 for ac_file in $ac_files ''
3265 test -f "$ac_file" || continue
3266 case $ac_file in
3267 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
3269 [ab].out )
3270 # We found the default executable, but exeext='' is most
3271 # certainly right.
3272 break;;
3273 *.* )
3274 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
3275 then :; else
3276 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3278 # We set ac_cv_exeext here because the later test for it is not
3279 # safe: cross compilers may not add the suffix if given an `-o'
3280 # argument, so we may need to know it at that point already.
3281 # Even if this section looks crufty: it has the advantage of
3282 # actually working.
3283 break;;
3285 break;;
3286 esac
3287 done
3288 test "$ac_cv_exeext" = no && ac_cv_exeext=
3290 else
3291 ac_file=''
3293 if test -z "$ac_file"; then :
3294 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3295 $as_echo "no" >&6; }
3296 $as_echo "$as_me: failed program was:" >&5
3297 sed 's/^/| /' conftest.$ac_ext >&5
3299 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3300 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3301 as_fn_error 77 "C compiler cannot create executables
3302 See \`config.log' for more details" "$LINENO" 5 ; }
3303 else
3304 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3305 $as_echo "yes" >&6; }
3307 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
3308 $as_echo_n "checking for C compiler default output file name... " >&6; }
3309 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
3310 $as_echo "$ac_file" >&6; }
3311 ac_exeext=$ac_cv_exeext
3313 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
3314 ac_clean_files=$ac_clean_files_save
3315 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
3316 $as_echo_n "checking for suffix of executables... " >&6; }
3317 if { { ac_try="$ac_link"
3318 case "(($ac_try" in
3319 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3320 *) ac_try_echo=$ac_try;;
3321 esac
3322 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3323 $as_echo "$ac_try_echo"; } >&5
3324 (eval "$ac_link") 2>&5
3325 ac_status=$?
3326 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3327 test $ac_status = 0; }; then :
3328 # If both `conftest.exe' and `conftest' are `present' (well, observable)
3329 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
3330 # work properly (i.e., refer to `conftest.exe'), while it won't with
3331 # `rm'.
3332 for ac_file in conftest.exe conftest conftest.*; do
3333 test -f "$ac_file" || continue
3334 case $ac_file in
3335 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3336 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3337 break;;
3338 * ) break;;
3339 esac
3340 done
3341 else
3342 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3343 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3344 as_fn_error $? "cannot compute suffix of executables: cannot compile and link
3345 See \`config.log' for more details" "$LINENO" 5 ; }
3347 rm -f conftest conftest$ac_cv_exeext
3348 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
3349 $as_echo "$ac_cv_exeext" >&6; }
3351 rm -f conftest.$ac_ext
3352 EXEEXT=$ac_cv_exeext
3353 ac_exeext=$EXEEXT
3354 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3355 /* end confdefs.h. */
3356 #include <stdio.h>
3358 main ()
3360 FILE *f = fopen ("conftest.out", "w");
3361 return ferror (f) || fclose (f) != 0;
3364 return 0;
3366 _ACEOF
3367 ac_clean_files="$ac_clean_files conftest.out"
3368 # Check that the compiler produces executables we can run. If not, either
3369 # the compiler is broken, or we cross compile.
3370 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
3371 $as_echo_n "checking whether we are cross compiling... " >&6; }
3372 if test "$cross_compiling" != yes; then
3373 { { ac_try="$ac_link"
3374 case "(($ac_try" in
3375 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3376 *) ac_try_echo=$ac_try;;
3377 esac
3378 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3379 $as_echo "$ac_try_echo"; } >&5
3380 (eval "$ac_link") 2>&5
3381 ac_status=$?
3382 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3383 test $ac_status = 0; }
3384 if { ac_try='./conftest$ac_cv_exeext'
3385 { { case "(($ac_try" in
3386 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3387 *) ac_try_echo=$ac_try;;
3388 esac
3389 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3390 $as_echo "$ac_try_echo"; } >&5
3391 (eval "$ac_try") 2>&5
3392 ac_status=$?
3393 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3394 test $ac_status = 0; }; }; then
3395 cross_compiling=no
3396 else
3397 if test "$cross_compiling" = maybe; then
3398 cross_compiling=yes
3399 else
3400 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3401 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3402 as_fn_error $? "cannot run C compiled programs.
3403 If you meant to cross compile, use \`--host'.
3404 See \`config.log' for more details" "$LINENO" 5 ; }
3408 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
3409 $as_echo "$cross_compiling" >&6; }
3411 rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
3412 ac_clean_files=$ac_clean_files_save
3413 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
3414 $as_echo_n "checking for suffix of object files... " >&6; }
3415 if test "${ac_cv_objext+set}" = set; then :
3416 $as_echo_n "(cached) " >&6
3417 else
3418 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3419 /* end confdefs.h. */
3422 main ()
3426 return 0;
3428 _ACEOF
3429 rm -f conftest.o conftest.obj
3430 if { { ac_try="$ac_compile"
3431 case "(($ac_try" in
3432 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3433 *) ac_try_echo=$ac_try;;
3434 esac
3435 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3436 $as_echo "$ac_try_echo"; } >&5
3437 (eval "$ac_compile") 2>&5
3438 ac_status=$?
3439 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3440 test $ac_status = 0; }; then :
3441 for ac_file in conftest.o conftest.obj conftest.*; do
3442 test -f "$ac_file" || continue;
3443 case $ac_file in
3444 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
3445 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
3446 break;;
3447 esac
3448 done
3449 else
3450 $as_echo "$as_me: failed program was:" >&5
3451 sed 's/^/| /' conftest.$ac_ext >&5
3453 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3454 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3455 as_fn_error $? "cannot compute suffix of object files: cannot compile
3456 See \`config.log' for more details" "$LINENO" 5 ; }
3458 rm -f conftest.$ac_cv_objext conftest.$ac_ext
3460 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
3461 $as_echo "$ac_cv_objext" >&6; }
3462 OBJEXT=$ac_cv_objext
3463 ac_objext=$OBJEXT
3464 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
3465 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
3466 if test "${ac_cv_c_compiler_gnu+set}" = set; then :
3467 $as_echo_n "(cached) " >&6
3468 else
3469 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3470 /* end confdefs.h. */
3473 main ()
3475 #ifndef __GNUC__
3476 choke me
3477 #endif
3480 return 0;
3482 _ACEOF
3483 if ac_fn_c_try_compile "$LINENO"; then :
3484 ac_compiler_gnu=yes
3485 else
3486 ac_compiler_gnu=no
3488 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3489 ac_cv_c_compiler_gnu=$ac_compiler_gnu
3492 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
3493 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
3494 if test $ac_compiler_gnu = yes; then
3495 GCC=yes
3496 else
3497 GCC=
3499 ac_test_CFLAGS=${CFLAGS+set}
3500 ac_save_CFLAGS=$CFLAGS
3501 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
3502 $as_echo_n "checking whether $CC accepts -g... " >&6; }
3503 if test "${ac_cv_prog_cc_g+set}" = set; then :
3504 $as_echo_n "(cached) " >&6
3505 else
3506 ac_save_c_werror_flag=$ac_c_werror_flag
3507 ac_c_werror_flag=yes
3508 ac_cv_prog_cc_g=no
3509 CFLAGS="-g"
3510 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3511 /* end confdefs.h. */
3514 main ()
3518 return 0;
3520 _ACEOF
3521 if ac_fn_c_try_compile "$LINENO"; then :
3522 ac_cv_prog_cc_g=yes
3523 else
3524 CFLAGS=""
3525 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3526 /* end confdefs.h. */
3529 main ()
3533 return 0;
3535 _ACEOF
3536 if ac_fn_c_try_compile "$LINENO"; then :
3538 else
3539 ac_c_werror_flag=$ac_save_c_werror_flag
3540 CFLAGS="-g"
3541 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3542 /* end confdefs.h. */
3545 main ()
3549 return 0;
3551 _ACEOF
3552 if ac_fn_c_try_compile "$LINENO"; then :
3553 ac_cv_prog_cc_g=yes
3555 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3557 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3559 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3560 ac_c_werror_flag=$ac_save_c_werror_flag
3562 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
3563 $as_echo "$ac_cv_prog_cc_g" >&6; }
3564 if test "$ac_test_CFLAGS" = set; then
3565 CFLAGS=$ac_save_CFLAGS
3566 elif test $ac_cv_prog_cc_g = yes; then
3567 if test "$GCC" = yes; then
3568 CFLAGS="-g -O2"
3569 else
3570 CFLAGS="-g"
3572 else
3573 if test "$GCC" = yes; then
3574 CFLAGS="-O2"
3575 else
3576 CFLAGS=
3579 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
3580 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3581 if test "${ac_cv_prog_cc_c89+set}" = set; then :
3582 $as_echo_n "(cached) " >&6
3583 else
3584 ac_cv_prog_cc_c89=no
3585 ac_save_CC=$CC
3586 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3587 /* end confdefs.h. */
3588 #include <stdarg.h>
3589 #include <stdio.h>
3590 #include <sys/types.h>
3591 #include <sys/stat.h>
3592 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3593 struct buf { int x; };
3594 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3595 static char *e (p, i)
3596 char **p;
3597 int i;
3599 return p[i];
3601 static char *f (char * (*g) (char **, int), char **p, ...)
3603 char *s;
3604 va_list v;
3605 va_start (v,p);
3606 s = g (p, va_arg (v,int));
3607 va_end (v);
3608 return s;
3611 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3612 function prototypes and stuff, but not '\xHH' hex character constants.
3613 These don't provoke an error unfortunately, instead are silently treated
3614 as 'x'. The following induces an error, until -std is added to get
3615 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3616 array size at least. It's necessary to write '\x00'==0 to get something
3617 that's true only with -std. */
3618 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3620 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3621 inside strings and character constants. */
3622 #define FOO(x) 'x'
3623 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3625 int test (int i, double x);
3626 struct s1 {int (*f) (int a);};
3627 struct s2 {int (*f) (double a);};
3628 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3629 int argc;
3630 char **argv;
3632 main ()
3634 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3636 return 0;
3638 _ACEOF
3639 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3640 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3642 CC="$ac_save_CC $ac_arg"
3643 if ac_fn_c_try_compile "$LINENO"; then :
3644 ac_cv_prog_cc_c89=$ac_arg
3646 rm -f core conftest.err conftest.$ac_objext
3647 test "x$ac_cv_prog_cc_c89" != "xno" && break
3648 done
3649 rm -f conftest.$ac_ext
3650 CC=$ac_save_CC
3653 # AC_CACHE_VAL
3654 case "x$ac_cv_prog_cc_c89" in
3656 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
3657 $as_echo "none needed" >&6; } ;;
3658 xno)
3659 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
3660 $as_echo "unsupported" >&6; } ;;
3662 CC="$CC $ac_cv_prog_cc_c89"
3663 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
3664 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
3665 esac
3666 if test "x$ac_cv_prog_cc_c89" != xno; then :
3670 ac_ext=c
3671 ac_cpp='$CPP $CPPFLAGS'
3672 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3673 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3674 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3676 ac_ext=cpp
3677 ac_cpp='$CXXCPP $CPPFLAGS'
3678 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3679 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3680 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3681 if test -z "$CXX"; then
3682 if test -n "$CCC"; then
3683 CXX=$CCC
3684 else
3685 if test -n "$ac_tool_prefix"; then
3686 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3688 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3689 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3690 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3691 $as_echo_n "checking for $ac_word... " >&6; }
3692 if test "${ac_cv_prog_CXX+set}" = set; then :
3693 $as_echo_n "(cached) " >&6
3694 else
3695 if test -n "$CXX"; then
3696 ac_cv_prog_CXX="$CXX" # Let the user override the test.
3697 else
3698 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3699 for as_dir in $PATH
3701 IFS=$as_save_IFS
3702 test -z "$as_dir" && as_dir=.
3703 for ac_exec_ext in '' $ac_executable_extensions; do
3704 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3705 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
3706 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3707 break 2
3709 done
3710 done
3711 IFS=$as_save_IFS
3715 CXX=$ac_cv_prog_CXX
3716 if test -n "$CXX"; then
3717 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5
3718 $as_echo "$CXX" >&6; }
3719 else
3720 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3721 $as_echo "no" >&6; }
3725 test -n "$CXX" && break
3726 done
3728 if test -z "$CXX"; then
3729 ac_ct_CXX=$CXX
3730 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3732 # Extract the first word of "$ac_prog", so it can be a program name with args.
3733 set dummy $ac_prog; ac_word=$2
3734 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3735 $as_echo_n "checking for $ac_word... " >&6; }
3736 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then :
3737 $as_echo_n "(cached) " >&6
3738 else
3739 if test -n "$ac_ct_CXX"; then
3740 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
3741 else
3742 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3743 for as_dir in $PATH
3745 IFS=$as_save_IFS
3746 test -z "$as_dir" && as_dir=.
3747 for ac_exec_ext in '' $ac_executable_extensions; do
3748 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3749 ac_cv_prog_ac_ct_CXX="$ac_prog"
3750 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3751 break 2
3753 done
3754 done
3755 IFS=$as_save_IFS
3759 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
3760 if test -n "$ac_ct_CXX"; then
3761 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5
3762 $as_echo "$ac_ct_CXX" >&6; }
3763 else
3764 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3765 $as_echo "no" >&6; }
3769 test -n "$ac_ct_CXX" && break
3770 done
3772 if test "x$ac_ct_CXX" = x; then
3773 CXX="g++"
3774 else
3775 case $cross_compiling:$ac_tool_warned in
3776 yes:)
3777 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3778 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3779 ac_tool_warned=yes ;;
3780 esac
3781 CXX=$ac_ct_CXX
3787 # Provide some information about the compiler.
3788 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5
3789 set X $ac_compile
3790 ac_compiler=$2
3791 for ac_option in --version -v -V -qversion; do
3792 { { ac_try="$ac_compiler $ac_option >&5"
3793 case "(($ac_try" in
3794 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3795 *) ac_try_echo=$ac_try;;
3796 esac
3797 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3798 $as_echo "$ac_try_echo"; } >&5
3799 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
3800 ac_status=$?
3801 if test -s conftest.err; then
3802 sed '10a\
3803 ... rest of stderr output deleted ...
3804 10q' conftest.err >conftest.er1
3805 cat conftest.er1 >&5
3807 rm -f conftest.er1 conftest.err
3808 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3809 test $ac_status = 0; }
3810 done
3812 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
3813 $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
3814 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then :
3815 $as_echo_n "(cached) " >&6
3816 else
3817 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3818 /* end confdefs.h. */
3821 main ()
3823 #ifndef __GNUC__
3824 choke me
3825 #endif
3828 return 0;
3830 _ACEOF
3831 if ac_fn_cxx_try_compile "$LINENO"; then :
3832 ac_compiler_gnu=yes
3833 else
3834 ac_compiler_gnu=no
3836 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3837 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
3840 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5
3841 $as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
3842 if test $ac_compiler_gnu = yes; then
3843 GXX=yes
3844 else
3845 GXX=
3847 ac_test_CXXFLAGS=${CXXFLAGS+set}
3848 ac_save_CXXFLAGS=$CXXFLAGS
3849 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
3850 $as_echo_n "checking whether $CXX accepts -g... " >&6; }
3851 if test "${ac_cv_prog_cxx_g+set}" = set; then :
3852 $as_echo_n "(cached) " >&6
3853 else
3854 ac_save_cxx_werror_flag=$ac_cxx_werror_flag
3855 ac_cxx_werror_flag=yes
3856 ac_cv_prog_cxx_g=no
3857 CXXFLAGS="-g"
3858 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3859 /* end confdefs.h. */
3862 main ()
3866 return 0;
3868 _ACEOF
3869 if ac_fn_cxx_try_compile "$LINENO"; then :
3870 ac_cv_prog_cxx_g=yes
3871 else
3872 CXXFLAGS=""
3873 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3874 /* end confdefs.h. */
3877 main ()
3881 return 0;
3883 _ACEOF
3884 if ac_fn_cxx_try_compile "$LINENO"; then :
3886 else
3887 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3888 CXXFLAGS="-g"
3889 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3890 /* end confdefs.h. */
3893 main ()
3897 return 0;
3899 _ACEOF
3900 if ac_fn_cxx_try_compile "$LINENO"; then :
3901 ac_cv_prog_cxx_g=yes
3903 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3905 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3907 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3908 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3910 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&5
3911 $as_echo "$ac_cv_prog_cxx_g" >&6; }
3912 if test "$ac_test_CXXFLAGS" = set; then
3913 CXXFLAGS=$ac_save_CXXFLAGS
3914 elif test $ac_cv_prog_cxx_g = yes; then
3915 if test "$GXX" = yes; then
3916 CXXFLAGS="-g -O2"
3917 else
3918 CXXFLAGS="-g"
3920 else
3921 if test "$GXX" = yes; then
3922 CXXFLAGS="-O2"
3923 else
3924 CXXFLAGS=
3927 ac_ext=c
3928 ac_cpp='$CPP $CPPFLAGS'
3929 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3930 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3931 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3933 if test -n "$ac_tool_prefix"; then
3934 # Extract the first word of "${ac_tool_prefix}cpp", so it can be a program name with args.
3935 set dummy ${ac_tool_prefix}cpp; ac_word=$2
3936 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3937 $as_echo_n "checking for $ac_word... " >&6; }
3938 if test "${ac_cv_prog_CPPBIN+set}" = set; then :
3939 $as_echo_n "(cached) " >&6
3940 else
3941 if test -n "$CPPBIN"; then
3942 ac_cv_prog_CPPBIN="$CPPBIN" # Let the user override the test.
3943 else
3944 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3945 for as_dir in $PATH
3947 IFS=$as_save_IFS
3948 test -z "$as_dir" && as_dir=.
3949 for ac_exec_ext in '' $ac_executable_extensions; do
3950 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3951 ac_cv_prog_CPPBIN="${ac_tool_prefix}cpp"
3952 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3953 break 2
3955 done
3956 done
3957 IFS=$as_save_IFS
3961 CPPBIN=$ac_cv_prog_CPPBIN
3962 if test -n "$CPPBIN"; then
3963 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPPBIN" >&5
3964 $as_echo "$CPPBIN" >&6; }
3965 else
3966 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3967 $as_echo "no" >&6; }
3972 if test -z "$ac_cv_prog_CPPBIN"; then
3973 ac_ct_CPPBIN=$CPPBIN
3974 # Extract the first word of "cpp", so it can be a program name with args.
3975 set dummy cpp; ac_word=$2
3976 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3977 $as_echo_n "checking for $ac_word... " >&6; }
3978 if test "${ac_cv_prog_ac_ct_CPPBIN+set}" = set; then :
3979 $as_echo_n "(cached) " >&6
3980 else
3981 if test -n "$ac_ct_CPPBIN"; then
3982 ac_cv_prog_ac_ct_CPPBIN="$ac_ct_CPPBIN" # Let the user override the test.
3983 else
3984 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3985 for as_dir in $PATH
3987 IFS=$as_save_IFS
3988 test -z "$as_dir" && as_dir=.
3989 for ac_exec_ext in '' $ac_executable_extensions; do
3990 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3991 ac_cv_prog_ac_ct_CPPBIN="cpp"
3992 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3993 break 2
3995 done
3996 done
3997 IFS=$as_save_IFS
4001 ac_ct_CPPBIN=$ac_cv_prog_ac_ct_CPPBIN
4002 if test -n "$ac_ct_CPPBIN"; then
4003 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CPPBIN" >&5
4004 $as_echo "$ac_ct_CPPBIN" >&6; }
4005 else
4006 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4007 $as_echo "no" >&6; }
4010 if test "x$ac_ct_CPPBIN" = x; then
4011 CPPBIN="cpp"
4012 else
4013 case $cross_compiling:$ac_tool_warned in
4014 yes:)
4015 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4016 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4017 ac_tool_warned=yes ;;
4018 esac
4019 CPPBIN=$ac_ct_CPPBIN
4021 else
4022 CPPBIN="$ac_cv_prog_CPPBIN"
4026 cat >>confdefs.h <<_ACEOF
4027 #define EXEEXT "$ac_exeext"
4028 _ACEOF
4031 case $host in
4032 *-darwin*)
4033 if test "x$enable_win64" = "xyes"
4034 then
4035 CC="$CC -m64"
4036 CXX="$CXX -m64"
4037 LD="${LD:-ld} -arch x86_64"
4038 AS="${AS:-as} -arch x86_64"
4039 host_cpu="x86_64"
4040 notice_platform="64-bit "
4041 TARGETFLAGS="-m64"
4043 else
4044 CC="$CC -m32"
4045 CXX="$CXX -m32"
4046 LD="${LD:-ld} -arch i386"
4047 AS="${AS:-as} -arch i386"
4048 host_cpu="i386"
4049 notice_platform="32-bit "
4050 TARGETFLAGS="-m32"
4052 enable_win16=${enable_win16:-yes}
4055 x86_64*)
4056 if test "x$enable_win64" != "xyes" -a "$cross_compiling" != "yes"
4057 then
4058 CC="$CC -m32"
4059 CXX="$CXX -m32"
4060 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC works" >&5
4061 $as_echo_n "checking whether $CC works... " >&6; }
4063 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4064 /* end confdefs.h. */
4067 main ()
4071 return 0;
4073 _ACEOF
4074 if ac_fn_c_try_link "$LINENO"; then :
4075 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4076 $as_echo "yes" >&6; }
4077 else
4078 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4079 $as_echo "no" >&6; }
4080 as_fn_error $? "Cannot build a 32-bit program, you need to install 32-bit development libraries." "$LINENO" 5
4082 rm -f core conftest.err conftest.$ac_objext \
4083 conftest$ac_exeext conftest.$ac_ext
4084 LD="${LD:-ld} -m elf_i386"
4085 AS="${AS:-as} --32"
4086 host_cpu="i386"
4087 notice_platform="32-bit "
4088 TARGETFLAGS="-m32"
4090 enable_win16=${enable_win16:-yes}
4091 else
4092 if test "x${GCC}" = "xyes"
4093 then
4094 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC supports __builtin_ms_va_list" >&5
4095 $as_echo_n "checking whether $CC supports __builtin_ms_va_list... " >&6; }
4096 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4097 /* end confdefs.h. */
4098 #include <stdarg.h>
4100 main ()
4102 void func(__builtin_ms_va_list *args);
4104 return 0;
4106 _ACEOF
4107 if ac_fn_c_try_compile "$LINENO"; then :
4108 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4109 $as_echo "yes" >&6; }
4110 else
4111 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4112 $as_echo "no" >&6; }
4113 as_fn_error $? "You need gcc >= 4.4 to build Wine as 64-bit." "$LINENO" 5
4115 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4117 TARGETFLAGS="-m64"
4121 *-mingw32*|*-cygwin*)
4122 enable_win16=${enable_win16:-no}
4123 CFLAGS="$CFLAGS -D_WIN32"
4125 i[3456789]86*)
4126 enable_win16=${enable_win16:-yes}
4128 esac
4130 enable_win16=${enable_win16:-no}
4132 enable_winetest=${enable_winetest:-$enable_tests}
4134 if test -n "$with_wine64"
4135 then
4136 if test "x$enable_win64" = "xyes"
4137 then
4138 as_fn_error $? "--enable-win64 and --with-wine64 are mutually exclusive.
4139 --enable-win64 should be used in the 64-bit build tree, --with-wine64 in the 32-bit Wow64 build tree." "$LINENO" 5
4141 WOW64_DISABLE=\#
4143 enable_fonts=${enable_fonts:-no}
4144 enable_server=${enable_server:-no}
4145 enable_tools=${enable_tools:-no}
4146 elif test "x$enable_win64" = "xyes"
4147 then
4148 test "x$libdir" != "x\${exec_prefix}/lib" || libdir="\${exec_prefix}/lib64"
4151 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the directory containing the Wine tools" >&5
4152 $as_echo_n "checking for the directory containing the Wine tools... " >&6; }
4153 if test "${wine_cv_toolsdir+set}" = set; then :
4154 $as_echo_n "(cached) " >&6
4155 else
4156 wine_cv_toolsdir="$with_wine_tools"
4157 if test -z "$with_wine_tools"; then
4158 if test "$cross_compiling" = "yes"; then
4159 as_fn_error $? "you must use the --with-wine-tools option when cross-compiling." "$LINENO" 5
4160 elif test -n "$with_wine64"; then
4161 wine_cv_toolsdir="$with_wine64"
4164 if test -z "$wine_cv_toolsdir"; then
4165 wine_cv_toolsdir="\$(top_builddir)"
4166 elif test -d "$wine_cv_toolsdir/tools/winebuild"; then
4167 case "$wine_cv_toolsdir" in
4168 /*) ;;
4169 *) wine_cv_toolsdir="\$(top_builddir)/$wine_cv_toolsdir" ;;
4170 esac
4171 else
4172 as_fn_error $? "could not find Wine tools in $wine_cv_toolsdir" "$LINENO" 5
4175 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_toolsdir" >&5
4176 $as_echo "$wine_cv_toolsdir" >&6; }
4177 TOOLSDIR=$wine_cv_toolsdir
4179 if test -n "$host_alias" -a "$host_alias" != "$build_alias"
4180 then
4181 TARGETFLAGS="-b $host_alias $TARGETFLAGS"
4185 for ac_prog in flex
4187 # Extract the first word of "$ac_prog", so it can be a program name with args.
4188 set dummy $ac_prog; ac_word=$2
4189 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4190 $as_echo_n "checking for $ac_word... " >&6; }
4191 if test "${ac_cv_prog_FLEX+set}" = set; then :
4192 $as_echo_n "(cached) " >&6
4193 else
4194 if test -n "$FLEX"; then
4195 ac_cv_prog_FLEX="$FLEX" # Let the user override the test.
4196 else
4197 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4198 for as_dir in $PATH
4200 IFS=$as_save_IFS
4201 test -z "$as_dir" && as_dir=.
4202 for ac_exec_ext in '' $ac_executable_extensions; do
4203 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4204 ac_cv_prog_FLEX="$ac_prog"
4205 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4206 break 2
4208 done
4209 done
4210 IFS=$as_save_IFS
4214 FLEX=$ac_cv_prog_FLEX
4215 if test -n "$FLEX"; then
4216 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FLEX" >&5
4217 $as_echo "$FLEX" >&6; }
4218 else
4219 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4220 $as_echo "no" >&6; }
4224 test -n "$FLEX" && break
4225 done
4226 test -n "$FLEX" || FLEX="none"
4228 if test "$FLEX" = "none"
4229 then
4230 as_fn_error $? "no suitable flex found. Please install the 'flex' package." "$LINENO" 5
4232 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether flex is recent enough" >&5
4233 $as_echo_n "checking whether flex is recent enough... " >&6; }
4234 cat >conftest.l <<EOF
4235 %top{
4236 #include "prediluvian.h"
4240 if $FLEX -t conftest.l >/dev/null 2>&5
4241 then
4242 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4243 $as_echo "yes" >&6; }
4244 else
4245 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4246 $as_echo "no" >&6; }
4247 as_fn_error $? "Your flex version is too old. Please install flex version 2.5.33 or newer." "$LINENO" 5
4250 for ac_prog in bison
4252 # Extract the first word of "$ac_prog", so it can be a program name with args.
4253 set dummy $ac_prog; ac_word=$2
4254 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4255 $as_echo_n "checking for $ac_word... " >&6; }
4256 if test "${ac_cv_prog_BISON+set}" = set; then :
4257 $as_echo_n "(cached) " >&6
4258 else
4259 if test -n "$BISON"; then
4260 ac_cv_prog_BISON="$BISON" # Let the user override the test.
4261 else
4262 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4263 for as_dir in $PATH
4265 IFS=$as_save_IFS
4266 test -z "$as_dir" && as_dir=.
4267 for ac_exec_ext in '' $ac_executable_extensions; do
4268 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4269 ac_cv_prog_BISON="$ac_prog"
4270 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4271 break 2
4273 done
4274 done
4275 IFS=$as_save_IFS
4279 BISON=$ac_cv_prog_BISON
4280 if test -n "$BISON"; then
4281 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $BISON" >&5
4282 $as_echo "$BISON" >&6; }
4283 else
4284 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4285 $as_echo "no" >&6; }
4289 test -n "$BISON" && break
4290 done
4291 test -n "$BISON" || BISON="none"
4293 if test "$BISON" = "none"
4294 then
4295 as_fn_error $? "no suitable bison found. Please install the 'bison' package." "$LINENO" 5
4298 if test -n "$ac_tool_prefix"; then
4299 for ac_prog in ar gar
4301 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4302 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4303 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4304 $as_echo_n "checking for $ac_word... " >&6; }
4305 if test "${ac_cv_prog_AR+set}" = set; then :
4306 $as_echo_n "(cached) " >&6
4307 else
4308 if test -n "$AR"; then
4309 ac_cv_prog_AR="$AR" # Let the user override the test.
4310 else
4311 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4312 for as_dir in $PATH
4314 IFS=$as_save_IFS
4315 test -z "$as_dir" && as_dir=.
4316 for ac_exec_ext in '' $ac_executable_extensions; do
4317 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4318 ac_cv_prog_AR="$ac_tool_prefix$ac_prog"
4319 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4320 break 2
4322 done
4323 done
4324 IFS=$as_save_IFS
4328 AR=$ac_cv_prog_AR
4329 if test -n "$AR"; then
4330 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
4331 $as_echo "$AR" >&6; }
4332 else
4333 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4334 $as_echo "no" >&6; }
4338 test -n "$AR" && break
4339 done
4341 if test -z "$AR"; then
4342 ac_ct_AR=$AR
4343 for ac_prog in ar gar
4345 # Extract the first word of "$ac_prog", so it can be a program name with args.
4346 set dummy $ac_prog; ac_word=$2
4347 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4348 $as_echo_n "checking for $ac_word... " >&6; }
4349 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then :
4350 $as_echo_n "(cached) " >&6
4351 else
4352 if test -n "$ac_ct_AR"; then
4353 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
4354 else
4355 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4356 for as_dir in $PATH
4358 IFS=$as_save_IFS
4359 test -z "$as_dir" && as_dir=.
4360 for ac_exec_ext in '' $ac_executable_extensions; do
4361 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4362 ac_cv_prog_ac_ct_AR="$ac_prog"
4363 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4364 break 2
4366 done
4367 done
4368 IFS=$as_save_IFS
4372 ac_ct_AR=$ac_cv_prog_ac_ct_AR
4373 if test -n "$ac_ct_AR"; then
4374 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
4375 $as_echo "$ac_ct_AR" >&6; }
4376 else
4377 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4378 $as_echo "no" >&6; }
4382 test -n "$ac_ct_AR" && break
4383 done
4385 if test "x$ac_ct_AR" = x; then
4386 AR="ar"
4387 else
4388 case $cross_compiling:$ac_tool_warned in
4389 yes:)
4390 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4391 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4392 ac_tool_warned=yes ;;
4393 esac
4394 AR=$ac_ct_AR
4398 ARFLAGS=rc
4400 if test -n "$ac_tool_prefix"; then
4401 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
4402 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
4403 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4404 $as_echo_n "checking for $ac_word... " >&6; }
4405 if test "${ac_cv_prog_RANLIB+set}" = set; then :
4406 $as_echo_n "(cached) " >&6
4407 else
4408 if test -n "$RANLIB"; then
4409 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
4410 else
4411 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4412 for as_dir in $PATH
4414 IFS=$as_save_IFS
4415 test -z "$as_dir" && as_dir=.
4416 for ac_exec_ext in '' $ac_executable_extensions; do
4417 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4418 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
4419 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4420 break 2
4422 done
4423 done
4424 IFS=$as_save_IFS
4428 RANLIB=$ac_cv_prog_RANLIB
4429 if test -n "$RANLIB"; then
4430 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
4431 $as_echo "$RANLIB" >&6; }
4432 else
4433 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4434 $as_echo "no" >&6; }
4439 if test -z "$ac_cv_prog_RANLIB"; then
4440 ac_ct_RANLIB=$RANLIB
4441 # Extract the first word of "ranlib", so it can be a program name with args.
4442 set dummy ranlib; ac_word=$2
4443 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4444 $as_echo_n "checking for $ac_word... " >&6; }
4445 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
4446 $as_echo_n "(cached) " >&6
4447 else
4448 if test -n "$ac_ct_RANLIB"; then
4449 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
4450 else
4451 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4452 for as_dir in $PATH
4454 IFS=$as_save_IFS
4455 test -z "$as_dir" && as_dir=.
4456 for ac_exec_ext in '' $ac_executable_extensions; do
4457 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4458 ac_cv_prog_ac_ct_RANLIB="ranlib"
4459 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4460 break 2
4462 done
4463 done
4464 IFS=$as_save_IFS
4468 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
4469 if test -n "$ac_ct_RANLIB"; then
4470 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
4471 $as_echo "$ac_ct_RANLIB" >&6; }
4472 else
4473 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4474 $as_echo "no" >&6; }
4477 if test "x$ac_ct_RANLIB" = x; then
4478 RANLIB=":"
4479 else
4480 case $cross_compiling:$ac_tool_warned in
4481 yes:)
4482 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4483 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4484 ac_tool_warned=yes ;;
4485 esac
4486 RANLIB=$ac_ct_RANLIB
4488 else
4489 RANLIB="$ac_cv_prog_RANLIB"
4492 if test -n "$ac_tool_prefix"; then
4493 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
4494 set dummy ${ac_tool_prefix}strip; ac_word=$2
4495 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4496 $as_echo_n "checking for $ac_word... " >&6; }
4497 if test "${ac_cv_prog_STRIP+set}" = set; then :
4498 $as_echo_n "(cached) " >&6
4499 else
4500 if test -n "$STRIP"; then
4501 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
4502 else
4503 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4504 for as_dir in $PATH
4506 IFS=$as_save_IFS
4507 test -z "$as_dir" && as_dir=.
4508 for ac_exec_ext in '' $ac_executable_extensions; do
4509 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4510 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
4511 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4512 break 2
4514 done
4515 done
4516 IFS=$as_save_IFS
4520 STRIP=$ac_cv_prog_STRIP
4521 if test -n "$STRIP"; then
4522 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
4523 $as_echo "$STRIP" >&6; }
4524 else
4525 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4526 $as_echo "no" >&6; }
4531 if test -z "$ac_cv_prog_STRIP"; then
4532 ac_ct_STRIP=$STRIP
4533 # Extract the first word of "strip", so it can be a program name with args.
4534 set dummy strip; ac_word=$2
4535 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4536 $as_echo_n "checking for $ac_word... " >&6; }
4537 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
4538 $as_echo_n "(cached) " >&6
4539 else
4540 if test -n "$ac_ct_STRIP"; then
4541 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
4542 else
4543 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4544 for as_dir in $PATH
4546 IFS=$as_save_IFS
4547 test -z "$as_dir" && as_dir=.
4548 for ac_exec_ext in '' $ac_executable_extensions; do
4549 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4550 ac_cv_prog_ac_ct_STRIP="strip"
4551 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4552 break 2
4554 done
4555 done
4556 IFS=$as_save_IFS
4560 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
4561 if test -n "$ac_ct_STRIP"; then
4562 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
4563 $as_echo "$ac_ct_STRIP" >&6; }
4564 else
4565 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4566 $as_echo "no" >&6; }
4569 if test "x$ac_ct_STRIP" = x; then
4570 STRIP="strip"
4571 else
4572 case $cross_compiling:$ac_tool_warned in
4573 yes:)
4574 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4575 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4576 ac_tool_warned=yes ;;
4577 esac
4578 STRIP=$ac_ct_STRIP
4580 else
4581 STRIP="$ac_cv_prog_STRIP"
4584 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
4585 $as_echo_n "checking whether ln -s works... " >&6; }
4586 LN_S=$as_ln_s
4587 if test "$LN_S" = "ln -s"; then
4588 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4589 $as_echo "yes" >&6; }
4590 else
4591 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
4592 $as_echo "no, using $LN_S" >&6; }
4595 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
4596 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
4597 if test "${ac_cv_path_GREP+set}" = set; then :
4598 $as_echo_n "(cached) " >&6
4599 else
4600 if test -z "$GREP"; then
4601 ac_path_GREP_found=false
4602 # Loop through the user's path and test for each of PROGNAME-LIST
4603 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4604 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4606 IFS=$as_save_IFS
4607 test -z "$as_dir" && as_dir=.
4608 for ac_prog in grep ggrep; do
4609 for ac_exec_ext in '' $ac_executable_extensions; do
4610 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
4611 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
4612 # Check for GNU ac_path_GREP and select it if it is found.
4613 # Check for GNU $ac_path_GREP
4614 case `"$ac_path_GREP" --version 2>&1` in
4615 *GNU*)
4616 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
4618 ac_count=0
4619 $as_echo_n 0123456789 >"conftest.in"
4620 while :
4622 cat "conftest.in" "conftest.in" >"conftest.tmp"
4623 mv "conftest.tmp" "conftest.in"
4624 cp "conftest.in" "conftest.nl"
4625 $as_echo 'GREP' >> "conftest.nl"
4626 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4627 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4628 as_fn_arith $ac_count + 1 && ac_count=$as_val
4629 if test $ac_count -gt ${ac_path_GREP_max-0}; then
4630 # Best one so far, save it but keep looking for a better one
4631 ac_cv_path_GREP="$ac_path_GREP"
4632 ac_path_GREP_max=$ac_count
4634 # 10*(2^10) chars as input seems more than enough
4635 test $ac_count -gt 10 && break
4636 done
4637 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4638 esac
4640 $ac_path_GREP_found && break 3
4641 done
4642 done
4643 done
4644 IFS=$as_save_IFS
4645 if test -z "$ac_cv_path_GREP"; then
4646 as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4648 else
4649 ac_cv_path_GREP=$GREP
4653 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
4654 $as_echo "$ac_cv_path_GREP" >&6; }
4655 GREP="$ac_cv_path_GREP"
4658 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
4659 $as_echo_n "checking for egrep... " >&6; }
4660 if test "${ac_cv_path_EGREP+set}" = set; then :
4661 $as_echo_n "(cached) " >&6
4662 else
4663 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
4664 then ac_cv_path_EGREP="$GREP -E"
4665 else
4666 if test -z "$EGREP"; then
4667 ac_path_EGREP_found=false
4668 # Loop through the user's path and test for each of PROGNAME-LIST
4669 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4670 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4672 IFS=$as_save_IFS
4673 test -z "$as_dir" && as_dir=.
4674 for ac_prog in egrep; do
4675 for ac_exec_ext in '' $ac_executable_extensions; do
4676 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
4677 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
4678 # Check for GNU ac_path_EGREP and select it if it is found.
4679 # Check for GNU $ac_path_EGREP
4680 case `"$ac_path_EGREP" --version 2>&1` in
4681 *GNU*)
4682 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
4684 ac_count=0
4685 $as_echo_n 0123456789 >"conftest.in"
4686 while :
4688 cat "conftest.in" "conftest.in" >"conftest.tmp"
4689 mv "conftest.tmp" "conftest.in"
4690 cp "conftest.in" "conftest.nl"
4691 $as_echo 'EGREP' >> "conftest.nl"
4692 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4693 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4694 as_fn_arith $ac_count + 1 && ac_count=$as_val
4695 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
4696 # Best one so far, save it but keep looking for a better one
4697 ac_cv_path_EGREP="$ac_path_EGREP"
4698 ac_path_EGREP_max=$ac_count
4700 # 10*(2^10) chars as input seems more than enough
4701 test $ac_count -gt 10 && break
4702 done
4703 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4704 esac
4706 $ac_path_EGREP_found && break 3
4707 done
4708 done
4709 done
4710 IFS=$as_save_IFS
4711 if test -z "$ac_cv_path_EGREP"; then
4712 as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4714 else
4715 ac_cv_path_EGREP=$EGREP
4720 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
4721 $as_echo "$ac_cv_path_EGREP" >&6; }
4722 EGREP="$ac_cv_path_EGREP"
4725 # Extract the first word of "ldconfig", so it can be a program name with args.
4726 set dummy ldconfig; ac_word=$2
4727 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4728 $as_echo_n "checking for $ac_word... " >&6; }
4729 if test "${ac_cv_path_LDCONFIG+set}" = set; then :
4730 $as_echo_n "(cached) " >&6
4731 else
4732 case $LDCONFIG in
4733 [\\/]* | ?:[\\/]*)
4734 ac_cv_path_LDCONFIG="$LDCONFIG" # Let the user override the test with a path.
4737 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4738 for as_dir in /sbin /usr/sbin $PATH
4740 IFS=$as_save_IFS
4741 test -z "$as_dir" && as_dir=.
4742 for ac_exec_ext in '' $ac_executable_extensions; do
4743 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4744 ac_cv_path_LDCONFIG="$as_dir/$ac_word$ac_exec_ext"
4745 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4746 break 2
4748 done
4749 done
4750 IFS=$as_save_IFS
4752 test -z "$ac_cv_path_LDCONFIG" && ac_cv_path_LDCONFIG="true"
4754 esac
4756 LDCONFIG=$ac_cv_path_LDCONFIG
4757 if test -n "$LDCONFIG"; then
4758 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LDCONFIG" >&5
4759 $as_echo "$LDCONFIG" >&6; }
4760 else
4761 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4762 $as_echo "no" >&6; }
4766 # Find a good install program. We prefer a C program (faster),
4767 # so one script is as good as another. But avoid the broken or
4768 # incompatible versions:
4769 # SysV /etc/install, /usr/sbin/install
4770 # SunOS /usr/etc/install
4771 # IRIX /sbin/install
4772 # AIX /bin/install
4773 # AmigaOS /C/install, which installs bootblocks on floppy discs
4774 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
4775 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
4776 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
4777 # OS/2's system install, which has a completely different semantic
4778 # ./install, which can be erroneously created by make from ./install.sh.
4779 # Reject install programs that cannot install multiple files.
4780 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
4781 $as_echo_n "checking for a BSD-compatible install... " >&6; }
4782 if test -z "$INSTALL"; then
4783 if test "${ac_cv_path_install+set}" = set; then :
4784 $as_echo_n "(cached) " >&6
4785 else
4786 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4787 for as_dir in $PATH
4789 IFS=$as_save_IFS
4790 test -z "$as_dir" && as_dir=.
4791 # Account for people who put trailing slashes in PATH elements.
4792 case $as_dir/ in #((
4793 ./ | .// | /[cC]/* | \
4794 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
4795 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
4796 /usr/ucb/* ) ;;
4798 # OSF1 and SCO ODT 3.0 have their own names for install.
4799 # Don't use installbsd from OSF since it installs stuff as root
4800 # by default.
4801 for ac_prog in ginstall scoinst install; do
4802 for ac_exec_ext in '' $ac_executable_extensions; do
4803 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
4804 if test $ac_prog = install &&
4805 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
4806 # AIX install. It has an incompatible calling convention.
4808 elif test $ac_prog = install &&
4809 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
4810 # program-specific install script used by HP pwplus--don't use.
4812 else
4813 rm -rf conftest.one conftest.two conftest.dir
4814 echo one > conftest.one
4815 echo two > conftest.two
4816 mkdir conftest.dir
4817 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
4818 test -s conftest.one && test -s conftest.two &&
4819 test -s conftest.dir/conftest.one &&
4820 test -s conftest.dir/conftest.two
4821 then
4822 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
4823 break 3
4827 done
4828 done
4830 esac
4832 done
4833 IFS=$as_save_IFS
4835 rm -rf conftest.one conftest.two conftest.dir
4838 if test "${ac_cv_path_install+set}" = set; then
4839 INSTALL=$ac_cv_path_install
4840 else
4841 # As a last resort, use the slow shell script. Don't cache a
4842 # value for INSTALL within a source directory, because that will
4843 # break other packages using the cache if that directory is
4844 # removed, or if the value is a relative name.
4845 INSTALL=$ac_install_sh
4848 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
4849 $as_echo "$INSTALL" >&6; }
4851 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
4852 # It thinks the first close brace ends the variable substitution.
4853 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
4855 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
4857 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
4859 case "$INSTALL" in
4860 [\\/$]* | ?:[\\/]* ) ;;
4861 *) INSTALL="\\\$(top_srcdir)/$INSTALL" ;;
4862 esac
4864 for ac_prog in lclint lint
4866 # Extract the first word of "$ac_prog", so it can be a program name with args.
4867 set dummy $ac_prog; ac_word=$2
4868 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4869 $as_echo_n "checking for $ac_word... " >&6; }
4870 if test "${ac_cv_prog_LINT+set}" = set; then :
4871 $as_echo_n "(cached) " >&6
4872 else
4873 if test -n "$LINT"; then
4874 ac_cv_prog_LINT="$LINT" # Let the user override the test.
4875 else
4876 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4877 for as_dir in $PATH
4879 IFS=$as_save_IFS
4880 test -z "$as_dir" && as_dir=.
4881 for ac_exec_ext in '' $ac_executable_extensions; do
4882 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4883 ac_cv_prog_LINT="$ac_prog"
4884 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4885 break 2
4887 done
4888 done
4889 IFS=$as_save_IFS
4893 LINT=$ac_cv_prog_LINT
4894 if test -n "$LINT"; then
4895 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINT" >&5
4896 $as_echo "$LINT" >&6; }
4897 else
4898 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4899 $as_echo "no" >&6; }
4903 test -n "$LINT" && break
4904 done
4906 if test "$LINT" = "lint"
4907 then
4908 LINTFLAGS="$LINTFLAGS -errchk=%all,no%longptr64 -errhdr=%user -Ncheck=macro -Nlevel=4"
4913 for ac_prog in fontforge
4915 # Extract the first word of "$ac_prog", so it can be a program name with args.
4916 set dummy $ac_prog; ac_word=$2
4917 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4918 $as_echo_n "checking for $ac_word... " >&6; }
4919 if test "${ac_cv_prog_FONTFORGE+set}" = set; then :
4920 $as_echo_n "(cached) " >&6
4921 else
4922 if test -n "$FONTFORGE"; then
4923 ac_cv_prog_FONTFORGE="$FONTFORGE" # Let the user override the test.
4924 else
4925 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4926 for as_dir in $PATH
4928 IFS=$as_save_IFS
4929 test -z "$as_dir" && as_dir=.
4930 for ac_exec_ext in '' $ac_executable_extensions; do
4931 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4932 ac_cv_prog_FONTFORGE="$ac_prog"
4933 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4934 break 2
4936 done
4937 done
4938 IFS=$as_save_IFS
4942 FONTFORGE=$ac_cv_prog_FONTFORGE
4943 if test -n "$FONTFORGE"; then
4944 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FONTFORGE" >&5
4945 $as_echo "$FONTFORGE" >&6; }
4946 else
4947 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4948 $as_echo "no" >&6; }
4952 test -n "$FONTFORGE" && break
4953 done
4954 test -n "$FONTFORGE" || FONTFORGE="false"
4956 for ac_prog in pkg-config
4958 # Extract the first word of "$ac_prog", so it can be a program name with args.
4959 set dummy $ac_prog; ac_word=$2
4960 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4961 $as_echo_n "checking for $ac_word... " >&6; }
4962 if test "${ac_cv_prog_PKG_CONFIG+set}" = set; then :
4963 $as_echo_n "(cached) " >&6
4964 else
4965 if test -n "$PKG_CONFIG"; then
4966 ac_cv_prog_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test.
4967 else
4968 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4969 for as_dir in $PATH
4971 IFS=$as_save_IFS
4972 test -z "$as_dir" && as_dir=.
4973 for ac_exec_ext in '' $ac_executable_extensions; do
4974 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4975 ac_cv_prog_PKG_CONFIG="$ac_prog"
4976 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4977 break 2
4979 done
4980 done
4981 IFS=$as_save_IFS
4985 PKG_CONFIG=$ac_cv_prog_PKG_CONFIG
4986 if test -n "$PKG_CONFIG"; then
4987 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
4988 $as_echo "$PKG_CONFIG" >&6; }
4989 else
4990 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4991 $as_echo "no" >&6; }
4995 test -n "$PKG_CONFIG" && break
4996 done
4997 test -n "$PKG_CONFIG" || PKG_CONFIG="false"
4999 for ac_prog in rsvg
5001 # Extract the first word of "$ac_prog", so it can be a program name with args.
5002 set dummy $ac_prog; ac_word=$2
5003 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5004 $as_echo_n "checking for $ac_word... " >&6; }
5005 if test "${ac_cv_prog_RSVG+set}" = set; then :
5006 $as_echo_n "(cached) " >&6
5007 else
5008 if test -n "$RSVG"; then
5009 ac_cv_prog_RSVG="$RSVG" # Let the user override the test.
5010 else
5011 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5012 for as_dir in $PATH
5014 IFS=$as_save_IFS
5015 test -z "$as_dir" && as_dir=.
5016 for ac_exec_ext in '' $ac_executable_extensions; do
5017 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5018 ac_cv_prog_RSVG="$ac_prog"
5019 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5020 break 2
5022 done
5023 done
5024 IFS=$as_save_IFS
5028 RSVG=$ac_cv_prog_RSVG
5029 if test -n "$RSVG"; then
5030 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RSVG" >&5
5031 $as_echo "$RSVG" >&6; }
5032 else
5033 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5034 $as_echo "no" >&6; }
5038 test -n "$RSVG" && break
5039 done
5040 test -n "$RSVG" || RSVG="false"
5042 for ac_prog in convert
5044 # Extract the first word of "$ac_prog", so it can be a program name with args.
5045 set dummy $ac_prog; ac_word=$2
5046 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5047 $as_echo_n "checking for $ac_word... " >&6; }
5048 if test "${ac_cv_prog_CONVERT+set}" = set; then :
5049 $as_echo_n "(cached) " >&6
5050 else
5051 if test -n "$CONVERT"; then
5052 ac_cv_prog_CONVERT="$CONVERT" # Let the user override the test.
5053 else
5054 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5055 for as_dir in $PATH
5057 IFS=$as_save_IFS
5058 test -z "$as_dir" && as_dir=.
5059 for ac_exec_ext in '' $ac_executable_extensions; do
5060 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5061 ac_cv_prog_CONVERT="$ac_prog"
5062 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5063 break 2
5065 done
5066 done
5067 IFS=$as_save_IFS
5071 CONVERT=$ac_cv_prog_CONVERT
5072 if test -n "$CONVERT"; then
5073 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CONVERT" >&5
5074 $as_echo "$CONVERT" >&6; }
5075 else
5076 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5077 $as_echo "no" >&6; }
5081 test -n "$CONVERT" && break
5082 done
5083 test -n "$CONVERT" || CONVERT="false"
5085 for ac_prog in icotool
5087 # Extract the first word of "$ac_prog", so it can be a program name with args.
5088 set dummy $ac_prog; ac_word=$2
5089 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5090 $as_echo_n "checking for $ac_word... " >&6; }
5091 if test "${ac_cv_prog_ICOTOOL+set}" = set; then :
5092 $as_echo_n "(cached) " >&6
5093 else
5094 if test -n "$ICOTOOL"; then
5095 ac_cv_prog_ICOTOOL="$ICOTOOL" # Let the user override the test.
5096 else
5097 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5098 for as_dir in $PATH
5100 IFS=$as_save_IFS
5101 test -z "$as_dir" && as_dir=.
5102 for ac_exec_ext in '' $ac_executable_extensions; do
5103 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5104 ac_cv_prog_ICOTOOL="$ac_prog"
5105 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5106 break 2
5108 done
5109 done
5110 IFS=$as_save_IFS
5114 ICOTOOL=$ac_cv_prog_ICOTOOL
5115 if test -n "$ICOTOOL"; then
5116 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ICOTOOL" >&5
5117 $as_echo "$ICOTOOL" >&6; }
5118 else
5119 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5120 $as_echo "no" >&6; }
5124 test -n "$ICOTOOL" && break
5125 done
5126 test -n "$ICOTOOL" || ICOTOOL="false"
5129 if test "x$enable_maintainer_mode" != "xyes"
5130 then
5131 MAINTAINER_MODE=\#
5133 else
5134 if test "$FONTFORGE" = "false"; then as_fn_error $? "You need fontforge to rebuild fonts in maintainer mode." "$LINENO" 5 ; fi
5135 if test "$RSVG" = "false"; then as_fn_error $? "You need rsvg to rebuild icons in maintainer mode." "$LINENO" 5 ; fi
5137 if test "$CONVERT" = false
5138 then
5139 as_fn_error $? "You need imagemagick to rebuild icons in maintainer mode." "$LINENO" 5
5140 else
5141 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for recent enough imagemagick" >&5
5142 $as_echo_n "checking for recent enough imagemagick... " >&6; }
5143 convert_version=`convert --version | head -n1`
5144 if test "x$convert_version" != "x"
5145 then
5146 convert_version_major=`expr "$convert_version" : '.* \([0-9]*\)\.[0-9]*'`
5147 convert_version_minor=`expr "$convert_version" : '.* [0-9]*\.\([0-9]*\)'`
5148 if test "$convert_version_major" -eq 6 -a "$convert_version_minor" -lt 6
5149 then
5150 CONVERT=false
5153 if test "$CONVERT" = false
5154 then
5155 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no ($convert_version_major.$convert_version_minor)" >&5
5156 $as_echo "no ($convert_version_major.$convert_version_minor)" >&6; }
5157 as_fn_error $? "You need imagemagick version 6.6 or newer to rebuild icons in maintainer mode." "$LINENO" 5
5158 else
5159 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes ($convert_version_major.$convert_version_minor)" >&5
5160 $as_echo "yes ($convert_version_major.$convert_version_minor)" >&6; }
5164 if test "$ICOTOOL" = false
5165 then
5166 as_fn_error $? "You need icotool to rebuild icons in maintainer mode." "$LINENO" 5
5167 else
5168 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for recent enough icotool" >&5
5169 $as_echo_n "checking for recent enough icotool... " >&6; }
5170 icotool_version=`icotool --version | head -n1`
5171 if test "x$icotool_version" != "x"
5172 then
5173 icotool_version_major=`expr "$icotool_version" : '.* \([0-9]*\)\.[0-9]*'`
5174 icotool_version_minor=`expr "$icotool_version" : '.* [0-9]*\.\([0-9]*\)'`
5175 if test "$icotool_version_major" -eq 0 -a "$icotool_version_minor" -lt 29
5176 then
5177 ICOTOOL=false
5178 as_fn_append wine_warnings "|icotool version 0.29.0 or newer is needed to rebuild icons."
5181 if test "$ICOTOOL" = false
5182 then
5183 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no ($icotool_version_major.$icotool_version_minor)" >&5
5184 $as_echo "no ($icotool_version_major.$icotool_version_minor)" >&6; }
5185 as_fn_error $? "You need icotool version 0.29.0 or newer to rebuild icons in maintainer mode." "$LINENO" 5
5186 else
5187 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes ($icotool_version_major.$icotool_version_minor)" >&5
5188 $as_echo "yes ($icotool_version_major.$icotool_version_minor)" >&6; }
5195 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for i386_set_ldt in -li386" >&5
5196 $as_echo_n "checking for i386_set_ldt in -li386... " >&6; }
5197 if test "${ac_cv_lib_i386_i386_set_ldt+set}" = set; then :
5198 $as_echo_n "(cached) " >&6
5199 else
5200 ac_check_lib_save_LIBS=$LIBS
5201 LIBS="-li386 $LIBS"
5202 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5203 /* end confdefs.h. */
5205 /* Override any GCC internal prototype to avoid an error.
5206 Use char because int might match the return type of a GCC
5207 builtin and then its argument prototype would still apply. */
5208 #ifdef __cplusplus
5209 extern "C"
5210 #endif
5211 char i386_set_ldt ();
5213 main ()
5215 return i386_set_ldt ();
5217 return 0;
5219 _ACEOF
5220 if ac_fn_c_try_link "$LINENO"; then :
5221 ac_cv_lib_i386_i386_set_ldt=yes
5222 else
5223 ac_cv_lib_i386_i386_set_ldt=no
5225 rm -f core conftest.err conftest.$ac_objext \
5226 conftest$ac_exeext conftest.$ac_ext
5227 LIBS=$ac_check_lib_save_LIBS
5229 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_i386_i386_set_ldt" >&5
5230 $as_echo "$ac_cv_lib_i386_i386_set_ldt" >&6; }
5231 if test "x$ac_cv_lib_i386_i386_set_ldt" = x""yes; then :
5232 cat >>confdefs.h <<_ACEOF
5233 #define HAVE_LIBI386 1
5234 _ACEOF
5236 LIBS="-li386 $LIBS"
5240 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _oss_ioctl in -lossaudio" >&5
5241 $as_echo_n "checking for _oss_ioctl in -lossaudio... " >&6; }
5242 if test "${ac_cv_lib_ossaudio__oss_ioctl+set}" = set; then :
5243 $as_echo_n "(cached) " >&6
5244 else
5245 ac_check_lib_save_LIBS=$LIBS
5246 LIBS="-lossaudio $LIBS"
5247 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5248 /* end confdefs.h. */
5250 /* Override any GCC internal prototype to avoid an error.
5251 Use char because int might match the return type of a GCC
5252 builtin and then its argument prototype would still apply. */
5253 #ifdef __cplusplus
5254 extern "C"
5255 #endif
5256 char _oss_ioctl ();
5258 main ()
5260 return _oss_ioctl ();
5262 return 0;
5264 _ACEOF
5265 if ac_fn_c_try_link "$LINENO"; then :
5266 ac_cv_lib_ossaudio__oss_ioctl=yes
5267 else
5268 ac_cv_lib_ossaudio__oss_ioctl=no
5270 rm -f core conftest.err conftest.$ac_objext \
5271 conftest$ac_exeext conftest.$ac_ext
5272 LIBS=$ac_check_lib_save_LIBS
5274 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5
5275 $as_echo "$ac_cv_lib_ossaudio__oss_ioctl" >&6; }
5276 if test "x$ac_cv_lib_ossaudio__oss_ioctl" = x""yes; then :
5277 cat >>confdefs.h <<_ACEOF
5278 #define HAVE_LIBOSSAUDIO 1
5279 _ACEOF
5281 LIBS="-lossaudio $LIBS"
5286 XLIB=""
5288 OPENGL_LIBS=""
5292 # Check whether --enable-largefile was given.
5293 if test "${enable_largefile+set}" = set; then :
5294 enableval=$enable_largefile;
5297 if test "$enable_largefile" != no; then
5299 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5
5300 $as_echo_n "checking for special C compiler options needed for large files... " >&6; }
5301 if test "${ac_cv_sys_largefile_CC+set}" = set; then :
5302 $as_echo_n "(cached) " >&6
5303 else
5304 ac_cv_sys_largefile_CC=no
5305 if test "$GCC" != yes; then
5306 ac_save_CC=$CC
5307 while :; do
5308 # IRIX 6.2 and later do not support large files by default,
5309 # so use the C compiler's -n32 option if that helps.
5310 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5311 /* end confdefs.h. */
5312 #include <sys/types.h>
5313 /* Check that off_t can represent 2**63 - 1 correctly.
5314 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5315 since some C++ compilers masquerading as C compilers
5316 incorrectly reject 9223372036854775807. */
5317 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5318 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5319 && LARGE_OFF_T % 2147483647 == 1)
5320 ? 1 : -1];
5322 main ()
5326 return 0;
5328 _ACEOF
5329 if ac_fn_c_try_compile "$LINENO"; then :
5330 break
5332 rm -f core conftest.err conftest.$ac_objext
5333 CC="$CC -n32"
5334 if ac_fn_c_try_compile "$LINENO"; then :
5335 ac_cv_sys_largefile_CC=' -n32'; break
5337 rm -f core conftest.err conftest.$ac_objext
5338 break
5339 done
5340 CC=$ac_save_CC
5341 rm -f conftest.$ac_ext
5344 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_CC" >&5
5345 $as_echo "$ac_cv_sys_largefile_CC" >&6; }
5346 if test "$ac_cv_sys_largefile_CC" != no; then
5347 CC=$CC$ac_cv_sys_largefile_CC
5350 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5
5351 $as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; }
5352 if test "${ac_cv_sys_file_offset_bits+set}" = set; then :
5353 $as_echo_n "(cached) " >&6
5354 else
5355 while :; do
5356 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5357 /* end confdefs.h. */
5358 #include <sys/types.h>
5359 /* Check that off_t can represent 2**63 - 1 correctly.
5360 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5361 since some C++ compilers masquerading as C compilers
5362 incorrectly reject 9223372036854775807. */
5363 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5364 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5365 && LARGE_OFF_T % 2147483647 == 1)
5366 ? 1 : -1];
5368 main ()
5372 return 0;
5374 _ACEOF
5375 if ac_fn_c_try_compile "$LINENO"; then :
5376 ac_cv_sys_file_offset_bits=no; break
5378 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5379 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5380 /* end confdefs.h. */
5381 #define _FILE_OFFSET_BITS 64
5382 #include <sys/types.h>
5383 /* Check that off_t can represent 2**63 - 1 correctly.
5384 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5385 since some C++ compilers masquerading as C compilers
5386 incorrectly reject 9223372036854775807. */
5387 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5388 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5389 && LARGE_OFF_T % 2147483647 == 1)
5390 ? 1 : -1];
5392 main ()
5396 return 0;
5398 _ACEOF
5399 if ac_fn_c_try_compile "$LINENO"; then :
5400 ac_cv_sys_file_offset_bits=64; break
5402 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5403 ac_cv_sys_file_offset_bits=unknown
5404 break
5405 done
5407 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_file_offset_bits" >&5
5408 $as_echo "$ac_cv_sys_file_offset_bits" >&6; }
5409 case $ac_cv_sys_file_offset_bits in #(
5410 no | unknown) ;;
5412 cat >>confdefs.h <<_ACEOF
5413 #define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
5414 _ACEOF
5416 esac
5417 rm -rf conftest*
5418 if test $ac_cv_sys_file_offset_bits = unknown; then
5419 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5
5420 $as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; }
5421 if test "${ac_cv_sys_large_files+set}" = set; then :
5422 $as_echo_n "(cached) " >&6
5423 else
5424 while :; do
5425 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5426 /* end confdefs.h. */
5427 #include <sys/types.h>
5428 /* Check that off_t can represent 2**63 - 1 correctly.
5429 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5430 since some C++ compilers masquerading as C compilers
5431 incorrectly reject 9223372036854775807. */
5432 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5433 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5434 && LARGE_OFF_T % 2147483647 == 1)
5435 ? 1 : -1];
5437 main ()
5441 return 0;
5443 _ACEOF
5444 if ac_fn_c_try_compile "$LINENO"; then :
5445 ac_cv_sys_large_files=no; break
5447 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5448 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5449 /* end confdefs.h. */
5450 #define _LARGE_FILES 1
5451 #include <sys/types.h>
5452 /* Check that off_t can represent 2**63 - 1 correctly.
5453 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5454 since some C++ compilers masquerading as C compilers
5455 incorrectly reject 9223372036854775807. */
5456 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5457 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5458 && LARGE_OFF_T % 2147483647 == 1)
5459 ? 1 : -1];
5461 main ()
5465 return 0;
5467 _ACEOF
5468 if ac_fn_c_try_compile "$LINENO"; then :
5469 ac_cv_sys_large_files=1; break
5471 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5472 ac_cv_sys_large_files=unknown
5473 break
5474 done
5476 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_large_files" >&5
5477 $as_echo "$ac_cv_sys_large_files" >&6; }
5478 case $ac_cv_sys_large_files in #(
5479 no | unknown) ;;
5481 cat >>confdefs.h <<_ACEOF
5482 #define _LARGE_FILES $ac_cv_sys_large_files
5483 _ACEOF
5485 esac
5486 rm -rf conftest*
5491 ac_ext=c
5492 ac_cpp='$CPP $CPPFLAGS'
5493 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5494 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5495 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5496 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
5497 $as_echo_n "checking how to run the C preprocessor... " >&6; }
5498 # On Suns, sometimes $CPP names a directory.
5499 if test -n "$CPP" && test -d "$CPP"; then
5500 CPP=
5502 if test -z "$CPP"; then
5503 if test "${ac_cv_prog_CPP+set}" = set; then :
5504 $as_echo_n "(cached) " >&6
5505 else
5506 # Double quotes because CPP needs to be expanded
5507 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
5509 ac_preproc_ok=false
5510 for ac_c_preproc_warn_flag in '' yes
5512 # Use a header file that comes with gcc, so configuring glibc
5513 # with a fresh cross-compiler works.
5514 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5515 # <limits.h> exists even on freestanding compilers.
5516 # On the NeXT, cc -E runs the code through the compiler's parser,
5517 # not just through cpp. "Syntax error" is here to catch this case.
5518 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5519 /* end confdefs.h. */
5520 #ifdef __STDC__
5521 # include <limits.h>
5522 #else
5523 # include <assert.h>
5524 #endif
5525 Syntax error
5526 _ACEOF
5527 if ac_fn_c_try_cpp "$LINENO"; then :
5529 else
5530 # Broken: fails on valid input.
5531 continue
5533 rm -f conftest.err conftest.i conftest.$ac_ext
5535 # OK, works on sane cases. Now check whether nonexistent headers
5536 # can be detected and how.
5537 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5538 /* end confdefs.h. */
5539 #include <ac_nonexistent.h>
5540 _ACEOF
5541 if ac_fn_c_try_cpp "$LINENO"; then :
5542 # Broken: success on invalid input.
5543 continue
5544 else
5545 # Passes both tests.
5546 ac_preproc_ok=:
5547 break
5549 rm -f conftest.err conftest.i conftest.$ac_ext
5551 done
5552 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5553 rm -f conftest.i conftest.err conftest.$ac_ext
5554 if $ac_preproc_ok; then :
5555 break
5558 done
5559 ac_cv_prog_CPP=$CPP
5562 CPP=$ac_cv_prog_CPP
5563 else
5564 ac_cv_prog_CPP=$CPP
5566 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
5567 $as_echo "$CPP" >&6; }
5568 ac_preproc_ok=false
5569 for ac_c_preproc_warn_flag in '' yes
5571 # Use a header file that comes with gcc, so configuring glibc
5572 # with a fresh cross-compiler works.
5573 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5574 # <limits.h> exists even on freestanding compilers.
5575 # On the NeXT, cc -E runs the code through the compiler's parser,
5576 # not just through cpp. "Syntax error" is here to catch this case.
5577 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5578 /* end confdefs.h. */
5579 #ifdef __STDC__
5580 # include <limits.h>
5581 #else
5582 # include <assert.h>
5583 #endif
5584 Syntax error
5585 _ACEOF
5586 if ac_fn_c_try_cpp "$LINENO"; then :
5588 else
5589 # Broken: fails on valid input.
5590 continue
5592 rm -f conftest.err conftest.i conftest.$ac_ext
5594 # OK, works on sane cases. Now check whether nonexistent headers
5595 # can be detected and how.
5596 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5597 /* end confdefs.h. */
5598 #include <ac_nonexistent.h>
5599 _ACEOF
5600 if ac_fn_c_try_cpp "$LINENO"; then :
5601 # Broken: success on invalid input.
5602 continue
5603 else
5604 # Passes both tests.
5605 ac_preproc_ok=:
5606 break
5608 rm -f conftest.err conftest.i conftest.$ac_ext
5610 done
5611 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5612 rm -f conftest.i conftest.err conftest.$ac_ext
5613 if $ac_preproc_ok; then :
5615 else
5616 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5617 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5618 as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
5619 See \`config.log' for more details" "$LINENO" 5 ; }
5622 ac_ext=c
5623 ac_cpp='$CPP $CPPFLAGS'
5624 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5625 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5626 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5629 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
5630 $as_echo_n "checking for ANSI C header files... " >&6; }
5631 if test "${ac_cv_header_stdc+set}" = set; then :
5632 $as_echo_n "(cached) " >&6
5633 else
5634 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5635 /* end confdefs.h. */
5636 #include <stdlib.h>
5637 #include <stdarg.h>
5638 #include <string.h>
5639 #include <float.h>
5642 main ()
5646 return 0;
5648 _ACEOF
5649 if ac_fn_c_try_compile "$LINENO"; then :
5650 ac_cv_header_stdc=yes
5651 else
5652 ac_cv_header_stdc=no
5654 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5656 if test $ac_cv_header_stdc = yes; then
5657 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
5658 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5659 /* end confdefs.h. */
5660 #include <string.h>
5662 _ACEOF
5663 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5664 $EGREP "memchr" >/dev/null 2>&1; then :
5666 else
5667 ac_cv_header_stdc=no
5669 rm -f conftest*
5673 if test $ac_cv_header_stdc = yes; then
5674 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
5675 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5676 /* end confdefs.h. */
5677 #include <stdlib.h>
5679 _ACEOF
5680 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5681 $EGREP "free" >/dev/null 2>&1; then :
5683 else
5684 ac_cv_header_stdc=no
5686 rm -f conftest*
5690 if test $ac_cv_header_stdc = yes; then
5691 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
5692 if test "$cross_compiling" = yes; then :
5694 else
5695 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5696 /* end confdefs.h. */
5697 #include <ctype.h>
5698 #include <stdlib.h>
5699 #if ((' ' & 0x0FF) == 0x020)
5700 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
5701 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5702 #else
5703 # define ISLOWER(c) \
5704 (('a' <= (c) && (c) <= 'i') \
5705 || ('j' <= (c) && (c) <= 'r') \
5706 || ('s' <= (c) && (c) <= 'z'))
5707 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
5708 #endif
5710 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
5712 main ()
5714 int i;
5715 for (i = 0; i < 256; i++)
5716 if (XOR (islower (i), ISLOWER (i))
5717 || toupper (i) != TOUPPER (i))
5718 return 2;
5719 return 0;
5721 _ACEOF
5722 if ac_fn_c_try_run "$LINENO"; then :
5724 else
5725 ac_cv_header_stdc=no
5727 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
5728 conftest.$ac_objext conftest.beam conftest.$ac_ext
5733 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
5734 $as_echo "$ac_cv_header_stdc" >&6; }
5735 if test $ac_cv_header_stdc = yes; then
5737 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
5741 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
5742 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
5743 inttypes.h stdint.h unistd.h
5744 do :
5745 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5746 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
5748 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
5749 cat >>confdefs.h <<_ACEOF
5750 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5751 _ACEOF
5755 done
5758 for ac_header in \
5759 AL/al.h \
5760 AudioToolbox/AudioConverter.h \
5761 AudioUnit/AudioUnit.h \
5762 Carbon/Carbon.h \
5763 CoreAudio/CoreAudio.h \
5764 DiskArbitration/DiskArbitration.h \
5765 IOKit/IOKitLib.h \
5766 IOKit/hid/IOHIDLib.h \
5767 OpenAL/al.h \
5768 alias.h \
5769 alsa/asoundlib.h \
5770 arpa/inet.h \
5771 arpa/nameser.h \
5772 asm/types.h \
5773 capi20.h \
5774 curses.h \
5775 direct.h \
5776 dirent.h \
5777 dlfcn.h \
5778 elf.h \
5779 float.h \
5780 fnmatch.h \
5781 fontconfig/fontconfig.h \
5782 getopt.h \
5783 grp.h \
5784 gsm.h \
5785 gsm/gsm.h \
5786 icns.h \
5787 ieeefp.h \
5788 inet/mib2.h \
5789 io.h \
5790 jack/jack.h \
5791 jpeglib.h \
5792 kstat.h \
5793 lber.h \
5794 lcms.h \
5795 lcms/lcms.h \
5796 ldap.h \
5797 libaudioio.h \
5798 link.h \
5799 linux/cdrom.h \
5800 linux/compiler.h \
5801 linux/hdreg.h \
5802 linux/input.h \
5803 linux/ioctl.h \
5804 linux/joystick.h \
5805 linux/major.h \
5806 linux/param.h \
5807 linux/serial.h \
5808 linux/types.h \
5809 linux/ucdrom.h \
5810 mach-o/nlist.h \
5811 mach-o/loader.h \
5812 mach/mach.h \
5813 mach/machine.h \
5814 machine/cpu.h \
5815 machine/limits.h \
5816 machine/soundcard.h \
5817 machine/sysarch.h \
5818 mntent.h \
5819 mpg123.h \
5820 ncurses.h \
5821 netdb.h \
5822 netinet/in.h \
5823 netinet/in_systm.h \
5824 netinet/tcp.h \
5825 netinet/tcp_fsm.h \
5826 openssl/err.h \
5827 openssl/ssl.h \
5828 png.h \
5829 poll.h \
5830 port.h \
5831 process.h \
5832 pthread.h \
5833 pwd.h \
5834 regex.h \
5835 sched.h \
5836 scsi/scsi.h \
5837 scsi/scsi_ioctl.h \
5838 scsi/sg.h \
5839 soundcard.h \
5840 stdbool.h \
5841 stdint.h \
5842 strings.h \
5843 stropts.h \
5844 sys/asoundlib.h \
5845 sys/cdio.h \
5846 sys/elf32.h \
5847 sys/epoll.h \
5848 sys/errno.h \
5849 sys/event.h \
5850 sys/exec_elf.h \
5851 sys/filio.h \
5852 sys/inotify.h \
5853 sys/ioctl.h \
5854 sys/ipc.h \
5855 sys/limits.h \
5856 sys/link.h \
5857 sys/mman.h \
5858 sys/modem.h \
5859 sys/msg.h \
5860 sys/mtio.h \
5861 sys/param.h \
5862 sys/poll.h \
5863 sys/prctl.h \
5864 sys/protosw.h \
5865 sys/ptrace.h \
5866 sys/resource.h \
5867 sys/scsiio.h \
5868 sys/shm.h \
5869 sys/signal.h \
5870 sys/socket.h \
5871 sys/socketvar.h \
5872 sys/sockio.h \
5873 sys/soundcard.h \
5874 sys/statvfs.h \
5875 sys/strtio.h \
5876 sys/syscall.h \
5877 sys/tihdr.h \
5878 sys/time.h \
5879 sys/timeout.h \
5880 sys/times.h \
5881 sys/uio.h \
5882 sys/un.h \
5883 sys/utsname.h \
5884 sys/vm86.h \
5885 sys/wait.h \
5886 syscall.h \
5887 termios.h \
5888 tiffio.h \
5889 unistd.h \
5890 utime.h \
5891 valgrind/memcheck.h \
5892 valgrind/valgrind.h \
5893 zlib.h
5895 do :
5896 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5897 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
5898 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
5899 cat >>confdefs.h <<_ACEOF
5900 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5901 _ACEOF
5905 done
5907 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stat file-mode macros are broken" >&5
5908 $as_echo_n "checking whether stat file-mode macros are broken... " >&6; }
5909 if test "${ac_cv_header_stat_broken+set}" = set; then :
5910 $as_echo_n "(cached) " >&6
5911 else
5912 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5913 /* end confdefs.h. */
5914 #include <sys/types.h>
5915 #include <sys/stat.h>
5917 #if defined S_ISBLK && defined S_IFDIR
5918 extern char c1[S_ISBLK (S_IFDIR) ? -1 : 1];
5919 #endif
5921 #if defined S_ISBLK && defined S_IFCHR
5922 extern char c2[S_ISBLK (S_IFCHR) ? -1 : 1];
5923 #endif
5925 #if defined S_ISLNK && defined S_IFREG
5926 extern char c3[S_ISLNK (S_IFREG) ? -1 : 1];
5927 #endif
5929 #if defined S_ISSOCK && defined S_IFREG
5930 extern char c4[S_ISSOCK (S_IFREG) ? -1 : 1];
5931 #endif
5933 _ACEOF
5934 if ac_fn_c_try_compile "$LINENO"; then :
5935 ac_cv_header_stat_broken=no
5936 else
5937 ac_cv_header_stat_broken=yes
5939 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5941 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stat_broken" >&5
5942 $as_echo "$ac_cv_header_stat_broken" >&6; }
5943 if test $ac_cv_header_stat_broken = yes; then
5945 $as_echo "#define STAT_MACROS_BROKEN 1" >>confdefs.h
5951 for ac_header in sys/mount.h sys/statfs.h sys/sysctl.h sys/user.h sys/vfs.h
5952 do :
5953 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5954 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
5955 #ifdef HAVE_SYS_PARAM_H
5956 # include <sys/param.h>
5957 #endif
5959 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
5960 cat >>confdefs.h <<_ACEOF
5961 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5962 _ACEOF
5966 done
5969 for ac_header in \
5970 netinet/ip.h \
5971 net/if.h \
5972 net/if_arp.h \
5973 net/if_dl.h \
5974 net/if_types.h \
5975 net/route.h \
5976 netinet/if_ether.h \
5977 netinet/if_inarp.h \
5978 netinet/in_pcb.h \
5979 netinet/ip_icmp.h \
5980 netinet/ip_var.h \
5981 netinet/udp.h \
5982 netipx/ipx.h \
5984 do :
5985 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5986 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
5987 #ifdef HAVE_SYS_SOCKET_H
5988 # include <sys/socket.h>
5989 #endif
5990 #ifdef HAVE_SYS_SOCKETVAR_H
5991 # include <sys/socketvar.h>
5992 #endif
5993 #ifdef HAVE_NET_ROUTE_H
5994 # include <net/route.h>
5995 #endif
5996 #ifdef HAVE_NETINET_IN_H
5997 # include <netinet/in.h>
5998 #endif
5999 #ifdef HAVE_NETINET_IN_SYSTM_H
6000 # include <netinet/in_systm.h>
6001 #endif
6002 #ifdef HAVE_NET_IF_H
6003 # include <net/if.h>
6004 #endif
6005 #ifdef HAVE_NETINET_IP_H
6006 # include <netinet/ip.h>
6007 #endif
6009 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
6010 cat >>confdefs.h <<_ACEOF
6011 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6012 _ACEOF
6016 done
6019 for ac_header in netinet/tcp_timer.h netinet/udp_var.h netinet/icmp_var.h netinet/tcp_var.h
6020 do :
6021 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6022 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
6023 #ifdef HAVE_ALIAS_H
6024 # include <alias.h>
6025 #endif
6026 #ifdef HAVE_SYS_SOCKET_H
6027 # include <sys/socket.h>
6028 #endif
6029 #ifdef HAVE_SYS_SOCKETVAR_H
6030 # include <sys/socketvar.h>
6031 #endif
6032 #ifdef HAVE_SYS_TIMEOUT_H
6033 # include <sys/timeout.h>
6034 #endif
6035 #ifdef HAVE_NETINET_IN_H
6036 # include <netinet/in.h>
6037 #endif
6038 #ifdef HAVE_NETINET_IN_SYSTM_H
6039 # include <netinet/in_systm.h>
6040 #endif
6041 #ifdef HAVE_NETINET_IP_H
6042 # include <netinet/ip.h>
6043 #endif
6044 #ifdef HAVE_NETINET_IP_VAR_H
6045 # include <netinet/ip_var.h>
6046 #endif
6047 #ifdef HAVE_NETINET_IP_ICMP_H
6048 # include <netinet/ip_icmp.h>
6049 #endif
6050 #ifdef HAVE_NETINET_UDP_H
6051 # include <netinet/udp.h>
6052 #endif
6053 #ifdef HAVE_NETINET_TCP_H
6054 # include <netinet/tcp.h>
6055 #endif
6056 #ifdef HAVE_NETINET_TCP_TIMER_H
6057 #include <netinet/tcp_timer.h>
6058 #endif
6060 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
6061 cat >>confdefs.h <<_ACEOF
6062 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6063 _ACEOF
6067 done
6070 for ac_header in linux/ipx.h linux/irda.h
6071 do :
6072 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6073 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
6074 #ifdef HAVE_ASM_TYPES_H
6075 # include <asm/types.h>
6076 #endif
6077 #ifdef HAVE_SYS_SOCKET_H
6078 # include <sys/socket.h>
6079 #endif
6080 #ifdef HAVE_LINUX_TYPES_H
6081 # include <linux/types.h>
6082 #endif
6084 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
6085 cat >>confdefs.h <<_ACEOF
6086 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6087 _ACEOF
6091 done
6094 for ac_header in mach-o/dyld_images.h
6095 do :
6096 ac_fn_c_check_header_compile "$LINENO" "mach-o/dyld_images.h" "ac_cv_header_mach_o_dyld_images_h" "#ifdef HAVE_STDBOOL_H
6097 # include <stdbool.h>
6098 #endif
6099 #ifdef HAVE_STDINT_H
6100 # include <stdint.h>
6101 #endif
6103 if test "x$ac_cv_header_mach_o_dyld_images_h" = x""yes; then :
6104 cat >>confdefs.h <<_ACEOF
6105 #define HAVE_MACH_O_DYLD_IMAGES_H 1
6106 _ACEOF
6110 done
6113 for ac_header in resolv.h
6114 do :
6115 ac_fn_c_check_header_compile "$LINENO" "resolv.h" "ac_cv_header_resolv_h" "#include <sys/types.h>
6116 #ifdef HAVE_SYS_SOCKET_H
6117 # include <sys/socket.h>
6118 #endif
6119 #ifdef HAVE_NETINET_IN_H
6120 # include <netinet/in.h>
6121 #endif
6122 #ifdef HAVE_ARPA_NAMESER_H
6123 # include <arpa/nameser.h>
6124 #endif
6126 if test "x$ac_cv_header_resolv_h" = x""yes; then :
6127 cat >>confdefs.h <<_ACEOF
6128 #define HAVE_RESOLV_H 1
6129 _ACEOF
6133 done
6136 for ac_header in ifaddrs.h
6137 do :
6138 ac_fn_c_check_header_compile "$LINENO" "ifaddrs.h" "ac_cv_header_ifaddrs_h" "#include <sys/types.h>
6140 if test "x$ac_cv_header_ifaddrs_h" = x""yes; then :
6141 cat >>confdefs.h <<_ACEOF
6142 #define HAVE_IFADDRS_H 1
6143 _ACEOF
6147 done
6150 for ac_header in ucontext.h
6151 do :
6152 ac_fn_c_check_header_compile "$LINENO" "ucontext.h" "ac_cv_header_ucontext_h" "#include <signal.h>
6154 if test "x$ac_cv_header_ucontext_h" = x""yes; then :
6155 cat >>confdefs.h <<_ACEOF
6156 #define HAVE_UCONTEXT_H 1
6157 _ACEOF
6161 done
6164 for ac_header in sys/thr.h
6165 do :
6166 ac_fn_c_check_header_compile "$LINENO" "sys/thr.h" "ac_cv_header_sys_thr_h" "#include <sys/types.h>
6167 #ifdef HAVE_UCONTEXT_H
6168 #include <ucontext.h>
6169 #endif
6171 if test "x$ac_cv_header_sys_thr_h" = x""yes; then :
6172 cat >>confdefs.h <<_ACEOF
6173 #define HAVE_SYS_THR_H 1
6174 _ACEOF
6178 done
6181 for ac_header in pthread_np.h
6182 do :
6183 ac_fn_c_check_header_compile "$LINENO" "pthread_np.h" "ac_cv_header_pthread_np_h" "#ifdef HAVE_PTHREAD_H
6184 #include <pthread.h>
6185 #endif
6187 if test "x$ac_cv_header_pthread_np_h" = x""yes; then :
6188 cat >>confdefs.h <<_ACEOF
6189 #define HAVE_PTHREAD_NP_H 1
6190 _ACEOF
6194 done
6197 for ac_header in linux/videodev.h
6198 do :
6199 ac_fn_c_check_header_compile "$LINENO" "linux/videodev.h" "ac_cv_header_linux_videodev_h" "#ifdef HAVE_SYS_TIME_H
6200 #include <sys/time.h>
6201 #endif
6202 #include <sys/types.h>
6203 #ifdef HAVE_ASM_TYPES_H
6204 #include <asm/types.h>
6205 #endif
6207 if test "x$ac_cv_header_linux_videodev_h" = x""yes; then :
6208 cat >>confdefs.h <<_ACEOF
6209 #define HAVE_LINUX_VIDEODEV_H 1
6210 _ACEOF
6214 done
6217 for ac_header in linux/capi.h
6218 do :
6219 ac_fn_c_check_header_compile "$LINENO" "linux/capi.h" "ac_cv_header_linux_capi_h" "#define __user
6221 if test "x$ac_cv_header_linux_capi_h" = x""yes; then :
6222 cat >>confdefs.h <<_ACEOF
6223 #define HAVE_LINUX_CAPI_H 1
6224 _ACEOF
6228 done
6232 DLLEXT=""
6234 DLLFLAGS="-D_REENTRANT"
6236 LDSHARED=""
6238 LDDLLFLAGS=""
6240 LIBEXT="so"
6242 IMPLIBEXT="def"
6244 LDRPATH_INSTALL=""
6246 LDRPATH_LOCAL=""
6248 STATIC_IMPLIBEXT="def.a"
6249 # Extract the first word of "ldd", so it can be a program name with args.
6250 set dummy ldd; ac_word=$2
6251 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6252 $as_echo_n "checking for $ac_word... " >&6; }
6253 if test "${ac_cv_path_LDD+set}" = set; then :
6254 $as_echo_n "(cached) " >&6
6255 else
6256 case $LDD in
6257 [\\/]* | ?:[\\/]*)
6258 ac_cv_path_LDD="$LDD" # Let the user override the test with a path.
6261 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6262 as_dummy="/sbin:/usr/sbin:$PATH"
6263 for as_dir in $as_dummy
6265 IFS=$as_save_IFS
6266 test -z "$as_dir" && as_dir=.
6267 for ac_exec_ext in '' $ac_executable_extensions; do
6268 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6269 ac_cv_path_LDD="$as_dir/$ac_word$ac_exec_ext"
6270 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6271 break 2
6273 done
6274 done
6275 IFS=$as_save_IFS
6277 test -z "$ac_cv_path_LDD" && ac_cv_path_LDD="true"
6279 esac
6281 LDD=$ac_cv_path_LDD
6282 if test -n "$LDD"; then
6283 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LDD" >&5
6284 $as_echo "$LDD" >&6; }
6285 else
6286 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6287 $as_echo "no" >&6; }
6292 case $host_os in
6293 cygwin*|mingw32*)
6294 if test -n "$ac_tool_prefix"; then
6295 # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
6296 set dummy ${ac_tool_prefix}dlltool; ac_word=$2
6297 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6298 $as_echo_n "checking for $ac_word... " >&6; }
6299 if test "${ac_cv_prog_DLLTOOL+set}" = set; then :
6300 $as_echo_n "(cached) " >&6
6301 else
6302 if test -n "$DLLTOOL"; then
6303 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
6304 else
6305 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6306 for as_dir in $PATH
6308 IFS=$as_save_IFS
6309 test -z "$as_dir" && as_dir=.
6310 for ac_exec_ext in '' $ac_executable_extensions; do
6311 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6312 ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
6313 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6314 break 2
6316 done
6317 done
6318 IFS=$as_save_IFS
6322 DLLTOOL=$ac_cv_prog_DLLTOOL
6323 if test -n "$DLLTOOL"; then
6324 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
6325 $as_echo "$DLLTOOL" >&6; }
6326 else
6327 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6328 $as_echo "no" >&6; }
6333 if test -z "$ac_cv_prog_DLLTOOL"; then
6334 ac_ct_DLLTOOL=$DLLTOOL
6335 # Extract the first word of "dlltool", so it can be a program name with args.
6336 set dummy dlltool; ac_word=$2
6337 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6338 $as_echo_n "checking for $ac_word... " >&6; }
6339 if test "${ac_cv_prog_ac_ct_DLLTOOL+set}" = set; then :
6340 $as_echo_n "(cached) " >&6
6341 else
6342 if test -n "$ac_ct_DLLTOOL"; then
6343 ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test.
6344 else
6345 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6346 for as_dir in $PATH
6348 IFS=$as_save_IFS
6349 test -z "$as_dir" && as_dir=.
6350 for ac_exec_ext in '' $ac_executable_extensions; do
6351 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6352 ac_cv_prog_ac_ct_DLLTOOL="dlltool"
6353 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6354 break 2
6356 done
6357 done
6358 IFS=$as_save_IFS
6362 ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
6363 if test -n "$ac_ct_DLLTOOL"; then
6364 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DLLTOOL" >&5
6365 $as_echo "$ac_ct_DLLTOOL" >&6; }
6366 else
6367 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6368 $as_echo "no" >&6; }
6371 if test "x$ac_ct_DLLTOOL" = x; then
6372 DLLTOOL="false"
6373 else
6374 case $cross_compiling:$ac_tool_warned in
6375 yes:)
6376 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6377 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6378 ac_tool_warned=yes ;;
6379 esac
6380 DLLTOOL=$ac_ct_DLLTOOL
6382 else
6383 DLLTOOL="$ac_cv_prog_DLLTOOL"
6386 if test -n "$ac_tool_prefix"; then
6387 # Extract the first word of "${ac_tool_prefix}dllwrap", so it can be a program name with args.
6388 set dummy ${ac_tool_prefix}dllwrap; ac_word=$2
6389 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6390 $as_echo_n "checking for $ac_word... " >&6; }
6391 if test "${ac_cv_prog_DLLWRAP+set}" = set; then :
6392 $as_echo_n "(cached) " >&6
6393 else
6394 if test -n "$DLLWRAP"; then
6395 ac_cv_prog_DLLWRAP="$DLLWRAP" # Let the user override the test.
6396 else
6397 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6398 for as_dir in $PATH
6400 IFS=$as_save_IFS
6401 test -z "$as_dir" && as_dir=.
6402 for ac_exec_ext in '' $ac_executable_extensions; do
6403 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6404 ac_cv_prog_DLLWRAP="${ac_tool_prefix}dllwrap"
6405 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6406 break 2
6408 done
6409 done
6410 IFS=$as_save_IFS
6414 DLLWRAP=$ac_cv_prog_DLLWRAP
6415 if test -n "$DLLWRAP"; then
6416 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLWRAP" >&5
6417 $as_echo "$DLLWRAP" >&6; }
6418 else
6419 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6420 $as_echo "no" >&6; }
6425 if test -z "$ac_cv_prog_DLLWRAP"; then
6426 ac_ct_DLLWRAP=$DLLWRAP
6427 # Extract the first word of "dllwrap", so it can be a program name with args.
6428 set dummy dllwrap; ac_word=$2
6429 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6430 $as_echo_n "checking for $ac_word... " >&6; }
6431 if test "${ac_cv_prog_ac_ct_DLLWRAP+set}" = set; then :
6432 $as_echo_n "(cached) " >&6
6433 else
6434 if test -n "$ac_ct_DLLWRAP"; then
6435 ac_cv_prog_ac_ct_DLLWRAP="$ac_ct_DLLWRAP" # Let the user override the test.
6436 else
6437 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6438 for as_dir in $PATH
6440 IFS=$as_save_IFS
6441 test -z "$as_dir" && as_dir=.
6442 for ac_exec_ext in '' $ac_executable_extensions; do
6443 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6444 ac_cv_prog_ac_ct_DLLWRAP="dllwrap"
6445 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6446 break 2
6448 done
6449 done
6450 IFS=$as_save_IFS
6454 ac_ct_DLLWRAP=$ac_cv_prog_ac_ct_DLLWRAP
6455 if test -n "$ac_ct_DLLWRAP"; then
6456 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DLLWRAP" >&5
6457 $as_echo "$ac_ct_DLLWRAP" >&6; }
6458 else
6459 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6460 $as_echo "no" >&6; }
6463 if test "x$ac_ct_DLLWRAP" = x; then
6464 DLLWRAP="false"
6465 else
6466 case $cross_compiling:$ac_tool_warned in
6467 yes:)
6468 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6469 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6470 ac_tool_warned=yes ;;
6471 esac
6472 DLLWRAP=$ac_ct_DLLWRAP
6474 else
6475 DLLWRAP="$ac_cv_prog_DLLWRAP"
6478 if test "$DLLWRAP" = "false"; then
6479 LIBEXT="a"
6480 else
6481 LIBEXT="dll"
6483 IMPLIBEXT="a"
6484 STATIC_IMPLIBEXT="a"
6485 enable_iphlpapi=${enable_iphlpapi:-no}
6486 enable_kernel32=${enable_kernel32:-no}
6487 enable_msvcrt=${enable_msvcrt:-no}
6488 enable_ntdll=${enable_ntdll:-no}
6489 enable_ws2_32=${enable_ws2_32:-no}
6490 enable_loader=${enable_loader:-no}
6491 enable_server=${enable_server:-no}
6492 with_x=${with_x:-no}
6493 with_pthread=${with_pthread:-no}
6495 darwin*|macosx*)
6496 DLLEXT=".so"
6497 LIBEXT="dylib"
6498 DLLFLAGS="$DLLFLAGS -fPIC"
6499 LDDLLFLAGS="-bundle -multiply_defined suppress"
6500 LIBWINE_LDFLAGS="-multiply_defined suppress"
6501 LDSHARED="\$(CC) -dynamiclib"
6502 STRIP="$STRIP -x"
6503 LDRPATH_LOCAL="&& install_name_tool -change @executable_path/\`\$(RELPATH) \$(bindir) \$(libdir)\`/libwine.1.dylib @executable_path/\$(top_builddir)/libs/wine/libwine.1.dylib \$@ || \$(RM) \$@"
6504 SECURITYLIB="-framework Security -framework CoreFoundation"
6506 COREFOUNDATIONLIB="-framework CoreFoundation"
6508 IOKITLIB="-framework IOKit -framework CoreFoundation"
6510 LDEXECFLAGS="-image_base 0x7bf00000 -Wl,-segaddr,WINE_DOS,0x00000000,-segaddr,WINE_SHAREDHEAP,0x7f000000"
6512 if test "$ac_cv_header_DiskArbitration_DiskArbitration_h" = "yes"
6513 then
6514 DISKARBITRATIONLIB="-framework DiskArbitration -framework CoreFoundation"
6517 if test "$ac_cv_header_CoreAudio_CoreAudio_h" = "yes" -a "$ac_cv_header_AudioUnit_AudioUnit_h" = "yes"
6518 then
6519 COREAUDIO="-framework CoreAudio -framework AudioUnit -framework CoreServices -framework AudioToolbox -framework CoreMIDI"
6522 if test "$ac_cv_header_OpenAL_al_h" = "yes"
6523 then
6524 FRAMEWORK_OPENAL="-framework OpenAL"
6527 cat >>confdefs.h <<_ACEOF
6528 #define HAVE_OPENAL 1
6529 _ACEOF
6531 ac_cv_lib_openal=yes
6533 if test "$ac_cv_header_IOKit_hid_IOHIDLib_h" = "yes"
6534 then
6535 ac_save_LIBS="$LIBS"
6536 LIBS="$LIBS $IOKITLIB"
6537 for ac_func in IOHIDManagerCreate
6538 do :
6539 ac_fn_c_check_func "$LINENO" "IOHIDManagerCreate" "ac_cv_func_IOHIDManagerCreate"
6540 if test "x$ac_cv_func_IOHIDManagerCreate" = x""yes; then :
6541 cat >>confdefs.h <<_ACEOF
6542 #define HAVE_IOHIDMANAGERCREATE 1
6543 _ACEOF
6546 done
6548 LIBS="$ac_save_LIBS"
6550 case $host_cpu in
6551 *powerpc*)
6552 LDDLLFLAGS="$LDDLLFLAGS -read_only_relocs warning" ;;
6553 esac
6554 if test "$ac_cv_header_Carbon_Carbon_h" = "yes"
6555 then
6556 CARBONLIB="-framework Carbon"
6558 enable_winequartz_drv=${enable_winequartz_drv:-yes}
6560 if test "x$enable_win16" = "xyes"
6561 then
6562 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether 16-bit code can be built correctly" >&5
6563 $as_echo_n "checking whether 16-bit code can be built correctly... " >&6; }
6564 if test "$cross_compiling" = yes; then :
6565 { $as_echo "$as_me:${as_lineno-$LINENO}: result: cross-compiling, assuming yes" >&5
6566 $as_echo "cross-compiling, assuming yes" >&6; }
6567 else
6568 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6569 /* end confdefs.h. */
6570 asm(".text\n"
6571 "bad:\tnop;nop\n"
6572 "good:\tnop;nop\n\t"
6573 ".globl _testfunc\n"
6574 "_testfunc:\tcallw good");
6575 extern void testfunc();
6577 main ()
6579 unsigned short *p = (unsigned short *)testfunc;
6580 return p[0] != 0xe866 || p[1] != 0xfffa
6582 return 0;
6584 _ACEOF
6585 if ac_fn_c_try_run "$LINENO"; then :
6586 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6587 $as_echo "yes" >&6; }
6588 else
6589 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6590 $as_echo "no" >&6; }
6591 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
6593 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
6594 conftest.$ac_objext conftest.beam conftest.$ac_ext
6600 DLLFLAGS="$DLLFLAGS -fPIC"
6601 DLLEXT=".so"
6602 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can build a GNU style ELF dll" >&5
6603 $as_echo_n "checking whether we can build a GNU style ELF dll... " >&6; }
6604 if test "${ac_cv_c_dll_gnuelf+set}" = set; then :
6605 $as_echo_n "(cached) " >&6
6606 else
6607 ac_wine_try_cflags_saved=$CFLAGS
6608 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic"
6609 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6610 /* end confdefs.h. */
6611 void myfunc() {}
6612 _ACEOF
6613 if ac_fn_c_try_link "$LINENO"; then :
6614 ac_cv_c_dll_gnuelf="yes"
6615 else
6616 ac_cv_c_dll_gnuelf="no"
6618 rm -f core conftest.err conftest.$ac_objext \
6619 conftest$ac_exeext conftest.$ac_ext
6620 CFLAGS=$ac_wine_try_cflags_saved
6622 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dll_gnuelf" >&5
6623 $as_echo "$ac_cv_c_dll_gnuelf" >&6; }
6624 if test "$ac_cv_c_dll_gnuelf" = "yes"
6625 then
6626 LDSHARED="\$(CC) -shared"
6627 LDDLLFLAGS="-shared -Wl,-Bsymbolic"
6628 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1" >&5
6629 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1... " >&6; }
6630 if test "${ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1+set}" = set; then :
6631 $as_echo_n "(cached) " >&6
6632 else
6633 ac_wine_try_cflags_saved=$CFLAGS
6634 CFLAGS="$CFLAGS -fPIC -shared -Wl,-soname,confest.so.1"
6635 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6636 /* end confdefs.h. */
6637 int main(int argc, char **argv) { return 0; }
6638 _ACEOF
6639 if ac_fn_c_try_link "$LINENO"; then :
6640 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=yes
6641 else
6642 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=no
6644 rm -f core conftest.err conftest.$ac_objext \
6645 conftest$ac_exeext conftest.$ac_ext
6646 CFLAGS=$ac_wine_try_cflags_saved
6648 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&5
6649 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&6; }
6650 if test $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1 = yes; then :
6651 LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-soname,%)"
6652 else
6653 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1" >&5
6654 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1... " >&6; }
6655 if test "${ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1+set}" = set; then :
6656 $as_echo_n "(cached) " >&6
6657 else
6658 ac_wine_try_cflags_saved=$CFLAGS
6659 CFLAGS="$CFLAGS -fPIC -shared -Wl,-h,confest.so.1"
6660 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6661 /* end confdefs.h. */
6662 int main(int argc, char **argv) { return 0; }
6663 _ACEOF
6664 if ac_fn_c_try_link "$LINENO"; then :
6665 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=yes
6666 else
6667 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=no
6669 rm -f core conftest.err conftest.$ac_objext \
6670 conftest$ac_exeext conftest.$ac_ext
6671 CFLAGS=$ac_wine_try_cflags_saved
6673 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&5
6674 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&6; }
6675 if test $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1 = yes; then :
6676 LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-h,%)"
6680 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs" >&5
6681 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs... " >&6; }
6682 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs+set}" = set; then :
6683 $as_echo_n "(cached) " >&6
6684 else
6685 ac_wine_try_cflags_saved=$CFLAGS
6686 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-z,defs"
6687 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6688 /* end confdefs.h. */
6689 int main(int argc, char **argv) { return 0; }
6690 _ACEOF
6691 if ac_fn_c_try_link "$LINENO"; then :
6692 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=yes
6693 else
6694 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=no
6696 rm -f core conftest.err conftest.$ac_objext \
6697 conftest$ac_exeext conftest.$ac_ext
6698 CFLAGS=$ac_wine_try_cflags_saved
6700 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&5
6701 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&6; }
6702 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs = yes; then :
6703 LDDLLFLAGS="$LDDLLFLAGS,-z,defs"
6706 { $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
6707 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini... " >&6; }
6708 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini+set}" = set; then :
6709 $as_echo_n "(cached) " >&6
6710 else
6711 ac_wine_try_cflags_saved=$CFLAGS
6712 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini"
6713 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6714 /* end confdefs.h. */
6715 int main(int argc, char **argv) { return 0; }
6716 _ACEOF
6717 if ac_fn_c_try_link "$LINENO"; then :
6718 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=yes
6719 else
6720 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=no
6722 rm -f core conftest.err conftest.$ac_objext \
6723 conftest$ac_exeext conftest.$ac_ext
6724 CFLAGS=$ac_wine_try_cflags_saved
6726 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&5
6727 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&6; }
6728 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini = yes; then :
6729 LDDLLFLAGS="$LDDLLFLAGS,-init,__wine_spec_init,-fini,__wine_spec_fini"
6732 echo '{ global: *; };' >conftest.map
6733 as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -shared -Wl,--version-script=conftest.map" | $as_tr_sh`
6734 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map" >&5
6735 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map... " >&6; }
6736 if eval "test \"\${$as_ac_var+set}\"" = set; then :
6737 $as_echo_n "(cached) " >&6
6738 else
6739 ac_wine_try_cflags_saved=$CFLAGS
6740 CFLAGS="$CFLAGS -fPIC -shared -Wl,--version-script=conftest.map"
6741 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6742 /* end confdefs.h. */
6743 int main(int argc, char **argv) { return 0; }
6744 _ACEOF
6745 if ac_fn_c_try_link "$LINENO"; then :
6746 eval "$as_ac_var=yes"
6747 else
6748 eval "$as_ac_var=no"
6750 rm -f core conftest.err conftest.$ac_objext \
6751 conftest$ac_exeext conftest.$ac_ext
6752 CFLAGS=$ac_wine_try_cflags_saved
6754 eval ac_res=\$$as_ac_var
6755 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
6756 $as_echo "$ac_res" >&6; }
6757 if test `eval 'as_val=${'$as_ac_var'};$as_echo "$as_val"'` = yes; then :
6758 LDSHARED="$LDSHARED \$(VERSCRIPT:%=-Wl,--version-script=%)"
6760 rm -f conftest.map
6762 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
6763 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--export-dynamic... " >&6; }
6764 if test "${ac_cv_cflags__fPIC__Wl___export_dynamic+set}" = set; then :
6765 $as_echo_n "(cached) " >&6
6766 else
6767 ac_wine_try_cflags_saved=$CFLAGS
6768 CFLAGS="$CFLAGS -fPIC -Wl,--export-dynamic"
6769 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6770 /* end confdefs.h. */
6771 int main(int argc, char **argv) { return 0; }
6772 _ACEOF
6773 if ac_fn_c_try_link "$LINENO"; then :
6774 ac_cv_cflags__fPIC__Wl___export_dynamic=yes
6775 else
6776 ac_cv_cflags__fPIC__Wl___export_dynamic=no
6778 rm -f core conftest.err conftest.$ac_objext \
6779 conftest$ac_exeext conftest.$ac_ext
6780 CFLAGS=$ac_wine_try_cflags_saved
6782 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
6783 $as_echo "$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
6784 if test $ac_cv_cflags__fPIC__Wl___export_dynamic = yes; then :
6785 LDEXECFLAGS="-Wl,--export-dynamic"
6789 as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,--rpath,\\$ORIGIN/../lib" | $as_tr_sh`
6790 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
6791 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... " >&6; }
6792 if eval "test \"\${$as_ac_var+set}\"" = set; then :
6793 $as_echo_n "(cached) " >&6
6794 else
6795 ac_wine_try_cflags_saved=$CFLAGS
6796 CFLAGS="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
6797 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6798 /* end confdefs.h. */
6799 int main(int argc, char **argv) { return 0; }
6800 _ACEOF
6801 if ac_fn_c_try_link "$LINENO"; then :
6802 eval "$as_ac_var=yes"
6803 else
6804 eval "$as_ac_var=no"
6806 rm -f core conftest.err conftest.$ac_objext \
6807 conftest$ac_exeext conftest.$ac_ext
6808 CFLAGS=$ac_wine_try_cflags_saved
6810 eval ac_res=\$$as_ac_var
6811 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
6812 $as_echo "$ac_res" >&6; }
6813 if test `eval 'as_val=${'$as_ac_var'};$as_echo "$as_val"'` = yes; then :
6814 LDRPATH_INSTALL="-Wl,--rpath,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
6815 LDRPATH_LOCAL="-Wl,--rpath,\\\$\$ORIGIN/\$(top_builddir)/libs/wine"
6816 else
6817 as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,-R,\\$ORIGIN/../lib" | $as_tr_sh`
6818 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
6819 $as_echo_n "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... " >&6; }
6820 if eval "test \"\${$as_ac_var+set}\"" = set; then :
6821 $as_echo_n "(cached) " >&6
6822 else
6823 ac_wine_try_cflags_saved=$CFLAGS
6824 CFLAGS="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
6825 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6826 /* end confdefs.h. */
6827 int main(int argc, char **argv) { return 0; }
6828 _ACEOF
6829 if ac_fn_c_try_link "$LINENO"; then :
6830 eval "$as_ac_var=yes"
6831 else
6832 eval "$as_ac_var=no"
6834 rm -f core conftest.err conftest.$ac_objext \
6835 conftest$ac_exeext conftest.$ac_ext
6836 CFLAGS=$ac_wine_try_cflags_saved
6838 eval ac_res=\$$as_ac_var
6839 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
6840 $as_echo "$ac_res" >&6; }
6841 if test `eval 'as_val=${'$as_ac_var'};$as_echo "$as_val"'` = yes; then :
6842 LDRPATH_INSTALL="-Wl,-R,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
6843 LDRPATH_LOCAL="-Wl,-R,\\\$\$ORIGIN/\$(top_builddir)/libs/wine"
6847 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
6848 $as_echo_n "checking whether the compiler supports -Wl,--enable-new-dtags... " >&6; }
6849 if test "${ac_cv_cflags__Wl___enable_new_dtags+set}" = set; then :
6850 $as_echo_n "(cached) " >&6
6851 else
6852 ac_wine_try_cflags_saved=$CFLAGS
6853 CFLAGS="$CFLAGS -Wl,--enable-new-dtags"
6854 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6855 /* end confdefs.h. */
6856 int main(int argc, char **argv) { return 0; }
6857 _ACEOF
6858 if ac_fn_c_try_link "$LINENO"; then :
6859 ac_cv_cflags__Wl___enable_new_dtags=yes
6860 else
6861 ac_cv_cflags__Wl___enable_new_dtags=no
6863 rm -f core conftest.err conftest.$ac_objext \
6864 conftest$ac_exeext conftest.$ac_ext
6865 CFLAGS=$ac_wine_try_cflags_saved
6867 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
6868 $as_echo "$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
6869 if test $ac_cv_cflags__Wl___enable_new_dtags = yes; then :
6870 LDRPATH_INSTALL="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
6873 case $host_cpu in
6874 *i[3456789]86* | x86_64)
6875 as_ac_var=`$as_echo "ac_cv_cflags_-Wl,--section-start,.interp=0x7bf00400" | $as_tr_sh`
6876 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400" >&5
6877 $as_echo_n "checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400... " >&6; }
6878 if eval "test \"\${$as_ac_var+set}\"" = set; then :
6879 $as_echo_n "(cached) " >&6
6880 else
6881 ac_wine_try_cflags_saved=$CFLAGS
6882 CFLAGS="$CFLAGS -Wl,--section-start,.interp=0x7bf00400"
6883 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6884 /* end confdefs.h. */
6885 int main(int argc, char **argv) { return 0; }
6886 _ACEOF
6887 if ac_fn_c_try_link "$LINENO"; then :
6888 eval "$as_ac_var=yes"
6889 else
6890 eval "$as_ac_var=no"
6892 rm -f core conftest.err conftest.$ac_objext \
6893 conftest$ac_exeext conftest.$ac_ext
6894 CFLAGS=$ac_wine_try_cflags_saved
6896 eval ac_res=\$$as_ac_var
6897 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
6898 $as_echo "$ac_res" >&6; }
6899 if test `eval 'as_val=${'$as_ac_var'};$as_echo "$as_val"'` = yes; then :
6900 LDEXECFLAGS="$LDEXECFLAGS -Wl,--section-start,.interp=0x7bf00400"
6902 # Extract the first word of "prelink", so it can be a program name with args.
6903 set dummy prelink; ac_word=$2
6904 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6905 $as_echo_n "checking for $ac_word... " >&6; }
6906 if test "${ac_cv_path_PRELINK+set}" = set; then :
6907 $as_echo_n "(cached) " >&6
6908 else
6909 case $PRELINK in
6910 [\\/]* | ?:[\\/]*)
6911 ac_cv_path_PRELINK="$PRELINK" # Let the user override the test with a path.
6914 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6915 for as_dir in /sbin /usr/sbin $PATH
6917 IFS=$as_save_IFS
6918 test -z "$as_dir" && as_dir=.
6919 for ac_exec_ext in '' $ac_executable_extensions; do
6920 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6921 ac_cv_path_PRELINK="$as_dir/$ac_word$ac_exec_ext"
6922 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6923 break 2
6925 done
6926 done
6927 IFS=$as_save_IFS
6929 test -z "$ac_cv_path_PRELINK" && ac_cv_path_PRELINK="false"
6931 esac
6933 PRELINK=$ac_cv_path_PRELINK
6934 if test -n "$PRELINK"; then
6935 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PRELINK" >&5
6936 $as_echo "$PRELINK" >&6; }
6937 else
6938 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6939 $as_echo "no" >&6; }
6943 if test "x$PRELINK" = xfalse
6944 then
6945 as_fn_append wine_warnings "|prelink not found, base address of core dlls won't be set correctly."
6948 esac
6950 else
6951 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can build a UnixWare (Solaris) dll" >&5
6952 $as_echo_n "checking whether we can build a UnixWare (Solaris) dll... " >&6; }
6953 if test "${ac_cv_c_dll_unixware+set}" = set; then :
6954 $as_echo_n "(cached) " >&6
6955 else
6956 ac_wine_try_cflags_saved=$CFLAGS
6957 CFLAGS="$CFLAGS -fPIC -Wl,-G,-h,conftest.so.1.0,-B,symbolic"
6958 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6959 /* end confdefs.h. */
6960 void myfunc() {}
6961 _ACEOF
6962 if ac_fn_c_try_link "$LINENO"; then :
6963 ac_cv_c_dll_unixware="yes"
6964 else
6965 ac_cv_c_dll_unixware="no"
6967 rm -f core conftest.err conftest.$ac_objext \
6968 conftest$ac_exeext conftest.$ac_ext
6969 CFLAGS=$ac_wine_try_cflags_saved
6971 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dll_unixware" >&5
6972 $as_echo "$ac_cv_c_dll_unixware" >&6; }
6973 if test "$ac_cv_c_dll_unixware" = "yes"
6974 then
6975 LDSHARED="\$(CC) -Wl,-G \$(SONAME:%=-Wl,-h,%)"
6976 LDDLLFLAGS="-Wl,-G,-B,symbolic"
6978 else
6979 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can build an HP-UX dll" >&5
6980 $as_echo_n "checking whether we can build an HP-UX dll... " >&6; }
6981 if test "${ac_cv_c_dll_hpux+set}" = set; then :
6982 $as_echo_n "(cached) " >&6
6983 else
6984 ac_wine_try_cflags_saved=$CFLAGS
6985 CFLAGS="$CFLAGS -shared"
6986 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6987 /* end confdefs.h. */
6988 void myfunc() {}
6989 _ACEOF
6990 if ac_fn_c_try_link "$LINENO"; then :
6991 ac_cv_c_dll_hpux="yes"
6992 else
6993 ac_cv_c_dll_hpux="no"
6995 rm -f core conftest.err conftest.$ac_objext \
6996 conftest$ac_exeext conftest.$ac_ext
6997 CFLAGS=$ac_wine_try_cflags_saved
6999 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dll_hpux" >&5
7000 $as_echo "$ac_cv_c_dll_hpux" >&6; }
7001 if test "$ac_cv_c_dll_hpux" = "yes"
7002 then
7003 LIBEXT="sl"
7004 DLLEXT=".sl"
7005 LDDLLFLAGS="-shared -fPIC"
7006 LDSHARED="\$(CC) -shared"
7011 esac
7013 enable_winequartz_drv=${enable_winequartz_drv:-no}
7015 if test "$LIBEXT" = "a"; then
7016 as_fn_error $? "could not find a way to build shared libraries.
7017 It is currently not possible to build Wine without shared library
7018 (.so) support to allow transparent switch between .so and .dll files.
7019 If you are using Linux, you will need a newer binutils.
7020 " "$LINENO" 5
7023 CROSSTEST_DISABLE=\#
7025 if test "$cross_compiling" = "no" -a "x$enable_tests" != xno -a "$LIBEXT" != "dll"
7026 then
7027 case "$host_cpu" in
7028 i[3456789]86*)
7029 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 " ;;
7030 x86_64)
7031 ac_prefix_list="x86_64-pc-mingw32-gcc amd64-pc-mingw32-gcc x86_64-w64-mingw32-gcc amd64-w64-mingw32-gcc x86_64-mingw32msvc-gcc amd64-mingw32msvc-gcc " ;;
7033 ac_prefix_list="" ;;
7034 esac
7035 for ac_prog in $ac_prefix_list
7037 # Extract the first word of "$ac_prog", so it can be a program name with args.
7038 set dummy $ac_prog; ac_word=$2
7039 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7040 $as_echo_n "checking for $ac_word... " >&6; }
7041 if test "${ac_cv_prog_CROSSCC+set}" = set; then :
7042 $as_echo_n "(cached) " >&6
7043 else
7044 if test -n "$CROSSCC"; then
7045 ac_cv_prog_CROSSCC="$CROSSCC" # Let the user override the test.
7046 else
7047 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7048 for as_dir in $PATH
7050 IFS=$as_save_IFS
7051 test -z "$as_dir" && as_dir=.
7052 for ac_exec_ext in '' $ac_executable_extensions; do
7053 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7054 ac_cv_prog_CROSSCC="$ac_prog"
7055 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7056 break 2
7058 done
7059 done
7060 IFS=$as_save_IFS
7064 CROSSCC=$ac_cv_prog_CROSSCC
7065 if test -n "$CROSSCC"; then
7066 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CROSSCC" >&5
7067 $as_echo "$CROSSCC" >&6; }
7068 else
7069 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7070 $as_echo "no" >&6; }
7074 test -n "$CROSSCC" && break
7075 done
7076 test -n "$CROSSCC" || CROSSCC="false"
7078 if test "$CROSSCC" != "false"
7079 then
7080 ac_save_CC="$CC"
7081 CC="$CROSSCC"
7082 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CROSSCC works" >&5
7083 $as_echo_n "checking whether $CROSSCC works... " >&6; }
7084 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7085 /* end confdefs.h. */
7088 main ()
7092 return 0;
7094 _ACEOF
7095 if ac_fn_c_try_compile "$LINENO"; then :
7096 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
7097 $as_echo "yes" >&6; }
7098 set x $CROSSCC
7099 shift
7100 target=""
7101 while test $# -ge 1
7103 case "$1" in
7104 *-gcc) target=`expr "$1" : '\(.*\)-gcc'` ;;
7105 esac
7106 shift
7107 done
7108 if test -n "$target"
7109 then
7110 CROSSTEST_DISABLE=""
7111 CROSSTARGET="$target"
7114 else
7115 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7116 $as_echo "no" >&6; }
7118 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7119 CC="$ac_save_CC"
7124 if test "$ac_cv_header_pthread_h" = "yes"
7125 then
7126 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pthread_create in -lpthread" >&5
7127 $as_echo_n "checking for pthread_create in -lpthread... " >&6; }
7128 if test "${ac_cv_lib_pthread_pthread_create+set}" = set; then :
7129 $as_echo_n "(cached) " >&6
7130 else
7131 ac_check_lib_save_LIBS=$LIBS
7132 LIBS="-lpthread $LIBS"
7133 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7134 /* end confdefs.h. */
7136 /* Override any GCC internal prototype to avoid an error.
7137 Use char because int might match the return type of a GCC
7138 builtin and then its argument prototype would still apply. */
7139 #ifdef __cplusplus
7140 extern "C"
7141 #endif
7142 char pthread_create ();
7144 main ()
7146 return pthread_create ();
7148 return 0;
7150 _ACEOF
7151 if ac_fn_c_try_link "$LINENO"; then :
7152 ac_cv_lib_pthread_pthread_create=yes
7153 else
7154 ac_cv_lib_pthread_pthread_create=no
7156 rm -f core conftest.err conftest.$ac_objext \
7157 conftest$ac_exeext conftest.$ac_ext
7158 LIBS=$ac_check_lib_save_LIBS
7160 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pthread_pthread_create" >&5
7161 $as_echo "$ac_cv_lib_pthread_pthread_create" >&6; }
7162 if test "x$ac_cv_lib_pthread_pthread_create" = x""yes; then :
7163 LIBPTHREAD="-lpthread"
7168 if test "x$LIBPTHREAD" = "x"; then :
7169 case "x$with_pthread" in
7170 xno) ;;
7171 *) as_fn_error $? "pthread ${notice_platform}development files not found.
7172 Wine cannot support threads without libpthread.
7173 Use the --without-pthread option if you really want this." "$LINENO" 5 ;;
7174 esac
7178 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for X" >&5
7179 $as_echo_n "checking for X... " >&6; }
7182 # Check whether --with-x was given.
7183 if test "${with_x+set}" = set; then :
7184 withval=$with_x;
7187 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
7188 if test "x$with_x" = xno; then
7189 # The user explicitly disabled X.
7190 have_x=disabled
7191 else
7192 case $x_includes,$x_libraries in #(
7193 *\'*) as_fn_error $? "cannot use X directory names containing '" "$LINENO" 5 ;; #(
7194 *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then :
7195 $as_echo_n "(cached) " >&6
7196 else
7197 # One or both of the vars are not set, and there is no cached value.
7198 ac_x_includes=no ac_x_libraries=no
7199 rm -f -r conftest.dir
7200 if mkdir conftest.dir; then
7201 cd conftest.dir
7202 cat >Imakefile <<'_ACEOF'
7203 incroot:
7204 @echo incroot='${INCROOT}'
7205 usrlibdir:
7206 @echo usrlibdir='${USRLIBDIR}'
7207 libdir:
7208 @echo libdir='${LIBDIR}'
7209 _ACEOF
7210 if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
7211 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
7212 for ac_var in incroot usrlibdir libdir; do
7213 eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
7214 done
7215 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
7216 for ac_extension in a so sl dylib la dll; do
7217 if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
7218 test -f "$ac_im_libdir/libX11.$ac_extension"; then
7219 ac_im_usrlibdir=$ac_im_libdir; break
7221 done
7222 # Screen out bogus values from the imake configuration. They are
7223 # bogus both because they are the default anyway, and because
7224 # using them would break gcc on systems where it needs fixed includes.
7225 case $ac_im_incroot in
7226 /usr/include) ac_x_includes= ;;
7227 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
7228 esac
7229 case $ac_im_usrlibdir in
7230 /usr/lib | /usr/lib64 | /lib | /lib64) ;;
7231 *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
7232 esac
7234 cd ..
7235 rm -f -r conftest.dir
7238 # Standard set of common directories for X headers.
7239 # Check X11 before X11Rn because it is often a symlink to the current release.
7240 ac_x_header_dirs='
7241 /usr/X11/include
7242 /usr/X11R7/include
7243 /usr/X11R6/include
7244 /usr/X11R5/include
7245 /usr/X11R4/include
7247 /usr/include/X11
7248 /usr/include/X11R7
7249 /usr/include/X11R6
7250 /usr/include/X11R5
7251 /usr/include/X11R4
7253 /usr/local/X11/include
7254 /usr/local/X11R7/include
7255 /usr/local/X11R6/include
7256 /usr/local/X11R5/include
7257 /usr/local/X11R4/include
7259 /usr/local/include/X11
7260 /usr/local/include/X11R7
7261 /usr/local/include/X11R6
7262 /usr/local/include/X11R5
7263 /usr/local/include/X11R4
7265 /usr/X386/include
7266 /usr/x386/include
7267 /usr/XFree86/include/X11
7269 /usr/include
7270 /usr/local/include
7271 /usr/unsupported/include
7272 /usr/athena/include
7273 /usr/local/x11r5/include
7274 /usr/lpp/Xamples/include
7276 /usr/openwin/include
7277 /usr/openwin/share/include'
7279 if test "$ac_x_includes" = no; then
7280 # Guess where to find include files, by looking for Xlib.h.
7281 # First, try using that file with no special directory specified.
7282 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7283 /* end confdefs.h. */
7284 #include <X11/Xlib.h>
7285 _ACEOF
7286 if ac_fn_c_try_cpp "$LINENO"; then :
7287 # We can compile using X headers with no special include directory.
7288 ac_x_includes=
7289 else
7290 for ac_dir in $ac_x_header_dirs; do
7291 if test -r "$ac_dir/X11/Xlib.h"; then
7292 ac_x_includes=$ac_dir
7293 break
7295 done
7297 rm -f conftest.err conftest.i conftest.$ac_ext
7298 fi # $ac_x_includes = no
7300 if test "$ac_x_libraries" = no; then
7301 # Check for the libraries.
7302 # See if we find them without any special options.
7303 # Don't add to $LIBS permanently.
7304 ac_save_LIBS=$LIBS
7305 LIBS="-lX11 $LIBS"
7306 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7307 /* end confdefs.h. */
7308 #include <X11/Xlib.h>
7310 main ()
7312 XrmInitialize ()
7314 return 0;
7316 _ACEOF
7317 if ac_fn_c_try_link "$LINENO"; then :
7318 LIBS=$ac_save_LIBS
7319 # We can link X programs with no special library path.
7320 ac_x_libraries=
7321 else
7322 LIBS=$ac_save_LIBS
7323 for ac_dir in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
7325 # Don't even attempt the hair of trying to link an X program!
7326 for ac_extension in a so sl dylib la dll; do
7327 if test -r "$ac_dir/libX11.$ac_extension"; then
7328 ac_x_libraries=$ac_dir
7329 break 2
7331 done
7332 done
7334 rm -f core conftest.err conftest.$ac_objext \
7335 conftest$ac_exeext conftest.$ac_ext
7336 fi # $ac_x_libraries = no
7338 case $ac_x_includes,$ac_x_libraries in #(
7339 no,* | *,no | *\'*)
7340 # Didn't find X, or a directory has "'" in its name.
7341 ac_cv_have_x="have_x=no";; #(
7343 # Record where we found X for the cache.
7344 ac_cv_have_x="have_x=yes\
7345 ac_x_includes='$ac_x_includes'\
7346 ac_x_libraries='$ac_x_libraries'"
7347 esac
7349 ;; #(
7350 *) have_x=yes;;
7351 esac
7352 eval "$ac_cv_have_x"
7353 fi # $with_x != no
7355 if test "$have_x" != yes; then
7356 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $have_x" >&5
7357 $as_echo "$have_x" >&6; }
7358 no_x=yes
7359 else
7360 # If each of the values was on the command line, it overrides each guess.
7361 test "x$x_includes" = xNONE && x_includes=$ac_x_includes
7362 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
7363 # Update the cache value to reflect the command line values.
7364 ac_cv_have_x="have_x=yes\
7365 ac_x_includes='$x_includes'\
7366 ac_x_libraries='$x_libraries'"
7367 { $as_echo "$as_me:${as_lineno-$LINENO}: result: libraries $x_libraries, headers $x_includes" >&5
7368 $as_echo "libraries $x_libraries, headers $x_includes" >&6; }
7371 if test "$no_x" = yes; then
7372 # Not all programs may use this symbol, but it does not hurt to define it.
7374 $as_echo "#define X_DISPLAY_MISSING 1" >>confdefs.h
7376 X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
7377 else
7378 if test -n "$x_includes"; then
7379 X_CFLAGS="$X_CFLAGS -I$x_includes"
7382 # It would also be nice to do this for all -L options, not just this one.
7383 if test -n "$x_libraries"; then
7384 X_LIBS="$X_LIBS -L$x_libraries"
7385 # For Solaris; some versions of Sun CC require a space after -R and
7386 # others require no space. Words are not sufficient . . . .
7387 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -R must be followed by a space" >&5
7388 $as_echo_n "checking whether -R must be followed by a space... " >&6; }
7389 ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
7390 ac_xsave_c_werror_flag=$ac_c_werror_flag
7391 ac_c_werror_flag=yes
7392 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7393 /* end confdefs.h. */
7396 main ()
7400 return 0;
7402 _ACEOF
7403 if ac_fn_c_try_link "$LINENO"; then :
7404 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7405 $as_echo "no" >&6; }
7406 X_LIBS="$X_LIBS -R$x_libraries"
7407 else
7408 LIBS="$ac_xsave_LIBS -R $x_libraries"
7409 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7410 /* end confdefs.h. */
7413 main ()
7417 return 0;
7419 _ACEOF
7420 if ac_fn_c_try_link "$LINENO"; then :
7421 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
7422 $as_echo "yes" >&6; }
7423 X_LIBS="$X_LIBS -R $x_libraries"
7424 else
7425 { $as_echo "$as_me:${as_lineno-$LINENO}: result: neither works" >&5
7426 $as_echo "neither works" >&6; }
7428 rm -f core conftest.err conftest.$ac_objext \
7429 conftest$ac_exeext conftest.$ac_ext
7431 rm -f core conftest.err conftest.$ac_objext \
7432 conftest$ac_exeext conftest.$ac_ext
7433 ac_c_werror_flag=$ac_xsave_c_werror_flag
7434 LIBS=$ac_xsave_LIBS
7437 # Check for system-dependent libraries X programs must link with.
7438 # Do this before checking for the system-independent R6 libraries
7439 # (-lICE), since we may need -lsocket or whatever for X linking.
7441 if test "$ISC" = yes; then
7442 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
7443 else
7444 # Martyn Johnson says this is needed for Ultrix, if the X
7445 # libraries were built with DECnet support. And Karl Berry says
7446 # the Alpha needs dnet_stub (dnet does not exist).
7447 ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
7448 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7449 /* end confdefs.h. */
7451 /* Override any GCC internal prototype to avoid an error.
7452 Use char because int might match the return type of a GCC
7453 builtin and then its argument prototype would still apply. */
7454 #ifdef __cplusplus
7455 extern "C"
7456 #endif
7457 char XOpenDisplay ();
7459 main ()
7461 return XOpenDisplay ();
7463 return 0;
7465 _ACEOF
7466 if ac_fn_c_try_link "$LINENO"; then :
7468 else
7469 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet" >&5
7470 $as_echo_n "checking for dnet_ntoa in -ldnet... " >&6; }
7471 if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then :
7472 $as_echo_n "(cached) " >&6
7473 else
7474 ac_check_lib_save_LIBS=$LIBS
7475 LIBS="-ldnet $LIBS"
7476 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7477 /* end confdefs.h. */
7479 /* Override any GCC internal prototype to avoid an error.
7480 Use char because int might match the return type of a GCC
7481 builtin and then its argument prototype would still apply. */
7482 #ifdef __cplusplus
7483 extern "C"
7484 #endif
7485 char dnet_ntoa ();
7487 main ()
7489 return dnet_ntoa ();
7491 return 0;
7493 _ACEOF
7494 if ac_fn_c_try_link "$LINENO"; then :
7495 ac_cv_lib_dnet_dnet_ntoa=yes
7496 else
7497 ac_cv_lib_dnet_dnet_ntoa=no
7499 rm -f core conftest.err conftest.$ac_objext \
7500 conftest$ac_exeext conftest.$ac_ext
7501 LIBS=$ac_check_lib_save_LIBS
7503 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
7504 $as_echo "$ac_cv_lib_dnet_dnet_ntoa" >&6; }
7505 if test "x$ac_cv_lib_dnet_dnet_ntoa" = x""yes; then :
7506 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
7509 if test $ac_cv_lib_dnet_dnet_ntoa = no; then
7510 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet_stub" >&5
7511 $as_echo_n "checking for dnet_ntoa in -ldnet_stub... " >&6; }
7512 if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then :
7513 $as_echo_n "(cached) " >&6
7514 else
7515 ac_check_lib_save_LIBS=$LIBS
7516 LIBS="-ldnet_stub $LIBS"
7517 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7518 /* end confdefs.h. */
7520 /* Override any GCC internal prototype to avoid an error.
7521 Use char because int might match the return type of a GCC
7522 builtin and then its argument prototype would still apply. */
7523 #ifdef __cplusplus
7524 extern "C"
7525 #endif
7526 char dnet_ntoa ();
7528 main ()
7530 return dnet_ntoa ();
7532 return 0;
7534 _ACEOF
7535 if ac_fn_c_try_link "$LINENO"; then :
7536 ac_cv_lib_dnet_stub_dnet_ntoa=yes
7537 else
7538 ac_cv_lib_dnet_stub_dnet_ntoa=no
7540 rm -f core conftest.err conftest.$ac_objext \
7541 conftest$ac_exeext conftest.$ac_ext
7542 LIBS=$ac_check_lib_save_LIBS
7544 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
7545 $as_echo "$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
7546 if test "x$ac_cv_lib_dnet_stub_dnet_ntoa" = x""yes; then :
7547 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
7552 rm -f core conftest.err conftest.$ac_objext \
7553 conftest$ac_exeext conftest.$ac_ext
7554 LIBS="$ac_xsave_LIBS"
7556 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
7557 # to get the SysV transport functions.
7558 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
7559 # needs -lnsl.
7560 # The nsl library prevents programs from opening the X display
7561 # on Irix 5.2, according to T.E. Dickey.
7562 # The functions gethostbyname, getservbyname, and inet_addr are
7563 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
7564 ac_fn_c_check_func "$LINENO" "gethostbyname" "ac_cv_func_gethostbyname"
7565 if test "x$ac_cv_func_gethostbyname" = x""yes; then :
7569 if test $ac_cv_func_gethostbyname = no; then
7570 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5
7571 $as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
7572 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then :
7573 $as_echo_n "(cached) " >&6
7574 else
7575 ac_check_lib_save_LIBS=$LIBS
7576 LIBS="-lnsl $LIBS"
7577 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7578 /* end confdefs.h. */
7580 /* Override any GCC internal prototype to avoid an error.
7581 Use char because int might match the return type of a GCC
7582 builtin and then its argument prototype would still apply. */
7583 #ifdef __cplusplus
7584 extern "C"
7585 #endif
7586 char gethostbyname ();
7588 main ()
7590 return gethostbyname ();
7592 return 0;
7594 _ACEOF
7595 if ac_fn_c_try_link "$LINENO"; then :
7596 ac_cv_lib_nsl_gethostbyname=yes
7597 else
7598 ac_cv_lib_nsl_gethostbyname=no
7600 rm -f core conftest.err conftest.$ac_objext \
7601 conftest$ac_exeext conftest.$ac_ext
7602 LIBS=$ac_check_lib_save_LIBS
7604 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5
7605 $as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
7606 if test "x$ac_cv_lib_nsl_gethostbyname" = x""yes; then :
7607 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
7610 if test $ac_cv_lib_nsl_gethostbyname = no; then
7611 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lbsd" >&5
7612 $as_echo_n "checking for gethostbyname in -lbsd... " >&6; }
7613 if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then :
7614 $as_echo_n "(cached) " >&6
7615 else
7616 ac_check_lib_save_LIBS=$LIBS
7617 LIBS="-lbsd $LIBS"
7618 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7619 /* end confdefs.h. */
7621 /* Override any GCC internal prototype to avoid an error.
7622 Use char because int might match the return type of a GCC
7623 builtin and then its argument prototype would still apply. */
7624 #ifdef __cplusplus
7625 extern "C"
7626 #endif
7627 char gethostbyname ();
7629 main ()
7631 return gethostbyname ();
7633 return 0;
7635 _ACEOF
7636 if ac_fn_c_try_link "$LINENO"; then :
7637 ac_cv_lib_bsd_gethostbyname=yes
7638 else
7639 ac_cv_lib_bsd_gethostbyname=no
7641 rm -f core conftest.err conftest.$ac_objext \
7642 conftest$ac_exeext conftest.$ac_ext
7643 LIBS=$ac_check_lib_save_LIBS
7645 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_bsd_gethostbyname" >&5
7646 $as_echo "$ac_cv_lib_bsd_gethostbyname" >&6; }
7647 if test "x$ac_cv_lib_bsd_gethostbyname" = x""yes; then :
7648 X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
7654 # lieder@skyler.mavd.honeywell.com says without -lsocket,
7655 # socket/setsockopt and other routines are undefined under SCO ODT
7656 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
7657 # on later versions), says Simon Leinen: it contains gethostby*
7658 # variants that don't use the name server (or something). -lsocket
7659 # must be given before -lnsl if both are needed. We assume that
7660 # if connect needs -lnsl, so does gethostbyname.
7661 ac_fn_c_check_func "$LINENO" "connect" "ac_cv_func_connect"
7662 if test "x$ac_cv_func_connect" = x""yes; then :
7666 if test $ac_cv_func_connect = no; then
7667 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for connect in -lsocket" >&5
7668 $as_echo_n "checking for connect in -lsocket... " >&6; }
7669 if test "${ac_cv_lib_socket_connect+set}" = set; then :
7670 $as_echo_n "(cached) " >&6
7671 else
7672 ac_check_lib_save_LIBS=$LIBS
7673 LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
7674 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7675 /* end confdefs.h. */
7677 /* Override any GCC internal prototype to avoid an error.
7678 Use char because int might match the return type of a GCC
7679 builtin and then its argument prototype would still apply. */
7680 #ifdef __cplusplus
7681 extern "C"
7682 #endif
7683 char connect ();
7685 main ()
7687 return connect ();
7689 return 0;
7691 _ACEOF
7692 if ac_fn_c_try_link "$LINENO"; then :
7693 ac_cv_lib_socket_connect=yes
7694 else
7695 ac_cv_lib_socket_connect=no
7697 rm -f core conftest.err conftest.$ac_objext \
7698 conftest$ac_exeext conftest.$ac_ext
7699 LIBS=$ac_check_lib_save_LIBS
7701 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_connect" >&5
7702 $as_echo "$ac_cv_lib_socket_connect" >&6; }
7703 if test "x$ac_cv_lib_socket_connect" = x""yes; then :
7704 X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
7709 # Guillermo Gomez says -lposix is necessary on A/UX.
7710 ac_fn_c_check_func "$LINENO" "remove" "ac_cv_func_remove"
7711 if test "x$ac_cv_func_remove" = x""yes; then :
7715 if test $ac_cv_func_remove = no; then
7716 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for remove in -lposix" >&5
7717 $as_echo_n "checking for remove in -lposix... " >&6; }
7718 if test "${ac_cv_lib_posix_remove+set}" = set; then :
7719 $as_echo_n "(cached) " >&6
7720 else
7721 ac_check_lib_save_LIBS=$LIBS
7722 LIBS="-lposix $LIBS"
7723 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7724 /* end confdefs.h. */
7726 /* Override any GCC internal prototype to avoid an error.
7727 Use char because int might match the return type of a GCC
7728 builtin and then its argument prototype would still apply. */
7729 #ifdef __cplusplus
7730 extern "C"
7731 #endif
7732 char remove ();
7734 main ()
7736 return remove ();
7738 return 0;
7740 _ACEOF
7741 if ac_fn_c_try_link "$LINENO"; then :
7742 ac_cv_lib_posix_remove=yes
7743 else
7744 ac_cv_lib_posix_remove=no
7746 rm -f core conftest.err conftest.$ac_objext \
7747 conftest$ac_exeext conftest.$ac_ext
7748 LIBS=$ac_check_lib_save_LIBS
7750 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_posix_remove" >&5
7751 $as_echo "$ac_cv_lib_posix_remove" >&6; }
7752 if test "x$ac_cv_lib_posix_remove" = x""yes; then :
7753 X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
7758 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
7759 ac_fn_c_check_func "$LINENO" "shmat" "ac_cv_func_shmat"
7760 if test "x$ac_cv_func_shmat" = x""yes; then :
7764 if test $ac_cv_func_shmat = no; then
7765 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shmat in -lipc" >&5
7766 $as_echo_n "checking for shmat in -lipc... " >&6; }
7767 if test "${ac_cv_lib_ipc_shmat+set}" = set; then :
7768 $as_echo_n "(cached) " >&6
7769 else
7770 ac_check_lib_save_LIBS=$LIBS
7771 LIBS="-lipc $LIBS"
7772 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7773 /* end confdefs.h. */
7775 /* Override any GCC internal prototype to avoid an error.
7776 Use char because int might match the return type of a GCC
7777 builtin and then its argument prototype would still apply. */
7778 #ifdef __cplusplus
7779 extern "C"
7780 #endif
7781 char shmat ();
7783 main ()
7785 return shmat ();
7787 return 0;
7789 _ACEOF
7790 if ac_fn_c_try_link "$LINENO"; then :
7791 ac_cv_lib_ipc_shmat=yes
7792 else
7793 ac_cv_lib_ipc_shmat=no
7795 rm -f core conftest.err conftest.$ac_objext \
7796 conftest$ac_exeext conftest.$ac_ext
7797 LIBS=$ac_check_lib_save_LIBS
7799 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ipc_shmat" >&5
7800 $as_echo "$ac_cv_lib_ipc_shmat" >&6; }
7801 if test "x$ac_cv_lib_ipc_shmat" = x""yes; then :
7802 X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
7808 # Check for libraries that X11R6 Xt/Xaw programs need.
7809 ac_save_LDFLAGS=$LDFLAGS
7810 test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
7811 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
7812 # check for ICE first), but we must link in the order -lSM -lICE or
7813 # we get undefined symbols. So assume we have SM if we have ICE.
7814 # These have to be linked with before -lX11, unlike the other
7815 # libraries we check for below, so use a different variable.
7816 # John Interrante, Karl Berry
7817 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for IceConnectionNumber in -lICE" >&5
7818 $as_echo_n "checking for IceConnectionNumber in -lICE... " >&6; }
7819 if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then :
7820 $as_echo_n "(cached) " >&6
7821 else
7822 ac_check_lib_save_LIBS=$LIBS
7823 LIBS="-lICE $X_EXTRA_LIBS $LIBS"
7824 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7825 /* end confdefs.h. */
7827 /* Override any GCC internal prototype to avoid an error.
7828 Use char because int might match the return type of a GCC
7829 builtin and then its argument prototype would still apply. */
7830 #ifdef __cplusplus
7831 extern "C"
7832 #endif
7833 char IceConnectionNumber ();
7835 main ()
7837 return IceConnectionNumber ();
7839 return 0;
7841 _ACEOF
7842 if ac_fn_c_try_link "$LINENO"; then :
7843 ac_cv_lib_ICE_IceConnectionNumber=yes
7844 else
7845 ac_cv_lib_ICE_IceConnectionNumber=no
7847 rm -f core conftest.err conftest.$ac_objext \
7848 conftest$ac_exeext conftest.$ac_ext
7849 LIBS=$ac_check_lib_save_LIBS
7851 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
7852 $as_echo "$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
7853 if test "x$ac_cv_lib_ICE_IceConnectionNumber" = x""yes; then :
7854 X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
7857 LDFLAGS=$ac_save_LDFLAGS
7862 if test "$have_x" = "yes"
7863 then
7864 XLIB="-lX11"
7865 ac_save_CPPFLAGS="$CPPFLAGS"
7866 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
7868 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lX11" >&5
7869 $as_echo_n "checking for -lX11... " >&6; }
7870 if test "${ac_cv_lib_soname_X11+set}" = set; then :
7871 $as_echo_n "(cached) " >&6
7872 else
7873 ac_check_soname_save_LIBS=$LIBS
7874 LIBS="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
7875 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7876 /* end confdefs.h. */
7878 /* Override any GCC internal prototype to avoid an error.
7879 Use char because int might match the return type of a GCC
7880 builtin and then its argument prototype would still apply. */
7881 #ifdef __cplusplus
7882 extern "C"
7883 #endif
7884 char XCreateWindow ();
7886 main ()
7888 return XCreateWindow ();
7890 return 0;
7892 _ACEOF
7893 if ac_fn_c_try_link "$LINENO"; then :
7894 case "$LIBEXT" in
7895 dll) ac_cv_lib_soname_X11=`$ac_cv_path_LDD conftest.exe | grep "X11" | sed -e "s/dll.*/dll/"';2,$d'` ;;
7896 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'` ;;
7897 *) ac_cv_lib_soname_X11=`$ac_cv_path_LDD conftest$ac_exeext | grep "libX11\\.$LIBEXT" | sed -e "s/^.*\(libX11\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
7898 esac
7900 rm -f core conftest.err conftest.$ac_objext \
7901 conftest$ac_exeext conftest.$ac_ext
7902 LIBS=$ac_check_soname_save_LIBS
7904 if test "x$ac_cv_lib_soname_X11" = "x"; then :
7905 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
7906 $as_echo "not found" >&6; }
7908 else
7909 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_X11" >&5
7910 $as_echo "$ac_cv_lib_soname_X11" >&6; }
7912 cat >>confdefs.h <<_ACEOF
7913 #define SONAME_LIBX11 "$ac_cv_lib_soname_X11"
7914 _ACEOF
7918 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXext" >&5
7919 $as_echo_n "checking for -lXext... " >&6; }
7920 if test "${ac_cv_lib_soname_Xext+set}" = set; then :
7921 $as_echo_n "(cached) " >&6
7922 else
7923 ac_check_soname_save_LIBS=$LIBS
7924 LIBS="-lXext $X_LIBS -lX11 $X_EXTRA_LIBS $LIBS"
7925 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7926 /* end confdefs.h. */
7928 /* Override any GCC internal prototype to avoid an error.
7929 Use char because int might match the return type of a GCC
7930 builtin and then its argument prototype would still apply. */
7931 #ifdef __cplusplus
7932 extern "C"
7933 #endif
7934 char XextCreateExtension ();
7936 main ()
7938 return XextCreateExtension ();
7940 return 0;
7942 _ACEOF
7943 if ac_fn_c_try_link "$LINENO"; then :
7944 case "$LIBEXT" in
7945 dll) ac_cv_lib_soname_Xext=`$ac_cv_path_LDD conftest.exe | grep "Xext" | sed -e "s/dll.*/dll/"';2,$d'` ;;
7946 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'` ;;
7947 *) ac_cv_lib_soname_Xext=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXext\\.$LIBEXT" | sed -e "s/^.*\(libXext\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
7948 esac
7950 rm -f core conftest.err conftest.$ac_objext \
7951 conftest$ac_exeext conftest.$ac_ext
7952 LIBS=$ac_check_soname_save_LIBS
7954 if test "x$ac_cv_lib_soname_Xext" = "x"; then :
7955 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
7956 $as_echo "not found" >&6; }
7958 else
7959 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xext" >&5
7960 $as_echo "$ac_cv_lib_soname_Xext" >&6; }
7962 cat >>confdefs.h <<_ACEOF
7963 #define SONAME_LIBXEXT "$ac_cv_lib_soname_Xext"
7964 _ACEOF
7966 XLIB="-lXext $XLIB"
7969 for ac_header in X11/Xlib.h \
7970 X11/XKBlib.h \
7971 X11/Xutil.h \
7972 X11/Xcursor/Xcursor.h \
7973 X11/extensions/shape.h \
7974 X11/extensions/XInput.h \
7975 X11/extensions/XShm.h \
7976 X11/extensions/Xcomposite.h \
7977 X11/extensions/Xinerama.h \
7978 X11/extensions/Xrandr.h \
7979 X11/extensions/Xrender.h \
7980 X11/extensions/xf86vmode.h \
7981 X11/extensions/xf86vmproto.h
7982 do :
7983 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7984 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_X11_XLIB_H
7985 # include <X11/Xlib.h>
7986 #endif
7987 #ifdef HAVE_X11_XUTIL_H
7988 # include <X11/Xutil.h>
7989 #endif
7991 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
7992 cat >>confdefs.h <<_ACEOF
7993 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7994 _ACEOF
7998 done
8001 if test "$ac_cv_header_X11_XKBlib_h" = "yes"
8002 then
8003 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XkbQueryExtension in -lX11" >&5
8004 $as_echo_n "checking for XkbQueryExtension in -lX11... " >&6; }
8005 if test "${ac_cv_lib_X11_XkbQueryExtension+set}" = set; then :
8006 $as_echo_n "(cached) " >&6
8007 else
8008 ac_check_lib_save_LIBS=$LIBS
8009 LIBS="-lX11 $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8010 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8011 /* end confdefs.h. */
8013 /* Override any GCC internal prototype to avoid an error.
8014 Use char because int might match the return type of a GCC
8015 builtin and then its argument prototype would still apply. */
8016 #ifdef __cplusplus
8017 extern "C"
8018 #endif
8019 char XkbQueryExtension ();
8021 main ()
8023 return XkbQueryExtension ();
8025 return 0;
8027 _ACEOF
8028 if ac_fn_c_try_link "$LINENO"; then :
8029 ac_cv_lib_X11_XkbQueryExtension=yes
8030 else
8031 ac_cv_lib_X11_XkbQueryExtension=no
8033 rm -f core conftest.err conftest.$ac_objext \
8034 conftest$ac_exeext conftest.$ac_ext
8035 LIBS=$ac_check_lib_save_LIBS
8037 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_X11_XkbQueryExtension" >&5
8038 $as_echo "$ac_cv_lib_X11_XkbQueryExtension" >&6; }
8039 if test "x$ac_cv_lib_X11_XkbQueryExtension" = x""yes; then :
8041 $as_echo "#define HAVE_XKB 1" >>confdefs.h
8047 if test "$ac_cv_header_X11_Xcursor_Xcursor_h" = "yes"
8048 then
8049 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXcursor" >&5
8050 $as_echo_n "checking for -lXcursor... " >&6; }
8051 if test "${ac_cv_lib_soname_Xcursor+set}" = set; then :
8052 $as_echo_n "(cached) " >&6
8053 else
8054 ac_check_soname_save_LIBS=$LIBS
8055 LIBS="-lXcursor $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8056 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8057 /* end confdefs.h. */
8059 /* Override any GCC internal prototype to avoid an error.
8060 Use char because int might match the return type of a GCC
8061 builtin and then its argument prototype would still apply. */
8062 #ifdef __cplusplus
8063 extern "C"
8064 #endif
8065 char XcursorImageLoadCursor ();
8067 main ()
8069 return XcursorImageLoadCursor ();
8071 return 0;
8073 _ACEOF
8074 if ac_fn_c_try_link "$LINENO"; then :
8075 case "$LIBEXT" in
8076 dll) ac_cv_lib_soname_Xcursor=`$ac_cv_path_LDD conftest.exe | grep "Xcursor" | sed -e "s/dll.*/dll/"';2,$d'` ;;
8077 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'` ;;
8078 *) ac_cv_lib_soname_Xcursor=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcursor\\.$LIBEXT" | sed -e "s/^.*\(libXcursor\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8079 esac
8081 rm -f core conftest.err conftest.$ac_objext \
8082 conftest$ac_exeext conftest.$ac_ext
8083 LIBS=$ac_check_soname_save_LIBS
8085 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then :
8086 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8087 $as_echo "not found" >&6; }
8089 else
8090 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xcursor" >&5
8091 $as_echo "$ac_cv_lib_soname_Xcursor" >&6; }
8093 cat >>confdefs.h <<_ACEOF
8094 #define SONAME_LIBXCURSOR "$ac_cv_lib_soname_Xcursor"
8095 _ACEOF
8100 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then :
8101 case "x$with_xcursor" in
8102 x) as_fn_append wine_notices "|libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported." ;;
8103 xno) ;;
8104 *) as_fn_error $? "libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
8105 This is an error since --with-xcursor was requested." "$LINENO" 5 ;;
8106 esac
8109 if test "$ac_cv_header_X11_extensions_XInput_h" = "yes"
8110 then
8111 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXi" >&5
8112 $as_echo_n "checking for -lXi... " >&6; }
8113 if test "${ac_cv_lib_soname_Xi+set}" = set; then :
8114 $as_echo_n "(cached) " >&6
8115 else
8116 ac_check_soname_save_LIBS=$LIBS
8117 LIBS="-lXi $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8118 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8119 /* end confdefs.h. */
8121 /* Override any GCC internal prototype to avoid an error.
8122 Use char because int might match the return type of a GCC
8123 builtin and then its argument prototype would still apply. */
8124 #ifdef __cplusplus
8125 extern "C"
8126 #endif
8127 char XOpenDevice ();
8129 main ()
8131 return XOpenDevice ();
8133 return 0;
8135 _ACEOF
8136 if ac_fn_c_try_link "$LINENO"; then :
8137 case "$LIBEXT" in
8138 dll) ac_cv_lib_soname_Xi=`$ac_cv_path_LDD conftest.exe | grep "Xi" | sed -e "s/dll.*/dll/"';2,$d'` ;;
8139 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'` ;;
8140 *) ac_cv_lib_soname_Xi=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXi\\.$LIBEXT" | sed -e "s/^.*\(libXi\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8141 esac
8143 rm -f core conftest.err conftest.$ac_objext \
8144 conftest$ac_exeext conftest.$ac_ext
8145 LIBS=$ac_check_soname_save_LIBS
8147 if test "x$ac_cv_lib_soname_Xi" = "x"; then :
8148 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8149 $as_echo "not found" >&6; }
8151 else
8152 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xi" >&5
8153 $as_echo "$ac_cv_lib_soname_Xi" >&6; }
8155 cat >>confdefs.h <<_ACEOF
8156 #define SONAME_LIBXI "$ac_cv_lib_soname_Xi"
8157 _ACEOF
8162 if test "x$ac_cv_lib_soname_Xi" = "x"; then :
8163 case "x$with_xinput" in
8164 x) as_fn_append wine_notices "|libxi ${notice_platform}development files not found, the Xinput extension won't be supported." ;;
8165 xno) ;;
8166 *) as_fn_error $? "libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
8167 This is an error since --with-xinput was requested." "$LINENO" 5 ;;
8168 esac
8171 if test "$ac_cv_header_X11_extensions_XShm_h" = "yes"
8172 then
8173 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XShmQueryExtension in -lXext" >&5
8174 $as_echo_n "checking for XShmQueryExtension in -lXext... " >&6; }
8175 if test "${ac_cv_lib_Xext_XShmQueryExtension+set}" = set; then :
8176 $as_echo_n "(cached) " >&6
8177 else
8178 ac_check_lib_save_LIBS=$LIBS
8179 LIBS="-lXext $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8180 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8181 /* end confdefs.h. */
8183 /* Override any GCC internal prototype to avoid an error.
8184 Use char because int might match the return type of a GCC
8185 builtin and then its argument prototype would still apply. */
8186 #ifdef __cplusplus
8187 extern "C"
8188 #endif
8189 char XShmQueryExtension ();
8191 main ()
8193 return XShmQueryExtension ();
8195 return 0;
8197 _ACEOF
8198 if ac_fn_c_try_link "$LINENO"; then :
8199 ac_cv_lib_Xext_XShmQueryExtension=yes
8200 else
8201 ac_cv_lib_Xext_XShmQueryExtension=no
8203 rm -f core conftest.err conftest.$ac_objext \
8204 conftest$ac_exeext conftest.$ac_ext
8205 LIBS=$ac_check_lib_save_LIBS
8207 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xext_XShmQueryExtension" >&5
8208 $as_echo "$ac_cv_lib_Xext_XShmQueryExtension" >&6; }
8209 if test "x$ac_cv_lib_Xext_XShmQueryExtension" = x""yes; then :
8211 $as_echo "#define HAVE_LIBXXSHM 1" >>confdefs.h
8216 if test "$ac_cv_lib_Xext_XShmQueryExtension" != "yes"; then :
8217 case "x$with_xshm" in
8218 x) as_fn_append wine_notices "|XShm ${notice_platform}development files not found, X Shared Memory won't be supported." ;;
8219 xno) ;;
8220 *) as_fn_error $? "XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
8221 This is an error since --with-xshm was requested." "$LINENO" 5 ;;
8222 esac
8225 if test "$ac_cv_header_X11_extensions_shape_h" = "yes"
8226 then
8227 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XShapeQueryExtension in -lXext" >&5
8228 $as_echo_n "checking for XShapeQueryExtension in -lXext... " >&6; }
8229 if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then :
8230 $as_echo_n "(cached) " >&6
8231 else
8232 ac_check_lib_save_LIBS=$LIBS
8233 LIBS="-lXext $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8234 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8235 /* end confdefs.h. */
8237 /* Override any GCC internal prototype to avoid an error.
8238 Use char because int might match the return type of a GCC
8239 builtin and then its argument prototype would still apply. */
8240 #ifdef __cplusplus
8241 extern "C"
8242 #endif
8243 char XShapeQueryExtension ();
8245 main ()
8247 return XShapeQueryExtension ();
8249 return 0;
8251 _ACEOF
8252 if ac_fn_c_try_link "$LINENO"; then :
8253 ac_cv_lib_Xext_XShapeQueryExtension=yes
8254 else
8255 ac_cv_lib_Xext_XShapeQueryExtension=no
8257 rm -f core conftest.err conftest.$ac_objext \
8258 conftest$ac_exeext conftest.$ac_ext
8259 LIBS=$ac_check_lib_save_LIBS
8261 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
8262 $as_echo "$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
8263 if test "x$ac_cv_lib_Xext_XShapeQueryExtension" = x""yes; then :
8265 $as_echo "#define HAVE_LIBXSHAPE 1" >>confdefs.h
8270 if test "$ac_cv_lib_Xext_XShapeQueryExtension" != "yes"; then :
8271 case "x$with_xshape" in
8272 x) as_fn_append wine_notices "|XShape ${notice_platform}development files not found, XShape won't be supported." ;;
8273 xno) ;;
8274 *) as_fn_error $? "XShape ${notice_platform}development files not found, XShape won't be supported.
8275 This is an error since --with-xshape was requested." "$LINENO" 5 ;;
8276 esac
8279 if test "$ac_cv_header_X11_extensions_xf86vmode_h" = "yes" -o "$ac_cv_header_X11_extensions_xf86vmproto_h" = "yes"
8280 then
8281 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXxf86vm" >&5
8282 $as_echo_n "checking for -lXxf86vm... " >&6; }
8283 if test "${ac_cv_lib_soname_Xxf86vm+set}" = set; then :
8284 $as_echo_n "(cached) " >&6
8285 else
8286 ac_check_soname_save_LIBS=$LIBS
8287 LIBS="-lXxf86vm $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8288 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8289 /* end confdefs.h. */
8291 /* Override any GCC internal prototype to avoid an error.
8292 Use char because int might match the return type of a GCC
8293 builtin and then its argument prototype would still apply. */
8294 #ifdef __cplusplus
8295 extern "C"
8296 #endif
8297 char XF86VidModeQueryExtension ();
8299 main ()
8301 return XF86VidModeQueryExtension ();
8303 return 0;
8305 _ACEOF
8306 if ac_fn_c_try_link "$LINENO"; then :
8307 case "$LIBEXT" in
8308 dll) ac_cv_lib_soname_Xxf86vm=`$ac_cv_path_LDD conftest.exe | grep "Xxf86vm" | sed -e "s/dll.*/dll/"';2,$d'` ;;
8309 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'` ;;
8310 *) ac_cv_lib_soname_Xxf86vm=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\(libXxf86vm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8311 esac
8313 rm -f core conftest.err conftest.$ac_objext \
8314 conftest$ac_exeext conftest.$ac_ext
8315 LIBS=$ac_check_soname_save_LIBS
8317 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then :
8318 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8319 $as_echo "not found" >&6; }
8321 else
8322 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xxf86vm" >&5
8323 $as_echo "$ac_cv_lib_soname_Xxf86vm" >&6; }
8325 cat >>confdefs.h <<_ACEOF
8326 #define SONAME_LIBXXF86VM "$ac_cv_lib_soname_Xxf86vm"
8327 _ACEOF
8332 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then :
8333 case "x$with_xxf86vm" in
8334 x) as_fn_append wine_notices "|libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported." ;;
8335 xno) ;;
8336 *) as_fn_error $? "libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
8337 This is an error since --with-xxf86vm was requested." "$LINENO" 5 ;;
8338 esac
8341 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"
8342 then
8343 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXrender" >&5
8344 $as_echo_n "checking for -lXrender... " >&6; }
8345 if test "${ac_cv_lib_soname_Xrender+set}" = set; then :
8346 $as_echo_n "(cached) " >&6
8347 else
8348 ac_check_soname_save_LIBS=$LIBS
8349 LIBS="-lXrender $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8350 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8351 /* end confdefs.h. */
8353 /* Override any GCC internal prototype to avoid an error.
8354 Use char because int might match the return type of a GCC
8355 builtin and then its argument prototype would still apply. */
8356 #ifdef __cplusplus
8357 extern "C"
8358 #endif
8359 char XRenderQueryExtension ();
8361 main ()
8363 return XRenderQueryExtension ();
8365 return 0;
8367 _ACEOF
8368 if ac_fn_c_try_link "$LINENO"; then :
8369 case "$LIBEXT" in
8370 dll) ac_cv_lib_soname_Xrender=`$ac_cv_path_LDD conftest.exe | grep "Xrender" | sed -e "s/dll.*/dll/"';2,$d'` ;;
8371 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'` ;;
8372 *) ac_cv_lib_soname_Xrender=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrender\\.$LIBEXT" | sed -e "s/^.*\(libXrender\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8373 esac
8375 rm -f core conftest.err conftest.$ac_objext \
8376 conftest$ac_exeext conftest.$ac_ext
8377 LIBS=$ac_check_soname_save_LIBS
8379 if test "x$ac_cv_lib_soname_Xrender" = "x"; then :
8380 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8381 $as_echo "not found" >&6; }
8383 else
8384 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xrender" >&5
8385 $as_echo "$ac_cv_lib_soname_Xrender" >&6; }
8387 cat >>confdefs.h <<_ACEOF
8388 #define SONAME_LIBXRENDER "$ac_cv_lib_soname_Xrender"
8389 _ACEOF
8391 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XRenderSetPictureTransform in -lXrender" >&5
8392 $as_echo_n "checking for XRenderSetPictureTransform in -lXrender... " >&6; }
8393 if test "${ac_cv_lib_Xrender_XRenderSetPictureTransform+set}" = set; then :
8394 $as_echo_n "(cached) " >&6
8395 else
8396 ac_check_lib_save_LIBS=$LIBS
8397 LIBS="-lXrender $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8398 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8399 /* end confdefs.h. */
8401 /* Override any GCC internal prototype to avoid an error.
8402 Use char because int might match the return type of a GCC
8403 builtin and then its argument prototype would still apply. */
8404 #ifdef __cplusplus
8405 extern "C"
8406 #endif
8407 char XRenderSetPictureTransform ();
8409 main ()
8411 return XRenderSetPictureTransform ();
8413 return 0;
8415 _ACEOF
8416 if ac_fn_c_try_link "$LINENO"; then :
8417 ac_cv_lib_Xrender_XRenderSetPictureTransform=yes
8418 else
8419 ac_cv_lib_Xrender_XRenderSetPictureTransform=no
8421 rm -f core conftest.err conftest.$ac_objext \
8422 conftest$ac_exeext conftest.$ac_ext
8423 LIBS=$ac_check_lib_save_LIBS
8425 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xrender_XRenderSetPictureTransform" >&5
8426 $as_echo "$ac_cv_lib_Xrender_XRenderSetPictureTransform" >&6; }
8427 if test "x$ac_cv_lib_Xrender_XRenderSetPictureTransform" = x""yes; then :
8429 $as_echo "#define HAVE_XRENDERSETPICTURETRANSFORM 1" >>confdefs.h
8436 if test "x$ac_cv_lib_soname_Xrender" = "x"; then :
8437 case "x$with_xrender" in
8438 x) as_fn_append wine_warnings "|libxrender ${notice_platform}development files not found, XRender won't be supported." ;;
8439 xno) ;;
8440 *) as_fn_error $? "libxrender ${notice_platform}development files not found, XRender won't be supported.
8441 This is an error since --with-xrender was requested." "$LINENO" 5 ;;
8442 esac
8445 if test "$ac_cv_header_X11_extensions_Xrandr_h" = "yes" -a "x$ac_cv_lib_soname_Xrender" != "x"
8446 then
8447 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8448 /* end confdefs.h. */
8449 #include <X11/Xlib.h>
8450 #include <X11/extensions/Xrandr.h>
8452 main ()
8454 static typeof(XRRSetScreenConfigAndRate) * func;
8456 return 0;
8458 _ACEOF
8459 if ac_fn_c_try_compile "$LINENO"; then :
8460 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXrandr" >&5
8461 $as_echo_n "checking for -lXrandr... " >&6; }
8462 if test "${ac_cv_lib_soname_Xrandr+set}" = set; then :
8463 $as_echo_n "(cached) " >&6
8464 else
8465 ac_check_soname_save_LIBS=$LIBS
8466 LIBS="-lXrandr $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8467 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8468 /* end confdefs.h. */
8470 /* Override any GCC internal prototype to avoid an error.
8471 Use char because int might match the return type of a GCC
8472 builtin and then its argument prototype would still apply. */
8473 #ifdef __cplusplus
8474 extern "C"
8475 #endif
8476 char XRRQueryExtension ();
8478 main ()
8480 return XRRQueryExtension ();
8482 return 0;
8484 _ACEOF
8485 if ac_fn_c_try_link "$LINENO"; then :
8486 case "$LIBEXT" in
8487 dll) ac_cv_lib_soname_Xrandr=`$ac_cv_path_LDD conftest.exe | grep "Xrandr" | sed -e "s/dll.*/dll/"';2,$d'` ;;
8488 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'` ;;
8489 *) ac_cv_lib_soname_Xrandr=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrandr\\.$LIBEXT" | sed -e "s/^.*\(libXrandr\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8490 esac
8492 rm -f core conftest.err conftest.$ac_objext \
8493 conftest$ac_exeext conftest.$ac_ext
8494 LIBS=$ac_check_soname_save_LIBS
8496 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then :
8497 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8498 $as_echo "not found" >&6; }
8500 else
8501 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xrandr" >&5
8502 $as_echo "$ac_cv_lib_soname_Xrandr" >&6; }
8504 cat >>confdefs.h <<_ACEOF
8505 #define SONAME_LIBXRANDR "$ac_cv_lib_soname_Xrandr"
8506 _ACEOF
8511 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8513 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then :
8514 case "x$with_xrandr" in
8515 x) as_fn_append wine_notices "|libxrandr ${notice_platform}development files not found, XRandr won't be supported." ;;
8516 xno) ;;
8517 *) as_fn_error $? "libxrandr ${notice_platform}development files not found, XRandr won't be supported.
8518 This is an error since --with-xrandr was requested." "$LINENO" 5 ;;
8519 esac
8522 if test "$ac_cv_header_X11_extensions_Xinerama_h" = "yes"
8523 then
8524 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8525 /* end confdefs.h. */
8526 #include <X11/Xlib.h>
8527 #include <X11/extensions/Xinerama.h>
8529 main ()
8531 static typeof(XineramaQueryScreens) * func;
8533 return 0;
8535 _ACEOF
8536 if ac_fn_c_try_compile "$LINENO"; then :
8537 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXinerama" >&5
8538 $as_echo_n "checking for -lXinerama... " >&6; }
8539 if test "${ac_cv_lib_soname_Xinerama+set}" = set; then :
8540 $as_echo_n "(cached) " >&6
8541 else
8542 ac_check_soname_save_LIBS=$LIBS
8543 LIBS="-lXinerama $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8544 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8545 /* end confdefs.h. */
8547 /* Override any GCC internal prototype to avoid an error.
8548 Use char because int might match the return type of a GCC
8549 builtin and then its argument prototype would still apply. */
8550 #ifdef __cplusplus
8551 extern "C"
8552 #endif
8553 char XineramaQueryScreens ();
8555 main ()
8557 return XineramaQueryScreens ();
8559 return 0;
8561 _ACEOF
8562 if ac_fn_c_try_link "$LINENO"; then :
8563 case "$LIBEXT" in
8564 dll) ac_cv_lib_soname_Xinerama=`$ac_cv_path_LDD conftest.exe | grep "Xinerama" | sed -e "s/dll.*/dll/"';2,$d'` ;;
8565 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'` ;;
8566 *) ac_cv_lib_soname_Xinerama=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXinerama\\.$LIBEXT" | sed -e "s/^.*\(libXinerama\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8567 esac
8569 rm -f core conftest.err conftest.$ac_objext \
8570 conftest$ac_exeext conftest.$ac_ext
8571 LIBS=$ac_check_soname_save_LIBS
8573 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then :
8574 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8575 $as_echo "not found" >&6; }
8577 else
8578 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xinerama" >&5
8579 $as_echo "$ac_cv_lib_soname_Xinerama" >&6; }
8581 cat >>confdefs.h <<_ACEOF
8582 #define SONAME_LIBXINERAMA "$ac_cv_lib_soname_Xinerama"
8583 _ACEOF
8588 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8590 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then :
8591 case "x$with_xinerama" in
8592 x) as_fn_append wine_notices "|libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported." ;;
8593 xno) ;;
8594 *) as_fn_error $? "libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
8595 This is an error since --with-xinerama was requested." "$LINENO" 5 ;;
8596 esac
8599 if test "$ac_cv_header_X11_extensions_Xcomposite_h" = "yes"
8600 then
8601 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXcomposite" >&5
8602 $as_echo_n "checking for -lXcomposite... " >&6; }
8603 if test "${ac_cv_lib_soname_Xcomposite+set}" = set; then :
8604 $as_echo_n "(cached) " >&6
8605 else
8606 ac_check_soname_save_LIBS=$LIBS
8607 LIBS="-lXcomposite $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8608 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8609 /* end confdefs.h. */
8611 /* Override any GCC internal prototype to avoid an error.
8612 Use char because int might match the return type of a GCC
8613 builtin and then its argument prototype would still apply. */
8614 #ifdef __cplusplus
8615 extern "C"
8616 #endif
8617 char XCompositeRedirectWindow ();
8619 main ()
8621 return XCompositeRedirectWindow ();
8623 return 0;
8625 _ACEOF
8626 if ac_fn_c_try_link "$LINENO"; then :
8627 case "$LIBEXT" in
8628 dll) ac_cv_lib_soname_Xcomposite=`$ac_cv_path_LDD conftest.exe | grep "Xcomposite" | sed -e "s/dll.*/dll/"';2,$d'` ;;
8629 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'` ;;
8630 *) ac_cv_lib_soname_Xcomposite=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcomposite\\.$LIBEXT" | sed -e "s/^.*\(libXcomposite\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8631 esac
8633 rm -f core conftest.err conftest.$ac_objext \
8634 conftest$ac_exeext conftest.$ac_ext
8635 LIBS=$ac_check_soname_save_LIBS
8637 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then :
8638 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8639 $as_echo "not found" >&6; }
8641 else
8642 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xcomposite" >&5
8643 $as_echo "$ac_cv_lib_soname_Xcomposite" >&6; }
8645 cat >>confdefs.h <<_ACEOF
8646 #define SONAME_LIBXCOMPOSITE "$ac_cv_lib_soname_Xcomposite"
8647 _ACEOF
8652 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then :
8653 case "x$with_xcomposite" in
8654 x) as_fn_append wine_notices "|libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported." ;;
8655 xno) ;;
8656 *) as_fn_error $? "libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
8657 This is an error since --with-xcomposite was requested." "$LINENO" 5 ;;
8658 esac
8661 ac_fn_c_check_member "$LINENO" "XICCallback" "callback" "ac_cv_member_XICCallback_callback" "#ifdef HAVE_X11_XLIB_H
8662 #include <X11/Xlib.h>
8663 #endif
8665 if test "x$ac_cv_member_XICCallback_callback" = x""yes; then :
8667 cat >>confdefs.h <<_ACEOF
8668 #define HAVE_XICCALLBACK_CALLBACK 1
8669 _ACEOF
8676 opengl_msg=""
8677 if test "x$with_opengl" != "xno"
8678 then
8679 for ac_header in GL/gl.h GL/glx.h GL/glu.h
8680 do :
8681 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8682 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_GL_GLX_H
8683 # include <GL/glx.h>
8684 #endif
8686 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
8687 cat >>confdefs.h <<_ACEOF
8688 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8689 _ACEOF
8693 done
8695 if test "$ac_cv_header_GL_gl_h" = "yes" -a "$ac_cv_header_GL_glx_h" = "yes"
8696 then
8697 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for up-to-date OpenGL version" >&5
8698 $as_echo_n "checking for up-to-date OpenGL version... " >&6; }
8699 if test "${wine_cv_opengl_header_version_OK+set}" = set; then :
8700 $as_echo_n "(cached) " >&6
8701 else
8702 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8703 /* end confdefs.h. */
8704 #include <GL/gl.h>
8706 main ()
8708 GLenum test = GL_UNSIGNED_SHORT_5_6_5;
8710 return 0;
8712 _ACEOF
8713 if ac_fn_c_try_compile "$LINENO"; then :
8714 wine_cv_opengl_header_version_OK="yes"
8715 else
8716 wine_cv_opengl_header_version_OK="no"
8718 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8720 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_opengl_header_version_OK" >&5
8721 $as_echo "$wine_cv_opengl_header_version_OK" >&6; }
8723 if test "$wine_cv_opengl_header_version_OK" = "yes"
8724 then
8725 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGL" >&5
8726 $as_echo_n "checking for -lGL... " >&6; }
8727 if test "${ac_cv_lib_soname_GL+set}" = set; then :
8728 $as_echo_n "(cached) " >&6
8729 else
8730 ac_check_soname_save_LIBS=$LIBS
8731 LIBS="-lGL $X_LIBS $XLIB -lm $X_EXTRA_LIBS $LIBS"
8732 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8733 /* end confdefs.h. */
8735 /* Override any GCC internal prototype to avoid an error.
8736 Use char because int might match the return type of a GCC
8737 builtin and then its argument prototype would still apply. */
8738 #ifdef __cplusplus
8739 extern "C"
8740 #endif
8741 char glXCreateContext ();
8743 main ()
8745 return glXCreateContext ();
8747 return 0;
8749 _ACEOF
8750 if ac_fn_c_try_link "$LINENO"; then :
8751 case "$LIBEXT" in
8752 dll) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest.exe | grep "GL" | sed -e "s/dll.*/dll/"';2,$d'` ;;
8753 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'` ;;
8754 *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8755 esac
8757 rm -f core conftest.err conftest.$ac_objext \
8758 conftest$ac_exeext conftest.$ac_ext
8759 LIBS=$ac_check_soname_save_LIBS
8761 if test "x$ac_cv_lib_soname_GL" = "x"; then :
8762 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8763 $as_echo "not found" >&6; }
8764 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGL" >&5
8765 $as_echo_n "checking for -lGL... " >&6; }
8766 if test "${ac_cv_lib_soname_GL+set}" = set; then :
8767 $as_echo_n "(cached) " >&6
8768 else
8769 ac_check_soname_save_LIBS=$LIBS
8770 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"
8771 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8772 /* end confdefs.h. */
8774 /* Override any GCC internal prototype to avoid an error.
8775 Use char because int might match the return type of a GCC
8776 builtin and then its argument prototype would still apply. */
8777 #ifdef __cplusplus
8778 extern "C"
8779 #endif
8780 char glXCreateContext ();
8782 main ()
8784 return glXCreateContext ();
8786 return 0;
8788 _ACEOF
8789 if ac_fn_c_try_link "$LINENO"; then :
8790 case "$LIBEXT" in
8791 dll) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest.exe | grep "GL" | sed -e "s/dll.*/dll/"';2,$d'` ;;
8792 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'` ;;
8793 *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8794 esac
8796 rm -f core conftest.err conftest.$ac_objext \
8797 conftest$ac_exeext conftest.$ac_ext
8798 LIBS=$ac_check_soname_save_LIBS
8800 if test "x$ac_cv_lib_soname_GL" = "x"; then :
8801 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8802 $as_echo "not found" >&6; }
8803 if test -f /usr/X11R6/lib/libGL.a
8804 then
8805 opengl_msg="/usr/X11R6/lib/libGL.a is present on your system.
8806 This probably prevents linking to OpenGL. Try deleting the file and restarting configure."
8807 else
8808 opengl_msg="No OpenGL library found on this system."
8810 else
8811 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GL" >&5
8812 $as_echo "$ac_cv_lib_soname_GL" >&6; }
8814 cat >>confdefs.h <<_ACEOF
8815 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
8816 _ACEOF
8818 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"
8820 $as_echo "#define HAVE_OPENGL 1" >>confdefs.h
8823 else
8824 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GL" >&5
8825 $as_echo "$ac_cv_lib_soname_GL" >&6; }
8827 cat >>confdefs.h <<_ACEOF
8828 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
8829 _ACEOF
8831 OPENGL_LIBS="-lGL"
8833 $as_echo "#define HAVE_OPENGL 1" >>confdefs.h
8836 if test "$ac_cv_header_GL_glu_h" = "yes"
8837 then
8838 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGLU" >&5
8839 $as_echo_n "checking for -lGLU... " >&6; }
8840 if test "${ac_cv_lib_soname_GLU+set}" = set; then :
8841 $as_echo_n "(cached) " >&6
8842 else
8843 ac_check_soname_save_LIBS=$LIBS
8844 LIBS="-lGLU $OPENGL_LIBS $X_LIBS $X_PRE_LIBS $XLIB -lm $X_EXTRA_LIBS $LIBS"
8845 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8846 /* end confdefs.h. */
8848 /* Override any GCC internal prototype to avoid an error.
8849 Use char because int might match the return type of a GCC
8850 builtin and then its argument prototype would still apply. */
8851 #ifdef __cplusplus
8852 extern "C"
8853 #endif
8854 char gluLookAt ();
8856 main ()
8858 return gluLookAt ();
8860 return 0;
8862 _ACEOF
8863 if ac_fn_c_try_link "$LINENO"; then :
8864 case "$LIBEXT" in
8865 dll) ac_cv_lib_soname_GLU=`$ac_cv_path_LDD conftest.exe | grep "GLU" | sed -e "s/dll.*/dll/"';2,$d'` ;;
8866 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'` ;;
8867 *) ac_cv_lib_soname_GLU=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGLU\\.$LIBEXT" | sed -e "s/^.*\(libGLU\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8868 esac
8870 rm -f core conftest.err conftest.$ac_objext \
8871 conftest$ac_exeext conftest.$ac_ext
8872 LIBS=$ac_check_soname_save_LIBS
8874 if test "x$ac_cv_lib_soname_GLU" = "x"; then :
8875 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8876 $as_echo "not found" >&6; }
8878 else
8879 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GLU" >&5
8880 $as_echo "$ac_cv_lib_soname_GLU" >&6; }
8882 cat >>confdefs.h <<_ACEOF
8883 #define SONAME_LIBGLU "$ac_cv_lib_soname_GLU"
8884 _ACEOF
8889 if test "x$ac_cv_lib_soname_GLU" = "x"; then :
8890 case "x$with_glu" in
8891 x) as_fn_append wine_notices "|libGLU ${notice_platform}development files not found, GLU won't be supported." ;;
8892 xno) ;;
8893 *) as_fn_error $? "libGLU ${notice_platform}development files not found, GLU won't be supported.
8894 This is an error since --with-glu was requested." "$LINENO" 5 ;;
8895 esac
8897 else
8898 opengl_msg="Old Mesa headers detected. Consider upgrading your Mesa libraries."
8900 else
8901 opengl_msg="OpenGL development headers not found."
8903 test -n "$opengl_msg" && enable_opengl32=${enable_opengl32:-no}
8904 test "x$ac_cv_lib_soname_GLU" = "x" && enable_glu32=${enable_glu32:-no}
8905 else
8906 enable_opengl32=${enable_opengl32:-no}
8907 enable_glu32=${enable_glu32:-no}
8909 if test -n "$opengl_msg"; then :
8910 case "x$with_opengl" in
8911 x) as_fn_append wine_warnings "|$opengl_msg
8912 OpenGL and Direct3D won't be supported." ;;
8913 xno) ;;
8914 *) as_fn_error $? "$opengl_msg
8915 OpenGL and Direct3D won't be supported.
8916 This is an error since --with-opengl was requested." "$LINENO" 5 ;;
8917 esac
8920 NASLIBS=""
8922 for ac_header in audio/audiolib.h
8923 do :
8924 ac_fn_c_check_header_mongrel "$LINENO" "audio/audiolib.h" "ac_cv_header_audio_audiolib_h" "$ac_includes_default"
8925 if test "x$ac_cv_header_audio_audiolib_h" = x""yes; then :
8926 cat >>confdefs.h <<_ACEOF
8927 #define HAVE_AUDIO_AUDIOLIB_H 1
8928 _ACEOF
8929 for ac_header in audio/soundlib.h
8930 do :
8931 ac_fn_c_check_header_compile "$LINENO" "audio/soundlib.h" "ac_cv_header_audio_soundlib_h" "#include <audio/audiolib.h>
8933 if test "x$ac_cv_header_audio_soundlib_h" = x""yes; then :
8934 cat >>confdefs.h <<_ACEOF
8935 #define HAVE_AUDIO_SOUNDLIB_H 1
8936 _ACEOF
8940 done
8942 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for AuCreateFlow in -laudio" >&5
8943 $as_echo_n "checking for AuCreateFlow in -laudio... " >&6; }
8944 if test "${ac_cv_lib_audio_AuCreateFlow+set}" = set; then :
8945 $as_echo_n "(cached) " >&6
8946 else
8947 ac_check_lib_save_LIBS=$LIBS
8948 LIBS="-laudio -lXt $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8949 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8950 /* end confdefs.h. */
8952 /* Override any GCC internal prototype to avoid an error.
8953 Use char because int might match the return type of a GCC
8954 builtin and then its argument prototype would still apply. */
8955 #ifdef __cplusplus
8956 extern "C"
8957 #endif
8958 char AuCreateFlow ();
8960 main ()
8962 return AuCreateFlow ();
8964 return 0;
8966 _ACEOF
8967 if ac_fn_c_try_link "$LINENO"; then :
8968 ac_cv_lib_audio_AuCreateFlow=yes
8969 else
8970 ac_cv_lib_audio_AuCreateFlow=no
8972 rm -f core conftest.err conftest.$ac_objext \
8973 conftest$ac_exeext conftest.$ac_ext
8974 LIBS=$ac_check_lib_save_LIBS
8976 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_audio_AuCreateFlow" >&5
8977 $as_echo "$ac_cv_lib_audio_AuCreateFlow" >&6; }
8978 if test "x$ac_cv_lib_audio_AuCreateFlow" = x""yes; then :
8980 $as_echo "#define HAVE_NAS 1" >>confdefs.h
8982 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XauGetBestAuthByAddr in -lXau" >&5
8983 $as_echo_n "checking for XauGetBestAuthByAddr in -lXau... " >&6; }
8984 if test "${ac_cv_lib_Xau_XauGetBestAuthByAddr+set}" = set; then :
8985 $as_echo_n "(cached) " >&6
8986 else
8987 ac_check_lib_save_LIBS=$LIBS
8988 LIBS="-lXau $X_LIBS $LIBS"
8989 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8990 /* end confdefs.h. */
8992 /* Override any GCC internal prototype to avoid an error.
8993 Use char because int might match the return type of a GCC
8994 builtin and then its argument prototype would still apply. */
8995 #ifdef __cplusplus
8996 extern "C"
8997 #endif
8998 char XauGetBestAuthByAddr ();
9000 main ()
9002 return XauGetBestAuthByAddr ();
9004 return 0;
9006 _ACEOF
9007 if ac_fn_c_try_link "$LINENO"; then :
9008 ac_cv_lib_Xau_XauGetBestAuthByAddr=yes
9009 else
9010 ac_cv_lib_Xau_XauGetBestAuthByAddr=no
9012 rm -f core conftest.err conftest.$ac_objext \
9013 conftest$ac_exeext conftest.$ac_ext
9014 LIBS=$ac_check_lib_save_LIBS
9016 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xau_XauGetBestAuthByAddr" >&5
9017 $as_echo "$ac_cv_lib_Xau_XauGetBestAuthByAddr" >&6; }
9018 if test "x$ac_cv_lib_Xau_XauGetBestAuthByAddr" = x""yes; then :
9019 NASLIBS="-lXau -laudio -lXt $X_LIBS $XLIB $X_EXTRA_LIBS"
9020 else
9021 NASLIBS="-laudio -lXt $X_LIBS $XLIB $X_EXTRA_LIBS"
9029 done
9032 CPPFLAGS="$ac_save_CPPFLAGS"
9033 else
9034 XLIB=""
9035 X_CFLAGS=""
9036 X_LIBS=""
9037 enable_winex11_drv=${enable_winex11_drv:-no}
9038 enable_opengl32=${enable_opengl32:-no}
9039 enable_glu32=${enable_glu32:-no}
9041 if test "x$XLIB" = "x"; then :
9042 case "x$with_x" in
9043 xno) ;;
9044 *) as_fn_error $? "X ${notice_platform}development files not found. Wine will be built
9045 without X support, which probably isn't what you want. You will need
9046 to install ${notice_platform}development packages of Xlib/Xfree86 at the very least.
9047 Use the --without-x option if you really want this." "$LINENO" 5 ;;
9048 esac
9052 XML2LIBS=""
9054 XML2INCL=""
9056 XSLTINCL=""
9058 if test "x$with_xml" != "xno"
9059 then
9060 ac_save_CPPFLAGS="$CPPFLAGS"
9061 if test "$PKG_CONFIG" != "false"
9062 then
9063 ac_xml_libs="`$PKG_CONFIG --libs libxml-2.0 2>/dev/null`"
9064 ac_xml_cflags="`$PKG_CONFIG --cflags libxml-2.0 2>/dev/null`"
9065 else
9066 ac_xml_libs="`xml2-config --libs 2>/dev/null`"
9067 ac_xml_cflags="`xml2-config --cflags 2>/dev/null`"
9069 CPPFLAGS="$CPPFLAGS $ac_xml_cflags"
9070 for ac_header in libxml/parser.h
9071 do :
9072 ac_fn_c_check_header_mongrel "$LINENO" "libxml/parser.h" "ac_cv_header_libxml_parser_h" "$ac_includes_default"
9073 if test "x$ac_cv_header_libxml_parser_h" = x""yes; then :
9074 cat >>confdefs.h <<_ACEOF
9075 #define HAVE_LIBXML_PARSER_H 1
9076 _ACEOF
9077 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlParseMemory in -lxml2" >&5
9078 $as_echo_n "checking for xmlParseMemory in -lxml2... " >&6; }
9079 if test "${ac_cv_lib_xml2_xmlParseMemory+set}" = set; then :
9080 $as_echo_n "(cached) " >&6
9081 else
9082 ac_check_lib_save_LIBS=$LIBS
9083 LIBS="-lxml2 $ac_xml_libs $LIBS"
9084 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9085 /* end confdefs.h. */
9087 /* Override any GCC internal prototype to avoid an error.
9088 Use char because int might match the return type of a GCC
9089 builtin and then its argument prototype would still apply. */
9090 #ifdef __cplusplus
9091 extern "C"
9092 #endif
9093 char xmlParseMemory ();
9095 main ()
9097 return xmlParseMemory ();
9099 return 0;
9101 _ACEOF
9102 if ac_fn_c_try_link "$LINENO"; then :
9103 ac_cv_lib_xml2_xmlParseMemory=yes
9104 else
9105 ac_cv_lib_xml2_xmlParseMemory=no
9107 rm -f core conftest.err conftest.$ac_objext \
9108 conftest$ac_exeext conftest.$ac_ext
9109 LIBS=$ac_check_lib_save_LIBS
9111 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlParseMemory" >&5
9112 $as_echo "$ac_cv_lib_xml2_xmlParseMemory" >&6; }
9113 if test "x$ac_cv_lib_xml2_xmlParseMemory" = x""yes; then :
9115 $as_echo "#define HAVE_LIBXML2 1" >>confdefs.h
9117 XML2LIBS="$ac_xml_libs"
9118 XML2INCL="$ac_xml_cflags"
9121 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlReadMemory in -lxml2" >&5
9122 $as_echo_n "checking for xmlReadMemory in -lxml2... " >&6; }
9123 if test "${ac_cv_lib_xml2_xmlReadMemory+set}" = set; then :
9124 $as_echo_n "(cached) " >&6
9125 else
9126 ac_check_lib_save_LIBS=$LIBS
9127 LIBS="-lxml2 $ac_xml_libs $LIBS"
9128 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9129 /* end confdefs.h. */
9131 /* Override any GCC internal prototype to avoid an error.
9132 Use char because int might match the return type of a GCC
9133 builtin and then its argument prototype would still apply. */
9134 #ifdef __cplusplus
9135 extern "C"
9136 #endif
9137 char xmlReadMemory ();
9139 main ()
9141 return xmlReadMemory ();
9143 return 0;
9145 _ACEOF
9146 if ac_fn_c_try_link "$LINENO"; then :
9147 ac_cv_lib_xml2_xmlReadMemory=yes
9148 else
9149 ac_cv_lib_xml2_xmlReadMemory=no
9151 rm -f core conftest.err conftest.$ac_objext \
9152 conftest$ac_exeext conftest.$ac_ext
9153 LIBS=$ac_check_lib_save_LIBS
9155 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlReadMemory" >&5
9156 $as_echo "$ac_cv_lib_xml2_xmlReadMemory" >&6; }
9157 if test "x$ac_cv_lib_xml2_xmlReadMemory" = x""yes; then :
9159 $as_echo "#define HAVE_XMLREADMEMORY 1" >>confdefs.h
9163 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlNewDocPI in -lxml2" >&5
9164 $as_echo_n "checking for xmlNewDocPI in -lxml2... " >&6; }
9165 if test "${ac_cv_lib_xml2_xmlNewDocPI+set}" = set; then :
9166 $as_echo_n "(cached) " >&6
9167 else
9168 ac_check_lib_save_LIBS=$LIBS
9169 LIBS="-lxml2 $ac_xml_libs $LIBS"
9170 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9171 /* end confdefs.h. */
9173 /* Override any GCC internal prototype to avoid an error.
9174 Use char because int might match the return type of a GCC
9175 builtin and then its argument prototype would still apply. */
9176 #ifdef __cplusplus
9177 extern "C"
9178 #endif
9179 char xmlNewDocPI ();
9181 main ()
9183 return xmlNewDocPI ();
9185 return 0;
9187 _ACEOF
9188 if ac_fn_c_try_link "$LINENO"; then :
9189 ac_cv_lib_xml2_xmlNewDocPI=yes
9190 else
9191 ac_cv_lib_xml2_xmlNewDocPI=no
9193 rm -f core conftest.err conftest.$ac_objext \
9194 conftest$ac_exeext conftest.$ac_ext
9195 LIBS=$ac_check_lib_save_LIBS
9197 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlNewDocPI" >&5
9198 $as_echo "$ac_cv_lib_xml2_xmlNewDocPI" >&6; }
9199 if test "x$ac_cv_lib_xml2_xmlNewDocPI" = x""yes; then :
9201 $as_echo "#define HAVE_XMLNEWDOCPI 1" >>confdefs.h
9205 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlSchemaSetValidStructuredErrors in -lxml2" >&5
9206 $as_echo_n "checking for xmlSchemaSetValidStructuredErrors in -lxml2... " >&6; }
9207 if test "${ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors+set}" = set; then :
9208 $as_echo_n "(cached) " >&6
9209 else
9210 ac_check_lib_save_LIBS=$LIBS
9211 LIBS="-lxml2 $ac_xml_libs $LIBS"
9212 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9213 /* end confdefs.h. */
9215 /* Override any GCC internal prototype to avoid an error.
9216 Use char because int might match the return type of a GCC
9217 builtin and then its argument prototype would still apply. */
9218 #ifdef __cplusplus
9219 extern "C"
9220 #endif
9221 char xmlSchemaSetValidStructuredErrors ();
9223 main ()
9225 return xmlSchemaSetValidStructuredErrors ();
9227 return 0;
9229 _ACEOF
9230 if ac_fn_c_try_link "$LINENO"; then :
9231 ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors=yes
9232 else
9233 ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors=no
9235 rm -f core conftest.err conftest.$ac_objext \
9236 conftest$ac_exeext conftest.$ac_ext
9237 LIBS=$ac_check_lib_save_LIBS
9239 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors" >&5
9240 $as_echo "$ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors" >&6; }
9241 if test "x$ac_cv_lib_xml2_xmlSchemaSetValidStructuredErrors" = x""yes; then :
9243 $as_echo "#define HAVE_XMLSCHEMASSETVALIDSTRUCTUREDERRORS 1" >>confdefs.h
9247 ac_fn_c_check_type "$LINENO" "xmlDocProperties" "ac_cv_type_xmlDocProperties" "#include <libxml/tree.h>
9249 if test "x$ac_cv_type_xmlDocProperties" = x""yes; then :
9251 $as_echo "#define HAVE_XMLDOC_PROPERTIES 1" >>confdefs.h
9258 done
9260 CPPFLAGS="$ac_save_CPPFLAGS"
9262 if test "$ac_cv_lib_xml2_xmlParseMemory" != "yes"; then :
9263 case "x$with_xml" in
9264 x) as_fn_append wine_warnings "|libxml2 ${notice_platform}development files not found, XML won't be supported." ;;
9265 xno) ;;
9266 *) as_fn_error $? "libxml2 ${notice_platform}development files not found, XML won't be supported.
9267 This is an error since --with-xml was requested." "$LINENO" 5 ;;
9268 esac
9271 if test "x$with_xslt" != "xno"
9272 then
9273 if test "$PKG_CONFIG" != "false"
9274 then
9275 ac_xslt_libs="`$PKG_CONFIG --libs libxslt 2>/dev/null`"
9276 ac_xslt_cflags="`$PKG_CONFIG --cflags libxslt 2>/dev/null`"
9277 else
9278 ac_xslt_libs="`xslt-config --libs 2>/dev/null`"
9279 ac_xslt_cflags="`xslt-config --cflags 2>/dev/null`"
9281 ac_save_CPPFLAGS="$CPPFLAGS"
9282 CPPFLAGS="$CPPFLAGS $ac_xslt_cflags"
9283 for ac_header in libxslt/pattern.h libxslt/transform.h
9284 do :
9285 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
9286 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_LIBXSLT_PATTERN_H
9287 # include <libxslt/pattern.h>
9288 #endif
9290 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
9291 cat >>confdefs.h <<_ACEOF
9292 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
9293 _ACEOF
9297 done
9299 CPPFLAGS="$ac_save_CPPFLAGS"
9300 if test "$ac_cv_header_libxslt_transform_h" = "yes"
9301 then
9302 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lxslt" >&5
9303 $as_echo_n "checking for -lxslt... " >&6; }
9304 if test "${ac_cv_lib_soname_xslt+set}" = set; then :
9305 $as_echo_n "(cached) " >&6
9306 else
9307 ac_check_soname_save_LIBS=$LIBS
9308 LIBS="-lxslt $ac_xslt_libs $LIBS"
9309 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9310 /* end confdefs.h. */
9312 /* Override any GCC internal prototype to avoid an error.
9313 Use char because int might match the return type of a GCC
9314 builtin and then its argument prototype would still apply. */
9315 #ifdef __cplusplus
9316 extern "C"
9317 #endif
9318 char xsltCompilePattern ();
9320 main ()
9322 return xsltCompilePattern ();
9324 return 0;
9326 _ACEOF
9327 if ac_fn_c_try_link "$LINENO"; then :
9328 case "$LIBEXT" in
9329 dll) ac_cv_lib_soname_xslt=`$ac_cv_path_LDD conftest.exe | grep "xslt" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9330 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'` ;;
9331 *) ac_cv_lib_soname_xslt=`$ac_cv_path_LDD conftest$ac_exeext | grep "libxslt\\.$LIBEXT" | sed -e "s/^.*\(libxslt\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9332 esac
9334 rm -f core conftest.err conftest.$ac_objext \
9335 conftest$ac_exeext conftest.$ac_ext
9336 LIBS=$ac_check_soname_save_LIBS
9338 if test "x$ac_cv_lib_soname_xslt" = "x"; then :
9339 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9340 $as_echo "not found" >&6; }
9342 else
9343 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_xslt" >&5
9344 $as_echo "$ac_cv_lib_soname_xslt" >&6; }
9346 cat >>confdefs.h <<_ACEOF
9347 #define SONAME_LIBXSLT "$ac_cv_lib_soname_xslt"
9348 _ACEOF
9350 XSLTINCL="$ac_xslt_cflags"
9354 if test "x$ac_cv_lib_soname_xslt" = "x"; then :
9355 case "x$with_xslt" in
9356 x) as_fn_append wine_warnings "|libxslt ${notice_platform}development files not found, xslt won't be supported." ;;
9357 xno) ;;
9358 *) as_fn_error $? "libxslt ${notice_platform}development files not found, xslt won't be supported.
9359 This is an error since --with-xslt was requested." "$LINENO" 5 ;;
9360 esac
9363 HALINCL=""
9365 if test "x$with_hal" != "xno"
9366 then
9367 ac_save_CPPFLAGS="$CPPFLAGS"
9368 if test "$PKG_CONFIG" != "false"
9369 then
9370 ac_hal_libs="`$PKG_CONFIG --libs hal 2>/dev/null`"
9371 ac_hal_cflags="`$PKG_CONFIG --cflags hal 2>/dev/null`"
9372 CPPFLAGS="$CPPFLAGS $ac_hal_cflags"
9374 for ac_header in dbus/dbus.h hal/libhal.h
9375 do :
9376 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
9377 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
9378 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
9379 cat >>confdefs.h <<_ACEOF
9380 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
9381 _ACEOF
9385 done
9387 if test "$ac_cv_header_dbus_dbus_h" = "yes" -a "$ac_cv_header_hal_libhal_h" = "yes"
9388 then
9389 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dbus_connection_close in -ldbus-1" >&5
9390 $as_echo_n "checking for dbus_connection_close in -ldbus-1... " >&6; }
9391 if test "${ac_cv_lib_dbus_1_dbus_connection_close+set}" = set; then :
9392 $as_echo_n "(cached) " >&6
9393 else
9394 ac_check_lib_save_LIBS=$LIBS
9395 LIBS="-ldbus-1 $ac_hal_libs $LIBS"
9396 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9397 /* end confdefs.h. */
9399 /* Override any GCC internal prototype to avoid an error.
9400 Use char because int might match the return type of a GCC
9401 builtin and then its argument prototype would still apply. */
9402 #ifdef __cplusplus
9403 extern "C"
9404 #endif
9405 char dbus_connection_close ();
9407 main ()
9409 return dbus_connection_close ();
9411 return 0;
9413 _ACEOF
9414 if ac_fn_c_try_link "$LINENO"; then :
9415 ac_cv_lib_dbus_1_dbus_connection_close=yes
9416 else
9417 ac_cv_lib_dbus_1_dbus_connection_close=no
9419 rm -f core conftest.err conftest.$ac_objext \
9420 conftest$ac_exeext conftest.$ac_ext
9421 LIBS=$ac_check_lib_save_LIBS
9423 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dbus_1_dbus_connection_close" >&5
9424 $as_echo "$ac_cv_lib_dbus_1_dbus_connection_close" >&6; }
9425 if test "x$ac_cv_lib_dbus_1_dbus_connection_close" = x""yes; then :
9426 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lhal" >&5
9427 $as_echo_n "checking for -lhal... " >&6; }
9428 if test "${ac_cv_lib_soname_hal+set}" = set; then :
9429 $as_echo_n "(cached) " >&6
9430 else
9431 ac_check_soname_save_LIBS=$LIBS
9432 LIBS="-lhal $ac_hal_libs $LIBS"
9433 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9434 /* end confdefs.h. */
9436 /* Override any GCC internal prototype to avoid an error.
9437 Use char because int might match the return type of a GCC
9438 builtin and then its argument prototype would still apply. */
9439 #ifdef __cplusplus
9440 extern "C"
9441 #endif
9442 char libhal_ctx_new ();
9444 main ()
9446 return libhal_ctx_new ();
9448 return 0;
9450 _ACEOF
9451 if ac_fn_c_try_link "$LINENO"; then :
9452 case "$LIBEXT" in
9453 dll) ac_cv_lib_soname_hal=`$ac_cv_path_LDD conftest.exe | grep "hal" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9454 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'` ;;
9455 *) ac_cv_lib_soname_hal=`$ac_cv_path_LDD conftest$ac_exeext | grep "libhal\\.$LIBEXT" | sed -e "s/^.*\(libhal\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9456 esac
9458 rm -f core conftest.err conftest.$ac_objext \
9459 conftest$ac_exeext conftest.$ac_ext
9460 LIBS=$ac_check_soname_save_LIBS
9462 if test "x$ac_cv_lib_soname_hal" = "x"; then :
9463 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9464 $as_echo "not found" >&6; }
9466 else
9467 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_hal" >&5
9468 $as_echo "$ac_cv_lib_soname_hal" >&6; }
9470 cat >>confdefs.h <<_ACEOF
9471 #define SONAME_LIBHAL "$ac_cv_lib_soname_hal"
9472 _ACEOF
9474 HALINCL="$ac_hal_cflags"
9479 CPPFLAGS="$ac_save_CPPFLAGS"
9481 if test "x$ac_cv_lib_soname_hal" = "x" -a "x$ac_cv_header_DiskArbitration_DiskArbitration_h" != "xyes"; then :
9482 case "x$with_hal" in
9483 x) as_fn_append wine_notices "|libhal/libdbus ${notice_platform}development files not found, no dynamic device support." ;;
9484 xno) ;;
9485 *) as_fn_error $? "libhal/libdbus ${notice_platform}development files not found, no dynamic device support.
9486 This is an error since --with-hal was requested." "$LINENO" 5 ;;
9487 esac
9490 if test "x$with_gnutls" != "xno"
9491 then
9492 ac_save_CPPFLAGS="$CPPFLAGS"
9493 if test "$PKG_CONFIG" != "false"
9494 then
9495 ac_gnutls_libs="`$PKG_CONFIG --libs gnutls 2>/dev/null`"
9496 ac_gnutls_cflags="`$PKG_CONFIG --cflags gnutls 2>/dev/null`"
9497 CPPFLAGS="$CPPFLAGS $ac_gnutls_cflags"
9499 ac_fn_c_check_header_mongrel "$LINENO" "gnutls/gnutls.h" "ac_cv_header_gnutls_gnutls_h" "$ac_includes_default"
9500 if test "x$ac_cv_header_gnutls_gnutls_h" = x""yes; then :
9501 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9502 /* end confdefs.h. */
9503 #include <gnutls/gnutls.h>
9505 main ()
9507 typeof(gnutls_mac_get_key_size) *pfunc;
9509 return 0;
9511 _ACEOF
9512 if ac_fn_c_try_compile "$LINENO"; then :
9513 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lgnutls" >&5
9514 $as_echo_n "checking for -lgnutls... " >&6; }
9515 if test "${ac_cv_lib_soname_gnutls+set}" = set; then :
9516 $as_echo_n "(cached) " >&6
9517 else
9518 ac_check_soname_save_LIBS=$LIBS
9519 LIBS="-lgnutls $ac_gnutls_libs $LIBS"
9520 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9521 /* end confdefs.h. */
9523 /* Override any GCC internal prototype to avoid an error.
9524 Use char because int might match the return type of a GCC
9525 builtin and then its argument prototype would still apply. */
9526 #ifdef __cplusplus
9527 extern "C"
9528 #endif
9529 char gnutls_global_init ();
9531 main ()
9533 return gnutls_global_init ();
9535 return 0;
9537 _ACEOF
9538 if ac_fn_c_try_link "$LINENO"; then :
9539 case "$LIBEXT" in
9540 dll) ac_cv_lib_soname_gnutls=`$ac_cv_path_LDD conftest.exe | grep "gnutls" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9541 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'` ;;
9542 *) ac_cv_lib_soname_gnutls=`$ac_cv_path_LDD conftest$ac_exeext | grep "libgnutls\\.$LIBEXT" | sed -e "s/^.*\(libgnutls\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9543 esac
9545 rm -f core conftest.err conftest.$ac_objext \
9546 conftest$ac_exeext conftest.$ac_ext
9547 LIBS=$ac_check_soname_save_LIBS
9549 if test "x$ac_cv_lib_soname_gnutls" = "x"; then :
9550 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9551 $as_echo "not found" >&6; }
9553 else
9554 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_gnutls" >&5
9555 $as_echo "$ac_cv_lib_soname_gnutls" >&6; }
9557 cat >>confdefs.h <<_ACEOF
9558 #define SONAME_LIBGNUTLS "$ac_cv_lib_soname_gnutls"
9559 _ACEOF
9561 GNUTLSINCL="$ac_gnutls_cflags"
9565 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9569 CPPFLAGS="$ac_save_CPPFLAGS"
9571 if test "x$ac_cv_lib_soname_gnutls" = "x"; then :
9572 case "x$with_gnutls" in
9573 x) as_fn_append wine_notices "|libgnutls ${notice_platform}development files not found, no schannel support." ;;
9574 xno) ;;
9575 *) as_fn_error $? "libgnutls ${notice_platform}development files not found, no schannel support.
9576 This is an error since --with-gnutls was requested." "$LINENO" 5 ;;
9577 esac
9580 CURSESLIBS=""
9581 if test "$ac_cv_header_ncurses_h" = "yes"
9582 then
9583 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lncurses" >&5
9584 $as_echo_n "checking for -lncurses... " >&6; }
9585 if test "${ac_cv_lib_soname_ncurses+set}" = set; then :
9586 $as_echo_n "(cached) " >&6
9587 else
9588 ac_check_soname_save_LIBS=$LIBS
9589 LIBS="-lncurses $LIBS"
9590 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9591 /* end confdefs.h. */
9593 /* Override any GCC internal prototype to avoid an error.
9594 Use char because int might match the return type of a GCC
9595 builtin and then its argument prototype would still apply. */
9596 #ifdef __cplusplus
9597 extern "C"
9598 #endif
9599 char waddch ();
9601 main ()
9603 return waddch ();
9605 return 0;
9607 _ACEOF
9608 if ac_fn_c_try_link "$LINENO"; then :
9609 case "$LIBEXT" in
9610 dll) ac_cv_lib_soname_ncurses=`$ac_cv_path_LDD conftest.exe | grep "ncurses" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9611 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'` ;;
9612 *) ac_cv_lib_soname_ncurses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libncurses\\.$LIBEXT" | sed -e "s/^.*\(libncurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9613 esac
9615 rm -f core conftest.err conftest.$ac_objext \
9616 conftest$ac_exeext conftest.$ac_ext
9617 LIBS=$ac_check_soname_save_LIBS
9619 if test "x$ac_cv_lib_soname_ncurses" = "x"; then :
9620 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9621 $as_echo "not found" >&6; }
9623 else
9624 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_ncurses" >&5
9625 $as_echo "$ac_cv_lib_soname_ncurses" >&6; }
9627 cat >>confdefs.h <<_ACEOF
9628 #define SONAME_LIBNCURSES "$ac_cv_lib_soname_ncurses"
9629 _ACEOF
9631 CURSESLIBS="-lncurses"
9633 elif test "$ac_cv_header_curses_h" = "yes"
9634 then
9635 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcurses" >&5
9636 $as_echo_n "checking for -lcurses... " >&6; }
9637 if test "${ac_cv_lib_soname_curses+set}" = set; then :
9638 $as_echo_n "(cached) " >&6
9639 else
9640 ac_check_soname_save_LIBS=$LIBS
9641 LIBS="-lcurses $LIBS"
9642 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9643 /* end confdefs.h. */
9645 /* Override any GCC internal prototype to avoid an error.
9646 Use char because int might match the return type of a GCC
9647 builtin and then its argument prototype would still apply. */
9648 #ifdef __cplusplus
9649 extern "C"
9650 #endif
9651 char waddch ();
9653 main ()
9655 return waddch ();
9657 return 0;
9659 _ACEOF
9660 if ac_fn_c_try_link "$LINENO"; then :
9661 case "$LIBEXT" in
9662 dll) ac_cv_lib_soname_curses=`$ac_cv_path_LDD conftest.exe | grep "curses" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9663 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'` ;;
9664 *) ac_cv_lib_soname_curses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcurses\\.$LIBEXT" | sed -e "s/^.*\(libcurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9665 esac
9667 rm -f core conftest.err conftest.$ac_objext \
9668 conftest$ac_exeext conftest.$ac_ext
9669 LIBS=$ac_check_soname_save_LIBS
9671 if test "x$ac_cv_lib_soname_curses" = "x"; then :
9672 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9673 $as_echo "not found" >&6; }
9675 else
9676 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_curses" >&5
9677 $as_echo "$ac_cv_lib_soname_curses" >&6; }
9679 cat >>confdefs.h <<_ACEOF
9680 #define SONAME_LIBCURSES "$ac_cv_lib_soname_curses"
9681 _ACEOF
9683 CURSESLIBS="-lcurses"
9686 ac_save_LIBS="$LIBS"
9687 LIBS="$LIBS $CURSESLIBS"
9688 for ac_func in mousemask
9689 do :
9690 ac_fn_c_check_func "$LINENO" "mousemask" "ac_cv_func_mousemask"
9691 if test "x$ac_cv_func_mousemask" = x""yes; then :
9692 cat >>confdefs.h <<_ACEOF
9693 #define HAVE_MOUSEMASK 1
9694 _ACEOF
9697 done
9699 LIBS="$ac_save_LIBS"
9700 if test "x$ac_cv_lib_soname_curses$ac_cv_lib_soname_ncurses" = "x"; then :
9701 case "x$with_curses" in
9702 x) as_fn_append wine_notices "|lib(n)curses ${notice_platform}development files not found, curses won't be supported." ;;
9703 xno) ;;
9704 *) as_fn_error $? "lib(n)curses ${notice_platform}development files not found, curses won't be supported.
9705 This is an error since --with-curses was requested." "$LINENO" 5 ;;
9706 esac
9709 if test "x$with_sane" != "xno"
9710 then
9711 ac_save_CPPFLAGS="$CPPFLAGS"
9712 # Extract the first word of "sane-config", so it can be a program name with args.
9713 set dummy sane-config; ac_word=$2
9714 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9715 $as_echo_n "checking for $ac_word... " >&6; }
9716 if test "${ac_cv_prog_sane_devel+set}" = set; then :
9717 $as_echo_n "(cached) " >&6
9718 else
9719 if test -n "$sane_devel"; then
9720 ac_cv_prog_sane_devel="$sane_devel" # Let the user override the test.
9721 else
9722 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9723 for as_dir in $PATH
9725 IFS=$as_save_IFS
9726 test -z "$as_dir" && as_dir=.
9727 for ac_exec_ext in '' $ac_executable_extensions; do
9728 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9729 ac_cv_prog_sane_devel="sane-config"
9730 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9731 break 2
9733 done
9734 done
9735 IFS=$as_save_IFS
9737 test -z "$ac_cv_prog_sane_devel" && ac_cv_prog_sane_devel="no"
9740 sane_devel=$ac_cv_prog_sane_devel
9741 if test -n "$sane_devel"; then
9742 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $sane_devel" >&5
9743 $as_echo "$sane_devel" >&6; }
9744 else
9745 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9746 $as_echo "no" >&6; }
9750 if test "$sane_devel" != "no"
9751 then
9752 ac_sane_incl="`$sane_devel --cflags`"
9753 ac_sane_libs="`$sane_devel --ldflags`"
9754 CPPFLAGS="$CPPFLAGS $ac_sane_incl"
9756 ac_fn_c_check_header_mongrel "$LINENO" "sane/sane.h" "ac_cv_header_sane_sane_h" "$ac_includes_default"
9757 if test "x$ac_cv_header_sane_sane_h" = x""yes; then :
9758 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lsane" >&5
9759 $as_echo_n "checking for -lsane... " >&6; }
9760 if test "${ac_cv_lib_soname_sane+set}" = set; then :
9761 $as_echo_n "(cached) " >&6
9762 else
9763 ac_check_soname_save_LIBS=$LIBS
9764 LIBS="-lsane $ac_sane_libs $LIBS"
9765 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9766 /* end confdefs.h. */
9768 /* Override any GCC internal prototype to avoid an error.
9769 Use char because int might match the return type of a GCC
9770 builtin and then its argument prototype would still apply. */
9771 #ifdef __cplusplus
9772 extern "C"
9773 #endif
9774 char sane_init ();
9776 main ()
9778 return sane_init ();
9780 return 0;
9782 _ACEOF
9783 if ac_fn_c_try_link "$LINENO"; then :
9784 case "$LIBEXT" in
9785 dll) ac_cv_lib_soname_sane=`$ac_cv_path_LDD conftest.exe | grep "sane" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9786 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'` ;;
9787 *) ac_cv_lib_soname_sane=`$ac_cv_path_LDD conftest$ac_exeext | grep "libsane\\.$LIBEXT" | sed -e "s/^.*\(libsane\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9788 esac
9790 rm -f core conftest.err conftest.$ac_objext \
9791 conftest$ac_exeext conftest.$ac_ext
9792 LIBS=$ac_check_soname_save_LIBS
9794 if test "x$ac_cv_lib_soname_sane" = "x"; then :
9795 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9796 $as_echo "not found" >&6; }
9798 else
9799 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_sane" >&5
9800 $as_echo "$ac_cv_lib_soname_sane" >&6; }
9802 cat >>confdefs.h <<_ACEOF
9803 #define SONAME_LIBSANE "$ac_cv_lib_soname_sane"
9804 _ACEOF
9806 SANEINCL="$ac_sane_incl"
9812 CPPFLAGS="$ac_save_CPPFLAGS"
9814 if test "x$ac_cv_lib_soname_sane" = "x"; then :
9815 case "x$with_sane" in
9816 x) as_fn_append wine_notices "|libsane ${notice_platform}development files not found, scanners won't be supported." ;;
9817 xno) ;;
9818 *) as_fn_error $? "libsane ${notice_platform}development files not found, scanners won't be supported.
9819 This is an error since --with-sane was requested." "$LINENO" 5 ;;
9820 esac
9823 if test "x$with_v4l" != "xno"
9824 then
9825 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lv4l1" >&5
9826 $as_echo_n "checking for -lv4l1... " >&6; }
9827 if test "${ac_cv_lib_soname_v4l1+set}" = set; then :
9828 $as_echo_n "(cached) " >&6
9829 else
9830 ac_check_soname_save_LIBS=$LIBS
9831 LIBS="-lv4l1 $LIBS"
9832 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9833 /* end confdefs.h. */
9835 /* Override any GCC internal prototype to avoid an error.
9836 Use char because int might match the return type of a GCC
9837 builtin and then its argument prototype would still apply. */
9838 #ifdef __cplusplus
9839 extern "C"
9840 #endif
9841 char v4l1_open ();
9843 main ()
9845 return v4l1_open ();
9847 return 0;
9849 _ACEOF
9850 if ac_fn_c_try_link "$LINENO"; then :
9851 case "$LIBEXT" in
9852 dll) ac_cv_lib_soname_v4l1=`$ac_cv_path_LDD conftest.exe | grep "v4l1" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9853 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'` ;;
9854 *) ac_cv_lib_soname_v4l1=`$ac_cv_path_LDD conftest$ac_exeext | grep "libv4l1\\.$LIBEXT" | sed -e "s/^.*\(libv4l1\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9855 esac
9857 rm -f core conftest.err conftest.$ac_objext \
9858 conftest$ac_exeext conftest.$ac_ext
9859 LIBS=$ac_check_soname_save_LIBS
9861 if test "x$ac_cv_lib_soname_v4l1" = "x"; then :
9862 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9863 $as_echo "not found" >&6; }
9865 else
9866 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_v4l1" >&5
9867 $as_echo "$ac_cv_lib_soname_v4l1" >&6; }
9869 cat >>confdefs.h <<_ACEOF
9870 #define SONAME_LIBV4L1 "$ac_cv_lib_soname_v4l1"
9871 _ACEOF
9876 if test "x$ac_cv_lib_soname_v4l1" = "x"; then :
9877 case "x$with_v4l" in
9878 x) as_fn_append wine_notices "|libv4l ${notice_platform}development files not found." ;;
9879 xno) ;;
9880 *) as_fn_error $? "libv4l ${notice_platform}development files not found.
9881 This is an error since --with-v4l was requested." "$LINENO" 5 ;;
9882 esac
9885 if test "x$with_gphoto" != "xno"
9886 then
9887 ac_save_CPPFLAGS="$CPPFLAGS"
9888 # Extract the first word of "gphoto2-config", so it can be a program name with args.
9889 set dummy gphoto2-config; ac_word=$2
9890 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9891 $as_echo_n "checking for $ac_word... " >&6; }
9892 if test "${ac_cv_prog_gphoto2_devel+set}" = set; then :
9893 $as_echo_n "(cached) " >&6
9894 else
9895 if test -n "$gphoto2_devel"; then
9896 ac_cv_prog_gphoto2_devel="$gphoto2_devel" # Let the user override the test.
9897 else
9898 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9899 for as_dir in $PATH
9901 IFS=$as_save_IFS
9902 test -z "$as_dir" && as_dir=.
9903 for ac_exec_ext in '' $ac_executable_extensions; do
9904 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9905 ac_cv_prog_gphoto2_devel="gphoto2-config"
9906 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9907 break 2
9909 done
9910 done
9911 IFS=$as_save_IFS
9913 test -z "$ac_cv_prog_gphoto2_devel" && ac_cv_prog_gphoto2_devel="no"
9916 gphoto2_devel=$ac_cv_prog_gphoto2_devel
9917 if test -n "$gphoto2_devel"; then
9918 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gphoto2_devel" >&5
9919 $as_echo "$gphoto2_devel" >&6; }
9920 else
9921 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9922 $as_echo "no" >&6; }
9926 # Extract the first word of "gphoto2-port-config", so it can be a program name with args.
9927 set dummy gphoto2-port-config; ac_word=$2
9928 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9929 $as_echo_n "checking for $ac_word... " >&6; }
9930 if test "${ac_cv_prog_gphoto2port_devel+set}" = set; then :
9931 $as_echo_n "(cached) " >&6
9932 else
9933 if test -n "$gphoto2port_devel"; then
9934 ac_cv_prog_gphoto2port_devel="$gphoto2port_devel" # Let the user override the test.
9935 else
9936 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9937 for as_dir in $PATH
9939 IFS=$as_save_IFS
9940 test -z "$as_dir" && as_dir=.
9941 for ac_exec_ext in '' $ac_executable_extensions; do
9942 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9943 ac_cv_prog_gphoto2port_devel="gphoto2-port-config"
9944 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9945 break 2
9947 done
9948 done
9949 IFS=$as_save_IFS
9951 test -z "$ac_cv_prog_gphoto2port_devel" && ac_cv_prog_gphoto2port_devel="no"
9954 gphoto2port_devel=$ac_cv_prog_gphoto2port_devel
9955 if test -n "$gphoto2port_devel"; then
9956 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gphoto2port_devel" >&5
9957 $as_echo "$gphoto2port_devel" >&6; }
9958 else
9959 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9960 $as_echo "no" >&6; }
9964 if test "$gphoto2_devel" != "no" -a "$gphoto2port_devel" != "no"
9965 then
9966 ac_gphoto2_incl="`$gphoto2_devel --cflags` `$gphoto2port_devel --cflags`"
9967 ac_gphoto2_libs=""
9968 for i in `$gphoto2_devel --libs` `$gphoto2port_devel --libs`
9970 case "$i" in
9971 -L/usr/lib|-L/usr/lib64) ;;
9972 -L*|-l*) ac_gphoto2_libs="$ac_gphoto2_libs $i";;
9973 esac
9974 done
9975 CPPFLAGS="$CPPFLAGS $ac_gphoto2_incl"
9977 ac_gphoto2_libs=${ac_gphoto2_libs:-"-lgphoto2"}
9978 ac_fn_c_check_header_mongrel "$LINENO" "gphoto2-camera.h" "ac_cv_header_gphoto2_camera_h" "$ac_includes_default"
9979 if test "x$ac_cv_header_gphoto2_camera_h" = x""yes; then :
9980 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gp_camera_new in -lgphoto2" >&5
9981 $as_echo_n "checking for gp_camera_new in -lgphoto2... " >&6; }
9982 if test "${ac_cv_lib_gphoto2_gp_camera_new+set}" = set; then :
9983 $as_echo_n "(cached) " >&6
9984 else
9985 ac_check_lib_save_LIBS=$LIBS
9986 LIBS="-lgphoto2 $ac_gphoto2_libs $LIBS"
9987 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9988 /* end confdefs.h. */
9990 /* Override any GCC internal prototype to avoid an error.
9991 Use char because int might match the return type of a GCC
9992 builtin and then its argument prototype would still apply. */
9993 #ifdef __cplusplus
9994 extern "C"
9995 #endif
9996 char gp_camera_new ();
9998 main ()
10000 return gp_camera_new ();
10002 return 0;
10004 _ACEOF
10005 if ac_fn_c_try_link "$LINENO"; then :
10006 ac_cv_lib_gphoto2_gp_camera_new=yes
10007 else
10008 ac_cv_lib_gphoto2_gp_camera_new=no
10010 rm -f core conftest.err conftest.$ac_objext \
10011 conftest$ac_exeext conftest.$ac_ext
10012 LIBS=$ac_check_lib_save_LIBS
10014 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gphoto2_gp_camera_new" >&5
10015 $as_echo "$ac_cv_lib_gphoto2_gp_camera_new" >&6; }
10016 if test "x$ac_cv_lib_gphoto2_gp_camera_new" = x""yes; then :
10018 $as_echo "#define HAVE_GPHOTO2 1" >>confdefs.h
10020 GPHOTO2LIBS="$ac_gphoto2_libs"
10022 GPHOTO2INCL="$ac_gphoto2_incl"
10029 CPPFLAGS="$ac_save_CPPFLAGS"
10031 if test "$ac_cv_lib_gphoto2_gp_camera_new" != "yes"; then :
10032 case "x$with_gphoto" in
10033 x) as_fn_append wine_notices "|libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported." ;;
10034 xno) ;;
10035 *) as_fn_error $? "libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
10036 This is an error since --with-gphoto was requested." "$LINENO" 5 ;;
10037 esac
10041 if test "$ac_cv_header_resolv_h" = "yes"
10042 then
10043 ac_save_LIBS="$LIBS"
10044 for lib in '' -lresolv
10046 LIBS="$lib $ac_save_LIBS"
10047 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10048 /* end confdefs.h. */
10049 #ifdef HAVE_NETINET_IN_H
10050 #include <netinet/in.h>
10051 #endif
10052 #include <resolv.h>
10054 main ()
10056 res_query("foo",ns_c_in,0,0,0);
10058 return 0;
10060 _ACEOF
10061 if ac_fn_c_try_link "$LINENO"; then :
10063 $as_echo "#define HAVE_RESOLV 1" >>confdefs.h
10065 RESOLVLIBS="$lib"
10068 rm -f core conftest.err conftest.$ac_objext \
10069 conftest$ac_exeext conftest.$ac_ext
10070 if test "${RESOLVLIBS+set}" = set; then
10071 break
10073 done
10074 LIBS="$ac_save_LIBS"
10077 LCMSLIBS=""
10079 if test "$ac_cv_header_lcms_h" = "yes" -o "$ac_cv_header_lcms_lcms_h" = "yes"
10080 then
10081 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cmsOpenProfileFromFile in -llcms" >&5
10082 $as_echo_n "checking for cmsOpenProfileFromFile in -llcms... " >&6; }
10083 if test "${ac_cv_lib_lcms_cmsOpenProfileFromFile+set}" = set; then :
10084 $as_echo_n "(cached) " >&6
10085 else
10086 ac_check_lib_save_LIBS=$LIBS
10087 LIBS="-llcms $LIBS"
10088 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10089 /* end confdefs.h. */
10091 /* Override any GCC internal prototype to avoid an error.
10092 Use char because int might match the return type of a GCC
10093 builtin and then its argument prototype would still apply. */
10094 #ifdef __cplusplus
10095 extern "C"
10096 #endif
10097 char cmsOpenProfileFromFile ();
10099 main ()
10101 return cmsOpenProfileFromFile ();
10103 return 0;
10105 _ACEOF
10106 if ac_fn_c_try_link "$LINENO"; then :
10107 ac_cv_lib_lcms_cmsOpenProfileFromFile=yes
10108 else
10109 ac_cv_lib_lcms_cmsOpenProfileFromFile=no
10111 rm -f core conftest.err conftest.$ac_objext \
10112 conftest$ac_exeext conftest.$ac_ext
10113 LIBS=$ac_check_lib_save_LIBS
10115 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lcms_cmsOpenProfileFromFile" >&5
10116 $as_echo "$ac_cv_lib_lcms_cmsOpenProfileFromFile" >&6; }
10117 if test "x$ac_cv_lib_lcms_cmsOpenProfileFromFile" = x""yes; then :
10119 $as_echo "#define HAVE_LCMS 1" >>confdefs.h
10121 LCMSLIBS="-llcms"
10125 if test "$ac_cv_lib_lcms_cmsOpenProfileFromFile" != "yes"; then :
10126 case "x$with_cms" in
10127 x) as_fn_append wine_notices "|liblcms ${notice_platform}development files not found, Color Management won't be supported." ;;
10128 xno) ;;
10129 *) as_fn_error $? "liblcms ${notice_platform}development files not found, Color Management won't be supported.
10130 This is an error since --with-cms was requested." "$LINENO" 5 ;;
10131 esac
10134 if test "x$with_freetype" != "xno"
10135 then
10136 for ac_prog in freetype-config freetype2-config
10138 # Extract the first word of "$ac_prog", so it can be a program name with args.
10139 set dummy $ac_prog; ac_word=$2
10140 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10141 $as_echo_n "checking for $ac_word... " >&6; }
10142 if test "${ac_cv_prog_ft_devel+set}" = set; then :
10143 $as_echo_n "(cached) " >&6
10144 else
10145 if test -n "$ft_devel"; then
10146 ac_cv_prog_ft_devel="$ft_devel" # Let the user override the test.
10147 else
10148 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10149 for as_dir in $PATH
10151 IFS=$as_save_IFS
10152 test -z "$as_dir" && as_dir=.
10153 for ac_exec_ext in '' $ac_executable_extensions; do
10154 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10155 ac_cv_prog_ft_devel="$ac_prog"
10156 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10157 break 2
10159 done
10160 done
10161 IFS=$as_save_IFS
10165 ft_devel=$ac_cv_prog_ft_devel
10166 if test -n "$ft_devel"; then
10167 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ft_devel" >&5
10168 $as_echo "$ft_devel" >&6; }
10169 else
10170 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10171 $as_echo "no" >&6; }
10175 test -n "$ft_devel" && break
10176 done
10177 test -n "$ft_devel" || ft_devel="no"
10179 if test "$ft_devel" != "no"
10180 then
10181 ac_freetype_incl=`$ft_devel --cflags`
10182 ac_freetype_libs=`$ft_devel --libs`
10184 ac_freetype_libs=${ac_freetype_libs:-"-lfreetype"}
10185 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfreetype" >&5
10186 $as_echo_n "checking for -lfreetype... " >&6; }
10187 if test "${ac_cv_lib_soname_freetype+set}" = set; then :
10188 $as_echo_n "(cached) " >&6
10189 else
10190 ac_check_soname_save_LIBS=$LIBS
10191 LIBS="-lfreetype $ac_freetype_libs $LIBS"
10192 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10193 /* end confdefs.h. */
10195 /* Override any GCC internal prototype to avoid an error.
10196 Use char because int might match the return type of a GCC
10197 builtin and then its argument prototype would still apply. */
10198 #ifdef __cplusplus
10199 extern "C"
10200 #endif
10201 char FT_Init_FreeType ();
10203 main ()
10205 return FT_Init_FreeType ();
10207 return 0;
10209 _ACEOF
10210 if ac_fn_c_try_link "$LINENO"; then :
10211 case "$LIBEXT" in
10212 dll) ac_cv_lib_soname_freetype=`$ac_cv_path_LDD conftest.exe | grep "freetype" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10213 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'` ;;
10214 *) ac_cv_lib_soname_freetype=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfreetype\\.$LIBEXT" | sed -e "s/^.*\(libfreetype\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10215 esac
10217 rm -f core conftest.err conftest.$ac_objext \
10218 conftest$ac_exeext conftest.$ac_ext
10219 LIBS=$ac_check_soname_save_LIBS
10221 if test "x$ac_cv_lib_soname_freetype" = "x"; then :
10222 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10223 $as_echo "not found" >&6; }
10224 ft_lib=no
10225 else
10226 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_freetype" >&5
10227 $as_echo "$ac_cv_lib_soname_freetype" >&6; }
10229 cat >>confdefs.h <<_ACEOF
10230 #define SONAME_LIBFREETYPE "$ac_cv_lib_soname_freetype"
10231 _ACEOF
10233 ft_lib=yes
10235 if test "$ft_lib" = "yes"
10236 then
10237 ac_save_CPPFLAGS="$CPPFLAGS"
10238 CPPFLAGS="$ac_freetype_incl $CPPFLAGS"
10239 for ac_header in ft2build.h \
10240 freetype/freetype.h \
10241 freetype/ftglyph.h \
10242 freetype/fttypes.h \
10243 freetype/tttables.h \
10244 freetype/ftsnames.h \
10245 freetype/ttnameid.h \
10246 freetype/ftoutln.h \
10247 freetype/ftwinfnt.h \
10248 freetype/ftmodapi.h \
10249 freetype/ftlcdfil.h \
10250 freetype/internal/sfnt.h
10251 do :
10252 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
10253 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_FT2BUILD_H
10254 # include <ft2build.h>
10255 #endif
10257 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
10258 cat >>confdefs.h <<_ACEOF
10259 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
10260 _ACEOF
10264 done
10266 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10267 /* end confdefs.h. */
10268 #include <ft2build.h>
10269 #include <freetype/fttrigon.h>
10270 _ACEOF
10271 if ac_fn_c_try_cpp "$LINENO"; then :
10273 $as_echo "#define HAVE_FREETYPE_FTTRIGON_H 1" >>confdefs.h
10275 wine_cv_fttrigon=yes
10276 else
10277 wine_cv_fttrigon=no
10279 rm -f conftest.err conftest.i conftest.$ac_ext
10280 ac_fn_c_check_type "$LINENO" "FT_TrueTypeEngineType" "ac_cv_type_FT_TrueTypeEngineType" "#include <freetype/ftmodapi.h>
10282 if test "x$ac_cv_type_FT_TrueTypeEngineType" = x""yes; then :
10284 cat >>confdefs.h <<_ACEOF
10285 #define HAVE_FT_TRUETYPEENGINETYPE 1
10286 _ACEOF
10291 ac_save_CFLAGS="$CFLAGS"
10292 CFLAGS="$CFLAGS $ac_freetype_libs"
10293 for ac_func in FT_Load_Sfnt_Table
10294 do :
10295 ac_fn_c_check_func "$LINENO" "FT_Load_Sfnt_Table" "ac_cv_func_FT_Load_Sfnt_Table"
10296 if test "x$ac_cv_func_FT_Load_Sfnt_Table" = x""yes; then :
10297 cat >>confdefs.h <<_ACEOF
10298 #define HAVE_FT_LOAD_SFNT_TABLE 1
10299 _ACEOF
10302 done
10304 CFLAGS="$ac_save_CFLAGS"
10305 CPPFLAGS="$ac_save_CPPFLAGS"
10306 if test "$ac_cv_header_freetype_freetype_h" = "yes" -a "$wine_cv_fttrigon" = "yes"
10307 then
10309 $as_echo "#define HAVE_FREETYPE 1" >>confdefs.h
10311 FREETYPELIBS="$ac_freetype_libs"
10313 FREETYPEINCL="$ac_freetype_incl"
10318 if test "x$FREETYPELIBS" = "x"; then :
10319 case "x$with_freetype" in
10320 xno) ;;
10321 *) as_fn_error $? "FreeType ${notice_platform}development files not found. Fonts will not be built.
10322 Use the --without-freetype option if you really want this." "$LINENO" 5 ;;
10323 esac
10325 test "x$FREETYPELIBS" = "x" && enable_fonts=${enable_fonts:-no}
10327 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for parport header/ppdev.h" >&5
10328 $as_echo_n "checking for parport header/ppdev.h... " >&6; }
10329 if test "${ac_cv_c_ppdev+set}" = set; then :
10330 $as_echo_n "(cached) " >&6
10331 else
10332 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10333 /* end confdefs.h. */
10334 #ifdef HAVE_SYS_IOCTL_H
10335 # include <sys/ioctl.h>
10336 #endif
10337 #include <linux/ppdev.h>
10339 main ()
10341 ioctl (1,PPCLAIM,0)
10343 return 0;
10345 _ACEOF
10346 if ac_fn_c_try_compile "$LINENO"; then :
10347 ac_cv_c_ppdev="yes"
10348 else
10349 ac_cv_c_ppdev="no"
10351 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10353 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_ppdev" >&5
10354 $as_echo "$ac_cv_c_ppdev" >&6; }
10355 if test "$ac_cv_c_ppdev" = "yes"
10356 then
10358 $as_echo "#define HAVE_PPDEV 1" >>confdefs.h
10362 ac_wine_check_funcs_save_LIBS="$LIBS"
10363 LIBS="$LIBS $LIBPTHREAD"
10364 for ac_func in \
10365 pthread_attr_get_np \
10366 pthread_getattr_np \
10367 pthread_get_stackaddr_np \
10368 pthread_get_stacksize_np
10369 do :
10370 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
10371 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
10372 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
10373 cat >>confdefs.h <<_ACEOF
10374 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
10375 _ACEOF
10378 done
10380 LIBS="$ac_wine_check_funcs_save_LIBS"
10382 if test "$ac_cv_header_zlib_h" = "yes"
10383 then
10384 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inflate in -lz" >&5
10385 $as_echo_n "checking for inflate in -lz... " >&6; }
10386 if test "${ac_cv_lib_z_inflate+set}" = set; then :
10387 $as_echo_n "(cached) " >&6
10388 else
10389 ac_check_lib_save_LIBS=$LIBS
10390 LIBS="-lz $LIBS"
10391 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10392 /* end confdefs.h. */
10394 /* Override any GCC internal prototype to avoid an error.
10395 Use char because int might match the return type of a GCC
10396 builtin and then its argument prototype would still apply. */
10397 #ifdef __cplusplus
10398 extern "C"
10399 #endif
10400 char inflate ();
10402 main ()
10404 return inflate ();
10406 return 0;
10408 _ACEOF
10409 if ac_fn_c_try_link "$LINENO"; then :
10410 ac_cv_lib_z_inflate=yes
10411 else
10412 ac_cv_lib_z_inflate=no
10414 rm -f core conftest.err conftest.$ac_objext \
10415 conftest$ac_exeext conftest.$ac_ext
10416 LIBS=$ac_check_lib_save_LIBS
10418 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_z_inflate" >&5
10419 $as_echo "$ac_cv_lib_z_inflate" >&6; }
10420 if test "x$ac_cv_lib_z_inflate" = x""yes; then :
10422 $as_echo "#define HAVE_ZLIB 1" >>confdefs.h
10424 ZLIB="-lz"
10430 if test "x$with_esd" != xno
10431 then
10432 save_CFLAGS="$CFLAGS"
10433 # Extract the first word of "esd-config", so it can be a program name with args.
10434 set dummy esd-config; ac_word=$2
10435 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10436 $as_echo_n "checking for $ac_word... " >&6; }
10437 if test "${ac_cv_path_ESDCONFIG+set}" = set; then :
10438 $as_echo_n "(cached) " >&6
10439 else
10440 case $ESDCONFIG in
10441 [\\/]* | ?:[\\/]*)
10442 ac_cv_path_ESDCONFIG="$ESDCONFIG" # Let the user override the test with a path.
10445 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10446 for as_dir in $PATH
10448 IFS=$as_save_IFS
10449 test -z "$as_dir" && as_dir=.
10450 for ac_exec_ext in '' $ac_executable_extensions; do
10451 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10452 ac_cv_path_ESDCONFIG="$as_dir/$ac_word$ac_exec_ext"
10453 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10454 break 2
10456 done
10457 done
10458 IFS=$as_save_IFS
10460 test -z "$ac_cv_path_ESDCONFIG" && ac_cv_path_ESDCONFIG="no"
10462 esac
10464 ESDCONFIG=$ac_cv_path_ESDCONFIG
10465 if test -n "$ESDCONFIG"; then
10466 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ESDCONFIG" >&5
10467 $as_echo "$ESDCONFIG" >&6; }
10468 else
10469 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10470 $as_echo "no" >&6; }
10474 if test "x$ESDCONFIG" != "xno"
10475 then
10476 ac_esd_incl=""
10477 for i in `$ESDCONFIG --cflags`
10479 case "$i" in
10480 -I*) ac_esd_incl="$ac_esd_incl $i";;
10481 esac
10482 done
10483 ac_esd_libs=`$ESDCONFIG --libs`
10484 CFLAGS="$CFLAGS $ac_esd_incl"
10486 ac_esd_libs=${ac_esd_libs:-"-lesd"}
10487 ac_fn_c_check_header_mongrel "$LINENO" "esd.h" "ac_cv_header_esd_h" "$ac_includes_default"
10488 if test "x$ac_cv_header_esd_h" = x""yes; then :
10489 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for esd_open_sound in -lesd" >&5
10490 $as_echo_n "checking for esd_open_sound in -lesd... " >&6; }
10491 if test "${ac_cv_lib_esd_esd_open_sound+set}" = set; then :
10492 $as_echo_n "(cached) " >&6
10493 else
10494 ac_check_lib_save_LIBS=$LIBS
10495 LIBS="-lesd $ac_esd_libs $LIBS"
10496 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10497 /* end confdefs.h. */
10499 /* Override any GCC internal prototype to avoid an error.
10500 Use char because int might match the return type of a GCC
10501 builtin and then its argument prototype would still apply. */
10502 #ifdef __cplusplus
10503 extern "C"
10504 #endif
10505 char esd_open_sound ();
10507 main ()
10509 return esd_open_sound ();
10511 return 0;
10513 _ACEOF
10514 if ac_fn_c_try_link "$LINENO"; then :
10515 ac_cv_lib_esd_esd_open_sound=yes
10516 else
10517 ac_cv_lib_esd_esd_open_sound=no
10519 rm -f core conftest.err conftest.$ac_objext \
10520 conftest$ac_exeext conftest.$ac_ext
10521 LIBS=$ac_check_lib_save_LIBS
10523 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_esd_esd_open_sound" >&5
10524 $as_echo "$ac_cv_lib_esd_esd_open_sound" >&6; }
10525 if test "x$ac_cv_lib_esd_esd_open_sound" = x""yes; then :
10526 ESDINCL="$ac_esd_incl"
10528 ESDLIBS="$ac_esd_libs"
10531 $as_echo "#define HAVE_ESD 1" >>confdefs.h
10538 CFLAGS="$save_CFLAGS"
10541 if test "x$with_gstreamer" != "xno"
10542 then
10543 ac_save_CPPFLAGS="$CPPFLAGS"
10544 if test "$PKG_CONFIG" != "false"; then
10545 ac_gst_incl=""
10546 for i in `$PKG_CONFIG --cflags gstreamer-app-0.10 2>/dev/null`
10548 case "$i" in
10549 -I*) ac_gst_incl="$ac_gst_incl $i";;
10550 esac
10551 done
10552 ac_gst_libs="`$PKG_CONFIG --libs gstreamer-app-0.10 2>/dev/null`"
10553 CPPFLAGS="$CPPFLAGS $ac_gst_incl"
10554 ac_fn_c_check_header_mongrel "$LINENO" "gst/gstpad.h" "ac_cv_header_gst_gstpad_h" "$ac_includes_default"
10555 if test "x$ac_cv_header_gst_gstpad_h" = x""yes; then :
10556 ac_fn_c_check_header_mongrel "$LINENO" "gst/app/gstappsink.h" "ac_cv_header_gst_app_gstappsink_h" "$ac_includes_default"
10557 if test "x$ac_cv_header_gst_app_gstappsink_h" = x""yes; then :
10558 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gst_pad_get_caps_reffed in -lgstreamer-0.10" >&5
10559 $as_echo_n "checking for gst_pad_get_caps_reffed in -lgstreamer-0.10... " >&6; }
10560 if test "${ac_cv_lib_gstreamer_0_10_gst_pad_get_caps_reffed+set}" = set; then :
10561 $as_echo_n "(cached) " >&6
10562 else
10563 ac_check_lib_save_LIBS=$LIBS
10564 LIBS="-lgstreamer-0.10 $LIBS"
10565 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10566 /* end confdefs.h. */
10568 /* Override any GCC internal prototype to avoid an error.
10569 Use char because int might match the return type of a GCC
10570 builtin and then its argument prototype would still apply. */
10571 #ifdef __cplusplus
10572 extern "C"
10573 #endif
10574 char gst_pad_get_caps_reffed ();
10576 main ()
10578 return gst_pad_get_caps_reffed ();
10580 return 0;
10582 _ACEOF
10583 if ac_fn_c_try_link "$LINENO"; then :
10584 ac_cv_lib_gstreamer_0_10_gst_pad_get_caps_reffed=yes
10585 else
10586 ac_cv_lib_gstreamer_0_10_gst_pad_get_caps_reffed=no
10588 rm -f core conftest.err conftest.$ac_objext \
10589 conftest$ac_exeext conftest.$ac_ext
10590 LIBS=$ac_check_lib_save_LIBS
10592 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gstreamer_0_10_gst_pad_get_caps_reffed" >&5
10593 $as_echo "$ac_cv_lib_gstreamer_0_10_gst_pad_get_caps_reffed" >&6; }
10594 if test "x$ac_cv_lib_gstreamer_0_10_gst_pad_get_caps_reffed" = x""yes; then :
10595 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gst_app_buffer_new in -lgstapp-0.10" >&5
10596 $as_echo_n "checking for gst_app_buffer_new in -lgstapp-0.10... " >&6; }
10597 if test "${ac_cv_lib_gstapp_0_10_gst_app_buffer_new+set}" = set; then :
10598 $as_echo_n "(cached) " >&6
10599 else
10600 ac_check_lib_save_LIBS=$LIBS
10601 LIBS="-lgstapp-0.10 $ac_gst_libs $LIBS"
10602 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10603 /* end confdefs.h. */
10605 /* Override any GCC internal prototype to avoid an error.
10606 Use char because int might match the return type of a GCC
10607 builtin and then its argument prototype would still apply. */
10608 #ifdef __cplusplus
10609 extern "C"
10610 #endif
10611 char gst_app_buffer_new ();
10613 main ()
10615 return gst_app_buffer_new ();
10617 return 0;
10619 _ACEOF
10620 if ac_fn_c_try_link "$LINENO"; then :
10621 ac_cv_lib_gstapp_0_10_gst_app_buffer_new=yes
10622 else
10623 ac_cv_lib_gstapp_0_10_gst_app_buffer_new=no
10625 rm -f core conftest.err conftest.$ac_objext \
10626 conftest$ac_exeext conftest.$ac_ext
10627 LIBS=$ac_check_lib_save_LIBS
10629 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gstapp_0_10_gst_app_buffer_new" >&5
10630 $as_echo "$ac_cv_lib_gstapp_0_10_gst_app_buffer_new" >&6; }
10631 if test "x$ac_cv_lib_gstapp_0_10_gst_app_buffer_new" = x""yes; then :
10632 GSTREAMER_LIBS="$ac_gst_libs"
10634 GSTREAMER_INCL="$ac_gst_incl"
10647 CPPFLAGS="$ac_save_CPPFLAGS"
10649 if test "x$ac_cv_lib_gstapp_0_10_gst_app_buffer_new" != xyes; then :
10650 case "x$with_gstreamer" in
10651 x) as_fn_append wine_notices "|gstreamer-0.10 ${notice_platform}development files not found, gstreamer support disabled" ;;
10652 xno) ;;
10653 *) as_fn_error $? "gstreamer-0.10 ${notice_platform}development files not found, gstreamer support disabled
10654 This is an error since --with-gstreamer was requested." "$LINENO" 5 ;;
10655 esac
10657 test "x$ac_cv_lib_gstapp_0_10_gst_app_buffer_new" = xyes || enable_winegstreamer=${enable_winegstreamer:-no}
10659 ALSALIBS=""
10661 if test "$ac_cv_header_sys_asoundlib_h" = "yes" -o "$ac_cv_header_alsa_asoundlib_h" = "yes"
10662 then
10663 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for snd_pcm_hw_params_get_access in -lasound" >&5
10664 $as_echo_n "checking for snd_pcm_hw_params_get_access in -lasound... " >&6; }
10665 if test "${ac_cv_lib_asound_snd_pcm_hw_params_get_access+set}" = set; then :
10666 $as_echo_n "(cached) " >&6
10667 else
10668 ac_check_lib_save_LIBS=$LIBS
10669 LIBS="-lasound $LIBS"
10670 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10671 /* end confdefs.h. */
10673 /* Override any GCC internal prototype to avoid an error.
10674 Use char because int might match the return type of a GCC
10675 builtin and then its argument prototype would still apply. */
10676 #ifdef __cplusplus
10677 extern "C"
10678 #endif
10679 char snd_pcm_hw_params_get_access ();
10681 main ()
10683 return snd_pcm_hw_params_get_access ();
10685 return 0;
10687 _ACEOF
10688 if ac_fn_c_try_link "$LINENO"; then :
10689 ac_cv_lib_asound_snd_pcm_hw_params_get_access=yes
10690 else
10691 ac_cv_lib_asound_snd_pcm_hw_params_get_access=no
10693 rm -f core conftest.err conftest.$ac_objext \
10694 conftest$ac_exeext conftest.$ac_ext
10695 LIBS=$ac_check_lib_save_LIBS
10697 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&5
10698 $as_echo "$ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&6; }
10699 if test "x$ac_cv_lib_asound_snd_pcm_hw_params_get_access" = x""yes; then :
10700 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10701 /* end confdefs.h. */
10702 #ifdef HAVE_ALSA_ASOUNDLIB_H
10703 #include <alsa/asoundlib.h>
10704 #elif defined(HAVE_SYS_ASOUNDLIB_H)
10705 #include <sys/asoundlib.h>
10706 #endif
10708 main ()
10710 int ret = snd_pcm_hw_params_get_access(NULL, NULL)
10712 return 0;
10714 _ACEOF
10715 if ac_fn_c_try_compile "$LINENO"; then :
10717 $as_echo "#define HAVE_ALSA 1" >>confdefs.h
10719 ALSALIBS="-lasound"
10721 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10726 AUDIOIOLIBS=""
10728 if test "$ac_cv_header_libaudioio_h" = "yes"
10729 then
10730 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for AudioIOGetVersion in -laudioio" >&5
10731 $as_echo_n "checking for AudioIOGetVersion in -laudioio... " >&6; }
10732 if test "${ac_cv_lib_audioio_AudioIOGetVersion+set}" = set; then :
10733 $as_echo_n "(cached) " >&6
10734 else
10735 ac_check_lib_save_LIBS=$LIBS
10736 LIBS="-laudioio $LIBS"
10737 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10738 /* end confdefs.h. */
10740 /* Override any GCC internal prototype to avoid an error.
10741 Use char because int might match the return type of a GCC
10742 builtin and then its argument prototype would still apply. */
10743 #ifdef __cplusplus
10744 extern "C"
10745 #endif
10746 char AudioIOGetVersion ();
10748 main ()
10750 return AudioIOGetVersion ();
10752 return 0;
10754 _ACEOF
10755 if ac_fn_c_try_link "$LINENO"; then :
10756 ac_cv_lib_audioio_AudioIOGetVersion=yes
10757 else
10758 ac_cv_lib_audioio_AudioIOGetVersion=no
10760 rm -f core conftest.err conftest.$ac_objext \
10761 conftest$ac_exeext conftest.$ac_ext
10762 LIBS=$ac_check_lib_save_LIBS
10764 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_audioio_AudioIOGetVersion" >&5
10765 $as_echo "$ac_cv_lib_audioio_AudioIOGetVersion" >&6; }
10766 if test "x$ac_cv_lib_audioio_AudioIOGetVersion" = x""yes; then :
10767 AUDIOIOLIBS="-laudioio"
10769 $as_echo "#define HAVE_LIBAUDIOIO 1" >>confdefs.h
10776 if test "$ac_cv_header_capi20_h" = "yes" -a "$ac_cv_header_linux_capi_h" = "yes"
10777 then
10778 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcapi20" >&5
10779 $as_echo_n "checking for -lcapi20... " >&6; }
10780 if test "${ac_cv_lib_soname_capi20+set}" = set; then :
10781 $as_echo_n "(cached) " >&6
10782 else
10783 ac_check_soname_save_LIBS=$LIBS
10784 LIBS="-lcapi20 $LIBS"
10785 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10786 /* end confdefs.h. */
10788 /* Override any GCC internal prototype to avoid an error.
10789 Use char because int might match the return type of a GCC
10790 builtin and then its argument prototype would still apply. */
10791 #ifdef __cplusplus
10792 extern "C"
10793 #endif
10794 char capi20_register ();
10796 main ()
10798 return capi20_register ();
10800 return 0;
10802 _ACEOF
10803 if ac_fn_c_try_link "$LINENO"; then :
10804 case "$LIBEXT" in
10805 dll) ac_cv_lib_soname_capi20=`$ac_cv_path_LDD conftest.exe | grep "capi20" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10806 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'` ;;
10807 *) ac_cv_lib_soname_capi20=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcapi20\\.$LIBEXT" | sed -e "s/^.*\(libcapi20\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10808 esac
10810 rm -f core conftest.err conftest.$ac_objext \
10811 conftest$ac_exeext conftest.$ac_ext
10812 LIBS=$ac_check_soname_save_LIBS
10814 if test "x$ac_cv_lib_soname_capi20" = "x"; then :
10815 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10816 $as_echo "not found" >&6; }
10818 else
10819 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_capi20" >&5
10820 $as_echo "$ac_cv_lib_soname_capi20" >&6; }
10822 cat >>confdefs.h <<_ACEOF
10823 #define SONAME_LIBCAPI20 "$ac_cv_lib_soname_capi20"
10824 _ACEOF
10829 if test "x$ac_cv_lib_soname_capi20" = "x"; then :
10830 case "x$with_capi" in
10831 x) as_fn_append wine_notices "|libcapi20 ${notice_platform}development files not found, ISDN won't be supported." ;;
10832 xno) ;;
10833 *) as_fn_error $? "libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
10834 This is an error since --with-capi was requested." "$LINENO" 5 ;;
10835 esac
10838 CUPSINCL=""
10840 if test "x$with_cups" != "xno"
10841 then
10842 ac_save_CPPFLAGS="$CPPFLAGS"
10843 ac_cups_cflags=`cups-config --cflags 2>/dev/null`
10844 ac_cups_libs=`cups-config --ldflags 2>/dev/null`
10845 CPPFLAGS="$CPPFLAGS $ac_cups_cflags"
10846 for ac_header in cups/cups.h
10847 do :
10848 ac_fn_c_check_header_mongrel "$LINENO" "cups/cups.h" "ac_cv_header_cups_cups_h" "$ac_includes_default"
10849 if test "x$ac_cv_header_cups_cups_h" = x""yes; then :
10850 cat >>confdefs.h <<_ACEOF
10851 #define HAVE_CUPS_CUPS_H 1
10852 _ACEOF
10853 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcups" >&5
10854 $as_echo_n "checking for -lcups... " >&6; }
10855 if test "${ac_cv_lib_soname_cups+set}" = set; then :
10856 $as_echo_n "(cached) " >&6
10857 else
10858 ac_check_soname_save_LIBS=$LIBS
10859 LIBS="-lcups $ac_cups_libs $LIBS"
10860 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10861 /* end confdefs.h. */
10863 /* Override any GCC internal prototype to avoid an error.
10864 Use char because int might match the return type of a GCC
10865 builtin and then its argument prototype would still apply. */
10866 #ifdef __cplusplus
10867 extern "C"
10868 #endif
10869 char cupsGetDefault ();
10871 main ()
10873 return cupsGetDefault ();
10875 return 0;
10877 _ACEOF
10878 if ac_fn_c_try_link "$LINENO"; then :
10879 case "$LIBEXT" in
10880 dll) ac_cv_lib_soname_cups=`$ac_cv_path_LDD conftest.exe | grep "cups" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10881 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'` ;;
10882 *) ac_cv_lib_soname_cups=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcups\\.$LIBEXT" | sed -e "s/^.*\(libcups\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10883 esac
10885 rm -f core conftest.err conftest.$ac_objext \
10886 conftest$ac_exeext conftest.$ac_ext
10887 LIBS=$ac_check_soname_save_LIBS
10889 if test "x$ac_cv_lib_soname_cups" = "x"; then :
10890 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10891 $as_echo "not found" >&6; }
10893 else
10894 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_cups" >&5
10895 $as_echo "$ac_cv_lib_soname_cups" >&6; }
10897 cat >>confdefs.h <<_ACEOF
10898 #define SONAME_LIBCUPS "$ac_cv_lib_soname_cups"
10899 _ACEOF
10901 CUPSINCL="$ac_cups_cflags"
10905 done
10907 CPPFLAGS="$ac_save_CPPFLAGS"
10909 if test "x$ac_cv_lib_soname_cups" = "x"; then :
10910 case "x$with_cups" in
10911 x) as_fn_append wine_notices "|libcups ${notice_platform}development files not found, CUPS won't be supported." ;;
10912 xno) ;;
10913 *) as_fn_error $? "libcups ${notice_platform}development files not found, CUPS won't be supported.
10914 This is an error since --with-cups was requested." "$LINENO" 5 ;;
10915 esac
10918 if test "$ac_cv_header_jack_jack_h" = "yes"
10919 then
10920 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ljack" >&5
10921 $as_echo_n "checking for -ljack... " >&6; }
10922 if test "${ac_cv_lib_soname_jack+set}" = set; then :
10923 $as_echo_n "(cached) " >&6
10924 else
10925 ac_check_soname_save_LIBS=$LIBS
10926 LIBS="-ljack $LIBS"
10927 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10928 /* end confdefs.h. */
10930 /* Override any GCC internal prototype to avoid an error.
10931 Use char because int might match the return type of a GCC
10932 builtin and then its argument prototype would still apply. */
10933 #ifdef __cplusplus
10934 extern "C"
10935 #endif
10936 char jack_client_new ();
10938 main ()
10940 return jack_client_new ();
10942 return 0;
10944 _ACEOF
10945 if ac_fn_c_try_link "$LINENO"; then :
10946 case "$LIBEXT" in
10947 dll) ac_cv_lib_soname_jack=`$ac_cv_path_LDD conftest.exe | grep "jack" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10948 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'` ;;
10949 *) 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'` ;;
10950 esac
10952 rm -f core conftest.err conftest.$ac_objext \
10953 conftest$ac_exeext conftest.$ac_ext
10954 LIBS=$ac_check_soname_save_LIBS
10956 if test "x$ac_cv_lib_soname_jack" = "x"; then :
10957 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10958 $as_echo "not found" >&6; }
10960 else
10961 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_jack" >&5
10962 $as_echo "$ac_cv_lib_soname_jack" >&6; }
10964 cat >>confdefs.h <<_ACEOF
10965 #define SONAME_LIBJACK "$ac_cv_lib_soname_jack"
10966 _ACEOF
10972 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
10973 then
10974 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfontconfig" >&5
10975 $as_echo_n "checking for -lfontconfig... " >&6; }
10976 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then :
10977 $as_echo_n "(cached) " >&6
10978 else
10979 ac_check_soname_save_LIBS=$LIBS
10980 LIBS="-lfontconfig $LIBS"
10981 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10982 /* end confdefs.h. */
10984 /* Override any GCC internal prototype to avoid an error.
10985 Use char because int might match the return type of a GCC
10986 builtin and then its argument prototype would still apply. */
10987 #ifdef __cplusplus
10988 extern "C"
10989 #endif
10990 char FcInit ();
10992 main ()
10994 return FcInit ();
10996 return 0;
10998 _ACEOF
10999 if ac_fn_c_try_link "$LINENO"; then :
11000 case "$LIBEXT" in
11001 dll) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest.exe | grep "fontconfig" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11002 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'` ;;
11003 *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11004 esac
11006 rm -f core conftest.err conftest.$ac_objext \
11007 conftest$ac_exeext conftest.$ac_ext
11008 LIBS=$ac_check_soname_save_LIBS
11010 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then :
11011 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11012 $as_echo "not found" >&6; }
11014 else
11015 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_fontconfig" >&5
11016 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
11018 cat >>confdefs.h <<_ACEOF
11019 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
11020 _ACEOF
11024 elif test -n "$X_CFLAGS" -a "x$with_fontconfig" != "xno"
11025 then
11026 ac_save_CPPFLAGS="$CPPFLAGS"
11027 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
11028 $as_unset ac_cv_header_fontconfig_fontconfig_h
11029 for ac_header in fontconfig/fontconfig.h
11030 do :
11031 ac_fn_c_check_header_mongrel "$LINENO" "fontconfig/fontconfig.h" "ac_cv_header_fontconfig_fontconfig_h" "$ac_includes_default"
11032 if test "x$ac_cv_header_fontconfig_fontconfig_h" = x""yes; then :
11033 cat >>confdefs.h <<_ACEOF
11034 #define HAVE_FONTCONFIG_FONTCONFIG_H 1
11035 _ACEOF
11039 done
11041 CPPFLAGS="$ac_save_CPPFLAGS"
11042 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
11043 then
11044 FONTCONFIGINCL="$X_CFLAGS"
11046 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfontconfig" >&5
11047 $as_echo_n "checking for -lfontconfig... " >&6; }
11048 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then :
11049 $as_echo_n "(cached) " >&6
11050 else
11051 ac_check_soname_save_LIBS=$LIBS
11052 LIBS="-lfontconfig $X_LIBS $LIBS"
11053 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11054 /* end confdefs.h. */
11056 /* Override any GCC internal prototype to avoid an error.
11057 Use char because int might match the return type of a GCC
11058 builtin and then its argument prototype would still apply. */
11059 #ifdef __cplusplus
11060 extern "C"
11061 #endif
11062 char FcInit ();
11064 main ()
11066 return FcInit ();
11068 return 0;
11070 _ACEOF
11071 if ac_fn_c_try_link "$LINENO"; then :
11072 case "$LIBEXT" in
11073 dll) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest.exe | grep "fontconfig" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11074 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'` ;;
11075 *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11076 esac
11078 rm -f core conftest.err conftest.$ac_objext \
11079 conftest$ac_exeext conftest.$ac_ext
11080 LIBS=$ac_check_soname_save_LIBS
11082 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then :
11083 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11084 $as_echo "not found" >&6; }
11086 else
11087 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_fontconfig" >&5
11088 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
11090 cat >>confdefs.h <<_ACEOF
11091 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
11092 _ACEOF
11098 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then :
11099 case "x$with_fontconfig" in
11100 x) as_fn_append wine_notices "|fontconfig ${notice_platform}development files not found, fontconfig won't be supported." ;;
11101 xno) ;;
11102 *) as_fn_error $? "fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
11103 This is an error since --with-fontconfig was requested." "$LINENO" 5 ;;
11104 esac
11107 if test "$ac_cv_header_openssl_err_h" = "yes" -a "$ac_cv_header_openssl_ssl_h" = "yes"
11108 then
11109 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lssl" >&5
11110 $as_echo_n "checking for -lssl... " >&6; }
11111 if test "${ac_cv_lib_soname_ssl+set}" = set; then :
11112 $as_echo_n "(cached) " >&6
11113 else
11114 ac_check_soname_save_LIBS=$LIBS
11115 LIBS="-lssl $LIBS"
11116 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11117 /* end confdefs.h. */
11119 /* Override any GCC internal prototype to avoid an error.
11120 Use char because int might match the return type of a GCC
11121 builtin and then its argument prototype would still apply. */
11122 #ifdef __cplusplus
11123 extern "C"
11124 #endif
11125 char SSL_library_init ();
11127 main ()
11129 return SSL_library_init ();
11131 return 0;
11133 _ACEOF
11134 if ac_fn_c_try_link "$LINENO"; then :
11135 case "$LIBEXT" in
11136 dll) ac_cv_lib_soname_ssl=`$ac_cv_path_LDD conftest.exe | grep "ssl" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11137 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'` ;;
11138 *) ac_cv_lib_soname_ssl=`$ac_cv_path_LDD conftest$ac_exeext | grep "libssl\\.$LIBEXT" | sed -e "s/^.*\(libssl\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11139 esac
11141 rm -f core conftest.err conftest.$ac_objext \
11142 conftest$ac_exeext conftest.$ac_ext
11143 LIBS=$ac_check_soname_save_LIBS
11145 if test "x$ac_cv_lib_soname_ssl" = "x"; then :
11146 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11147 $as_echo "not found" >&6; }
11149 else
11150 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_ssl" >&5
11151 $as_echo "$ac_cv_lib_soname_ssl" >&6; }
11153 cat >>confdefs.h <<_ACEOF
11154 #define SONAME_LIBSSL "$ac_cv_lib_soname_ssl"
11155 _ACEOF
11159 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcrypto" >&5
11160 $as_echo_n "checking for -lcrypto... " >&6; }
11161 if test "${ac_cv_lib_soname_crypto+set}" = set; then :
11162 $as_echo_n "(cached) " >&6
11163 else
11164 ac_check_soname_save_LIBS=$LIBS
11165 LIBS="-lcrypto $LIBS"
11166 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11167 /* end confdefs.h. */
11169 /* Override any GCC internal prototype to avoid an error.
11170 Use char because int might match the return type of a GCC
11171 builtin and then its argument prototype would still apply. */
11172 #ifdef __cplusplus
11173 extern "C"
11174 #endif
11175 char BIO_new_socket ();
11177 main ()
11179 return BIO_new_socket ();
11181 return 0;
11183 _ACEOF
11184 if ac_fn_c_try_link "$LINENO"; then :
11185 case "$LIBEXT" in
11186 dll) ac_cv_lib_soname_crypto=`$ac_cv_path_LDD conftest.exe | grep "crypto" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11187 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'` ;;
11188 *) ac_cv_lib_soname_crypto=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcrypto\\.$LIBEXT" | sed -e "s/^.*\(libcrypto\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11189 esac
11191 rm -f core conftest.err conftest.$ac_objext \
11192 conftest$ac_exeext conftest.$ac_ext
11193 LIBS=$ac_check_soname_save_LIBS
11195 if test "x$ac_cv_lib_soname_crypto" = "x"; then :
11196 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11197 $as_echo "not found" >&6; }
11199 else
11200 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_crypto" >&5
11201 $as_echo "$ac_cv_lib_soname_crypto" >&6; }
11203 cat >>confdefs.h <<_ACEOF
11204 #define SONAME_LIBCRYPTO "$ac_cv_lib_soname_crypto"
11205 _ACEOF
11210 if test "x$ac_cv_lib_soname_ssl" = "x" -o "x$ac_cv_lib_soname_crypto" = "x"; then :
11211 case "x$with_openssl" in
11212 x) as_fn_append wine_warnings "|OpenSSL ${notice_platform}development files not found, SSL won't be supported." ;;
11213 xno) ;;
11214 *) as_fn_error $? "OpenSSL ${notice_platform}development files not found, SSL won't be supported.
11215 This is an error since --with-openssl was requested." "$LINENO" 5 ;;
11216 esac
11219 if test "$ac_cv_header_gsm_h" = "yes" -o "$ac_cv_header_gsm_gsm_h" = "yes"
11220 then
11221 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lgsm" >&5
11222 $as_echo_n "checking for -lgsm... " >&6; }
11223 if test "${ac_cv_lib_soname_gsm+set}" = set; then :
11224 $as_echo_n "(cached) " >&6
11225 else
11226 ac_check_soname_save_LIBS=$LIBS
11227 LIBS="-lgsm $LIBS"
11228 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11229 /* end confdefs.h. */
11231 /* Override any GCC internal prototype to avoid an error.
11232 Use char because int might match the return type of a GCC
11233 builtin and then its argument prototype would still apply. */
11234 #ifdef __cplusplus
11235 extern "C"
11236 #endif
11237 char gsm_create ();
11239 main ()
11241 return gsm_create ();
11243 return 0;
11245 _ACEOF
11246 if ac_fn_c_try_link "$LINENO"; then :
11247 case "$LIBEXT" in
11248 dll) ac_cv_lib_soname_gsm=`$ac_cv_path_LDD conftest.exe | grep "gsm" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11249 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'` ;;
11250 *) ac_cv_lib_soname_gsm=`$ac_cv_path_LDD conftest$ac_exeext | grep "libgsm\\.$LIBEXT" | sed -e "s/^.*\(libgsm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11251 esac
11253 rm -f core conftest.err conftest.$ac_objext \
11254 conftest$ac_exeext conftest.$ac_ext
11255 LIBS=$ac_check_soname_save_LIBS
11257 if test "x$ac_cv_lib_soname_gsm" = "x"; then :
11258 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11259 $as_echo "not found" >&6; }
11261 else
11262 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_gsm" >&5
11263 $as_echo "$ac_cv_lib_soname_gsm" >&6; }
11265 cat >>confdefs.h <<_ACEOF
11266 #define SONAME_LIBGSM "$ac_cv_lib_soname_gsm"
11267 _ACEOF
11272 if test "x$ac_cv_lib_soname_gsm" = "x"; then :
11273 case "x$with_gsm" in
11274 x) as_fn_append wine_notices "|libgsm ${notice_platform}development files not found, gsm 06.10 codec won't be supported." ;;
11275 xno) ;;
11276 *) as_fn_error $? "libgsm ${notice_platform}development files not found, gsm 06.10 codec won't be supported.
11277 This is an error since --with-gsm was requested." "$LINENO" 5 ;;
11278 esac
11281 if test "$ac_cv_header_icns_h" = "yes"
11282 then
11283 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -licns" >&5
11284 $as_echo_n "checking for -licns... " >&6; }
11285 if test "${ac_cv_lib_soname_icns+set}" = set; then :
11286 $as_echo_n "(cached) " >&6
11287 else
11288 ac_check_soname_save_LIBS=$LIBS
11289 LIBS="-licns $LIBS"
11290 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11291 /* end confdefs.h. */
11293 /* Override any GCC internal prototype to avoid an error.
11294 Use char because int might match the return type of a GCC
11295 builtin and then its argument prototype would still apply. */
11296 #ifdef __cplusplus
11297 extern "C"
11298 #endif
11299 char icns_write_family_to_file ();
11301 main ()
11303 return icns_write_family_to_file ();
11305 return 0;
11307 _ACEOF
11308 if ac_fn_c_try_link "$LINENO"; then :
11309 case "$LIBEXT" in
11310 dll) ac_cv_lib_soname_icns=`$ac_cv_path_LDD conftest.exe | grep "icns" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11311 dylib) ac_cv_lib_soname_icns=`otool -L conftest$ac_exeext | grep "libicns\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libicns\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
11312 *) ac_cv_lib_soname_icns=`$ac_cv_path_LDD conftest$ac_exeext | grep "libicns\\.$LIBEXT" | sed -e "s/^.*\(libicns\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11313 esac
11315 rm -f core conftest.err conftest.$ac_objext \
11316 conftest$ac_exeext conftest.$ac_ext
11317 LIBS=$ac_check_soname_save_LIBS
11319 if test "x$ac_cv_lib_soname_icns" = "x"; then :
11320 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11321 $as_echo "not found" >&6; }
11323 else
11324 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_icns" >&5
11325 $as_echo "$ac_cv_lib_soname_icns" >&6; }
11327 cat >>confdefs.h <<_ACEOF
11328 #define SONAME_LIBICNS "$ac_cv_lib_soname_icns"
11329 _ACEOF
11334 case $host_os in
11335 darwin*|macosx*)
11336 if test "x$ac_cv_lib_soname_icns" = "x"; then :
11337 case "x$with_icns" in
11338 x) as_fn_append wine_notices "|libicns ${notice_platform}development files not found, ICNS icons won't be supported." ;;
11339 xno) ;;
11340 *) as_fn_error $? "libicns ${notice_platform}development files not found, ICNS icons won't be supported.
11341 This is an error since --with-icns was requested." "$LINENO" 5 ;;
11342 esac
11343 fi ;;
11344 esac
11346 if test "$ac_cv_header_jpeglib_h" = "yes"
11347 then
11348 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ljpeg" >&5
11349 $as_echo_n "checking for -ljpeg... " >&6; }
11350 if test "${ac_cv_lib_soname_jpeg+set}" = set; then :
11351 $as_echo_n "(cached) " >&6
11352 else
11353 ac_check_soname_save_LIBS=$LIBS
11354 LIBS="-ljpeg $LIBS"
11355 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11356 /* end confdefs.h. */
11358 /* Override any GCC internal prototype to avoid an error.
11359 Use char because int might match the return type of a GCC
11360 builtin and then its argument prototype would still apply. */
11361 #ifdef __cplusplus
11362 extern "C"
11363 #endif
11364 char jpeg_start_decompress ();
11366 main ()
11368 return jpeg_start_decompress ();
11370 return 0;
11372 _ACEOF
11373 if ac_fn_c_try_link "$LINENO"; then :
11374 case "$LIBEXT" in
11375 dll) ac_cv_lib_soname_jpeg=`$ac_cv_path_LDD conftest.exe | grep "jpeg" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11376 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'` ;;
11377 *) ac_cv_lib_soname_jpeg=`$ac_cv_path_LDD conftest$ac_exeext | grep "libjpeg\\.$LIBEXT" | sed -e "s/^.*\(libjpeg\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11378 esac
11380 rm -f core conftest.err conftest.$ac_objext \
11381 conftest$ac_exeext conftest.$ac_ext
11382 LIBS=$ac_check_soname_save_LIBS
11384 if test "x$ac_cv_lib_soname_jpeg" = "x"; then :
11385 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11386 $as_echo "not found" >&6; }
11388 else
11389 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_jpeg" >&5
11390 $as_echo "$ac_cv_lib_soname_jpeg" >&6; }
11392 cat >>confdefs.h <<_ACEOF
11393 #define SONAME_LIBJPEG "$ac_cv_lib_soname_jpeg"
11394 _ACEOF
11399 if test "x$ac_cv_lib_soname_jpeg" = "x"; then :
11400 case "x$with_jpeg" in
11401 x) as_fn_append wine_warnings "|libjpeg ${notice_platform}development files not found, JPEG won't be supported." ;;
11402 xno) ;;
11403 *) as_fn_error $? "libjpeg ${notice_platform}development files not found, JPEG won't be supported.
11404 This is an error since --with-jpeg was requested." "$LINENO" 5 ;;
11405 esac
11408 if test "$ac_cv_header_png_h" = "yes"
11409 then
11410 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lpng" >&5
11411 $as_echo_n "checking for -lpng... " >&6; }
11412 if test "${ac_cv_lib_soname_png+set}" = set; then :
11413 $as_echo_n "(cached) " >&6
11414 else
11415 ac_check_soname_save_LIBS=$LIBS
11416 LIBS="-lpng -lm -lz $LIBS"
11417 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11418 /* end confdefs.h. */
11420 /* Override any GCC internal prototype to avoid an error.
11421 Use char because int might match the return type of a GCC
11422 builtin and then its argument prototype would still apply. */
11423 #ifdef __cplusplus
11424 extern "C"
11425 #endif
11426 char png_create_read_struct ();
11428 main ()
11430 return png_create_read_struct ();
11432 return 0;
11434 _ACEOF
11435 if ac_fn_c_try_link "$LINENO"; then :
11436 case "$LIBEXT" in
11437 dll) ac_cv_lib_soname_png=`$ac_cv_path_LDD conftest.exe | grep "png" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11438 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'` ;;
11439 *) 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'` ;;
11440 esac
11442 rm -f core conftest.err conftest.$ac_objext \
11443 conftest$ac_exeext conftest.$ac_ext
11444 LIBS=$ac_check_soname_save_LIBS
11446 if test "x$ac_cv_lib_soname_png" = "x"; then :
11447 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11448 $as_echo "not found" >&6; }
11450 else
11451 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_png" >&5
11452 $as_echo "$ac_cv_lib_soname_png" >&6; }
11454 cat >>confdefs.h <<_ACEOF
11455 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
11456 _ACEOF
11460 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for png_set_expand_gray_1_2_4_to_8 in -lpng" >&5
11461 $as_echo_n "checking for png_set_expand_gray_1_2_4_to_8 in -lpng... " >&6; }
11462 if test "${ac_cv_lib_png_png_set_expand_gray_1_2_4_to_8+set}" = set; then :
11463 $as_echo_n "(cached) " >&6
11464 else
11465 ac_check_lib_save_LIBS=$LIBS
11466 LIBS="-lpng -lm -lz $LIBS"
11467 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11468 /* end confdefs.h. */
11470 /* Override any GCC internal prototype to avoid an error.
11471 Use char because int might match the return type of a GCC
11472 builtin and then its argument prototype would still apply. */
11473 #ifdef __cplusplus
11474 extern "C"
11475 #endif
11476 char png_set_expand_gray_1_2_4_to_8 ();
11478 main ()
11480 return png_set_expand_gray_1_2_4_to_8 ();
11482 return 0;
11484 _ACEOF
11485 if ac_fn_c_try_link "$LINENO"; then :
11486 ac_cv_lib_png_png_set_expand_gray_1_2_4_to_8=yes
11487 else
11488 ac_cv_lib_png_png_set_expand_gray_1_2_4_to_8=no
11490 rm -f core conftest.err conftest.$ac_objext \
11491 conftest$ac_exeext conftest.$ac_ext
11492 LIBS=$ac_check_lib_save_LIBS
11494 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_png_png_set_expand_gray_1_2_4_to_8" >&5
11495 $as_echo "$ac_cv_lib_png_png_set_expand_gray_1_2_4_to_8" >&6; }
11496 if test "x$ac_cv_lib_png_png_set_expand_gray_1_2_4_to_8" = x""yes; then :
11498 $as_echo "#define HAVE_PNG_SET_EXPAND_GRAY_1_2_4_TO_8 1" >>confdefs.h
11503 elif test -n "$X_CFLAGS" -a "x$with_png" != "xno"
11504 then
11505 ac_save_CPPFLAGS="$CPPFLAGS"
11506 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
11507 $as_unset ac_cv_header_png_h
11508 for ac_header in png.h
11509 do :
11510 ac_fn_c_check_header_mongrel "$LINENO" "png.h" "ac_cv_header_png_h" "$ac_includes_default"
11511 if test "x$ac_cv_header_png_h" = x""yes; then :
11512 cat >>confdefs.h <<_ACEOF
11513 #define HAVE_PNG_H 1
11514 _ACEOF
11518 done
11520 CPPFLAGS="$ac_save_CPPFLAGS"
11521 if test "$ac_cv_header_png_h" = "yes"
11522 then
11523 PNGINCL="$X_CFLAGS"
11525 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lpng" >&5
11526 $as_echo_n "checking for -lpng... " >&6; }
11527 if test "${ac_cv_lib_soname_png+set}" = set; then :
11528 $as_echo_n "(cached) " >&6
11529 else
11530 ac_check_soname_save_LIBS=$LIBS
11531 LIBS="-lpng $X_LIBS -lm -lz $LIBS"
11532 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11533 /* end confdefs.h. */
11535 /* Override any GCC internal prototype to avoid an error.
11536 Use char because int might match the return type of a GCC
11537 builtin and then its argument prototype would still apply. */
11538 #ifdef __cplusplus
11539 extern "C"
11540 #endif
11541 char png_create_read_struct ();
11543 main ()
11545 return png_create_read_struct ();
11547 return 0;
11549 _ACEOF
11550 if ac_fn_c_try_link "$LINENO"; then :
11551 case "$LIBEXT" in
11552 dll) ac_cv_lib_soname_png=`$ac_cv_path_LDD conftest.exe | grep "png" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11553 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'` ;;
11554 *) 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'` ;;
11555 esac
11557 rm -f core conftest.err conftest.$ac_objext \
11558 conftest$ac_exeext conftest.$ac_ext
11559 LIBS=$ac_check_soname_save_LIBS
11561 if test "x$ac_cv_lib_soname_png" = "x"; then :
11562 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11563 $as_echo "not found" >&6; }
11565 else
11566 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_png" >&5
11567 $as_echo "$ac_cv_lib_soname_png" >&6; }
11569 cat >>confdefs.h <<_ACEOF
11570 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
11571 _ACEOF
11575 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for png_set_expand_gray_1_2_4_to_8 in -lpng" >&5
11576 $as_echo_n "checking for png_set_expand_gray_1_2_4_to_8 in -lpng... " >&6; }
11577 if test "${ac_cv_lib_png_png_set_expand_gray_1_2_4_to_8+set}" = set; then :
11578 $as_echo_n "(cached) " >&6
11579 else
11580 ac_check_lib_save_LIBS=$LIBS
11581 LIBS="-lpng $X_LIBS -lm -lz $LIBS"
11582 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11583 /* end confdefs.h. */
11585 /* Override any GCC internal prototype to avoid an error.
11586 Use char because int might match the return type of a GCC
11587 builtin and then its argument prototype would still apply. */
11588 #ifdef __cplusplus
11589 extern "C"
11590 #endif
11591 char png_set_expand_gray_1_2_4_to_8 ();
11593 main ()
11595 return png_set_expand_gray_1_2_4_to_8 ();
11597 return 0;
11599 _ACEOF
11600 if ac_fn_c_try_link "$LINENO"; then :
11601 ac_cv_lib_png_png_set_expand_gray_1_2_4_to_8=yes
11602 else
11603 ac_cv_lib_png_png_set_expand_gray_1_2_4_to_8=no
11605 rm -f core conftest.err conftest.$ac_objext \
11606 conftest$ac_exeext conftest.$ac_ext
11607 LIBS=$ac_check_lib_save_LIBS
11609 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_png_png_set_expand_gray_1_2_4_to_8" >&5
11610 $as_echo "$ac_cv_lib_png_png_set_expand_gray_1_2_4_to_8" >&6; }
11611 if test "x$ac_cv_lib_png_png_set_expand_gray_1_2_4_to_8" = x""yes; then :
11612 $as_echo "#define HAVE_PNG_SET_EXPAND_GRAY_1_2_4_TO_8 1" >>confdefs.h
11618 if test "x$ac_cv_lib_soname_png" = "x"; then :
11619 case "x$with_png" in
11620 x) as_fn_append wine_warnings "|libpng ${notice_platform}development files not found, PNG won't be supported." ;;
11621 xno) ;;
11622 *) as_fn_error $? "libpng ${notice_platform}development files not found, PNG won't be supported.
11623 This is an error since --with-png was requested." "$LINENO" 5 ;;
11624 esac
11627 if test "$ac_cv_header_tiffio_h" = "yes"
11628 then
11629 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ltiff" >&5
11630 $as_echo_n "checking for -ltiff... " >&6; }
11631 if test "${ac_cv_lib_soname_tiff+set}" = set; then :
11632 $as_echo_n "(cached) " >&6
11633 else
11634 ac_check_soname_save_LIBS=$LIBS
11635 LIBS="-ltiff $LIBS"
11636 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11637 /* end confdefs.h. */
11639 /* Override any GCC internal prototype to avoid an error.
11640 Use char because int might match the return type of a GCC
11641 builtin and then its argument prototype would still apply. */
11642 #ifdef __cplusplus
11643 extern "C"
11644 #endif
11645 char TIFFClientOpen ();
11647 main ()
11649 return TIFFClientOpen ();
11651 return 0;
11653 _ACEOF
11654 if ac_fn_c_try_link "$LINENO"; then :
11655 case "$LIBEXT" in
11656 dll) ac_cv_lib_soname_tiff=`$ac_cv_path_LDD conftest.exe | grep "tiff" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11657 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'` ;;
11658 *) ac_cv_lib_soname_tiff=`$ac_cv_path_LDD conftest$ac_exeext | grep "libtiff\\.$LIBEXT" | sed -e "s/^.*\(libtiff\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11659 esac
11661 rm -f core conftest.err conftest.$ac_objext \
11662 conftest$ac_exeext conftest.$ac_ext
11663 LIBS=$ac_check_soname_save_LIBS
11665 if test "x$ac_cv_lib_soname_tiff" = "x"; then :
11666 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11667 $as_echo "not found" >&6; }
11669 else
11670 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_tiff" >&5
11671 $as_echo "$ac_cv_lib_soname_tiff" >&6; }
11673 cat >>confdefs.h <<_ACEOF
11674 #define SONAME_LIBTIFF "$ac_cv_lib_soname_tiff"
11675 _ACEOF
11680 if test "x$ac_cv_lib_soname_tiff" = "x"; then :
11681 case "x$with_tiff" in
11682 x) as_fn_append wine_notices "|libtiff ${notice_platform}development files not found, TIFF won't be supported." ;;
11683 xno) ;;
11684 *) as_fn_error $? "libtiff ${notice_platform}development files not found, TIFF won't be supported.
11685 This is an error since --with-tiff was requested." "$LINENO" 5 ;;
11686 esac
11689 if test "$ac_cv_header_mpg123_h" = "yes"
11690 then
11691 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for mpg123_feed in -lmpg123" >&5
11692 $as_echo_n "checking for mpg123_feed in -lmpg123... " >&6; }
11693 if test "${ac_cv_lib_mpg123_mpg123_feed+set}" = set; then :
11694 $as_echo_n "(cached) " >&6
11695 else
11696 ac_check_lib_save_LIBS=$LIBS
11697 LIBS="-lmpg123 $LIBS"
11698 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11699 /* end confdefs.h. */
11701 /* Override any GCC internal prototype to avoid an error.
11702 Use char because int might match the return type of a GCC
11703 builtin and then its argument prototype would still apply. */
11704 #ifdef __cplusplus
11705 extern "C"
11706 #endif
11707 char mpg123_feed ();
11709 main ()
11711 return mpg123_feed ();
11713 return 0;
11715 _ACEOF
11716 if ac_fn_c_try_link "$LINENO"; then :
11717 ac_cv_lib_mpg123_mpg123_feed=yes
11718 else
11719 ac_cv_lib_mpg123_mpg123_feed=no
11721 rm -f core conftest.err conftest.$ac_objext \
11722 conftest$ac_exeext conftest.$ac_ext
11723 LIBS=$ac_check_lib_save_LIBS
11725 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_mpg123_mpg123_feed" >&5
11726 $as_echo "$ac_cv_lib_mpg123_mpg123_feed" >&6; }
11727 if test "x$ac_cv_lib_mpg123_mpg123_feed" = x""yes; then :
11728 LIBMPG123="-lmpg123"
11733 if test "x$ac_cv_lib_mpg123_mpg123_feed" != xyes -a x"$ac_cv_header_CoreAudio_CoreAudio_h" != xyes; then :
11734 case "x$with_mpg123" in
11735 x) as_fn_append wine_notices "|libmpg123 ${notice_platform}development files not found (or too old), mp3 codec won't be supported." ;;
11736 xno) ;;
11737 *) as_fn_error $? "libmpg123 ${notice_platform}development files not found (or too old), mp3 codec won't be supported.
11738 This is an error since --with-mpg123 was requested." "$LINENO" 5 ;;
11739 esac
11741 test "x$ac_cv_lib_mpg123_mpg123_feed" = xyes -o "x$ac_cv_header_AudioToolbox_AudioConverter_h" = xyes || enable_winemp3_acm=${enable_winemp3_acm:-no}
11743 if test "$ac_cv_header_AL_al_h" = "yes"
11744 then
11745 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lopenal" >&5
11746 $as_echo_n "checking for -lopenal... " >&6; }
11747 if test "${ac_cv_lib_soname_openal+set}" = set; then :
11748 $as_echo_n "(cached) " >&6
11749 else
11750 ac_check_soname_save_LIBS=$LIBS
11751 LIBS="-lopenal $LIBS"
11752 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11753 /* end confdefs.h. */
11755 /* Override any GCC internal prototype to avoid an error.
11756 Use char because int might match the return type of a GCC
11757 builtin and then its argument prototype would still apply. */
11758 #ifdef __cplusplus
11759 extern "C"
11760 #endif
11761 char alGetSource3i ();
11763 main ()
11765 return alGetSource3i ();
11767 return 0;
11769 _ACEOF
11770 if ac_fn_c_try_link "$LINENO"; then :
11771 case "$LIBEXT" in
11772 dll) ac_cv_lib_soname_openal=`$ac_cv_path_LDD conftest.exe | grep "openal" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11773 dylib) ac_cv_lib_soname_openal=`otool -L conftest$ac_exeext | grep "libopenal\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libopenal\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
11774 *) ac_cv_lib_soname_openal=`$ac_cv_path_LDD conftest$ac_exeext | grep "libopenal\\.$LIBEXT" | sed -e "s/^.*\(libopenal\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11775 esac
11777 rm -f core conftest.err conftest.$ac_objext \
11778 conftest$ac_exeext conftest.$ac_ext
11779 LIBS=$ac_check_soname_save_LIBS
11781 if test "x$ac_cv_lib_soname_openal" = "x"; then :
11782 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11783 $as_echo "not found" >&6; }
11785 else
11786 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_openal" >&5
11787 $as_echo "$ac_cv_lib_soname_openal" >&6; }
11789 cat >>confdefs.h <<_ACEOF
11790 #define SONAME_LIBOPENAL "$ac_cv_lib_soname_openal"
11791 _ACEOF
11793 LIBOPENAL="-lopenal"
11795 ac_cv_lib_openal=yes
11797 cat >>confdefs.h <<_ACEOF
11798 #define HAVE_OPENAL 1
11799 _ACEOF
11803 if test "x$ac_cv_lib_openal" != xyes; then :
11804 case "x$with_openal" in
11805 x) as_fn_append wine_notices "|libopenal ${notice_platform}development files not found (or too old), OpenAL won't be supported." ;;
11806 xno) ;;
11807 *) as_fn_error $? "libopenal ${notice_platform}development files not found (or too old), OpenAL won't be supported.
11808 This is an error since --with-openal was requested." "$LINENO" 5 ;;
11809 esac
11811 test "x$ac_cv_lib_openal" = xyes || enable_openal32=${enable_openal32:-no}
11813 if test "$ac_cv_header_kstat_h" = "yes"
11814 then
11815 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for kstat_open in -lkstat" >&5
11816 $as_echo_n "checking for kstat_open in -lkstat... " >&6; }
11817 if test "${ac_cv_lib_kstat_kstat_open+set}" = set; then :
11818 $as_echo_n "(cached) " >&6
11819 else
11820 ac_check_lib_save_LIBS=$LIBS
11821 LIBS="-lkstat $LIBS"
11822 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11823 /* end confdefs.h. */
11825 /* Override any GCC internal prototype to avoid an error.
11826 Use char because int might match the return type of a GCC
11827 builtin and then its argument prototype would still apply. */
11828 #ifdef __cplusplus
11829 extern "C"
11830 #endif
11831 char kstat_open ();
11833 main ()
11835 return kstat_open ();
11837 return 0;
11839 _ACEOF
11840 if ac_fn_c_try_link "$LINENO"; then :
11841 ac_cv_lib_kstat_kstat_open=yes
11842 else
11843 ac_cv_lib_kstat_kstat_open=no
11845 rm -f core conftest.err conftest.$ac_objext \
11846 conftest$ac_exeext conftest.$ac_ext
11847 LIBS=$ac_check_lib_save_LIBS
11849 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_kstat_kstat_open" >&5
11850 $as_echo "$ac_cv_lib_kstat_kstat_open" >&6; }
11851 if test "x$ac_cv_lib_kstat_kstat_open" = x""yes; then :
11853 $as_echo "#define HAVE_LIBKSTAT 1" >>confdefs.h
11855 LIBKSTAT="-lkstat"
11861 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lodbc" >&5
11862 $as_echo_n "checking for -lodbc... " >&6; }
11863 if test "${ac_cv_lib_soname_odbc+set}" = set; then :
11864 $as_echo_n "(cached) " >&6
11865 else
11866 ac_check_soname_save_LIBS=$LIBS
11867 LIBS="-lodbc $LIBS"
11868 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11869 /* end confdefs.h. */
11871 /* Override any GCC internal prototype to avoid an error.
11872 Use char because int might match the return type of a GCC
11873 builtin and then its argument prototype would still apply. */
11874 #ifdef __cplusplus
11875 extern "C"
11876 #endif
11877 char SQLConnect ();
11879 main ()
11881 return SQLConnect ();
11883 return 0;
11885 _ACEOF
11886 if ac_fn_c_try_link "$LINENO"; then :
11887 case "$LIBEXT" in
11888 dll) ac_cv_lib_soname_odbc=`$ac_cv_path_LDD conftest.exe | grep "odbc" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11889 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'` ;;
11890 *) ac_cv_lib_soname_odbc=`$ac_cv_path_LDD conftest$ac_exeext | grep "libodbc\\.$LIBEXT" | sed -e "s/^.*\(libodbc\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11891 esac
11893 rm -f core conftest.err conftest.$ac_objext \
11894 conftest$ac_exeext conftest.$ac_ext
11895 LIBS=$ac_check_soname_save_LIBS
11897 if test "x$ac_cv_lib_soname_odbc" = "x"; then :
11898 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11899 $as_echo "not found" >&6; }
11900 cat >>confdefs.h <<_ACEOF
11901 #define SONAME_LIBODBC "libodbc.$LIBEXT"
11902 _ACEOF
11904 else
11905 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_odbc" >&5
11906 $as_echo "$ac_cv_lib_soname_odbc" >&6; }
11908 cat >>confdefs.h <<_ACEOF
11909 #define SONAME_LIBODBC "$ac_cv_lib_soname_odbc"
11910 _ACEOF
11915 if test "x$ALSALIBS$AUDIOIOLIBS$COREAUDIO$NASLIBS$ESDLIBS$ac_cv_lib_soname_jack" = "x" -a \
11916 "$ac_cv_header_sys_soundcard_h" != "yes" -a \
11917 "$ac_cv_header_machine_soundcard_h" != "yes" -a \
11918 "$ac_cv_header_soundcard_h" != "yes" -a \
11919 "x$with_alsa$with_audioio$with_coreaudio$with_nas$with_esd$with_jack$with_oss" != xnonononononono
11920 then
11921 as_fn_append wine_warnings "|No sound system was found. Windows applications will be silent."
11925 EXTRACFLAGS=""
11927 if test "x${GCC}" = "xyes"
11928 then
11929 EXTRACFLAGS="-Wall -pipe"
11931 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gcc strength-reduce bug" >&5
11932 $as_echo_n "checking for gcc strength-reduce bug... " >&6; }
11933 if test "${ac_cv_c_gcc_strength_bug+set}" = set; then :
11934 $as_echo_n "(cached) " >&6
11935 else
11936 if test "$cross_compiling" = yes; then :
11937 ac_cv_c_gcc_strength_bug="yes"
11938 else
11939 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11940 /* end confdefs.h. */
11941 int L[4] = {0,1,2,3};
11943 main ()
11945 static int Array[3];
11946 unsigned int B = 3;
11947 int i;
11948 for(i=0; i<B; i++) Array[i] = i - 3;
11949 for(i=0; i<4 - 1; i++) L[i] = L[i + 1];
11950 L[i] = 4;
11951 return (Array[1] != -2 || L[2] != 3)
11953 return 0;
11955 _ACEOF
11956 if ac_fn_c_try_run "$LINENO"; then :
11957 ac_cv_c_gcc_strength_bug="no"
11958 else
11959 ac_cv_c_gcc_strength_bug="yes"
11961 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
11962 conftest.$ac_objext conftest.beam conftest.$ac_ext
11966 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_gcc_strength_bug" >&5
11967 $as_echo "$ac_cv_c_gcc_strength_bug" >&6; }
11968 if test "$ac_cv_c_gcc_strength_bug" = "yes"
11969 then
11970 EXTRACFLAGS="$EXTRACFLAGS -fno-strength-reduce"
11973 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-builtin" >&5
11974 $as_echo_n "checking whether the compiler supports -fno-builtin... " >&6; }
11975 if test "${ac_cv_cflags__fno_builtin+set}" = set; then :
11976 $as_echo_n "(cached) " >&6
11977 else
11978 ac_wine_try_cflags_saved=$CFLAGS
11979 CFLAGS="$CFLAGS -fno-builtin"
11980 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11981 /* end confdefs.h. */
11982 int main(int argc, char **argv) { return 0; }
11983 _ACEOF
11984 if ac_fn_c_try_link "$LINENO"; then :
11985 ac_cv_cflags__fno_builtin=yes
11986 else
11987 ac_cv_cflags__fno_builtin=no
11989 rm -f core conftest.err conftest.$ac_objext \
11990 conftest$ac_exeext conftest.$ac_ext
11991 CFLAGS=$ac_wine_try_cflags_saved
11993 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_builtin" >&5
11994 $as_echo "$ac_cv_cflags__fno_builtin" >&6; }
11995 if test $ac_cv_cflags__fno_builtin = yes; then :
11996 BUILTINFLAG="-fno-builtin"
11999 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-strict-aliasing" >&5
12000 $as_echo_n "checking whether the compiler supports -fno-strict-aliasing... " >&6; }
12001 if test "${ac_cv_cflags__fno_strict_aliasing+set}" = set; then :
12002 $as_echo_n "(cached) " >&6
12003 else
12004 ac_wine_try_cflags_saved=$CFLAGS
12005 CFLAGS="$CFLAGS -fno-strict-aliasing"
12006 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12007 /* end confdefs.h. */
12008 int main(int argc, char **argv) { return 0; }
12009 _ACEOF
12010 if ac_fn_c_try_link "$LINENO"; then :
12011 ac_cv_cflags__fno_strict_aliasing=yes
12012 else
12013 ac_cv_cflags__fno_strict_aliasing=no
12015 rm -f core conftest.err conftest.$ac_objext \
12016 conftest$ac_exeext conftest.$ac_ext
12017 CFLAGS=$ac_wine_try_cflags_saved
12019 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_strict_aliasing" >&5
12020 $as_echo "$ac_cv_cflags__fno_strict_aliasing" >&6; }
12021 if test $ac_cv_cflags__fno_strict_aliasing = yes; then :
12022 EXTRACFLAGS="$EXTRACFLAGS -fno-strict-aliasing"
12024 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wdeclaration-after-statement" >&5
12025 $as_echo_n "checking whether the compiler supports -Wdeclaration-after-statement... " >&6; }
12026 if test "${ac_cv_cflags__Wdeclaration_after_statement+set}" = set; then :
12027 $as_echo_n "(cached) " >&6
12028 else
12029 ac_wine_try_cflags_saved=$CFLAGS
12030 CFLAGS="$CFLAGS -Wdeclaration-after-statement"
12031 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12032 /* end confdefs.h. */
12033 int main(int argc, char **argv) { return 0; }
12034 _ACEOF
12035 if ac_fn_c_try_link "$LINENO"; then :
12036 ac_cv_cflags__Wdeclaration_after_statement=yes
12037 else
12038 ac_cv_cflags__Wdeclaration_after_statement=no
12040 rm -f core conftest.err conftest.$ac_objext \
12041 conftest$ac_exeext conftest.$ac_ext
12042 CFLAGS=$ac_wine_try_cflags_saved
12044 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wdeclaration_after_statement" >&5
12045 $as_echo "$ac_cv_cflags__Wdeclaration_after_statement" >&6; }
12046 if test $ac_cv_cflags__Wdeclaration_after_statement = yes; then :
12047 EXTRACFLAGS="$EXTRACFLAGS -Wdeclaration-after-statement"
12049 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wstrict-prototypes" >&5
12050 $as_echo_n "checking whether the compiler supports -Wstrict-prototypes... " >&6; }
12051 if test "${ac_cv_cflags__Wstrict_prototypes+set}" = set; then :
12052 $as_echo_n "(cached) " >&6
12053 else
12054 ac_wine_try_cflags_saved=$CFLAGS
12055 CFLAGS="$CFLAGS -Wstrict-prototypes"
12056 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12057 /* end confdefs.h. */
12058 int main(int argc, char **argv) { return 0; }
12059 _ACEOF
12060 if ac_fn_c_try_link "$LINENO"; then :
12061 ac_cv_cflags__Wstrict_prototypes=yes
12062 else
12063 ac_cv_cflags__Wstrict_prototypes=no
12065 rm -f core conftest.err conftest.$ac_objext \
12066 conftest$ac_exeext conftest.$ac_ext
12067 CFLAGS=$ac_wine_try_cflags_saved
12069 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wstrict_prototypes" >&5
12070 $as_echo "$ac_cv_cflags__Wstrict_prototypes" >&6; }
12071 if test $ac_cv_cflags__Wstrict_prototypes = yes; then :
12072 EXTRACFLAGS="$EXTRACFLAGS -Wstrict-prototypes"
12074 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wtype-limits" >&5
12075 $as_echo_n "checking whether the compiler supports -Wtype-limits... " >&6; }
12076 if test "${ac_cv_cflags__Wtype_limits+set}" = set; then :
12077 $as_echo_n "(cached) " >&6
12078 else
12079 ac_wine_try_cflags_saved=$CFLAGS
12080 CFLAGS="$CFLAGS -Wtype-limits"
12081 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12082 /* end confdefs.h. */
12083 int main(int argc, char **argv) { return 0; }
12084 _ACEOF
12085 if ac_fn_c_try_link "$LINENO"; then :
12086 ac_cv_cflags__Wtype_limits=yes
12087 else
12088 ac_cv_cflags__Wtype_limits=no
12090 rm -f core conftest.err conftest.$ac_objext \
12091 conftest$ac_exeext conftest.$ac_ext
12092 CFLAGS=$ac_wine_try_cflags_saved
12094 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wtype_limits" >&5
12095 $as_echo "$ac_cv_cflags__Wtype_limits" >&6; }
12096 if test $ac_cv_cflags__Wtype_limits = yes; then :
12097 EXTRACFLAGS="$EXTRACFLAGS -Wtype-limits"
12099 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wwrite-strings" >&5
12100 $as_echo_n "checking whether the compiler supports -Wwrite-strings... " >&6; }
12101 if test "${ac_cv_cflags__Wwrite_strings+set}" = set; then :
12102 $as_echo_n "(cached) " >&6
12103 else
12104 ac_wine_try_cflags_saved=$CFLAGS
12105 CFLAGS="$CFLAGS -Wwrite-strings"
12106 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12107 /* end confdefs.h. */
12108 int main(int argc, char **argv) { return 0; }
12109 _ACEOF
12110 if ac_fn_c_try_link "$LINENO"; then :
12111 ac_cv_cflags__Wwrite_strings=yes
12112 else
12113 ac_cv_cflags__Wwrite_strings=no
12115 rm -f core conftest.err conftest.$ac_objext \
12116 conftest$ac_exeext conftest.$ac_ext
12117 CFLAGS=$ac_wine_try_cflags_saved
12119 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wwrite_strings" >&5
12120 $as_echo "$ac_cv_cflags__Wwrite_strings" >&6; }
12121 if test $ac_cv_cflags__Wwrite_strings = yes; then :
12122 EXTRACFLAGS="$EXTRACFLAGS -Wwrite-strings"
12125 saved_CFLAGS="$CFLAGS"
12126 CFLAGS="$CFLAGS -Wpointer-arith -Werror"
12127 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for broken string.h that generates warnings" >&5
12128 $as_echo_n "checking for broken string.h that generates warnings... " >&6; }
12129 if test "${ac_cv_c_string_h_warnings+set}" = set; then :
12130 $as_echo_n "(cached) " >&6
12131 else
12132 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12133 /* end confdefs.h. */
12134 #include <string.h>
12136 main ()
12140 return 0;
12142 _ACEOF
12143 if ac_fn_c_try_compile "$LINENO"; then :
12144 ac_cv_c_string_h_warnings=no
12145 else
12146 ac_cv_c_string_h_warnings=yes
12148 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12150 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_string_h_warnings" >&5
12151 $as_echo "$ac_cv_c_string_h_warnings" >&6; }
12152 CFLAGS="$saved_CFLAGS"
12153 if test "$ac_cv_c_string_h_warnings" = "no"
12154 then
12155 EXTRACFLAGS="$EXTRACFLAGS -Wpointer-arith"
12158 if test "x$enable_maintainer_mode" = "xyes"
12159 then
12160 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Werror" >&5
12161 $as_echo_n "checking whether the compiler supports -Werror... " >&6; }
12162 if test "${ac_cv_cflags__Werror+set}" = set; then :
12163 $as_echo_n "(cached) " >&6
12164 else
12165 ac_wine_try_cflags_saved=$CFLAGS
12166 CFLAGS="$CFLAGS -Werror"
12167 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12168 /* end confdefs.h. */
12169 int main(int argc, char **argv) { return 0; }
12170 _ACEOF
12171 if ac_fn_c_try_link "$LINENO"; then :
12172 ac_cv_cflags__Werror=yes
12173 else
12174 ac_cv_cflags__Werror=no
12176 rm -f core conftest.err conftest.$ac_objext \
12177 conftest$ac_exeext conftest.$ac_ext
12178 CFLAGS=$ac_wine_try_cflags_saved
12180 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Werror" >&5
12181 $as_echo "$ac_cv_cflags__Werror" >&6; }
12182 if test $ac_cv_cflags__Werror = yes; then :
12183 EXTRACFLAGS="$EXTRACFLAGS -Werror"
12187 saved_CFLAGS="$CFLAGS"
12188 CFLAGS="$CFLAGS -Werror"
12189 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ms_hook_prologue attribute" >&5
12190 $as_echo_n "checking for ms_hook_prologue attribute... " >&6; }
12191 if test "${ac_cv_have_ms_hook_prologue+set}" = set; then :
12192 $as_echo_n "(cached) " >&6
12193 else
12194 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12195 /* end confdefs.h. */
12196 int __attribute__((__ms_hook_prologue__)) test(void) { return 0; }
12198 main ()
12202 return 0;
12204 _ACEOF
12205 if ac_fn_c_try_compile "$LINENO"; then :
12206 ac_cv_have_ms_hook_prologue="yes"
12207 else
12208 ac_cv_have_ms_hook_prologue="no"
12210 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12212 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_ms_hook_prologue" >&5
12213 $as_echo "$ac_cv_have_ms_hook_prologue" >&6; }
12214 CFLAGS="$saved_CFLAGS"
12215 if test "$ac_cv_have_ms_hook_prologue" = "yes"
12216 then
12218 $as_echo "#define DECLSPEC_HOTPATCH __attribute__((__ms_hook_prologue__))" >>confdefs.h
12220 else
12221 $as_echo "#define DECLSPEC_HOTPATCH /* */" >>confdefs.h
12227 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the need to disable Fortify" >&5
12228 $as_echo_n "checking for the need to disable Fortify... " >&6; }
12229 if test "${ac_cv_c_fortify_enabled+set}" = set; then :
12230 $as_echo_n "(cached) " >&6
12231 else
12232 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12233 /* end confdefs.h. */
12234 #include <string.h>
12236 main ()
12238 #if defined(__USE_FORTIFY_LEVEL) && __USE_FORTIFY_LEVEL > 0
12239 #error Fortify enabled
12240 #endif
12242 return 0;
12244 _ACEOF
12245 if ac_fn_c_try_compile "$LINENO"; then :
12246 ac_cv_c_fortify_enabled=no
12247 else
12248 ac_cv_c_fortify_enabled=yes
12250 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12252 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_fortify_enabled" >&5
12253 $as_echo "$ac_cv_c_fortify_enabled" >&6; }
12254 if test "$ac_cv_c_fortify_enabled" = yes
12255 then
12256 CFLAGS="$CFLAGS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0"
12260 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether external symbols need an underscore prefix" >&5
12261 $as_echo_n "checking whether external symbols need an underscore prefix... " >&6; }
12262 if test "${ac_cv_c_extern_prefix+set}" = set; then :
12263 $as_echo_n "(cached) " >&6
12264 else
12265 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12266 /* end confdefs.h. */
12267 extern int ac_test;
12269 main ()
12271 asm(".globl _ac_test\n_ac_test:\t.long 0"); if (ac_test) return 1
12273 return 0;
12275 _ACEOF
12276 if ac_fn_c_try_link "$LINENO"; then :
12277 ac_cv_c_extern_prefix="yes"
12278 else
12279 ac_cv_c_extern_prefix="no"
12281 rm -f core conftest.err conftest.$ac_objext \
12282 conftest$ac_exeext conftest.$ac_ext
12284 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_extern_prefix" >&5
12285 $as_echo "$ac_cv_c_extern_prefix" >&6; }
12287 case $host_cpu in
12288 *i[3456789]86*)
12289 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether external symbols need stdcall decoration" >&5
12290 $as_echo_n "checking whether external symbols need stdcall decoration... " >&6; }
12291 if test "${ac_cv_c_stdcall_suffix+set}" = set; then :
12292 $as_echo_n "(cached) " >&6
12293 else
12294 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12295 /* end confdefs.h. */
12296 #ifndef _MSC_VER
12297 #define __stdcall __attribute__((__stdcall__))
12298 #endif
12299 int __stdcall ac_test(int i) { return i; }
12301 main ()
12303 asm("jmp _ac_test@4"); if (ac_test(1)) return 1
12305 return 0;
12307 _ACEOF
12308 if ac_fn_c_try_link "$LINENO"; then :
12309 ac_cv_c_stdcall_suffix="yes"
12310 else
12311 ac_cv_c_stdcall_suffix="no"
12313 rm -f core conftest.err conftest.$ac_objext \
12314 conftest$ac_exeext conftest.$ac_ext
12316 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_stdcall_suffix" >&5
12317 $as_echo "$ac_cv_c_stdcall_suffix" >&6; } ;;
12318 *) ac_cv_c_stdcall_suffix="no" ;;
12319 esac
12322 if test "$ac_cv_c_extern_prefix" = "yes"
12323 then
12324 $as_echo "#define __ASM_NAME(name) \"_\" name" >>confdefs.h
12326 asm_name_prefix="_"
12327 else
12328 $as_echo "#define __ASM_NAME(name) name" >>confdefs.h
12330 asm_name_prefix=""
12334 if test "$ac_cv_c_stdcall_suffix" = "yes"
12335 then
12336 $as_echo "#define __ASM_STDCALL(args) \"@\" #args" >>confdefs.h
12338 else
12339 $as_echo "#define __ASM_STDCALL(args) \"\"" >>confdefs.h
12344 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to define a function in assembly code" >&5
12345 $as_echo_n "checking how to define a function in assembly code... " >&6; }
12346 if test "${ac_cv_asm_func_def+set}" = set; then :
12347 $as_echo_n "(cached) " >&6
12348 else
12349 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12350 /* end confdefs.h. */
12353 main ()
12355 asm("\t.globl _ac_test\n\t.def _ac_test; .scl 2; .type 32; .endef\n_ac_test:\t.long 0");
12357 return 0;
12359 _ACEOF
12360 if ac_fn_c_try_link "$LINENO"; then :
12361 ac_cv_asm_func_def=".def"
12362 else
12363 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12364 /* end confdefs.h. */
12367 main ()
12369 asm("\t.globl _ac_test\n\t.type _ac_test,@function\n_ac_test:\t.long 0");
12371 return 0;
12373 _ACEOF
12374 if ac_fn_c_try_link "$LINENO"; then :
12375 ac_cv_asm_func_def=".type @function"
12376 else
12377 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12378 /* end confdefs.h. */
12381 main ()
12383 asm("\t.globl _ac_test\n\t.type _ac_test,2\n_ac_test:\t.long 0");
12385 return 0;
12387 _ACEOF
12388 if ac_fn_c_try_link "$LINENO"; then :
12389 ac_cv_asm_func_def=".type 2"
12390 else
12391 ac_cv_asm_func_def="unknown"
12393 rm -f core conftest.err conftest.$ac_objext \
12394 conftest$ac_exeext conftest.$ac_ext
12396 rm -f core conftest.err conftest.$ac_objext \
12397 conftest$ac_exeext conftest.$ac_ext
12399 rm -f core conftest.err conftest.$ac_objext \
12400 conftest$ac_exeext conftest.$ac_ext
12402 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_asm_func_def" >&5
12403 $as_echo "$ac_cv_asm_func_def" >&6; }
12406 case "$ac_cv_asm_func_def" in
12407 ".def")
12408 $as_echo "#define __ASM_FUNC(name) \".def \" __ASM_NAME(name) \"; .scl 2; .type 32; .endef\"" >>confdefs.h
12410 asm_func_header=".def $asm_name_prefix\" #name suffix \"; .scl 2; .type 32; .endef" ;;
12411 ".type @function")
12412 $as_echo "#define __ASM_FUNC(name) \".type \" __ASM_NAME(name) \",@function\"" >>confdefs.h
12414 asm_func_header=".type $asm_name_prefix\" #name suffix \",@function" ;;
12415 ".type 2")
12416 $as_echo "#define __ASM_FUNC(name) \".type \" __ASM_NAME(name) \",2\"" >>confdefs.h
12418 asm_func_header=".type $asm_name_prefix\" #name suffix \",2" ;;
12420 $as_echo "#define __ASM_FUNC(name) \"\"" >>confdefs.h
12422 asm_func_header="" ;;
12423 esac
12425 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether asm() works outside of functions" >&5
12426 $as_echo_n "checking whether asm() works outside of functions... " >&6; }
12427 if test "${ac_cv_c_asm_outside_funcs+set}" = set; then :
12428 $as_echo_n "(cached) " >&6
12429 else
12430 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12431 /* end confdefs.h. */
12432 asm(".text\n\t.long 0");
12434 main ()
12438 return 0;
12440 _ACEOF
12441 if ac_fn_c_try_compile "$LINENO"; then :
12442 ac_cv_c_asm_outside_funcs="yes"
12443 else
12444 ac_cv_c_asm_outside_funcs="no"
12446 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12448 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_asm_outside_funcs" >&5
12449 $as_echo "$ac_cv_c_asm_outside_funcs" >&6; }
12451 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether .previous is supported in assembly code" >&5
12452 $as_echo_n "checking whether .previous is supported in assembly code... " >&6; }
12453 if test "${ac_cv_c_dot_previous+set}" = set; then :
12454 $as_echo_n "(cached) " >&6
12455 else
12456 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12457 /* end confdefs.h. */
12460 main ()
12462 asm(".text\nac_test:\t.long 0\n\t.previous");
12464 return 0;
12466 _ACEOF
12467 if ac_fn_c_try_link "$LINENO"; then :
12468 ac_cv_c_dot_previous="yes"
12469 else
12470 ac_cv_c_dot_previous="no"
12472 rm -f core conftest.err conftest.$ac_objext \
12473 conftest$ac_exeext conftest.$ac_ext
12475 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dot_previous" >&5
12476 $as_echo "$ac_cv_c_dot_previous" >&6; }
12478 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether CFI directives are supported in assembly code" >&5
12479 $as_echo_n "checking whether CFI directives are supported in assembly code... " >&6; }
12480 if test "${ac_cv_c_cfi_support+set}" = set; then :
12481 $as_echo_n "(cached) " >&6
12482 else
12483 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12484 /* end confdefs.h. */
12485 asm(".text\nac_test:\t.cfi_startproc\n\t.long 0\n\t.cfi_endproc");
12487 main ()
12491 return 0;
12493 _ACEOF
12494 if ac_fn_c_try_compile "$LINENO"; then :
12495 ac_cv_c_cfi_support="yes"
12496 else
12497 ac_cv_c_cfi_support="no"
12499 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12501 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_cfi_support" >&5
12502 $as_echo "$ac_cv_c_cfi_support" >&6; }
12504 asm_func_header=".globl $asm_name_prefix\" #name suffix \"\\n\\t$asm_func_header\\n$asm_name_prefix\" #name suffix \":\\n\\t"
12505 asm_func_trailer=""
12506 if test "$ac_cv_c_dot_previous" = "yes"
12507 then
12508 asm_func_trailer="\\n\\t.previous"
12510 if test "$ac_cv_c_cfi_support" = "yes"
12511 then
12512 asm_func_header="$asm_func_header.cfi_startproc\\n\\t"
12513 asm_func_trailer="\\n\\t.cfi_endproc$asm_func_trailer"
12515 $as_echo "#define __ASM_CFI(str) str" >>confdefs.h
12517 UNWINDFLAGS=-fasynchronous-unwind-tables
12519 else
12520 $as_echo "#define __ASM_CFI(str) \"\"" >>confdefs.h
12524 asm_func_code="$asm_func_header\" code \"$asm_func_trailer"
12527 if test "$ac_cv_c_asm_outside_funcs" = "yes"
12528 then
12529 cat >>confdefs.h <<_ACEOF
12530 #define __ASM_DEFINE_FUNC(name,suffix,code) asm(".text\n\t.align 4\n\t$asm_func_code");
12531 _ACEOF
12533 else
12534 cat >>confdefs.h <<_ACEOF
12535 #define __ASM_DEFINE_FUNC(name,suffix,code) void __asm_dummy_##name(void) { asm(".text\n\t.align 4\n\t$asm_func_code"); }
12536 _ACEOF
12540 $as_echo "#define __ASM_GLOBAL_FUNC(name,code) __ASM_DEFINE_FUNC(name,\"\",code)" >>confdefs.h
12543 $as_echo "#define __ASM_STDCALL_FUNC(name,args,code) __ASM_DEFINE_FUNC(name,__ASM_STDCALL(args),code)" >>confdefs.h
12547 LDPATH=""
12549 case $build_os in
12550 cygwin*|mingw32*)
12551 TOOLSEXT=".exe"
12553 LDPATH="PATH=\"\$(TOOLSDIR)/libs/wine:\$\$PATH\""
12555 darwin*|macosx*)
12558 LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
12560 esac
12562 case $host_os in
12563 mingw32*)
12564 CRTLIBS="-lmsvcrt"
12566 SOCKETLIBS="-L\$(top_builddir)/dlls/ws2_32 -lws2_32"
12569 esac
12571 MAIN_BINARY="wine"
12573 test "x$enable_win64" != "xyes" || MAIN_BINARY="wine64"
12575 case $host_cpu in
12576 *i[3456789]86*)
12577 case $host_os in
12578 linux*)
12579 EXTRA_BINARIES="wine-preloader"
12581 esac
12583 esac
12586 ac_save_CFLAGS="$CFLAGS"
12587 CFLAGS="$CFLAGS $BUILTINFLAG"
12588 for ac_func in \
12589 _pclose \
12590 _popen \
12591 _snprintf \
12592 _spawnvp \
12593 _strdup \
12594 _stricmp \
12595 _strnicmp \
12596 _strtoi64 \
12597 _strtoui64 \
12598 _vsnprintf \
12599 asctime_r \
12600 chsize \
12601 dlopen \
12602 epoll_create \
12603 ffs \
12604 finite \
12605 fnmatch \
12606 fork \
12607 fpclass \
12608 fstatfs \
12609 fstatvfs \
12610 ftruncate \
12611 futimes \
12612 futimesat \
12613 getdirentries \
12614 getopt_long \
12615 getpagesize \
12616 getpwuid \
12617 gettid \
12618 gettimeofday \
12619 getuid \
12620 kqueue \
12621 lstat \
12622 memmove \
12623 mmap \
12624 pclose \
12625 pipe2 \
12626 poll \
12627 popen \
12628 port_create \
12629 prctl \
12630 pread \
12631 pwrite \
12632 readdir \
12633 readlink \
12634 sched_setaffinity \
12635 sched_yield \
12636 select \
12637 setproctitle \
12638 setrlimit \
12639 settimeofday \
12640 sigaltstack \
12641 sigprocmask \
12642 snprintf \
12643 spawnvp \
12644 statfs \
12645 statvfs \
12646 strcasecmp \
12647 strdup \
12648 strerror \
12649 strncasecmp \
12650 strtold \
12651 strtoll \
12652 strtoull \
12653 symlink \
12654 tcgetattr \
12655 thr_kill2 \
12656 timegm \
12657 usleep \
12658 vsnprintf \
12659 wait4 \
12660 waitpid \
12662 do :
12663 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
12664 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
12665 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
12666 cat >>confdefs.h <<_ACEOF
12667 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
12668 _ACEOF
12671 done
12673 CFLAGS="$ac_save_CFLAGS"
12675 if test "$ac_cv_func_dlopen" = no
12676 then
12677 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
12678 $as_echo_n "checking for dlopen in -ldl... " >&6; }
12679 if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
12680 $as_echo_n "(cached) " >&6
12681 else
12682 ac_check_lib_save_LIBS=$LIBS
12683 LIBS="-ldl $LIBS"
12684 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12685 /* end confdefs.h. */
12687 /* Override any GCC internal prototype to avoid an error.
12688 Use char because int might match the return type of a GCC
12689 builtin and then its argument prototype would still apply. */
12690 #ifdef __cplusplus
12691 extern "C"
12692 #endif
12693 char dlopen ();
12695 main ()
12697 return dlopen ();
12699 return 0;
12701 _ACEOF
12702 if ac_fn_c_try_link "$LINENO"; then :
12703 ac_cv_lib_dl_dlopen=yes
12704 else
12705 ac_cv_lib_dl_dlopen=no
12707 rm -f core conftest.err conftest.$ac_objext \
12708 conftest$ac_exeext conftest.$ac_ext
12709 LIBS=$ac_check_lib_save_LIBS
12711 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
12712 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
12713 if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
12714 $as_echo "#define HAVE_DLOPEN 1" >>confdefs.h
12715 LIBDL="-ldl"
12720 ac_wine_check_funcs_save_LIBS="$LIBS"
12721 LIBS="$LIBS $LIBDL"
12722 for ac_func in dladdr
12723 do :
12724 ac_fn_c_check_func "$LINENO" "dladdr" "ac_cv_func_dladdr"
12725 if test "x$ac_cv_func_dladdr" = x""yes; then :
12726 cat >>confdefs.h <<_ACEOF
12727 #define HAVE_DLADDR 1
12728 _ACEOF
12731 done
12733 LIBS="$ac_wine_check_funcs_save_LIBS"
12735 if test "$ac_cv_func_poll" = no
12736 then
12737 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for poll in -lpoll" >&5
12738 $as_echo_n "checking for poll in -lpoll... " >&6; }
12739 if test "${ac_cv_lib_poll_poll+set}" = set; then :
12740 $as_echo_n "(cached) " >&6
12741 else
12742 ac_check_lib_save_LIBS=$LIBS
12743 LIBS="-lpoll $LIBS"
12744 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12745 /* end confdefs.h. */
12747 /* Override any GCC internal prototype to avoid an error.
12748 Use char because int might match the return type of a GCC
12749 builtin and then its argument prototype would still apply. */
12750 #ifdef __cplusplus
12751 extern "C"
12752 #endif
12753 char poll ();
12755 main ()
12757 return poll ();
12759 return 0;
12761 _ACEOF
12762 if ac_fn_c_try_link "$LINENO"; then :
12763 ac_cv_lib_poll_poll=yes
12764 else
12765 ac_cv_lib_poll_poll=no
12767 rm -f core conftest.err conftest.$ac_objext \
12768 conftest$ac_exeext conftest.$ac_ext
12769 LIBS=$ac_check_lib_save_LIBS
12771 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_poll_poll" >&5
12772 $as_echo "$ac_cv_lib_poll_poll" >&6; }
12773 if test "x$ac_cv_lib_poll_poll" = x""yes; then :
12774 $as_echo "#define HAVE_POLL 1" >>confdefs.h
12775 LIBPOLL="-lpoll"
12781 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing gethostbyname" >&5
12782 $as_echo_n "checking for library containing gethostbyname... " >&6; }
12783 if test "${ac_cv_search_gethostbyname+set}" = set; then :
12784 $as_echo_n "(cached) " >&6
12785 else
12786 ac_func_search_save_LIBS=$LIBS
12787 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12788 /* end confdefs.h. */
12790 /* Override any GCC internal prototype to avoid an error.
12791 Use char because int might match the return type of a GCC
12792 builtin and then its argument prototype would still apply. */
12793 #ifdef __cplusplus
12794 extern "C"
12795 #endif
12796 char gethostbyname ();
12798 main ()
12800 return gethostbyname ();
12802 return 0;
12804 _ACEOF
12805 for ac_lib in '' nsl; do
12806 if test -z "$ac_lib"; then
12807 ac_res="none required"
12808 else
12809 ac_res=-l$ac_lib
12810 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
12812 if ac_fn_c_try_link "$LINENO"; then :
12813 ac_cv_search_gethostbyname=$ac_res
12815 rm -f core conftest.err conftest.$ac_objext \
12816 conftest$ac_exeext
12817 if test "${ac_cv_search_gethostbyname+set}" = set; then :
12818 break
12820 done
12821 if test "${ac_cv_search_gethostbyname+set}" = set; then :
12823 else
12824 ac_cv_search_gethostbyname=no
12826 rm conftest.$ac_ext
12827 LIBS=$ac_func_search_save_LIBS
12829 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_gethostbyname" >&5
12830 $as_echo "$ac_cv_search_gethostbyname" >&6; }
12831 ac_res=$ac_cv_search_gethostbyname
12832 if test "$ac_res" != no; then :
12833 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
12838 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing connect" >&5
12839 $as_echo_n "checking for library containing connect... " >&6; }
12840 if test "${ac_cv_search_connect+set}" = set; then :
12841 $as_echo_n "(cached) " >&6
12842 else
12843 ac_func_search_save_LIBS=$LIBS
12844 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12845 /* end confdefs.h. */
12847 /* Override any GCC internal prototype to avoid an error.
12848 Use char because int might match the return type of a GCC
12849 builtin and then its argument prototype would still apply. */
12850 #ifdef __cplusplus
12851 extern "C"
12852 #endif
12853 char connect ();
12855 main ()
12857 return connect ();
12859 return 0;
12861 _ACEOF
12862 for ac_lib in '' socket; do
12863 if test -z "$ac_lib"; then
12864 ac_res="none required"
12865 else
12866 ac_res=-l$ac_lib
12867 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
12869 if ac_fn_c_try_link "$LINENO"; then :
12870 ac_cv_search_connect=$ac_res
12872 rm -f core conftest.err conftest.$ac_objext \
12873 conftest$ac_exeext
12874 if test "${ac_cv_search_connect+set}" = set; then :
12875 break
12877 done
12878 if test "${ac_cv_search_connect+set}" = set; then :
12880 else
12881 ac_cv_search_connect=no
12883 rm conftest.$ac_ext
12884 LIBS=$ac_func_search_save_LIBS
12886 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_connect" >&5
12887 $as_echo "$ac_cv_search_connect" >&6; }
12888 ac_res=$ac_cv_search_connect
12889 if test "$ac_res" != no; then :
12890 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
12895 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing inet_aton" >&5
12896 $as_echo_n "checking for library containing inet_aton... " >&6; }
12897 if test "${ac_cv_search_inet_aton+set}" = set; then :
12898 $as_echo_n "(cached) " >&6
12899 else
12900 ac_func_search_save_LIBS=$LIBS
12901 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12902 /* end confdefs.h. */
12904 /* Override any GCC internal prototype to avoid an error.
12905 Use char because int might match the return type of a GCC
12906 builtin and then its argument prototype would still apply. */
12907 #ifdef __cplusplus
12908 extern "C"
12909 #endif
12910 char inet_aton ();
12912 main ()
12914 return inet_aton ();
12916 return 0;
12918 _ACEOF
12919 for ac_lib in '' resolv; do
12920 if test -z "$ac_lib"; then
12921 ac_res="none required"
12922 else
12923 ac_res=-l$ac_lib
12924 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
12926 if ac_fn_c_try_link "$LINENO"; then :
12927 ac_cv_search_inet_aton=$ac_res
12929 rm -f core conftest.err conftest.$ac_objext \
12930 conftest$ac_exeext
12931 if test "${ac_cv_search_inet_aton+set}" = set; then :
12932 break
12934 done
12935 if test "${ac_cv_search_inet_aton+set}" = set; then :
12937 else
12938 ac_cv_search_inet_aton=no
12940 rm conftest.$ac_ext
12941 LIBS=$ac_func_search_save_LIBS
12943 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_inet_aton" >&5
12944 $as_echo "$ac_cv_search_inet_aton" >&6; }
12945 ac_res=$ac_cv_search_inet_aton
12946 if test "$ac_res" != no; then :
12947 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
12952 for ac_func in \
12953 getaddrinfo \
12954 getnameinfo \
12955 getnetbyname \
12956 getprotobyname \
12957 getprotobynumber \
12958 getservbyport \
12959 inet_network \
12960 inet_ntop \
12961 inet_pton \
12962 sendmsg \
12963 socketpair \
12965 do :
12966 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
12967 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
12968 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
12969 cat >>confdefs.h <<_ACEOF
12970 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
12971 _ACEOF
12974 done
12977 LDAPLIBS=""
12979 if test "$ac_cv_header_ldap_h" = "yes" -a "$ac_cv_header_lber_h" = "yes"
12980 then
12981 ac_fn_c_check_type "$LINENO" "LDAPSortKey" "ac_cv_type_LDAPSortKey" "#include <ldap.h>
12983 if test "x$ac_cv_type_LDAPSortKey" = x""yes; then :
12984 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ldap_initialize in -lldap_r" >&5
12985 $as_echo_n "checking for ldap_initialize in -lldap_r... " >&6; }
12986 if test "${ac_cv_lib_ldap_r_ldap_initialize+set}" = set; then :
12987 $as_echo_n "(cached) " >&6
12988 else
12989 ac_check_lib_save_LIBS=$LIBS
12990 LIBS="-lldap_r $LIBPTHREAD $LIBS"
12991 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12992 /* end confdefs.h. */
12994 /* Override any GCC internal prototype to avoid an error.
12995 Use char because int might match the return type of a GCC
12996 builtin and then its argument prototype would still apply. */
12997 #ifdef __cplusplus
12998 extern "C"
12999 #endif
13000 char ldap_initialize ();
13002 main ()
13004 return ldap_initialize ();
13006 return 0;
13008 _ACEOF
13009 if ac_fn_c_try_link "$LINENO"; then :
13010 ac_cv_lib_ldap_r_ldap_initialize=yes
13011 else
13012 ac_cv_lib_ldap_r_ldap_initialize=no
13014 rm -f core conftest.err conftest.$ac_objext \
13015 conftest$ac_exeext conftest.$ac_ext
13016 LIBS=$ac_check_lib_save_LIBS
13018 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ldap_r_ldap_initialize" >&5
13019 $as_echo "$ac_cv_lib_ldap_r_ldap_initialize" >&6; }
13020 if test "x$ac_cv_lib_ldap_r_ldap_initialize" = x""yes; then :
13021 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ber_init in -llber" >&5
13022 $as_echo_n "checking for ber_init in -llber... " >&6; }
13023 if test "${ac_cv_lib_lber_ber_init+set}" = set; then :
13024 $as_echo_n "(cached) " >&6
13025 else
13026 ac_check_lib_save_LIBS=$LIBS
13027 LIBS="-llber $LIBPTHREAD $LIBS"
13028 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13029 /* end confdefs.h. */
13031 /* Override any GCC internal prototype to avoid an error.
13032 Use char because int might match the return type of a GCC
13033 builtin and then its argument prototype would still apply. */
13034 #ifdef __cplusplus
13035 extern "C"
13036 #endif
13037 char ber_init ();
13039 main ()
13041 return ber_init ();
13043 return 0;
13045 _ACEOF
13046 if ac_fn_c_try_link "$LINENO"; then :
13047 ac_cv_lib_lber_ber_init=yes
13048 else
13049 ac_cv_lib_lber_ber_init=no
13051 rm -f core conftest.err conftest.$ac_objext \
13052 conftest$ac_exeext conftest.$ac_ext
13053 LIBS=$ac_check_lib_save_LIBS
13055 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lber_ber_init" >&5
13056 $as_echo "$ac_cv_lib_lber_ber_init" >&6; }
13057 if test "x$ac_cv_lib_lber_ber_init" = x""yes; then :
13059 $as_echo "#define HAVE_LDAP 1" >>confdefs.h
13061 LDAPLIBS="-lldap_r -llber"
13068 ac_wine_check_funcs_save_LIBS="$LIBS"
13069 LIBS="$LIBS $LDAPLIBS $LIBPTHREAD"
13070 for ac_func in \
13071 ldap_count_references \
13072 ldap_first_reference \
13073 ldap_next_reference \
13074 ldap_parse_reference \
13075 ldap_parse_sort_control \
13076 ldap_parse_sortresponse_control \
13077 ldap_parse_vlv_control \
13078 ldap_parse_vlvresponse_control
13079 do :
13080 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
13081 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
13082 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
13083 cat >>confdefs.h <<_ACEOF
13084 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
13085 _ACEOF
13088 done
13090 LIBS="$ac_wine_check_funcs_save_LIBS"
13092 if test "x$LDAPLIBS" = "x"; then :
13093 case "x$with_ldap" in
13094 x) as_fn_append wine_notices "|libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported." ;;
13095 xno) ;;
13096 *) as_fn_error $? "libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
13097 This is an error since --with-ldap was requested." "$LINENO" 5 ;;
13098 esac
13101 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether mkdir takes only one argument" >&5
13102 $as_echo_n "checking whether mkdir takes only one argument... " >&6; }
13103 if test "${wine_cv_one_arg_mkdir+set}" = set; then :
13104 $as_echo_n "(cached) " >&6
13105 else
13106 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13107 /* end confdefs.h. */
13108 #include <sys/stat.h>
13110 main ()
13112 mkdir("foo");
13114 return 0;
13116 _ACEOF
13117 if ac_fn_c_try_compile "$LINENO"; then :
13118 wine_cv_one_arg_mkdir=yes
13119 else
13120 wine_cv_one_arg_mkdir=no
13122 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13124 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_one_arg_mkdir" >&5
13125 $as_echo "$wine_cv_one_arg_mkdir" >&6; }
13126 if test "$wine_cv_one_arg_mkdir" = "yes"
13127 then
13129 $as_echo "#define HAVE_ONE_ARG_MKDIR 1" >>confdefs.h
13134 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for an ANSI C-conforming const" >&5
13135 $as_echo_n "checking for an ANSI C-conforming const... " >&6; }
13136 if test "${ac_cv_c_const+set}" = set; then :
13137 $as_echo_n "(cached) " >&6
13138 else
13139 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13140 /* end confdefs.h. */
13143 main ()
13145 /* FIXME: Include the comments suggested by Paul. */
13146 #ifndef __cplusplus
13147 /* Ultrix mips cc rejects this. */
13148 typedef int charset[2];
13149 const charset cs;
13150 /* SunOS 4.1.1 cc rejects this. */
13151 char const *const *pcpcc;
13152 char **ppc;
13153 /* NEC SVR4.0.2 mips cc rejects this. */
13154 struct point {int x, y;};
13155 static struct point const zero = {0,0};
13156 /* AIX XL C 1.02.0.0 rejects this.
13157 It does not let you subtract one const X* pointer from another in
13158 an arm of an if-expression whose if-part is not a constant
13159 expression */
13160 const char *g = "string";
13161 pcpcc = &g + (g ? g-g : 0);
13162 /* HPUX 7.0 cc rejects these. */
13163 ++pcpcc;
13164 ppc = (char**) pcpcc;
13165 pcpcc = (char const *const *) ppc;
13166 { /* SCO 3.2v4 cc rejects this. */
13167 char *t;
13168 char const *s = 0 ? (char *) 0 : (char const *) 0;
13170 *t++ = 0;
13171 if (s) return 0;
13173 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
13174 int x[] = {25, 17};
13175 const int *foo = &x[0];
13176 ++foo;
13178 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
13179 typedef const int *iptr;
13180 iptr p = 0;
13181 ++p;
13183 { /* AIX XL C 1.02.0.0 rejects this saying
13184 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
13185 struct s { int j; const int *ap[3]; };
13186 struct s *b; b->j = 5;
13188 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
13189 const int foo = 10;
13190 if (!foo) return 0;
13192 return !cs[0] && !zero.x;
13193 #endif
13196 return 0;
13198 _ACEOF
13199 if ac_fn_c_try_compile "$LINENO"; then :
13200 ac_cv_c_const=yes
13201 else
13202 ac_cv_c_const=no
13204 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13206 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_const" >&5
13207 $as_echo "$ac_cv_c_const" >&6; }
13208 if test $ac_cv_c_const = no; then
13210 $as_echo "#define const /**/" >>confdefs.h
13214 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inline" >&5
13215 $as_echo_n "checking for inline... " >&6; }
13216 if test "${ac_cv_c_inline+set}" = set; then :
13217 $as_echo_n "(cached) " >&6
13218 else
13219 ac_cv_c_inline=no
13220 for ac_kw in inline __inline__ __inline; do
13221 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13222 /* end confdefs.h. */
13223 #ifndef __cplusplus
13224 typedef int foo_t;
13225 static $ac_kw foo_t static_foo () {return 0; }
13226 $ac_kw foo_t foo () {return 0; }
13227 #endif
13229 _ACEOF
13230 if ac_fn_c_try_compile "$LINENO"; then :
13231 ac_cv_c_inline=$ac_kw
13233 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13234 test "$ac_cv_c_inline" != no && break
13235 done
13238 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_inline" >&5
13239 $as_echo "$ac_cv_c_inline" >&6; }
13241 case $ac_cv_c_inline in
13242 inline | yes) ;;
13244 case $ac_cv_c_inline in
13245 no) ac_val=;;
13246 *) ac_val=$ac_cv_c_inline;;
13247 esac
13248 cat >>confdefs.h <<_ACEOF
13249 #ifndef __cplusplus
13250 #define inline $ac_val
13251 #endif
13252 _ACEOF
13254 esac
13256 ac_fn_c_check_type "$LINENO" "mode_t" "ac_cv_type_mode_t" "$ac_includes_default"
13257 if test "x$ac_cv_type_mode_t" = x""yes; then :
13259 cat >>confdefs.h <<_ACEOF
13260 #define HAVE_MODE_T 1
13261 _ACEOF
13265 ac_fn_c_check_type "$LINENO" "off_t" "ac_cv_type_off_t" "$ac_includes_default"
13266 if test "x$ac_cv_type_off_t" = x""yes; then :
13268 cat >>confdefs.h <<_ACEOF
13269 #define HAVE_OFF_T 1
13270 _ACEOF
13274 ac_fn_c_check_type "$LINENO" "pid_t" "ac_cv_type_pid_t" "$ac_includes_default"
13275 if test "x$ac_cv_type_pid_t" = x""yes; then :
13277 cat >>confdefs.h <<_ACEOF
13278 #define HAVE_PID_T 1
13279 _ACEOF
13283 ac_fn_c_check_type "$LINENO" "size_t" "ac_cv_type_size_t" "$ac_includes_default"
13284 if test "x$ac_cv_type_size_t" = x""yes; then :
13286 cat >>confdefs.h <<_ACEOF
13287 #define HAVE_SIZE_T 1
13288 _ACEOF
13292 ac_fn_c_check_type "$LINENO" "ssize_t" "ac_cv_type_ssize_t" "$ac_includes_default"
13293 if test "x$ac_cv_type_ssize_t" = x""yes; then :
13295 cat >>confdefs.h <<_ACEOF
13296 #define HAVE_SSIZE_T 1
13297 _ACEOF
13301 ac_fn_c_check_type "$LINENO" "long long" "ac_cv_type_long_long" "$ac_includes_default"
13302 if test "x$ac_cv_type_long_long" = x""yes; then :
13304 cat >>confdefs.h <<_ACEOF
13305 #define HAVE_LONG_LONG 1
13306 _ACEOF
13310 ac_fn_c_check_type "$LINENO" "fsblkcnt_t" "ac_cv_type_fsblkcnt_t" "$ac_includes_default"
13311 if test "x$ac_cv_type_fsblkcnt_t" = x""yes; then :
13313 cat >>confdefs.h <<_ACEOF
13314 #define HAVE_FSBLKCNT_T 1
13315 _ACEOF
13319 ac_fn_c_check_type "$LINENO" "fsfilcnt_t" "ac_cv_type_fsfilcnt_t" "$ac_includes_default"
13320 if test "x$ac_cv_type_fsfilcnt_t" = x""yes; then :
13322 cat >>confdefs.h <<_ACEOF
13323 #define HAVE_FSFILCNT_T 1
13324 _ACEOF
13329 ac_fn_c_check_type "$LINENO" "sigset_t" "ac_cv_type_sigset_t" "#include <sys/types.h>
13330 #include <signal.h>
13332 if test "x$ac_cv_type_sigset_t" = x""yes; then :
13334 cat >>confdefs.h <<_ACEOF
13335 #define HAVE_SIGSET_T 1
13336 _ACEOF
13341 ac_fn_c_check_type "$LINENO" "request_sense" "ac_cv_type_request_sense" "#include <linux/cdrom.h>
13343 if test "x$ac_cv_type_request_sense" = x""yes; then :
13345 cat >>confdefs.h <<_ACEOF
13346 #define HAVE_REQUEST_SENSE 1
13347 _ACEOF
13353 ac_fn_c_check_type "$LINENO" "struct xinpgen" "ac_cv_type_struct_xinpgen" "#include <sys/types.h>
13354 #ifdef HAVE_SYS_SOCKET_H
13355 #include <sys/socket.h>
13356 #endif
13357 #ifdef HAVE_SYS_SOCKETVAR_H
13358 #include <sys/socketvar.h>
13359 #endif
13360 #ifdef HAVE_NET_ROUTE_H
13361 #include <net/route.h>
13362 #endif
13363 #ifdef HAVE_NETINET_IN_H
13364 #include <netinet/in.h>
13365 #endif
13366 #ifdef HAVE_NETINET_IN_SYSTM_H
13367 #include <netinet/in_systm.h>
13368 #endif
13369 #ifdef HAVE_NETINET_IP_H
13370 #include <netinet/ip.h>
13371 #endif
13372 #ifdef HAVE_NETINET_IN_PCB_H
13373 #include <netinet/in_pcb.h>
13374 #endif
13376 if test "x$ac_cv_type_struct_xinpgen" = x""yes; then :
13378 cat >>confdefs.h <<_ACEOF
13379 #define HAVE_STRUCT_XINPGEN 1
13380 _ACEOF
13386 ac_fn_c_check_member "$LINENO" "struct ff_effect" "direction" "ac_cv_member_struct_ff_effect_direction" "#ifdef HAVE_LINUX_INPUT_H
13387 #include <linux/input.h>
13388 #endif
13390 if test "x$ac_cv_member_struct_ff_effect_direction" = x""yes; then :
13392 cat >>confdefs.h <<_ACEOF
13393 #define HAVE_STRUCT_FF_EFFECT_DIRECTION 1
13394 _ACEOF
13400 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sigaddset" >&5
13401 $as_echo_n "checking for sigaddset... " >&6; }
13402 if test "${wine_cv_have_sigaddset+set}" = set; then :
13403 $as_echo_n "(cached) " >&6
13404 else
13405 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13406 /* end confdefs.h. */
13407 #include <signal.h>
13409 main ()
13411 sigset_t set; sigaddset(&set,SIGTERM);
13413 return 0;
13415 _ACEOF
13416 if ac_fn_c_try_link "$LINENO"; then :
13417 wine_cv_have_sigaddset=yes
13418 else
13419 wine_cv_have_sigaddset=no
13421 rm -f core conftest.err conftest.$ac_objext \
13422 conftest$ac_exeext conftest.$ac_ext
13424 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_have_sigaddset" >&5
13425 $as_echo "$wine_cv_have_sigaddset" >&6; }
13426 if test "$wine_cv_have_sigaddset" = "yes"
13427 then
13429 $as_echo "#define HAVE_SIGADDSET 1" >>confdefs.h
13434 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can use re-entrant gethostbyname_r Linux style" >&5
13435 $as_echo_n "checking whether we can use re-entrant gethostbyname_r Linux style... " >&6; }
13436 if test "${wine_cv_linux_gethostbyname_r_6+set}" = set; then :
13437 $as_echo_n "(cached) " >&6
13438 else
13439 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13440 /* end confdefs.h. */
13441 #include <netdb.h>
13443 main ()
13446 char *name=0;
13447 struct hostent he;
13448 struct hostent *result;
13449 char *buf=0;
13450 int bufsize=0;
13451 int res,errnr;
13452 char *addr=0;
13453 int addrlen=0;
13454 int addrtype=0;
13455 res=gethostbyname_r(name,&he,buf,bufsize,&result,&errnr);
13456 res=gethostbyaddr_r(addr, addrlen, addrtype,&he,buf,bufsize,&result,&errnr);
13459 return 0;
13461 _ACEOF
13462 if ac_fn_c_try_link "$LINENO"; then :
13463 wine_cv_linux_gethostbyname_r_6=yes
13464 else
13465 wine_cv_linux_gethostbyname_r_6=no
13468 rm -f core conftest.err conftest.$ac_objext \
13469 conftest$ac_exeext conftest.$ac_ext
13472 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_linux_gethostbyname_r_6" >&5
13473 $as_echo "$wine_cv_linux_gethostbyname_r_6" >&6; }
13474 if test "$wine_cv_linux_gethostbyname_r_6" = "yes"
13475 then
13477 $as_echo "#define HAVE_LINUX_GETHOSTBYNAME_R_6 1" >>confdefs.h
13481 if test "$ac_cv_header_linux_joystick_h" = "yes"
13482 then
13483 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether linux/joystick.h uses the Linux 2.2+ API" >&5
13484 $as_echo_n "checking whether linux/joystick.h uses the Linux 2.2+ API... " >&6; }
13485 if test "${wine_cv_linux_joystick_22_api+set}" = set; then :
13486 $as_echo_n "(cached) " >&6
13487 else
13488 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13489 /* end confdefs.h. */
13491 #include <sys/ioctl.h>
13492 #include <sys/types.h>
13493 #include <linux/joystick.h>
13495 struct js_event blub;
13496 #if !defined(JS_EVENT_AXIS) || !defined(JS_EVENT_BUTTON)
13497 #error "no 2.2 header"
13498 #endif
13501 main ()
13503 /*empty*/
13505 return 0;
13507 _ACEOF
13508 if ac_fn_c_try_compile "$LINENO"; then :
13509 wine_cv_linux_joystick_22_api=yes
13510 else
13511 wine_cv_linux_joystick_22_api=no
13513 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13516 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_linux_joystick_22_api" >&5
13517 $as_echo "$wine_cv_linux_joystick_22_api" >&6; }
13518 if test "$wine_cv_linux_joystick_22_api" = "yes"
13519 then
13521 $as_echo "#define HAVE_LINUX_22_JOYSTICK_API 1" >>confdefs.h
13527 ac_fn_c_check_member "$LINENO" "struct statfs" "f_bfree" "ac_cv_member_struct_statfs_f_bfree" "#include <sys/types.h>
13528 #ifdef HAVE_SYS_PARAM_H
13529 # include <sys/param.h>
13530 #endif
13531 #ifdef HAVE_SYS_MOUNT_H
13532 # include <sys/mount.h>
13533 #endif
13534 #ifdef HAVE_SYS_VFS_H
13535 # include <sys/vfs.h>
13536 #endif
13537 #ifdef HAVE_SYS_STATFS_H
13538 # include <sys/statfs.h>
13539 #endif
13541 if test "x$ac_cv_member_struct_statfs_f_bfree" = x""yes; then :
13543 cat >>confdefs.h <<_ACEOF
13544 #define HAVE_STRUCT_STATFS_F_BFREE 1
13545 _ACEOF
13549 ac_fn_c_check_member "$LINENO" "struct statfs" "f_bavail" "ac_cv_member_struct_statfs_f_bavail" "#include <sys/types.h>
13550 #ifdef HAVE_SYS_PARAM_H
13551 # include <sys/param.h>
13552 #endif
13553 #ifdef HAVE_SYS_MOUNT_H
13554 # include <sys/mount.h>
13555 #endif
13556 #ifdef HAVE_SYS_VFS_H
13557 # include <sys/vfs.h>
13558 #endif
13559 #ifdef HAVE_SYS_STATFS_H
13560 # include <sys/statfs.h>
13561 #endif
13563 if test "x$ac_cv_member_struct_statfs_f_bavail" = x""yes; then :
13565 cat >>confdefs.h <<_ACEOF
13566 #define HAVE_STRUCT_STATFS_F_BAVAIL 1
13567 _ACEOF
13571 ac_fn_c_check_member "$LINENO" "struct statfs" "f_frsize" "ac_cv_member_struct_statfs_f_frsize" "#include <sys/types.h>
13572 #ifdef HAVE_SYS_PARAM_H
13573 # include <sys/param.h>
13574 #endif
13575 #ifdef HAVE_SYS_MOUNT_H
13576 # include <sys/mount.h>
13577 #endif
13578 #ifdef HAVE_SYS_VFS_H
13579 # include <sys/vfs.h>
13580 #endif
13581 #ifdef HAVE_SYS_STATFS_H
13582 # include <sys/statfs.h>
13583 #endif
13585 if test "x$ac_cv_member_struct_statfs_f_frsize" = x""yes; then :
13587 cat >>confdefs.h <<_ACEOF
13588 #define HAVE_STRUCT_STATFS_F_FRSIZE 1
13589 _ACEOF
13593 ac_fn_c_check_member "$LINENO" "struct statfs" "f_ffree" "ac_cv_member_struct_statfs_f_ffree" "#include <sys/types.h>
13594 #ifdef HAVE_SYS_PARAM_H
13595 # include <sys/param.h>
13596 #endif
13597 #ifdef HAVE_SYS_MOUNT_H
13598 # include <sys/mount.h>
13599 #endif
13600 #ifdef HAVE_SYS_VFS_H
13601 # include <sys/vfs.h>
13602 #endif
13603 #ifdef HAVE_SYS_STATFS_H
13604 # include <sys/statfs.h>
13605 #endif
13607 if test "x$ac_cv_member_struct_statfs_f_ffree" = x""yes; then :
13609 cat >>confdefs.h <<_ACEOF
13610 #define HAVE_STRUCT_STATFS_F_FFREE 1
13611 _ACEOF
13615 ac_fn_c_check_member "$LINENO" "struct statfs" "f_favail" "ac_cv_member_struct_statfs_f_favail" "#include <sys/types.h>
13616 #ifdef HAVE_SYS_PARAM_H
13617 # include <sys/param.h>
13618 #endif
13619 #ifdef HAVE_SYS_MOUNT_H
13620 # include <sys/mount.h>
13621 #endif
13622 #ifdef HAVE_SYS_VFS_H
13623 # include <sys/vfs.h>
13624 #endif
13625 #ifdef HAVE_SYS_STATFS_H
13626 # include <sys/statfs.h>
13627 #endif
13629 if test "x$ac_cv_member_struct_statfs_f_favail" = x""yes; then :
13631 cat >>confdefs.h <<_ACEOF
13632 #define HAVE_STRUCT_STATFS_F_FAVAIL 1
13633 _ACEOF
13637 ac_fn_c_check_member "$LINENO" "struct statfs" "f_namelen" "ac_cv_member_struct_statfs_f_namelen" "#include <sys/types.h>
13638 #ifdef HAVE_SYS_PARAM_H
13639 # include <sys/param.h>
13640 #endif
13641 #ifdef HAVE_SYS_MOUNT_H
13642 # include <sys/mount.h>
13643 #endif
13644 #ifdef HAVE_SYS_VFS_H
13645 # include <sys/vfs.h>
13646 #endif
13647 #ifdef HAVE_SYS_STATFS_H
13648 # include <sys/statfs.h>
13649 #endif
13651 if test "x$ac_cv_member_struct_statfs_f_namelen" = x""yes; then :
13653 cat >>confdefs.h <<_ACEOF
13654 #define HAVE_STRUCT_STATFS_F_NAMELEN 1
13655 _ACEOF
13661 ac_fn_c_check_member "$LINENO" "struct statvfs" "f_blocks" "ac_cv_member_struct_statvfs_f_blocks" "#ifdef HAVE_SYS_STATVFS_H
13662 #include <sys/statvfs.h>
13663 #endif
13665 if test "x$ac_cv_member_struct_statvfs_f_blocks" = x""yes; then :
13667 cat >>confdefs.h <<_ACEOF
13668 #define HAVE_STRUCT_STATVFS_F_BLOCKS 1
13669 _ACEOF
13675 ac_fn_c_check_member "$LINENO" "struct msghdr" "msg_accrights" "ac_cv_member_struct_msghdr_msg_accrights" "#include <sys/types.h>
13676 #ifdef HAVE_SYS_SOCKET_H
13677 # include <sys/socket.h>
13678 #endif
13679 #ifdef HAVE_SYS_UN_H
13680 # include <sys/un.h>
13681 #endif
13683 if test "x$ac_cv_member_struct_msghdr_msg_accrights" = x""yes; then :
13685 cat >>confdefs.h <<_ACEOF
13686 #define HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTS 1
13687 _ACEOF
13691 ac_fn_c_check_member "$LINENO" "struct sockaddr" "sa_len" "ac_cv_member_struct_sockaddr_sa_len" "#include <sys/types.h>
13692 #ifdef HAVE_SYS_SOCKET_H
13693 # include <sys/socket.h>
13694 #endif
13695 #ifdef HAVE_SYS_UN_H
13696 # include <sys/un.h>
13697 #endif
13699 if test "x$ac_cv_member_struct_sockaddr_sa_len" = x""yes; then :
13701 cat >>confdefs.h <<_ACEOF
13702 #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
13703 _ACEOF
13707 ac_fn_c_check_member "$LINENO" "struct sockaddr_un" "sun_len" "ac_cv_member_struct_sockaddr_un_sun_len" "#include <sys/types.h>
13708 #ifdef HAVE_SYS_SOCKET_H
13709 # include <sys/socket.h>
13710 #endif
13711 #ifdef HAVE_SYS_UN_H
13712 # include <sys/un.h>
13713 #endif
13715 if test "x$ac_cv_member_struct_sockaddr_un_sun_len" = x""yes; then :
13717 cat >>confdefs.h <<_ACEOF
13718 #define HAVE_STRUCT_SOCKADDR_UN_SUN_LEN 1
13719 _ACEOF
13725 ac_fn_c_check_member "$LINENO" "scsireq_t" "cmd" "ac_cv_member_scsireq_t_cmd" "#include <sys/types.h>
13726 #ifdef HAVE_SCSI_SG_H
13727 #include <scsi/sg.h>
13728 #endif
13730 if test "x$ac_cv_member_scsireq_t_cmd" = x""yes; then :
13732 cat >>confdefs.h <<_ACEOF
13733 #define HAVE_SCSIREQ_T_CMD 1
13734 _ACEOF
13738 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>
13739 #ifdef HAVE_SCSI_SG_H
13740 #include <scsi/sg.h>
13741 #endif
13743 if test "x$ac_cv_member_sg_io_hdr_t_interface_id" = x""yes; then :
13745 cat >>confdefs.h <<_ACEOF
13746 #define HAVE_SG_IO_HDR_T_INTERFACE_ID 1
13747 _ACEOF
13753 ac_fn_c_check_member "$LINENO" "siginfo_t" "si_fd" "ac_cv_member_siginfo_t_si_fd" "#include <signal.h>
13755 if test "x$ac_cv_member_siginfo_t_si_fd" = x""yes; then :
13757 cat >>confdefs.h <<_ACEOF
13758 #define HAVE_SIGINFO_T_SI_FD 1
13759 _ACEOF
13765 ac_fn_c_check_member "$LINENO" "struct mtget" "mt_blksiz" "ac_cv_member_struct_mtget_mt_blksiz" "#include <sys/types.h>
13766 #ifdef HAVE_SYS_MTIO_H
13767 #include <sys/mtio.h>
13768 #endif
13770 if test "x$ac_cv_member_struct_mtget_mt_blksiz" = x""yes; then :
13772 cat >>confdefs.h <<_ACEOF
13773 #define HAVE_STRUCT_MTGET_MT_BLKSIZ 1
13774 _ACEOF
13778 ac_fn_c_check_member "$LINENO" "struct mtget" "mt_gstat" "ac_cv_member_struct_mtget_mt_gstat" "#include <sys/types.h>
13779 #ifdef HAVE_SYS_MTIO_H
13780 #include <sys/mtio.h>
13781 #endif
13783 if test "x$ac_cv_member_struct_mtget_mt_gstat" = x""yes; then :
13785 cat >>confdefs.h <<_ACEOF
13786 #define HAVE_STRUCT_MTGET_MT_GSTAT 1
13787 _ACEOF
13791 ac_fn_c_check_member "$LINENO" "struct mtget" "mt_blkno" "ac_cv_member_struct_mtget_mt_blkno" "#include <sys/types.h>
13792 #ifdef HAVE_SYS_MTIO_H
13793 #include <sys/mtio.h>
13794 #endif
13796 if test "x$ac_cv_member_struct_mtget_mt_blkno" = x""yes; then :
13798 cat >>confdefs.h <<_ACEOF
13799 #define HAVE_STRUCT_MTGET_MT_BLKNO 1
13800 _ACEOF
13806 ac_fn_c_check_member "$LINENO" "struct option" "name" "ac_cv_member_struct_option_name" "#ifdef HAVE_GETOPT_H
13807 #include <getopt.h>
13808 #endif
13810 if test "x$ac_cv_member_struct_option_name" = x""yes; then :
13812 cat >>confdefs.h <<_ACEOF
13813 #define HAVE_STRUCT_OPTION_NAME 1
13814 _ACEOF
13820 ac_fn_c_check_member "$LINENO" "struct stat" "st_blocks" "ac_cv_member_struct_stat_st_blocks" "$ac_includes_default"
13821 if test "x$ac_cv_member_struct_stat_st_blocks" = x""yes; then :
13823 cat >>confdefs.h <<_ACEOF
13824 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
13825 _ACEOF
13829 ac_fn_c_check_member "$LINENO" "struct stat" "st_mtim" "ac_cv_member_struct_stat_st_mtim" "$ac_includes_default"
13830 if test "x$ac_cv_member_struct_stat_st_mtim" = x""yes; then :
13832 cat >>confdefs.h <<_ACEOF
13833 #define HAVE_STRUCT_STAT_ST_MTIM 1
13834 _ACEOF
13838 ac_fn_c_check_member "$LINENO" "struct stat" "st_ctim" "ac_cv_member_struct_stat_st_ctim" "$ac_includes_default"
13839 if test "x$ac_cv_member_struct_stat_st_ctim" = x""yes; then :
13841 cat >>confdefs.h <<_ACEOF
13842 #define HAVE_STRUCT_STAT_ST_CTIM 1
13843 _ACEOF
13847 ac_fn_c_check_member "$LINENO" "struct stat" "st_atim" "ac_cv_member_struct_stat_st_atim" "$ac_includes_default"
13848 if test "x$ac_cv_member_struct_stat_st_atim" = x""yes; then :
13850 cat >>confdefs.h <<_ACEOF
13851 #define HAVE_STRUCT_STAT_ST_ATIM 1
13852 _ACEOF
13858 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
13859 #include <sys/types.h>
13860 #endif
13861 #ifdef HAVE_NETINET_IN_H
13862 #include <netinet/in.h>
13863 #endif
13865 if test "x$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" = x""yes; then :
13867 cat >>confdefs.h <<_ACEOF
13868 #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
13869 _ACEOF
13875 ac_fn_c_check_member "$LINENO" "ns_msg" "_msg_ptr" "ac_cv_member_ns_msg__msg_ptr" "#ifdef HAVE_SYS_TYPES_H
13876 #include <sys/types.h>
13877 #endif
13878 #ifdef HAVE_NETINET_IN_H
13879 # include <netinet/in.h>
13880 #endif
13881 #ifdef HAVE_ARPA_NAMESER_H
13882 # include <arpa/nameser.h>
13883 #endif
13885 if test "x$ac_cv_member_ns_msg__msg_ptr" = x""yes; then :
13887 cat >>confdefs.h <<_ACEOF
13888 #define HAVE_NS_MSG__MSG_PTR 1
13889 _ACEOF
13895 ac_fn_c_check_member "$LINENO" "struct icmpstat" "icps_outhist" "ac_cv_member_struct_icmpstat_icps_outhist" "#ifdef HAVE_SYS_TYPES_H
13896 #include <sys/types.h>
13897 #endif
13898 #ifdef HAVE_ALIAS_H
13899 #include <alias.h>
13900 #endif
13901 #ifdef HAVE_SYS_SOCKET_H
13902 #include <sys/socket.h>
13903 #endif
13904 #ifdef HAVE_SYS_SOCKETVAR_H
13905 #include <sys/socketvar.h>
13906 #endif
13907 #ifdef HAVE_SYS_TIMEOUT_H
13908 #include <sys/timeout.h>
13909 #endif
13910 #ifdef HAVE_NETINET_IN_H
13911 #include <netinet/in.h>
13912 #endif
13913 #ifdef HAVE_NETINET_IN_SYSTM_H
13914 #include <netinet/in_systm.h>
13915 #endif
13916 #ifdef HAVE_NETINET_IP_H
13917 #include <netinet/ip.h>
13918 #endif
13919 #ifdef HAVE_NETINET_IP_VAR_H
13920 #include <netinet/ip_var.h>
13921 #endif
13922 #ifdef HAVE_NETINET_IP_ICMP_H
13923 #include <netinet/ip_icmp.h>
13924 #endif
13925 #ifdef HAVE_NETINET_ICMP_VAR
13926 #include <netinet/icmp_var.h>
13927 #endif
13929 if test "x$ac_cv_member_struct_icmpstat_icps_outhist" = x""yes; then :
13931 cat >>confdefs.h <<_ACEOF
13932 #define HAVE_STRUCT_ICMPSTAT_ICPS_OUTHIST 1
13933 _ACEOF
13939 ac_fn_c_check_member "$LINENO" "struct ifreq" "ifr_hwaddr" "ac_cv_member_struct_ifreq_ifr_hwaddr" "#ifdef HAVE_SYS_TYPES_H
13940 #include <sys/types.h>
13941 #endif
13942 #ifdef HAVE_NET_IF_H
13943 # include <net/if.h>
13944 #endif
13946 if test "x$ac_cv_member_struct_ifreq_ifr_hwaddr" = x""yes; then :
13948 cat >>confdefs.h <<_ACEOF
13949 #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
13950 _ACEOF
13956 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for timezone variable" >&5
13957 $as_echo_n "checking for timezone variable... " >&6; }
13958 if test "${ac_cv_have_timezone+set}" = set; then :
13959 $as_echo_n "(cached) " >&6
13960 else
13961 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13962 /* end confdefs.h. */
13963 #include <time.h>
13965 main ()
13967 timezone = 1
13969 return 0;
13971 _ACEOF
13972 if ac_fn_c_try_link "$LINENO"; then :
13973 ac_cv_have_timezone="yes"
13974 else
13975 ac_cv_have_timezone="no"
13977 rm -f core conftest.err conftest.$ac_objext \
13978 conftest$ac_exeext conftest.$ac_ext
13980 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_timezone" >&5
13981 $as_echo "$ac_cv_have_timezone" >&6; }
13982 if test "$ac_cv_have_timezone" = "yes"
13983 then
13985 $as_echo "#define HAVE_TIMEZONE 1" >>confdefs.h
13988 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for daylight variable" >&5
13989 $as_echo_n "checking for daylight variable... " >&6; }
13990 if test "${ac_cv_have_daylight+set}" = set; then :
13991 $as_echo_n "(cached) " >&6
13992 else
13993 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13994 /* end confdefs.h. */
13995 #include <time.h>
13997 main ()
13999 daylight = 1
14001 return 0;
14003 _ACEOF
14004 if ac_fn_c_try_link "$LINENO"; then :
14005 ac_cv_have_daylight="yes"
14006 else
14007 ac_cv_have_daylight="no"
14009 rm -f core conftest.err conftest.$ac_objext \
14010 conftest$ac_exeext conftest.$ac_ext
14012 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_daylight" >&5
14013 $as_echo "$ac_cv_have_daylight" >&6; }
14014 if test "$ac_cv_have_daylight" = "yes"
14015 then
14017 $as_echo "#define HAVE_DAYLIGHT 1" >>confdefs.h
14021 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isinf" >&5
14022 $as_echo_n "checking for isinf... " >&6; }
14023 if test "${ac_cv_have_isinf+set}" = set; then :
14024 $as_echo_n "(cached) " >&6
14025 else
14026 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14027 /* end confdefs.h. */
14028 #include <math.h>
14030 main ()
14032 float f = 0.0; int i=isinf(f)
14034 return 0;
14036 _ACEOF
14037 if ac_fn_c_try_link "$LINENO"; then :
14038 ac_cv_have_isinf="yes"
14039 else
14040 ac_cv_have_isinf="no"
14042 rm -f core conftest.err conftest.$ac_objext \
14043 conftest$ac_exeext conftest.$ac_ext
14045 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isinf" >&5
14046 $as_echo "$ac_cv_have_isinf" >&6; }
14047 if test "$ac_cv_have_isinf" = "yes"
14048 then
14050 $as_echo "#define HAVE_ISINF 1" >>confdefs.h
14054 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isnan" >&5
14055 $as_echo_n "checking for isnan... " >&6; }
14056 if test "${ac_cv_have_isnan+set}" = set; then :
14057 $as_echo_n "(cached) " >&6
14058 else
14059 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14060 /* end confdefs.h. */
14061 #include <math.h>
14063 main ()
14065 float f = 0.0; int i=isnan(f)
14067 return 0;
14069 _ACEOF
14070 if ac_fn_c_try_link "$LINENO"; then :
14071 ac_cv_have_isnan="yes"
14072 else
14073 ac_cv_have_isnan="no"
14075 rm -f core conftest.err conftest.$ac_objext \
14076 conftest$ac_exeext conftest.$ac_ext
14078 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isnan" >&5
14079 $as_echo "$ac_cv_have_isnan" >&6; }
14080 if test "$ac_cv_have_isnan" = "yes"
14081 then
14083 $as_echo "#define HAVE_ISNAN 1" >>confdefs.h
14088 case $host_cpu in
14089 *i[3456789]86*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __i386__" >&5
14090 $as_echo_n "checking whether we need to define __i386__... " >&6; }
14091 if test "${ac_cv_cpp_def___i386__+set}" = set; then :
14092 $as_echo_n "(cached) " >&6
14093 else
14094 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14095 /* end confdefs.h. */
14096 #ifndef __i386__
14098 #endif
14099 _ACEOF
14100 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
14101 $EGREP "yes" >/dev/null 2>&1; then :
14102 ac_cv_cpp_def___i386__=yes
14103 else
14104 ac_cv_cpp_def___i386__=no
14106 rm -f conftest*
14109 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___i386__" >&5
14110 $as_echo "$ac_cv_cpp_def___i386__" >&6; }
14111 if test $ac_cv_cpp_def___i386__ = yes; then :
14112 CFLAGS="$CFLAGS -D__i386__"
14113 LINTFLAGS="$LINTFLAGS -D__i386__"
14114 fi ;;
14115 *x86_64*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __x86_64__" >&5
14116 $as_echo_n "checking whether we need to define __x86_64__... " >&6; }
14117 if test "${ac_cv_cpp_def___x86_64__+set}" = set; then :
14118 $as_echo_n "(cached) " >&6
14119 else
14120 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14121 /* end confdefs.h. */
14122 #ifndef __x86_64__
14124 #endif
14125 _ACEOF
14126 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
14127 $EGREP "yes" >/dev/null 2>&1; then :
14128 ac_cv_cpp_def___x86_64__=yes
14129 else
14130 ac_cv_cpp_def___x86_64__=no
14132 rm -f conftest*
14135 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___x86_64__" >&5
14136 $as_echo "$ac_cv_cpp_def___x86_64__" >&6; }
14137 if test $ac_cv_cpp_def___x86_64__ = yes; then :
14138 CFLAGS="$CFLAGS -D__x86_64__"
14139 LINTFLAGS="$LINTFLAGS -D__x86_64__"
14140 fi ;;
14141 *alpha*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __ALPHA__" >&5
14142 $as_echo_n "checking whether we need to define __ALPHA__... " >&6; }
14143 if test "${ac_cv_cpp_def___ALPHA__+set}" = set; then :
14144 $as_echo_n "(cached) " >&6
14145 else
14146 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14147 /* end confdefs.h. */
14148 #ifndef __ALPHA__
14150 #endif
14151 _ACEOF
14152 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
14153 $EGREP "yes" >/dev/null 2>&1; then :
14154 ac_cv_cpp_def___ALPHA__=yes
14155 else
14156 ac_cv_cpp_def___ALPHA__=no
14158 rm -f conftest*
14161 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___ALPHA__" >&5
14162 $as_echo "$ac_cv_cpp_def___ALPHA__" >&6; }
14163 if test $ac_cv_cpp_def___ALPHA__ = yes; then :
14164 CFLAGS="$CFLAGS -D__ALPHA__"
14165 LINTFLAGS="$LINTFLAGS -D__ALPHA__"
14166 fi ;;
14167 *sparc*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sparc__" >&5
14168 $as_echo_n "checking whether we need to define __sparc__... " >&6; }
14169 if test "${ac_cv_cpp_def___sparc__+set}" = set; then :
14170 $as_echo_n "(cached) " >&6
14171 else
14172 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14173 /* end confdefs.h. */
14174 #ifndef __sparc__
14176 #endif
14177 _ACEOF
14178 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
14179 $EGREP "yes" >/dev/null 2>&1; then :
14180 ac_cv_cpp_def___sparc__=yes
14181 else
14182 ac_cv_cpp_def___sparc__=no
14184 rm -f conftest*
14187 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sparc__" >&5
14188 $as_echo "$ac_cv_cpp_def___sparc__" >&6; }
14189 if test $ac_cv_cpp_def___sparc__ = yes; then :
14190 CFLAGS="$CFLAGS -D__sparc__"
14191 LINTFLAGS="$LINTFLAGS -D__sparc__"
14192 fi ;;
14193 *powerpc*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __powerpc__" >&5
14194 $as_echo_n "checking whether we need to define __powerpc__... " >&6; }
14195 if test "${ac_cv_cpp_def___powerpc__+set}" = set; then :
14196 $as_echo_n "(cached) " >&6
14197 else
14198 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14199 /* end confdefs.h. */
14200 #ifndef __powerpc__
14202 #endif
14203 _ACEOF
14204 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
14205 $EGREP "yes" >/dev/null 2>&1; then :
14206 ac_cv_cpp_def___powerpc__=yes
14207 else
14208 ac_cv_cpp_def___powerpc__=no
14210 rm -f conftest*
14213 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___powerpc__" >&5
14214 $as_echo "$ac_cv_cpp_def___powerpc__" >&6; }
14215 if test $ac_cv_cpp_def___powerpc__ = yes; then :
14216 CFLAGS="$CFLAGS -D__powerpc__"
14217 LINTFLAGS="$LINTFLAGS -D__powerpc__"
14218 fi ;;
14219 esac
14221 case $host_vendor in
14222 *sun*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sun__" >&5
14223 $as_echo_n "checking whether we need to define __sun__... " >&6; }
14224 if test "${ac_cv_cpp_def___sun__+set}" = set; then :
14225 $as_echo_n "(cached) " >&6
14226 else
14227 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14228 /* end confdefs.h. */
14229 #ifndef __sun__
14231 #endif
14232 _ACEOF
14233 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
14234 $EGREP "yes" >/dev/null 2>&1; then :
14235 ac_cv_cpp_def___sun__=yes
14236 else
14237 ac_cv_cpp_def___sun__=no
14239 rm -f conftest*
14242 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sun__" >&5
14243 $as_echo "$ac_cv_cpp_def___sun__" >&6; }
14244 if test $ac_cv_cpp_def___sun__ = yes; then :
14245 CFLAGS="$CFLAGS -D__sun__"
14246 LINTFLAGS="$LINTFLAGS -D__sun__"
14247 fi ;;
14248 esac
14254 ac_config_commands="$ac_config_commands include/stamp-h"
14257 ALL_MAKEFILE_DEPENDS="
14258 # Rules automatically generated by configure
14260 .INIT: Makefile
14261 .MAKEFILEDEPS:
14262 all: Makefile
14263 Makefile: Makefile.in Make.vars.in Make.rules config.status
14264 @./config.status Make.tmp Makefile"
14266 ALL_WINETEST_DEPENDS="# Test binaries"
14268 ALL_TEST_BINARIES=""
14271 wine_fn_append_file ()
14273 as_fn_append $1 " \\$as_nl $2"
14276 wine_fn_append_rule ()
14278 as_fn_append $1 "$as_nl$2"
14281 wine_fn_all_dir_rules ()
14283 ac_dir=$1
14284 ac_alldeps=$2
14285 ac_makedep="\$(MAKEDEP)"
14286 ac_input=Make.vars.in:$ac_dir/Makefile.in
14287 if test $ac_dir != tools
14288 then
14289 ac_alldeps="$2 $ac_makedep"
14291 case $2 in
14292 *.in) ac_input=$ac_input:$2 ;;
14293 *) ac_makedep="$2 $ac_makedep" ;;
14294 esac
14296 wine_fn_append_file ALL_DIRS $ac_dir
14297 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14298 "__clean__: $ac_dir/__clean__
14299 .PHONY: $ac_dir/__clean__
14300 $ac_dir/__clean__: $ac_dir/Makefile
14301 @cd $ac_dir && \$(MAKE) clean
14302 \$(RM) $ac_dir/Makefile
14303 $ac_dir/Makefile: $ac_dir/Makefile.in Make.vars.in config.status $ac_alldeps
14304 @./config.status --file $ac_dir/Makefile:$ac_input && cd $ac_dir && \$(MAKE) depend
14305 depend: $ac_dir/__depend__
14306 .PHONY: $ac_dir/__depend__
14307 $ac_dir/__depend__: $ac_makedep dummy
14308 @./config.status --file $ac_dir/Makefile:$ac_input && cd $ac_dir && \$(MAKE) depend"
14311 wine_fn_config_makefile ()
14313 ac_dir=$1
14314 ac_enable=$2
14315 if eval test \"x\$"$ac_enable"\" = x"no"; then :
14316 return 0
14319 wine_fn_all_dir_rules $ac_dir Make.rules
14320 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14321 "all: $ac_dir
14322 .PHONY: $ac_dir
14323 $ac_dir: $ac_dir/Makefile dummy
14324 @cd $ac_dir && \$(MAKE)
14325 install:: $ac_dir
14326 @cd $ac_dir && \$(MAKE) install
14327 install-lib:: $ac_dir
14328 @cd $ac_dir && \$(MAKE) install-lib
14329 install-dev:: $ac_dir
14330 @cd $ac_dir && \$(MAKE) install-dev
14331 uninstall:: $ac_dir/Makefile
14332 @cd $ac_dir && \$(MAKE) uninstall"
14335 wine_fn_config_lib ()
14337 ac_name=$1
14338 ac_dir=dlls/$ac_name
14339 wine_fn_all_dir_rules $ac_dir dlls/Makeimplib.rules
14340 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14341 "all __builddeps__: $ac_dir
14342 $ac_dir: $ac_dir/Makefile tools/widl tools/winebuild tools/winegcc include dummy
14343 @cd $ac_dir && \$(MAKE)
14344 install install-dev:: $ac_dir
14345 @cd $ac_dir && \$(MAKE) install
14346 uninstall:: $ac_dir/Makefile
14347 @cd $ac_dir && \$(MAKE) uninstall"
14350 wine_fn_config_dll ()
14352 ac_name=$1
14353 ac_dir=dlls/$ac_name
14354 ac_enable=$2
14355 ac_implib=$3
14356 ac_implibsrc=$4
14357 ac_file=$ac_dir/lib$ac_implib
14358 ac_deps="tools/widl tools/winebuild tools/winegcc include"
14359 ac_implibflags=""
14361 case $ac_name in
14362 *16) ac_implibflags=" -m16" ;;
14363 esac
14365 wine_fn_all_dir_rules $ac_dir dlls/Makedll.rules
14367 if eval test \"x\$"$ac_enable"\" = x"no"; then :
14368 test "$ac_enable" != enable_win16 || return 0
14369 else
14370 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14371 "all: $ac_dir
14372 .PHONY: $ac_dir
14373 $ac_dir: $ac_dir/Makefile __builddeps__ dummy
14374 @cd $ac_dir && \$(MAKE)
14375 install:: $ac_dir/Makefile __builddeps__
14376 @cd $ac_dir && \$(MAKE) install
14377 install-lib:: $ac_dir/Makefile __builddeps__
14378 @cd $ac_dir && \$(MAKE) install-lib
14379 uninstall manpages htmlpages sgmlpages xmlpages:: $ac_dir/Makefile
14380 @cd $ac_dir && \$(MAKE) \$@"
14383 if test -n "$ac_implibsrc"
14384 then
14385 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14386 "__builddeps__: $ac_file.$IMPLIBEXT $ac_file.$STATIC_IMPLIBEXT
14387 $ac_file.$IMPLIBEXT $ac_file.$STATIC_IMPLIBEXT $ac_file.cross.a: $ac_deps
14388 $ac_file.def: $ac_dir/$ac_name.spec $ac_dir/Makefile
14389 @cd $ac_dir && \$(MAKE) lib$ac_implib.def
14390 $ac_file.$STATIC_IMPLIBEXT: $ac_dir/Makefile dummy
14391 @cd $ac_dir && \$(MAKE) lib$ac_implib.$STATIC_IMPLIBEXT
14392 install-dev:: $ac_dir/Makefile __builddeps__
14393 @cd $ac_dir && \$(MAKE) install-dev"
14394 if test "x$CROSSTEST_DISABLE" = x
14395 then
14396 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14397 "__builddeps__: $ac_file.cross.a
14398 $ac_file.cross.a: $ac_dir/Makefile dummy
14399 @cd $ac_dir && \$(MAKE) lib$ac_implib.cross.a"
14402 elif test -n "$ac_implib"
14403 then
14404 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14405 "__builddeps__: $ac_file.$IMPLIBEXT
14406 $ac_file.def: $ac_dir/$ac_name.spec $ac_dir/Makefile \$(WINEBUILD)
14407 \$(WINEBUILD) \$(TARGETFLAGS)$ac_implibflags -w --def -o \$@ --export \$(srcdir)/$ac_dir/$ac_name.spec
14408 $ac_file.a: $ac_dir/$ac_name.spec $ac_dir/Makefile \$(WINEBUILD)
14409 \$(WINEBUILD) \$(TARGETFLAGS)$ac_implibflags -w --implib -o \$@ --export \$(srcdir)/$ac_dir/$ac_name.spec
14410 install-dev:: $ac_dir/Makefile __builddeps__
14411 @cd $ac_dir && \$(MAKE) install-dev"
14412 if test "x$CROSSTEST_DISABLE" = x
14413 then
14414 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14415 "__builddeps__: $ac_file.cross.a
14416 $ac_file.cross.a: $ac_dir/$ac_name.spec $ac_dir/Makefile \$(WINEBUILD)
14417 \$(WINEBUILD) \$(CROSSTARGET:%=-b %)$ac_implibflags -w --implib -o \$@ --export \$(srcdir)/$ac_dir/$ac_name.spec"
14420 if test "$ac_name" != "$ac_implib"
14421 then
14422 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14423 "__builddeps__: dlls/lib$ac_implib.$IMPLIBEXT
14424 dlls/lib$ac_implib.$IMPLIBEXT: $ac_file.$IMPLIBEXT
14425 \$(RM) \$@ && \$(LN_S) $ac_name/lib$ac_implib.$IMPLIBEXT \$@
14426 clean::
14427 \$(RM) dlls/lib$ac_implib.$IMPLIBEXT"
14428 if test "x$CROSSTEST_DISABLE" = x
14429 then
14430 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14431 "__builddeps__: dlls/lib$ac_implib.cross.a
14432 dlls/lib$ac_implib.cross.a: $ac_file.cross.a
14433 \$(RM) \$@ && \$(LN_S) $ac_name/lib$ac_implib.cross.a \$@"
14439 wine_fn_config_program ()
14441 ac_name=$1
14442 ac_dir=programs/$ac_name
14443 ac_enable=$2
14444 ac_install=$3
14445 wine_fn_all_dir_rules $ac_dir programs/Makeprog.rules
14447 if eval test \"x\$"$ac_enable"\" = x"no"; then :
14449 else
14450 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14451 "all: $ac_dir
14452 .PHONY: $ac_dir
14453 $ac_dir: $ac_dir/Makefile __builddeps__ dummy
14454 @cd $ac_dir && \$(MAKE)"
14456 test -n "$ac_install" || return
14457 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14458 "install install-lib:: $ac_dir/Makefile __builddeps__
14459 @cd $ac_dir && \$(MAKE) install
14460 uninstall:: $ac_dir/Makefile
14461 @cd $ac_dir && \$(MAKE) uninstall"
14462 if test "$ac_install" = installbin -a -n "$DLLEXT" -a "x$enable_tools" != xno
14463 then
14464 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14465 "install install-lib:: tools \$(DESTDIR)\$(bindir)
14466 \$(INSTALL_SCRIPT) tools/wineapploader \$(DESTDIR)\$(bindir)/$ac_name
14467 uninstall::
14468 \$(RM) \$(DESTDIR)\$(bindir)/$ac_name"
14473 wine_fn_config_test ()
14475 ac_dir=$1
14476 ac_name=$2
14477 wine_fn_append_file ALL_TEST_BINARIES $ac_name.exe
14478 wine_fn_append_rule ALL_WINETEST_DEPENDS \
14479 "$ac_name.exe: \$(top_builddir)/$ac_dir/$ac_name.exe$DLLEXT
14480 cp \$(top_builddir)/$ac_dir/$ac_name.exe$DLLEXT \$@ && \$(STRIP) \$@
14481 $ac_name.rc:
14482 echo \"$ac_name.exe TESTRES \\\"$ac_name.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
14483 $ac_name.res: $ac_name.rc $ac_name.exe"
14484 wine_fn_all_dir_rules $ac_dir Maketest.rules
14486 if test "x$enable_tests" = x""no; then :
14488 else
14489 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14490 "all programs/winetest: $ac_dir
14491 .PHONY: $ac_dir
14492 $ac_dir: $ac_dir/Makefile __builddeps__ dummy
14493 @cd $ac_dir && \$(MAKE)
14494 test: $ac_dir/__test__
14495 .PHONY: $ac_dir/__test__
14496 $ac_dir/__test__: dummy
14497 @cd $ac_dir && \$(MAKE) test
14498 testclean::
14499 \$(RM) $ac_dir/*.ok"
14501 if test "x$CROSSTEST_DISABLE" = x
14502 then
14503 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14504 "crosstest: $ac_dir/__crosstest__
14505 .PHONY: $ac_dir/__crosstest__
14506 $ac_dir/__crosstest__: $ac_dir/Makefile __builddeps__ dummy
14507 @cd $ac_dir && \$(MAKE) crosstest"
14512 wine_fn_config_tool ()
14514 ac_dir=$1
14515 wine_fn_all_dir_rules $ac_dir Make.rules
14517 if test "x$enable_tools" = x""no; then :
14519 else
14520 case $ac_dir in
14521 tools) wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14522 "install:: $ac_dir
14523 @cd $ac_dir && \$(MAKE) install
14524 install-lib:: $ac_dir
14525 @cd $ac_dir && \$(MAKE) install-lib
14526 install-dev:: $ac_dir
14527 @cd $ac_dir && \$(MAKE) install-dev" ;;
14528 *) wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14529 "install install-dev:: $ac_dir
14530 @cd $ac_dir && \$(MAKE) install" ;;
14531 esac
14532 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14533 "uninstall:: $ac_dir/Makefile
14534 @cd $ac_dir && \$(MAKE) uninstall
14535 all __tooldeps__: $ac_dir
14536 .PHONY: $ac_dir
14537 $ac_dir: $ac_dir/Makefile libs/port dummy
14538 @cd $ac_dir && \$(MAKE)"
14539 case $ac_dir in
14540 tools/winebuild) wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(WINEBUILD): $ac_dir" ;;
14541 esac
14545 wine_fn_config_makerules ()
14547 ac_rules=$1
14548 ac_deps=$2
14549 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14550 "$ac_rules: $ac_rules.in $ac_deps config.status
14551 @./config.status $ac_rules
14552 distclean::
14553 \$(RM) $ac_rules"
14556 wine_fn_config_symlink ()
14558 ac_link=$1
14559 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14560 "$ac_link:
14561 @./config.status $ac_link
14562 distclean::
14563 \$(RM) $ac_link"
14566 if test "x$CROSSTEST_DISABLE" != x
14567 then
14568 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14569 "crosstest:
14570 @echo \"crosstest is not supported (mingw not installed?)\" && false"
14572 ac_config_links="$ac_config_links dlls/shell32/AUTHORS:AUTHORS"
14573 wine_fn_config_symlink dlls/shell32/AUTHORS
14574 ac_config_links="$ac_config_links dlls/wineps.drv/generic.ppd:dlls/wineps.drv/generic.ppd"
14575 test "$srcdir" = "." || wine_fn_config_symlink dlls/wineps.drv/generic.ppd
14576 if test "x$enable_fonts" != xno; then
14577 ac_config_links="$ac_config_links fonts/marlett.ttf:fonts/marlett.ttf"
14578 test "$srcdir" = "." || wine_fn_config_symlink fonts/marlett.ttf
14580 if test "x$enable_fonts" != xno; then
14581 ac_config_links="$ac_config_links fonts/symbol.ttf:fonts/symbol.ttf"
14582 test "$srcdir" = "." || wine_fn_config_symlink fonts/symbol.ttf
14584 if test "x$enable_fonts" != xno; then
14585 ac_config_links="$ac_config_links fonts/tahoma.ttf:fonts/tahoma.ttf"
14586 test "$srcdir" = "." || wine_fn_config_symlink fonts/tahoma.ttf
14588 if test "x$enable_fonts" != xno; then
14589 ac_config_links="$ac_config_links fonts/tahomabd.ttf:fonts/tahomabd.ttf"
14590 test "$srcdir" = "." || wine_fn_config_symlink fonts/tahomabd.ttf
14592 ac_config_links="$ac_config_links tools/l_intl.nls:tools/l_intl.nls"
14593 test "$srcdir" = "." || wine_fn_config_symlink tools/l_intl.nls
14594 ac_config_links="$ac_config_links wine:tools/winewrapper"
14595 wine_fn_config_symlink wine
14597 ac_config_commands="$ac_config_commands dlls/gdi32/enhmfdrv"
14599 ac_config_commands="$ac_config_commands dlls/gdi32/mfdrv"
14601 ac_config_commands="$ac_config_commands dlls/kernel32/nls"
14603 ac_config_commands="$ac_config_commands dlls/user32/resources"
14605 ac_config_commands="$ac_config_commands dlls/wineps.drv/data"
14607 ac_config_commands="$ac_config_commands include/wine"
14610 wine_fn_config_makerules Make.rules
14611 MAKE_RULES=Make.rules
14612 ac_config_files="$ac_config_files Make.rules"
14614 wine_fn_config_makerules Maketest.rules Make.rules
14615 MAKE_TEST_RULES=Maketest.rules
14616 ac_config_files="$ac_config_files Maketest.rules"
14618 wine_fn_config_makerules dlls/Makedll.rules Make.rules
14619 MAKE_DLL_RULES=dlls/Makedll.rules
14620 ac_config_files="$ac_config_files dlls/Makedll.rules"
14622 wine_fn_config_makerules dlls/Makeimplib.rules Make.rules
14623 MAKE_IMPLIB_RULES=dlls/Makeimplib.rules
14624 ac_config_files="$ac_config_files dlls/Makeimplib.rules"
14626 wine_fn_config_makerules programs/Makeprog.rules Make.rules
14627 MAKE_PROG_RULES=programs/Makeprog.rules
14628 ac_config_files="$ac_config_files programs/Makeprog.rules"
14631 wine_fn_config_dll acledit enable_acledit
14632 wine_fn_config_dll aclui enable_aclui aclui
14633 wine_fn_config_dll activeds enable_activeds activeds
14634 wine_fn_config_dll actxprxy enable_actxprxy
14635 wine_fn_config_lib adsiid
14636 wine_fn_config_dll advapi32 enable_advapi32 advapi32
14637 wine_fn_config_test dlls/advapi32/tests advapi32_test
14638 wine_fn_config_dll advpack enable_advpack advpack
14639 wine_fn_config_test dlls/advpack/tests advpack_test
14640 wine_fn_config_dll amstream enable_amstream
14641 wine_fn_config_test dlls/amstream/tests amstream_test
14642 wine_fn_config_dll appwiz.cpl enable_appwiz_cpl
14643 wine_fn_config_dll atl enable_atl atl
14644 wine_fn_config_test dlls/atl/tests atl_test
14645 wine_fn_config_dll authz enable_authz
14646 wine_fn_config_dll avicap32 enable_avicap32 avicap32
14647 wine_fn_config_dll avifil32 enable_avifil32 avifil32
14648 wine_fn_config_test dlls/avifil32/tests avifil32_test
14649 wine_fn_config_dll avifile.dll16 enable_win16
14650 wine_fn_config_dll avrt enable_avrt avrt
14651 wine_fn_config_dll bcrypt enable_bcrypt
14652 wine_fn_config_dll browseui enable_browseui
14653 wine_fn_config_test dlls/browseui/tests browseui_test
14654 wine_fn_config_dll cabinet enable_cabinet cabinet
14655 wine_fn_config_test dlls/cabinet/tests cabinet_test
14656 wine_fn_config_dll capi2032 enable_capi2032 capi2032
14657 wine_fn_config_dll cards enable_cards cards
14658 wine_fn_config_dll cfgmgr32 enable_cfgmgr32 cfgmgr32
14659 wine_fn_config_dll clusapi enable_clusapi clusapi
14660 wine_fn_config_dll comcat enable_comcat
14661 wine_fn_config_test dlls/comcat/tests comcat_test
14662 wine_fn_config_dll comctl32 enable_comctl32 comctl32
14663 wine_fn_config_test dlls/comctl32/tests comctl32_test
14664 wine_fn_config_dll comdlg32 enable_comdlg32 comdlg32
14665 wine_fn_config_test dlls/comdlg32/tests comdlg32_test
14666 wine_fn_config_dll comm.drv16 enable_win16
14667 wine_fn_config_dll commdlg.dll16 enable_win16
14668 wine_fn_config_dll compobj.dll16 enable_win16
14669 wine_fn_config_dll compstui enable_compstui compstui
14670 wine_fn_config_dll credui enable_credui credui
14671 wine_fn_config_test dlls/credui/tests credui_test
14672 wine_fn_config_dll crtdll enable_crtdll crtdll
14673 wine_fn_config_dll crypt32 enable_crypt32 crypt32
14674 wine_fn_config_test dlls/crypt32/tests crypt32_test
14675 wine_fn_config_dll cryptdlg enable_cryptdlg
14676 wine_fn_config_dll cryptdll enable_cryptdll cryptdll
14677 wine_fn_config_dll cryptnet enable_cryptnet cryptnet
14678 wine_fn_config_test dlls/cryptnet/tests cryptnet_test
14679 wine_fn_config_dll cryptui enable_cryptui cryptui
14680 wine_fn_config_test dlls/cryptui/tests cryptui_test
14681 wine_fn_config_dll ctapi32 enable_ctapi32
14682 wine_fn_config_dll ctl3d.dll16 enable_win16
14683 wine_fn_config_dll ctl3d32 enable_ctl3d32 ctl3d32
14684 wine_fn_config_dll ctl3dv2.dll16 enable_win16
14685 wine_fn_config_dll d3d10 enable_d3d10 d3d10
14686 wine_fn_config_test dlls/d3d10/tests d3d10_test
14687 wine_fn_config_dll d3d10core enable_d3d10core d3d10core
14688 wine_fn_config_test dlls/d3d10core/tests d3d10core_test
14689 wine_fn_config_dll d3d8 enable_d3d8 d3d8
14690 wine_fn_config_test dlls/d3d8/tests d3d8_test
14691 wine_fn_config_dll d3d9 enable_d3d9 d3d9
14692 wine_fn_config_test dlls/d3d9/tests d3d9_test
14693 wine_fn_config_dll d3dcompiler_33 enable_d3dcompiler_33
14694 wine_fn_config_dll d3dcompiler_34 enable_d3dcompiler_34
14695 wine_fn_config_dll d3dcompiler_35 enable_d3dcompiler_35
14696 wine_fn_config_dll d3dcompiler_36 enable_d3dcompiler_36
14697 wine_fn_config_dll d3dcompiler_37 enable_d3dcompiler_37
14698 wine_fn_config_dll d3dcompiler_38 enable_d3dcompiler_38
14699 wine_fn_config_dll d3dcompiler_39 enable_d3dcompiler_39
14700 wine_fn_config_dll d3dcompiler_40 enable_d3dcompiler_40
14701 wine_fn_config_dll d3dcompiler_41 enable_d3dcompiler_41
14702 wine_fn_config_dll d3dcompiler_42 enable_d3dcompiler_42
14703 wine_fn_config_dll d3dcompiler_43 enable_d3dcompiler_43 d3dcompiler
14704 wine_fn_config_test dlls/d3dcompiler_43/tests d3dcompiler_43_test
14705 wine_fn_config_dll d3dim enable_d3dim d3dim
14706 wine_fn_config_dll d3drm enable_d3drm d3drm
14707 wine_fn_config_test dlls/d3drm/tests d3drm_test
14708 wine_fn_config_dll d3dx10_33 enable_d3dx10_33
14709 wine_fn_config_dll d3dx10_34 enable_d3dx10_34
14710 wine_fn_config_dll d3dx10_35 enable_d3dx10_35
14711 wine_fn_config_dll d3dx10_36 enable_d3dx10_36
14712 wine_fn_config_dll d3dx10_37 enable_d3dx10_37
14713 wine_fn_config_dll d3dx10_38 enable_d3dx10_38
14714 wine_fn_config_dll d3dx10_39 enable_d3dx10_39
14715 wine_fn_config_dll d3dx10_40 enable_d3dx10_40
14716 wine_fn_config_dll d3dx10_41 enable_d3dx10_41
14717 wine_fn_config_dll d3dx10_42 enable_d3dx10_42
14718 wine_fn_config_dll d3dx10_43 enable_d3dx10_43
14719 wine_fn_config_dll d3dx9_24 enable_d3dx9_24
14720 wine_fn_config_dll d3dx9_25 enable_d3dx9_25
14721 wine_fn_config_dll d3dx9_26 enable_d3dx9_26
14722 wine_fn_config_dll d3dx9_27 enable_d3dx9_27
14723 wine_fn_config_dll d3dx9_28 enable_d3dx9_28
14724 wine_fn_config_dll d3dx9_29 enable_d3dx9_29
14725 wine_fn_config_dll d3dx9_30 enable_d3dx9_30
14726 wine_fn_config_dll d3dx9_31 enable_d3dx9_31
14727 wine_fn_config_dll d3dx9_32 enable_d3dx9_32
14728 wine_fn_config_dll d3dx9_33 enable_d3dx9_33
14729 wine_fn_config_dll d3dx9_34 enable_d3dx9_34
14730 wine_fn_config_dll d3dx9_35 enable_d3dx9_35
14731 wine_fn_config_dll d3dx9_36 enable_d3dx9_36 d3dx9
14732 wine_fn_config_test dlls/d3dx9_36/tests d3dx9_36_test
14733 wine_fn_config_dll d3dx9_37 enable_d3dx9_37
14734 wine_fn_config_dll d3dx9_38 enable_d3dx9_38
14735 wine_fn_config_dll d3dx9_39 enable_d3dx9_39
14736 wine_fn_config_dll d3dx9_40 enable_d3dx9_40
14737 wine_fn_config_dll d3dx9_41 enable_d3dx9_41
14738 wine_fn_config_dll d3dx9_42 enable_d3dx9_42
14739 wine_fn_config_dll d3dx9_43 enable_d3dx9_43
14740 wine_fn_config_dll d3dxof enable_d3dxof d3dxof
14741 wine_fn_config_test dlls/d3dxof/tests d3dxof_test
14742 wine_fn_config_dll dbghelp enable_dbghelp dbghelp
14743 wine_fn_config_dll dciman32 enable_dciman32 dciman32
14744 wine_fn_config_dll ddeml.dll16 enable_win16
14745 wine_fn_config_dll ddraw enable_ddraw ddraw
14746 wine_fn_config_test dlls/ddraw/tests ddraw_test
14747 wine_fn_config_dll ddrawex enable_ddrawex
14748 wine_fn_config_test dlls/ddrawex/tests ddrawex_test
14749 wine_fn_config_dll devenum enable_devenum
14750 wine_fn_config_dll dinput enable_dinput dinput "data_formats.c"
14751 wine_fn_config_test dlls/dinput/tests dinput_test
14752 wine_fn_config_dll dinput8 enable_dinput8 dinput8
14753 wine_fn_config_dll dispdib.dll16 enable_win16
14754 wine_fn_config_dll dispex enable_dispex
14755 wine_fn_config_test dlls/dispex/tests dispex_test
14756 wine_fn_config_dll display.drv16 enable_win16
14757 wine_fn_config_dll dmband enable_dmband
14758 wine_fn_config_dll dmcompos enable_dmcompos
14759 wine_fn_config_dll dmime enable_dmime
14760 wine_fn_config_test dlls/dmime/tests dmime_test
14761 wine_fn_config_dll dmloader enable_dmloader
14762 wine_fn_config_test dlls/dmloader/tests dmloader_test
14763 wine_fn_config_dll dmscript enable_dmscript
14764 wine_fn_config_dll dmstyle enable_dmstyle
14765 wine_fn_config_dll dmsynth enable_dmsynth
14766 wine_fn_config_dll dmusic enable_dmusic
14767 wine_fn_config_dll dmusic32 enable_dmusic32 dmusic32
14768 wine_fn_config_dll dnsapi enable_dnsapi dnsapi
14769 wine_fn_config_test dlls/dnsapi/tests dnsapi_test
14770 wine_fn_config_dll dplay enable_dplay dplay
14771 wine_fn_config_dll dplayx enable_dplayx dplayx
14772 wine_fn_config_test dlls/dplayx/tests dplayx_test
14773 wine_fn_config_dll dpnaddr enable_dpnaddr
14774 wine_fn_config_dll dpnet enable_dpnet dpnet
14775 wine_fn_config_dll dpnhpast enable_dpnhpast
14776 wine_fn_config_dll dpnlobby enable_dpnlobby
14777 wine_fn_config_dll dpwsockx enable_dpwsockx
14778 wine_fn_config_dll drmclien enable_drmclien
14779 wine_fn_config_dll dsound enable_dsound dsound
14780 wine_fn_config_test dlls/dsound/tests dsound_test
14781 wine_fn_config_dll dssenh enable_dssenh
14782 wine_fn_config_dll dswave enable_dswave
14783 wine_fn_config_dll dwmapi enable_dwmapi dwmapi
14784 wine_fn_config_dll dxdiagn enable_dxdiagn
14785 wine_fn_config_test dlls/dxdiagn/tests dxdiagn_test
14786 wine_fn_config_lib dxerr8
14787 wine_fn_config_lib dxerr9
14788 wine_fn_config_dll dxgi enable_dxgi dxgi
14789 wine_fn_config_test dlls/dxgi/tests dxgi_test
14790 wine_fn_config_lib dxguid
14791 wine_fn_config_dll explorerframe enable_explorerframe
14792 wine_fn_config_test dlls/explorerframe/tests explorerframe_test
14793 wine_fn_config_dll faultrep enable_faultrep faultrep
14794 wine_fn_config_test dlls/faultrep/tests faultrep_test
14795 wine_fn_config_dll fltlib enable_fltlib
14796 wine_fn_config_dll fusion enable_fusion
14797 wine_fn_config_test dlls/fusion/tests fusion_test
14798 wine_fn_config_dll fwpuclnt enable_fwpuclnt
14799 wine_fn_config_dll gameux enable_gameux
14800 wine_fn_config_test dlls/gameux/tests gameux_test
14801 wine_fn_config_dll gdi.exe16 enable_win16
14802 wine_fn_config_dll gdi32 enable_gdi32 gdi32
14803 wine_fn_config_test dlls/gdi32/tests gdi32_test
14804 wine_fn_config_dll gdiplus enable_gdiplus gdiplus
14805 wine_fn_config_test dlls/gdiplus/tests gdiplus_test
14806 wine_fn_config_dll glu32 enable_glu32 glu32
14807 wine_fn_config_dll gphoto2.ds enable_gphoto2_ds
14808 wine_fn_config_dll gpkcsp enable_gpkcsp
14809 wine_fn_config_dll hal enable_hal
14810 wine_fn_config_dll hhctrl.ocx enable_hhctrl_ocx
14811 wine_fn_config_dll hid enable_hid hid
14812 wine_fn_config_dll hlink enable_hlink hlink
14813 wine_fn_config_test dlls/hlink/tests hlink_test
14814 wine_fn_config_dll hnetcfg enable_hnetcfg
14815 wine_fn_config_dll httpapi enable_httpapi
14816 wine_fn_config_dll iccvid enable_iccvid
14817 wine_fn_config_dll icmp enable_icmp
14818 wine_fn_config_dll ifsmgr.vxd enable_win16
14819 wine_fn_config_dll imaadp32.acm enable_imaadp32_acm
14820 wine_fn_config_dll imagehlp enable_imagehlp imagehlp
14821 wine_fn_config_test dlls/imagehlp/tests imagehlp_test
14822 wine_fn_config_dll imm.dll16 enable_win16
14823 wine_fn_config_dll imm32 enable_imm32 imm32
14824 wine_fn_config_test dlls/imm32/tests imm32_test
14825 wine_fn_config_dll inetcomm enable_inetcomm inetcomm
14826 wine_fn_config_test dlls/inetcomm/tests inetcomm_test
14827 wine_fn_config_dll inetcpl.cpl enable_inetcpl_cpl
14828 wine_fn_config_dll inetmib1 enable_inetmib1
14829 wine_fn_config_test dlls/inetmib1/tests inetmib1_test
14830 wine_fn_config_dll infosoft enable_infosoft
14831 wine_fn_config_test dlls/infosoft/tests infosoft_test
14832 wine_fn_config_dll initpki enable_initpki
14833 wine_fn_config_dll inkobj enable_inkobj
14834 wine_fn_config_dll inseng enable_inseng
14835 wine_fn_config_dll iphlpapi enable_iphlpapi iphlpapi
14836 wine_fn_config_test dlls/iphlpapi/tests iphlpapi_test
14837 wine_fn_config_dll itircl enable_itircl
14838 wine_fn_config_dll itss enable_itss
14839 wine_fn_config_test dlls/itss/tests itss_test
14840 wine_fn_config_dll jscript enable_jscript
14841 wine_fn_config_test dlls/jscript/tests jscript_test
14842 wine_fn_config_dll kernel32 enable_kernel32 kernel32
14843 wine_fn_config_test dlls/kernel32/tests kernel32_test
14844 wine_fn_config_dll keyboard.drv16 enable_win16
14845 wine_fn_config_dll krnl386.exe16 enable_win16 kernel
14846 wine_fn_config_dll ktmw32 enable_ktmw32
14847 wine_fn_config_dll loadperf enable_loadperf loadperf
14848 wine_fn_config_dll localspl enable_localspl
14849 wine_fn_config_test dlls/localspl/tests localspl_test
14850 wine_fn_config_dll localui enable_localui
14851 wine_fn_config_test dlls/localui/tests localui_test
14852 wine_fn_config_dll lz32 enable_lz32 lz32
14853 wine_fn_config_test dlls/lz32/tests lz32_test
14854 wine_fn_config_dll lzexpand.dll16 enable_win16
14855 wine_fn_config_dll mapi32 enable_mapi32 mapi32
14856 wine_fn_config_test dlls/mapi32/tests mapi32_test
14857 wine_fn_config_dll mapistub enable_mapistub
14858 wine_fn_config_dll mciavi32 enable_mciavi32
14859 wine_fn_config_dll mcicda enable_mcicda
14860 wine_fn_config_dll mciqtz32 enable_mciqtz32
14861 wine_fn_config_dll mciseq enable_mciseq
14862 wine_fn_config_dll mciwave enable_mciwave
14863 wine_fn_config_dll midimap enable_midimap
14864 wine_fn_config_dll mlang enable_mlang mlang
14865 wine_fn_config_test dlls/mlang/tests mlang_test
14866 wine_fn_config_dll mmdevapi enable_mmdevapi
14867 wine_fn_config_test dlls/mmdevapi/tests mmdevapi_test
14868 wine_fn_config_dll mmdevldr.vxd enable_win16
14869 wine_fn_config_dll mmsystem.dll16 enable_win16
14870 wine_fn_config_dll monodebg.vxd enable_win16
14871 wine_fn_config_dll mountmgr.sys enable_mountmgr_sys
14872 wine_fn_config_dll mouse.drv16 enable_win16
14873 wine_fn_config_dll mpr enable_mpr mpr
14874 wine_fn_config_dll mprapi enable_mprapi mprapi
14875 wine_fn_config_dll msacm.dll16 enable_win16
14876 wine_fn_config_dll msacm32.drv enable_msacm32_drv
14877 wine_fn_config_dll msacm32 enable_msacm32 msacm32
14878 wine_fn_config_test dlls/msacm32/tests msacm32_test
14879 wine_fn_config_dll msadp32.acm enable_msadp32_acm
14880 wine_fn_config_dll mscat32 enable_mscat32
14881 wine_fn_config_dll mscms enable_mscms mscms
14882 wine_fn_config_test dlls/mscms/tests mscms_test
14883 wine_fn_config_dll mscoree enable_mscoree
14884 wine_fn_config_test dlls/mscoree/tests mscoree_test
14885 wine_fn_config_dll msctf enable_msctf
14886 wine_fn_config_test dlls/msctf/tests msctf_test
14887 wine_fn_config_dll msdaps enable_msdaps
14888 wine_fn_config_dll msdmo enable_msdmo msdmo
14889 wine_fn_config_dll msftedit enable_msftedit
14890 wine_fn_config_dll msg711.acm enable_msg711_acm
14891 wine_fn_config_dll msgsm32.acm enable_msgsm32_acm
14892 wine_fn_config_dll mshtml.tlb enable_mshtml_tlb
14893 wine_fn_config_dll mshtml enable_mshtml mshtml
14894 wine_fn_config_test dlls/mshtml/tests mshtml_test
14895 wine_fn_config_dll msi enable_msi msi
14896 wine_fn_config_test dlls/msi/tests msi_test
14897 wine_fn_config_dll msimg32 enable_msimg32 msimg32
14898 wine_fn_config_dll msimtf enable_msimtf
14899 wine_fn_config_dll msisip enable_msisip
14900 wine_fn_config_dll msisys.ocx enable_msisys_ocx
14901 wine_fn_config_dll msnet32 enable_msnet32
14902 wine_fn_config_dll msrle32 enable_msrle32
14903 wine_fn_config_dll mssign32 enable_mssign32
14904 wine_fn_config_dll mssip32 enable_mssip32
14905 wine_fn_config_dll mstask enable_mstask
14906 wine_fn_config_test dlls/mstask/tests mstask_test
14907 wine_fn_config_dll msvcirt enable_msvcirt
14908 wine_fn_config_dll msvcp80 enable_msvcp80
14909 wine_fn_config_dll msvcp90 enable_msvcp90
14910 wine_fn_config_test dlls/msvcp90/tests msvcp90_test
14911 wine_fn_config_dll msvcr100 enable_msvcr100
14912 wine_fn_config_dll msvcr70 enable_msvcr70 msvcr70
14913 wine_fn_config_dll msvcr71 enable_msvcr71 msvcr71
14914 wine_fn_config_dll msvcr80 enable_msvcr80
14915 wine_fn_config_dll msvcr90 enable_msvcr90
14916 wine_fn_config_test dlls/msvcr90/tests msvcr90_test
14917 wine_fn_config_dll msvcrt enable_msvcrt msvcrt
14918 wine_fn_config_test dlls/msvcrt/tests msvcrt_test
14919 wine_fn_config_dll msvcrt20 enable_msvcrt20 msvcrt20
14920 wine_fn_config_dll msvcrt40 enable_msvcrt40 msvcrt40
14921 wine_fn_config_dll msvcrtd enable_msvcrtd msvcrtd
14922 wine_fn_config_test dlls/msvcrtd/tests msvcrtd_test
14923 wine_fn_config_dll msvfw32 enable_msvfw32 msvfw32
14924 wine_fn_config_test dlls/msvfw32/tests msvfw32_test
14925 wine_fn_config_dll msvidc32 enable_msvidc32
14926 wine_fn_config_dll msvideo.dll16 enable_win16
14927 wine_fn_config_dll mswsock enable_mswsock mswsock
14928 wine_fn_config_dll msxml3 enable_msxml3
14929 wine_fn_config_test dlls/msxml3/tests msxml3_test
14930 wine_fn_config_dll msxml4 enable_msxml4
14931 wine_fn_config_dll msxml6 enable_msxml6
14932 wine_fn_config_dll nddeapi enable_nddeapi nddeapi
14933 wine_fn_config_dll netapi32 enable_netapi32 netapi32
14934 wine_fn_config_test dlls/netapi32/tests netapi32_test
14935 wine_fn_config_dll newdev enable_newdev newdev
14936 wine_fn_config_dll ntdll enable_ntdll ntdll
14937 wine_fn_config_test dlls/ntdll/tests ntdll_test
14938 wine_fn_config_dll ntdsapi enable_ntdsapi ntdsapi
14939 wine_fn_config_test dlls/ntdsapi/tests ntdsapi_test
14940 wine_fn_config_dll ntoskrnl.exe enable_ntoskrnl_exe ntoskrnl.exe
14941 wine_fn_config_dll ntprint enable_ntprint
14942 wine_fn_config_test dlls/ntprint/tests ntprint_test
14943 wine_fn_config_dll objsel enable_objsel
14944 wine_fn_config_dll odbc32 enable_odbc32 odbc32
14945 wine_fn_config_dll odbccp32 enable_odbccp32 odbccp32
14946 wine_fn_config_test dlls/odbccp32/tests odbccp32_test
14947 wine_fn_config_dll ole2.dll16 enable_win16
14948 wine_fn_config_dll ole2conv.dll16 enable_win16
14949 wine_fn_config_dll ole2disp.dll16 enable_win16
14950 wine_fn_config_dll ole2nls.dll16 enable_win16
14951 wine_fn_config_dll ole2prox.dll16 enable_win16
14952 wine_fn_config_dll ole2thk.dll16 enable_win16
14953 wine_fn_config_dll ole32 enable_ole32 ole32
14954 wine_fn_config_test dlls/ole32/tests ole32_test
14955 wine_fn_config_dll oleacc enable_oleacc oleacc
14956 wine_fn_config_test dlls/oleacc/tests oleacc_test
14957 wine_fn_config_dll oleaut32 enable_oleaut32 oleaut32
14958 wine_fn_config_test dlls/oleaut32/tests oleaut32_test
14959 wine_fn_config_dll olecli.dll16 enable_win16
14960 wine_fn_config_dll olecli32 enable_olecli32 olecli32
14961 wine_fn_config_dll oledb32 enable_oledb32
14962 wine_fn_config_test dlls/oledb32/tests oledb32_test
14963 wine_fn_config_dll oledlg enable_oledlg oledlg
14964 wine_fn_config_dll olepro32 enable_olepro32 olepro32
14965 wine_fn_config_dll olesvr.dll16 enable_win16
14966 wine_fn_config_dll olesvr32 enable_olesvr32 olesvr32
14967 wine_fn_config_dll olethk32 enable_olethk32
14968 wine_fn_config_dll openal32 enable_openal32
14969 wine_fn_config_dll opengl32 enable_opengl32 opengl32
14970 wine_fn_config_test dlls/opengl32/tests opengl32_test
14971 wine_fn_config_dll pdh enable_pdh pdh
14972 wine_fn_config_test dlls/pdh/tests pdh_test
14973 wine_fn_config_dll pidgen enable_pidgen
14974 wine_fn_config_dll powrprof enable_powrprof powrprof
14975 wine_fn_config_dll printui enable_printui
14976 wine_fn_config_dll propsys enable_propsys propsys
14977 wine_fn_config_test dlls/propsys/tests propsys_test
14978 wine_fn_config_dll psapi enable_psapi psapi
14979 wine_fn_config_test dlls/psapi/tests psapi_test
14980 wine_fn_config_dll pstorec enable_pstorec
14981 wine_fn_config_dll qcap enable_qcap
14982 wine_fn_config_dll qedit enable_qedit
14983 wine_fn_config_test dlls/qedit/tests qedit_test
14984 wine_fn_config_dll qmgr enable_qmgr
14985 wine_fn_config_test dlls/qmgr/tests qmgr_test
14986 wine_fn_config_dll qmgrprxy enable_qmgrprxy
14987 wine_fn_config_dll quartz enable_quartz quartz
14988 wine_fn_config_test dlls/quartz/tests quartz_test
14989 wine_fn_config_dll query enable_query
14990 wine_fn_config_dll rasapi16.dll16 enable_win16
14991 wine_fn_config_dll rasapi32 enable_rasapi32 rasapi32
14992 wine_fn_config_test dlls/rasapi32/tests rasapi32_test
14993 wine_fn_config_dll rasdlg enable_rasdlg rasdlg
14994 wine_fn_config_dll resutils enable_resutils resutils
14995 wine_fn_config_dll riched20 enable_riched20 riched20
14996 wine_fn_config_test dlls/riched20/tests riched20_test
14997 wine_fn_config_dll riched32 enable_riched32
14998 wine_fn_config_test dlls/riched32/tests riched32_test
14999 wine_fn_config_dll rpcrt4 enable_rpcrt4 rpcrt4
15000 wine_fn_config_test dlls/rpcrt4/tests rpcrt4_test
15001 wine_fn_config_dll rsabase enable_rsabase
15002 wine_fn_config_dll rsaenh enable_rsaenh rsaenh
15003 wine_fn_config_test dlls/rsaenh/tests rsaenh_test
15004 wine_fn_config_dll rstrtmgr enable_rstrtmgr
15005 wine_fn_config_dll rtutils enable_rtutils rtutils
15006 wine_fn_config_dll samlib enable_samlib
15007 wine_fn_config_dll sane.ds enable_sane_ds
15008 wine_fn_config_dll sccbase enable_sccbase
15009 wine_fn_config_dll schannel enable_schannel
15010 wine_fn_config_test dlls/schannel/tests schannel_test
15011 wine_fn_config_dll secur32 enable_secur32 secur32
15012 wine_fn_config_test dlls/secur32/tests secur32_test
15013 wine_fn_config_dll security enable_security
15014 wine_fn_config_dll sensapi enable_sensapi sensapi
15015 wine_fn_config_dll serialui enable_serialui serialui
15016 wine_fn_config_test dlls/serialui/tests serialui_test
15017 wine_fn_config_dll setupapi enable_setupapi setupapi
15018 wine_fn_config_test dlls/setupapi/tests setupapi_test
15019 wine_fn_config_dll setupx.dll16 enable_win16
15020 wine_fn_config_dll sfc enable_sfc sfc
15021 wine_fn_config_dll sfc_os enable_sfc_os sfc_os
15022 wine_fn_config_dll shdoclc enable_shdoclc
15023 wine_fn_config_dll shdocvw enable_shdocvw shdocvw
15024 wine_fn_config_test dlls/shdocvw/tests shdocvw_test
15025 wine_fn_config_dll shell.dll16 enable_win16
15026 wine_fn_config_dll shell32 enable_shell32 shell32
15027 wine_fn_config_test dlls/shell32/tests shell32_test
15028 wine_fn_config_dll shfolder enable_shfolder shfolder
15029 wine_fn_config_dll shlwapi enable_shlwapi shlwapi
15030 wine_fn_config_test dlls/shlwapi/tests shlwapi_test
15031 wine_fn_config_dll slbcsp enable_slbcsp
15032 wine_fn_config_dll slc enable_slc slc
15033 wine_fn_config_dll snmpapi enable_snmpapi snmpapi
15034 wine_fn_config_test dlls/snmpapi/tests snmpapi_test
15035 wine_fn_config_dll softpub enable_softpub
15036 wine_fn_config_dll sound.drv16 enable_win16
15037 wine_fn_config_dll spoolss enable_spoolss spoolss
15038 wine_fn_config_test dlls/spoolss/tests spoolss_test
15039 wine_fn_config_dll stdole2.tlb enable_stdole2_tlb
15040 wine_fn_config_dll stdole32.tlb enable_stdole32_tlb
15041 wine_fn_config_dll sti enable_sti sti
15042 wine_fn_config_test dlls/sti/tests sti_test
15043 wine_fn_config_dll storage.dll16 enable_win16
15044 wine_fn_config_dll stress.dll16 enable_win16
15045 wine_fn_config_lib strmbase
15046 wine_fn_config_lib strmiids
15047 wine_fn_config_dll svrapi enable_svrapi
15048 wine_fn_config_dll sxs enable_sxs
15049 wine_fn_config_dll system.drv16 enable_win16
15050 wine_fn_config_dll t2embed enable_t2embed
15051 wine_fn_config_dll tapi32 enable_tapi32 tapi32
15052 wine_fn_config_dll toolhelp.dll16 enable_win16
15053 wine_fn_config_dll traffic enable_traffic
15054 wine_fn_config_dll twain.dll16 enable_win16
15055 wine_fn_config_dll twain_32 enable_twain_32
15056 wine_fn_config_test dlls/twain_32/tests twain_32_test
15057 wine_fn_config_dll typelib.dll16 enable_win16
15058 wine_fn_config_dll unicows enable_unicows unicows
15059 wine_fn_config_dll updspapi enable_updspapi
15060 wine_fn_config_dll url enable_url url
15061 wine_fn_config_dll urlmon enable_urlmon urlmon
15062 wine_fn_config_test dlls/urlmon/tests urlmon_test
15063 wine_fn_config_dll usbd.sys enable_usbd_sys usbd.sys
15064 wine_fn_config_dll user.exe16 enable_win16
15065 wine_fn_config_dll user32 enable_user32 user32
15066 wine_fn_config_test dlls/user32/tests user32_test
15067 wine_fn_config_dll userenv enable_userenv userenv
15068 wine_fn_config_test dlls/userenv/tests userenv_test
15069 wine_fn_config_dll usp10 enable_usp10 usp10
15070 wine_fn_config_test dlls/usp10/tests usp10_test
15071 wine_fn_config_lib uuid
15072 wine_fn_config_dll uxtheme enable_uxtheme uxtheme
15073 wine_fn_config_test dlls/uxtheme/tests uxtheme_test
15074 wine_fn_config_dll vdhcp.vxd enable_win16
15075 wine_fn_config_dll vdmdbg enable_vdmdbg vdmdbg
15076 wine_fn_config_dll ver.dll16 enable_win16
15077 wine_fn_config_dll version enable_version version
15078 wine_fn_config_test dlls/version/tests version_test
15079 wine_fn_config_dll vmm.vxd enable_win16
15080 wine_fn_config_dll vnbt.vxd enable_win16
15081 wine_fn_config_dll vnetbios.vxd enable_win16
15082 wine_fn_config_dll vtdapi.vxd enable_win16
15083 wine_fn_config_dll vwin32.vxd enable_win16
15084 wine_fn_config_dll w32skrnl enable_win16
15085 wine_fn_config_dll w32sys.dll16 enable_win16
15086 wine_fn_config_dll wbemprox enable_wbemprox
15087 wine_fn_config_dll wer enable_wer wer
15088 wine_fn_config_test dlls/wer/tests wer_test
15089 wine_fn_config_dll wiaservc enable_wiaservc
15090 wine_fn_config_dll win32s16.dll16 enable_win16
15091 wine_fn_config_dll win87em.dll16 enable_win16
15092 wine_fn_config_dll winaspi.dll16 enable_win16
15093 wine_fn_config_dll windebug.dll16 enable_win16
15094 wine_fn_config_dll windowscodecs enable_windowscodecs windowscodecs
15095 wine_fn_config_test dlls/windowscodecs/tests windowscodecs_test
15096 wine_fn_config_dll winealsa.drv enable_winealsa_drv
15097 wine_fn_config_dll wineaudioio.drv enable_wineaudioio_drv
15098 wine_fn_config_dll winecoreaudio.drv enable_winecoreaudio_drv
15099 wine_fn_config_lib winecrt0
15100 wine_fn_config_dll wined3d enable_wined3d wined3d
15101 wine_fn_config_dll wineesd.drv enable_wineesd_drv
15102 wine_fn_config_dll winegstreamer enable_winegstreamer
15103 wine_fn_config_dll winejack.drv enable_winejack_drv
15104 wine_fn_config_dll winejoystick.drv enable_winejoystick_drv
15105 wine_fn_config_dll winemapi enable_winemapi
15106 wine_fn_config_dll winemp3.acm enable_winemp3_acm
15107 wine_fn_config_dll winenas.drv enable_winenas_drv
15108 wine_fn_config_dll wineoss.drv enable_wineoss_drv
15109 wine_fn_config_dll wineps.drv enable_wineps_drv
15110 wine_fn_config_dll wineps16.drv16 enable_win16
15111 wine_fn_config_dll winequartz.drv enable_winequartz_drv
15112 wine_fn_config_dll winex11.drv enable_winex11_drv
15113 wine_fn_config_dll wing.dll16 enable_win16
15114 wine_fn_config_dll wing32 enable_wing32
15115 wine_fn_config_dll winhttp enable_winhttp winhttp
15116 wine_fn_config_test dlls/winhttp/tests winhttp_test
15117 wine_fn_config_dll wininet enable_wininet wininet
15118 wine_fn_config_test dlls/wininet/tests wininet_test
15119 wine_fn_config_dll winmm enable_winmm winmm
15120 wine_fn_config_test dlls/winmm/tests winmm_test
15121 wine_fn_config_dll winnls.dll16 enable_win16
15122 wine_fn_config_dll winnls32 enable_winnls32 winnls32
15123 wine_fn_config_dll winscard enable_winscard winscard
15124 wine_fn_config_dll winsock.dll16 enable_win16
15125 wine_fn_config_dll winspool.drv enable_winspool_drv winspool
15126 wine_fn_config_test dlls/winspool.drv/tests winspool.drv_test
15127 wine_fn_config_dll wintab.dll16 enable_win16
15128 wine_fn_config_dll wintab32 enable_wintab32 wintab32
15129 wine_fn_config_test dlls/wintab32/tests wintab32_test
15130 wine_fn_config_dll wintrust enable_wintrust wintrust
15131 wine_fn_config_test dlls/wintrust/tests wintrust_test
15132 wine_fn_config_dll wlanapi enable_wlanapi
15133 wine_fn_config_dll wldap32 enable_wldap32 wldap32
15134 wine_fn_config_test dlls/wldap32/tests wldap32_test
15135 wine_fn_config_dll wmi enable_wmi
15136 wine_fn_config_dll wmiutils enable_wmiutils
15137 wine_fn_config_dll wnaspi32 enable_wnaspi32 wnaspi32
15138 wine_fn_config_dll wow32 enable_win16 wow32
15139 wine_fn_config_dll ws2_32 enable_ws2_32 ws2_32
15140 wine_fn_config_test dlls/ws2_32/tests ws2_32_test
15141 wine_fn_config_dll wsock32 enable_wsock32 wsock32
15142 wine_fn_config_dll wtsapi32 enable_wtsapi32 wtsapi32
15143 wine_fn_config_dll wuapi enable_wuapi
15144 wine_fn_config_dll wuaueng enable_wuaueng
15145 wine_fn_config_dll xapofx1_1 enable_xapofx1_1
15146 wine_fn_config_dll xinput1_1 enable_xinput1_1
15147 wine_fn_config_dll xinput1_2 enable_xinput1_2
15148 wine_fn_config_dll xinput1_3 enable_xinput1_3 xinput
15149 wine_fn_config_test dlls/xinput1_3/tests xinput1_3_test
15150 wine_fn_config_dll xinput9_1_0 enable_xinput9_1_0
15151 wine_fn_config_dll xmllite enable_xmllite
15152 wine_fn_config_test dlls/xmllite/tests xmllite_test
15153 wine_fn_config_makefile documentation enable_documentation
15154 wine_fn_config_makefile fonts enable_fonts
15155 wine_fn_config_makefile include enable_include
15156 wine_fn_config_makefile libs/port enable_libs_port
15157 wine_fn_config_makefile libs/wine enable_libs_wine
15158 wine_fn_config_makefile libs/wpp enable_libs_wpp
15159 wine_fn_config_makefile loader enable_loader
15160 wine_fn_config_program aspnet_regiis enable_aspnet_regiis install
15161 wine_fn_config_program attrib enable_attrib install
15162 wine_fn_config_program cacls enable_cacls install
15163 wine_fn_config_program clock enable_clock install
15164 wine_fn_config_program cmd enable_cmd install
15165 wine_fn_config_test programs/cmd/tests cmd.exe_test
15166 wine_fn_config_program cmdlgtst enable_cmdlgtst
15167 wine_fn_config_program control enable_control install
15168 wine_fn_config_program dxdiag enable_dxdiag install
15169 wine_fn_config_program eject enable_eject install
15170 wine_fn_config_program expand enable_expand install
15171 wine_fn_config_program explorer enable_explorer install
15172 wine_fn_config_program extrac32 enable_extrac32 install
15173 wine_fn_config_program hh enable_hh install
15174 wine_fn_config_program icinfo enable_icinfo install
15175 wine_fn_config_program iexplore enable_iexplore install
15176 wine_fn_config_program ipconfig enable_ipconfig install
15177 wine_fn_config_program lodctr enable_lodctr install
15178 wine_fn_config_program mofcomp enable_mofcomp install
15179 wine_fn_config_program mshta enable_mshta install
15180 wine_fn_config_program msiexec enable_msiexec installbin
15181 wine_fn_config_program net enable_net install
15182 wine_fn_config_program ngen enable_ngen install
15183 wine_fn_config_program notepad enable_notepad installbin
15184 wine_fn_config_program oleview enable_oleview install
15185 wine_fn_config_program ping enable_ping install
15186 wine_fn_config_program progman enable_progman install
15187 wine_fn_config_program reg enable_reg install
15188 wine_fn_config_program regedit enable_regedit installbin
15189 wine_fn_config_test programs/regedit/tests regedit.exe_test
15190 wine_fn_config_program regsvcs enable_regsvcs install
15191 wine_fn_config_program regsvr32 enable_regsvr32 installbin
15192 wine_fn_config_program rpcss enable_rpcss install
15193 wine_fn_config_program rundll.exe16 enable_win16 install
15194 wine_fn_config_program rundll32 enable_rundll32 install
15195 wine_fn_config_program sc enable_sc install
15196 wine_fn_config_program secedit enable_secedit install
15197 wine_fn_config_program services enable_services install
15198 wine_fn_config_program spoolsv enable_spoolsv install
15199 wine_fn_config_program start enable_start install
15200 wine_fn_config_program svchost enable_svchost install
15201 wine_fn_config_program taskkill enable_taskkill install
15202 wine_fn_config_program taskmgr enable_taskmgr install
15203 wine_fn_config_program termsv enable_termsv install
15204 wine_fn_config_program uninstaller enable_uninstaller install
15205 wine_fn_config_program unlodctr enable_unlodctr install
15206 wine_fn_config_program view enable_view
15207 wine_fn_config_program wineboot enable_wineboot installbin
15208 wine_fn_config_program winebrowser enable_winebrowser install
15209 wine_fn_config_program winecfg enable_winecfg installbin
15210 wine_fn_config_program wineconsole enable_wineconsole installbin
15211 wine_fn_config_program winedbg enable_winedbg installbin
15212 wine_fn_config_program winedevice enable_winedevice install
15213 wine_fn_config_program winefile enable_winefile installbin
15214 wine_fn_config_program winemenubuilder enable_winemenubuilder install
15215 wine_fn_config_program winemine enable_winemine installbin
15216 wine_fn_config_program winepath enable_winepath installbin
15217 wine_fn_config_program winetest enable_winetest
15218 wine_fn_config_program winevdm enable_win16 install
15219 wine_fn_config_program winhelp.exe16 enable_win16 install
15220 wine_fn_config_program winhlp32 enable_winhlp32 install
15221 wine_fn_config_program winoldap.mod16 enable_win16 install
15222 wine_fn_config_program winver enable_winver install
15223 wine_fn_config_program wordpad enable_wordpad install
15224 wine_fn_config_program write enable_write install
15225 wine_fn_config_program wscript enable_wscript install
15226 wine_fn_config_program xcopy enable_xcopy install
15227 wine_fn_config_makefile server enable_server
15228 wine_fn_config_tool tools
15229 wine_fn_config_tool tools/widl
15230 wine_fn_config_tool tools/winebuild
15231 wine_fn_config_tool tools/winedump
15232 wine_fn_config_tool tools/winegcc
15233 wine_fn_config_tool tools/wmc
15234 wine_fn_config_tool tools/wrc
15236 ac_config_commands="$ac_config_commands Makefile"
15239 ac_config_files="$ac_config_files Make.tmp:Make.vars.in:Makefile.in"
15243 if test -n "$with_wine64"
15244 then
15245 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "all: fonts server $with_wine64/loader/wine
15246 fonts server:
15247 \$(RM) \$@ && \$(LN_S) $with_wine64/\$@ \$@
15248 $with_wine64/loader/wine:
15249 \$(RM) \$@ && \$(LN_S) $ac_pwd/loader/wine \$@
15250 clean::
15251 \$(RM) fonts server $with_wine64/loader/wine"
15254 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "uninstall::
15255 -rmdir \$(DESTDIR)\$(datadir)/wine \$(DESTDIR)\$(fakedlldir) \$(DESTDIR)\$(dlldir)"
15257 cat >confcache <<\_ACEOF
15258 # This file is a shell script that caches the results of configure
15259 # tests run on this system so they can be shared between configure
15260 # scripts and configure runs, see configure's option --config-cache.
15261 # It is not useful on other systems. If it contains results you don't
15262 # want to keep, you may remove or edit it.
15264 # config.status only pays attention to the cache file if you give it
15265 # the --recheck option to rerun configure.
15267 # `ac_cv_env_foo' variables (set or unset) will be overridden when
15268 # loading this file, other *unset* `ac_cv_foo' will be assigned the
15269 # following values.
15271 _ACEOF
15273 # The following way of writing the cache mishandles newlines in values,
15274 # but we know of no workaround that is simple, portable, and efficient.
15275 # So, we kill variables containing newlines.
15276 # Ultrix sh set writes to stderr and can't be redirected directly,
15277 # and sets the high bit in the cache file unless we assign to the vars.
15279 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
15280 eval ac_val=\$$ac_var
15281 case $ac_val in #(
15282 *${as_nl}*)
15283 case $ac_var in #(
15284 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
15285 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
15286 esac
15287 case $ac_var in #(
15288 _ | IFS | as_nl) ;; #(
15289 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
15290 *) { eval $ac_var=; unset $ac_var;} ;;
15291 esac ;;
15292 esac
15293 done
15295 (set) 2>&1 |
15296 case $as_nl`(ac_space=' '; set) 2>&1` in #(
15297 *${as_nl}ac_space=\ *)
15298 # `set' does not quote correctly, so add quotes: double-quote
15299 # substitution turns \\\\ into \\, and sed turns \\ into \.
15300 sed -n \
15301 "s/'/'\\\\''/g;
15302 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
15303 ;; #(
15305 # `set' quotes correctly as required by POSIX, so do not add quotes.
15306 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
15308 esac |
15309 sort
15311 sed '
15312 /^ac_cv_env_/b end
15313 t clear
15314 :clear
15315 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
15316 t end
15317 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
15318 :end' >>confcache
15319 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
15320 if test -w "$cache_file"; then
15321 test "x$cache_file" != "x/dev/null" &&
15322 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
15323 $as_echo "$as_me: updating cache $cache_file" >&6;}
15324 cat confcache >$cache_file
15325 else
15326 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
15327 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
15330 rm -f confcache
15332 test "x$prefix" = xNONE && prefix=$ac_default_prefix
15333 # Let make expand exec_prefix.
15334 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
15336 DEFS=-DHAVE_CONFIG_H
15338 ac_libobjs=
15339 ac_ltlibobjs=
15341 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
15342 # 1. Remove the extension, and $U if already installed.
15343 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
15344 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
15345 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
15346 # will be set to the directory where LIBOBJS objects are built.
15347 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
15348 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
15349 done
15350 LIBOBJS=$ac_libobjs
15352 LTLIBOBJS=$ac_ltlibobjs
15356 : ${CONFIG_STATUS=./config.status}
15357 ac_write_fail=0
15358 ac_clean_files_save=$ac_clean_files
15359 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
15360 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
15361 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
15362 as_write_fail=0
15363 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
15364 #! $SHELL
15365 # Generated by $as_me.
15366 # Run this file to recreate the current configuration.
15367 # Compiler output produced by configure, useful for debugging
15368 # configure, is in config.log if it exists.
15370 debug=false
15371 ac_cs_recheck=false
15372 ac_cs_silent=false
15374 SHELL=\${CONFIG_SHELL-$SHELL}
15375 export SHELL
15376 _ASEOF
15377 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
15378 ## -------------------- ##
15379 ## M4sh Initialization. ##
15380 ## -------------------- ##
15382 # Be more Bourne compatible
15383 DUALCASE=1; export DUALCASE # for MKS sh
15384 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
15385 emulate sh
15386 NULLCMD=:
15387 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
15388 # is contrary to our usage. Disable this feature.
15389 alias -g '${1+"$@"}'='"$@"'
15390 setopt NO_GLOB_SUBST
15391 else
15392 case `(set -o) 2>/dev/null` in #(
15393 *posix*) :
15394 set -o posix ;; #(
15395 *) :
15397 esac
15401 as_nl='
15403 export as_nl
15404 # Printing a long string crashes Solaris 7 /usr/bin/printf.
15405 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
15406 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
15407 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
15408 # Prefer a ksh shell builtin over an external printf program on Solaris,
15409 # but without wasting forks for bash or zsh.
15410 if test -z "$BASH_VERSION$ZSH_VERSION" \
15411 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
15412 as_echo='print -r --'
15413 as_echo_n='print -rn --'
15414 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
15415 as_echo='printf %s\n'
15416 as_echo_n='printf %s'
15417 else
15418 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
15419 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
15420 as_echo_n='/usr/ucb/echo -n'
15421 else
15422 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
15423 as_echo_n_body='eval
15424 arg=$1;
15425 case $arg in #(
15426 *"$as_nl"*)
15427 expr "X$arg" : "X\\(.*\\)$as_nl";
15428 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
15429 esac;
15430 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
15432 export as_echo_n_body
15433 as_echo_n='sh -c $as_echo_n_body as_echo'
15435 export as_echo_body
15436 as_echo='sh -c $as_echo_body as_echo'
15439 # The user is always right.
15440 if test "${PATH_SEPARATOR+set}" != set; then
15441 PATH_SEPARATOR=:
15442 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
15443 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
15444 PATH_SEPARATOR=';'
15449 # IFS
15450 # We need space, tab and new line, in precisely that order. Quoting is
15451 # there to prevent editors from complaining about space-tab.
15452 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
15453 # splitting by setting IFS to empty value.)
15454 IFS=" "" $as_nl"
15456 # Find who we are. Look in the path if we contain no directory separator.
15457 case $0 in #((
15458 *[\\/]* ) as_myself=$0 ;;
15459 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
15460 for as_dir in $PATH
15462 IFS=$as_save_IFS
15463 test -z "$as_dir" && as_dir=.
15464 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
15465 done
15466 IFS=$as_save_IFS
15469 esac
15470 # We did not find ourselves, most probably we were run as `sh COMMAND'
15471 # in which case we are not to be found in the path.
15472 if test "x$as_myself" = x; then
15473 as_myself=$0
15475 if test ! -f "$as_myself"; then
15476 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
15477 exit 1
15480 # Unset variables that we do not need and which cause bugs (e.g. in
15481 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
15482 # suppresses any "Segmentation fault" message there. '((' could
15483 # trigger a bug in pdksh 5.2.14.
15484 for as_var in BASH_ENV ENV MAIL MAILPATH
15485 do eval test x\${$as_var+set} = xset \
15486 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
15487 done
15488 PS1='$ '
15489 PS2='> '
15490 PS4='+ '
15492 # NLS nuisances.
15493 LC_ALL=C
15494 export LC_ALL
15495 LANGUAGE=C
15496 export LANGUAGE
15498 # CDPATH.
15499 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
15502 # as_fn_error STATUS ERROR [LINENO LOG_FD]
15503 # ----------------------------------------
15504 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
15505 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
15506 # script with STATUS, using 1 if that was 0.
15507 as_fn_error ()
15509 as_status=$1; test $as_status -eq 0 && as_status=1
15510 if test "$4"; then
15511 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
15512 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
15514 $as_echo "$as_me: error: $2" >&2
15515 as_fn_exit $as_status
15516 } # as_fn_error
15519 # as_fn_set_status STATUS
15520 # -----------------------
15521 # Set $? to STATUS, without forking.
15522 as_fn_set_status ()
15524 return $1
15525 } # as_fn_set_status
15527 # as_fn_exit STATUS
15528 # -----------------
15529 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
15530 as_fn_exit ()
15532 set +e
15533 as_fn_set_status $1
15534 exit $1
15535 } # as_fn_exit
15537 # as_fn_unset VAR
15538 # ---------------
15539 # Portably unset VAR.
15540 as_fn_unset ()
15542 { eval $1=; unset $1;}
15544 as_unset=as_fn_unset
15545 # as_fn_append VAR VALUE
15546 # ----------------------
15547 # Append the text in VALUE to the end of the definition contained in VAR. Take
15548 # advantage of any shell optimizations that allow amortized linear growth over
15549 # repeated appends, instead of the typical quadratic growth present in naive
15550 # implementations.
15551 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
15552 eval 'as_fn_append ()
15554 eval $1+=\$2
15556 else
15557 as_fn_append ()
15559 eval $1=\$$1\$2
15561 fi # as_fn_append
15563 # as_fn_arith ARG...
15564 # ------------------
15565 # Perform arithmetic evaluation on the ARGs, and store the result in the
15566 # global $as_val. Take advantage of shells that can avoid forks. The arguments
15567 # must be portable across $(()) and expr.
15568 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
15569 eval 'as_fn_arith ()
15571 as_val=$(( $* ))
15573 else
15574 as_fn_arith ()
15576 as_val=`expr "$@" || test $? -eq 1`
15578 fi # as_fn_arith
15581 if expr a : '\(a\)' >/dev/null 2>&1 &&
15582 test "X`expr 00001 : '.*\(...\)'`" = X001; then
15583 as_expr=expr
15584 else
15585 as_expr=false
15588 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
15589 as_basename=basename
15590 else
15591 as_basename=false
15594 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
15595 as_dirname=dirname
15596 else
15597 as_dirname=false
15600 as_me=`$as_basename -- "$0" ||
15601 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
15602 X"$0" : 'X\(//\)$' \| \
15603 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
15604 $as_echo X/"$0" |
15605 sed '/^.*\/\([^/][^/]*\)\/*$/{
15606 s//\1/
15609 /^X\/\(\/\/\)$/{
15610 s//\1/
15613 /^X\/\(\/\).*/{
15614 s//\1/
15617 s/.*/./; q'`
15619 # Avoid depending upon Character Ranges.
15620 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
15621 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
15622 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
15623 as_cr_digits='0123456789'
15624 as_cr_alnum=$as_cr_Letters$as_cr_digits
15626 ECHO_C= ECHO_N= ECHO_T=
15627 case `echo -n x` in #(((((
15628 -n*)
15629 case `echo 'xy\c'` in
15630 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
15631 xy) ECHO_C='\c';;
15632 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
15633 ECHO_T=' ';;
15634 esac;;
15636 ECHO_N='-n';;
15637 esac
15639 rm -f conf$$ conf$$.exe conf$$.file
15640 if test -d conf$$.dir; then
15641 rm -f conf$$.dir/conf$$.file
15642 else
15643 rm -f conf$$.dir
15644 mkdir conf$$.dir 2>/dev/null
15646 if (echo >conf$$.file) 2>/dev/null; then
15647 if ln -s conf$$.file conf$$ 2>/dev/null; then
15648 as_ln_s='ln -s'
15649 # ... but there are two gotchas:
15650 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
15651 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
15652 # In both cases, we have to default to `cp -p'.
15653 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
15654 as_ln_s='cp -p'
15655 elif ln conf$$.file conf$$ 2>/dev/null; then
15656 as_ln_s=ln
15657 else
15658 as_ln_s='cp -p'
15660 else
15661 as_ln_s='cp -p'
15663 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
15664 rmdir conf$$.dir 2>/dev/null
15667 # as_fn_mkdir_p
15668 # -------------
15669 # Create "$as_dir" as a directory, including parents if necessary.
15670 as_fn_mkdir_p ()
15673 case $as_dir in #(
15674 -*) as_dir=./$as_dir;;
15675 esac
15676 test -d "$as_dir" || eval $as_mkdir_p || {
15677 as_dirs=
15678 while :; do
15679 case $as_dir in #(
15680 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
15681 *) as_qdir=$as_dir;;
15682 esac
15683 as_dirs="'$as_qdir' $as_dirs"
15684 as_dir=`$as_dirname -- "$as_dir" ||
15685 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15686 X"$as_dir" : 'X\(//\)[^/]' \| \
15687 X"$as_dir" : 'X\(//\)$' \| \
15688 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
15689 $as_echo X"$as_dir" |
15690 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
15691 s//\1/
15694 /^X\(\/\/\)[^/].*/{
15695 s//\1/
15698 /^X\(\/\/\)$/{
15699 s//\1/
15702 /^X\(\/\).*/{
15703 s//\1/
15706 s/.*/./; q'`
15707 test -d "$as_dir" && break
15708 done
15709 test -z "$as_dirs" || eval "mkdir $as_dirs"
15710 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
15713 } # as_fn_mkdir_p
15714 if mkdir -p . 2>/dev/null; then
15715 as_mkdir_p='mkdir -p "$as_dir"'
15716 else
15717 test -d ./-p && rmdir ./-p
15718 as_mkdir_p=false
15721 if test -x / >/dev/null 2>&1; then
15722 as_test_x='test -x'
15723 else
15724 if ls -dL / >/dev/null 2>&1; then
15725 as_ls_L_option=L
15726 else
15727 as_ls_L_option=
15729 as_test_x='
15730 eval sh -c '\''
15731 if test -d "$1"; then
15732 test -d "$1/.";
15733 else
15734 case $1 in #(
15735 -*)set "./$1";;
15736 esac;
15737 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
15738 ???[sx]*):;;*)false;;esac;fi
15739 '\'' sh
15742 as_executable_p=$as_test_x
15744 # Sed expression to map a string onto a valid CPP name.
15745 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
15747 # Sed expression to map a string onto a valid variable name.
15748 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
15751 exec 6>&1
15752 ## ----------------------------------- ##
15753 ## Main body of $CONFIG_STATUS script. ##
15754 ## ----------------------------------- ##
15755 _ASEOF
15756 test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
15758 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15759 # Save the log message, to keep $0 and so on meaningful, and to
15760 # report actual input values of CONFIG_FILES etc. instead of their
15761 # values after options handling.
15762 ac_log="
15763 This file was extended by Wine $as_me 1.3.7, which was
15764 generated by GNU Autoconf 2.67. Invocation command line was
15766 CONFIG_FILES = $CONFIG_FILES
15767 CONFIG_HEADERS = $CONFIG_HEADERS
15768 CONFIG_LINKS = $CONFIG_LINKS
15769 CONFIG_COMMANDS = $CONFIG_COMMANDS
15770 $ $0 $@
15772 on `(hostname || uname -n) 2>/dev/null | sed 1q`
15775 _ACEOF
15777 case $ac_config_files in *"
15778 "*) set x $ac_config_files; shift; ac_config_files=$*;;
15779 esac
15781 case $ac_config_headers in *"
15782 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
15783 esac
15786 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15787 # Files that config.status was made for.
15788 config_files="$ac_config_files"
15789 config_headers="$ac_config_headers"
15790 config_links="$ac_config_links"
15791 config_commands="$ac_config_commands"
15793 _ACEOF
15795 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15796 ac_cs_usage="\
15797 \`$as_me' instantiates files and other configuration actions
15798 from templates according to the current configuration. Unless the files
15799 and actions are specified as TAGs, all are instantiated by default.
15801 Usage: $0 [OPTION]... [TAG]...
15803 -h, --help print this help, then exit
15804 -V, --version print version number and configuration settings, then exit
15805 --config print configuration, then exit
15806 -q, --quiet, --silent
15807 do not print progress messages
15808 -d, --debug don't remove temporary files
15809 --recheck update $as_me by reconfiguring in the same conditions
15810 --file=FILE[:TEMPLATE]
15811 instantiate the configuration file FILE
15812 --header=FILE[:TEMPLATE]
15813 instantiate the configuration header FILE
15815 Configuration files:
15816 $config_files
15818 Configuration headers:
15819 $config_headers
15821 Configuration links:
15822 $config_links
15824 Configuration commands:
15825 $config_commands
15827 Report bugs to <wine-devel@winehq.org>.
15828 Wine home page: <http://www.winehq.org>."
15830 _ACEOF
15831 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15832 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
15833 ac_cs_version="\\
15834 Wine config.status 1.3.7
15835 configured by $0, generated by GNU Autoconf 2.67,
15836 with options \\"\$ac_cs_config\\"
15838 Copyright (C) 2010 Free Software Foundation, Inc.
15839 This config.status script is free software; the Free Software Foundation
15840 gives unlimited permission to copy, distribute and modify it."
15842 ac_pwd='$ac_pwd'
15843 srcdir='$srcdir'
15844 INSTALL='$INSTALL'
15845 test -n "\$AWK" || AWK=awk
15846 _ACEOF
15848 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15849 # The default lists apply if the user does not specify any file.
15850 ac_need_defaults=:
15851 while test $# != 0
15853 case $1 in
15854 --*=?*)
15855 ac_option=`expr "X$1" : 'X\([^=]*\)='`
15856 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
15857 ac_shift=:
15859 --*=)
15860 ac_option=`expr "X$1" : 'X\([^=]*\)='`
15861 ac_optarg=
15862 ac_shift=:
15865 ac_option=$1
15866 ac_optarg=$2
15867 ac_shift=shift
15869 esac
15871 case $ac_option in
15872 # Handling of the options.
15873 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
15874 ac_cs_recheck=: ;;
15875 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
15876 $as_echo "$ac_cs_version"; exit ;;
15877 --config | --confi | --conf | --con | --co | --c )
15878 $as_echo "$ac_cs_config"; exit ;;
15879 --debug | --debu | --deb | --de | --d | -d )
15880 debug=: ;;
15881 --file | --fil | --fi | --f )
15882 $ac_shift
15883 case $ac_optarg in
15884 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
15885 '') as_fn_error $? "missing file argument" ;;
15886 esac
15887 as_fn_append CONFIG_FILES " '$ac_optarg'"
15888 ac_need_defaults=false;;
15889 --header | --heade | --head | --hea )
15890 $ac_shift
15891 case $ac_optarg in
15892 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
15893 esac
15894 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
15895 ac_need_defaults=false;;
15896 --he | --h)
15897 # Conflict between --help and --header
15898 as_fn_error $? "ambiguous option: \`$1'
15899 Try \`$0 --help' for more information.";;
15900 --help | --hel | -h )
15901 $as_echo "$ac_cs_usage"; exit ;;
15902 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
15903 | -silent | --silent | --silen | --sile | --sil | --si | --s)
15904 ac_cs_silent=: ;;
15906 # This is an error.
15907 -*) as_fn_error $? "unrecognized option: \`$1'
15908 Try \`$0 --help' for more information." ;;
15910 *) as_fn_append ac_config_targets " $1"
15911 ac_need_defaults=false ;;
15913 esac
15914 shift
15915 done
15917 ac_configure_extra_args=
15919 if $ac_cs_silent; then
15920 exec 6>/dev/null
15921 ac_configure_extra_args="$ac_configure_extra_args --silent"
15924 _ACEOF
15925 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15926 if \$ac_cs_recheck; then
15927 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
15928 shift
15929 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
15930 CONFIG_SHELL='$SHELL'
15931 export CONFIG_SHELL
15932 exec "\$@"
15935 _ACEOF
15936 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15937 exec 5>>config.log
15939 echo
15940 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
15941 ## Running $as_me. ##
15942 _ASBOX
15943 $as_echo "$ac_log"
15944 } >&5
15946 _ACEOF
15947 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15949 # INIT-COMMANDS
15951 wine_fn_output_makefile ()
15953 cat Make.tmp - <<\_WINE_EOF >\$tmp/makefile && mv -f \$tmp/makefile \$1 && rm -f Make.tmp && return
15954 $ALL_MAKEFILE_DEPENDS
15955 _WINE_EOF
15956 as_fn_error $? "could not create Makefile" "$LINENO" 5
15959 _ACEOF
15961 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15963 # Handling of arguments.
15964 for ac_config_target in $ac_config_targets
15966 case $ac_config_target in
15967 "include/config.h") CONFIG_HEADERS="$CONFIG_HEADERS include/config.h" ;;
15968 "include/stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS include/stamp-h" ;;
15969 "dlls/shell32/AUTHORS") CONFIG_LINKS="$CONFIG_LINKS dlls/shell32/AUTHORS:AUTHORS" ;;
15970 "dlls/wineps.drv/generic.ppd") CONFIG_LINKS="$CONFIG_LINKS dlls/wineps.drv/generic.ppd:dlls/wineps.drv/generic.ppd" ;;
15971 "fonts/marlett.ttf") CONFIG_LINKS="$CONFIG_LINKS fonts/marlett.ttf:fonts/marlett.ttf" ;;
15972 "fonts/symbol.ttf") CONFIG_LINKS="$CONFIG_LINKS fonts/symbol.ttf:fonts/symbol.ttf" ;;
15973 "fonts/tahoma.ttf") CONFIG_LINKS="$CONFIG_LINKS fonts/tahoma.ttf:fonts/tahoma.ttf" ;;
15974 "fonts/tahomabd.ttf") CONFIG_LINKS="$CONFIG_LINKS fonts/tahomabd.ttf:fonts/tahomabd.ttf" ;;
15975 "tools/l_intl.nls") CONFIG_LINKS="$CONFIG_LINKS tools/l_intl.nls:tools/l_intl.nls" ;;
15976 "wine") CONFIG_LINKS="$CONFIG_LINKS wine:tools/winewrapper" ;;
15977 "dlls/gdi32/enhmfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/enhmfdrv" ;;
15978 "dlls/gdi32/mfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/mfdrv" ;;
15979 "dlls/kernel32/nls") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/kernel32/nls" ;;
15980 "dlls/user32/resources") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/user32/resources" ;;
15981 "dlls/wineps.drv/data") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/wineps.drv/data" ;;
15982 "include/wine") CONFIG_COMMANDS="$CONFIG_COMMANDS include/wine" ;;
15983 "Make.rules") CONFIG_FILES="$CONFIG_FILES Make.rules" ;;
15984 "Maketest.rules") CONFIG_FILES="$CONFIG_FILES Maketest.rules" ;;
15985 "dlls/Makedll.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makedll.rules" ;;
15986 "dlls/Makeimplib.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makeimplib.rules" ;;
15987 "programs/Makeprog.rules") CONFIG_FILES="$CONFIG_FILES programs/Makeprog.rules" ;;
15988 "Makefile") CONFIG_COMMANDS="$CONFIG_COMMANDS Makefile" ;;
15989 "Make.tmp") CONFIG_FILES="$CONFIG_FILES Make.tmp:Make.vars.in:Makefile.in" ;;
15991 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5 ;;
15992 esac
15993 done
15996 # If the user did not use the arguments to specify the items to instantiate,
15997 # then the envvar interface is used. Set only those that are not.
15998 # We use the long form for the default assignment because of an extremely
15999 # bizarre bug on SunOS 4.1.3.
16000 if $ac_need_defaults; then
16001 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
16002 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
16003 test "${CONFIG_LINKS+set}" = set || CONFIG_LINKS=$config_links
16004 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
16007 # Have a temporary directory for convenience. Make it in the build tree
16008 # simply because there is no reason against having it here, and in addition,
16009 # creating and moving files from /tmp can sometimes cause problems.
16010 # Hook for its removal unless debugging.
16011 # Note that there is a small window in which the directory will not be cleaned:
16012 # after its creation but before its name has been assigned to `$tmp'.
16013 $debug ||
16015 tmp=
16016 trap 'exit_status=$?
16017 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
16019 trap 'as_fn_exit 1' 1 2 13 15
16021 # Create a (secure) tmp directory for tmp files.
16024 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
16025 test -n "$tmp" && test -d "$tmp"
16026 } ||
16028 tmp=./conf$$-$RANDOM
16029 (umask 077 && mkdir "$tmp")
16030 } || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
16032 # Set up the scripts for CONFIG_FILES section.
16033 # No need to generate them if there are no CONFIG_FILES.
16034 # This happens for instance with `./config.status config.h'.
16035 if test -n "$CONFIG_FILES"; then
16037 if $AWK 'BEGIN { getline <"/dev/null" }' </dev/null 2>/dev/null; then
16038 ac_cs_awk_getline=:
16039 ac_cs_awk_pipe_init=
16040 ac_cs_awk_read_file='
16041 while ((getline aline < (F[key])) > 0)
16042 print(aline)
16043 close(F[key])'
16044 ac_cs_awk_pipe_fini=
16045 else
16046 ac_cs_awk_getline=false
16047 ac_cs_awk_pipe_init="print \"cat <<'|#_!!_#|' &&\""
16048 ac_cs_awk_read_file='
16049 print "|#_!!_#|"
16050 print "cat " F[key] " &&"
16051 '$ac_cs_awk_pipe_init
16052 # The final `:' finishes the AND list.
16053 ac_cs_awk_pipe_fini='END { print "|#_!!_#|"; print ":" }'
16055 ac_cr=`echo X | tr X '\015'`
16056 # On cygwin, bash can eat \r inside `` if the user requested igncr.
16057 # But we know of no other shell where ac_cr would be empty at this
16058 # point, so we can use a bashism as a fallback.
16059 if test "x$ac_cr" = x; then
16060 eval ac_cr=\$\'\\r\'
16062 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
16063 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
16064 ac_cs_awk_cr='\\r'
16065 else
16066 ac_cs_awk_cr=$ac_cr
16069 echo 'BEGIN {' >"$tmp/subs1.awk" &&
16070 _ACEOF
16072 # Create commands to substitute file output variables.
16074 echo "cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1" &&
16075 echo 'cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&' &&
16076 echo "$ac_subst_files" | sed 's/.*/F["&"]="$&"/' &&
16077 echo "_ACAWK" &&
16078 echo "_ACEOF"
16079 } >conf$$files.sh &&
16080 . ./conf$$files.sh ||
16081 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
16082 rm -f conf$$files.sh
16085 echo "cat >conf$$subs.awk <<_ACEOF" &&
16086 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
16087 echo "_ACEOF"
16088 } >conf$$subs.sh ||
16089 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
16090 ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
16091 ac_delim='%!_!# '
16092 for ac_last_try in false false false false false :; do
16093 . ./conf$$subs.sh ||
16094 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
16096 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
16097 if test $ac_delim_n = $ac_delim_num; then
16098 break
16099 elif $ac_last_try; then
16100 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
16101 else
16102 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
16104 done
16105 rm -f conf$$subs.sh
16107 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16108 cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
16109 _ACEOF
16110 sed -n '
16112 s/^/S["/; s/!.*/"]=/
16115 s/^[^!]*!//
16116 :repl
16117 t repl
16118 s/'"$ac_delim"'$//
16119 t delim
16122 s/\(.\{148\}\)..*/\1/
16123 t more1
16124 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
16127 b repl
16128 :more1
16129 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
16132 s/.\{148\}//
16133 t nl
16134 :delim
16136 s/\(.\{148\}\)..*/\1/
16137 t more2
16138 s/["\\]/\\&/g; s/^/"/; s/$/"/
16141 :more2
16142 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
16145 s/.\{148\}//
16146 t delim
16147 ' <conf$$subs.awk | sed '
16148 /^[^""]/{
16150 s/\n//
16152 ' >>$CONFIG_STATUS || ac_write_fail=1
16153 rm -f conf$$subs.awk
16154 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16155 _ACAWK
16156 cat >>"\$tmp/subs1.awk" <<_ACAWK &&
16157 for (key in S) S_is_set[key] = 1
16158 FS = "\a"
16159 \$ac_cs_awk_pipe_init
16162 line = $ 0
16163 nfields = split(line, field, "@")
16164 substed = 0
16165 len = length(field[1])
16166 for (i = 2; i < nfields; i++) {
16167 key = field[i]
16168 keylen = length(key)
16169 if (S_is_set[key]) {
16170 value = S[key]
16171 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
16172 len += length(value) + length(field[++i])
16173 substed = 1
16174 } else
16175 len += 1 + keylen
16177 if (nfields == 3 && !substed) {
16178 key = field[2]
16179 if (F[key] != "" && line ~ /^[ ]*@.*@[ ]*$/) {
16180 \$ac_cs_awk_read_file
16181 next
16184 print line
16186 \$ac_cs_awk_pipe_fini
16187 _ACAWK
16188 _ACEOF
16189 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16190 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
16191 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
16192 else
16194 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
16195 || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
16196 _ACEOF
16198 # VPATH may cause trouble with some makes, so we remove sole $(srcdir),
16199 # ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
16200 # trailing colons and then remove the whole line if VPATH becomes empty
16201 # (actually we leave an empty line to preserve line numbers).
16202 if test "x$srcdir" = x.; then
16203 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
16205 s///
16206 s/^/:/
16207 s/[ ]*$/:/
16208 s/:\$(srcdir):/:/g
16209 s/:\${srcdir}:/:/g
16210 s/:@srcdir@:/:/g
16211 s/^:*//
16212 s/:*$//
16214 s/\(=[ ]*\).*/\1/
16216 s/\n//
16217 s/^[^=]*=[ ]*$//
16221 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16222 fi # test -n "$CONFIG_FILES"
16224 # Set up the scripts for CONFIG_HEADERS section.
16225 # No need to generate them if there are no CONFIG_HEADERS.
16226 # This happens for instance with `./config.status Makefile'.
16227 if test -n "$CONFIG_HEADERS"; then
16228 cat >"$tmp/defines.awk" <<\_ACAWK ||
16229 BEGIN {
16230 _ACEOF
16232 # Transform confdefs.h into an awk script `defines.awk', embedded as
16233 # here-document in config.status, that substitutes the proper values into
16234 # config.h.in to produce config.h.
16236 # Create a delimiter string that does not exist in confdefs.h, to ease
16237 # handling of long lines.
16238 ac_delim='%!_!# '
16239 for ac_last_try in false false :; do
16240 ac_t=`sed -n "/$ac_delim/p" confdefs.h`
16241 if test -z "$ac_t"; then
16242 break
16243 elif $ac_last_try; then
16244 as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
16245 else
16246 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
16248 done
16250 # For the awk script, D is an array of macro values keyed by name,
16251 # likewise P contains macro parameters if any. Preserve backslash
16252 # newline sequences.
16254 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
16255 sed -n '
16256 s/.\{148\}/&'"$ac_delim"'/g
16257 t rset
16258 :rset
16259 s/^[ ]*#[ ]*define[ ][ ]*/ /
16260 t def
16262 :def
16263 s/\\$//
16264 t bsnl
16265 s/["\\]/\\&/g
16266 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
16267 D["\1"]=" \3"/p
16268 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
16270 :bsnl
16271 s/["\\]/\\&/g
16272 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
16273 D["\1"]=" \3\\\\\\n"\\/p
16274 t cont
16275 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
16276 t cont
16278 :cont
16280 s/.\{148\}/&'"$ac_delim"'/g
16281 t clear
16282 :clear
16283 s/\\$//
16284 t bsnlc
16285 s/["\\]/\\&/g; s/^/"/; s/$/"/p
16287 :bsnlc
16288 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
16289 b cont
16290 ' <confdefs.h | sed '
16291 s/'"$ac_delim"'/"\\\
16292 "/g' >>$CONFIG_STATUS || ac_write_fail=1
16294 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16295 for (key in D) D_is_set[key] = 1
16296 FS = "\a"
16298 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
16299 line = \$ 0
16300 split(line, arg, " ")
16301 if (arg[1] == "#") {
16302 defundef = arg[2]
16303 mac1 = arg[3]
16304 } else {
16305 defundef = substr(arg[1], 2)
16306 mac1 = arg[2]
16308 split(mac1, mac2, "(") #)
16309 macro = mac2[1]
16310 prefix = substr(line, 1, index(line, defundef) - 1)
16311 if (D_is_set[macro]) {
16312 # Preserve the white space surrounding the "#".
16313 print prefix "define", macro P[macro] D[macro]
16314 next
16315 } else {
16316 # Replace #undef with comments. This is necessary, for example,
16317 # in the case of _POSIX_SOURCE, which is predefined and required
16318 # on some systems where configure will not decide to define it.
16319 if (defundef == "undef") {
16320 print "/*", prefix defundef, macro, "*/"
16321 next
16325 { print }
16326 _ACAWK
16327 _ACEOF
16328 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16329 as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
16330 fi # test -n "$CONFIG_HEADERS"
16333 eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :L $CONFIG_LINKS :C $CONFIG_COMMANDS"
16334 shift
16335 for ac_tag
16337 case $ac_tag in
16338 :[FHLC]) ac_mode=$ac_tag; continue;;
16339 esac
16340 case $ac_mode$ac_tag in
16341 :[FHL]*:*);;
16342 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5 ;;
16343 :[FH]-) ac_tag=-:-;;
16344 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
16345 esac
16346 ac_save_IFS=$IFS
16347 IFS=:
16348 set x $ac_tag
16349 IFS=$ac_save_IFS
16350 shift
16351 ac_file=$1
16352 shift
16354 case $ac_mode in
16355 :L) ac_source=$1;;
16356 :[FH])
16357 ac_file_inputs=
16358 for ac_f
16360 case $ac_f in
16361 -) ac_f="$tmp/stdin";;
16362 *) # Look for the file first in the build tree, then in the source tree
16363 # (if the path is not absolute). The absolute path cannot be DOS-style,
16364 # because $ac_f cannot contain `:'.
16365 test -f "$ac_f" ||
16366 case $ac_f in
16367 [\\/$]*) false;;
16368 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
16369 esac ||
16370 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5 ;;
16371 esac
16372 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
16373 as_fn_append ac_file_inputs " '$ac_f'"
16374 done
16376 # Let's still pretend it is `configure' which instantiates (i.e., don't
16377 # use $as_me), people would be surprised to read:
16378 # /* config.h. Generated by config.status. */
16379 configure_input='Generated from '`
16380 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
16381 `' by configure.'
16382 if test x"$ac_file" != x-; then
16383 configure_input="$ac_file. $configure_input"
16384 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
16385 $as_echo "$as_me: creating $ac_file" >&6;}
16387 # Neutralize special characters interpreted by sed in replacement strings.
16388 case $configure_input in #(
16389 *\&* | *\|* | *\\* )
16390 ac_sed_conf_input=`$as_echo "$configure_input" |
16391 sed 's/[\\\\&|]/\\\\&/g'`;; #(
16392 *) ac_sed_conf_input=$configure_input;;
16393 esac
16395 case $ac_tag in
16396 *:-:* | *:-) cat >"$tmp/stdin" \
16397 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
16398 esac
16400 esac
16402 ac_dir=`$as_dirname -- "$ac_file" ||
16403 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
16404 X"$ac_file" : 'X\(//\)[^/]' \| \
16405 X"$ac_file" : 'X\(//\)$' \| \
16406 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
16407 $as_echo X"$ac_file" |
16408 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
16409 s//\1/
16412 /^X\(\/\/\)[^/].*/{
16413 s//\1/
16416 /^X\(\/\/\)$/{
16417 s//\1/
16420 /^X\(\/\).*/{
16421 s//\1/
16424 s/.*/./; q'`
16425 as_dir="$ac_dir"; as_fn_mkdir_p
16426 ac_builddir=.
16428 case "$ac_dir" in
16429 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
16431 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
16432 # A ".." for each directory in $ac_dir_suffix.
16433 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
16434 case $ac_top_builddir_sub in
16435 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
16436 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
16437 esac ;;
16438 esac
16439 ac_abs_top_builddir=$ac_pwd
16440 ac_abs_builddir=$ac_pwd$ac_dir_suffix
16441 # for backward compatibility:
16442 ac_top_builddir=$ac_top_build_prefix
16444 case $srcdir in
16445 .) # We are building in place.
16446 ac_srcdir=.
16447 ac_top_srcdir=$ac_top_builddir_sub
16448 ac_abs_top_srcdir=$ac_pwd ;;
16449 [\\/]* | ?:[\\/]* ) # Absolute name.
16450 ac_srcdir=$srcdir$ac_dir_suffix;
16451 ac_top_srcdir=$srcdir
16452 ac_abs_top_srcdir=$srcdir ;;
16453 *) # Relative name.
16454 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
16455 ac_top_srcdir=$ac_top_build_prefix$srcdir
16456 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
16457 esac
16458 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
16461 case $ac_mode in
16464 # CONFIG_FILE
16467 case $INSTALL in
16468 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
16469 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
16470 esac
16471 _ACEOF
16473 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16474 # If the template does not know about datarootdir, expand it.
16475 # FIXME: This hack should be removed a few years after 2.60.
16476 ac_datarootdir_hack=; ac_datarootdir_seen=
16477 ac_sed_dataroot='
16478 /datarootdir/ {
16482 /@datadir@/p
16483 /@docdir@/p
16484 /@infodir@/p
16485 /@localedir@/p
16486 /@mandir@/p'
16487 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
16488 *datarootdir*) ac_datarootdir_seen=yes;;
16489 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
16490 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
16491 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
16492 _ACEOF
16493 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16494 ac_datarootdir_hack='
16495 s&@datadir@&$datadir&g
16496 s&@docdir@&$docdir&g
16497 s&@infodir@&$infodir&g
16498 s&@localedir@&$localedir&g
16499 s&@mandir@&$mandir&g
16500 s&\\\${datarootdir}&$datarootdir&g' ;;
16501 esac
16502 _ACEOF
16504 # Neutralize VPATH when `$srcdir' = `.'.
16505 # Shell code in configure.ac might set extrasub.
16506 # FIXME: do we really want to maintain this feature?
16507 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16508 ac_sed_extra="$ac_vpsub
16509 $extrasub
16510 _ACEOF
16511 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16513 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
16514 s|@configure_input@|$ac_sed_conf_input|;t t
16515 s&@top_builddir@&$ac_top_builddir_sub&;t t
16516 s&@top_build_prefix@&$ac_top_build_prefix&;t t
16517 s&@srcdir@&$ac_srcdir&;t t
16518 s&@abs_srcdir@&$ac_abs_srcdir&;t t
16519 s&@top_srcdir@&$ac_top_srcdir&;t t
16520 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
16521 s&@builddir@&$ac_builddir&;t t
16522 s&@abs_builddir@&$ac_abs_builddir&;t t
16523 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
16524 s&@INSTALL@&$ac_INSTALL&;t t
16525 $ac_datarootdir_hack
16527 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" |
16528 if $ac_cs_awk_getline; then
16529 $AWK -f "$tmp/subs.awk"
16530 else
16531 $AWK -f "$tmp/subs.awk" | $SHELL
16532 fi >$tmp/out \
16533 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
16535 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
16536 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
16537 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
16538 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
16539 which seems to be undefined. Please make sure it is defined" >&5
16540 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
16541 which seems to be undefined. Please make sure it is defined" >&2;}
16543 rm -f "$tmp/stdin"
16544 case $ac_file in
16545 -) cat "$tmp/out" && rm -f "$tmp/out";;
16546 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
16547 esac \
16548 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
16552 # CONFIG_HEADER
16554 if test x"$ac_file" != x-; then
16556 $as_echo "/* $configure_input */" \
16557 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
16558 } >"$tmp/config.h" \
16559 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
16560 if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
16561 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
16562 $as_echo "$as_me: $ac_file is unchanged" >&6;}
16563 else
16564 rm -f "$ac_file"
16565 mv "$tmp/config.h" "$ac_file" \
16566 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
16568 else
16569 $as_echo "/* $configure_input */" \
16570 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
16571 || as_fn_error $? "could not create -" "$LINENO" 5
16576 # CONFIG_LINK
16579 if test "$ac_source" = "$ac_file" && test "$srcdir" = '.'; then
16581 else
16582 # Prefer the file from the source tree if names are identical.
16583 if test "$ac_source" = "$ac_file" || test ! -r "$ac_source"; then
16584 ac_source=$srcdir/$ac_source
16587 { $as_echo "$as_me:${as_lineno-$LINENO}: linking $ac_source to $ac_file" >&5
16588 $as_echo "$as_me: linking $ac_source to $ac_file" >&6;}
16590 if test ! -r "$ac_source"; then
16591 as_fn_error $? "$ac_source: file not found" "$LINENO" 5
16593 rm -f "$ac_file"
16595 # Try a relative symlink, then a hard link, then a copy.
16596 case $ac_source in
16597 [\\/$]* | ?:[\\/]* ) ac_rel_source=$ac_source ;;
16598 *) ac_rel_source=$ac_top_build_prefix$ac_source ;;
16599 esac
16600 ln -s "$ac_rel_source" "$ac_file" 2>/dev/null ||
16601 ln "$ac_source" "$ac_file" 2>/dev/null ||
16602 cp -p "$ac_source" "$ac_file" ||
16603 as_fn_error $? "cannot link or copy $ac_source to $ac_file" "$LINENO" 5
16606 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
16607 $as_echo "$as_me: executing $ac_file commands" >&6;}
16609 esac
16612 case $ac_file$ac_mode in
16613 "include/stamp-h":C) echo timestamp > include/stamp-h ;;
16614 "dlls/gdi32/enhmfdrv":C) test -d "dlls/gdi32/enhmfdrv" || { { $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/gdi32/enhmfdrv" >&5
16615 $as_echo "$as_me: creating dlls/gdi32/enhmfdrv" >&6;}; as_dir="dlls/gdi32/enhmfdrv"; as_fn_mkdir_p; } ;;
16616 "dlls/gdi32/mfdrv":C) test -d "dlls/gdi32/mfdrv" || { { $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/gdi32/mfdrv" >&5
16617 $as_echo "$as_me: creating dlls/gdi32/mfdrv" >&6;}; as_dir="dlls/gdi32/mfdrv"; as_fn_mkdir_p; } ;;
16618 "dlls/kernel32/nls":C) test -d "dlls/kernel32/nls" || { { $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/kernel32/nls" >&5
16619 $as_echo "$as_me: creating dlls/kernel32/nls" >&6;}; as_dir="dlls/kernel32/nls"; as_fn_mkdir_p; } ;;
16620 "dlls/user32/resources":C) test -d "dlls/user32/resources" || { { $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/user32/resources" >&5
16621 $as_echo "$as_me: creating dlls/user32/resources" >&6;}; as_dir="dlls/user32/resources"; as_fn_mkdir_p; } ;;
16622 "dlls/wineps.drv/data":C) test -d "dlls/wineps.drv/data" || { { $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/wineps.drv/data" >&5
16623 $as_echo "$as_me: creating dlls/wineps.drv/data" >&6;}; as_dir="dlls/wineps.drv/data"; as_fn_mkdir_p; } ;;
16624 "include/wine":C) test -d "include/wine" || { { $as_echo "$as_me:${as_lineno-$LINENO}: creating include/wine" >&5
16625 $as_echo "$as_me: creating include/wine" >&6;}; as_dir="include/wine"; as_fn_mkdir_p; } ;;
16626 "Makefile":C) wine_fn_output_makefile Makefile ;;
16628 esac
16629 done # for ac_tag
16632 as_fn_exit 0
16633 _ACEOF
16634 ac_clean_files=$ac_clean_files_save
16636 test $ac_write_fail = 0 ||
16637 as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
16640 # configure is writing to config.log, and then calls config.status.
16641 # config.status does its own redirection, appending to config.log.
16642 # Unfortunately, on DOS this fails, as config.log is still kept open
16643 # by configure, so config.status won't be able to write to it; its
16644 # output is simply discarded. So we exec the FD to /dev/null,
16645 # effectively closing config.log, so it can be properly (re)opened and
16646 # appended to by config.status. When coming back to configure, we
16647 # need to make the FD available again.
16648 if test "$no_create" != yes; then
16649 ac_cs_success=:
16650 ac_config_status_args=
16651 test "$silent" = yes &&
16652 ac_config_status_args="$ac_config_status_args --quiet"
16653 exec 5>/dev/null
16654 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
16655 exec 5>>config.log
16656 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
16657 # would make configure fail if this is the last instruction.
16658 $ac_cs_success || as_fn_exit 1
16660 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
16661 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
16662 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
16666 if test "$no_create" = "yes"
16667 then
16668 exit 0
16671 ac_save_IFS="$IFS"
16672 if test "x$wine_notices != "x; then
16673 echo >&6
16674 IFS="|"
16675 for msg in $wine_notices; do
16676 IFS="$ac_save_IFS"
16677 if test -n "$msg"; then
16678 { $as_echo "$as_me:${as_lineno-$LINENO}: $msg" >&5
16679 $as_echo "$as_me: $msg" >&6;}
16681 done
16683 IFS="|"
16684 for msg in $wine_warnings; do
16685 IFS="$ac_save_IFS"
16686 if test -n "$msg"; then
16687 echo >&2
16688 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $msg" >&5
16689 $as_echo "$as_me: WARNING: $msg" >&2;}
16691 done
16692 IFS="$ac_save_IFS"
16694 echo "
16695 $as_me: Finished. Do '${ac_make}' to compile Wine.
16696 " >&6