mshtml: Wine Gecko 1.1.0 release.
[wine/multimedia.git] / configure
blob8784ec7f218bed445a7cbf801863b56d87c82865
1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.65 for Wine 1.3.1.
5 # Report bugs to <wine-devel@winehq.org>.
8 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
9 # 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
10 # Inc.
13 # This configure script is free software; the Free Software Foundation
14 # gives unlimited permission to copy, distribute and modify it.
15 ## -------------------- ##
16 ## M4sh Initialization. ##
17 ## -------------------- ##
19 # Be more Bourne compatible
20 DUALCASE=1; export DUALCASE # for MKS sh
21 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
22 emulate sh
23 NULLCMD=:
24 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
25 # is contrary to our usage. Disable this feature.
26 alias -g '${1+"$@"}'='"$@"'
27 setopt NO_GLOB_SUBST
28 else
29 case `(set -o) 2>/dev/null` in #(
30 *posix*) :
31 set -o posix ;; #(
32 *) :
34 esac
38 as_nl='
40 export as_nl
41 # Printing a long string crashes Solaris 7 /usr/bin/printf.
42 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
43 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
44 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
45 # Prefer a ksh shell builtin over an external printf program on Solaris,
46 # but without wasting forks for bash or zsh.
47 if test -z "$BASH_VERSION$ZSH_VERSION" \
48 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
49 as_echo='print -r --'
50 as_echo_n='print -rn --'
51 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
52 as_echo='printf %s\n'
53 as_echo_n='printf %s'
54 else
55 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
56 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
57 as_echo_n='/usr/ucb/echo -n'
58 else
59 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
60 as_echo_n_body='eval
61 arg=$1;
62 case $arg in #(
63 *"$as_nl"*)
64 expr "X$arg" : "X\\(.*\\)$as_nl";
65 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
66 esac;
67 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
69 export as_echo_n_body
70 as_echo_n='sh -c $as_echo_n_body as_echo'
72 export as_echo_body
73 as_echo='sh -c $as_echo_body as_echo'
76 # The user is always right.
77 if test "${PATH_SEPARATOR+set}" != set; then
78 PATH_SEPARATOR=:
79 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
80 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
81 PATH_SEPARATOR=';'
86 # IFS
87 # We need space, tab and new line, in precisely that order. Quoting is
88 # there to prevent editors from complaining about space-tab.
89 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
90 # splitting by setting IFS to empty value.)
91 IFS=" "" $as_nl"
93 # Find who we are. Look in the path if we contain no directory separator.
94 case $0 in #((
95 *[\\/]* ) as_myself=$0 ;;
96 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
97 for as_dir in $PATH
99 IFS=$as_save_IFS
100 test -z "$as_dir" && as_dir=.
101 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
102 done
103 IFS=$as_save_IFS
106 esac
107 # We did not find ourselves, most probably we were run as `sh COMMAND'
108 # in which case we are not to be found in the path.
109 if test "x$as_myself" = x; then
110 as_myself=$0
112 if test ! -f "$as_myself"; then
113 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
114 exit 1
117 # Unset variables that we do not need and which cause bugs (e.g. in
118 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
119 # suppresses any "Segmentation fault" message there. '((' could
120 # trigger a bug in pdksh 5.2.14.
121 for as_var in BASH_ENV ENV MAIL MAILPATH
122 do eval test x\${$as_var+set} = xset \
123 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
124 done
125 PS1='$ '
126 PS2='> '
127 PS4='+ '
129 # NLS nuisances.
130 LC_ALL=C
131 export LC_ALL
132 LANGUAGE=C
133 export LANGUAGE
135 # CDPATH.
136 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
138 if test "x$CONFIG_SHELL" = x; then
139 as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
140 emulate sh
141 NULLCMD=:
142 # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
143 # is contrary to our usage. Disable this feature.
144 alias -g '\${1+\"\$@\"}'='\"\$@\"'
145 setopt NO_GLOB_SUBST
146 else
147 case \`(set -o) 2>/dev/null\` in #(
148 *posix*) :
149 set -o posix ;; #(
150 *) :
152 esac
155 as_required="as_fn_return () { (exit \$1); }
156 as_fn_success () { as_fn_return 0; }
157 as_fn_failure () { as_fn_return 1; }
158 as_fn_ret_success () { return 0; }
159 as_fn_ret_failure () { return 1; }
161 exitcode=0
162 as_fn_success || { exitcode=1; echo as_fn_success failed.; }
163 as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
164 as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
165 as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
166 if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
168 else
169 exitcode=1; echo positional parameters were not saved.
171 test x\$exitcode = x0 || exit 1"
172 as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
173 as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
174 eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
175 test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
176 test \$(( 1 + 1 )) = 2 || exit 1"
177 if (eval "$as_required") 2>/dev/null; then :
178 as_have_required=yes
179 else
180 as_have_required=no
182 if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
184 else
185 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
186 as_found=false
187 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
189 IFS=$as_save_IFS
190 test -z "$as_dir" && as_dir=.
191 as_found=:
192 case $as_dir in #(
194 for as_base in sh bash ksh sh5; do
195 # Try only shells that exist, to save several forks.
196 as_shell=$as_dir/$as_base
197 if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
198 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
199 CONFIG_SHELL=$as_shell as_have_required=yes
200 if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
201 break 2
204 done;;
205 esac
206 as_found=false
207 done
208 $as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
209 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
210 CONFIG_SHELL=$SHELL as_have_required=yes
211 fi; }
212 IFS=$as_save_IFS
215 if test "x$CONFIG_SHELL" != x; then :
216 # We cannot yet assume a decent shell, so we have to provide a
217 # neutralization value for shells without unset; and this also
218 # works around shells that cannot unset nonexistent variables.
219 BASH_ENV=/dev/null
220 ENV=/dev/null
221 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
222 export CONFIG_SHELL
223 exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
226 if test x$as_have_required = xno; then :
227 $as_echo "$0: This script requires a shell more modern than all"
228 $as_echo "$0: the shells that I found on your system."
229 if test x${ZSH_VERSION+set} = xset ; then
230 $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
231 $as_echo "$0: be upgraded to zsh 4.3.4 or later."
232 else
233 $as_echo "$0: Please tell bug-autoconf@gnu.org and
234 $0: wine-devel@winehq.org about your system, including any
235 $0: error possibly output before this message. Then install
236 $0: a modern shell, or manually run the script under such a
237 $0: shell if you do have one."
239 exit 1
243 SHELL=${CONFIG_SHELL-/bin/sh}
244 export SHELL
245 # Unset more variables known to interfere with behavior of common tools.
246 CLICOLOR_FORCE= GREP_OPTIONS=
247 unset CLICOLOR_FORCE GREP_OPTIONS
249 ## --------------------- ##
250 ## M4sh Shell Functions. ##
251 ## --------------------- ##
252 # as_fn_unset VAR
253 # ---------------
254 # Portably unset VAR.
255 as_fn_unset ()
257 { eval $1=; unset $1;}
259 as_unset=as_fn_unset
261 # as_fn_set_status STATUS
262 # -----------------------
263 # Set $? to STATUS, without forking.
264 as_fn_set_status ()
266 return $1
267 } # as_fn_set_status
269 # as_fn_exit STATUS
270 # -----------------
271 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
272 as_fn_exit ()
274 set +e
275 as_fn_set_status $1
276 exit $1
277 } # as_fn_exit
279 # as_fn_mkdir_p
280 # -------------
281 # Create "$as_dir" as a directory, including parents if necessary.
282 as_fn_mkdir_p ()
285 case $as_dir in #(
286 -*) as_dir=./$as_dir;;
287 esac
288 test -d "$as_dir" || eval $as_mkdir_p || {
289 as_dirs=
290 while :; do
291 case $as_dir in #(
292 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
293 *) as_qdir=$as_dir;;
294 esac
295 as_dirs="'$as_qdir' $as_dirs"
296 as_dir=`$as_dirname -- "$as_dir" ||
297 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
298 X"$as_dir" : 'X\(//\)[^/]' \| \
299 X"$as_dir" : 'X\(//\)$' \| \
300 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
301 $as_echo X"$as_dir" |
302 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
303 s//\1/
306 /^X\(\/\/\)[^/].*/{
307 s//\1/
310 /^X\(\/\/\)$/{
311 s//\1/
314 /^X\(\/\).*/{
315 s//\1/
318 s/.*/./; q'`
319 test -d "$as_dir" && break
320 done
321 test -z "$as_dirs" || eval "mkdir $as_dirs"
322 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
325 } # as_fn_mkdir_p
326 # as_fn_append VAR VALUE
327 # ----------------------
328 # Append the text in VALUE to the end of the definition contained in VAR. Take
329 # advantage of any shell optimizations that allow amortized linear growth over
330 # repeated appends, instead of the typical quadratic growth present in naive
331 # implementations.
332 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
333 eval 'as_fn_append ()
335 eval $1+=\$2
337 else
338 as_fn_append ()
340 eval $1=\$$1\$2
342 fi # as_fn_append
344 # as_fn_arith ARG...
345 # ------------------
346 # Perform arithmetic evaluation on the ARGs, and store the result in the
347 # global $as_val. Take advantage of shells that can avoid forks. The arguments
348 # must be portable across $(()) and expr.
349 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
350 eval 'as_fn_arith ()
352 as_val=$(( $* ))
354 else
355 as_fn_arith ()
357 as_val=`expr "$@" || test $? -eq 1`
359 fi # as_fn_arith
362 # as_fn_error ERROR [LINENO LOG_FD]
363 # ---------------------------------
364 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
365 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
366 # script with status $?, using 1 if that was 0.
367 as_fn_error ()
369 as_status=$?; test $as_status -eq 0 && as_status=1
370 if test "$3"; then
371 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
372 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
374 $as_echo "$as_me: error: $1" >&2
375 as_fn_exit $as_status
376 } # as_fn_error
378 if expr a : '\(a\)' >/dev/null 2>&1 &&
379 test "X`expr 00001 : '.*\(...\)'`" = X001; then
380 as_expr=expr
381 else
382 as_expr=false
385 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
386 as_basename=basename
387 else
388 as_basename=false
391 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
392 as_dirname=dirname
393 else
394 as_dirname=false
397 as_me=`$as_basename -- "$0" ||
398 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
399 X"$0" : 'X\(//\)$' \| \
400 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
401 $as_echo X/"$0" |
402 sed '/^.*\/\([^/][^/]*\)\/*$/{
403 s//\1/
406 /^X\/\(\/\/\)$/{
407 s//\1/
410 /^X\/\(\/\).*/{
411 s//\1/
414 s/.*/./; q'`
416 # Avoid depending upon Character Ranges.
417 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
418 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
419 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
420 as_cr_digits='0123456789'
421 as_cr_alnum=$as_cr_Letters$as_cr_digits
424 as_lineno_1=$LINENO as_lineno_1a=$LINENO
425 as_lineno_2=$LINENO as_lineno_2a=$LINENO
426 eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
427 test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
428 # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-)
429 sed -n '
431 /[$]LINENO/=
432 ' <$as_myself |
433 sed '
434 s/[$]LINENO.*/&-/
435 t lineno
437 :lineno
439 :loop
440 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
441 t loop
442 s/-\n.*//
443 ' >$as_me.lineno &&
444 chmod +x "$as_me.lineno" ||
445 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
447 # Don't try to exec as it changes $[0], causing all sort of problems
448 # (the dirname of $[0] is not the place where we might find the
449 # original and so on. Autoconf is especially sensitive to this).
450 . "./$as_me.lineno"
451 # Exit status is that of the last command.
452 exit
455 ECHO_C= ECHO_N= ECHO_T=
456 case `echo -n x` in #(((((
457 -n*)
458 case `echo 'xy\c'` in
459 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
460 xy) ECHO_C='\c';;
461 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
462 ECHO_T=' ';;
463 esac;;
465 ECHO_N='-n';;
466 esac
468 rm -f conf$$ conf$$.exe conf$$.file
469 if test -d conf$$.dir; then
470 rm -f conf$$.dir/conf$$.file
471 else
472 rm -f conf$$.dir
473 mkdir conf$$.dir 2>/dev/null
475 if (echo >conf$$.file) 2>/dev/null; then
476 if ln -s conf$$.file conf$$ 2>/dev/null; then
477 as_ln_s='ln -s'
478 # ... but there are two gotchas:
479 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
480 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
481 # In both cases, we have to default to `cp -p'.
482 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
483 as_ln_s='cp -p'
484 elif ln conf$$.file conf$$ 2>/dev/null; then
485 as_ln_s=ln
486 else
487 as_ln_s='cp -p'
489 else
490 as_ln_s='cp -p'
492 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
493 rmdir conf$$.dir 2>/dev/null
495 if mkdir -p . 2>/dev/null; then
496 as_mkdir_p='mkdir -p "$as_dir"'
497 else
498 test -d ./-p && rmdir ./-p
499 as_mkdir_p=false
502 if test -x / >/dev/null 2>&1; then
503 as_test_x='test -x'
504 else
505 if ls -dL / >/dev/null 2>&1; then
506 as_ls_L_option=L
507 else
508 as_ls_L_option=
510 as_test_x='
511 eval sh -c '\''
512 if test -d "$1"; then
513 test -d "$1/.";
514 else
515 case $1 in #(
516 -*)set "./$1";;
517 esac;
518 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
519 ???[sx]*):;;*)false;;esac;fi
520 '\'' sh
523 as_executable_p=$as_test_x
525 # Sed expression to map a string onto a valid CPP name.
526 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
528 # Sed expression to map a string onto a valid variable name.
529 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
532 test -n "$DJDIR" || exec 7<&0 </dev/null
533 exec 6>&1
535 # Name of the host.
536 # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
537 # so uname gets run too.
538 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
541 # Initializations.
543 ac_default_prefix=/usr/local
544 ac_clean_files=
545 ac_config_libobj_dir=.
546 LIBOBJS=
547 cross_compiling=no
548 subdirs=
549 MFLAGS=
550 MAKEFLAGS=
552 # Identity of this package.
553 PACKAGE_NAME='Wine'
554 PACKAGE_TARNAME='wine'
555 PACKAGE_VERSION='1.3.1'
556 PACKAGE_STRING='Wine 1.3.1'
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 ESDLIBS
622 ESDINCL
623 ESDCONFIG
624 ZLIB
625 FREETYPEINCL
626 FREETYPELIBS
627 ft_devel
628 LCMSLIBS
629 RESOLVLIBS
630 GPHOTO2INCL
631 GPHOTO2LIBS
632 gphoto2port_devel
633 gphoto2_devel
634 SANEINCL
635 sane_devel
636 GNUTLSINCL
637 HALINCL
638 XSLTINCL
639 XML2INCL
640 XML2LIBS
641 NASLIBS
642 X_EXTRA_LIBS
643 X_LIBS
644 X_PRE_LIBS
645 X_CFLAGS
646 XMKMF
647 LIBPTHREAD
648 CROSSTARGET
649 CROSSCC
650 CROSSTEST_DISABLE
651 PRELINK
652 CARBONLIB
653 FRAMEWORK_OPENAL
654 COREAUDIO
655 DISKARBITRATIONLIB
656 LDEXECFLAGS
657 IOKITLIB
658 COREFOUNDATIONLIB
659 SECURITYLIB
660 DLLWRAP
661 DLLTOOL
663 LDRPATH_LOCAL
664 LDRPATH_INSTALL
665 IMPLIBEXT
666 LIBEXT
667 LDDLLFLAGS
668 LDSHARED
669 DLLFLAGS
670 DLLEXT
672 OPENGL_LIBS
673 XLIB
674 MAINTAINER_MODE
675 ICOTOOL
676 CONVERT
677 RSVG
678 PKG_CONFIG
679 FONTFORGE
680 LINTFLAGS
681 LINT
682 INSTALL_DATA
683 INSTALL_SCRIPT
684 INSTALL_PROGRAM
685 LDCONFIG
686 EGREP
687 GREP
688 LN_S
689 STRIP
690 RANLIB
691 ARFLAGS
692 ac_ct_AR
694 BISON
695 FLEX
696 TOOLSDIR
697 WOW64_DISABLE
698 TARGETFLAGS
699 CPPBIN
700 ac_ct_CXX
701 CXXFLAGS
703 OBJEXT
704 EXEEXT
705 ac_ct_CC
706 CPPFLAGS
707 LDFLAGS
708 CFLAGS
710 SET_MAKE
711 host_os
712 host_vendor
713 host_cpu
714 host
715 build_os
716 build_vendor
717 build_cpu
718 build
719 target_alias
720 host_alias
721 build_alias
722 LIBS
723 ECHO_T
724 ECHO_N
725 ECHO_C
726 DEFS
727 mandir
728 localedir
729 libdir
730 psdir
731 pdfdir
732 dvidir
733 htmldir
734 infodir
735 docdir
736 oldincludedir
737 includedir
738 localstatedir
739 sharedstatedir
740 sysconfdir
741 datadir
742 datarootdir
743 libexecdir
744 sbindir
745 bindir
746 program_transform_name
747 prefix
748 exec_prefix
749 PACKAGE_URL
750 PACKAGE_BUGREPORT
751 PACKAGE_STRING
752 PACKAGE_VERSION
753 PACKAGE_TARNAME
754 PACKAGE_NAME
755 PATH_SEPARATOR
756 SHELL'
757 ac_subst_files='MAKE_RULES
758 MAKE_TEST_RULES
759 MAKE_DLL_RULES
760 MAKE_IMPLIB_RULES
761 MAKE_PROG_RULES'
762 ac_user_opts='
763 enable_option_checking
764 enable_win16
765 enable_win64
766 enable_tests
767 enable_maintainer_mode
768 with_alsa
769 with_audioio
770 with_capi
771 with_cms
772 with_coreaudio
773 with_cups
774 with_curses
775 with_esd
776 with_fontconfig
777 with_freetype
778 with_gphoto
779 with_glu
780 with_gnutls
781 with_gsm
782 with_hal
783 with_icns
784 with_jack
785 with_jpeg
786 with_ldap
787 with_mpg123
788 with_nas
789 with_openal
790 with_opengl
791 with_openssl
792 with_oss
793 with_png
794 with_pthread
795 with_sane
796 with_tiff
797 with_v4l
798 with_xcomposite
799 with_xcursor
800 with_xinerama
801 with_xinput
802 with_xml
803 with_xrandr
804 with_xrender
805 with_xshape
806 with_xshm
807 with_xslt
808 with_xxf86vm
809 with_wine_tools
810 with_wine64
811 enable_largefile
812 with_x
814 ac_precious_vars='build_alias
815 host_alias
816 target_alias
818 CFLAGS
819 LDFLAGS
820 LIBS
821 CPPFLAGS
823 CXXFLAGS
826 XMKMF'
829 # Initialize some variables set by options.
830 ac_init_help=
831 ac_init_version=false
832 ac_unrecognized_opts=
833 ac_unrecognized_sep=
834 # The variables have the same names as the options, with
835 # dashes changed to underlines.
836 cache_file=/dev/null
837 exec_prefix=NONE
838 no_create=
839 no_recursion=
840 prefix=NONE
841 program_prefix=NONE
842 program_suffix=NONE
843 program_transform_name=s,x,x,
844 silent=
845 site=
846 srcdir=
847 verbose=
848 x_includes=NONE
849 x_libraries=NONE
851 # Installation directory options.
852 # These are left unexpanded so users can "make install exec_prefix=/foo"
853 # and all the variables that are supposed to be based on exec_prefix
854 # by default will actually change.
855 # Use braces instead of parens because sh, perl, etc. also accept them.
856 # (The list follows the same order as the GNU Coding Standards.)
857 bindir='${exec_prefix}/bin'
858 sbindir='${exec_prefix}/sbin'
859 libexecdir='${exec_prefix}/libexec'
860 datarootdir='${prefix}/share'
861 datadir='${datarootdir}'
862 sysconfdir='${prefix}/etc'
863 sharedstatedir='${prefix}/com'
864 localstatedir='${prefix}/var'
865 includedir='${prefix}/include'
866 oldincludedir='/usr/include'
867 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
868 infodir='${datarootdir}/info'
869 htmldir='${docdir}'
870 dvidir='${docdir}'
871 pdfdir='${docdir}'
872 psdir='${docdir}'
873 libdir='${exec_prefix}/lib'
874 localedir='${datarootdir}/locale'
875 mandir='${datarootdir}/man'
877 ac_prev=
878 ac_dashdash=
879 for ac_option
881 # If the previous option needs an argument, assign it.
882 if test -n "$ac_prev"; then
883 eval $ac_prev=\$ac_option
884 ac_prev=
885 continue
888 case $ac_option in
889 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
890 *) ac_optarg=yes ;;
891 esac
893 # Accept the important Cygnus configure options, so we can diagnose typos.
895 case $ac_dashdash$ac_option in
897 ac_dashdash=yes ;;
899 -bindir | --bindir | --bindi | --bind | --bin | --bi)
900 ac_prev=bindir ;;
901 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
902 bindir=$ac_optarg ;;
904 -build | --build | --buil | --bui | --bu)
905 ac_prev=build_alias ;;
906 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
907 build_alias=$ac_optarg ;;
909 -cache-file | --cache-file | --cache-fil | --cache-fi \
910 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
911 ac_prev=cache_file ;;
912 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
913 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
914 cache_file=$ac_optarg ;;
916 --config-cache | -C)
917 cache_file=config.cache ;;
919 -datadir | --datadir | --datadi | --datad)
920 ac_prev=datadir ;;
921 -datadir=* | --datadir=* | --datadi=* | --datad=*)
922 datadir=$ac_optarg ;;
924 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
925 | --dataroo | --dataro | --datar)
926 ac_prev=datarootdir ;;
927 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
928 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
929 datarootdir=$ac_optarg ;;
931 -disable-* | --disable-*)
932 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
933 # Reject names that are not valid shell variable names.
934 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
935 as_fn_error "invalid feature name: $ac_useropt"
936 ac_useropt_orig=$ac_useropt
937 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
938 case $ac_user_opts in
940 "enable_$ac_useropt"
941 "*) ;;
942 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
943 ac_unrecognized_sep=', ';;
944 esac
945 eval enable_$ac_useropt=no ;;
947 -docdir | --docdir | --docdi | --doc | --do)
948 ac_prev=docdir ;;
949 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
950 docdir=$ac_optarg ;;
952 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
953 ac_prev=dvidir ;;
954 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
955 dvidir=$ac_optarg ;;
957 -enable-* | --enable-*)
958 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
959 # Reject names that are not valid shell variable names.
960 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
961 as_fn_error "invalid feature name: $ac_useropt"
962 ac_useropt_orig=$ac_useropt
963 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
964 case $ac_user_opts in
966 "enable_$ac_useropt"
967 "*) ;;
968 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
969 ac_unrecognized_sep=', ';;
970 esac
971 eval enable_$ac_useropt=\$ac_optarg ;;
973 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
974 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
975 | --exec | --exe | --ex)
976 ac_prev=exec_prefix ;;
977 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
978 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
979 | --exec=* | --exe=* | --ex=*)
980 exec_prefix=$ac_optarg ;;
982 -gas | --gas | --ga | --g)
983 # Obsolete; use --with-gas.
984 with_gas=yes ;;
986 -help | --help | --hel | --he | -h)
987 ac_init_help=long ;;
988 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
989 ac_init_help=recursive ;;
990 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
991 ac_init_help=short ;;
993 -host | --host | --hos | --ho)
994 ac_prev=host_alias ;;
995 -host=* | --host=* | --hos=* | --ho=*)
996 host_alias=$ac_optarg ;;
998 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
999 ac_prev=htmldir ;;
1000 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
1001 | --ht=*)
1002 htmldir=$ac_optarg ;;
1004 -includedir | --includedir | --includedi | --included | --include \
1005 | --includ | --inclu | --incl | --inc)
1006 ac_prev=includedir ;;
1007 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
1008 | --includ=* | --inclu=* | --incl=* | --inc=*)
1009 includedir=$ac_optarg ;;
1011 -infodir | --infodir | --infodi | --infod | --info | --inf)
1012 ac_prev=infodir ;;
1013 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
1014 infodir=$ac_optarg ;;
1016 -libdir | --libdir | --libdi | --libd)
1017 ac_prev=libdir ;;
1018 -libdir=* | --libdir=* | --libdi=* | --libd=*)
1019 libdir=$ac_optarg ;;
1021 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1022 | --libexe | --libex | --libe)
1023 ac_prev=libexecdir ;;
1024 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1025 | --libexe=* | --libex=* | --libe=*)
1026 libexecdir=$ac_optarg ;;
1028 -localedir | --localedir | --localedi | --localed | --locale)
1029 ac_prev=localedir ;;
1030 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1031 localedir=$ac_optarg ;;
1033 -localstatedir | --localstatedir | --localstatedi | --localstated \
1034 | --localstate | --localstat | --localsta | --localst | --locals)
1035 ac_prev=localstatedir ;;
1036 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1037 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1038 localstatedir=$ac_optarg ;;
1040 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1041 ac_prev=mandir ;;
1042 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1043 mandir=$ac_optarg ;;
1045 -nfp | --nfp | --nf)
1046 # Obsolete; use --without-fp.
1047 with_fp=no ;;
1049 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1050 | --no-cr | --no-c | -n)
1051 no_create=yes ;;
1053 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1054 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1055 no_recursion=yes ;;
1057 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1058 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1059 | --oldin | --oldi | --old | --ol | --o)
1060 ac_prev=oldincludedir ;;
1061 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1062 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1063 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1064 oldincludedir=$ac_optarg ;;
1066 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1067 ac_prev=prefix ;;
1068 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1069 prefix=$ac_optarg ;;
1071 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1072 | --program-pre | --program-pr | --program-p)
1073 ac_prev=program_prefix ;;
1074 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1075 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1076 program_prefix=$ac_optarg ;;
1078 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1079 | --program-suf | --program-su | --program-s)
1080 ac_prev=program_suffix ;;
1081 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1082 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1083 program_suffix=$ac_optarg ;;
1085 -program-transform-name | --program-transform-name \
1086 | --program-transform-nam | --program-transform-na \
1087 | --program-transform-n | --program-transform- \
1088 | --program-transform | --program-transfor \
1089 | --program-transfo | --program-transf \
1090 | --program-trans | --program-tran \
1091 | --progr-tra | --program-tr | --program-t)
1092 ac_prev=program_transform_name ;;
1093 -program-transform-name=* | --program-transform-name=* \
1094 | --program-transform-nam=* | --program-transform-na=* \
1095 | --program-transform-n=* | --program-transform-=* \
1096 | --program-transform=* | --program-transfor=* \
1097 | --program-transfo=* | --program-transf=* \
1098 | --program-trans=* | --program-tran=* \
1099 | --progr-tra=* | --program-tr=* | --program-t=*)
1100 program_transform_name=$ac_optarg ;;
1102 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1103 ac_prev=pdfdir ;;
1104 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1105 pdfdir=$ac_optarg ;;
1107 -psdir | --psdir | --psdi | --psd | --ps)
1108 ac_prev=psdir ;;
1109 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1110 psdir=$ac_optarg ;;
1112 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1113 | -silent | --silent | --silen | --sile | --sil)
1114 silent=yes ;;
1116 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1117 ac_prev=sbindir ;;
1118 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1119 | --sbi=* | --sb=*)
1120 sbindir=$ac_optarg ;;
1122 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1123 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1124 | --sharedst | --shareds | --shared | --share | --shar \
1125 | --sha | --sh)
1126 ac_prev=sharedstatedir ;;
1127 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1128 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1129 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1130 | --sha=* | --sh=*)
1131 sharedstatedir=$ac_optarg ;;
1133 -site | --site | --sit)
1134 ac_prev=site ;;
1135 -site=* | --site=* | --sit=*)
1136 site=$ac_optarg ;;
1138 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1139 ac_prev=srcdir ;;
1140 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1141 srcdir=$ac_optarg ;;
1143 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1144 | --syscon | --sysco | --sysc | --sys | --sy)
1145 ac_prev=sysconfdir ;;
1146 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1147 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1148 sysconfdir=$ac_optarg ;;
1150 -target | --target | --targe | --targ | --tar | --ta | --t)
1151 ac_prev=target_alias ;;
1152 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1153 target_alias=$ac_optarg ;;
1155 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1156 verbose=yes ;;
1158 -version | --version | --versio | --versi | --vers | -V)
1159 ac_init_version=: ;;
1161 -with-* | --with-*)
1162 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1163 # Reject names that are not valid shell variable names.
1164 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1165 as_fn_error "invalid package name: $ac_useropt"
1166 ac_useropt_orig=$ac_useropt
1167 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1168 case $ac_user_opts in
1170 "with_$ac_useropt"
1171 "*) ;;
1172 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1173 ac_unrecognized_sep=', ';;
1174 esac
1175 eval with_$ac_useropt=\$ac_optarg ;;
1177 -without-* | --without-*)
1178 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1179 # Reject names that are not valid shell variable names.
1180 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1181 as_fn_error "invalid package name: $ac_useropt"
1182 ac_useropt_orig=$ac_useropt
1183 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1184 case $ac_user_opts in
1186 "with_$ac_useropt"
1187 "*) ;;
1188 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1189 ac_unrecognized_sep=', ';;
1190 esac
1191 eval with_$ac_useropt=no ;;
1193 --x)
1194 # Obsolete; use --with-x.
1195 with_x=yes ;;
1197 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1198 | --x-incl | --x-inc | --x-in | --x-i)
1199 ac_prev=x_includes ;;
1200 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1201 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1202 x_includes=$ac_optarg ;;
1204 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1205 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1206 ac_prev=x_libraries ;;
1207 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1208 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1209 x_libraries=$ac_optarg ;;
1211 -*) as_fn_error "unrecognized option: \`$ac_option'
1212 Try \`$0 --help' for more information."
1215 *=*)
1216 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1217 # Reject names that are not valid shell variable names.
1218 case $ac_envvar in #(
1219 '' | [0-9]* | *[!_$as_cr_alnum]* )
1220 as_fn_error "invalid variable name: \`$ac_envvar'" ;;
1221 esac
1222 eval $ac_envvar=\$ac_optarg
1223 export $ac_envvar ;;
1226 # FIXME: should be removed in autoconf 3.0.
1227 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1228 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1229 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1230 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1233 esac
1234 done
1236 if test -n "$ac_prev"; then
1237 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1238 as_fn_error "missing argument to $ac_option"
1241 if test -n "$ac_unrecognized_opts"; then
1242 case $enable_option_checking in
1243 no) ;;
1244 fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;;
1245 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1246 esac
1249 # Check all directory arguments for consistency.
1250 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1251 datadir sysconfdir sharedstatedir localstatedir includedir \
1252 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1253 libdir localedir mandir
1255 eval ac_val=\$$ac_var
1256 # Remove trailing slashes.
1257 case $ac_val in
1258 */ )
1259 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1260 eval $ac_var=\$ac_val;;
1261 esac
1262 # Be sure to have absolute directory names.
1263 case $ac_val in
1264 [\\/$]* | ?:[\\/]* ) continue;;
1265 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1266 esac
1267 as_fn_error "expected an absolute directory name for --$ac_var: $ac_val"
1268 done
1270 # There might be people who depend on the old broken behavior: `$host'
1271 # used to hold the argument of --host etc.
1272 # FIXME: To remove some day.
1273 build=$build_alias
1274 host=$host_alias
1275 target=$target_alias
1277 # FIXME: To remove some day.
1278 if test "x$host_alias" != x; then
1279 if test "x$build_alias" = x; then
1280 cross_compiling=maybe
1281 $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1282 If a cross compiler is detected then cross compile mode will be used." >&2
1283 elif test "x$build_alias" != "x$host_alias"; then
1284 cross_compiling=yes
1288 ac_tool_prefix=
1289 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1291 test "$silent" = yes && exec 6>/dev/null
1294 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1295 ac_ls_di=`ls -di .` &&
1296 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1297 as_fn_error "working directory cannot be determined"
1298 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1299 as_fn_error "pwd does not report name of working directory"
1302 # Find the source files, if location was not specified.
1303 if test -z "$srcdir"; then
1304 ac_srcdir_defaulted=yes
1305 # Try the directory containing this script, then the parent directory.
1306 ac_confdir=`$as_dirname -- "$as_myself" ||
1307 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1308 X"$as_myself" : 'X\(//\)[^/]' \| \
1309 X"$as_myself" : 'X\(//\)$' \| \
1310 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1311 $as_echo X"$as_myself" |
1312 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1313 s//\1/
1316 /^X\(\/\/\)[^/].*/{
1317 s//\1/
1320 /^X\(\/\/\)$/{
1321 s//\1/
1324 /^X\(\/\).*/{
1325 s//\1/
1328 s/.*/./; q'`
1329 srcdir=$ac_confdir
1330 if test ! -r "$srcdir/$ac_unique_file"; then
1331 srcdir=..
1333 else
1334 ac_srcdir_defaulted=no
1336 if test ! -r "$srcdir/$ac_unique_file"; then
1337 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1338 as_fn_error "cannot find sources ($ac_unique_file) in $srcdir"
1340 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1341 ac_abs_confdir=`(
1342 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg"
1343 pwd)`
1344 # When building in place, set srcdir=.
1345 if test "$ac_abs_confdir" = "$ac_pwd"; then
1346 srcdir=.
1348 # Remove unnecessary trailing slashes from srcdir.
1349 # Double slashes in file names in object file debugging info
1350 # mess up M-x gdb in Emacs.
1351 case $srcdir in
1352 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1353 esac
1354 for ac_var in $ac_precious_vars; do
1355 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1356 eval ac_env_${ac_var}_value=\$${ac_var}
1357 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1358 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1359 done
1362 # Report the --help message.
1364 if test "$ac_init_help" = "long"; then
1365 # Omit some internal or obsolete options to make the list less imposing.
1366 # This message is too long to be a string in the A/UX 3.1 sh.
1367 cat <<_ACEOF
1368 \`configure' configures Wine 1.3.1 to adapt to many kinds of systems.
1370 Usage: $0 [OPTION]... [VAR=VALUE]...
1372 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1373 VAR=VALUE. See below for descriptions of some of the useful variables.
1375 Defaults for the options are specified in brackets.
1377 Configuration:
1378 -h, --help display this help and exit
1379 --help=short display options specific to this package
1380 --help=recursive display the short help of all the included packages
1381 -V, --version display version information and exit
1382 -q, --quiet, --silent do not print \`checking...' messages
1383 --cache-file=FILE cache test results in FILE [disabled]
1384 -C, --config-cache alias for \`--cache-file=config.cache'
1385 -n, --no-create do not create output files
1386 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1388 Installation directories:
1389 --prefix=PREFIX install architecture-independent files in PREFIX
1390 [$ac_default_prefix]
1391 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1392 [PREFIX]
1394 By default, \`make install' will install all the files in
1395 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1396 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1397 for instance \`--prefix=\$HOME'.
1399 For better control, use the options below.
1401 Fine tuning of the installation directories:
1402 --bindir=DIR user executables [EPREFIX/bin]
1403 --sbindir=DIR system admin executables [EPREFIX/sbin]
1404 --libexecdir=DIR program executables [EPREFIX/libexec]
1405 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1406 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1407 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1408 --libdir=DIR object code libraries [EPREFIX/lib]
1409 --includedir=DIR C header files [PREFIX/include]
1410 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1411 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1412 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1413 --infodir=DIR info documentation [DATAROOTDIR/info]
1414 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1415 --mandir=DIR man documentation [DATAROOTDIR/man]
1416 --docdir=DIR documentation root [DATAROOTDIR/doc/wine]
1417 --htmldir=DIR html documentation [DOCDIR]
1418 --dvidir=DIR dvi documentation [DOCDIR]
1419 --pdfdir=DIR pdf documentation [DOCDIR]
1420 --psdir=DIR ps documentation [DOCDIR]
1421 _ACEOF
1423 cat <<\_ACEOF
1425 X features:
1426 --x-includes=DIR X include files are in DIR
1427 --x-libraries=DIR X library files are in DIR
1429 System types:
1430 --build=BUILD configure for building on BUILD [guessed]
1431 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1432 _ACEOF
1435 if test -n "$ac_init_help"; then
1436 case $ac_init_help in
1437 short | recursive ) echo "Configuration of Wine 1.3.1:";;
1438 esac
1439 cat <<\_ACEOF
1441 Optional Features:
1442 --disable-option-checking ignore unrecognized --enable/--with options
1443 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1444 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1445 --disable-win16 do not include Win16 support
1446 --enable-win64 build a Win64 emulator on AMD64 (won't run Win32
1447 binaries)
1448 --disable-tests do not build the regression tests
1449 --enable-maintainer-mode
1450 enable maintainer-specific build rules
1451 --disable-largefile omit support for large files
1453 Optional Packages:
1454 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1455 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1456 --without-alsa do not use the Alsa sound support
1457 --without-audioio do not use the AudioIO sound support
1458 --without-capi do not use CAPI (ISDN support)
1459 --without-cms do not use CMS (color management support)
1460 --without-coreaudio do not use the CoreAudio sound support
1461 --without-cups do not use CUPS
1462 --without-curses do not use (n)curses
1463 --without-esd do not use the EsounD sound support
1464 --without-fontconfig do not use fontconfig
1465 --without-freetype do not use the FreeType library
1466 --without-gphoto do not use gphoto (Digital Camera support)
1467 --without-glu do not use the GLU library
1468 --without-gnutls do not use GnuTLS (schannel support)
1469 --without-gsm do not use libgsm (GSM 06.10 codec support)
1470 --without-hal do not use HAL (dynamic device support)
1471 --without-icns do not use ICNS icon support
1472 --without-jack do not use the Jack sound support
1473 --without-jpeg do not use JPEG
1474 --without-ldap do not use LDAP
1475 --without-mpg123 do not use the mpg123 library
1476 --without-nas do not use the NAS sound support
1477 --without-openal do not use OpenAL
1478 --without-opengl do not use OpenGL
1479 --without-openssl do not use OpenSSL
1480 --without-oss do not use the OSS sound support
1481 --without-png do not use PNG
1482 --without-pthread do not use the pthread library
1483 --without-sane do not use SANE (scanner support)
1484 --without-tiff do not use TIFF
1485 --without-v4l do not use v4l1 (v4l support)
1486 --without-xcomposite do not use the Xcomposite extension
1487 --without-xcursor do not use the Xcursor extension
1488 --without-xinerama do not use Xinerama (multi-monitor support)
1489 --without-xinput do not use the Xinput extension
1490 --without-xml do not use XML
1491 --without-xrandr do not use Xrandr (resolution changes)
1492 --without-xrender do not use the Xrender extension
1493 --without-xshape do not use the Xshape extension
1494 --without-xshm do not use XShm (shared memory extension)
1495 --without-xslt do not use XSLT
1496 --without-xxf86vm do not use XFree video mode extension
1497 --with-wine-tools=DIR use Wine tools from directory DIR
1498 --with-wine64=DIR use the 64-bit Wine in DIR for a Wow64 build
1499 --with-x use the X Window System
1501 Some influential environment variables:
1502 CC C compiler command
1503 CFLAGS C compiler flags
1504 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1505 nonstandard directory <lib dir>
1506 LIBS libraries to pass to the linker, e.g. -l<library>
1507 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
1508 you have headers in a nonstandard directory <include dir>
1509 CXX C++ compiler command
1510 CXXFLAGS C++ compiler flags
1511 CPP C preprocessor
1512 XMKMF Path to xmkmf, Makefile generator for X Window System
1514 Use these variables to override the choices made by `configure' or to help
1515 it to find libraries and programs with nonstandard names/locations.
1517 Report bugs to <wine-devel@winehq.org>.
1518 Wine home page: <http://www.winehq.org>.
1519 _ACEOF
1520 ac_status=$?
1523 if test "$ac_init_help" = "recursive"; then
1524 # If there are subdirs, report their specific --help.
1525 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1526 test -d "$ac_dir" ||
1527 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1528 continue
1529 ac_builddir=.
1531 case "$ac_dir" in
1532 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1534 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1535 # A ".." for each directory in $ac_dir_suffix.
1536 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1537 case $ac_top_builddir_sub in
1538 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1539 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1540 esac ;;
1541 esac
1542 ac_abs_top_builddir=$ac_pwd
1543 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1544 # for backward compatibility:
1545 ac_top_builddir=$ac_top_build_prefix
1547 case $srcdir in
1548 .) # We are building in place.
1549 ac_srcdir=.
1550 ac_top_srcdir=$ac_top_builddir_sub
1551 ac_abs_top_srcdir=$ac_pwd ;;
1552 [\\/]* | ?:[\\/]* ) # Absolute name.
1553 ac_srcdir=$srcdir$ac_dir_suffix;
1554 ac_top_srcdir=$srcdir
1555 ac_abs_top_srcdir=$srcdir ;;
1556 *) # Relative name.
1557 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1558 ac_top_srcdir=$ac_top_build_prefix$srcdir
1559 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1560 esac
1561 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1563 cd "$ac_dir" || { ac_status=$?; continue; }
1564 # Check for guested configure.
1565 if test -f "$ac_srcdir/configure.gnu"; then
1566 echo &&
1567 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1568 elif test -f "$ac_srcdir/configure"; then
1569 echo &&
1570 $SHELL "$ac_srcdir/configure" --help=recursive
1571 else
1572 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1573 fi || ac_status=$?
1574 cd "$ac_pwd" || { ac_status=$?; break; }
1575 done
1578 test -n "$ac_init_help" && exit $ac_status
1579 if $ac_init_version; then
1580 cat <<\_ACEOF
1581 Wine configure 1.3.1
1582 generated by GNU Autoconf 2.65
1584 Copyright (C) 2009 Free Software Foundation, Inc.
1585 This configure script is free software; the Free Software Foundation
1586 gives unlimited permission to copy, distribute and modify it.
1587 _ACEOF
1588 exit
1591 ## ------------------------ ##
1592 ## Autoconf initialization. ##
1593 ## ------------------------ ##
1595 # ac_fn_c_try_compile LINENO
1596 # --------------------------
1597 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1598 ac_fn_c_try_compile ()
1600 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1601 rm -f conftest.$ac_objext
1602 if { { ac_try="$ac_compile"
1603 case "(($ac_try" in
1604 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1605 *) ac_try_echo=$ac_try;;
1606 esac
1607 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1608 $as_echo "$ac_try_echo"; } >&5
1609 (eval "$ac_compile") 2>conftest.err
1610 ac_status=$?
1611 if test -s conftest.err; then
1612 grep -v '^ *+' conftest.err >conftest.er1
1613 cat conftest.er1 >&5
1614 mv -f conftest.er1 conftest.err
1616 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1617 test $ac_status = 0; } && {
1618 test -z "$ac_c_werror_flag" ||
1619 test ! -s conftest.err
1620 } && test -s conftest.$ac_objext; then :
1621 ac_retval=0
1622 else
1623 $as_echo "$as_me: failed program was:" >&5
1624 sed 's/^/| /' conftest.$ac_ext >&5
1626 ac_retval=1
1628 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1629 as_fn_set_status $ac_retval
1631 } # ac_fn_c_try_compile
1633 # ac_fn_cxx_try_compile LINENO
1634 # ----------------------------
1635 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1636 ac_fn_cxx_try_compile ()
1638 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1639 rm -f conftest.$ac_objext
1640 if { { ac_try="$ac_compile"
1641 case "(($ac_try" in
1642 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1643 *) ac_try_echo=$ac_try;;
1644 esac
1645 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1646 $as_echo "$ac_try_echo"; } >&5
1647 (eval "$ac_compile") 2>conftest.err
1648 ac_status=$?
1649 if test -s conftest.err; then
1650 grep -v '^ *+' conftest.err >conftest.er1
1651 cat conftest.er1 >&5
1652 mv -f conftest.er1 conftest.err
1654 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1655 test $ac_status = 0; } && {
1656 test -z "$ac_cxx_werror_flag" ||
1657 test ! -s conftest.err
1658 } && test -s conftest.$ac_objext; then :
1659 ac_retval=0
1660 else
1661 $as_echo "$as_me: failed program was:" >&5
1662 sed 's/^/| /' conftest.$ac_ext >&5
1664 ac_retval=1
1666 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1667 as_fn_set_status $ac_retval
1669 } # ac_fn_cxx_try_compile
1671 # ac_fn_c_try_link LINENO
1672 # -----------------------
1673 # Try to link conftest.$ac_ext, and return whether this succeeded.
1674 ac_fn_c_try_link ()
1676 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1677 rm -f conftest.$ac_objext conftest$ac_exeext
1678 if { { ac_try="$ac_link"
1679 case "(($ac_try" in
1680 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1681 *) ac_try_echo=$ac_try;;
1682 esac
1683 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1684 $as_echo "$ac_try_echo"; } >&5
1685 (eval "$ac_link") 2>conftest.err
1686 ac_status=$?
1687 if test -s conftest.err; then
1688 grep -v '^ *+' conftest.err >conftest.er1
1689 cat conftest.er1 >&5
1690 mv -f conftest.er1 conftest.err
1692 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1693 test $ac_status = 0; } && {
1694 test -z "$ac_c_werror_flag" ||
1695 test ! -s conftest.err
1696 } && test -s conftest$ac_exeext && {
1697 test "$cross_compiling" = yes ||
1698 $as_test_x conftest$ac_exeext
1699 }; then :
1700 ac_retval=0
1701 else
1702 $as_echo "$as_me: failed program was:" >&5
1703 sed 's/^/| /' conftest.$ac_ext >&5
1705 ac_retval=1
1707 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1708 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1709 # interfere with the next link command; also delete a directory that is
1710 # left behind by Apple's compiler. We do this before executing the actions.
1711 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1712 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1713 as_fn_set_status $ac_retval
1715 } # ac_fn_c_try_link
1717 # ac_fn_c_try_cpp LINENO
1718 # ----------------------
1719 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1720 ac_fn_c_try_cpp ()
1722 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1723 if { { ac_try="$ac_cpp conftest.$ac_ext"
1724 case "(($ac_try" in
1725 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1726 *) ac_try_echo=$ac_try;;
1727 esac
1728 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1729 $as_echo "$ac_try_echo"; } >&5
1730 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1731 ac_status=$?
1732 if test -s conftest.err; then
1733 grep -v '^ *+' conftest.err >conftest.er1
1734 cat conftest.er1 >&5
1735 mv -f conftest.er1 conftest.err
1737 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1738 test $ac_status = 0; } >/dev/null && {
1739 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1740 test ! -s conftest.err
1741 }; then :
1742 ac_retval=0
1743 else
1744 $as_echo "$as_me: failed program was:" >&5
1745 sed 's/^/| /' conftest.$ac_ext >&5
1747 ac_retval=1
1749 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1750 as_fn_set_status $ac_retval
1752 } # ac_fn_c_try_cpp
1754 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1755 # -------------------------------------------------------
1756 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
1757 # the include files in INCLUDES and setting the cache variable VAR
1758 # accordingly.
1759 ac_fn_c_check_header_mongrel ()
1761 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1762 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1763 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1764 $as_echo_n "checking for $2... " >&6; }
1765 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1766 $as_echo_n "(cached) " >&6
1768 eval ac_res=\$$3
1769 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1770 $as_echo "$ac_res" >&6; }
1771 else
1772 # Is the header compilable?
1773 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1774 $as_echo_n "checking $2 usability... " >&6; }
1775 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1776 /* end confdefs.h. */
1778 #include <$2>
1779 _ACEOF
1780 if ac_fn_c_try_compile "$LINENO"; then :
1781 ac_header_compiler=yes
1782 else
1783 ac_header_compiler=no
1785 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1786 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1787 $as_echo "$ac_header_compiler" >&6; }
1789 # Is the header present?
1790 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1791 $as_echo_n "checking $2 presence... " >&6; }
1792 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1793 /* end confdefs.h. */
1794 #include <$2>
1795 _ACEOF
1796 if ac_fn_c_try_cpp "$LINENO"; then :
1797 ac_header_preproc=yes
1798 else
1799 ac_header_preproc=no
1801 rm -f conftest.err conftest.$ac_ext
1802 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1803 $as_echo "$ac_header_preproc" >&6; }
1805 # So? What about this header?
1806 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1807 yes:no: )
1808 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1809 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1810 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1811 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1813 no:yes:* )
1814 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1815 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1816 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
1817 $as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
1818 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1819 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1820 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1821 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1822 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1823 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1824 ( cat <<\_ASBOX
1825 ## ------------------------------------ ##
1826 ## Report this to wine-devel@winehq.org ##
1827 ## ------------------------------------ ##
1828 _ASBOX
1829 ) | sed "s/^/$as_me: WARNING: /" >&2
1831 esac
1832 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1833 $as_echo_n "checking for $2... " >&6; }
1834 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1835 $as_echo_n "(cached) " >&6
1836 else
1837 eval "$3=\$ac_header_compiler"
1839 eval ac_res=\$$3
1840 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1841 $as_echo "$ac_res" >&6; }
1843 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1845 } # ac_fn_c_check_header_mongrel
1847 # ac_fn_c_try_run LINENO
1848 # ----------------------
1849 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1850 # that executables *can* be run.
1851 ac_fn_c_try_run ()
1853 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1854 if { { ac_try="$ac_link"
1855 case "(($ac_try" in
1856 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1857 *) ac_try_echo=$ac_try;;
1858 esac
1859 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1860 $as_echo "$ac_try_echo"; } >&5
1861 (eval "$ac_link") 2>&5
1862 ac_status=$?
1863 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1864 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1865 { { case "(($ac_try" in
1866 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1867 *) ac_try_echo=$ac_try;;
1868 esac
1869 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1870 $as_echo "$ac_try_echo"; } >&5
1871 (eval "$ac_try") 2>&5
1872 ac_status=$?
1873 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1874 test $ac_status = 0; }; }; then :
1875 ac_retval=0
1876 else
1877 $as_echo "$as_me: program exited with status $ac_status" >&5
1878 $as_echo "$as_me: failed program was:" >&5
1879 sed 's/^/| /' conftest.$ac_ext >&5
1881 ac_retval=$ac_status
1883 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1884 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1885 as_fn_set_status $ac_retval
1887 } # ac_fn_c_try_run
1889 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1890 # -------------------------------------------------------
1891 # Tests whether HEADER exists and can be compiled using the include files in
1892 # INCLUDES, setting the cache variable VAR accordingly.
1893 ac_fn_c_check_header_compile ()
1895 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1896 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1897 $as_echo_n "checking for $2... " >&6; }
1898 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1899 $as_echo_n "(cached) " >&6
1900 else
1901 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1902 /* end confdefs.h. */
1904 #include <$2>
1905 _ACEOF
1906 if ac_fn_c_try_compile "$LINENO"; then :
1907 eval "$3=yes"
1908 else
1909 eval "$3=no"
1911 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1913 eval ac_res=\$$3
1914 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1915 $as_echo "$ac_res" >&6; }
1916 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1918 } # ac_fn_c_check_header_compile
1920 # ac_fn_c_check_func LINENO FUNC VAR
1921 # ----------------------------------
1922 # Tests whether FUNC exists, setting the cache variable VAR accordingly
1923 ac_fn_c_check_func ()
1925 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1926 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1927 $as_echo_n "checking for $2... " >&6; }
1928 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1929 $as_echo_n "(cached) " >&6
1930 else
1931 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1932 /* end confdefs.h. */
1933 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1934 For example, HP-UX 11i <limits.h> declares gettimeofday. */
1935 #define $2 innocuous_$2
1937 /* System header to define __stub macros and hopefully few prototypes,
1938 which can conflict with char $2 (); below.
1939 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1940 <limits.h> exists even on freestanding compilers. */
1942 #ifdef __STDC__
1943 # include <limits.h>
1944 #else
1945 # include <assert.h>
1946 #endif
1948 #undef $2
1950 /* Override any GCC internal prototype to avoid an error.
1951 Use char because int might match the return type of a GCC
1952 builtin and then its argument prototype would still apply. */
1953 #ifdef __cplusplus
1954 extern "C"
1955 #endif
1956 char $2 ();
1957 /* The GNU C library defines this for functions which it implements
1958 to always fail with ENOSYS. Some functions are actually named
1959 something starting with __ and the normal name is an alias. */
1960 #if defined __stub_$2 || defined __stub___$2
1961 choke me
1962 #endif
1965 main ()
1967 return $2 ();
1969 return 0;
1971 _ACEOF
1972 if ac_fn_c_try_link "$LINENO"; then :
1973 eval "$3=yes"
1974 else
1975 eval "$3=no"
1977 rm -f core conftest.err conftest.$ac_objext \
1978 conftest$ac_exeext conftest.$ac_ext
1980 eval ac_res=\$$3
1981 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1982 $as_echo "$ac_res" >&6; }
1983 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1985 } # ac_fn_c_check_func
1987 # ac_fn_c_check_member LINENO AGGR MEMBER VAR INCLUDES
1988 # ----------------------------------------------------
1989 # Tries to find if the field MEMBER exists in type AGGR, after including
1990 # INCLUDES, setting cache variable VAR accordingly.
1991 ac_fn_c_check_member ()
1993 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1994 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2.$3" >&5
1995 $as_echo_n "checking for $2.$3... " >&6; }
1996 if { as_var=$4; eval "test \"\${$as_var+set}\" = set"; }; then :
1997 $as_echo_n "(cached) " >&6
1998 else
1999 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2000 /* end confdefs.h. */
2003 main ()
2005 static $2 ac_aggr;
2006 if (ac_aggr.$3)
2007 return 0;
2009 return 0;
2011 _ACEOF
2012 if ac_fn_c_try_compile "$LINENO"; then :
2013 eval "$4=yes"
2014 else
2015 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2016 /* end confdefs.h. */
2019 main ()
2021 static $2 ac_aggr;
2022 if (sizeof ac_aggr.$3)
2023 return 0;
2025 return 0;
2027 _ACEOF
2028 if ac_fn_c_try_compile "$LINENO"; then :
2029 eval "$4=yes"
2030 else
2031 eval "$4=no"
2033 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2035 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2037 eval ac_res=\$$4
2038 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2039 $as_echo "$ac_res" >&6; }
2040 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2042 } # ac_fn_c_check_member
2044 # ac_fn_c_check_type LINENO TYPE VAR INCLUDES
2045 # -------------------------------------------
2046 # Tests whether TYPE exists after having included INCLUDES, setting cache
2047 # variable VAR accordingly.
2048 ac_fn_c_check_type ()
2050 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2051 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2052 $as_echo_n "checking for $2... " >&6; }
2053 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
2054 $as_echo_n "(cached) " >&6
2055 else
2056 eval "$3=no"
2057 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2058 /* end confdefs.h. */
2061 main ()
2063 if (sizeof ($2))
2064 return 0;
2066 return 0;
2068 _ACEOF
2069 if ac_fn_c_try_compile "$LINENO"; then :
2070 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2071 /* end confdefs.h. */
2074 main ()
2076 if (sizeof (($2)))
2077 return 0;
2079 return 0;
2081 _ACEOF
2082 if ac_fn_c_try_compile "$LINENO"; then :
2084 else
2085 eval "$3=yes"
2087 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2089 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2091 eval ac_res=\$$3
2092 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2093 $as_echo "$ac_res" >&6; }
2094 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2096 } # ac_fn_c_check_type
2097 cat >config.log <<_ACEOF
2098 This file contains any messages produced by compilers while
2099 running configure, to aid debugging if configure makes a mistake.
2101 It was created by Wine $as_me 1.3.1, which was
2102 generated by GNU Autoconf 2.65. Invocation command line was
2104 $ $0 $@
2106 _ACEOF
2107 exec 5>>config.log
2109 cat <<_ASUNAME
2110 ## --------- ##
2111 ## Platform. ##
2112 ## --------- ##
2114 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
2115 uname -m = `(uname -m) 2>/dev/null || echo unknown`
2116 uname -r = `(uname -r) 2>/dev/null || echo unknown`
2117 uname -s = `(uname -s) 2>/dev/null || echo unknown`
2118 uname -v = `(uname -v) 2>/dev/null || echo unknown`
2120 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
2121 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
2123 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
2124 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
2125 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
2126 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
2127 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
2128 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
2129 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
2131 _ASUNAME
2133 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2134 for as_dir in $PATH
2136 IFS=$as_save_IFS
2137 test -z "$as_dir" && as_dir=.
2138 $as_echo "PATH: $as_dir"
2139 done
2140 IFS=$as_save_IFS
2142 } >&5
2144 cat >&5 <<_ACEOF
2147 ## ----------- ##
2148 ## Core tests. ##
2149 ## ----------- ##
2151 _ACEOF
2154 # Keep a trace of the command line.
2155 # Strip out --no-create and --no-recursion so they do not pile up.
2156 # Strip out --silent because we don't want to record it for future runs.
2157 # Also quote any args containing shell meta-characters.
2158 # Make two passes to allow for proper duplicate-argument suppression.
2159 ac_configure_args=
2160 ac_configure_args0=
2161 ac_configure_args1=
2162 ac_must_keep_next=false
2163 for ac_pass in 1 2
2165 for ac_arg
2167 case $ac_arg in
2168 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
2169 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2170 | -silent | --silent | --silen | --sile | --sil)
2171 continue ;;
2172 *\'*)
2173 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
2174 esac
2175 case $ac_pass in
2176 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
2178 as_fn_append ac_configure_args1 " '$ac_arg'"
2179 if test $ac_must_keep_next = true; then
2180 ac_must_keep_next=false # Got value, back to normal.
2181 else
2182 case $ac_arg in
2183 *=* | --config-cache | -C | -disable-* | --disable-* \
2184 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
2185 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2186 | -with-* | --with-* | -without-* | --without-* | --x)
2187 case "$ac_configure_args0 " in
2188 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2189 esac
2191 -* ) ac_must_keep_next=true ;;
2192 esac
2194 as_fn_append ac_configure_args " '$ac_arg'"
2196 esac
2197 done
2198 done
2199 { ac_configure_args0=; unset ac_configure_args0;}
2200 { ac_configure_args1=; unset ac_configure_args1;}
2202 # When interrupted or exit'd, cleanup temporary files, and complete
2203 # config.log. We remove comments because anyway the quotes in there
2204 # would cause problems or look ugly.
2205 # WARNING: Use '\'' to represent an apostrophe within the trap.
2206 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
2207 trap 'exit_status=$?
2208 # Save into config.log some information that might help in debugging.
2210 echo
2212 cat <<\_ASBOX
2213 ## ---------------- ##
2214 ## Cache variables. ##
2215 ## ---------------- ##
2216 _ASBOX
2217 echo
2218 # The following way of writing the cache mishandles newlines in values,
2220 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2221 eval ac_val=\$$ac_var
2222 case $ac_val in #(
2223 *${as_nl}*)
2224 case $ac_var in #(
2225 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2226 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2227 esac
2228 case $ac_var in #(
2229 _ | IFS | as_nl) ;; #(
2230 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2231 *) { eval $ac_var=; unset $ac_var;} ;;
2232 esac ;;
2233 esac
2234 done
2235 (set) 2>&1 |
2236 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2237 *${as_nl}ac_space=\ *)
2238 sed -n \
2239 "s/'\''/'\''\\\\'\'''\''/g;
2240 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2241 ;; #(
2243 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2245 esac |
2246 sort
2248 echo
2250 cat <<\_ASBOX
2251 ## ----------------- ##
2252 ## Output variables. ##
2253 ## ----------------- ##
2254 _ASBOX
2255 echo
2256 for ac_var in $ac_subst_vars
2258 eval ac_val=\$$ac_var
2259 case $ac_val in
2260 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2261 esac
2262 $as_echo "$ac_var='\''$ac_val'\''"
2263 done | sort
2264 echo
2266 if test -n "$ac_subst_files"; then
2267 cat <<\_ASBOX
2268 ## ------------------- ##
2269 ## File substitutions. ##
2270 ## ------------------- ##
2271 _ASBOX
2272 echo
2273 for ac_var in $ac_subst_files
2275 eval ac_val=\$$ac_var
2276 case $ac_val in
2277 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2278 esac
2279 $as_echo "$ac_var='\''$ac_val'\''"
2280 done | sort
2281 echo
2284 if test -s confdefs.h; then
2285 cat <<\_ASBOX
2286 ## ----------- ##
2287 ## confdefs.h. ##
2288 ## ----------- ##
2289 _ASBOX
2290 echo
2291 cat confdefs.h
2292 echo
2294 test "$ac_signal" != 0 &&
2295 $as_echo "$as_me: caught signal $ac_signal"
2296 $as_echo "$as_me: exit $exit_status"
2297 } >&5
2298 rm -f core *.core core.conftest.* &&
2299 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2300 exit $exit_status
2302 for ac_signal in 1 2 13 15; do
2303 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
2304 done
2305 ac_signal=0
2307 # confdefs.h avoids OS command line length limits that DEFS can exceed.
2308 rm -f -r conftest* confdefs.h
2310 $as_echo "/* confdefs.h */" > confdefs.h
2312 # Predefined preprocessor variables.
2314 cat >>confdefs.h <<_ACEOF
2315 #define PACKAGE_NAME "$PACKAGE_NAME"
2316 _ACEOF
2318 cat >>confdefs.h <<_ACEOF
2319 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2320 _ACEOF
2322 cat >>confdefs.h <<_ACEOF
2323 #define PACKAGE_VERSION "$PACKAGE_VERSION"
2324 _ACEOF
2326 cat >>confdefs.h <<_ACEOF
2327 #define PACKAGE_STRING "$PACKAGE_STRING"
2328 _ACEOF
2330 cat >>confdefs.h <<_ACEOF
2331 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2332 _ACEOF
2334 cat >>confdefs.h <<_ACEOF
2335 #define PACKAGE_URL "$PACKAGE_URL"
2336 _ACEOF
2339 # Let the site file select an alternate cache file if it wants to.
2340 # Prefer an explicitly selected file to automatically selected ones.
2341 ac_site_file1=NONE
2342 ac_site_file2=NONE
2343 if test -n "$CONFIG_SITE"; then
2344 ac_site_file1=$CONFIG_SITE
2345 elif test "x$prefix" != xNONE; then
2346 ac_site_file1=$prefix/share/config.site
2347 ac_site_file2=$prefix/etc/config.site
2348 else
2349 ac_site_file1=$ac_default_prefix/share/config.site
2350 ac_site_file2=$ac_default_prefix/etc/config.site
2352 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2354 test "x$ac_site_file" = xNONE && continue
2355 if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
2356 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2357 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
2358 sed 's/^/| /' "$ac_site_file" >&5
2359 . "$ac_site_file"
2361 done
2363 if test -r "$cache_file"; then
2364 # Some versions of bash will fail to source /dev/null (special files
2365 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
2366 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
2367 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2368 $as_echo "$as_me: loading cache $cache_file" >&6;}
2369 case $cache_file in
2370 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2371 *) . "./$cache_file";;
2372 esac
2374 else
2375 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2376 $as_echo "$as_me: creating cache $cache_file" >&6;}
2377 >$cache_file
2380 # Check that the precious variables saved in the cache have kept the same
2381 # value.
2382 ac_cache_corrupted=false
2383 for ac_var in $ac_precious_vars; do
2384 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2385 eval ac_new_set=\$ac_env_${ac_var}_set
2386 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2387 eval ac_new_val=\$ac_env_${ac_var}_value
2388 case $ac_old_set,$ac_new_set in
2389 set,)
2390 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2391 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2392 ac_cache_corrupted=: ;;
2393 ,set)
2394 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2395 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2396 ac_cache_corrupted=: ;;
2397 ,);;
2399 if test "x$ac_old_val" != "x$ac_new_val"; then
2400 # differences in whitespace do not lead to failure.
2401 ac_old_val_w=`echo x $ac_old_val`
2402 ac_new_val_w=`echo x $ac_new_val`
2403 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2404 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2405 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2406 ac_cache_corrupted=:
2407 else
2408 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2409 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2410 eval $ac_var=\$ac_old_val
2412 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2413 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2414 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2415 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
2416 fi;;
2417 esac
2418 # Pass precious variables to config.status.
2419 if test "$ac_new_set" = set; then
2420 case $ac_new_val in
2421 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2422 *) ac_arg=$ac_var=$ac_new_val ;;
2423 esac
2424 case " $ac_configure_args " in
2425 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
2426 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
2427 esac
2429 done
2430 if $ac_cache_corrupted; then
2431 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2432 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2433 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2434 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2435 as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
2437 ## -------------------- ##
2438 ## Main body of script. ##
2439 ## -------------------- ##
2441 ac_ext=c
2442 ac_cpp='$CPP $CPPFLAGS'
2443 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2444 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2445 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2449 ac_config_headers="$ac_config_headers include/config.h"
2451 ac_aux_dir=
2452 for ac_dir in tools "$srcdir"/tools; do
2453 for ac_t in install-sh install.sh shtool; do
2454 if test -f "$ac_dir/$ac_t"; then
2455 ac_aux_dir=$ac_dir
2456 ac_install_sh="$ac_aux_dir/$ac_t -c"
2457 break 2
2459 done
2460 done
2461 if test -z "$ac_aux_dir"; then
2462 as_fn_error "cannot find install-sh, install.sh, or shtool in tools \"$srcdir\"/tools" "$LINENO" 5
2465 # These three variables are undocumented and unsupported,
2466 # and are intended to be withdrawn in a future Autoconf release.
2467 # They can cause serious problems if a builder's source tree is in a directory
2468 # whose full name contains unusual characters.
2469 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2470 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2471 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2477 # Check whether --enable-win16 was given.
2478 if test "${enable_win16+set}" = set; then :
2479 enableval=$enable_win16;
2482 # Check whether --enable-win64 was given.
2483 if test "${enable_win64+set}" = set; then :
2484 enableval=$enable_win64;
2487 # Check whether --enable-tests was given.
2488 if test "${enable_tests+set}" = set; then :
2489 enableval=$enable_tests;
2492 # Check whether --enable-maintainer-mode was given.
2493 if test "${enable_maintainer_mode+set}" = set; then :
2494 enableval=$enable_maintainer_mode;
2499 # Check whether --with-alsa was given.
2500 if test "${with_alsa+set}" = set; then :
2501 withval=$with_alsa; if test "x$withval" = "xno"; then ac_cv_header_sys_asoundlib_h=no; ac_cv_header_alsa_asoundlib_h=no; fi
2505 # Check whether --with-audioio was given.
2506 if test "${with_audioio+set}" = set; then :
2507 withval=$with_audioio; if test "x$withval" = "xno"; then ac_cv_header_libaudioio_h=no; fi
2511 # Check whether --with-capi was given.
2512 if test "${with_capi+set}" = set; then :
2513 withval=$with_capi; if test "x$withval" = "xno"; then ac_cv_header_capi20_h=no; ac_cv_header_linux_capi_h=no; fi
2517 # Check whether --with-cms was given.
2518 if test "${with_cms+set}" = set; then :
2519 withval=$with_cms; if test "x$withval" = "xno"; then ac_cv_header_lcms_h=no; ac_cv_header_lcms_lcms_h=no; fi
2523 # Check whether --with-coreaudio was given.
2524 if test "${with_coreaudio+set}" = set; then :
2525 withval=$with_coreaudio; if test "x$withval" = "xno"; then ac_cv_header_CoreAudio_CoreAudio_h=no; fi
2529 # Check whether --with-cups was given.
2530 if test "${with_cups+set}" = set; then :
2531 withval=$with_cups;
2535 # Check whether --with-curses was given.
2536 if test "${with_curses+set}" = set; then :
2537 withval=$with_curses; if test "x$withval" = "xno"; then ac_cv_header_ncurses_h=no; ac_cv_header_curses_h=no; fi
2541 # Check whether --with-esd was given.
2542 if test "${with_esd+set}" = set; then :
2543 withval=$with_esd;
2547 # Check whether --with-fontconfig was given.
2548 if test "${with_fontconfig+set}" = set; then :
2549 withval=$with_fontconfig; if test "x$withval" = "xno"; then ac_cv_header_fontconfig_fontconfig_h=no; fi
2553 # Check whether --with-freetype was given.
2554 if test "${with_freetype+set}" = set; then :
2555 withval=$with_freetype;
2559 # Check whether --with-gphoto was given.
2560 if test "${with_gphoto+set}" = set; then :
2561 withval=$with_gphoto;
2565 # Check whether --with-glu was given.
2566 if test "${with_glu+set}" = set; then :
2567 withval=$with_glu; if test "x$withval" = "xno"; then ac_cv_header_GL_glu_h=no; fi
2571 # Check whether --with-gnutls was given.
2572 if test "${with_gnutls+set}" = set; then :
2573 withval=$with_gnutls;
2577 # Check whether --with-gsm was given.
2578 if test "${with_gsm+set}" = set; then :
2579 withval=$with_gsm; if test "x$withval" = "xno"; then ac_cv_header_gsm_h=no; ac_cv_header_gsm_gsm_h=no; fi
2583 # Check whether --with-hal was given.
2584 if test "${with_hal+set}" = set; then :
2585 withval=$with_hal;
2589 # Check whether --with-icns was given.
2590 if test "${with_icns+set}" = set; then :
2591 withval=$with_icns; if test "x$withval" = "xno"; then ac_cv_header_icns_h=no; fi
2595 # Check whether --with-jack was given.
2596 if test "${with_jack+set}" = set; then :
2597 withval=$with_jack; if test "x$withval" = "xno"; then ac_cv_header_jack_jack_h=no; fi
2601 # Check whether --with-jpeg was given.
2602 if test "${with_jpeg+set}" = set; then :
2603 withval=$with_jpeg; if test "x$withval" = "xno"; then ac_cv_header_jpeglib_h=no; fi
2607 # Check whether --with-ldap was given.
2608 if test "${with_ldap+set}" = set; then :
2609 withval=$with_ldap; if test "x$withval" = "xno"; then ac_cv_header_ldap_h=no; ac_cv_header_lber_h=no; fi
2613 # Check whether --with-mpg123 was given.
2614 if test "${with_mpg123+set}" = set; then :
2615 withval=$with_mpg123; if test "x$withval" = "xno"; then ac_cv_header_mpg123_h=no; fi
2619 # Check whether --with-nas was given.
2620 if test "${with_nas+set}" = set; then :
2621 withval=$with_nas; if test "x$withval" = "xno"; then ac_cv_header_audio_audiolib_h=no; fi
2625 # Check whether --with-openal was given.
2626 if test "${with_openal+set}" = set; then :
2627 withval=$with_openal; if test "x$withval" = "xno"; then ac_cv_header_AL_al_h=no; ac_cv_header_OpenAL_al_h=no; fi
2631 # Check whether --with-opengl was given.
2632 if test "${with_opengl+set}" = set; then :
2633 withval=$with_opengl;
2637 # Check whether --with-openssl was given.
2638 if test "${with_openssl+set}" = set; then :
2639 withval=$with_openssl; if test "x$withval" = "xno"; then ac_cv_header_openssl_err_h=no; ac_cv_header_openssl_ssl_h=no; fi
2643 # Check whether --with-oss was given.
2644 if test "${with_oss+set}" = set; then :
2645 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
2649 # Check whether --with-png was given.
2650 if test "${with_png+set}" = set; then :
2651 withval=$with_png; if test "x$withval" = "xno"; then ac_cv_header_png_h=no; fi
2655 # Check whether --with-pthread was given.
2656 if test "${with_pthread+set}" = set; then :
2657 withval=$with_pthread; if test "x$withval" = "xno"; then ac_cv_header_pthread_h=no; fi
2661 # Check whether --with-sane was given.
2662 if test "${with_sane+set}" = set; then :
2663 withval=$with_sane;
2667 # Check whether --with-tiff was given.
2668 if test "${with_tiff+set}" = set; then :
2669 withval=$with_tiff; if test "x$withval" = "xno"; then ac_cv_header_tiffio_h=no; fi
2673 # Check whether --with-v4l was given.
2674 if test "${with_v4l+set}" = set; then :
2675 withval=$with_v4l;
2679 # Check whether --with-xcomposite was given.
2680 if test "${with_xcomposite+set}" = set; then :
2681 withval=$with_xcomposite; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xcomposite_h=no; fi
2685 # Check whether --with-xcursor was given.
2686 if test "${with_xcursor+set}" = set; then :
2687 withval=$with_xcursor; if test "x$withval" = "xno"; then ac_cv_header_X11_Xcursor_Xcursor_h=no; fi
2691 # Check whether --with-xinerama was given.
2692 if test "${with_xinerama+set}" = set; then :
2693 withval=$with_xinerama; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xinerama_h=no; fi
2697 # Check whether --with-xinput was given.
2698 if test "${with_xinput+set}" = set; then :
2699 withval=$with_xinput; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput_h=no; fi
2703 # Check whether --with-xml was given.
2704 if test "${with_xml+set}" = set; then :
2705 withval=$with_xml;
2709 # Check whether --with-xrandr was given.
2710 if test "${with_xrandr+set}" = set; then :
2711 withval=$with_xrandr; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrandr_h=no; fi
2715 # Check whether --with-xrender was given.
2716 if test "${with_xrender+set}" = set; then :
2717 withval=$with_xrender; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrender_h=no; fi
2721 # Check whether --with-xshape was given.
2722 if test "${with_xshape+set}" = set; then :
2723 withval=$with_xshape; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_shape_h=no; fi
2727 # Check whether --with-xshm was given.
2728 if test "${with_xshm+set}" = set; then :
2729 withval=$with_xshm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XShm_h=no; fi
2733 # Check whether --with-xslt was given.
2734 if test "${with_xslt+set}" = set; then :
2735 withval=$with_xslt;
2739 # Check whether --with-xxf86vm was given.
2740 if test "${with_xxf86vm+set}" = set; then :
2741 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
2746 # Check whether --with-wine-tools was given.
2747 if test "${with_wine_tools+set}" = set; then :
2748 withval=$with_wine_tools;
2752 # Check whether --with-wine64 was given.
2753 if test "${with_wine64+set}" = set; then :
2754 withval=$with_wine64;
2758 # Make sure we can run config.sub.
2759 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2760 as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2762 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2763 $as_echo_n "checking build system type... " >&6; }
2764 if test "${ac_cv_build+set}" = set; then :
2765 $as_echo_n "(cached) " >&6
2766 else
2767 ac_build_alias=$build_alias
2768 test "x$ac_build_alias" = x &&
2769 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2770 test "x$ac_build_alias" = x &&
2771 as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5
2772 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2773 as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
2776 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2777 $as_echo "$ac_cv_build" >&6; }
2778 case $ac_cv_build in
2779 *-*-*) ;;
2780 *) as_fn_error "invalid value of canonical build" "$LINENO" 5;;
2781 esac
2782 build=$ac_cv_build
2783 ac_save_IFS=$IFS; IFS='-'
2784 set x $ac_cv_build
2785 shift
2786 build_cpu=$1
2787 build_vendor=$2
2788 shift; shift
2789 # Remember, the first character of IFS is used to create $*,
2790 # except with old shells:
2791 build_os=$*
2792 IFS=$ac_save_IFS
2793 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2796 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2797 $as_echo_n "checking host system type... " >&6; }
2798 if test "${ac_cv_host+set}" = set; then :
2799 $as_echo_n "(cached) " >&6
2800 else
2801 if test "x$host_alias" = x; then
2802 ac_cv_host=$ac_cv_build
2803 else
2804 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2805 as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
2809 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2810 $as_echo "$ac_cv_host" >&6; }
2811 case $ac_cv_host in
2812 *-*-*) ;;
2813 *) as_fn_error "invalid value of canonical host" "$LINENO" 5;;
2814 esac
2815 host=$ac_cv_host
2816 ac_save_IFS=$IFS; IFS='-'
2817 set x $ac_cv_host
2818 shift
2819 host_cpu=$1
2820 host_vendor=$2
2821 shift; shift
2822 # Remember, the first character of IFS is used to create $*,
2823 # except with old shells:
2824 host_os=$*
2825 IFS=$ac_save_IFS
2826 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2830 case "$srcdir" in
2831 .) ;;
2832 *) if test -f "$srcdir/Makefile" -o -f "$srcdir/include/config.h"; then
2833 as_fn_error "you are building out of the source tree, but the source tree contains object files.
2834 You need to run 'make distclean' in the source tree first." "$LINENO" 5
2835 fi ;;
2836 esac
2839 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2840 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
2841 set x ${MAKE-make}
2842 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2843 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then :
2844 $as_echo_n "(cached) " >&6
2845 else
2846 cat >conftest.make <<\_ACEOF
2847 SHELL = /bin/sh
2848 all:
2849 @echo '@@@%%%=$(MAKE)=@@@%%%'
2850 _ACEOF
2851 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
2852 case `${MAKE-make} -f conftest.make 2>/dev/null` in
2853 *@@@%%%=?*=@@@%%%*)
2854 eval ac_cv_prog_make_${ac_make}_set=yes;;
2856 eval ac_cv_prog_make_${ac_make}_set=no;;
2857 esac
2858 rm -f conftest.make
2860 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
2861 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2862 $as_echo "yes" >&6; }
2863 SET_MAKE=
2864 else
2865 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2866 $as_echo "no" >&6; }
2867 SET_MAKE="MAKE=${MAKE-make}"
2870 ac_ext=c
2871 ac_cpp='$CPP $CPPFLAGS'
2872 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2873 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2874 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2875 if test -n "$ac_tool_prefix"; then
2876 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2877 set dummy ${ac_tool_prefix}gcc; ac_word=$2
2878 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2879 $as_echo_n "checking for $ac_word... " >&6; }
2880 if test "${ac_cv_prog_CC+set}" = set; then :
2881 $as_echo_n "(cached) " >&6
2882 else
2883 if test -n "$CC"; then
2884 ac_cv_prog_CC="$CC" # Let the user override the test.
2885 else
2886 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2887 for as_dir in $PATH
2889 IFS=$as_save_IFS
2890 test -z "$as_dir" && as_dir=.
2891 for ac_exec_ext in '' $ac_executable_extensions; do
2892 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2893 ac_cv_prog_CC="${ac_tool_prefix}gcc"
2894 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2895 break 2
2897 done
2898 done
2899 IFS=$as_save_IFS
2903 CC=$ac_cv_prog_CC
2904 if test -n "$CC"; then
2905 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2906 $as_echo "$CC" >&6; }
2907 else
2908 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2909 $as_echo "no" >&6; }
2914 if test -z "$ac_cv_prog_CC"; then
2915 ac_ct_CC=$CC
2916 # Extract the first word of "gcc", so it can be a program name with args.
2917 set dummy gcc; ac_word=$2
2918 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2919 $as_echo_n "checking for $ac_word... " >&6; }
2920 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
2921 $as_echo_n "(cached) " >&6
2922 else
2923 if test -n "$ac_ct_CC"; then
2924 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2925 else
2926 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2927 for as_dir in $PATH
2929 IFS=$as_save_IFS
2930 test -z "$as_dir" && as_dir=.
2931 for ac_exec_ext in '' $ac_executable_extensions; do
2932 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2933 ac_cv_prog_ac_ct_CC="gcc"
2934 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2935 break 2
2937 done
2938 done
2939 IFS=$as_save_IFS
2943 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2944 if test -n "$ac_ct_CC"; then
2945 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2946 $as_echo "$ac_ct_CC" >&6; }
2947 else
2948 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2949 $as_echo "no" >&6; }
2952 if test "x$ac_ct_CC" = x; then
2953 CC=""
2954 else
2955 case $cross_compiling:$ac_tool_warned in
2956 yes:)
2957 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2958 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2959 ac_tool_warned=yes ;;
2960 esac
2961 CC=$ac_ct_CC
2963 else
2964 CC="$ac_cv_prog_CC"
2967 if test -z "$CC"; then
2968 if test -n "$ac_tool_prefix"; then
2969 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2970 set dummy ${ac_tool_prefix}cc; ac_word=$2
2971 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2972 $as_echo_n "checking for $ac_word... " >&6; }
2973 if test "${ac_cv_prog_CC+set}" = set; then :
2974 $as_echo_n "(cached) " >&6
2975 else
2976 if test -n "$CC"; then
2977 ac_cv_prog_CC="$CC" # Let the user override the test.
2978 else
2979 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2980 for as_dir in $PATH
2982 IFS=$as_save_IFS
2983 test -z "$as_dir" && as_dir=.
2984 for ac_exec_ext in '' $ac_executable_extensions; do
2985 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2986 ac_cv_prog_CC="${ac_tool_prefix}cc"
2987 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2988 break 2
2990 done
2991 done
2992 IFS=$as_save_IFS
2996 CC=$ac_cv_prog_CC
2997 if test -n "$CC"; then
2998 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2999 $as_echo "$CC" >&6; }
3000 else
3001 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3002 $as_echo "no" >&6; }
3008 if test -z "$CC"; then
3009 # Extract the first word of "cc", so it can be a program name with args.
3010 set dummy cc; ac_word=$2
3011 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3012 $as_echo_n "checking for $ac_word... " >&6; }
3013 if test "${ac_cv_prog_CC+set}" = set; then :
3014 $as_echo_n "(cached) " >&6
3015 else
3016 if test -n "$CC"; then
3017 ac_cv_prog_CC="$CC" # Let the user override the test.
3018 else
3019 ac_prog_rejected=no
3020 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3021 for as_dir in $PATH
3023 IFS=$as_save_IFS
3024 test -z "$as_dir" && as_dir=.
3025 for ac_exec_ext in '' $ac_executable_extensions; do
3026 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3027 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3028 ac_prog_rejected=yes
3029 continue
3031 ac_cv_prog_CC="cc"
3032 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3033 break 2
3035 done
3036 done
3037 IFS=$as_save_IFS
3039 if test $ac_prog_rejected = yes; then
3040 # We found a bogon in the path, so make sure we never use it.
3041 set dummy $ac_cv_prog_CC
3042 shift
3043 if test $# != 0; then
3044 # We chose a different compiler from the bogus one.
3045 # However, it has the same basename, so the bogon will be chosen
3046 # first if we set CC to just the basename; use the full file name.
3047 shift
3048 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
3053 CC=$ac_cv_prog_CC
3054 if test -n "$CC"; then
3055 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3056 $as_echo "$CC" >&6; }
3057 else
3058 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3059 $as_echo "no" >&6; }
3064 if test -z "$CC"; then
3065 if test -n "$ac_tool_prefix"; then
3066 for ac_prog in cl.exe
3068 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3069 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3070 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3071 $as_echo_n "checking for $ac_word... " >&6; }
3072 if test "${ac_cv_prog_CC+set}" = set; then :
3073 $as_echo_n "(cached) " >&6
3074 else
3075 if test -n "$CC"; then
3076 ac_cv_prog_CC="$CC" # Let the user override the test.
3077 else
3078 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3079 for as_dir in $PATH
3081 IFS=$as_save_IFS
3082 test -z "$as_dir" && as_dir=.
3083 for ac_exec_ext in '' $ac_executable_extensions; do
3084 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3085 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
3086 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3087 break 2
3089 done
3090 done
3091 IFS=$as_save_IFS
3095 CC=$ac_cv_prog_CC
3096 if test -n "$CC"; then
3097 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3098 $as_echo "$CC" >&6; }
3099 else
3100 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3101 $as_echo "no" >&6; }
3105 test -n "$CC" && break
3106 done
3108 if test -z "$CC"; then
3109 ac_ct_CC=$CC
3110 for ac_prog in cl.exe
3112 # Extract the first word of "$ac_prog", so it can be a program name with args.
3113 set dummy $ac_prog; ac_word=$2
3114 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3115 $as_echo_n "checking for $ac_word... " >&6; }
3116 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
3117 $as_echo_n "(cached) " >&6
3118 else
3119 if test -n "$ac_ct_CC"; then
3120 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3121 else
3122 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3123 for as_dir in $PATH
3125 IFS=$as_save_IFS
3126 test -z "$as_dir" && as_dir=.
3127 for ac_exec_ext in '' $ac_executable_extensions; do
3128 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3129 ac_cv_prog_ac_ct_CC="$ac_prog"
3130 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3131 break 2
3133 done
3134 done
3135 IFS=$as_save_IFS
3139 ac_ct_CC=$ac_cv_prog_ac_ct_CC
3140 if test -n "$ac_ct_CC"; then
3141 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3142 $as_echo "$ac_ct_CC" >&6; }
3143 else
3144 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3145 $as_echo "no" >&6; }
3149 test -n "$ac_ct_CC" && break
3150 done
3152 if test "x$ac_ct_CC" = x; then
3153 CC=""
3154 else
3155 case $cross_compiling:$ac_tool_warned in
3156 yes:)
3157 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3158 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3159 ac_tool_warned=yes ;;
3160 esac
3161 CC=$ac_ct_CC
3168 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3169 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3170 as_fn_error "no acceptable C compiler found in \$PATH
3171 See \`config.log' for more details." "$LINENO" 5; }
3173 # Provide some information about the compiler.
3174 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
3175 set X $ac_compile
3176 ac_compiler=$2
3177 for ac_option in --version -v -V -qversion; do
3178 { { ac_try="$ac_compiler $ac_option >&5"
3179 case "(($ac_try" in
3180 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3181 *) ac_try_echo=$ac_try;;
3182 esac
3183 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3184 $as_echo "$ac_try_echo"; } >&5
3185 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
3186 ac_status=$?
3187 if test -s conftest.err; then
3188 sed '10a\
3189 ... rest of stderr output deleted ...
3190 10q' conftest.err >conftest.er1
3191 cat conftest.er1 >&5
3193 rm -f conftest.er1 conftest.err
3194 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3195 test $ac_status = 0; }
3196 done
3198 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3199 /* end confdefs.h. */
3202 main ()
3206 return 0;
3208 _ACEOF
3209 ac_clean_files_save=$ac_clean_files
3210 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
3211 # Try to create an executable without -o first, disregard a.out.
3212 # It will help us diagnose broken compilers, and finding out an intuition
3213 # of exeext.
3214 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
3215 $as_echo_n "checking whether the C compiler works... " >&6; }
3216 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
3218 # The possible output files:
3219 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
3221 ac_rmfiles=
3222 for ac_file in $ac_files
3224 case $ac_file in
3225 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3226 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
3227 esac
3228 done
3229 rm -f $ac_rmfiles
3231 if { { ac_try="$ac_link_default"
3232 case "(($ac_try" in
3233 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3234 *) ac_try_echo=$ac_try;;
3235 esac
3236 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3237 $as_echo "$ac_try_echo"; } >&5
3238 (eval "$ac_link_default") 2>&5
3239 ac_status=$?
3240 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3241 test $ac_status = 0; }; then :
3242 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
3243 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
3244 # in a Makefile. We should not override ac_cv_exeext if it was cached,
3245 # so that the user can short-circuit this test for compilers unknown to
3246 # Autoconf.
3247 for ac_file in $ac_files ''
3249 test -f "$ac_file" || continue
3250 case $ac_file in
3251 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
3253 [ab].out )
3254 # We found the default executable, but exeext='' is most
3255 # certainly right.
3256 break;;
3257 *.* )
3258 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
3259 then :; else
3260 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3262 # We set ac_cv_exeext here because the later test for it is not
3263 # safe: cross compilers may not add the suffix if given an `-o'
3264 # argument, so we may need to know it at that point already.
3265 # Even if this section looks crufty: it has the advantage of
3266 # actually working.
3267 break;;
3269 break;;
3270 esac
3271 done
3272 test "$ac_cv_exeext" = no && ac_cv_exeext=
3274 else
3275 ac_file=''
3277 if test -z "$ac_file"; then :
3278 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3279 $as_echo "no" >&6; }
3280 $as_echo "$as_me: failed program was:" >&5
3281 sed 's/^/| /' conftest.$ac_ext >&5
3283 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3284 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3285 { as_fn_set_status 77
3286 as_fn_error "C compiler cannot create executables
3287 See \`config.log' for more details." "$LINENO" 5; }; }
3288 else
3289 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3290 $as_echo "yes" >&6; }
3292 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
3293 $as_echo_n "checking for C compiler default output file name... " >&6; }
3294 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
3295 $as_echo "$ac_file" >&6; }
3296 ac_exeext=$ac_cv_exeext
3298 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
3299 ac_clean_files=$ac_clean_files_save
3300 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
3301 $as_echo_n "checking for suffix of executables... " >&6; }
3302 if { { ac_try="$ac_link"
3303 case "(($ac_try" in
3304 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3305 *) ac_try_echo=$ac_try;;
3306 esac
3307 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3308 $as_echo "$ac_try_echo"; } >&5
3309 (eval "$ac_link") 2>&5
3310 ac_status=$?
3311 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3312 test $ac_status = 0; }; then :
3313 # If both `conftest.exe' and `conftest' are `present' (well, observable)
3314 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
3315 # work properly (i.e., refer to `conftest.exe'), while it won't with
3316 # `rm'.
3317 for ac_file in conftest.exe conftest conftest.*; do
3318 test -f "$ac_file" || continue
3319 case $ac_file in
3320 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3321 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3322 break;;
3323 * ) break;;
3324 esac
3325 done
3326 else
3327 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3328 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3329 as_fn_error "cannot compute suffix of executables: cannot compile and link
3330 See \`config.log' for more details." "$LINENO" 5; }
3332 rm -f conftest conftest$ac_cv_exeext
3333 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
3334 $as_echo "$ac_cv_exeext" >&6; }
3336 rm -f conftest.$ac_ext
3337 EXEEXT=$ac_cv_exeext
3338 ac_exeext=$EXEEXT
3339 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3340 /* end confdefs.h. */
3341 #include <stdio.h>
3343 main ()
3345 FILE *f = fopen ("conftest.out", "w");
3346 return ferror (f) || fclose (f) != 0;
3349 return 0;
3351 _ACEOF
3352 ac_clean_files="$ac_clean_files conftest.out"
3353 # Check that the compiler produces executables we can run. If not, either
3354 # the compiler is broken, or we cross compile.
3355 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
3356 $as_echo_n "checking whether we are cross compiling... " >&6; }
3357 if test "$cross_compiling" != yes; then
3358 { { ac_try="$ac_link"
3359 case "(($ac_try" in
3360 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3361 *) ac_try_echo=$ac_try;;
3362 esac
3363 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3364 $as_echo "$ac_try_echo"; } >&5
3365 (eval "$ac_link") 2>&5
3366 ac_status=$?
3367 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3368 test $ac_status = 0; }
3369 if { ac_try='./conftest$ac_cv_exeext'
3370 { { case "(($ac_try" in
3371 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3372 *) ac_try_echo=$ac_try;;
3373 esac
3374 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3375 $as_echo "$ac_try_echo"; } >&5
3376 (eval "$ac_try") 2>&5
3377 ac_status=$?
3378 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3379 test $ac_status = 0; }; }; then
3380 cross_compiling=no
3381 else
3382 if test "$cross_compiling" = maybe; then
3383 cross_compiling=yes
3384 else
3385 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3386 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3387 as_fn_error "cannot run C compiled programs.
3388 If you meant to cross compile, use \`--host'.
3389 See \`config.log' for more details." "$LINENO" 5; }
3393 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
3394 $as_echo "$cross_compiling" >&6; }
3396 rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
3397 ac_clean_files=$ac_clean_files_save
3398 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
3399 $as_echo_n "checking for suffix of object files... " >&6; }
3400 if test "${ac_cv_objext+set}" = set; then :
3401 $as_echo_n "(cached) " >&6
3402 else
3403 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3404 /* end confdefs.h. */
3407 main ()
3411 return 0;
3413 _ACEOF
3414 rm -f conftest.o conftest.obj
3415 if { { ac_try="$ac_compile"
3416 case "(($ac_try" in
3417 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3418 *) ac_try_echo=$ac_try;;
3419 esac
3420 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3421 $as_echo "$ac_try_echo"; } >&5
3422 (eval "$ac_compile") 2>&5
3423 ac_status=$?
3424 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3425 test $ac_status = 0; }; then :
3426 for ac_file in conftest.o conftest.obj conftest.*; do
3427 test -f "$ac_file" || continue;
3428 case $ac_file in
3429 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
3430 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
3431 break;;
3432 esac
3433 done
3434 else
3435 $as_echo "$as_me: failed program was:" >&5
3436 sed 's/^/| /' conftest.$ac_ext >&5
3438 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3439 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3440 as_fn_error "cannot compute suffix of object files: cannot compile
3441 See \`config.log' for more details." "$LINENO" 5; }
3443 rm -f conftest.$ac_cv_objext conftest.$ac_ext
3445 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
3446 $as_echo "$ac_cv_objext" >&6; }
3447 OBJEXT=$ac_cv_objext
3448 ac_objext=$OBJEXT
3449 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
3450 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
3451 if test "${ac_cv_c_compiler_gnu+set}" = set; then :
3452 $as_echo_n "(cached) " >&6
3453 else
3454 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3455 /* end confdefs.h. */
3458 main ()
3460 #ifndef __GNUC__
3461 choke me
3462 #endif
3465 return 0;
3467 _ACEOF
3468 if ac_fn_c_try_compile "$LINENO"; then :
3469 ac_compiler_gnu=yes
3470 else
3471 ac_compiler_gnu=no
3473 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3474 ac_cv_c_compiler_gnu=$ac_compiler_gnu
3477 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
3478 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
3479 if test $ac_compiler_gnu = yes; then
3480 GCC=yes
3481 else
3482 GCC=
3484 ac_test_CFLAGS=${CFLAGS+set}
3485 ac_save_CFLAGS=$CFLAGS
3486 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
3487 $as_echo_n "checking whether $CC accepts -g... " >&6; }
3488 if test "${ac_cv_prog_cc_g+set}" = set; then :
3489 $as_echo_n "(cached) " >&6
3490 else
3491 ac_save_c_werror_flag=$ac_c_werror_flag
3492 ac_c_werror_flag=yes
3493 ac_cv_prog_cc_g=no
3494 CFLAGS="-g"
3495 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3496 /* end confdefs.h. */
3499 main ()
3503 return 0;
3505 _ACEOF
3506 if ac_fn_c_try_compile "$LINENO"; then :
3507 ac_cv_prog_cc_g=yes
3508 else
3509 CFLAGS=""
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 :
3523 else
3524 ac_c_werror_flag=$ac_save_c_werror_flag
3525 CFLAGS="-g"
3526 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3527 /* end confdefs.h. */
3530 main ()
3534 return 0;
3536 _ACEOF
3537 if ac_fn_c_try_compile "$LINENO"; then :
3538 ac_cv_prog_cc_g=yes
3540 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3542 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3544 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3545 ac_c_werror_flag=$ac_save_c_werror_flag
3547 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
3548 $as_echo "$ac_cv_prog_cc_g" >&6; }
3549 if test "$ac_test_CFLAGS" = set; then
3550 CFLAGS=$ac_save_CFLAGS
3551 elif test $ac_cv_prog_cc_g = yes; then
3552 if test "$GCC" = yes; then
3553 CFLAGS="-g -O2"
3554 else
3555 CFLAGS="-g"
3557 else
3558 if test "$GCC" = yes; then
3559 CFLAGS="-O2"
3560 else
3561 CFLAGS=
3564 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
3565 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3566 if test "${ac_cv_prog_cc_c89+set}" = set; then :
3567 $as_echo_n "(cached) " >&6
3568 else
3569 ac_cv_prog_cc_c89=no
3570 ac_save_CC=$CC
3571 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3572 /* end confdefs.h. */
3573 #include <stdarg.h>
3574 #include <stdio.h>
3575 #include <sys/types.h>
3576 #include <sys/stat.h>
3577 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3578 struct buf { int x; };
3579 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3580 static char *e (p, i)
3581 char **p;
3582 int i;
3584 return p[i];
3586 static char *f (char * (*g) (char **, int), char **p, ...)
3588 char *s;
3589 va_list v;
3590 va_start (v,p);
3591 s = g (p, va_arg (v,int));
3592 va_end (v);
3593 return s;
3596 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3597 function prototypes and stuff, but not '\xHH' hex character constants.
3598 These don't provoke an error unfortunately, instead are silently treated
3599 as 'x'. The following induces an error, until -std is added to get
3600 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3601 array size at least. It's necessary to write '\x00'==0 to get something
3602 that's true only with -std. */
3603 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3605 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3606 inside strings and character constants. */
3607 #define FOO(x) 'x'
3608 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3610 int test (int i, double x);
3611 struct s1 {int (*f) (int a);};
3612 struct s2 {int (*f) (double a);};
3613 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3614 int argc;
3615 char **argv;
3617 main ()
3619 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3621 return 0;
3623 _ACEOF
3624 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3625 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3627 CC="$ac_save_CC $ac_arg"
3628 if ac_fn_c_try_compile "$LINENO"; then :
3629 ac_cv_prog_cc_c89=$ac_arg
3631 rm -f core conftest.err conftest.$ac_objext
3632 test "x$ac_cv_prog_cc_c89" != "xno" && break
3633 done
3634 rm -f conftest.$ac_ext
3635 CC=$ac_save_CC
3638 # AC_CACHE_VAL
3639 case "x$ac_cv_prog_cc_c89" in
3641 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
3642 $as_echo "none needed" >&6; } ;;
3643 xno)
3644 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
3645 $as_echo "unsupported" >&6; } ;;
3647 CC="$CC $ac_cv_prog_cc_c89"
3648 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
3649 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
3650 esac
3651 if test "x$ac_cv_prog_cc_c89" != xno; then :
3655 ac_ext=c
3656 ac_cpp='$CPP $CPPFLAGS'
3657 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3658 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3659 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3661 ac_ext=cpp
3662 ac_cpp='$CXXCPP $CPPFLAGS'
3663 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3664 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3665 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3666 if test -z "$CXX"; then
3667 if test -n "$CCC"; then
3668 CXX=$CCC
3669 else
3670 if test -n "$ac_tool_prefix"; then
3671 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3673 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3674 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3675 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3676 $as_echo_n "checking for $ac_word... " >&6; }
3677 if test "${ac_cv_prog_CXX+set}" = set; then :
3678 $as_echo_n "(cached) " >&6
3679 else
3680 if test -n "$CXX"; then
3681 ac_cv_prog_CXX="$CXX" # Let the user override the test.
3682 else
3683 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3684 for as_dir in $PATH
3686 IFS=$as_save_IFS
3687 test -z "$as_dir" && as_dir=.
3688 for ac_exec_ext in '' $ac_executable_extensions; do
3689 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3690 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
3691 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3692 break 2
3694 done
3695 done
3696 IFS=$as_save_IFS
3700 CXX=$ac_cv_prog_CXX
3701 if test -n "$CXX"; then
3702 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CXX" >&5
3703 $as_echo "$CXX" >&6; }
3704 else
3705 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3706 $as_echo "no" >&6; }
3710 test -n "$CXX" && break
3711 done
3713 if test -z "$CXX"; then
3714 ac_ct_CXX=$CXX
3715 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3717 # Extract the first word of "$ac_prog", so it can be a program name with args.
3718 set dummy $ac_prog; ac_word=$2
3719 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3720 $as_echo_n "checking for $ac_word... " >&6; }
3721 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then :
3722 $as_echo_n "(cached) " >&6
3723 else
3724 if test -n "$ac_ct_CXX"; then
3725 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
3726 else
3727 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3728 for as_dir in $PATH
3730 IFS=$as_save_IFS
3731 test -z "$as_dir" && as_dir=.
3732 for ac_exec_ext in '' $ac_executable_extensions; do
3733 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3734 ac_cv_prog_ac_ct_CXX="$ac_prog"
3735 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3736 break 2
3738 done
3739 done
3740 IFS=$as_save_IFS
3744 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
3745 if test -n "$ac_ct_CXX"; then
3746 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CXX" >&5
3747 $as_echo "$ac_ct_CXX" >&6; }
3748 else
3749 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3750 $as_echo "no" >&6; }
3754 test -n "$ac_ct_CXX" && break
3755 done
3757 if test "x$ac_ct_CXX" = x; then
3758 CXX="g++"
3759 else
3760 case $cross_compiling:$ac_tool_warned in
3761 yes:)
3762 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3763 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3764 ac_tool_warned=yes ;;
3765 esac
3766 CXX=$ac_ct_CXX
3772 # Provide some information about the compiler.
3773 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C++ compiler version" >&5
3774 set X $ac_compile
3775 ac_compiler=$2
3776 for ac_option in --version -v -V -qversion; do
3777 { { ac_try="$ac_compiler $ac_option >&5"
3778 case "(($ac_try" in
3779 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3780 *) ac_try_echo=$ac_try;;
3781 esac
3782 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3783 $as_echo "$ac_try_echo"; } >&5
3784 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
3785 ac_status=$?
3786 if test -s conftest.err; then
3787 sed '10a\
3788 ... rest of stderr output deleted ...
3789 10q' conftest.err >conftest.er1
3790 cat conftest.er1 >&5
3792 rm -f conftest.er1 conftest.err
3793 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3794 test $ac_status = 0; }
3795 done
3797 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
3798 $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
3799 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then :
3800 $as_echo_n "(cached) " >&6
3801 else
3802 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3803 /* end confdefs.h. */
3806 main ()
3808 #ifndef __GNUC__
3809 choke me
3810 #endif
3813 return 0;
3815 _ACEOF
3816 if ac_fn_cxx_try_compile "$LINENO"; then :
3817 ac_compiler_gnu=yes
3818 else
3819 ac_compiler_gnu=no
3821 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3822 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
3825 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_compiler_gnu" >&5
3826 $as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
3827 if test $ac_compiler_gnu = yes; then
3828 GXX=yes
3829 else
3830 GXX=
3832 ac_test_CXXFLAGS=${CXXFLAGS+set}
3833 ac_save_CXXFLAGS=$CXXFLAGS
3834 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
3835 $as_echo_n "checking whether $CXX accepts -g... " >&6; }
3836 if test "${ac_cv_prog_cxx_g+set}" = set; then :
3837 $as_echo_n "(cached) " >&6
3838 else
3839 ac_save_cxx_werror_flag=$ac_cxx_werror_flag
3840 ac_cxx_werror_flag=yes
3841 ac_cv_prog_cxx_g=no
3842 CXXFLAGS="-g"
3843 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3844 /* end confdefs.h. */
3847 main ()
3851 return 0;
3853 _ACEOF
3854 if ac_fn_cxx_try_compile "$LINENO"; then :
3855 ac_cv_prog_cxx_g=yes
3856 else
3857 CXXFLAGS=""
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 :
3871 else
3872 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3873 CXXFLAGS="-g"
3874 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3875 /* end confdefs.h. */
3878 main ()
3882 return 0;
3884 _ACEOF
3885 if ac_fn_cxx_try_compile "$LINENO"; then :
3886 ac_cv_prog_cxx_g=yes
3888 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3890 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3892 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3893 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3895 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cxx_g" >&5
3896 $as_echo "$ac_cv_prog_cxx_g" >&6; }
3897 if test "$ac_test_CXXFLAGS" = set; then
3898 CXXFLAGS=$ac_save_CXXFLAGS
3899 elif test $ac_cv_prog_cxx_g = yes; then
3900 if test "$GXX" = yes; then
3901 CXXFLAGS="-g -O2"
3902 else
3903 CXXFLAGS="-g"
3905 else
3906 if test "$GXX" = yes; then
3907 CXXFLAGS="-O2"
3908 else
3909 CXXFLAGS=
3912 ac_ext=c
3913 ac_cpp='$CPP $CPPFLAGS'
3914 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3915 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3916 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3918 if test -n "$ac_tool_prefix"; then
3919 # Extract the first word of "${ac_tool_prefix}cpp", so it can be a program name with args.
3920 set dummy ${ac_tool_prefix}cpp; ac_word=$2
3921 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3922 $as_echo_n "checking for $ac_word... " >&6; }
3923 if test "${ac_cv_prog_CPPBIN+set}" = set; then :
3924 $as_echo_n "(cached) " >&6
3925 else
3926 if test -n "$CPPBIN"; then
3927 ac_cv_prog_CPPBIN="$CPPBIN" # Let the user override the test.
3928 else
3929 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3930 for as_dir in $PATH
3932 IFS=$as_save_IFS
3933 test -z "$as_dir" && as_dir=.
3934 for ac_exec_ext in '' $ac_executable_extensions; do
3935 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3936 ac_cv_prog_CPPBIN="${ac_tool_prefix}cpp"
3937 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3938 break 2
3940 done
3941 done
3942 IFS=$as_save_IFS
3946 CPPBIN=$ac_cv_prog_CPPBIN
3947 if test -n "$CPPBIN"; then
3948 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPPBIN" >&5
3949 $as_echo "$CPPBIN" >&6; }
3950 else
3951 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3952 $as_echo "no" >&6; }
3957 if test -z "$ac_cv_prog_CPPBIN"; then
3958 ac_ct_CPPBIN=$CPPBIN
3959 # Extract the first word of "cpp", so it can be a program name with args.
3960 set dummy cpp; ac_word=$2
3961 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3962 $as_echo_n "checking for $ac_word... " >&6; }
3963 if test "${ac_cv_prog_ac_ct_CPPBIN+set}" = set; then :
3964 $as_echo_n "(cached) " >&6
3965 else
3966 if test -n "$ac_ct_CPPBIN"; then
3967 ac_cv_prog_ac_ct_CPPBIN="$ac_ct_CPPBIN" # Let the user override the test.
3968 else
3969 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3970 for as_dir in $PATH
3972 IFS=$as_save_IFS
3973 test -z "$as_dir" && as_dir=.
3974 for ac_exec_ext in '' $ac_executable_extensions; do
3975 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3976 ac_cv_prog_ac_ct_CPPBIN="cpp"
3977 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3978 break 2
3980 done
3981 done
3982 IFS=$as_save_IFS
3986 ac_ct_CPPBIN=$ac_cv_prog_ac_ct_CPPBIN
3987 if test -n "$ac_ct_CPPBIN"; then
3988 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CPPBIN" >&5
3989 $as_echo "$ac_ct_CPPBIN" >&6; }
3990 else
3991 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3992 $as_echo "no" >&6; }
3995 if test "x$ac_ct_CPPBIN" = x; then
3996 CPPBIN="cpp"
3997 else
3998 case $cross_compiling:$ac_tool_warned in
3999 yes:)
4000 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4001 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4002 ac_tool_warned=yes ;;
4003 esac
4004 CPPBIN=$ac_ct_CPPBIN
4006 else
4007 CPPBIN="$ac_cv_prog_CPPBIN"
4011 cat >>confdefs.h <<_ACEOF
4012 #define EXEEXT "$ac_exeext"
4013 _ACEOF
4016 case $host in
4017 *-darwin*)
4018 if test "x$enable_win64" = "xyes"
4019 then
4020 CC="$CC -m64"
4021 CXX="$CXX -m64"
4022 LD="${LD:-ld} -arch x86_64"
4023 AS="${AS:-as} -arch x86_64"
4024 host_cpu="x86_64"
4025 notice_platform="64-bit "
4026 TARGETFLAGS="-m64"
4028 else
4029 CC="$CC -m32"
4030 CXX="$CXX -m32"
4031 LD="${LD:-ld} -arch i386"
4032 AS="${AS:-as} -arch i386"
4033 host_cpu="i386"
4034 notice_platform="32-bit "
4035 TARGETFLAGS="-m32"
4037 enable_win16=${enable_win16:-yes}
4040 x86_64*)
4041 if test "x$enable_win64" != "xyes" -a "$cross_compiling" != "yes"
4042 then
4043 CC="$CC -m32"
4044 CXX="$CXX -m32"
4045 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC works" >&5
4046 $as_echo_n "checking whether $CC works... " >&6; }
4048 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4049 /* end confdefs.h. */
4052 main ()
4056 return 0;
4058 _ACEOF
4059 if ac_fn_c_try_link "$LINENO"; then :
4060 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4061 $as_echo "yes" >&6; }
4062 else
4063 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4064 $as_echo "no" >&6; }
4065 as_fn_error "Cannot build a 32-bit program, you need to install 32-bit development libraries." "$LINENO" 5
4067 rm -f core conftest.err conftest.$ac_objext \
4068 conftest$ac_exeext conftest.$ac_ext
4069 LD="${LD:-ld} -m elf_i386"
4070 AS="${AS:-as} --32"
4071 host_cpu="i386"
4072 notice_platform="32-bit "
4073 TARGETFLAGS="-m32"
4075 enable_win16=${enable_win16:-yes}
4076 else
4077 if test "x${GCC}" = "xyes"
4078 then
4079 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC supports __builtin_ms_va_list" >&5
4080 $as_echo_n "checking whether $CC supports __builtin_ms_va_list... " >&6; }
4081 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4082 /* end confdefs.h. */
4083 #include <stdarg.h>
4085 main ()
4087 void func(__builtin_ms_va_list *args);
4089 return 0;
4091 _ACEOF
4092 if ac_fn_c_try_compile "$LINENO"; then :
4093 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4094 $as_echo "yes" >&6; }
4095 else
4096 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4097 $as_echo "no" >&6; }
4098 as_fn_error "You need gcc >= 4.4 to build Wine as 64-bit." "$LINENO" 5
4100 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4102 TARGETFLAGS="-m64"
4106 *-mingw32*|*-cygwin*)
4107 enable_win16=${enable_win16:-no}
4108 CFLAGS="$CFLAGS -D_WIN32"
4110 i[3456789]86*)
4111 enable_win16=${enable_win16:-yes}
4113 esac
4115 enable_win16=${enable_win16:-no}
4117 enable_winetest=${enable_winetest:-$enable_tests}
4119 if test -n "$with_wine64"
4120 then
4121 if test "x$enable_win64" = "xyes"
4122 then
4123 as_fn_error "--enable-win64 and --with-wine64 are mutually exclusive.
4124 --enable-win64 should be used in the 64-bit build tree, --with-wine64 in the 32-bit Wow64 build tree." "$LINENO" 5
4126 WOW64_DISABLE=\#
4128 enable_fonts=${enable_fonts:-no}
4129 enable_server=${enable_server:-no}
4130 enable_tools=${enable_tools:-no}
4131 elif test "x$enable_win64" = "xyes"
4132 then
4133 test "x$libdir" != "x\${exec_prefix}/lib" || libdir="\${exec_prefix}/lib64"
4136 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the directory containing the Wine tools" >&5
4137 $as_echo_n "checking for the directory containing the Wine tools... " >&6; }
4138 if test "${wine_cv_toolsdir+set}" = set; then :
4139 $as_echo_n "(cached) " >&6
4140 else
4141 wine_cv_toolsdir="$with_wine_tools"
4142 if test -z "$with_wine_tools"; then
4143 if test "$cross_compiling" = "yes"; then
4144 as_fn_error "you must use the --with-wine-tools option when cross-compiling." "$LINENO" 5
4145 elif test -n "$with_wine64"; then
4146 wine_cv_toolsdir="$with_wine64"
4149 if test -z "$wine_cv_toolsdir"; then
4150 wine_cv_toolsdir="\$(TOPOBJDIR)"
4151 elif test -d "$wine_cv_toolsdir/tools/winebuild"; then
4152 case "$wine_cv_toolsdir" in
4153 /*) ;;
4154 *) wine_cv_toolsdir="\$(TOPOBJDIR)/$wine_cv_toolsdir" ;;
4155 esac
4156 else
4157 as_fn_error "could not find Wine tools in $wine_cv_toolsdir" "$LINENO" 5
4160 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_toolsdir" >&5
4161 $as_echo "$wine_cv_toolsdir" >&6; }
4162 TOOLSDIR=$wine_cv_toolsdir
4164 if test -n "$host_alias" -a "$host_alias" != "$build_alias"
4165 then
4166 TARGETFLAGS="-b $host_alias $TARGETFLAGS"
4170 for ac_prog in flex
4172 # Extract the first word of "$ac_prog", so it can be a program name with args.
4173 set dummy $ac_prog; ac_word=$2
4174 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4175 $as_echo_n "checking for $ac_word... " >&6; }
4176 if test "${ac_cv_prog_FLEX+set}" = set; then :
4177 $as_echo_n "(cached) " >&6
4178 else
4179 if test -n "$FLEX"; then
4180 ac_cv_prog_FLEX="$FLEX" # Let the user override the test.
4181 else
4182 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4183 for as_dir in $PATH
4185 IFS=$as_save_IFS
4186 test -z "$as_dir" && as_dir=.
4187 for ac_exec_ext in '' $ac_executable_extensions; do
4188 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4189 ac_cv_prog_FLEX="$ac_prog"
4190 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4191 break 2
4193 done
4194 done
4195 IFS=$as_save_IFS
4199 FLEX=$ac_cv_prog_FLEX
4200 if test -n "$FLEX"; then
4201 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FLEX" >&5
4202 $as_echo "$FLEX" >&6; }
4203 else
4204 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4205 $as_echo "no" >&6; }
4209 test -n "$FLEX" && break
4210 done
4211 test -n "$FLEX" || FLEX="none"
4213 if test "$FLEX" = "none"
4214 then
4215 as_fn_error "no suitable flex found. Please install the 'flex' package." "$LINENO" 5
4217 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether flex is recent enough" >&5
4218 $as_echo_n "checking whether flex is recent enough... " >&6; }
4219 cat >conftest.l <<EOF
4220 %top{
4221 #include "prediluvian.h"
4225 if $FLEX -t conftest.l >/dev/null 2>&5
4226 then
4227 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4228 $as_echo "yes" >&6; }
4229 else
4230 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4231 $as_echo "no" >&6; }
4232 as_fn_error "Your flex version is too old. Please install flex version 2.5.33 or newer." "$LINENO" 5
4235 for ac_prog in bison
4237 # Extract the first word of "$ac_prog", so it can be a program name with args.
4238 set dummy $ac_prog; ac_word=$2
4239 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4240 $as_echo_n "checking for $ac_word... " >&6; }
4241 if test "${ac_cv_prog_BISON+set}" = set; then :
4242 $as_echo_n "(cached) " >&6
4243 else
4244 if test -n "$BISON"; then
4245 ac_cv_prog_BISON="$BISON" # Let the user override the test.
4246 else
4247 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4248 for as_dir in $PATH
4250 IFS=$as_save_IFS
4251 test -z "$as_dir" && as_dir=.
4252 for ac_exec_ext in '' $ac_executable_extensions; do
4253 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4254 ac_cv_prog_BISON="$ac_prog"
4255 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4256 break 2
4258 done
4259 done
4260 IFS=$as_save_IFS
4264 BISON=$ac_cv_prog_BISON
4265 if test -n "$BISON"; then
4266 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $BISON" >&5
4267 $as_echo "$BISON" >&6; }
4268 else
4269 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4270 $as_echo "no" >&6; }
4274 test -n "$BISON" && break
4275 done
4276 test -n "$BISON" || BISON="none"
4278 if test "$BISON" = "none"
4279 then
4280 as_fn_error "no suitable bison found. Please install the 'bison' package." "$LINENO" 5
4283 if test -n "$ac_tool_prefix"; then
4284 for ac_prog in ar gar
4286 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4287 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4288 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4289 $as_echo_n "checking for $ac_word... " >&6; }
4290 if test "${ac_cv_prog_AR+set}" = set; then :
4291 $as_echo_n "(cached) " >&6
4292 else
4293 if test -n "$AR"; then
4294 ac_cv_prog_AR="$AR" # Let the user override the test.
4295 else
4296 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4297 for as_dir in $PATH
4299 IFS=$as_save_IFS
4300 test -z "$as_dir" && as_dir=.
4301 for ac_exec_ext in '' $ac_executable_extensions; do
4302 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4303 ac_cv_prog_AR="$ac_tool_prefix$ac_prog"
4304 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4305 break 2
4307 done
4308 done
4309 IFS=$as_save_IFS
4313 AR=$ac_cv_prog_AR
4314 if test -n "$AR"; then
4315 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
4316 $as_echo "$AR" >&6; }
4317 else
4318 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4319 $as_echo "no" >&6; }
4323 test -n "$AR" && break
4324 done
4326 if test -z "$AR"; then
4327 ac_ct_AR=$AR
4328 for ac_prog in ar gar
4330 # Extract the first word of "$ac_prog", so it can be a program name with args.
4331 set dummy $ac_prog; ac_word=$2
4332 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4333 $as_echo_n "checking for $ac_word... " >&6; }
4334 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then :
4335 $as_echo_n "(cached) " >&6
4336 else
4337 if test -n "$ac_ct_AR"; then
4338 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
4339 else
4340 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4341 for as_dir in $PATH
4343 IFS=$as_save_IFS
4344 test -z "$as_dir" && as_dir=.
4345 for ac_exec_ext in '' $ac_executable_extensions; do
4346 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4347 ac_cv_prog_ac_ct_AR="$ac_prog"
4348 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4349 break 2
4351 done
4352 done
4353 IFS=$as_save_IFS
4357 ac_ct_AR=$ac_cv_prog_ac_ct_AR
4358 if test -n "$ac_ct_AR"; then
4359 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
4360 $as_echo "$ac_ct_AR" >&6; }
4361 else
4362 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4363 $as_echo "no" >&6; }
4367 test -n "$ac_ct_AR" && break
4368 done
4370 if test "x$ac_ct_AR" = x; then
4371 AR="ar"
4372 else
4373 case $cross_compiling:$ac_tool_warned in
4374 yes:)
4375 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4376 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4377 ac_tool_warned=yes ;;
4378 esac
4379 AR=$ac_ct_AR
4383 ARFLAGS=rc
4385 if test -n "$ac_tool_prefix"; then
4386 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
4387 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
4388 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4389 $as_echo_n "checking for $ac_word... " >&6; }
4390 if test "${ac_cv_prog_RANLIB+set}" = set; then :
4391 $as_echo_n "(cached) " >&6
4392 else
4393 if test -n "$RANLIB"; then
4394 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
4395 else
4396 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4397 for as_dir in $PATH
4399 IFS=$as_save_IFS
4400 test -z "$as_dir" && as_dir=.
4401 for ac_exec_ext in '' $ac_executable_extensions; do
4402 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4403 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
4404 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4405 break 2
4407 done
4408 done
4409 IFS=$as_save_IFS
4413 RANLIB=$ac_cv_prog_RANLIB
4414 if test -n "$RANLIB"; then
4415 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
4416 $as_echo "$RANLIB" >&6; }
4417 else
4418 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4419 $as_echo "no" >&6; }
4424 if test -z "$ac_cv_prog_RANLIB"; then
4425 ac_ct_RANLIB=$RANLIB
4426 # Extract the first word of "ranlib", so it can be a program name with args.
4427 set dummy ranlib; ac_word=$2
4428 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4429 $as_echo_n "checking for $ac_word... " >&6; }
4430 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
4431 $as_echo_n "(cached) " >&6
4432 else
4433 if test -n "$ac_ct_RANLIB"; then
4434 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
4435 else
4436 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4437 for as_dir in $PATH
4439 IFS=$as_save_IFS
4440 test -z "$as_dir" && as_dir=.
4441 for ac_exec_ext in '' $ac_executable_extensions; do
4442 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4443 ac_cv_prog_ac_ct_RANLIB="ranlib"
4444 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4445 break 2
4447 done
4448 done
4449 IFS=$as_save_IFS
4453 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
4454 if test -n "$ac_ct_RANLIB"; then
4455 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
4456 $as_echo "$ac_ct_RANLIB" >&6; }
4457 else
4458 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4459 $as_echo "no" >&6; }
4462 if test "x$ac_ct_RANLIB" = x; then
4463 RANLIB=":"
4464 else
4465 case $cross_compiling:$ac_tool_warned in
4466 yes:)
4467 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4468 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4469 ac_tool_warned=yes ;;
4470 esac
4471 RANLIB=$ac_ct_RANLIB
4473 else
4474 RANLIB="$ac_cv_prog_RANLIB"
4477 if test -n "$ac_tool_prefix"; then
4478 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
4479 set dummy ${ac_tool_prefix}strip; ac_word=$2
4480 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4481 $as_echo_n "checking for $ac_word... " >&6; }
4482 if test "${ac_cv_prog_STRIP+set}" = set; then :
4483 $as_echo_n "(cached) " >&6
4484 else
4485 if test -n "$STRIP"; then
4486 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
4487 else
4488 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4489 for as_dir in $PATH
4491 IFS=$as_save_IFS
4492 test -z "$as_dir" && as_dir=.
4493 for ac_exec_ext in '' $ac_executable_extensions; do
4494 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4495 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
4496 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4497 break 2
4499 done
4500 done
4501 IFS=$as_save_IFS
4505 STRIP=$ac_cv_prog_STRIP
4506 if test -n "$STRIP"; then
4507 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
4508 $as_echo "$STRIP" >&6; }
4509 else
4510 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4511 $as_echo "no" >&6; }
4516 if test -z "$ac_cv_prog_STRIP"; then
4517 ac_ct_STRIP=$STRIP
4518 # Extract the first word of "strip", so it can be a program name with args.
4519 set dummy strip; ac_word=$2
4520 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4521 $as_echo_n "checking for $ac_word... " >&6; }
4522 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
4523 $as_echo_n "(cached) " >&6
4524 else
4525 if test -n "$ac_ct_STRIP"; then
4526 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
4527 else
4528 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4529 for as_dir in $PATH
4531 IFS=$as_save_IFS
4532 test -z "$as_dir" && as_dir=.
4533 for ac_exec_ext in '' $ac_executable_extensions; do
4534 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4535 ac_cv_prog_ac_ct_STRIP="strip"
4536 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4537 break 2
4539 done
4540 done
4541 IFS=$as_save_IFS
4545 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
4546 if test -n "$ac_ct_STRIP"; then
4547 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
4548 $as_echo "$ac_ct_STRIP" >&6; }
4549 else
4550 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4551 $as_echo "no" >&6; }
4554 if test "x$ac_ct_STRIP" = x; then
4555 STRIP="strip"
4556 else
4557 case $cross_compiling:$ac_tool_warned in
4558 yes:)
4559 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4560 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4561 ac_tool_warned=yes ;;
4562 esac
4563 STRIP=$ac_ct_STRIP
4565 else
4566 STRIP="$ac_cv_prog_STRIP"
4569 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
4570 $as_echo_n "checking whether ln -s works... " >&6; }
4571 LN_S=$as_ln_s
4572 if test "$LN_S" = "ln -s"; then
4573 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4574 $as_echo "yes" >&6; }
4575 else
4576 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
4577 $as_echo "no, using $LN_S" >&6; }
4580 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
4581 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
4582 if test "${ac_cv_path_GREP+set}" = set; then :
4583 $as_echo_n "(cached) " >&6
4584 else
4585 if test -z "$GREP"; then
4586 ac_path_GREP_found=false
4587 # Loop through the user's path and test for each of PROGNAME-LIST
4588 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4589 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4591 IFS=$as_save_IFS
4592 test -z "$as_dir" && as_dir=.
4593 for ac_prog in grep ggrep; do
4594 for ac_exec_ext in '' $ac_executable_extensions; do
4595 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
4596 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
4597 # Check for GNU ac_path_GREP and select it if it is found.
4598 # Check for GNU $ac_path_GREP
4599 case `"$ac_path_GREP" --version 2>&1` in
4600 *GNU*)
4601 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
4603 ac_count=0
4604 $as_echo_n 0123456789 >"conftest.in"
4605 while :
4607 cat "conftest.in" "conftest.in" >"conftest.tmp"
4608 mv "conftest.tmp" "conftest.in"
4609 cp "conftest.in" "conftest.nl"
4610 $as_echo 'GREP' >> "conftest.nl"
4611 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4612 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4613 as_fn_arith $ac_count + 1 && ac_count=$as_val
4614 if test $ac_count -gt ${ac_path_GREP_max-0}; then
4615 # Best one so far, save it but keep looking for a better one
4616 ac_cv_path_GREP="$ac_path_GREP"
4617 ac_path_GREP_max=$ac_count
4619 # 10*(2^10) chars as input seems more than enough
4620 test $ac_count -gt 10 && break
4621 done
4622 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4623 esac
4625 $ac_path_GREP_found && break 3
4626 done
4627 done
4628 done
4629 IFS=$as_save_IFS
4630 if test -z "$ac_cv_path_GREP"; then
4631 as_fn_error "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4633 else
4634 ac_cv_path_GREP=$GREP
4638 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
4639 $as_echo "$ac_cv_path_GREP" >&6; }
4640 GREP="$ac_cv_path_GREP"
4643 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
4644 $as_echo_n "checking for egrep... " >&6; }
4645 if test "${ac_cv_path_EGREP+set}" = set; then :
4646 $as_echo_n "(cached) " >&6
4647 else
4648 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
4649 then ac_cv_path_EGREP="$GREP -E"
4650 else
4651 if test -z "$EGREP"; then
4652 ac_path_EGREP_found=false
4653 # Loop through the user's path and test for each of PROGNAME-LIST
4654 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4655 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4657 IFS=$as_save_IFS
4658 test -z "$as_dir" && as_dir=.
4659 for ac_prog in egrep; do
4660 for ac_exec_ext in '' $ac_executable_extensions; do
4661 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
4662 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
4663 # Check for GNU ac_path_EGREP and select it if it is found.
4664 # Check for GNU $ac_path_EGREP
4665 case `"$ac_path_EGREP" --version 2>&1` in
4666 *GNU*)
4667 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
4669 ac_count=0
4670 $as_echo_n 0123456789 >"conftest.in"
4671 while :
4673 cat "conftest.in" "conftest.in" >"conftest.tmp"
4674 mv "conftest.tmp" "conftest.in"
4675 cp "conftest.in" "conftest.nl"
4676 $as_echo 'EGREP' >> "conftest.nl"
4677 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4678 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4679 as_fn_arith $ac_count + 1 && ac_count=$as_val
4680 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
4681 # Best one so far, save it but keep looking for a better one
4682 ac_cv_path_EGREP="$ac_path_EGREP"
4683 ac_path_EGREP_max=$ac_count
4685 # 10*(2^10) chars as input seems more than enough
4686 test $ac_count -gt 10 && break
4687 done
4688 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4689 esac
4691 $ac_path_EGREP_found && break 3
4692 done
4693 done
4694 done
4695 IFS=$as_save_IFS
4696 if test -z "$ac_cv_path_EGREP"; then
4697 as_fn_error "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4699 else
4700 ac_cv_path_EGREP=$EGREP
4705 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
4706 $as_echo "$ac_cv_path_EGREP" >&6; }
4707 EGREP="$ac_cv_path_EGREP"
4710 # Extract the first word of "ldconfig", so it can be a program name with args.
4711 set dummy ldconfig; ac_word=$2
4712 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4713 $as_echo_n "checking for $ac_word... " >&6; }
4714 if test "${ac_cv_path_LDCONFIG+set}" = set; then :
4715 $as_echo_n "(cached) " >&6
4716 else
4717 case $LDCONFIG in
4718 [\\/]* | ?:[\\/]*)
4719 ac_cv_path_LDCONFIG="$LDCONFIG" # Let the user override the test with a path.
4722 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4723 for as_dir in /sbin /usr/sbin $PATH
4725 IFS=$as_save_IFS
4726 test -z "$as_dir" && as_dir=.
4727 for ac_exec_ext in '' $ac_executable_extensions; do
4728 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4729 ac_cv_path_LDCONFIG="$as_dir/$ac_word$ac_exec_ext"
4730 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4731 break 2
4733 done
4734 done
4735 IFS=$as_save_IFS
4737 test -z "$ac_cv_path_LDCONFIG" && ac_cv_path_LDCONFIG="true"
4739 esac
4741 LDCONFIG=$ac_cv_path_LDCONFIG
4742 if test -n "$LDCONFIG"; then
4743 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LDCONFIG" >&5
4744 $as_echo "$LDCONFIG" >&6; }
4745 else
4746 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4747 $as_echo "no" >&6; }
4751 # Find a good install program. We prefer a C program (faster),
4752 # so one script is as good as another. But avoid the broken or
4753 # incompatible versions:
4754 # SysV /etc/install, /usr/sbin/install
4755 # SunOS /usr/etc/install
4756 # IRIX /sbin/install
4757 # AIX /bin/install
4758 # AmigaOS /C/install, which installs bootblocks on floppy discs
4759 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
4760 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
4761 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
4762 # OS/2's system install, which has a completely different semantic
4763 # ./install, which can be erroneously created by make from ./install.sh.
4764 # Reject install programs that cannot install multiple files.
4765 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
4766 $as_echo_n "checking for a BSD-compatible install... " >&6; }
4767 if test -z "$INSTALL"; then
4768 if test "${ac_cv_path_install+set}" = set; then :
4769 $as_echo_n "(cached) " >&6
4770 else
4771 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4772 for as_dir in $PATH
4774 IFS=$as_save_IFS
4775 test -z "$as_dir" && as_dir=.
4776 # Account for people who put trailing slashes in PATH elements.
4777 case $as_dir/ in #((
4778 ./ | .// | /[cC]/* | \
4779 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
4780 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
4781 /usr/ucb/* ) ;;
4783 # OSF1 and SCO ODT 3.0 have their own names for install.
4784 # Don't use installbsd from OSF since it installs stuff as root
4785 # by default.
4786 for ac_prog in ginstall scoinst install; do
4787 for ac_exec_ext in '' $ac_executable_extensions; do
4788 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
4789 if test $ac_prog = install &&
4790 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
4791 # AIX install. It has an incompatible calling convention.
4793 elif test $ac_prog = install &&
4794 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
4795 # program-specific install script used by HP pwplus--don't use.
4797 else
4798 rm -rf conftest.one conftest.two conftest.dir
4799 echo one > conftest.one
4800 echo two > conftest.two
4801 mkdir conftest.dir
4802 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
4803 test -s conftest.one && test -s conftest.two &&
4804 test -s conftest.dir/conftest.one &&
4805 test -s conftest.dir/conftest.two
4806 then
4807 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
4808 break 3
4812 done
4813 done
4815 esac
4817 done
4818 IFS=$as_save_IFS
4820 rm -rf conftest.one conftest.two conftest.dir
4823 if test "${ac_cv_path_install+set}" = set; then
4824 INSTALL=$ac_cv_path_install
4825 else
4826 # As a last resort, use the slow shell script. Don't cache a
4827 # value for INSTALL within a source directory, because that will
4828 # break other packages using the cache if that directory is
4829 # removed, or if the value is a relative name.
4830 INSTALL=$ac_install_sh
4833 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
4834 $as_echo "$INSTALL" >&6; }
4836 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
4837 # It thinks the first close brace ends the variable substitution.
4838 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
4840 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
4842 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
4844 case "$INSTALL" in
4845 [\\/$]* | ?:[\\/]* ) ;;
4846 *) INSTALL="\\\$(TOPSRCDIR)/$INSTALL" ;;
4847 esac
4849 for ac_prog in lclint lint
4851 # Extract the first word of "$ac_prog", so it can be a program name with args.
4852 set dummy $ac_prog; ac_word=$2
4853 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4854 $as_echo_n "checking for $ac_word... " >&6; }
4855 if test "${ac_cv_prog_LINT+set}" = set; then :
4856 $as_echo_n "(cached) " >&6
4857 else
4858 if test -n "$LINT"; then
4859 ac_cv_prog_LINT="$LINT" # Let the user override the test.
4860 else
4861 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4862 for as_dir in $PATH
4864 IFS=$as_save_IFS
4865 test -z "$as_dir" && as_dir=.
4866 for ac_exec_ext in '' $ac_executable_extensions; do
4867 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4868 ac_cv_prog_LINT="$ac_prog"
4869 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4870 break 2
4872 done
4873 done
4874 IFS=$as_save_IFS
4878 LINT=$ac_cv_prog_LINT
4879 if test -n "$LINT"; then
4880 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINT" >&5
4881 $as_echo "$LINT" >&6; }
4882 else
4883 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4884 $as_echo "no" >&6; }
4888 test -n "$LINT" && break
4889 done
4891 if test "$LINT" = "lint"
4892 then
4893 LINTFLAGS="$LINTFLAGS -errchk=%all,no%longptr64 -errhdr=%user -Ncheck=macro -Nlevel=4"
4898 for ac_prog in fontforge
4900 # Extract the first word of "$ac_prog", so it can be a program name with args.
4901 set dummy $ac_prog; ac_word=$2
4902 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4903 $as_echo_n "checking for $ac_word... " >&6; }
4904 if test "${ac_cv_prog_FONTFORGE+set}" = set; then :
4905 $as_echo_n "(cached) " >&6
4906 else
4907 if test -n "$FONTFORGE"; then
4908 ac_cv_prog_FONTFORGE="$FONTFORGE" # Let the user override the test.
4909 else
4910 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4911 for as_dir in $PATH
4913 IFS=$as_save_IFS
4914 test -z "$as_dir" && as_dir=.
4915 for ac_exec_ext in '' $ac_executable_extensions; do
4916 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4917 ac_cv_prog_FONTFORGE="$ac_prog"
4918 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4919 break 2
4921 done
4922 done
4923 IFS=$as_save_IFS
4927 FONTFORGE=$ac_cv_prog_FONTFORGE
4928 if test -n "$FONTFORGE"; then
4929 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FONTFORGE" >&5
4930 $as_echo "$FONTFORGE" >&6; }
4931 else
4932 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4933 $as_echo "no" >&6; }
4937 test -n "$FONTFORGE" && break
4938 done
4939 test -n "$FONTFORGE" || FONTFORGE="false"
4941 for ac_prog in pkg-config
4943 # Extract the first word of "$ac_prog", so it can be a program name with args.
4944 set dummy $ac_prog; ac_word=$2
4945 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4946 $as_echo_n "checking for $ac_word... " >&6; }
4947 if test "${ac_cv_prog_PKG_CONFIG+set}" = set; then :
4948 $as_echo_n "(cached) " >&6
4949 else
4950 if test -n "$PKG_CONFIG"; then
4951 ac_cv_prog_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test.
4952 else
4953 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4954 for as_dir in $PATH
4956 IFS=$as_save_IFS
4957 test -z "$as_dir" && as_dir=.
4958 for ac_exec_ext in '' $ac_executable_extensions; do
4959 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4960 ac_cv_prog_PKG_CONFIG="$ac_prog"
4961 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4962 break 2
4964 done
4965 done
4966 IFS=$as_save_IFS
4970 PKG_CONFIG=$ac_cv_prog_PKG_CONFIG
4971 if test -n "$PKG_CONFIG"; then
4972 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
4973 $as_echo "$PKG_CONFIG" >&6; }
4974 else
4975 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4976 $as_echo "no" >&6; }
4980 test -n "$PKG_CONFIG" && break
4981 done
4982 test -n "$PKG_CONFIG" || PKG_CONFIG="false"
4984 for ac_prog in rsvg
4986 # Extract the first word of "$ac_prog", so it can be a program name with args.
4987 set dummy $ac_prog; ac_word=$2
4988 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4989 $as_echo_n "checking for $ac_word... " >&6; }
4990 if test "${ac_cv_prog_RSVG+set}" = set; then :
4991 $as_echo_n "(cached) " >&6
4992 else
4993 if test -n "$RSVG"; then
4994 ac_cv_prog_RSVG="$RSVG" # Let the user override the test.
4995 else
4996 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4997 for as_dir in $PATH
4999 IFS=$as_save_IFS
5000 test -z "$as_dir" && as_dir=.
5001 for ac_exec_ext in '' $ac_executable_extensions; do
5002 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5003 ac_cv_prog_RSVG="$ac_prog"
5004 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5005 break 2
5007 done
5008 done
5009 IFS=$as_save_IFS
5013 RSVG=$ac_cv_prog_RSVG
5014 if test -n "$RSVG"; then
5015 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RSVG" >&5
5016 $as_echo "$RSVG" >&6; }
5017 else
5018 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5019 $as_echo "no" >&6; }
5023 test -n "$RSVG" && break
5024 done
5025 test -n "$RSVG" || RSVG="false"
5027 for ac_prog in convert
5029 # Extract the first word of "$ac_prog", so it can be a program name with args.
5030 set dummy $ac_prog; ac_word=$2
5031 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5032 $as_echo_n "checking for $ac_word... " >&6; }
5033 if test "${ac_cv_prog_CONVERT+set}" = set; then :
5034 $as_echo_n "(cached) " >&6
5035 else
5036 if test -n "$CONVERT"; then
5037 ac_cv_prog_CONVERT="$CONVERT" # Let the user override the test.
5038 else
5039 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5040 for as_dir in $PATH
5042 IFS=$as_save_IFS
5043 test -z "$as_dir" && as_dir=.
5044 for ac_exec_ext in '' $ac_executable_extensions; do
5045 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5046 ac_cv_prog_CONVERT="$ac_prog"
5047 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5048 break 2
5050 done
5051 done
5052 IFS=$as_save_IFS
5056 CONVERT=$ac_cv_prog_CONVERT
5057 if test -n "$CONVERT"; then
5058 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CONVERT" >&5
5059 $as_echo "$CONVERT" >&6; }
5060 else
5061 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5062 $as_echo "no" >&6; }
5066 test -n "$CONVERT" && break
5067 done
5068 test -n "$CONVERT" || CONVERT="false"
5070 for ac_prog in icotool
5072 # Extract the first word of "$ac_prog", so it can be a program name with args.
5073 set dummy $ac_prog; ac_word=$2
5074 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5075 $as_echo_n "checking for $ac_word... " >&6; }
5076 if test "${ac_cv_prog_ICOTOOL+set}" = set; then :
5077 $as_echo_n "(cached) " >&6
5078 else
5079 if test -n "$ICOTOOL"; then
5080 ac_cv_prog_ICOTOOL="$ICOTOOL" # Let the user override the test.
5081 else
5082 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5083 for as_dir in $PATH
5085 IFS=$as_save_IFS
5086 test -z "$as_dir" && as_dir=.
5087 for ac_exec_ext in '' $ac_executable_extensions; do
5088 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5089 ac_cv_prog_ICOTOOL="$ac_prog"
5090 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5091 break 2
5093 done
5094 done
5095 IFS=$as_save_IFS
5099 ICOTOOL=$ac_cv_prog_ICOTOOL
5100 if test -n "$ICOTOOL"; then
5101 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ICOTOOL" >&5
5102 $as_echo "$ICOTOOL" >&6; }
5103 else
5104 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5105 $as_echo "no" >&6; }
5109 test -n "$ICOTOOL" && break
5110 done
5111 test -n "$ICOTOOL" || ICOTOOL="false"
5114 if test "x$enable_maintainer_mode" != "xyes"
5115 then
5116 MAINTAINER_MODE=\#
5118 else
5119 if test "$FONTFORGE" = "false"; then as_fn_append wine_warnings "|fontforge is missing, fonts can't be rebuilt."; fi
5120 if test "$RSVG" = "false"; then as_fn_append wine_warnings "|rsvg is missing, icons can't be rebuilt."; fi
5122 if test "$CONVERT" = false
5123 then
5124 as_fn_append wine_warnings "|imagemagick is missing, icons can't be rebuilt."
5125 else
5126 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for recent enough imagemagick" >&5
5127 $as_echo_n "checking for recent enough imagemagick... " >&6; }
5128 convert_version=`convert --version | head -n1`
5129 if test "x$convert_version" != "x"
5130 then
5131 convert_version_major=`expr "$convert_version" : '.* \([0-9]*\)\.[0-9]*'`
5132 convert_version_minor=`expr "$convert_version" : '.* [0-9]*\.\([0-9]*\)'`
5133 if test "$convert_version_major" -eq 6 -a "$convert_version_minor" -lt 6
5134 then
5135 CONVERT=false
5136 as_fn_append wine_warnings "|imagemagick version 6.6 or newer is needed to rebuild icons."
5139 if test "$CONVERT" = false
5140 then
5141 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no ($convert_version_major.$convert_version_minor)" >&5
5142 $as_echo "no ($convert_version_major.$convert_version_minor)" >&6; }
5143 else
5144 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes ($convert_version_major.$convert_version_minor)" >&5
5145 $as_echo "yes ($convert_version_major.$convert_version_minor)" >&6; }
5149 if test "$ICOTOOL" = false
5150 then
5151 as_fn_append wine_warnings "|icotool is missing, icons can't be rebuilt."
5152 else
5153 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for recent enough icotool" >&5
5154 $as_echo_n "checking for recent enough icotool... " >&6; }
5155 icotool_version=`icotool --version | head -n1`
5156 if test "x$icotool_version" != "x"
5157 then
5158 icotool_version_major=`expr "$icotool_version" : '.* \([0-9]*\)\.[0-9]*'`
5159 icotool_version_minor=`expr "$icotool_version" : '.* [0-9]*\.\([0-9]*\)'`
5160 if test "$icotool_version_major" -eq 0 -a "$icotool_version_minor" -lt 29
5161 then
5162 ICOTOOL=false
5163 as_fn_append wine_warnings "|icotool version 0.29.0 or newer is needed to rebuild icons."
5166 if test "$ICOTOOL" = false
5167 then
5168 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no ($icotool_version_major.$icotool_version_minor)" >&5
5169 $as_echo "no ($icotool_version_major.$icotool_version_minor)" >&6; }
5170 else
5171 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes ($icotool_version_major.$icotool_version_minor)" >&5
5172 $as_echo "yes ($icotool_version_major.$icotool_version_minor)" >&6; }
5179 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for i386_set_ldt in -li386" >&5
5180 $as_echo_n "checking for i386_set_ldt in -li386... " >&6; }
5181 if test "${ac_cv_lib_i386_i386_set_ldt+set}" = set; then :
5182 $as_echo_n "(cached) " >&6
5183 else
5184 ac_check_lib_save_LIBS=$LIBS
5185 LIBS="-li386 $LIBS"
5186 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5187 /* end confdefs.h. */
5189 /* Override any GCC internal prototype to avoid an error.
5190 Use char because int might match the return type of a GCC
5191 builtin and then its argument prototype would still apply. */
5192 #ifdef __cplusplus
5193 extern "C"
5194 #endif
5195 char i386_set_ldt ();
5197 main ()
5199 return i386_set_ldt ();
5201 return 0;
5203 _ACEOF
5204 if ac_fn_c_try_link "$LINENO"; then :
5205 ac_cv_lib_i386_i386_set_ldt=yes
5206 else
5207 ac_cv_lib_i386_i386_set_ldt=no
5209 rm -f core conftest.err conftest.$ac_objext \
5210 conftest$ac_exeext conftest.$ac_ext
5211 LIBS=$ac_check_lib_save_LIBS
5213 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_i386_i386_set_ldt" >&5
5214 $as_echo "$ac_cv_lib_i386_i386_set_ldt" >&6; }
5215 if test "x$ac_cv_lib_i386_i386_set_ldt" = x""yes; then :
5216 cat >>confdefs.h <<_ACEOF
5217 #define HAVE_LIBI386 1
5218 _ACEOF
5220 LIBS="-li386 $LIBS"
5224 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _oss_ioctl in -lossaudio" >&5
5225 $as_echo_n "checking for _oss_ioctl in -lossaudio... " >&6; }
5226 if test "${ac_cv_lib_ossaudio__oss_ioctl+set}" = set; then :
5227 $as_echo_n "(cached) " >&6
5228 else
5229 ac_check_lib_save_LIBS=$LIBS
5230 LIBS="-lossaudio $LIBS"
5231 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5232 /* end confdefs.h. */
5234 /* Override any GCC internal prototype to avoid an error.
5235 Use char because int might match the return type of a GCC
5236 builtin and then its argument prototype would still apply. */
5237 #ifdef __cplusplus
5238 extern "C"
5239 #endif
5240 char _oss_ioctl ();
5242 main ()
5244 return _oss_ioctl ();
5246 return 0;
5248 _ACEOF
5249 if ac_fn_c_try_link "$LINENO"; then :
5250 ac_cv_lib_ossaudio__oss_ioctl=yes
5251 else
5252 ac_cv_lib_ossaudio__oss_ioctl=no
5254 rm -f core conftest.err conftest.$ac_objext \
5255 conftest$ac_exeext conftest.$ac_ext
5256 LIBS=$ac_check_lib_save_LIBS
5258 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5
5259 $as_echo "$ac_cv_lib_ossaudio__oss_ioctl" >&6; }
5260 if test "x$ac_cv_lib_ossaudio__oss_ioctl" = x""yes; then :
5261 cat >>confdefs.h <<_ACEOF
5262 #define HAVE_LIBOSSAUDIO 1
5263 _ACEOF
5265 LIBS="-lossaudio $LIBS"
5270 XLIB=""
5272 OPENGL_LIBS=""
5276 # Check whether --enable-largefile was given.
5277 if test "${enable_largefile+set}" = set; then :
5278 enableval=$enable_largefile;
5281 if test "$enable_largefile" != no; then
5283 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5
5284 $as_echo_n "checking for special C compiler options needed for large files... " >&6; }
5285 if test "${ac_cv_sys_largefile_CC+set}" = set; then :
5286 $as_echo_n "(cached) " >&6
5287 else
5288 ac_cv_sys_largefile_CC=no
5289 if test "$GCC" != yes; then
5290 ac_save_CC=$CC
5291 while :; do
5292 # IRIX 6.2 and later do not support large files by default,
5293 # so use the C compiler's -n32 option if that helps.
5294 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5295 /* end confdefs.h. */
5296 #include <sys/types.h>
5297 /* Check that off_t can represent 2**63 - 1 correctly.
5298 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5299 since some C++ compilers masquerading as C compilers
5300 incorrectly reject 9223372036854775807. */
5301 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5302 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5303 && LARGE_OFF_T % 2147483647 == 1)
5304 ? 1 : -1];
5306 main ()
5310 return 0;
5312 _ACEOF
5313 if ac_fn_c_try_compile "$LINENO"; then :
5314 break
5316 rm -f core conftest.err conftest.$ac_objext
5317 CC="$CC -n32"
5318 if ac_fn_c_try_compile "$LINENO"; then :
5319 ac_cv_sys_largefile_CC=' -n32'; break
5321 rm -f core conftest.err conftest.$ac_objext
5322 break
5323 done
5324 CC=$ac_save_CC
5325 rm -f conftest.$ac_ext
5328 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_CC" >&5
5329 $as_echo "$ac_cv_sys_largefile_CC" >&6; }
5330 if test "$ac_cv_sys_largefile_CC" != no; then
5331 CC=$CC$ac_cv_sys_largefile_CC
5334 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5
5335 $as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; }
5336 if test "${ac_cv_sys_file_offset_bits+set}" = set; then :
5337 $as_echo_n "(cached) " >&6
5338 else
5339 while :; do
5340 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5341 /* end confdefs.h. */
5342 #include <sys/types.h>
5343 /* Check that off_t can represent 2**63 - 1 correctly.
5344 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5345 since some C++ compilers masquerading as C compilers
5346 incorrectly reject 9223372036854775807. */
5347 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5348 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5349 && LARGE_OFF_T % 2147483647 == 1)
5350 ? 1 : -1];
5352 main ()
5356 return 0;
5358 _ACEOF
5359 if ac_fn_c_try_compile "$LINENO"; then :
5360 ac_cv_sys_file_offset_bits=no; break
5362 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5363 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5364 /* end confdefs.h. */
5365 #define _FILE_OFFSET_BITS 64
5366 #include <sys/types.h>
5367 /* Check that off_t can represent 2**63 - 1 correctly.
5368 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5369 since some C++ compilers masquerading as C compilers
5370 incorrectly reject 9223372036854775807. */
5371 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5372 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5373 && LARGE_OFF_T % 2147483647 == 1)
5374 ? 1 : -1];
5376 main ()
5380 return 0;
5382 _ACEOF
5383 if ac_fn_c_try_compile "$LINENO"; then :
5384 ac_cv_sys_file_offset_bits=64; break
5386 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5387 ac_cv_sys_file_offset_bits=unknown
5388 break
5389 done
5391 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_file_offset_bits" >&5
5392 $as_echo "$ac_cv_sys_file_offset_bits" >&6; }
5393 case $ac_cv_sys_file_offset_bits in #(
5394 no | unknown) ;;
5396 cat >>confdefs.h <<_ACEOF
5397 #define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
5398 _ACEOF
5400 esac
5401 rm -rf conftest*
5402 if test $ac_cv_sys_file_offset_bits = unknown; then
5403 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5
5404 $as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; }
5405 if test "${ac_cv_sys_large_files+set}" = set; then :
5406 $as_echo_n "(cached) " >&6
5407 else
5408 while :; do
5409 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5410 /* end confdefs.h. */
5411 #include <sys/types.h>
5412 /* Check that off_t can represent 2**63 - 1 correctly.
5413 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5414 since some C++ compilers masquerading as C compilers
5415 incorrectly reject 9223372036854775807. */
5416 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5417 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5418 && LARGE_OFF_T % 2147483647 == 1)
5419 ? 1 : -1];
5421 main ()
5425 return 0;
5427 _ACEOF
5428 if ac_fn_c_try_compile "$LINENO"; then :
5429 ac_cv_sys_large_files=no; break
5431 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5432 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5433 /* end confdefs.h. */
5434 #define _LARGE_FILES 1
5435 #include <sys/types.h>
5436 /* Check that off_t can represent 2**63 - 1 correctly.
5437 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5438 since some C++ compilers masquerading as C compilers
5439 incorrectly reject 9223372036854775807. */
5440 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5441 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5442 && LARGE_OFF_T % 2147483647 == 1)
5443 ? 1 : -1];
5445 main ()
5449 return 0;
5451 _ACEOF
5452 if ac_fn_c_try_compile "$LINENO"; then :
5453 ac_cv_sys_large_files=1; break
5455 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5456 ac_cv_sys_large_files=unknown
5457 break
5458 done
5460 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_large_files" >&5
5461 $as_echo "$ac_cv_sys_large_files" >&6; }
5462 case $ac_cv_sys_large_files in #(
5463 no | unknown) ;;
5465 cat >>confdefs.h <<_ACEOF
5466 #define _LARGE_FILES $ac_cv_sys_large_files
5467 _ACEOF
5469 esac
5470 rm -rf conftest*
5475 ac_ext=c
5476 ac_cpp='$CPP $CPPFLAGS'
5477 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5478 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5479 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5480 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
5481 $as_echo_n "checking how to run the C preprocessor... " >&6; }
5482 # On Suns, sometimes $CPP names a directory.
5483 if test -n "$CPP" && test -d "$CPP"; then
5484 CPP=
5486 if test -z "$CPP"; then
5487 if test "${ac_cv_prog_CPP+set}" = set; then :
5488 $as_echo_n "(cached) " >&6
5489 else
5490 # Double quotes because CPP needs to be expanded
5491 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
5493 ac_preproc_ok=false
5494 for ac_c_preproc_warn_flag in '' yes
5496 # Use a header file that comes with gcc, so configuring glibc
5497 # with a fresh cross-compiler works.
5498 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5499 # <limits.h> exists even on freestanding compilers.
5500 # On the NeXT, cc -E runs the code through the compiler's parser,
5501 # not just through cpp. "Syntax error" is here to catch this case.
5502 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5503 /* end confdefs.h. */
5504 #ifdef __STDC__
5505 # include <limits.h>
5506 #else
5507 # include <assert.h>
5508 #endif
5509 Syntax error
5510 _ACEOF
5511 if ac_fn_c_try_cpp "$LINENO"; then :
5513 else
5514 # Broken: fails on valid input.
5515 continue
5517 rm -f conftest.err conftest.$ac_ext
5519 # OK, works on sane cases. Now check whether nonexistent headers
5520 # can be detected and how.
5521 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5522 /* end confdefs.h. */
5523 #include <ac_nonexistent.h>
5524 _ACEOF
5525 if ac_fn_c_try_cpp "$LINENO"; then :
5526 # Broken: success on invalid input.
5527 continue
5528 else
5529 # Passes both tests.
5530 ac_preproc_ok=:
5531 break
5533 rm -f conftest.err conftest.$ac_ext
5535 done
5536 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5537 rm -f conftest.err conftest.$ac_ext
5538 if $ac_preproc_ok; then :
5539 break
5542 done
5543 ac_cv_prog_CPP=$CPP
5546 CPP=$ac_cv_prog_CPP
5547 else
5548 ac_cv_prog_CPP=$CPP
5550 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
5551 $as_echo "$CPP" >&6; }
5552 ac_preproc_ok=false
5553 for ac_c_preproc_warn_flag in '' yes
5555 # Use a header file that comes with gcc, so configuring glibc
5556 # with a fresh cross-compiler works.
5557 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5558 # <limits.h> exists even on freestanding compilers.
5559 # On the NeXT, cc -E runs the code through the compiler's parser,
5560 # not just through cpp. "Syntax error" is here to catch this case.
5561 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5562 /* end confdefs.h. */
5563 #ifdef __STDC__
5564 # include <limits.h>
5565 #else
5566 # include <assert.h>
5567 #endif
5568 Syntax error
5569 _ACEOF
5570 if ac_fn_c_try_cpp "$LINENO"; then :
5572 else
5573 # Broken: fails on valid input.
5574 continue
5576 rm -f conftest.err conftest.$ac_ext
5578 # OK, works on sane cases. Now check whether nonexistent headers
5579 # can be detected and how.
5580 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5581 /* end confdefs.h. */
5582 #include <ac_nonexistent.h>
5583 _ACEOF
5584 if ac_fn_c_try_cpp "$LINENO"; then :
5585 # Broken: success on invalid input.
5586 continue
5587 else
5588 # Passes both tests.
5589 ac_preproc_ok=:
5590 break
5592 rm -f conftest.err conftest.$ac_ext
5594 done
5595 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5596 rm -f conftest.err conftest.$ac_ext
5597 if $ac_preproc_ok; then :
5599 else
5600 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5601 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5602 as_fn_error "C preprocessor \"$CPP\" fails sanity check
5603 See \`config.log' for more details." "$LINENO" 5; }
5606 ac_ext=c
5607 ac_cpp='$CPP $CPPFLAGS'
5608 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5609 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5610 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5613 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
5614 $as_echo_n "checking for ANSI C header files... " >&6; }
5615 if test "${ac_cv_header_stdc+set}" = set; then :
5616 $as_echo_n "(cached) " >&6
5617 else
5618 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5619 /* end confdefs.h. */
5620 #include <stdlib.h>
5621 #include <stdarg.h>
5622 #include <string.h>
5623 #include <float.h>
5626 main ()
5630 return 0;
5632 _ACEOF
5633 if ac_fn_c_try_compile "$LINENO"; then :
5634 ac_cv_header_stdc=yes
5635 else
5636 ac_cv_header_stdc=no
5638 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5640 if test $ac_cv_header_stdc = yes; then
5641 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
5642 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5643 /* end confdefs.h. */
5644 #include <string.h>
5646 _ACEOF
5647 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5648 $EGREP "memchr" >/dev/null 2>&1; then :
5650 else
5651 ac_cv_header_stdc=no
5653 rm -f conftest*
5657 if test $ac_cv_header_stdc = yes; then
5658 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
5659 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5660 /* end confdefs.h. */
5661 #include <stdlib.h>
5663 _ACEOF
5664 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5665 $EGREP "free" >/dev/null 2>&1; then :
5667 else
5668 ac_cv_header_stdc=no
5670 rm -f conftest*
5674 if test $ac_cv_header_stdc = yes; then
5675 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
5676 if test "$cross_compiling" = yes; then :
5678 else
5679 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5680 /* end confdefs.h. */
5681 #include <ctype.h>
5682 #include <stdlib.h>
5683 #if ((' ' & 0x0FF) == 0x020)
5684 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
5685 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5686 #else
5687 # define ISLOWER(c) \
5688 (('a' <= (c) && (c) <= 'i') \
5689 || ('j' <= (c) && (c) <= 'r') \
5690 || ('s' <= (c) && (c) <= 'z'))
5691 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
5692 #endif
5694 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
5696 main ()
5698 int i;
5699 for (i = 0; i < 256; i++)
5700 if (XOR (islower (i), ISLOWER (i))
5701 || toupper (i) != TOUPPER (i))
5702 return 2;
5703 return 0;
5705 _ACEOF
5706 if ac_fn_c_try_run "$LINENO"; then :
5708 else
5709 ac_cv_header_stdc=no
5711 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
5712 conftest.$ac_objext conftest.beam conftest.$ac_ext
5717 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
5718 $as_echo "$ac_cv_header_stdc" >&6; }
5719 if test $ac_cv_header_stdc = yes; then
5721 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
5725 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
5726 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
5727 inttypes.h stdint.h unistd.h
5728 do :
5729 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5730 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
5732 eval as_val=\$$as_ac_Header
5733 if test "x$as_val" = x""yes; then :
5734 cat >>confdefs.h <<_ACEOF
5735 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5736 _ACEOF
5740 done
5743 for ac_header in \
5744 AL/al.h \
5745 AudioToolbox/AudioConverter.h \
5746 AudioUnit/AudioUnit.h \
5747 Carbon/Carbon.h \
5748 CoreAudio/CoreAudio.h \
5749 DiskArbitration/DiskArbitration.h \
5750 IOKit/IOKitLib.h \
5751 IOKit/hid/IOHIDLib.h \
5752 OpenAL/al.h \
5753 alias.h \
5754 alsa/asoundlib.h \
5755 arpa/inet.h \
5756 arpa/nameser.h \
5757 asm/types.h \
5758 capi20.h \
5759 curses.h \
5760 direct.h \
5761 dirent.h \
5762 dlfcn.h \
5763 elf.h \
5764 float.h \
5765 fnmatch.h \
5766 fontconfig/fontconfig.h \
5767 getopt.h \
5768 grp.h \
5769 gsm.h \
5770 gsm/gsm.h \
5771 icns.h \
5772 ieeefp.h \
5773 inet/mib2.h \
5774 io.h \
5775 jack/jack.h \
5776 jpeglib.h \
5777 kstat.h \
5778 lber.h \
5779 lcms.h \
5780 lcms/lcms.h \
5781 ldap.h \
5782 libaudioio.h \
5783 link.h \
5784 linux/cdrom.h \
5785 linux/compiler.h \
5786 linux/hdreg.h \
5787 linux/input.h \
5788 linux/ioctl.h \
5789 linux/joystick.h \
5790 linux/major.h \
5791 linux/param.h \
5792 linux/serial.h \
5793 linux/types.h \
5794 linux/ucdrom.h \
5795 mach-o/nlist.h \
5796 mach/mach.h \
5797 mach/machine.h \
5798 machine/cpu.h \
5799 machine/limits.h \
5800 machine/soundcard.h \
5801 machine/sysarch.h \
5802 mntent.h \
5803 mpg123.h \
5804 ncurses.h \
5805 netdb.h \
5806 netinet/in.h \
5807 netinet/in_systm.h \
5808 netinet/tcp.h \
5809 netinet/tcp_fsm.h \
5810 openssl/err.h \
5811 openssl/ssl.h \
5812 png.h \
5813 poll.h \
5814 port.h \
5815 process.h \
5816 pthread.h \
5817 pwd.h \
5818 regex.h \
5819 sched.h \
5820 scsi/scsi.h \
5821 scsi/scsi_ioctl.h \
5822 scsi/sg.h \
5823 soundcard.h \
5824 stdbool.h \
5825 stdint.h \
5826 strings.h \
5827 stropts.h \
5828 sys/asoundlib.h \
5829 sys/cdio.h \
5830 sys/elf32.h \
5831 sys/epoll.h \
5832 sys/errno.h \
5833 sys/event.h \
5834 sys/exec_elf.h \
5835 sys/filio.h \
5836 sys/inotify.h \
5837 sys/ioctl.h \
5838 sys/ipc.h \
5839 sys/limits.h \
5840 sys/link.h \
5841 sys/mman.h \
5842 sys/modem.h \
5843 sys/msg.h \
5844 sys/mtio.h \
5845 sys/param.h \
5846 sys/poll.h \
5847 sys/prctl.h \
5848 sys/protosw.h \
5849 sys/ptrace.h \
5850 sys/resource.h \
5851 sys/scsiio.h \
5852 sys/shm.h \
5853 sys/signal.h \
5854 sys/socket.h \
5855 sys/socketvar.h \
5856 sys/sockio.h \
5857 sys/soundcard.h \
5858 sys/statvfs.h \
5859 sys/strtio.h \
5860 sys/syscall.h \
5861 sys/tihdr.h \
5862 sys/time.h \
5863 sys/timeout.h \
5864 sys/times.h \
5865 sys/uio.h \
5866 sys/un.h \
5867 sys/utsname.h \
5868 sys/vm86.h \
5869 sys/wait.h \
5870 syscall.h \
5871 termios.h \
5872 tiffio.h \
5873 unistd.h \
5874 utime.h \
5875 valgrind/memcheck.h \
5876 valgrind/valgrind.h \
5877 zlib.h
5879 do :
5880 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5881 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
5882 eval as_val=\$$as_ac_Header
5883 if test "x$as_val" = x""yes; then :
5884 cat >>confdefs.h <<_ACEOF
5885 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5886 _ACEOF
5890 done
5892 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stat file-mode macros are broken" >&5
5893 $as_echo_n "checking whether stat file-mode macros are broken... " >&6; }
5894 if test "${ac_cv_header_stat_broken+set}" = set; then :
5895 $as_echo_n "(cached) " >&6
5896 else
5897 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5898 /* end confdefs.h. */
5899 #include <sys/types.h>
5900 #include <sys/stat.h>
5902 #if defined S_ISBLK && defined S_IFDIR
5903 extern char c1[S_ISBLK (S_IFDIR) ? -1 : 1];
5904 #endif
5906 #if defined S_ISBLK && defined S_IFCHR
5907 extern char c2[S_ISBLK (S_IFCHR) ? -1 : 1];
5908 #endif
5910 #if defined S_ISLNK && defined S_IFREG
5911 extern char c3[S_ISLNK (S_IFREG) ? -1 : 1];
5912 #endif
5914 #if defined S_ISSOCK && defined S_IFREG
5915 extern char c4[S_ISSOCK (S_IFREG) ? -1 : 1];
5916 #endif
5918 _ACEOF
5919 if ac_fn_c_try_compile "$LINENO"; then :
5920 ac_cv_header_stat_broken=no
5921 else
5922 ac_cv_header_stat_broken=yes
5924 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5926 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stat_broken" >&5
5927 $as_echo "$ac_cv_header_stat_broken" >&6; }
5928 if test $ac_cv_header_stat_broken = yes; then
5930 $as_echo "#define STAT_MACROS_BROKEN 1" >>confdefs.h
5936 for ac_header in sys/mount.h sys/statfs.h sys/sysctl.h sys/user.h sys/vfs.h
5937 do :
5938 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5939 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
5940 #ifdef HAVE_SYS_PARAM_H
5941 # include <sys/param.h>
5942 #endif
5944 eval as_val=\$$as_ac_Header
5945 if test "x$as_val" = x""yes; then :
5946 cat >>confdefs.h <<_ACEOF
5947 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5948 _ACEOF
5952 done
5955 for ac_header in \
5956 netinet/ip.h \
5957 net/if.h \
5958 net/if_arp.h \
5959 net/if_dl.h \
5960 net/if_types.h \
5961 net/route.h \
5962 netinet/if_ether.h \
5963 netinet/if_inarp.h \
5964 netinet/in_pcb.h \
5965 netinet/ip_icmp.h \
5966 netinet/ip_var.h \
5967 netinet/udp.h \
5968 netipx/ipx.h \
5970 do :
5971 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5972 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
5973 #ifdef HAVE_SYS_SOCKET_H
5974 # include <sys/socket.h>
5975 #endif
5976 #ifdef HAVE_SYS_SOCKETVAR_H
5977 # include <sys/socketvar.h>
5978 #endif
5979 #ifdef HAVE_NET_ROUTE_H
5980 # include <net/route.h>
5981 #endif
5982 #ifdef HAVE_NETINET_IN_H
5983 # include <netinet/in.h>
5984 #endif
5985 #ifdef HAVE_NETINET_IN_SYSTM_H
5986 # include <netinet/in_systm.h>
5987 #endif
5988 #ifdef HAVE_NET_IF_H
5989 # include <net/if.h>
5990 #endif
5991 #ifdef HAVE_NETINET_IP_H
5992 # include <netinet/ip.h>
5993 #endif
5995 eval as_val=\$$as_ac_Header
5996 if test "x$as_val" = x""yes; then :
5997 cat >>confdefs.h <<_ACEOF
5998 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5999 _ACEOF
6003 done
6006 for ac_header in netinet/tcp_timer.h netinet/udp_var.h netinet/icmp_var.h netinet/tcp_var.h
6007 do :
6008 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6009 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
6010 #ifdef HAVE_ALIAS_H
6011 # include <alias.h>
6012 #endif
6013 #ifdef HAVE_SYS_SOCKET_H
6014 # include <sys/socket.h>
6015 #endif
6016 #ifdef HAVE_SYS_SOCKETVAR_H
6017 # include <sys/socketvar.h>
6018 #endif
6019 #ifdef HAVE_SYS_TIMEOUT_H
6020 # include <sys/timeout.h>
6021 #endif
6022 #ifdef HAVE_NETINET_IN_H
6023 # include <netinet/in.h>
6024 #endif
6025 #ifdef HAVE_NETINET_IN_SYSTM_H
6026 # include <netinet/in_systm.h>
6027 #endif
6028 #ifdef HAVE_NETINET_IP_H
6029 # include <netinet/ip.h>
6030 #endif
6031 #ifdef HAVE_NETINET_IP_VAR_H
6032 # include <netinet/ip_var.h>
6033 #endif
6034 #ifdef HAVE_NETINET_IP_ICMP_H
6035 # include <netinet/ip_icmp.h>
6036 #endif
6037 #ifdef HAVE_NETINET_UDP_H
6038 # include <netinet/udp.h>
6039 #endif
6040 #ifdef HAVE_NETINET_TCP_H
6041 # include <netinet/tcp.h>
6042 #endif
6043 #ifdef HAVE_NETINET_TCP_TIMER_H
6044 #include <netinet/tcp_timer.h>
6045 #endif
6047 eval as_val=\$$as_ac_Header
6048 if test "x$as_val" = x""yes; then :
6049 cat >>confdefs.h <<_ACEOF
6050 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6051 _ACEOF
6055 done
6058 for ac_header in linux/ipx.h linux/irda.h
6059 do :
6060 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6061 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <sys/types.h>
6062 #ifdef HAVE_ASM_TYPES_H
6063 # include <asm/types.h>
6064 #endif
6065 #ifdef HAVE_SYS_SOCKET_H
6066 # include <sys/socket.h>
6067 #endif
6068 #ifdef HAVE_LINUX_TYPES_H
6069 # include <linux/types.h>
6070 #endif
6072 eval as_val=\$$as_ac_Header
6073 if test "x$as_val" = x""yes; then :
6074 cat >>confdefs.h <<_ACEOF
6075 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6076 _ACEOF
6080 done
6083 for ac_header in mach-o/dyld_images.h
6084 do :
6085 ac_fn_c_check_header_compile "$LINENO" "mach-o/dyld_images.h" "ac_cv_header_mach_o_dyld_images_h" "#ifdef HAVE_STDBOOL_H
6086 # include <stdbool.h>
6087 #endif
6088 #ifdef HAVE_STDINT_H
6089 # include <stdint.h>
6090 #endif
6092 if test "x$ac_cv_header_mach_o_dyld_images_h" = x""yes; then :
6093 cat >>confdefs.h <<_ACEOF
6094 #define HAVE_MACH_O_DYLD_IMAGES_H 1
6095 _ACEOF
6099 done
6102 for ac_header in resolv.h
6103 do :
6104 ac_fn_c_check_header_compile "$LINENO" "resolv.h" "ac_cv_header_resolv_h" "#include <sys/types.h>
6105 #ifdef HAVE_SYS_SOCKET_H
6106 # include <sys/socket.h>
6107 #endif
6108 #ifdef HAVE_NETINET_IN_H
6109 # include <netinet/in.h>
6110 #endif
6111 #ifdef HAVE_ARPA_NAMESER_H
6112 # include <arpa/nameser.h>
6113 #endif
6115 if test "x$ac_cv_header_resolv_h" = x""yes; then :
6116 cat >>confdefs.h <<_ACEOF
6117 #define HAVE_RESOLV_H 1
6118 _ACEOF
6122 done
6125 for ac_header in ifaddrs.h
6126 do :
6127 ac_fn_c_check_header_compile "$LINENO" "ifaddrs.h" "ac_cv_header_ifaddrs_h" "#include <sys/types.h>
6129 if test "x$ac_cv_header_ifaddrs_h" = x""yes; then :
6130 cat >>confdefs.h <<_ACEOF
6131 #define HAVE_IFADDRS_H 1
6132 _ACEOF
6136 done
6139 for ac_header in ucontext.h
6140 do :
6141 ac_fn_c_check_header_compile "$LINENO" "ucontext.h" "ac_cv_header_ucontext_h" "#include <signal.h>
6143 if test "x$ac_cv_header_ucontext_h" = x""yes; then :
6144 cat >>confdefs.h <<_ACEOF
6145 #define HAVE_UCONTEXT_H 1
6146 _ACEOF
6150 done
6153 for ac_header in sys/thr.h
6154 do :
6155 ac_fn_c_check_header_compile "$LINENO" "sys/thr.h" "ac_cv_header_sys_thr_h" "#include <sys/types.h>
6156 #ifdef HAVE_UCONTEXT_H
6157 #include <ucontext.h>
6158 #endif
6160 if test "x$ac_cv_header_sys_thr_h" = x""yes; then :
6161 cat >>confdefs.h <<_ACEOF
6162 #define HAVE_SYS_THR_H 1
6163 _ACEOF
6167 done
6170 for ac_header in pthread_np.h
6171 do :
6172 ac_fn_c_check_header_compile "$LINENO" "pthread_np.h" "ac_cv_header_pthread_np_h" "#ifdef HAVE_PTHREAD_H
6173 #include <pthread.h>
6174 #endif
6176 if test "x$ac_cv_header_pthread_np_h" = x""yes; then :
6177 cat >>confdefs.h <<_ACEOF
6178 #define HAVE_PTHREAD_NP_H 1
6179 _ACEOF
6183 done
6186 for ac_header in linux/videodev.h
6187 do :
6188 ac_fn_c_check_header_compile "$LINENO" "linux/videodev.h" "ac_cv_header_linux_videodev_h" "#ifdef HAVE_SYS_TIME_H
6189 #include <sys/time.h>
6190 #endif
6191 #include <sys/types.h>
6192 #ifdef HAVE_ASM_TYPES_H
6193 #include <asm/types.h>
6194 #endif
6196 if test "x$ac_cv_header_linux_videodev_h" = x""yes; then :
6197 cat >>confdefs.h <<_ACEOF
6198 #define HAVE_LINUX_VIDEODEV_H 1
6199 _ACEOF
6203 done
6206 for ac_header in linux/capi.h
6207 do :
6208 ac_fn_c_check_header_compile "$LINENO" "linux/capi.h" "ac_cv_header_linux_capi_h" "#define __user
6210 if test "x$ac_cv_header_linux_capi_h" = x""yes; then :
6211 cat >>confdefs.h <<_ACEOF
6212 #define HAVE_LINUX_CAPI_H 1
6213 _ACEOF
6217 done
6221 DLLEXT=""
6223 DLLFLAGS="-D_REENTRANT"
6225 LDSHARED=""
6227 LDDLLFLAGS=""
6229 LIBEXT="so"
6231 IMPLIBEXT="def"
6233 LDRPATH_INSTALL=""
6235 LDRPATH_LOCAL=""
6237 STATIC_IMPLIBEXT="def.a"
6238 # Extract the first word of "ldd", so it can be a program name with args.
6239 set dummy ldd; ac_word=$2
6240 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6241 $as_echo_n "checking for $ac_word... " >&6; }
6242 if test "${ac_cv_path_LDD+set}" = set; then :
6243 $as_echo_n "(cached) " >&6
6244 else
6245 case $LDD in
6246 [\\/]* | ?:[\\/]*)
6247 ac_cv_path_LDD="$LDD" # Let the user override the test with a path.
6250 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6251 as_dummy="/sbin:/usr/sbin:$PATH"
6252 for as_dir in $as_dummy
6254 IFS=$as_save_IFS
6255 test -z "$as_dir" && as_dir=.
6256 for ac_exec_ext in '' $ac_executable_extensions; do
6257 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6258 ac_cv_path_LDD="$as_dir/$ac_word$ac_exec_ext"
6259 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6260 break 2
6262 done
6263 done
6264 IFS=$as_save_IFS
6266 test -z "$ac_cv_path_LDD" && ac_cv_path_LDD="true"
6268 esac
6270 LDD=$ac_cv_path_LDD
6271 if test -n "$LDD"; then
6272 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LDD" >&5
6273 $as_echo "$LDD" >&6; }
6274 else
6275 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6276 $as_echo "no" >&6; }
6281 case $host_os in
6282 cygwin*|mingw32*)
6283 if test -n "$ac_tool_prefix"; then
6284 # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
6285 set dummy ${ac_tool_prefix}dlltool; ac_word=$2
6286 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6287 $as_echo_n "checking for $ac_word... " >&6; }
6288 if test "${ac_cv_prog_DLLTOOL+set}" = set; then :
6289 $as_echo_n "(cached) " >&6
6290 else
6291 if test -n "$DLLTOOL"; then
6292 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
6293 else
6294 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6295 for as_dir in $PATH
6297 IFS=$as_save_IFS
6298 test -z "$as_dir" && as_dir=.
6299 for ac_exec_ext in '' $ac_executable_extensions; do
6300 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6301 ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
6302 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6303 break 2
6305 done
6306 done
6307 IFS=$as_save_IFS
6311 DLLTOOL=$ac_cv_prog_DLLTOOL
6312 if test -n "$DLLTOOL"; then
6313 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
6314 $as_echo "$DLLTOOL" >&6; }
6315 else
6316 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6317 $as_echo "no" >&6; }
6322 if test -z "$ac_cv_prog_DLLTOOL"; then
6323 ac_ct_DLLTOOL=$DLLTOOL
6324 # Extract the first word of "dlltool", so it can be a program name with args.
6325 set dummy dlltool; ac_word=$2
6326 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6327 $as_echo_n "checking for $ac_word... " >&6; }
6328 if test "${ac_cv_prog_ac_ct_DLLTOOL+set}" = set; then :
6329 $as_echo_n "(cached) " >&6
6330 else
6331 if test -n "$ac_ct_DLLTOOL"; then
6332 ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test.
6333 else
6334 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6335 for as_dir in $PATH
6337 IFS=$as_save_IFS
6338 test -z "$as_dir" && as_dir=.
6339 for ac_exec_ext in '' $ac_executable_extensions; do
6340 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6341 ac_cv_prog_ac_ct_DLLTOOL="dlltool"
6342 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6343 break 2
6345 done
6346 done
6347 IFS=$as_save_IFS
6351 ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
6352 if test -n "$ac_ct_DLLTOOL"; then
6353 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DLLTOOL" >&5
6354 $as_echo "$ac_ct_DLLTOOL" >&6; }
6355 else
6356 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6357 $as_echo "no" >&6; }
6360 if test "x$ac_ct_DLLTOOL" = x; then
6361 DLLTOOL="false"
6362 else
6363 case $cross_compiling:$ac_tool_warned in
6364 yes:)
6365 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6366 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6367 ac_tool_warned=yes ;;
6368 esac
6369 DLLTOOL=$ac_ct_DLLTOOL
6371 else
6372 DLLTOOL="$ac_cv_prog_DLLTOOL"
6375 if test -n "$ac_tool_prefix"; then
6376 # Extract the first word of "${ac_tool_prefix}dllwrap", so it can be a program name with args.
6377 set dummy ${ac_tool_prefix}dllwrap; ac_word=$2
6378 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6379 $as_echo_n "checking for $ac_word... " >&6; }
6380 if test "${ac_cv_prog_DLLWRAP+set}" = set; then :
6381 $as_echo_n "(cached) " >&6
6382 else
6383 if test -n "$DLLWRAP"; then
6384 ac_cv_prog_DLLWRAP="$DLLWRAP" # Let the user override the test.
6385 else
6386 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6387 for as_dir in $PATH
6389 IFS=$as_save_IFS
6390 test -z "$as_dir" && as_dir=.
6391 for ac_exec_ext in '' $ac_executable_extensions; do
6392 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6393 ac_cv_prog_DLLWRAP="${ac_tool_prefix}dllwrap"
6394 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6395 break 2
6397 done
6398 done
6399 IFS=$as_save_IFS
6403 DLLWRAP=$ac_cv_prog_DLLWRAP
6404 if test -n "$DLLWRAP"; then
6405 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLWRAP" >&5
6406 $as_echo "$DLLWRAP" >&6; }
6407 else
6408 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6409 $as_echo "no" >&6; }
6414 if test -z "$ac_cv_prog_DLLWRAP"; then
6415 ac_ct_DLLWRAP=$DLLWRAP
6416 # Extract the first word of "dllwrap", so it can be a program name with args.
6417 set dummy dllwrap; ac_word=$2
6418 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6419 $as_echo_n "checking for $ac_word... " >&6; }
6420 if test "${ac_cv_prog_ac_ct_DLLWRAP+set}" = set; then :
6421 $as_echo_n "(cached) " >&6
6422 else
6423 if test -n "$ac_ct_DLLWRAP"; then
6424 ac_cv_prog_ac_ct_DLLWRAP="$ac_ct_DLLWRAP" # Let the user override the test.
6425 else
6426 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6427 for as_dir in $PATH
6429 IFS=$as_save_IFS
6430 test -z "$as_dir" && as_dir=.
6431 for ac_exec_ext in '' $ac_executable_extensions; do
6432 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6433 ac_cv_prog_ac_ct_DLLWRAP="dllwrap"
6434 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6435 break 2
6437 done
6438 done
6439 IFS=$as_save_IFS
6443 ac_ct_DLLWRAP=$ac_cv_prog_ac_ct_DLLWRAP
6444 if test -n "$ac_ct_DLLWRAP"; then
6445 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DLLWRAP" >&5
6446 $as_echo "$ac_ct_DLLWRAP" >&6; }
6447 else
6448 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6449 $as_echo "no" >&6; }
6452 if test "x$ac_ct_DLLWRAP" = x; then
6453 DLLWRAP="false"
6454 else
6455 case $cross_compiling:$ac_tool_warned in
6456 yes:)
6457 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6458 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6459 ac_tool_warned=yes ;;
6460 esac
6461 DLLWRAP=$ac_ct_DLLWRAP
6463 else
6464 DLLWRAP="$ac_cv_prog_DLLWRAP"
6467 if test "$DLLWRAP" = "false"; then
6468 LIBEXT="a"
6469 else
6470 LIBEXT="dll"
6472 IMPLIBEXT="a"
6473 STATIC_IMPLIBEXT="a"
6474 enable_iphlpapi=${enable_iphlpapi:-no}
6475 enable_kernel32=${enable_kernel32:-no}
6476 enable_msvcrt=${enable_msvcrt:-no}
6477 enable_ntdll=${enable_ntdll:-no}
6478 enable_ws2_32=${enable_ws2_32:-no}
6479 enable_loader=${enable_loader:-no}
6480 enable_server=${enable_server:-no}
6481 with_x=${with_x:-no}
6482 with_pthread=${with_pthread:-no}
6484 darwin*|macosx*)
6485 DLLEXT=".so"
6486 LIBEXT="dylib"
6487 DLLFLAGS="$DLLFLAGS -fPIC"
6488 LDDLLFLAGS="-bundle -multiply_defined suppress"
6489 LIBWINE_LDFLAGS="-multiply_defined suppress"
6490 LDSHARED="\$(CC) -dynamiclib"
6491 STRIP="$STRIP -x"
6492 LDRPATH_LOCAL="&& install_name_tool -change @executable_path/\`\$(RELPATH) \$(bindir) \$(libdir)\`/libwine.1.dylib @executable_path/\$(TOPOBJDIR)/libs/wine/libwine.1.dylib \$@ || \$(RM) \$@"
6493 SECURITYLIB="-framework Security -framework CoreFoundation"
6495 COREFOUNDATIONLIB="-framework CoreFoundation"
6497 IOKITLIB="-framework IOKit -framework CoreFoundation"
6499 LDEXECFLAGS="-image_base 0x7bf00000 -Wl,-segaddr,WINE_DOS,0x00000000,-segaddr,WINE_SHAREDHEAP,0x7f000000"
6501 if test "$ac_cv_header_DiskArbitration_DiskArbitration_h" = "yes"
6502 then
6503 DISKARBITRATIONLIB="-framework DiskArbitration -framework CoreFoundation"
6506 if test "$ac_cv_header_CoreAudio_CoreAudio_h" = "yes" -a "$ac_cv_header_AudioUnit_AudioUnit_h" = "yes"
6507 then
6508 COREAUDIO="-framework CoreAudio -framework AudioUnit -framework CoreServices -framework AudioToolbox -framework CoreMIDI"
6511 if test "$ac_cv_header_OpenAL_al_h" = "yes"
6512 then
6513 FRAMEWORK_OPENAL="-framework OpenAL"
6516 cat >>confdefs.h <<_ACEOF
6517 #define HAVE_OPENAL 1
6518 _ACEOF
6520 ac_cv_lib_openal=yes
6522 if test "$ac_cv_header_IOKit_hid_IOHIDLib_h" = "yes"
6523 then
6524 ac_save_LIBS="$LIBS"
6525 LIBS="$LIBS $IOKITLIB"
6526 for ac_func in IOHIDManagerCreate
6527 do :
6528 ac_fn_c_check_func "$LINENO" "IOHIDManagerCreate" "ac_cv_func_IOHIDManagerCreate"
6529 if test "x$ac_cv_func_IOHIDManagerCreate" = x""yes; then :
6530 cat >>confdefs.h <<_ACEOF
6531 #define HAVE_IOHIDMANAGERCREATE 1
6532 _ACEOF
6535 done
6537 LIBS="$ac_save_LIBS"
6539 case $host_cpu in
6540 *powerpc*)
6541 LDDLLFLAGS="$LDDLLFLAGS -read_only_relocs warning" ;;
6542 esac
6543 if test "$ac_cv_header_Carbon_Carbon_h" = "yes"
6544 then
6545 CARBONLIB="-framework Carbon"
6547 enable_winequartz_drv=${enable_winequartz_drv:-yes}
6549 if test "x$enable_win16" = "xyes"
6550 then
6551 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether 16-bit code can be built correctly" >&5
6552 $as_echo_n "checking whether 16-bit code can be built correctly... " >&6; }
6553 if test "$cross_compiling" = yes; then :
6554 { $as_echo "$as_me:${as_lineno-$LINENO}: result: cross-compiling, assuming yes" >&5
6555 $as_echo "cross-compiling, assuming yes" >&6; }
6556 else
6557 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6558 /* end confdefs.h. */
6559 asm(".text\n"
6560 "bad:\tnop;nop\n"
6561 "good:\tnop;nop\n\t"
6562 ".globl _testfunc\n"
6563 "_testfunc:\tcallw good");
6564 extern void testfunc();
6566 main ()
6568 unsigned short *p = (unsigned short *)testfunc;
6569 return p[0] != 0xe866 || p[1] != 0xfffa
6571 return 0;
6573 _ACEOF
6574 if ac_fn_c_try_run "$LINENO"; then :
6575 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6576 $as_echo "yes" >&6; }
6577 else
6578 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6579 $as_echo "no" >&6; }
6580 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
6582 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
6583 conftest.$ac_objext conftest.beam conftest.$ac_ext
6589 DLLFLAGS="$DLLFLAGS -fPIC"
6590 DLLEXT=".so"
6591 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can build a GNU style ELF dll" >&5
6592 $as_echo_n "checking whether we can build a GNU style ELF dll... " >&6; }
6593 if test "${ac_cv_c_dll_gnuelf+set}" = set; then :
6594 $as_echo_n "(cached) " >&6
6595 else
6596 ac_wine_try_cflags_saved=$CFLAGS
6597 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic"
6598 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6599 /* end confdefs.h. */
6600 void myfunc() {}
6601 _ACEOF
6602 if ac_fn_c_try_link "$LINENO"; then :
6603 ac_cv_c_dll_gnuelf="yes"
6604 else
6605 ac_cv_c_dll_gnuelf="no"
6607 rm -f core conftest.err conftest.$ac_objext \
6608 conftest$ac_exeext conftest.$ac_ext
6609 CFLAGS=$ac_wine_try_cflags_saved
6611 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dll_gnuelf" >&5
6612 $as_echo "$ac_cv_c_dll_gnuelf" >&6; }
6613 if test "$ac_cv_c_dll_gnuelf" = "yes"
6614 then
6615 LDSHARED="\$(CC) -shared"
6616 LDDLLFLAGS="-shared -Wl,-Bsymbolic"
6617 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1" >&5
6618 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1... " >&6; }
6619 if test "${ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1+set}" = set; then :
6620 $as_echo_n "(cached) " >&6
6621 else
6622 ac_wine_try_cflags_saved=$CFLAGS
6623 CFLAGS="$CFLAGS -fPIC -shared -Wl,-soname,confest.so.1"
6624 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6625 /* end confdefs.h. */
6626 int main(int argc, char **argv) { return 0; }
6627 _ACEOF
6628 if ac_fn_c_try_link "$LINENO"; then :
6629 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=yes
6630 else
6631 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=no
6633 rm -f core conftest.err conftest.$ac_objext \
6634 conftest$ac_exeext conftest.$ac_ext
6635 CFLAGS=$ac_wine_try_cflags_saved
6637 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&5
6638 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&6; }
6639 if test $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1 = yes; then :
6640 LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-soname,%)"
6641 else
6642 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1" >&5
6643 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1... " >&6; }
6644 if test "${ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1+set}" = set; then :
6645 $as_echo_n "(cached) " >&6
6646 else
6647 ac_wine_try_cflags_saved=$CFLAGS
6648 CFLAGS="$CFLAGS -fPIC -shared -Wl,-h,confest.so.1"
6649 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6650 /* end confdefs.h. */
6651 int main(int argc, char **argv) { return 0; }
6652 _ACEOF
6653 if ac_fn_c_try_link "$LINENO"; then :
6654 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=yes
6655 else
6656 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=no
6658 rm -f core conftest.err conftest.$ac_objext \
6659 conftest$ac_exeext conftest.$ac_ext
6660 CFLAGS=$ac_wine_try_cflags_saved
6662 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&5
6663 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&6; }
6664 if test $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1 = yes; then :
6665 LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-h,%)"
6669 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs" >&5
6670 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs... " >&6; }
6671 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs+set}" = set; then :
6672 $as_echo_n "(cached) " >&6
6673 else
6674 ac_wine_try_cflags_saved=$CFLAGS
6675 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-z,defs"
6676 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6677 /* end confdefs.h. */
6678 int main(int argc, char **argv) { return 0; }
6679 _ACEOF
6680 if ac_fn_c_try_link "$LINENO"; then :
6681 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=yes
6682 else
6683 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=no
6685 rm -f core conftest.err conftest.$ac_objext \
6686 conftest$ac_exeext conftest.$ac_ext
6687 CFLAGS=$ac_wine_try_cflags_saved
6689 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&5
6690 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&6; }
6691 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs = yes; then :
6692 LDDLLFLAGS="$LDDLLFLAGS,-z,defs"
6695 { $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
6696 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini... " >&6; }
6697 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini+set}" = set; then :
6698 $as_echo_n "(cached) " >&6
6699 else
6700 ac_wine_try_cflags_saved=$CFLAGS
6701 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini"
6702 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6703 /* end confdefs.h. */
6704 int main(int argc, char **argv) { return 0; }
6705 _ACEOF
6706 if ac_fn_c_try_link "$LINENO"; then :
6707 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=yes
6708 else
6709 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=no
6711 rm -f core conftest.err conftest.$ac_objext \
6712 conftest$ac_exeext conftest.$ac_ext
6713 CFLAGS=$ac_wine_try_cflags_saved
6715 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&5
6716 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&6; }
6717 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini = yes; then :
6718 LDDLLFLAGS="$LDDLLFLAGS,-init,__wine_spec_init,-fini,__wine_spec_fini"
6721 echo '{ global: *; };' >conftest.map
6722 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map" >&5
6723 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map... " >&6; }
6724 if test "${ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map+set}" = set; then :
6725 $as_echo_n "(cached) " >&6
6726 else
6727 ac_wine_try_cflags_saved=$CFLAGS
6728 CFLAGS="$CFLAGS -fPIC -shared -Wl,--version-script=conftest.map"
6729 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6730 /* end confdefs.h. */
6731 int main(int argc, char **argv) { return 0; }
6732 _ACEOF
6733 if ac_fn_c_try_link "$LINENO"; then :
6734 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=yes
6735 else
6736 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=no
6738 rm -f core conftest.err conftest.$ac_objext \
6739 conftest$ac_exeext conftest.$ac_ext
6740 CFLAGS=$ac_wine_try_cflags_saved
6742 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&5
6743 $as_echo "$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&6; }
6744 if test $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map = yes; then :
6745 LDSHARED="$LDSHARED \$(VERSCRIPT:%=-Wl,--version-script=%)"
6747 rm -f conftest.map
6749 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
6750 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--export-dynamic... " >&6; }
6751 if test "${ac_cv_cflags__fPIC__Wl___export_dynamic+set}" = set; then :
6752 $as_echo_n "(cached) " >&6
6753 else
6754 ac_wine_try_cflags_saved=$CFLAGS
6755 CFLAGS="$CFLAGS -fPIC -Wl,--export-dynamic"
6756 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6757 /* end confdefs.h. */
6758 int main(int argc, char **argv) { return 0; }
6759 _ACEOF
6760 if ac_fn_c_try_link "$LINENO"; then :
6761 ac_cv_cflags__fPIC__Wl___export_dynamic=yes
6762 else
6763 ac_cv_cflags__fPIC__Wl___export_dynamic=no
6765 rm -f core conftest.err conftest.$ac_objext \
6766 conftest$ac_exeext conftest.$ac_ext
6767 CFLAGS=$ac_wine_try_cflags_saved
6769 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
6770 $as_echo "$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
6771 if test $ac_cv_cflags__fPIC__Wl___export_dynamic = yes; then :
6772 LDEXECFLAGS="-Wl,--export-dynamic"
6776 as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,--rpath,\\$ORIGIN/../lib" | $as_tr_sh`
6777 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
6778 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... " >&6; }
6779 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then :
6780 $as_echo_n "(cached) " >&6
6781 else
6782 ac_wine_try_cflags_saved=$CFLAGS
6783 CFLAGS="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
6784 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6785 /* end confdefs.h. */
6786 int main(int argc, char **argv) { return 0; }
6787 _ACEOF
6788 if ac_fn_c_try_link "$LINENO"; then :
6789 eval "$as_ac_var=yes"
6790 else
6791 eval "$as_ac_var=no"
6793 rm -f core conftest.err conftest.$ac_objext \
6794 conftest$ac_exeext conftest.$ac_ext
6795 CFLAGS=$ac_wine_try_cflags_saved
6797 eval ac_res=\$$as_ac_var
6798 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
6799 $as_echo "$ac_res" >&6; }
6800 if test `eval 'as_val=${'$as_ac_var'};$as_echo "$as_val"'` = yes; then :
6801 LDRPATH_INSTALL="-Wl,--rpath,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
6802 LDRPATH_LOCAL="-Wl,--rpath,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
6803 else
6804 as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,-R,\\$ORIGIN/../lib" | $as_tr_sh`
6805 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
6806 $as_echo_n "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... " >&6; }
6807 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then :
6808 $as_echo_n "(cached) " >&6
6809 else
6810 ac_wine_try_cflags_saved=$CFLAGS
6811 CFLAGS="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
6812 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6813 /* end confdefs.h. */
6814 int main(int argc, char **argv) { return 0; }
6815 _ACEOF
6816 if ac_fn_c_try_link "$LINENO"; then :
6817 eval "$as_ac_var=yes"
6818 else
6819 eval "$as_ac_var=no"
6821 rm -f core conftest.err conftest.$ac_objext \
6822 conftest$ac_exeext conftest.$ac_ext
6823 CFLAGS=$ac_wine_try_cflags_saved
6825 eval ac_res=\$$as_ac_var
6826 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
6827 $as_echo "$ac_res" >&6; }
6828 if test `eval 'as_val=${'$as_ac_var'};$as_echo "$as_val"'` = yes; then :
6829 LDRPATH_INSTALL="-Wl,-R,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
6830 LDRPATH_LOCAL="-Wl,-R,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
6834 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
6835 $as_echo_n "checking whether the compiler supports -Wl,--enable-new-dtags... " >&6; }
6836 if test "${ac_cv_cflags__Wl___enable_new_dtags+set}" = set; then :
6837 $as_echo_n "(cached) " >&6
6838 else
6839 ac_wine_try_cflags_saved=$CFLAGS
6840 CFLAGS="$CFLAGS -Wl,--enable-new-dtags"
6841 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6842 /* end confdefs.h. */
6843 int main(int argc, char **argv) { return 0; }
6844 _ACEOF
6845 if ac_fn_c_try_link "$LINENO"; then :
6846 ac_cv_cflags__Wl___enable_new_dtags=yes
6847 else
6848 ac_cv_cflags__Wl___enable_new_dtags=no
6850 rm -f core conftest.err conftest.$ac_objext \
6851 conftest$ac_exeext conftest.$ac_ext
6852 CFLAGS=$ac_wine_try_cflags_saved
6854 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
6855 $as_echo "$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
6856 if test $ac_cv_cflags__Wl___enable_new_dtags = yes; then :
6857 LDRPATH_INSTALL="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
6860 case $host_cpu in
6861 *i[3456789]86* | x86_64)
6862 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400" >&5
6863 $as_echo_n "checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400... " >&6; }
6864 if test "${ac_cv_cflags__Wl___section_start__interp_0x7bf00400+set}" = set; then :
6865 $as_echo_n "(cached) " >&6
6866 else
6867 ac_wine_try_cflags_saved=$CFLAGS
6868 CFLAGS="$CFLAGS -Wl,--section-start,.interp=0x7bf00400"
6869 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6870 /* end confdefs.h. */
6871 int main(int argc, char **argv) { return 0; }
6872 _ACEOF
6873 if ac_fn_c_try_link "$LINENO"; then :
6874 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=yes
6875 else
6876 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=no
6878 rm -f core conftest.err conftest.$ac_objext \
6879 conftest$ac_exeext conftest.$ac_ext
6880 CFLAGS=$ac_wine_try_cflags_saved
6882 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&5
6883 $as_echo "$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&6; }
6884 if test $ac_cv_cflags__Wl___section_start__interp_0x7bf00400 = yes; then :
6885 LDEXECFLAGS="$LDEXECFLAGS -Wl,--section-start,.interp=0x7bf00400"
6887 # Extract the first word of "prelink", so it can be a program name with args.
6888 set dummy prelink; ac_word=$2
6889 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6890 $as_echo_n "checking for $ac_word... " >&6; }
6891 if test "${ac_cv_path_PRELINK+set}" = set; then :
6892 $as_echo_n "(cached) " >&6
6893 else
6894 case $PRELINK in
6895 [\\/]* | ?:[\\/]*)
6896 ac_cv_path_PRELINK="$PRELINK" # Let the user override the test with a path.
6899 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6900 for as_dir in /sbin /usr/sbin $PATH
6902 IFS=$as_save_IFS
6903 test -z "$as_dir" && as_dir=.
6904 for ac_exec_ext in '' $ac_executable_extensions; do
6905 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6906 ac_cv_path_PRELINK="$as_dir/$ac_word$ac_exec_ext"
6907 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6908 break 2
6910 done
6911 done
6912 IFS=$as_save_IFS
6914 test -z "$ac_cv_path_PRELINK" && ac_cv_path_PRELINK="false"
6916 esac
6918 PRELINK=$ac_cv_path_PRELINK
6919 if test -n "$PRELINK"; then
6920 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PRELINK" >&5
6921 $as_echo "$PRELINK" >&6; }
6922 else
6923 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6924 $as_echo "no" >&6; }
6928 if test "x$PRELINK" = xfalse
6929 then
6930 as_fn_append wine_warnings "|prelink not found, base address of core dlls won't be set correctly."
6933 esac
6935 else
6936 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can build a UnixWare (Solaris) dll" >&5
6937 $as_echo_n "checking whether we can build a UnixWare (Solaris) dll... " >&6; }
6938 if test "${ac_cv_c_dll_unixware+set}" = set; then :
6939 $as_echo_n "(cached) " >&6
6940 else
6941 ac_wine_try_cflags_saved=$CFLAGS
6942 CFLAGS="$CFLAGS -fPIC -Wl,-G,-h,conftest.so.1.0,-B,symbolic"
6943 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6944 /* end confdefs.h. */
6945 void myfunc() {}
6946 _ACEOF
6947 if ac_fn_c_try_link "$LINENO"; then :
6948 ac_cv_c_dll_unixware="yes"
6949 else
6950 ac_cv_c_dll_unixware="no"
6952 rm -f core conftest.err conftest.$ac_objext \
6953 conftest$ac_exeext conftest.$ac_ext
6954 CFLAGS=$ac_wine_try_cflags_saved
6956 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dll_unixware" >&5
6957 $as_echo "$ac_cv_c_dll_unixware" >&6; }
6958 if test "$ac_cv_c_dll_unixware" = "yes"
6959 then
6960 LDSHARED="\$(CC) -Wl,-G \$(SONAME:%=-Wl,-h,%)"
6961 LDDLLFLAGS="-Wl,-G,-B,symbolic"
6963 else
6964 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can build an HP-UX dll" >&5
6965 $as_echo_n "checking whether we can build an HP-UX dll... " >&6; }
6966 if test "${ac_cv_c_dll_hpux+set}" = set; then :
6967 $as_echo_n "(cached) " >&6
6968 else
6969 ac_wine_try_cflags_saved=$CFLAGS
6970 CFLAGS="$CFLAGS -shared"
6971 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6972 /* end confdefs.h. */
6973 void myfunc() {}
6974 _ACEOF
6975 if ac_fn_c_try_link "$LINENO"; then :
6976 ac_cv_c_dll_hpux="yes"
6977 else
6978 ac_cv_c_dll_hpux="no"
6980 rm -f core conftest.err conftest.$ac_objext \
6981 conftest$ac_exeext conftest.$ac_ext
6982 CFLAGS=$ac_wine_try_cflags_saved
6984 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dll_hpux" >&5
6985 $as_echo "$ac_cv_c_dll_hpux" >&6; }
6986 if test "$ac_cv_c_dll_hpux" = "yes"
6987 then
6988 LIBEXT="sl"
6989 DLLEXT=".sl"
6990 LDDLLFLAGS="-shared -fPIC"
6991 LDSHARED="\$(CC) -shared"
6996 esac
6998 enable_winequartz_drv=${enable_winequartz_drv:-no}
7000 if test "$LIBEXT" = "a"; then
7001 as_fn_error "could not find a way to build shared libraries.
7002 It is currently not possible to build Wine without shared library
7003 (.so) support to allow transparent switch between .so and .dll files.
7004 If you are using Linux, you will need a newer binutils.
7005 " "$LINENO" 5
7008 CROSSTEST_DISABLE=\#
7010 if test "$cross_compiling" = "no" -a "x$enable_tests" != xno -a "$LIBEXT" != "dll"
7011 then
7012 case "$host_cpu" in
7013 i[3456789]86*)
7014 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 " ;;
7015 x86_64)
7016 ac_prefix_list="x86_64-pc-mingw32-gcc x86_64-w64-mingw32-gcc " ;;
7018 ac_prefix_list="" ;;
7019 esac
7020 for ac_prog in $ac_prefix_list
7022 # Extract the first word of "$ac_prog", so it can be a program name with args.
7023 set dummy $ac_prog; ac_word=$2
7024 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7025 $as_echo_n "checking for $ac_word... " >&6; }
7026 if test "${ac_cv_prog_CROSSCC+set}" = set; then :
7027 $as_echo_n "(cached) " >&6
7028 else
7029 if test -n "$CROSSCC"; then
7030 ac_cv_prog_CROSSCC="$CROSSCC" # Let the user override the test.
7031 else
7032 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7033 for as_dir in $PATH
7035 IFS=$as_save_IFS
7036 test -z "$as_dir" && as_dir=.
7037 for ac_exec_ext in '' $ac_executable_extensions; do
7038 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7039 ac_cv_prog_CROSSCC="$ac_prog"
7040 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7041 break 2
7043 done
7044 done
7045 IFS=$as_save_IFS
7049 CROSSCC=$ac_cv_prog_CROSSCC
7050 if test -n "$CROSSCC"; then
7051 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CROSSCC" >&5
7052 $as_echo "$CROSSCC" >&6; }
7053 else
7054 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7055 $as_echo "no" >&6; }
7059 test -n "$CROSSCC" && break
7060 done
7061 test -n "$CROSSCC" || CROSSCC="false"
7063 if test "$CROSSCC" != "false"
7064 then
7065 ac_save_CC="$CC"
7066 CC="$CROSSCC"
7067 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CROSSCC works" >&5
7068 $as_echo_n "checking whether $CROSSCC works... " >&6; }
7069 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7070 /* end confdefs.h. */
7073 main ()
7077 return 0;
7079 _ACEOF
7080 if ac_fn_c_try_compile "$LINENO"; then :
7081 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
7082 $as_echo "yes" >&6; }
7083 set x $CROSSCC
7084 shift
7085 target=""
7086 while test $# -ge 1
7088 case "$1" in
7089 *-gcc) target=`expr "$1" : '\(.*\)-gcc'` ;;
7090 esac
7091 shift
7092 done
7093 if test -n "$target"
7094 then
7095 CROSSTEST_DISABLE=""
7096 CROSSTARGET="$target"
7099 else
7100 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7101 $as_echo "no" >&6; }
7103 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7104 CC="$ac_save_CC"
7109 if test "$ac_cv_header_pthread_h" = "yes"
7110 then
7111 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pthread_create in -lpthread" >&5
7112 $as_echo_n "checking for pthread_create in -lpthread... " >&6; }
7113 if test "${ac_cv_lib_pthread_pthread_create+set}" = set; then :
7114 $as_echo_n "(cached) " >&6
7115 else
7116 ac_check_lib_save_LIBS=$LIBS
7117 LIBS="-lpthread $LIBS"
7118 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7119 /* end confdefs.h. */
7121 /* Override any GCC internal prototype to avoid an error.
7122 Use char because int might match the return type of a GCC
7123 builtin and then its argument prototype would still apply. */
7124 #ifdef __cplusplus
7125 extern "C"
7126 #endif
7127 char pthread_create ();
7129 main ()
7131 return pthread_create ();
7133 return 0;
7135 _ACEOF
7136 if ac_fn_c_try_link "$LINENO"; then :
7137 ac_cv_lib_pthread_pthread_create=yes
7138 else
7139 ac_cv_lib_pthread_pthread_create=no
7141 rm -f core conftest.err conftest.$ac_objext \
7142 conftest$ac_exeext conftest.$ac_ext
7143 LIBS=$ac_check_lib_save_LIBS
7145 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pthread_pthread_create" >&5
7146 $as_echo "$ac_cv_lib_pthread_pthread_create" >&6; }
7147 if test "x$ac_cv_lib_pthread_pthread_create" = x""yes; then :
7148 LIBPTHREAD="-lpthread"
7153 if test "x$LIBPTHREAD" = "x"; then :
7154 case "x$with_pthread" in
7155 xno) ;;
7156 *) as_fn_error "pthread ${notice_platform}development files not found.
7157 Wine cannot support threads without libpthread.
7158 Use the --without-pthread option if you really want this." "$LINENO" 5 ;;
7159 esac
7163 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for X" >&5
7164 $as_echo_n "checking for X... " >&6; }
7167 # Check whether --with-x was given.
7168 if test "${with_x+set}" = set; then :
7169 withval=$with_x;
7172 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
7173 if test "x$with_x" = xno; then
7174 # The user explicitly disabled X.
7175 have_x=disabled
7176 else
7177 case $x_includes,$x_libraries in #(
7178 *\'*) as_fn_error "cannot use X directory names containing '" "$LINENO" 5;; #(
7179 *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then :
7180 $as_echo_n "(cached) " >&6
7181 else
7182 # One or both of the vars are not set, and there is no cached value.
7183 ac_x_includes=no ac_x_libraries=no
7184 rm -f -r conftest.dir
7185 if mkdir conftest.dir; then
7186 cd conftest.dir
7187 cat >Imakefile <<'_ACEOF'
7188 incroot:
7189 @echo incroot='${INCROOT}'
7190 usrlibdir:
7191 @echo usrlibdir='${USRLIBDIR}'
7192 libdir:
7193 @echo libdir='${LIBDIR}'
7194 _ACEOF
7195 if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
7196 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
7197 for ac_var in incroot usrlibdir libdir; do
7198 eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
7199 done
7200 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
7201 for ac_extension in a so sl dylib la dll; do
7202 if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
7203 test -f "$ac_im_libdir/libX11.$ac_extension"; then
7204 ac_im_usrlibdir=$ac_im_libdir; break
7206 done
7207 # Screen out bogus values from the imake configuration. They are
7208 # bogus both because they are the default anyway, and because
7209 # using them would break gcc on systems where it needs fixed includes.
7210 case $ac_im_incroot in
7211 /usr/include) ac_x_includes= ;;
7212 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
7213 esac
7214 case $ac_im_usrlibdir in
7215 /usr/lib | /usr/lib64 | /lib | /lib64) ;;
7216 *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
7217 esac
7219 cd ..
7220 rm -f -r conftest.dir
7223 # Standard set of common directories for X headers.
7224 # Check X11 before X11Rn because it is often a symlink to the current release.
7225 ac_x_header_dirs='
7226 /usr/X11/include
7227 /usr/X11R7/include
7228 /usr/X11R6/include
7229 /usr/X11R5/include
7230 /usr/X11R4/include
7232 /usr/include/X11
7233 /usr/include/X11R7
7234 /usr/include/X11R6
7235 /usr/include/X11R5
7236 /usr/include/X11R4
7238 /usr/local/X11/include
7239 /usr/local/X11R7/include
7240 /usr/local/X11R6/include
7241 /usr/local/X11R5/include
7242 /usr/local/X11R4/include
7244 /usr/local/include/X11
7245 /usr/local/include/X11R7
7246 /usr/local/include/X11R6
7247 /usr/local/include/X11R5
7248 /usr/local/include/X11R4
7250 /usr/X386/include
7251 /usr/x386/include
7252 /usr/XFree86/include/X11
7254 /usr/include
7255 /usr/local/include
7256 /usr/unsupported/include
7257 /usr/athena/include
7258 /usr/local/x11r5/include
7259 /usr/lpp/Xamples/include
7261 /usr/openwin/include
7262 /usr/openwin/share/include'
7264 if test "$ac_x_includes" = no; then
7265 # Guess where to find include files, by looking for Xlib.h.
7266 # First, try using that file with no special directory specified.
7267 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7268 /* end confdefs.h. */
7269 #include <X11/Xlib.h>
7270 _ACEOF
7271 if ac_fn_c_try_cpp "$LINENO"; then :
7272 # We can compile using X headers with no special include directory.
7273 ac_x_includes=
7274 else
7275 for ac_dir in $ac_x_header_dirs; do
7276 if test -r "$ac_dir/X11/Xlib.h"; then
7277 ac_x_includes=$ac_dir
7278 break
7280 done
7282 rm -f conftest.err conftest.$ac_ext
7283 fi # $ac_x_includes = no
7285 if test "$ac_x_libraries" = no; then
7286 # Check for the libraries.
7287 # See if we find them without any special options.
7288 # Don't add to $LIBS permanently.
7289 ac_save_LIBS=$LIBS
7290 LIBS="-lX11 $LIBS"
7291 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7292 /* end confdefs.h. */
7293 #include <X11/Xlib.h>
7295 main ()
7297 XrmInitialize ()
7299 return 0;
7301 _ACEOF
7302 if ac_fn_c_try_link "$LINENO"; then :
7303 LIBS=$ac_save_LIBS
7304 # We can link X programs with no special library path.
7305 ac_x_libraries=
7306 else
7307 LIBS=$ac_save_LIBS
7308 for ac_dir in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
7310 # Don't even attempt the hair of trying to link an X program!
7311 for ac_extension in a so sl dylib la dll; do
7312 if test -r "$ac_dir/libX11.$ac_extension"; then
7313 ac_x_libraries=$ac_dir
7314 break 2
7316 done
7317 done
7319 rm -f core conftest.err conftest.$ac_objext \
7320 conftest$ac_exeext conftest.$ac_ext
7321 fi # $ac_x_libraries = no
7323 case $ac_x_includes,$ac_x_libraries in #(
7324 no,* | *,no | *\'*)
7325 # Didn't find X, or a directory has "'" in its name.
7326 ac_cv_have_x="have_x=no";; #(
7328 # Record where we found X for the cache.
7329 ac_cv_have_x="have_x=yes\
7330 ac_x_includes='$ac_x_includes'\
7331 ac_x_libraries='$ac_x_libraries'"
7332 esac
7334 ;; #(
7335 *) have_x=yes;;
7336 esac
7337 eval "$ac_cv_have_x"
7338 fi # $with_x != no
7340 if test "$have_x" != yes; then
7341 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $have_x" >&5
7342 $as_echo "$have_x" >&6; }
7343 no_x=yes
7344 else
7345 # If each of the values was on the command line, it overrides each guess.
7346 test "x$x_includes" = xNONE && x_includes=$ac_x_includes
7347 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
7348 # Update the cache value to reflect the command line values.
7349 ac_cv_have_x="have_x=yes\
7350 ac_x_includes='$x_includes'\
7351 ac_x_libraries='$x_libraries'"
7352 { $as_echo "$as_me:${as_lineno-$LINENO}: result: libraries $x_libraries, headers $x_includes" >&5
7353 $as_echo "libraries $x_libraries, headers $x_includes" >&6; }
7356 if test "$no_x" = yes; then
7357 # Not all programs may use this symbol, but it does not hurt to define it.
7359 $as_echo "#define X_DISPLAY_MISSING 1" >>confdefs.h
7361 X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
7362 else
7363 if test -n "$x_includes"; then
7364 X_CFLAGS="$X_CFLAGS -I$x_includes"
7367 # It would also be nice to do this for all -L options, not just this one.
7368 if test -n "$x_libraries"; then
7369 X_LIBS="$X_LIBS -L$x_libraries"
7370 # For Solaris; some versions of Sun CC require a space after -R and
7371 # others require no space. Words are not sufficient . . . .
7372 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -R must be followed by a space" >&5
7373 $as_echo_n "checking whether -R must be followed by a space... " >&6; }
7374 ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
7375 ac_xsave_c_werror_flag=$ac_c_werror_flag
7376 ac_c_werror_flag=yes
7377 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7378 /* end confdefs.h. */
7381 main ()
7385 return 0;
7387 _ACEOF
7388 if ac_fn_c_try_link "$LINENO"; then :
7389 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7390 $as_echo "no" >&6; }
7391 X_LIBS="$X_LIBS -R$x_libraries"
7392 else
7393 LIBS="$ac_xsave_LIBS -R $x_libraries"
7394 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7395 /* end confdefs.h. */
7398 main ()
7402 return 0;
7404 _ACEOF
7405 if ac_fn_c_try_link "$LINENO"; then :
7406 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
7407 $as_echo "yes" >&6; }
7408 X_LIBS="$X_LIBS -R $x_libraries"
7409 else
7410 { $as_echo "$as_me:${as_lineno-$LINENO}: result: neither works" >&5
7411 $as_echo "neither works" >&6; }
7413 rm -f core conftest.err conftest.$ac_objext \
7414 conftest$ac_exeext conftest.$ac_ext
7416 rm -f core conftest.err conftest.$ac_objext \
7417 conftest$ac_exeext conftest.$ac_ext
7418 ac_c_werror_flag=$ac_xsave_c_werror_flag
7419 LIBS=$ac_xsave_LIBS
7422 # Check for system-dependent libraries X programs must link with.
7423 # Do this before checking for the system-independent R6 libraries
7424 # (-lICE), since we may need -lsocket or whatever for X linking.
7426 if test "$ISC" = yes; then
7427 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
7428 else
7429 # Martyn Johnson says this is needed for Ultrix, if the X
7430 # libraries were built with DECnet support. And Karl Berry says
7431 # the Alpha needs dnet_stub (dnet does not exist).
7432 ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
7433 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7434 /* end confdefs.h. */
7436 /* Override any GCC internal prototype to avoid an error.
7437 Use char because int might match the return type of a GCC
7438 builtin and then its argument prototype would still apply. */
7439 #ifdef __cplusplus
7440 extern "C"
7441 #endif
7442 char XOpenDisplay ();
7444 main ()
7446 return XOpenDisplay ();
7448 return 0;
7450 _ACEOF
7451 if ac_fn_c_try_link "$LINENO"; then :
7453 else
7454 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet" >&5
7455 $as_echo_n "checking for dnet_ntoa in -ldnet... " >&6; }
7456 if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then :
7457 $as_echo_n "(cached) " >&6
7458 else
7459 ac_check_lib_save_LIBS=$LIBS
7460 LIBS="-ldnet $LIBS"
7461 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7462 /* end confdefs.h. */
7464 /* Override any GCC internal prototype to avoid an error.
7465 Use char because int might match the return type of a GCC
7466 builtin and then its argument prototype would still apply. */
7467 #ifdef __cplusplus
7468 extern "C"
7469 #endif
7470 char dnet_ntoa ();
7472 main ()
7474 return dnet_ntoa ();
7476 return 0;
7478 _ACEOF
7479 if ac_fn_c_try_link "$LINENO"; then :
7480 ac_cv_lib_dnet_dnet_ntoa=yes
7481 else
7482 ac_cv_lib_dnet_dnet_ntoa=no
7484 rm -f core conftest.err conftest.$ac_objext \
7485 conftest$ac_exeext conftest.$ac_ext
7486 LIBS=$ac_check_lib_save_LIBS
7488 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
7489 $as_echo "$ac_cv_lib_dnet_dnet_ntoa" >&6; }
7490 if test "x$ac_cv_lib_dnet_dnet_ntoa" = x""yes; then :
7491 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
7494 if test $ac_cv_lib_dnet_dnet_ntoa = no; then
7495 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet_stub" >&5
7496 $as_echo_n "checking for dnet_ntoa in -ldnet_stub... " >&6; }
7497 if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then :
7498 $as_echo_n "(cached) " >&6
7499 else
7500 ac_check_lib_save_LIBS=$LIBS
7501 LIBS="-ldnet_stub $LIBS"
7502 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7503 /* end confdefs.h. */
7505 /* Override any GCC internal prototype to avoid an error.
7506 Use char because int might match the return type of a GCC
7507 builtin and then its argument prototype would still apply. */
7508 #ifdef __cplusplus
7509 extern "C"
7510 #endif
7511 char dnet_ntoa ();
7513 main ()
7515 return dnet_ntoa ();
7517 return 0;
7519 _ACEOF
7520 if ac_fn_c_try_link "$LINENO"; then :
7521 ac_cv_lib_dnet_stub_dnet_ntoa=yes
7522 else
7523 ac_cv_lib_dnet_stub_dnet_ntoa=no
7525 rm -f core conftest.err conftest.$ac_objext \
7526 conftest$ac_exeext conftest.$ac_ext
7527 LIBS=$ac_check_lib_save_LIBS
7529 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
7530 $as_echo "$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
7531 if test "x$ac_cv_lib_dnet_stub_dnet_ntoa" = x""yes; then :
7532 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
7537 rm -f core conftest.err conftest.$ac_objext \
7538 conftest$ac_exeext conftest.$ac_ext
7539 LIBS="$ac_xsave_LIBS"
7541 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
7542 # to get the SysV transport functions.
7543 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
7544 # needs -lnsl.
7545 # The nsl library prevents programs from opening the X display
7546 # on Irix 5.2, according to T.E. Dickey.
7547 # The functions gethostbyname, getservbyname, and inet_addr are
7548 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
7549 ac_fn_c_check_func "$LINENO" "gethostbyname" "ac_cv_func_gethostbyname"
7550 if test "x$ac_cv_func_gethostbyname" = x""yes; then :
7554 if test $ac_cv_func_gethostbyname = no; then
7555 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5
7556 $as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
7557 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then :
7558 $as_echo_n "(cached) " >&6
7559 else
7560 ac_check_lib_save_LIBS=$LIBS
7561 LIBS="-lnsl $LIBS"
7562 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7563 /* end confdefs.h. */
7565 /* Override any GCC internal prototype to avoid an error.
7566 Use char because int might match the return type of a GCC
7567 builtin and then its argument prototype would still apply. */
7568 #ifdef __cplusplus
7569 extern "C"
7570 #endif
7571 char gethostbyname ();
7573 main ()
7575 return gethostbyname ();
7577 return 0;
7579 _ACEOF
7580 if ac_fn_c_try_link "$LINENO"; then :
7581 ac_cv_lib_nsl_gethostbyname=yes
7582 else
7583 ac_cv_lib_nsl_gethostbyname=no
7585 rm -f core conftest.err conftest.$ac_objext \
7586 conftest$ac_exeext conftest.$ac_ext
7587 LIBS=$ac_check_lib_save_LIBS
7589 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5
7590 $as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
7591 if test "x$ac_cv_lib_nsl_gethostbyname" = x""yes; then :
7592 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
7595 if test $ac_cv_lib_nsl_gethostbyname = no; then
7596 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lbsd" >&5
7597 $as_echo_n "checking for gethostbyname in -lbsd... " >&6; }
7598 if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then :
7599 $as_echo_n "(cached) " >&6
7600 else
7601 ac_check_lib_save_LIBS=$LIBS
7602 LIBS="-lbsd $LIBS"
7603 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7604 /* end confdefs.h. */
7606 /* Override any GCC internal prototype to avoid an error.
7607 Use char because int might match the return type of a GCC
7608 builtin and then its argument prototype would still apply. */
7609 #ifdef __cplusplus
7610 extern "C"
7611 #endif
7612 char gethostbyname ();
7614 main ()
7616 return gethostbyname ();
7618 return 0;
7620 _ACEOF
7621 if ac_fn_c_try_link "$LINENO"; then :
7622 ac_cv_lib_bsd_gethostbyname=yes
7623 else
7624 ac_cv_lib_bsd_gethostbyname=no
7626 rm -f core conftest.err conftest.$ac_objext \
7627 conftest$ac_exeext conftest.$ac_ext
7628 LIBS=$ac_check_lib_save_LIBS
7630 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_bsd_gethostbyname" >&5
7631 $as_echo "$ac_cv_lib_bsd_gethostbyname" >&6; }
7632 if test "x$ac_cv_lib_bsd_gethostbyname" = x""yes; then :
7633 X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
7639 # lieder@skyler.mavd.honeywell.com says without -lsocket,
7640 # socket/setsockopt and other routines are undefined under SCO ODT
7641 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
7642 # on later versions), says Simon Leinen: it contains gethostby*
7643 # variants that don't use the name server (or something). -lsocket
7644 # must be given before -lnsl if both are needed. We assume that
7645 # if connect needs -lnsl, so does gethostbyname.
7646 ac_fn_c_check_func "$LINENO" "connect" "ac_cv_func_connect"
7647 if test "x$ac_cv_func_connect" = x""yes; then :
7651 if test $ac_cv_func_connect = no; then
7652 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for connect in -lsocket" >&5
7653 $as_echo_n "checking for connect in -lsocket... " >&6; }
7654 if test "${ac_cv_lib_socket_connect+set}" = set; then :
7655 $as_echo_n "(cached) " >&6
7656 else
7657 ac_check_lib_save_LIBS=$LIBS
7658 LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
7659 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7660 /* end confdefs.h. */
7662 /* Override any GCC internal prototype to avoid an error.
7663 Use char because int might match the return type of a GCC
7664 builtin and then its argument prototype would still apply. */
7665 #ifdef __cplusplus
7666 extern "C"
7667 #endif
7668 char connect ();
7670 main ()
7672 return connect ();
7674 return 0;
7676 _ACEOF
7677 if ac_fn_c_try_link "$LINENO"; then :
7678 ac_cv_lib_socket_connect=yes
7679 else
7680 ac_cv_lib_socket_connect=no
7682 rm -f core conftest.err conftest.$ac_objext \
7683 conftest$ac_exeext conftest.$ac_ext
7684 LIBS=$ac_check_lib_save_LIBS
7686 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_connect" >&5
7687 $as_echo "$ac_cv_lib_socket_connect" >&6; }
7688 if test "x$ac_cv_lib_socket_connect" = x""yes; then :
7689 X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
7694 # Guillermo Gomez says -lposix is necessary on A/UX.
7695 ac_fn_c_check_func "$LINENO" "remove" "ac_cv_func_remove"
7696 if test "x$ac_cv_func_remove" = x""yes; then :
7700 if test $ac_cv_func_remove = no; then
7701 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for remove in -lposix" >&5
7702 $as_echo_n "checking for remove in -lposix... " >&6; }
7703 if test "${ac_cv_lib_posix_remove+set}" = set; then :
7704 $as_echo_n "(cached) " >&6
7705 else
7706 ac_check_lib_save_LIBS=$LIBS
7707 LIBS="-lposix $LIBS"
7708 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7709 /* end confdefs.h. */
7711 /* Override any GCC internal prototype to avoid an error.
7712 Use char because int might match the return type of a GCC
7713 builtin and then its argument prototype would still apply. */
7714 #ifdef __cplusplus
7715 extern "C"
7716 #endif
7717 char remove ();
7719 main ()
7721 return remove ();
7723 return 0;
7725 _ACEOF
7726 if ac_fn_c_try_link "$LINENO"; then :
7727 ac_cv_lib_posix_remove=yes
7728 else
7729 ac_cv_lib_posix_remove=no
7731 rm -f core conftest.err conftest.$ac_objext \
7732 conftest$ac_exeext conftest.$ac_ext
7733 LIBS=$ac_check_lib_save_LIBS
7735 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_posix_remove" >&5
7736 $as_echo "$ac_cv_lib_posix_remove" >&6; }
7737 if test "x$ac_cv_lib_posix_remove" = x""yes; then :
7738 X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
7743 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
7744 ac_fn_c_check_func "$LINENO" "shmat" "ac_cv_func_shmat"
7745 if test "x$ac_cv_func_shmat" = x""yes; then :
7749 if test $ac_cv_func_shmat = no; then
7750 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shmat in -lipc" >&5
7751 $as_echo_n "checking for shmat in -lipc... " >&6; }
7752 if test "${ac_cv_lib_ipc_shmat+set}" = set; then :
7753 $as_echo_n "(cached) " >&6
7754 else
7755 ac_check_lib_save_LIBS=$LIBS
7756 LIBS="-lipc $LIBS"
7757 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7758 /* end confdefs.h. */
7760 /* Override any GCC internal prototype to avoid an error.
7761 Use char because int might match the return type of a GCC
7762 builtin and then its argument prototype would still apply. */
7763 #ifdef __cplusplus
7764 extern "C"
7765 #endif
7766 char shmat ();
7768 main ()
7770 return shmat ();
7772 return 0;
7774 _ACEOF
7775 if ac_fn_c_try_link "$LINENO"; then :
7776 ac_cv_lib_ipc_shmat=yes
7777 else
7778 ac_cv_lib_ipc_shmat=no
7780 rm -f core conftest.err conftest.$ac_objext \
7781 conftest$ac_exeext conftest.$ac_ext
7782 LIBS=$ac_check_lib_save_LIBS
7784 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ipc_shmat" >&5
7785 $as_echo "$ac_cv_lib_ipc_shmat" >&6; }
7786 if test "x$ac_cv_lib_ipc_shmat" = x""yes; then :
7787 X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
7793 # Check for libraries that X11R6 Xt/Xaw programs need.
7794 ac_save_LDFLAGS=$LDFLAGS
7795 test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
7796 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
7797 # check for ICE first), but we must link in the order -lSM -lICE or
7798 # we get undefined symbols. So assume we have SM if we have ICE.
7799 # These have to be linked with before -lX11, unlike the other
7800 # libraries we check for below, so use a different variable.
7801 # John Interrante, Karl Berry
7802 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for IceConnectionNumber in -lICE" >&5
7803 $as_echo_n "checking for IceConnectionNumber in -lICE... " >&6; }
7804 if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then :
7805 $as_echo_n "(cached) " >&6
7806 else
7807 ac_check_lib_save_LIBS=$LIBS
7808 LIBS="-lICE $X_EXTRA_LIBS $LIBS"
7809 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7810 /* end confdefs.h. */
7812 /* Override any GCC internal prototype to avoid an error.
7813 Use char because int might match the return type of a GCC
7814 builtin and then its argument prototype would still apply. */
7815 #ifdef __cplusplus
7816 extern "C"
7817 #endif
7818 char IceConnectionNumber ();
7820 main ()
7822 return IceConnectionNumber ();
7824 return 0;
7826 _ACEOF
7827 if ac_fn_c_try_link "$LINENO"; then :
7828 ac_cv_lib_ICE_IceConnectionNumber=yes
7829 else
7830 ac_cv_lib_ICE_IceConnectionNumber=no
7832 rm -f core conftest.err conftest.$ac_objext \
7833 conftest$ac_exeext conftest.$ac_ext
7834 LIBS=$ac_check_lib_save_LIBS
7836 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
7837 $as_echo "$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
7838 if test "x$ac_cv_lib_ICE_IceConnectionNumber" = x""yes; then :
7839 X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
7842 LDFLAGS=$ac_save_LDFLAGS
7847 if test "$have_x" = "yes"
7848 then
7849 XLIB="-lX11"
7850 ac_save_CPPFLAGS="$CPPFLAGS"
7851 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
7853 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lX11" >&5
7854 $as_echo_n "checking for -lX11... " >&6; }
7855 if test "${ac_cv_lib_soname_X11+set}" = set; then :
7856 $as_echo_n "(cached) " >&6
7857 else
7858 ac_check_soname_save_LIBS=$LIBS
7859 LIBS="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
7860 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7861 /* end confdefs.h. */
7863 /* Override any GCC internal prototype to avoid an error.
7864 Use char because int might match the return type of a GCC
7865 builtin and then its argument prototype would still apply. */
7866 #ifdef __cplusplus
7867 extern "C"
7868 #endif
7869 char XCreateWindow ();
7871 main ()
7873 return XCreateWindow ();
7875 return 0;
7877 _ACEOF
7878 if ac_fn_c_try_link "$LINENO"; then :
7879 case "$LIBEXT" in
7880 dll) ac_cv_lib_soname_X11=`$ac_cv_path_LDD conftest.exe | grep "X11" | sed -e "s/dll.*/dll/"';2,$d'` ;;
7881 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'` ;;
7882 *) ac_cv_lib_soname_X11=`$ac_cv_path_LDD conftest$ac_exeext | grep "libX11\\.$LIBEXT" | sed -e "s/^.*\(libX11\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
7883 esac
7885 rm -f core conftest.err conftest.$ac_objext \
7886 conftest$ac_exeext conftest.$ac_ext
7887 LIBS=$ac_check_soname_save_LIBS
7889 if test "x$ac_cv_lib_soname_X11" = "x"; then :
7890 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
7891 $as_echo "not found" >&6; }
7893 else
7894 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_X11" >&5
7895 $as_echo "$ac_cv_lib_soname_X11" >&6; }
7897 cat >>confdefs.h <<_ACEOF
7898 #define SONAME_LIBX11 "$ac_cv_lib_soname_X11"
7899 _ACEOF
7903 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXext" >&5
7904 $as_echo_n "checking for -lXext... " >&6; }
7905 if test "${ac_cv_lib_soname_Xext+set}" = set; then :
7906 $as_echo_n "(cached) " >&6
7907 else
7908 ac_check_soname_save_LIBS=$LIBS
7909 LIBS="-lXext $X_LIBS -lX11 $X_EXTRA_LIBS $LIBS"
7910 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7911 /* end confdefs.h. */
7913 /* Override any GCC internal prototype to avoid an error.
7914 Use char because int might match the return type of a GCC
7915 builtin and then its argument prototype would still apply. */
7916 #ifdef __cplusplus
7917 extern "C"
7918 #endif
7919 char XextCreateExtension ();
7921 main ()
7923 return XextCreateExtension ();
7925 return 0;
7927 _ACEOF
7928 if ac_fn_c_try_link "$LINENO"; then :
7929 case "$LIBEXT" in
7930 dll) ac_cv_lib_soname_Xext=`$ac_cv_path_LDD conftest.exe | grep "Xext" | sed -e "s/dll.*/dll/"';2,$d'` ;;
7931 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'` ;;
7932 *) ac_cv_lib_soname_Xext=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXext\\.$LIBEXT" | sed -e "s/^.*\(libXext\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
7933 esac
7935 rm -f core conftest.err conftest.$ac_objext \
7936 conftest$ac_exeext conftest.$ac_ext
7937 LIBS=$ac_check_soname_save_LIBS
7939 if test "x$ac_cv_lib_soname_Xext" = "x"; then :
7940 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
7941 $as_echo "not found" >&6; }
7943 else
7944 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xext" >&5
7945 $as_echo "$ac_cv_lib_soname_Xext" >&6; }
7947 cat >>confdefs.h <<_ACEOF
7948 #define SONAME_LIBXEXT "$ac_cv_lib_soname_Xext"
7949 _ACEOF
7951 XLIB="-lXext $XLIB"
7954 for ac_header in X11/Xlib.h \
7955 X11/XKBlib.h \
7956 X11/Xutil.h \
7957 X11/Xcursor/Xcursor.h \
7958 X11/extensions/shape.h \
7959 X11/extensions/XInput.h \
7960 X11/extensions/XShm.h \
7961 X11/extensions/Xcomposite.h \
7962 X11/extensions/Xinerama.h \
7963 X11/extensions/Xrandr.h \
7964 X11/extensions/Xrender.h \
7965 X11/extensions/xf86vmode.h \
7966 X11/extensions/xf86vmproto.h
7967 do :
7968 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7969 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_X11_XLIB_H
7970 # include <X11/Xlib.h>
7971 #endif
7972 #ifdef HAVE_X11_XUTIL_H
7973 # include <X11/Xutil.h>
7974 #endif
7976 eval as_val=\$$as_ac_Header
7977 if test "x$as_val" = x""yes; then :
7978 cat >>confdefs.h <<_ACEOF
7979 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7980 _ACEOF
7984 done
7987 if test "$ac_cv_header_X11_XKBlib_h" = "yes"
7988 then
7989 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XkbQueryExtension in -lX11" >&5
7990 $as_echo_n "checking for XkbQueryExtension in -lX11... " >&6; }
7991 if test "${ac_cv_lib_X11_XkbQueryExtension+set}" = set; then :
7992 $as_echo_n "(cached) " >&6
7993 else
7994 ac_check_lib_save_LIBS=$LIBS
7995 LIBS="-lX11 $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
7996 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7997 /* end confdefs.h. */
7999 /* Override any GCC internal prototype to avoid an error.
8000 Use char because int might match the return type of a GCC
8001 builtin and then its argument prototype would still apply. */
8002 #ifdef __cplusplus
8003 extern "C"
8004 #endif
8005 char XkbQueryExtension ();
8007 main ()
8009 return XkbQueryExtension ();
8011 return 0;
8013 _ACEOF
8014 if ac_fn_c_try_link "$LINENO"; then :
8015 ac_cv_lib_X11_XkbQueryExtension=yes
8016 else
8017 ac_cv_lib_X11_XkbQueryExtension=no
8019 rm -f core conftest.err conftest.$ac_objext \
8020 conftest$ac_exeext conftest.$ac_ext
8021 LIBS=$ac_check_lib_save_LIBS
8023 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_X11_XkbQueryExtension" >&5
8024 $as_echo "$ac_cv_lib_X11_XkbQueryExtension" >&6; }
8025 if test "x$ac_cv_lib_X11_XkbQueryExtension" = x""yes; then :
8027 $as_echo "#define HAVE_XKB 1" >>confdefs.h
8033 if test "$ac_cv_header_X11_Xcursor_Xcursor_h" = "yes"
8034 then
8035 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXcursor" >&5
8036 $as_echo_n "checking for -lXcursor... " >&6; }
8037 if test "${ac_cv_lib_soname_Xcursor+set}" = set; then :
8038 $as_echo_n "(cached) " >&6
8039 else
8040 ac_check_soname_save_LIBS=$LIBS
8041 LIBS="-lXcursor $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8042 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8043 /* end confdefs.h. */
8045 /* Override any GCC internal prototype to avoid an error.
8046 Use char because int might match the return type of a GCC
8047 builtin and then its argument prototype would still apply. */
8048 #ifdef __cplusplus
8049 extern "C"
8050 #endif
8051 char XcursorImageLoadCursor ();
8053 main ()
8055 return XcursorImageLoadCursor ();
8057 return 0;
8059 _ACEOF
8060 if ac_fn_c_try_link "$LINENO"; then :
8061 case "$LIBEXT" in
8062 dll) ac_cv_lib_soname_Xcursor=`$ac_cv_path_LDD conftest.exe | grep "Xcursor" | sed -e "s/dll.*/dll/"';2,$d'` ;;
8063 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'` ;;
8064 *) ac_cv_lib_soname_Xcursor=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcursor\\.$LIBEXT" | sed -e "s/^.*\(libXcursor\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8065 esac
8067 rm -f core conftest.err conftest.$ac_objext \
8068 conftest$ac_exeext conftest.$ac_ext
8069 LIBS=$ac_check_soname_save_LIBS
8071 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then :
8072 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8073 $as_echo "not found" >&6; }
8075 else
8076 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xcursor" >&5
8077 $as_echo "$ac_cv_lib_soname_Xcursor" >&6; }
8079 cat >>confdefs.h <<_ACEOF
8080 #define SONAME_LIBXCURSOR "$ac_cv_lib_soname_Xcursor"
8081 _ACEOF
8086 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then :
8087 case "x$with_xcursor" in
8088 x) as_fn_append wine_notices "|libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported." ;;
8089 xno) ;;
8090 *) as_fn_error "libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
8091 This is an error since --with-xcursor was requested." "$LINENO" 5 ;;
8092 esac
8095 if test "$ac_cv_header_X11_extensions_XInput_h" = "yes"
8096 then
8097 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXi" >&5
8098 $as_echo_n "checking for -lXi... " >&6; }
8099 if test "${ac_cv_lib_soname_Xi+set}" = set; then :
8100 $as_echo_n "(cached) " >&6
8101 else
8102 ac_check_soname_save_LIBS=$LIBS
8103 LIBS="-lXi $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8104 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8105 /* end confdefs.h. */
8107 /* Override any GCC internal prototype to avoid an error.
8108 Use char because int might match the return type of a GCC
8109 builtin and then its argument prototype would still apply. */
8110 #ifdef __cplusplus
8111 extern "C"
8112 #endif
8113 char XOpenDevice ();
8115 main ()
8117 return XOpenDevice ();
8119 return 0;
8121 _ACEOF
8122 if ac_fn_c_try_link "$LINENO"; then :
8123 case "$LIBEXT" in
8124 dll) ac_cv_lib_soname_Xi=`$ac_cv_path_LDD conftest.exe | grep "Xi" | sed -e "s/dll.*/dll/"';2,$d'` ;;
8125 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'` ;;
8126 *) ac_cv_lib_soname_Xi=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXi\\.$LIBEXT" | sed -e "s/^.*\(libXi\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8127 esac
8129 rm -f core conftest.err conftest.$ac_objext \
8130 conftest$ac_exeext conftest.$ac_ext
8131 LIBS=$ac_check_soname_save_LIBS
8133 if test "x$ac_cv_lib_soname_Xi" = "x"; then :
8134 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8135 $as_echo "not found" >&6; }
8137 else
8138 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xi" >&5
8139 $as_echo "$ac_cv_lib_soname_Xi" >&6; }
8141 cat >>confdefs.h <<_ACEOF
8142 #define SONAME_LIBXI "$ac_cv_lib_soname_Xi"
8143 _ACEOF
8148 if test "x$ac_cv_lib_soname_Xi" = "x"; then :
8149 case "x$with_xinput" in
8150 x) as_fn_append wine_notices "|libxi ${notice_platform}development files not found, the Xinput extension won't be supported." ;;
8151 xno) ;;
8152 *) as_fn_error "libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
8153 This is an error since --with-xinput was requested." "$LINENO" 5 ;;
8154 esac
8157 if test "$ac_cv_header_X11_extensions_XShm_h" = "yes"
8158 then
8159 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XShmQueryExtension in -lXext" >&5
8160 $as_echo_n "checking for XShmQueryExtension in -lXext... " >&6; }
8161 if test "${ac_cv_lib_Xext_XShmQueryExtension+set}" = set; then :
8162 $as_echo_n "(cached) " >&6
8163 else
8164 ac_check_lib_save_LIBS=$LIBS
8165 LIBS="-lXext $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8166 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8167 /* end confdefs.h. */
8169 /* Override any GCC internal prototype to avoid an error.
8170 Use char because int might match the return type of a GCC
8171 builtin and then its argument prototype would still apply. */
8172 #ifdef __cplusplus
8173 extern "C"
8174 #endif
8175 char XShmQueryExtension ();
8177 main ()
8179 return XShmQueryExtension ();
8181 return 0;
8183 _ACEOF
8184 if ac_fn_c_try_link "$LINENO"; then :
8185 ac_cv_lib_Xext_XShmQueryExtension=yes
8186 else
8187 ac_cv_lib_Xext_XShmQueryExtension=no
8189 rm -f core conftest.err conftest.$ac_objext \
8190 conftest$ac_exeext conftest.$ac_ext
8191 LIBS=$ac_check_lib_save_LIBS
8193 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xext_XShmQueryExtension" >&5
8194 $as_echo "$ac_cv_lib_Xext_XShmQueryExtension" >&6; }
8195 if test "x$ac_cv_lib_Xext_XShmQueryExtension" = x""yes; then :
8197 $as_echo "#define HAVE_LIBXXSHM 1" >>confdefs.h
8202 if test "$ac_cv_lib_Xext_XShmQueryExtension" != "yes"; then :
8203 case "x$with_xshm" in
8204 x) as_fn_append wine_notices "|XShm ${notice_platform}development files not found, X Shared Memory won't be supported." ;;
8205 xno) ;;
8206 *) as_fn_error "XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
8207 This is an error since --with-xshm was requested." "$LINENO" 5 ;;
8208 esac
8211 if test "$ac_cv_header_X11_extensions_shape_h" = "yes"
8212 then
8213 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XShapeQueryExtension in -lXext" >&5
8214 $as_echo_n "checking for XShapeQueryExtension in -lXext... " >&6; }
8215 if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then :
8216 $as_echo_n "(cached) " >&6
8217 else
8218 ac_check_lib_save_LIBS=$LIBS
8219 LIBS="-lXext $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8220 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8221 /* end confdefs.h. */
8223 /* Override any GCC internal prototype to avoid an error.
8224 Use char because int might match the return type of a GCC
8225 builtin and then its argument prototype would still apply. */
8226 #ifdef __cplusplus
8227 extern "C"
8228 #endif
8229 char XShapeQueryExtension ();
8231 main ()
8233 return XShapeQueryExtension ();
8235 return 0;
8237 _ACEOF
8238 if ac_fn_c_try_link "$LINENO"; then :
8239 ac_cv_lib_Xext_XShapeQueryExtension=yes
8240 else
8241 ac_cv_lib_Xext_XShapeQueryExtension=no
8243 rm -f core conftest.err conftest.$ac_objext \
8244 conftest$ac_exeext conftest.$ac_ext
8245 LIBS=$ac_check_lib_save_LIBS
8247 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
8248 $as_echo "$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
8249 if test "x$ac_cv_lib_Xext_XShapeQueryExtension" = x""yes; then :
8251 $as_echo "#define HAVE_LIBXSHAPE 1" >>confdefs.h
8256 if test "$ac_cv_lib_Xext_XShapeQueryExtension" != "yes"; then :
8257 case "x$with_xshape" in
8258 x) as_fn_append wine_notices "|XShape ${notice_platform}development files not found, XShape won't be supported." ;;
8259 xno) ;;
8260 *) as_fn_error "XShape ${notice_platform}development files not found, XShape won't be supported.
8261 This is an error since --with-xshape was requested." "$LINENO" 5 ;;
8262 esac
8265 if test "$ac_cv_header_X11_extensions_xf86vmode_h" = "yes" -o "$ac_cv_header_X11_extensions_xf86vmproto_h" = "yes"
8266 then
8267 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXxf86vm" >&5
8268 $as_echo_n "checking for -lXxf86vm... " >&6; }
8269 if test "${ac_cv_lib_soname_Xxf86vm+set}" = set; then :
8270 $as_echo_n "(cached) " >&6
8271 else
8272 ac_check_soname_save_LIBS=$LIBS
8273 LIBS="-lXxf86vm $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8274 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8275 /* end confdefs.h. */
8277 /* Override any GCC internal prototype to avoid an error.
8278 Use char because int might match the return type of a GCC
8279 builtin and then its argument prototype would still apply. */
8280 #ifdef __cplusplus
8281 extern "C"
8282 #endif
8283 char XF86VidModeQueryExtension ();
8285 main ()
8287 return XF86VidModeQueryExtension ();
8289 return 0;
8291 _ACEOF
8292 if ac_fn_c_try_link "$LINENO"; then :
8293 case "$LIBEXT" in
8294 dll) ac_cv_lib_soname_Xxf86vm=`$ac_cv_path_LDD conftest.exe | grep "Xxf86vm" | sed -e "s/dll.*/dll/"';2,$d'` ;;
8295 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'` ;;
8296 *) ac_cv_lib_soname_Xxf86vm=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\(libXxf86vm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8297 esac
8299 rm -f core conftest.err conftest.$ac_objext \
8300 conftest$ac_exeext conftest.$ac_ext
8301 LIBS=$ac_check_soname_save_LIBS
8303 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then :
8304 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8305 $as_echo "not found" >&6; }
8307 else
8308 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xxf86vm" >&5
8309 $as_echo "$ac_cv_lib_soname_Xxf86vm" >&6; }
8311 cat >>confdefs.h <<_ACEOF
8312 #define SONAME_LIBXXF86VM "$ac_cv_lib_soname_Xxf86vm"
8313 _ACEOF
8318 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then :
8319 case "x$with_xxf86vm" in
8320 x) as_fn_append wine_notices "|libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported." ;;
8321 xno) ;;
8322 *) as_fn_error "libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
8323 This is an error since --with-xxf86vm was requested." "$LINENO" 5 ;;
8324 esac
8327 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"
8328 then
8329 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXrender" >&5
8330 $as_echo_n "checking for -lXrender... " >&6; }
8331 if test "${ac_cv_lib_soname_Xrender+set}" = set; then :
8332 $as_echo_n "(cached) " >&6
8333 else
8334 ac_check_soname_save_LIBS=$LIBS
8335 LIBS="-lXrender $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8336 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8337 /* end confdefs.h. */
8339 /* Override any GCC internal prototype to avoid an error.
8340 Use char because int might match the return type of a GCC
8341 builtin and then its argument prototype would still apply. */
8342 #ifdef __cplusplus
8343 extern "C"
8344 #endif
8345 char XRenderQueryExtension ();
8347 main ()
8349 return XRenderQueryExtension ();
8351 return 0;
8353 _ACEOF
8354 if ac_fn_c_try_link "$LINENO"; then :
8355 case "$LIBEXT" in
8356 dll) ac_cv_lib_soname_Xrender=`$ac_cv_path_LDD conftest.exe | grep "Xrender" | sed -e "s/dll.*/dll/"';2,$d'` ;;
8357 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'` ;;
8358 *) ac_cv_lib_soname_Xrender=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrender\\.$LIBEXT" | sed -e "s/^.*\(libXrender\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8359 esac
8361 rm -f core conftest.err conftest.$ac_objext \
8362 conftest$ac_exeext conftest.$ac_ext
8363 LIBS=$ac_check_soname_save_LIBS
8365 if test "x$ac_cv_lib_soname_Xrender" = "x"; then :
8366 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8367 $as_echo "not found" >&6; }
8369 else
8370 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xrender" >&5
8371 $as_echo "$ac_cv_lib_soname_Xrender" >&6; }
8373 cat >>confdefs.h <<_ACEOF
8374 #define SONAME_LIBXRENDER "$ac_cv_lib_soname_Xrender"
8375 _ACEOF
8377 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XRenderSetPictureTransform in -lXrender" >&5
8378 $as_echo_n "checking for XRenderSetPictureTransform in -lXrender... " >&6; }
8379 if test "${ac_cv_lib_Xrender_XRenderSetPictureTransform+set}" = set; then :
8380 $as_echo_n "(cached) " >&6
8381 else
8382 ac_check_lib_save_LIBS=$LIBS
8383 LIBS="-lXrender $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8384 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8385 /* end confdefs.h. */
8387 /* Override any GCC internal prototype to avoid an error.
8388 Use char because int might match the return type of a GCC
8389 builtin and then its argument prototype would still apply. */
8390 #ifdef __cplusplus
8391 extern "C"
8392 #endif
8393 char XRenderSetPictureTransform ();
8395 main ()
8397 return XRenderSetPictureTransform ();
8399 return 0;
8401 _ACEOF
8402 if ac_fn_c_try_link "$LINENO"; then :
8403 ac_cv_lib_Xrender_XRenderSetPictureTransform=yes
8404 else
8405 ac_cv_lib_Xrender_XRenderSetPictureTransform=no
8407 rm -f core conftest.err conftest.$ac_objext \
8408 conftest$ac_exeext conftest.$ac_ext
8409 LIBS=$ac_check_lib_save_LIBS
8411 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xrender_XRenderSetPictureTransform" >&5
8412 $as_echo "$ac_cv_lib_Xrender_XRenderSetPictureTransform" >&6; }
8413 if test "x$ac_cv_lib_Xrender_XRenderSetPictureTransform" = x""yes; then :
8415 $as_echo "#define HAVE_XRENDERSETPICTURETRANSFORM 1" >>confdefs.h
8422 if test "x$ac_cv_lib_soname_Xrender" = "x"; then :
8423 case "x$with_xrender" in
8424 x) as_fn_append wine_warnings "|libxrender ${notice_platform}development files not found, XRender won't be supported." ;;
8425 xno) ;;
8426 *) as_fn_error "libxrender ${notice_platform}development files not found, XRender won't be supported.
8427 This is an error since --with-xrender was requested." "$LINENO" 5 ;;
8428 esac
8431 if test "$ac_cv_header_X11_extensions_Xrandr_h" = "yes" -a "x$ac_cv_lib_soname_Xrender" != "x"
8432 then
8433 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8434 /* end confdefs.h. */
8435 #include <X11/Xlib.h>
8436 #include <X11/extensions/Xrandr.h>
8438 main ()
8440 static typeof(XRRSetScreenConfigAndRate) * func;
8442 return 0;
8444 _ACEOF
8445 if ac_fn_c_try_compile "$LINENO"; then :
8446 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXrandr" >&5
8447 $as_echo_n "checking for -lXrandr... " >&6; }
8448 if test "${ac_cv_lib_soname_Xrandr+set}" = set; then :
8449 $as_echo_n "(cached) " >&6
8450 else
8451 ac_check_soname_save_LIBS=$LIBS
8452 LIBS="-lXrandr $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8453 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8454 /* end confdefs.h. */
8456 /* Override any GCC internal prototype to avoid an error.
8457 Use char because int might match the return type of a GCC
8458 builtin and then its argument prototype would still apply. */
8459 #ifdef __cplusplus
8460 extern "C"
8461 #endif
8462 char XRRQueryExtension ();
8464 main ()
8466 return XRRQueryExtension ();
8468 return 0;
8470 _ACEOF
8471 if ac_fn_c_try_link "$LINENO"; then :
8472 case "$LIBEXT" in
8473 dll) ac_cv_lib_soname_Xrandr=`$ac_cv_path_LDD conftest.exe | grep "Xrandr" | sed -e "s/dll.*/dll/"';2,$d'` ;;
8474 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'` ;;
8475 *) ac_cv_lib_soname_Xrandr=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrandr\\.$LIBEXT" | sed -e "s/^.*\(libXrandr\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8476 esac
8478 rm -f core conftest.err conftest.$ac_objext \
8479 conftest$ac_exeext conftest.$ac_ext
8480 LIBS=$ac_check_soname_save_LIBS
8482 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then :
8483 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8484 $as_echo "not found" >&6; }
8486 else
8487 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xrandr" >&5
8488 $as_echo "$ac_cv_lib_soname_Xrandr" >&6; }
8490 cat >>confdefs.h <<_ACEOF
8491 #define SONAME_LIBXRANDR "$ac_cv_lib_soname_Xrandr"
8492 _ACEOF
8497 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8499 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then :
8500 case "x$with_xrandr" in
8501 x) as_fn_append wine_notices "|libxrandr ${notice_platform}development files not found, XRandr won't be supported." ;;
8502 xno) ;;
8503 *) as_fn_error "libxrandr ${notice_platform}development files not found, XRandr won't be supported.
8504 This is an error since --with-xrandr was requested." "$LINENO" 5 ;;
8505 esac
8508 if test "$ac_cv_header_X11_extensions_Xinerama_h" = "yes"
8509 then
8510 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8511 /* end confdefs.h. */
8512 #include <X11/Xlib.h>
8513 #include <X11/extensions/Xinerama.h>
8515 main ()
8517 static typeof(XineramaQueryScreens) * func;
8519 return 0;
8521 _ACEOF
8522 if ac_fn_c_try_compile "$LINENO"; then :
8523 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXinerama" >&5
8524 $as_echo_n "checking for -lXinerama... " >&6; }
8525 if test "${ac_cv_lib_soname_Xinerama+set}" = set; then :
8526 $as_echo_n "(cached) " >&6
8527 else
8528 ac_check_soname_save_LIBS=$LIBS
8529 LIBS="-lXinerama $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8530 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8531 /* end confdefs.h. */
8533 /* Override any GCC internal prototype to avoid an error.
8534 Use char because int might match the return type of a GCC
8535 builtin and then its argument prototype would still apply. */
8536 #ifdef __cplusplus
8537 extern "C"
8538 #endif
8539 char XineramaQueryScreens ();
8541 main ()
8543 return XineramaQueryScreens ();
8545 return 0;
8547 _ACEOF
8548 if ac_fn_c_try_link "$LINENO"; then :
8549 case "$LIBEXT" in
8550 dll) ac_cv_lib_soname_Xinerama=`$ac_cv_path_LDD conftest.exe | grep "Xinerama" | sed -e "s/dll.*/dll/"';2,$d'` ;;
8551 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'` ;;
8552 *) ac_cv_lib_soname_Xinerama=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXinerama\\.$LIBEXT" | sed -e "s/^.*\(libXinerama\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8553 esac
8555 rm -f core conftest.err conftest.$ac_objext \
8556 conftest$ac_exeext conftest.$ac_ext
8557 LIBS=$ac_check_soname_save_LIBS
8559 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then :
8560 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8561 $as_echo "not found" >&6; }
8563 else
8564 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xinerama" >&5
8565 $as_echo "$ac_cv_lib_soname_Xinerama" >&6; }
8567 cat >>confdefs.h <<_ACEOF
8568 #define SONAME_LIBXINERAMA "$ac_cv_lib_soname_Xinerama"
8569 _ACEOF
8574 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8576 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then :
8577 case "x$with_xinerama" in
8578 x) as_fn_append wine_notices "|libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported." ;;
8579 xno) ;;
8580 *) as_fn_error "libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
8581 This is an error since --with-xinerama was requested." "$LINENO" 5 ;;
8582 esac
8585 if test "$ac_cv_header_X11_extensions_Xcomposite_h" = "yes"
8586 then
8587 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lXcomposite" >&5
8588 $as_echo_n "checking for -lXcomposite... " >&6; }
8589 if test "${ac_cv_lib_soname_Xcomposite+set}" = set; then :
8590 $as_echo_n "(cached) " >&6
8591 else
8592 ac_check_soname_save_LIBS=$LIBS
8593 LIBS="-lXcomposite $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8594 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8595 /* end confdefs.h. */
8597 /* Override any GCC internal prototype to avoid an error.
8598 Use char because int might match the return type of a GCC
8599 builtin and then its argument prototype would still apply. */
8600 #ifdef __cplusplus
8601 extern "C"
8602 #endif
8603 char XCompositeRedirectWindow ();
8605 main ()
8607 return XCompositeRedirectWindow ();
8609 return 0;
8611 _ACEOF
8612 if ac_fn_c_try_link "$LINENO"; then :
8613 case "$LIBEXT" in
8614 dll) ac_cv_lib_soname_Xcomposite=`$ac_cv_path_LDD conftest.exe | grep "Xcomposite" | sed -e "s/dll.*/dll/"';2,$d'` ;;
8615 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'` ;;
8616 *) ac_cv_lib_soname_Xcomposite=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcomposite\\.$LIBEXT" | sed -e "s/^.*\(libXcomposite\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8617 esac
8619 rm -f core conftest.err conftest.$ac_objext \
8620 conftest$ac_exeext conftest.$ac_ext
8621 LIBS=$ac_check_soname_save_LIBS
8623 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then :
8624 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8625 $as_echo "not found" >&6; }
8627 else
8628 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_Xcomposite" >&5
8629 $as_echo "$ac_cv_lib_soname_Xcomposite" >&6; }
8631 cat >>confdefs.h <<_ACEOF
8632 #define SONAME_LIBXCOMPOSITE "$ac_cv_lib_soname_Xcomposite"
8633 _ACEOF
8638 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then :
8639 case "x$with_xcomposite" in
8640 x) as_fn_append wine_notices "|libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported." ;;
8641 xno) ;;
8642 *) as_fn_error "libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
8643 This is an error since --with-xcomposite was requested." "$LINENO" 5 ;;
8644 esac
8647 ac_fn_c_check_member "$LINENO" "XICCallback" "callback" "ac_cv_member_XICCallback_callback" "#ifdef HAVE_X11_XLIB_H
8648 #include <X11/Xlib.h>
8649 #endif
8651 if test "x$ac_cv_member_XICCallback_callback" = x""yes; then :
8653 cat >>confdefs.h <<_ACEOF
8654 #define HAVE_XICCALLBACK_CALLBACK 1
8655 _ACEOF
8662 opengl_msg=""
8663 if test "x$with_opengl" != "xno"
8664 then
8665 for ac_header in GL/gl.h GL/glx.h GL/glu.h
8666 do :
8667 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8668 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_GL_GLX_H
8669 # include <GL/glx.h>
8670 #endif
8672 eval as_val=\$$as_ac_Header
8673 if test "x$as_val" = x""yes; then :
8674 cat >>confdefs.h <<_ACEOF
8675 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8676 _ACEOF
8680 done
8682 if test "$ac_cv_header_GL_gl_h" = "yes" -a "$ac_cv_header_GL_glx_h" = "yes"
8683 then
8684 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for up-to-date OpenGL version" >&5
8685 $as_echo_n "checking for up-to-date OpenGL version... " >&6; }
8686 if test "${wine_cv_opengl_header_version_OK+set}" = set; then :
8687 $as_echo_n "(cached) " >&6
8688 else
8689 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8690 /* end confdefs.h. */
8691 #include <GL/gl.h>
8693 main ()
8695 GLenum test = GL_UNSIGNED_SHORT_5_6_5;
8697 return 0;
8699 _ACEOF
8700 if ac_fn_c_try_compile "$LINENO"; then :
8701 wine_cv_opengl_header_version_OK="yes"
8702 else
8703 wine_cv_opengl_header_version_OK="no"
8705 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8707 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_opengl_header_version_OK" >&5
8708 $as_echo "$wine_cv_opengl_header_version_OK" >&6; }
8710 if test "$wine_cv_opengl_header_version_OK" = "yes"
8711 then
8712 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGL" >&5
8713 $as_echo_n "checking for -lGL... " >&6; }
8714 if test "${ac_cv_lib_soname_GL+set}" = set; then :
8715 $as_echo_n "(cached) " >&6
8716 else
8717 ac_check_soname_save_LIBS=$LIBS
8718 LIBS="-lGL $X_LIBS $XLIB -lm $X_EXTRA_LIBS $LIBS"
8719 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8720 /* end confdefs.h. */
8722 /* Override any GCC internal prototype to avoid an error.
8723 Use char because int might match the return type of a GCC
8724 builtin and then its argument prototype would still apply. */
8725 #ifdef __cplusplus
8726 extern "C"
8727 #endif
8728 char glXCreateContext ();
8730 main ()
8732 return glXCreateContext ();
8734 return 0;
8736 _ACEOF
8737 if ac_fn_c_try_link "$LINENO"; then :
8738 case "$LIBEXT" in
8739 dll) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest.exe | grep "GL" | sed -e "s/dll.*/dll/"';2,$d'` ;;
8740 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'` ;;
8741 *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8742 esac
8744 rm -f core conftest.err conftest.$ac_objext \
8745 conftest$ac_exeext conftest.$ac_ext
8746 LIBS=$ac_check_soname_save_LIBS
8748 if test "x$ac_cv_lib_soname_GL" = "x"; then :
8749 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8750 $as_echo "not found" >&6; }
8751 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGL" >&5
8752 $as_echo_n "checking for -lGL... " >&6; }
8753 if test "${ac_cv_lib_soname_GL+set}" = set; then :
8754 $as_echo_n "(cached) " >&6
8755 else
8756 ac_check_soname_save_LIBS=$LIBS
8757 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"
8758 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8759 /* end confdefs.h. */
8761 /* Override any GCC internal prototype to avoid an error.
8762 Use char because int might match the return type of a GCC
8763 builtin and then its argument prototype would still apply. */
8764 #ifdef __cplusplus
8765 extern "C"
8766 #endif
8767 char glXCreateContext ();
8769 main ()
8771 return glXCreateContext ();
8773 return 0;
8775 _ACEOF
8776 if ac_fn_c_try_link "$LINENO"; then :
8777 case "$LIBEXT" in
8778 dll) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest.exe | grep "GL" | sed -e "s/dll.*/dll/"';2,$d'` ;;
8779 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'` ;;
8780 *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8781 esac
8783 rm -f core conftest.err conftest.$ac_objext \
8784 conftest$ac_exeext conftest.$ac_ext
8785 LIBS=$ac_check_soname_save_LIBS
8787 if test "x$ac_cv_lib_soname_GL" = "x"; then :
8788 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8789 $as_echo "not found" >&6; }
8790 if test -f /usr/X11R6/lib/libGL.a
8791 then
8792 opengl_msg="/usr/X11R6/lib/libGL.a is present on your system.
8793 This probably prevents linking to OpenGL. Try deleting the file and restarting configure."
8794 else
8795 opengl_msg="No OpenGL library found on this system."
8797 else
8798 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GL" >&5
8799 $as_echo "$ac_cv_lib_soname_GL" >&6; }
8801 cat >>confdefs.h <<_ACEOF
8802 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
8803 _ACEOF
8805 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"
8807 $as_echo "#define HAVE_OPENGL 1" >>confdefs.h
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="-lGL"
8820 $as_echo "#define HAVE_OPENGL 1" >>confdefs.h
8823 if test "$ac_cv_header_GL_glu_h" = "yes"
8824 then
8825 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lGLU" >&5
8826 $as_echo_n "checking for -lGLU... " >&6; }
8827 if test "${ac_cv_lib_soname_GLU+set}" = set; then :
8828 $as_echo_n "(cached) " >&6
8829 else
8830 ac_check_soname_save_LIBS=$LIBS
8831 LIBS="-lGLU $OPENGL_LIBS $X_LIBS $X_PRE_LIBS $XLIB -lm $X_EXTRA_LIBS $LIBS"
8832 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8833 /* end confdefs.h. */
8835 /* Override any GCC internal prototype to avoid an error.
8836 Use char because int might match the return type of a GCC
8837 builtin and then its argument prototype would still apply. */
8838 #ifdef __cplusplus
8839 extern "C"
8840 #endif
8841 char gluLookAt ();
8843 main ()
8845 return gluLookAt ();
8847 return 0;
8849 _ACEOF
8850 if ac_fn_c_try_link "$LINENO"; then :
8851 case "$LIBEXT" in
8852 dll) ac_cv_lib_soname_GLU=`$ac_cv_path_LDD conftest.exe | grep "GLU" | sed -e "s/dll.*/dll/"';2,$d'` ;;
8853 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'` ;;
8854 *) ac_cv_lib_soname_GLU=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGLU\\.$LIBEXT" | sed -e "s/^.*\(libGLU\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
8855 esac
8857 rm -f core conftest.err conftest.$ac_objext \
8858 conftest$ac_exeext conftest.$ac_ext
8859 LIBS=$ac_check_soname_save_LIBS
8861 if test "x$ac_cv_lib_soname_GLU" = "x"; then :
8862 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
8863 $as_echo "not found" >&6; }
8865 else
8866 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_GLU" >&5
8867 $as_echo "$ac_cv_lib_soname_GLU" >&6; }
8869 cat >>confdefs.h <<_ACEOF
8870 #define SONAME_LIBGLU "$ac_cv_lib_soname_GLU"
8871 _ACEOF
8876 if test "x$ac_cv_lib_soname_GLU" = "x"; then :
8877 case "x$with_glu" in
8878 x) as_fn_append wine_notices "|libGLU ${notice_platform}development files not found, GLU won't be supported." ;;
8879 xno) ;;
8880 *) as_fn_error "libGLU ${notice_platform}development files not found, GLU won't be supported.
8881 This is an error since --with-glu was requested." "$LINENO" 5 ;;
8882 esac
8884 else
8885 opengl_msg="Old Mesa headers detected. Consider upgrading your Mesa libraries."
8887 else
8888 opengl_msg="OpenGL development headers not found."
8890 test -n "$opengl_msg" && enable_opengl32=${enable_opengl32:-no}
8891 test "x$ac_cv_lib_soname_GLU" = "x" && enable_glu32=${enable_glu32:-no}
8892 else
8893 enable_opengl32=${enable_opengl32:-no}
8894 enable_glu32=${enable_glu32:-no}
8896 if test -n "$opengl_msg"; then :
8897 case "x$with_opengl" in
8898 x) as_fn_append wine_warnings "|$opengl_msg
8899 OpenGL and Direct3D won't be supported." ;;
8900 xno) ;;
8901 *) as_fn_error "$opengl_msg
8902 OpenGL and Direct3D won't be supported.
8903 This is an error since --with-opengl was requested." "$LINENO" 5 ;;
8904 esac
8907 NASLIBS=""
8909 for ac_header in audio/audiolib.h
8910 do :
8911 ac_fn_c_check_header_mongrel "$LINENO" "audio/audiolib.h" "ac_cv_header_audio_audiolib_h" "$ac_includes_default"
8912 if test "x$ac_cv_header_audio_audiolib_h" = x""yes; then :
8913 cat >>confdefs.h <<_ACEOF
8914 #define HAVE_AUDIO_AUDIOLIB_H 1
8915 _ACEOF
8916 for ac_header in audio/soundlib.h
8917 do :
8918 ac_fn_c_check_header_compile "$LINENO" "audio/soundlib.h" "ac_cv_header_audio_soundlib_h" "#include <audio/audiolib.h>
8920 if test "x$ac_cv_header_audio_soundlib_h" = x""yes; then :
8921 cat >>confdefs.h <<_ACEOF
8922 #define HAVE_AUDIO_SOUNDLIB_H 1
8923 _ACEOF
8927 done
8929 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for AuCreateFlow in -laudio" >&5
8930 $as_echo_n "checking for AuCreateFlow in -laudio... " >&6; }
8931 if test "${ac_cv_lib_audio_AuCreateFlow+set}" = set; then :
8932 $as_echo_n "(cached) " >&6
8933 else
8934 ac_check_lib_save_LIBS=$LIBS
8935 LIBS="-laudio -lXt $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
8936 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8937 /* end confdefs.h. */
8939 /* Override any GCC internal prototype to avoid an error.
8940 Use char because int might match the return type of a GCC
8941 builtin and then its argument prototype would still apply. */
8942 #ifdef __cplusplus
8943 extern "C"
8944 #endif
8945 char AuCreateFlow ();
8947 main ()
8949 return AuCreateFlow ();
8951 return 0;
8953 _ACEOF
8954 if ac_fn_c_try_link "$LINENO"; then :
8955 ac_cv_lib_audio_AuCreateFlow=yes
8956 else
8957 ac_cv_lib_audio_AuCreateFlow=no
8959 rm -f core conftest.err conftest.$ac_objext \
8960 conftest$ac_exeext conftest.$ac_ext
8961 LIBS=$ac_check_lib_save_LIBS
8963 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_audio_AuCreateFlow" >&5
8964 $as_echo "$ac_cv_lib_audio_AuCreateFlow" >&6; }
8965 if test "x$ac_cv_lib_audio_AuCreateFlow" = x""yes; then :
8967 $as_echo "#define HAVE_NAS 1" >>confdefs.h
8969 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for XauGetBestAuthByAddr in -lXau" >&5
8970 $as_echo_n "checking for XauGetBestAuthByAddr in -lXau... " >&6; }
8971 if test "${ac_cv_lib_Xau_XauGetBestAuthByAddr+set}" = set; then :
8972 $as_echo_n "(cached) " >&6
8973 else
8974 ac_check_lib_save_LIBS=$LIBS
8975 LIBS="-lXau $X_LIBS $LIBS"
8976 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8977 /* end confdefs.h. */
8979 /* Override any GCC internal prototype to avoid an error.
8980 Use char because int might match the return type of a GCC
8981 builtin and then its argument prototype would still apply. */
8982 #ifdef __cplusplus
8983 extern "C"
8984 #endif
8985 char XauGetBestAuthByAddr ();
8987 main ()
8989 return XauGetBestAuthByAddr ();
8991 return 0;
8993 _ACEOF
8994 if ac_fn_c_try_link "$LINENO"; then :
8995 ac_cv_lib_Xau_XauGetBestAuthByAddr=yes
8996 else
8997 ac_cv_lib_Xau_XauGetBestAuthByAddr=no
8999 rm -f core conftest.err conftest.$ac_objext \
9000 conftest$ac_exeext conftest.$ac_ext
9001 LIBS=$ac_check_lib_save_LIBS
9003 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xau_XauGetBestAuthByAddr" >&5
9004 $as_echo "$ac_cv_lib_Xau_XauGetBestAuthByAddr" >&6; }
9005 if test "x$ac_cv_lib_Xau_XauGetBestAuthByAddr" = x""yes; then :
9006 NASLIBS="-lXau -laudio -lXt $X_LIBS $XLIB $X_EXTRA_LIBS"
9007 else
9008 NASLIBS="-laudio -lXt $X_LIBS $XLIB $X_EXTRA_LIBS"
9016 done
9019 CPPFLAGS="$ac_save_CPPFLAGS"
9020 else
9021 XLIB=""
9022 X_CFLAGS=""
9023 X_LIBS=""
9024 enable_winex11_drv=${enable_winex11_drv:-no}
9025 enable_opengl32=${enable_opengl32:-no}
9026 enable_glu32=${enable_glu32:-no}
9028 if test "x$XLIB" = "x"; then :
9029 case "x$with_x" in
9030 xno) ;;
9031 *) as_fn_error "X ${notice_platform}development files not found. Wine will be built
9032 without X support, which probably isn't what you want. You will need to install
9033 ${notice_platform}development packages of Xlib/Xfree86 at the very least.
9034 Use the --without-x option if you really want this." "$LINENO" 5 ;;
9035 esac
9039 XML2LIBS=""
9041 XML2INCL=""
9043 XSLTINCL=""
9045 if test "x$with_xml" != "xno"
9046 then
9047 ac_save_CPPFLAGS="$CPPFLAGS"
9048 if test "$PKG_CONFIG" != "false"
9049 then
9050 ac_xml_libs="`$PKG_CONFIG --libs libxml-2.0 2>/dev/null`"
9051 ac_xml_cflags="`$PKG_CONFIG --cflags libxml-2.0 2>/dev/null`"
9052 else
9053 ac_xml_libs="`xml2-config --libs 2>/dev/null`"
9054 ac_xml_cflags="`xml2-config --cflags 2>/dev/null`"
9056 CPPFLAGS="$CPPFLAGS $ac_xml_cflags"
9057 for ac_header in libxml/parser.h
9058 do :
9059 ac_fn_c_check_header_mongrel "$LINENO" "libxml/parser.h" "ac_cv_header_libxml_parser_h" "$ac_includes_default"
9060 if test "x$ac_cv_header_libxml_parser_h" = x""yes; then :
9061 cat >>confdefs.h <<_ACEOF
9062 #define HAVE_LIBXML_PARSER_H 1
9063 _ACEOF
9064 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlParseMemory in -lxml2" >&5
9065 $as_echo_n "checking for xmlParseMemory in -lxml2... " >&6; }
9066 if test "${ac_cv_lib_xml2_xmlParseMemory+set}" = set; then :
9067 $as_echo_n "(cached) " >&6
9068 else
9069 ac_check_lib_save_LIBS=$LIBS
9070 LIBS="-lxml2 $ac_xml_libs $LIBS"
9071 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9072 /* end confdefs.h. */
9074 /* Override any GCC internal prototype to avoid an error.
9075 Use char because int might match the return type of a GCC
9076 builtin and then its argument prototype would still apply. */
9077 #ifdef __cplusplus
9078 extern "C"
9079 #endif
9080 char xmlParseMemory ();
9082 main ()
9084 return xmlParseMemory ();
9086 return 0;
9088 _ACEOF
9089 if ac_fn_c_try_link "$LINENO"; then :
9090 ac_cv_lib_xml2_xmlParseMemory=yes
9091 else
9092 ac_cv_lib_xml2_xmlParseMemory=no
9094 rm -f core conftest.err conftest.$ac_objext \
9095 conftest$ac_exeext conftest.$ac_ext
9096 LIBS=$ac_check_lib_save_LIBS
9098 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlParseMemory" >&5
9099 $as_echo "$ac_cv_lib_xml2_xmlParseMemory" >&6; }
9100 if test "x$ac_cv_lib_xml2_xmlParseMemory" = x""yes; then :
9102 $as_echo "#define HAVE_LIBXML2 1" >>confdefs.h
9104 XML2LIBS="$ac_xml_libs"
9105 XML2INCL="$ac_xml_cflags"
9108 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlReadMemory in -lxml2" >&5
9109 $as_echo_n "checking for xmlReadMemory in -lxml2... " >&6; }
9110 if test "${ac_cv_lib_xml2_xmlReadMemory+set}" = set; then :
9111 $as_echo_n "(cached) " >&6
9112 else
9113 ac_check_lib_save_LIBS=$LIBS
9114 LIBS="-lxml2 $ac_xml_libs $LIBS"
9115 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9116 /* end confdefs.h. */
9118 /* Override any GCC internal prototype to avoid an error.
9119 Use char because int might match the return type of a GCC
9120 builtin and then its argument prototype would still apply. */
9121 #ifdef __cplusplus
9122 extern "C"
9123 #endif
9124 char xmlReadMemory ();
9126 main ()
9128 return xmlReadMemory ();
9130 return 0;
9132 _ACEOF
9133 if ac_fn_c_try_link "$LINENO"; then :
9134 ac_cv_lib_xml2_xmlReadMemory=yes
9135 else
9136 ac_cv_lib_xml2_xmlReadMemory=no
9138 rm -f core conftest.err conftest.$ac_objext \
9139 conftest$ac_exeext conftest.$ac_ext
9140 LIBS=$ac_check_lib_save_LIBS
9142 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlReadMemory" >&5
9143 $as_echo "$ac_cv_lib_xml2_xmlReadMemory" >&6; }
9144 if test "x$ac_cv_lib_xml2_xmlReadMemory" = x""yes; then :
9146 $as_echo "#define HAVE_XMLREADMEMORY 1" >>confdefs.h
9150 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlNewDocPI in -lxml2" >&5
9151 $as_echo_n "checking for xmlNewDocPI in -lxml2... " >&6; }
9152 if test "${ac_cv_lib_xml2_xmlNewDocPI+set}" = set; then :
9153 $as_echo_n "(cached) " >&6
9154 else
9155 ac_check_lib_save_LIBS=$LIBS
9156 LIBS="-lxml2 $ac_xml_libs $LIBS"
9157 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9158 /* end confdefs.h. */
9160 /* Override any GCC internal prototype to avoid an error.
9161 Use char because int might match the return type of a GCC
9162 builtin and then its argument prototype would still apply. */
9163 #ifdef __cplusplus
9164 extern "C"
9165 #endif
9166 char xmlNewDocPI ();
9168 main ()
9170 return xmlNewDocPI ();
9172 return 0;
9174 _ACEOF
9175 if ac_fn_c_try_link "$LINENO"; then :
9176 ac_cv_lib_xml2_xmlNewDocPI=yes
9177 else
9178 ac_cv_lib_xml2_xmlNewDocPI=no
9180 rm -f core conftest.err conftest.$ac_objext \
9181 conftest$ac_exeext conftest.$ac_ext
9182 LIBS=$ac_check_lib_save_LIBS
9184 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_xml2_xmlNewDocPI" >&5
9185 $as_echo "$ac_cv_lib_xml2_xmlNewDocPI" >&6; }
9186 if test "x$ac_cv_lib_xml2_xmlNewDocPI" = x""yes; then :
9188 $as_echo "#define HAVE_XMLNEWDOCPI 1" >>confdefs.h
9195 done
9197 CPPFLAGS="$ac_save_CPPFLAGS"
9199 if test "$ac_cv_lib_xml2_xmlParseMemory" != "yes"; then :
9200 case "x$with_xml" in
9201 x) as_fn_append wine_warnings "|libxml2 ${notice_platform}development files not found, XML won't be supported." ;;
9202 xno) ;;
9203 *) as_fn_error "libxml2 ${notice_platform}development files not found, XML won't be supported.
9204 This is an error since --with-xml was requested." "$LINENO" 5 ;;
9205 esac
9208 if test "x$with_xslt" != "xno"
9209 then
9210 if test "$PKG_CONFIG" != "false"
9211 then
9212 ac_xslt_libs="`$PKG_CONFIG --libs libxslt 2>/dev/null`"
9213 ac_xslt_cflags="`$PKG_CONFIG --cflags libxslt 2>/dev/null`"
9214 else
9215 ac_xslt_libs="`xslt-config --libs 2>/dev/null`"
9216 ac_xslt_cflags="`xslt-config --cflags 2>/dev/null`"
9218 ac_save_CPPFLAGS="$CPPFLAGS"
9219 CPPFLAGS="$CPPFLAGS $ac_xslt_cflags"
9220 for ac_header in libxslt/pattern.h libxslt/transform.h
9221 do :
9222 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
9223 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_LIBXSLT_PATTERN_H
9224 # include <libxslt/pattern.h>
9225 #endif
9227 eval as_val=\$$as_ac_Header
9228 if test "x$as_val" = x""yes; then :
9229 cat >>confdefs.h <<_ACEOF
9230 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
9231 _ACEOF
9235 done
9237 CPPFLAGS="$ac_save_CPPFLAGS"
9238 if test "$ac_cv_header_libxslt_transform_h" = "yes"
9239 then
9240 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lxslt" >&5
9241 $as_echo_n "checking for -lxslt... " >&6; }
9242 if test "${ac_cv_lib_soname_xslt+set}" = set; then :
9243 $as_echo_n "(cached) " >&6
9244 else
9245 ac_check_soname_save_LIBS=$LIBS
9246 LIBS="-lxslt $ac_xslt_libs $LIBS"
9247 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9248 /* end confdefs.h. */
9250 /* Override any GCC internal prototype to avoid an error.
9251 Use char because int might match the return type of a GCC
9252 builtin and then its argument prototype would still apply. */
9253 #ifdef __cplusplus
9254 extern "C"
9255 #endif
9256 char xsltCompilePattern ();
9258 main ()
9260 return xsltCompilePattern ();
9262 return 0;
9264 _ACEOF
9265 if ac_fn_c_try_link "$LINENO"; then :
9266 case "$LIBEXT" in
9267 dll) ac_cv_lib_soname_xslt=`$ac_cv_path_LDD conftest.exe | grep "xslt" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9268 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'` ;;
9269 *) ac_cv_lib_soname_xslt=`$ac_cv_path_LDD conftest$ac_exeext | grep "libxslt\\.$LIBEXT" | sed -e "s/^.*\(libxslt\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9270 esac
9272 rm -f core conftest.err conftest.$ac_objext \
9273 conftest$ac_exeext conftest.$ac_ext
9274 LIBS=$ac_check_soname_save_LIBS
9276 if test "x$ac_cv_lib_soname_xslt" = "x"; then :
9277 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9278 $as_echo "not found" >&6; }
9280 else
9281 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_xslt" >&5
9282 $as_echo "$ac_cv_lib_soname_xslt" >&6; }
9284 cat >>confdefs.h <<_ACEOF
9285 #define SONAME_LIBXSLT "$ac_cv_lib_soname_xslt"
9286 _ACEOF
9288 XSLTINCL="$ac_xslt_cflags"
9292 if test "x$ac_cv_lib_soname_xslt" = "x"; then :
9293 case "x$with_xslt" in
9294 x) as_fn_append wine_warnings "|libxslt ${notice_platform}development files not found, xslt won't be supported." ;;
9295 xno) ;;
9296 *) as_fn_error "libxslt ${notice_platform}development files not found, xslt won't be supported.
9297 This is an error since --with-xslt was requested." "$LINENO" 5 ;;
9298 esac
9301 HALINCL=""
9303 if test "x$with_hal" != "xno"
9304 then
9305 ac_save_CPPFLAGS="$CPPFLAGS"
9306 if test "$PKG_CONFIG" != "false"
9307 then
9308 ac_hal_libs="`$PKG_CONFIG --libs hal 2>/dev/null`"
9309 ac_hal_cflags="`$PKG_CONFIG --cflags hal 2>/dev/null`"
9310 CPPFLAGS="$CPPFLAGS $ac_hal_cflags"
9312 for ac_header in dbus/dbus.h hal/libhal.h
9313 do :
9314 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
9315 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
9316 eval as_val=\$$as_ac_Header
9317 if test "x$as_val" = x""yes; then :
9318 cat >>confdefs.h <<_ACEOF
9319 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
9320 _ACEOF
9324 done
9326 if test "$ac_cv_header_dbus_dbus_h" = "yes" -a "$ac_cv_header_hal_libhal_h" = "yes"
9327 then
9328 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dbus_connection_close in -ldbus-1" >&5
9329 $as_echo_n "checking for dbus_connection_close in -ldbus-1... " >&6; }
9330 if test "${ac_cv_lib_dbus_1_dbus_connection_close+set}" = set; then :
9331 $as_echo_n "(cached) " >&6
9332 else
9333 ac_check_lib_save_LIBS=$LIBS
9334 LIBS="-ldbus-1 $ac_hal_libs $LIBS"
9335 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9336 /* end confdefs.h. */
9338 /* Override any GCC internal prototype to avoid an error.
9339 Use char because int might match the return type of a GCC
9340 builtin and then its argument prototype would still apply. */
9341 #ifdef __cplusplus
9342 extern "C"
9343 #endif
9344 char dbus_connection_close ();
9346 main ()
9348 return dbus_connection_close ();
9350 return 0;
9352 _ACEOF
9353 if ac_fn_c_try_link "$LINENO"; then :
9354 ac_cv_lib_dbus_1_dbus_connection_close=yes
9355 else
9356 ac_cv_lib_dbus_1_dbus_connection_close=no
9358 rm -f core conftest.err conftest.$ac_objext \
9359 conftest$ac_exeext conftest.$ac_ext
9360 LIBS=$ac_check_lib_save_LIBS
9362 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dbus_1_dbus_connection_close" >&5
9363 $as_echo "$ac_cv_lib_dbus_1_dbus_connection_close" >&6; }
9364 if test "x$ac_cv_lib_dbus_1_dbus_connection_close" = x""yes; then :
9365 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lhal" >&5
9366 $as_echo_n "checking for -lhal... " >&6; }
9367 if test "${ac_cv_lib_soname_hal+set}" = set; then :
9368 $as_echo_n "(cached) " >&6
9369 else
9370 ac_check_soname_save_LIBS=$LIBS
9371 LIBS="-lhal $ac_hal_libs $LIBS"
9372 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9373 /* end confdefs.h. */
9375 /* Override any GCC internal prototype to avoid an error.
9376 Use char because int might match the return type of a GCC
9377 builtin and then its argument prototype would still apply. */
9378 #ifdef __cplusplus
9379 extern "C"
9380 #endif
9381 char libhal_ctx_new ();
9383 main ()
9385 return libhal_ctx_new ();
9387 return 0;
9389 _ACEOF
9390 if ac_fn_c_try_link "$LINENO"; then :
9391 case "$LIBEXT" in
9392 dll) ac_cv_lib_soname_hal=`$ac_cv_path_LDD conftest.exe | grep "hal" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9393 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'` ;;
9394 *) ac_cv_lib_soname_hal=`$ac_cv_path_LDD conftest$ac_exeext | grep "libhal\\.$LIBEXT" | sed -e "s/^.*\(libhal\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9395 esac
9397 rm -f core conftest.err conftest.$ac_objext \
9398 conftest$ac_exeext conftest.$ac_ext
9399 LIBS=$ac_check_soname_save_LIBS
9401 if test "x$ac_cv_lib_soname_hal" = "x"; then :
9402 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9403 $as_echo "not found" >&6; }
9405 else
9406 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_hal" >&5
9407 $as_echo "$ac_cv_lib_soname_hal" >&6; }
9409 cat >>confdefs.h <<_ACEOF
9410 #define SONAME_LIBHAL "$ac_cv_lib_soname_hal"
9411 _ACEOF
9413 HALINCL="$ac_hal_cflags"
9418 CPPFLAGS="$ac_save_CPPFLAGS"
9420 if test "x$ac_cv_lib_soname_hal" = "x" -a "x$ac_cv_header_DiskArbitration_DiskArbitration_h" != "xyes"; then :
9421 case "x$with_hal" in
9422 x) as_fn_append wine_notices "|libhal/libdbus ${notice_platform}development files not found, no dynamic device support." ;;
9423 xno) ;;
9424 *) as_fn_error "libhal/libdbus ${notice_platform}development files not found, no dynamic device support.
9425 This is an error since --with-hal was requested." "$LINENO" 5 ;;
9426 esac
9429 if test "x$with_gnutls" != "xno"
9430 then
9431 ac_save_CPPFLAGS="$CPPFLAGS"
9432 if test "$PKG_CONFIG" != "false"
9433 then
9434 ac_gnutls_libs="`$PKG_CONFIG --libs gnutls 2>/dev/null`"
9435 ac_gnutls_cflags="`$PKG_CONFIG --cflags gnutls 2>/dev/null`"
9436 CPPFLAGS="$CPPFLAGS $ac_gnutls_cflags"
9438 ac_fn_c_check_header_mongrel "$LINENO" "gnutls/gnutls.h" "ac_cv_header_gnutls_gnutls_h" "$ac_includes_default"
9439 if test "x$ac_cv_header_gnutls_gnutls_h" = x""yes; then :
9440 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9441 /* end confdefs.h. */
9442 #include <gnutls/gnutls.h>
9444 main ()
9446 typeof(gnutls_mac_get_key_size) *pfunc;
9448 return 0;
9450 _ACEOF
9451 if ac_fn_c_try_compile "$LINENO"; then :
9452 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lgnutls" >&5
9453 $as_echo_n "checking for -lgnutls... " >&6; }
9454 if test "${ac_cv_lib_soname_gnutls+set}" = set; then :
9455 $as_echo_n "(cached) " >&6
9456 else
9457 ac_check_soname_save_LIBS=$LIBS
9458 LIBS="-lgnutls $ac_gnutls_libs $LIBS"
9459 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9460 /* end confdefs.h. */
9462 /* Override any GCC internal prototype to avoid an error.
9463 Use char because int might match the return type of a GCC
9464 builtin and then its argument prototype would still apply. */
9465 #ifdef __cplusplus
9466 extern "C"
9467 #endif
9468 char gnutls_global_init ();
9470 main ()
9472 return gnutls_global_init ();
9474 return 0;
9476 _ACEOF
9477 if ac_fn_c_try_link "$LINENO"; then :
9478 case "$LIBEXT" in
9479 dll) ac_cv_lib_soname_gnutls=`$ac_cv_path_LDD conftest.exe | grep "gnutls" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9480 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'` ;;
9481 *) ac_cv_lib_soname_gnutls=`$ac_cv_path_LDD conftest$ac_exeext | grep "libgnutls\\.$LIBEXT" | sed -e "s/^.*\(libgnutls\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9482 esac
9484 rm -f core conftest.err conftest.$ac_objext \
9485 conftest$ac_exeext conftest.$ac_ext
9486 LIBS=$ac_check_soname_save_LIBS
9488 if test "x$ac_cv_lib_soname_gnutls" = "x"; then :
9489 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9490 $as_echo "not found" >&6; }
9492 else
9493 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_gnutls" >&5
9494 $as_echo "$ac_cv_lib_soname_gnutls" >&6; }
9496 cat >>confdefs.h <<_ACEOF
9497 #define SONAME_LIBGNUTLS "$ac_cv_lib_soname_gnutls"
9498 _ACEOF
9500 GNUTLSINCL="$ac_gnutls_cflags"
9504 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9508 CPPFLAGS="$ac_save_CPPFLAGS"
9510 if test "x$ac_cv_lib_soname_gnutls" = "x"; then :
9511 case "x$with_gnutls" in
9512 x) as_fn_append wine_notices "|libgnutls ${notice_platform}development files not found, no schannel support." ;;
9513 xno) ;;
9514 *) as_fn_error "libgnutls ${notice_platform}development files not found, no schannel support.
9515 This is an error since --with-gnutls was requested." "$LINENO" 5 ;;
9516 esac
9519 CURSESLIBS=""
9520 if test "$ac_cv_header_ncurses_h" = "yes"
9521 then
9522 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lncurses" >&5
9523 $as_echo_n "checking for -lncurses... " >&6; }
9524 if test "${ac_cv_lib_soname_ncurses+set}" = set; then :
9525 $as_echo_n "(cached) " >&6
9526 else
9527 ac_check_soname_save_LIBS=$LIBS
9528 LIBS="-lncurses $LIBS"
9529 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9530 /* end confdefs.h. */
9532 /* Override any GCC internal prototype to avoid an error.
9533 Use char because int might match the return type of a GCC
9534 builtin and then its argument prototype would still apply. */
9535 #ifdef __cplusplus
9536 extern "C"
9537 #endif
9538 char waddch ();
9540 main ()
9542 return waddch ();
9544 return 0;
9546 _ACEOF
9547 if ac_fn_c_try_link "$LINENO"; then :
9548 case "$LIBEXT" in
9549 dll) ac_cv_lib_soname_ncurses=`$ac_cv_path_LDD conftest.exe | grep "ncurses" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9550 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'` ;;
9551 *) ac_cv_lib_soname_ncurses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libncurses\\.$LIBEXT" | sed -e "s/^.*\(libncurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9552 esac
9554 rm -f core conftest.err conftest.$ac_objext \
9555 conftest$ac_exeext conftest.$ac_ext
9556 LIBS=$ac_check_soname_save_LIBS
9558 if test "x$ac_cv_lib_soname_ncurses" = "x"; then :
9559 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9560 $as_echo "not found" >&6; }
9562 else
9563 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_ncurses" >&5
9564 $as_echo "$ac_cv_lib_soname_ncurses" >&6; }
9566 cat >>confdefs.h <<_ACEOF
9567 #define SONAME_LIBNCURSES "$ac_cv_lib_soname_ncurses"
9568 _ACEOF
9570 CURSESLIBS="-lncurses"
9572 elif test "$ac_cv_header_curses_h" = "yes"
9573 then
9574 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcurses" >&5
9575 $as_echo_n "checking for -lcurses... " >&6; }
9576 if test "${ac_cv_lib_soname_curses+set}" = set; then :
9577 $as_echo_n "(cached) " >&6
9578 else
9579 ac_check_soname_save_LIBS=$LIBS
9580 LIBS="-lcurses $LIBS"
9581 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9582 /* end confdefs.h. */
9584 /* Override any GCC internal prototype to avoid an error.
9585 Use char because int might match the return type of a GCC
9586 builtin and then its argument prototype would still apply. */
9587 #ifdef __cplusplus
9588 extern "C"
9589 #endif
9590 char waddch ();
9592 main ()
9594 return waddch ();
9596 return 0;
9598 _ACEOF
9599 if ac_fn_c_try_link "$LINENO"; then :
9600 case "$LIBEXT" in
9601 dll) ac_cv_lib_soname_curses=`$ac_cv_path_LDD conftest.exe | grep "curses" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9602 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'` ;;
9603 *) ac_cv_lib_soname_curses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcurses\\.$LIBEXT" | sed -e "s/^.*\(libcurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9604 esac
9606 rm -f core conftest.err conftest.$ac_objext \
9607 conftest$ac_exeext conftest.$ac_ext
9608 LIBS=$ac_check_soname_save_LIBS
9610 if test "x$ac_cv_lib_soname_curses" = "x"; then :
9611 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9612 $as_echo "not found" >&6; }
9614 else
9615 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_curses" >&5
9616 $as_echo "$ac_cv_lib_soname_curses" >&6; }
9618 cat >>confdefs.h <<_ACEOF
9619 #define SONAME_LIBCURSES "$ac_cv_lib_soname_curses"
9620 _ACEOF
9622 CURSESLIBS="-lcurses"
9625 ac_save_LIBS="$LIBS"
9626 LIBS="$LIBS $CURSESLIBS"
9627 for ac_func in mousemask
9628 do :
9629 ac_fn_c_check_func "$LINENO" "mousemask" "ac_cv_func_mousemask"
9630 if test "x$ac_cv_func_mousemask" = x""yes; then :
9631 cat >>confdefs.h <<_ACEOF
9632 #define HAVE_MOUSEMASK 1
9633 _ACEOF
9636 done
9638 LIBS="$ac_save_LIBS"
9639 if test "x$ac_cv_lib_soname_curses$ac_cv_lib_soname_ncurses" = "x"; then :
9640 case "x$with_curses" in
9641 x) as_fn_append wine_notices "|lib(n)curses ${notice_platform}development files not found, curses won't be supported." ;;
9642 xno) ;;
9643 *) as_fn_error "lib(n)curses ${notice_platform}development files not found, curses won't be supported.
9644 This is an error since --with-curses was requested." "$LINENO" 5 ;;
9645 esac
9648 if test "x$with_sane" != "xno"
9649 then
9650 ac_save_CPPFLAGS="$CPPFLAGS"
9651 # Extract the first word of "sane-config", so it can be a program name with args.
9652 set dummy sane-config; ac_word=$2
9653 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9654 $as_echo_n "checking for $ac_word... " >&6; }
9655 if test "${ac_cv_prog_sane_devel+set}" = set; then :
9656 $as_echo_n "(cached) " >&6
9657 else
9658 if test -n "$sane_devel"; then
9659 ac_cv_prog_sane_devel="$sane_devel" # Let the user override the test.
9660 else
9661 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9662 for as_dir in $PATH
9664 IFS=$as_save_IFS
9665 test -z "$as_dir" && as_dir=.
9666 for ac_exec_ext in '' $ac_executable_extensions; do
9667 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9668 ac_cv_prog_sane_devel="sane-config"
9669 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9670 break 2
9672 done
9673 done
9674 IFS=$as_save_IFS
9676 test -z "$ac_cv_prog_sane_devel" && ac_cv_prog_sane_devel="no"
9679 sane_devel=$ac_cv_prog_sane_devel
9680 if test -n "$sane_devel"; then
9681 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $sane_devel" >&5
9682 $as_echo "$sane_devel" >&6; }
9683 else
9684 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9685 $as_echo "no" >&6; }
9689 if test "$sane_devel" != "no"
9690 then
9691 ac_sane_incl="`$sane_devel --cflags`"
9692 ac_sane_libs="`$sane_devel --ldflags`"
9693 CPPFLAGS="$CPPFLAGS $ac_sane_incl"
9695 ac_fn_c_check_header_mongrel "$LINENO" "sane/sane.h" "ac_cv_header_sane_sane_h" "$ac_includes_default"
9696 if test "x$ac_cv_header_sane_sane_h" = x""yes; then :
9697 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lsane" >&5
9698 $as_echo_n "checking for -lsane... " >&6; }
9699 if test "${ac_cv_lib_soname_sane+set}" = set; then :
9700 $as_echo_n "(cached) " >&6
9701 else
9702 ac_check_soname_save_LIBS=$LIBS
9703 LIBS="-lsane $ac_sane_libs $LIBS"
9704 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9705 /* end confdefs.h. */
9707 /* Override any GCC internal prototype to avoid an error.
9708 Use char because int might match the return type of a GCC
9709 builtin and then its argument prototype would still apply. */
9710 #ifdef __cplusplus
9711 extern "C"
9712 #endif
9713 char sane_init ();
9715 main ()
9717 return sane_init ();
9719 return 0;
9721 _ACEOF
9722 if ac_fn_c_try_link "$LINENO"; then :
9723 case "$LIBEXT" in
9724 dll) ac_cv_lib_soname_sane=`$ac_cv_path_LDD conftest.exe | grep "sane" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9725 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'` ;;
9726 *) ac_cv_lib_soname_sane=`$ac_cv_path_LDD conftest$ac_exeext | grep "libsane\\.$LIBEXT" | sed -e "s/^.*\(libsane\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9727 esac
9729 rm -f core conftest.err conftest.$ac_objext \
9730 conftest$ac_exeext conftest.$ac_ext
9731 LIBS=$ac_check_soname_save_LIBS
9733 if test "x$ac_cv_lib_soname_sane" = "x"; then :
9734 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9735 $as_echo "not found" >&6; }
9737 else
9738 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_sane" >&5
9739 $as_echo "$ac_cv_lib_soname_sane" >&6; }
9741 cat >>confdefs.h <<_ACEOF
9742 #define SONAME_LIBSANE "$ac_cv_lib_soname_sane"
9743 _ACEOF
9745 SANEINCL="$ac_sane_incl"
9751 CPPFLAGS="$ac_save_CPPFLAGS"
9753 if test "x$ac_cv_lib_soname_sane" = "x"; then :
9754 case "x$with_sane" in
9755 x) as_fn_append wine_notices "|libsane ${notice_platform}development files not found, scanners won't be supported." ;;
9756 xno) ;;
9757 *) as_fn_error "libsane ${notice_platform}development files not found, scanners won't be supported.
9758 This is an error since --with-sane was requested." "$LINENO" 5 ;;
9759 esac
9762 if test "x$with_v4l" != "xno"
9763 then
9764 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lv4l1" >&5
9765 $as_echo_n "checking for -lv4l1... " >&6; }
9766 if test "${ac_cv_lib_soname_v4l1+set}" = set; then :
9767 $as_echo_n "(cached) " >&6
9768 else
9769 ac_check_soname_save_LIBS=$LIBS
9770 LIBS="-lv4l1 $LIBS"
9771 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9772 /* end confdefs.h. */
9774 /* Override any GCC internal prototype to avoid an error.
9775 Use char because int might match the return type of a GCC
9776 builtin and then its argument prototype would still apply. */
9777 #ifdef __cplusplus
9778 extern "C"
9779 #endif
9780 char v4l1_open ();
9782 main ()
9784 return v4l1_open ();
9786 return 0;
9788 _ACEOF
9789 if ac_fn_c_try_link "$LINENO"; then :
9790 case "$LIBEXT" in
9791 dll) ac_cv_lib_soname_v4l1=`$ac_cv_path_LDD conftest.exe | grep "v4l1" | sed -e "s/dll.*/dll/"';2,$d'` ;;
9792 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'` ;;
9793 *) ac_cv_lib_soname_v4l1=`$ac_cv_path_LDD conftest$ac_exeext | grep "libv4l1\\.$LIBEXT" | sed -e "s/^.*\(libv4l1\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9794 esac
9796 rm -f core conftest.err conftest.$ac_objext \
9797 conftest$ac_exeext conftest.$ac_ext
9798 LIBS=$ac_check_soname_save_LIBS
9800 if test "x$ac_cv_lib_soname_v4l1" = "x"; then :
9801 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
9802 $as_echo "not found" >&6; }
9804 else
9805 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_v4l1" >&5
9806 $as_echo "$ac_cv_lib_soname_v4l1" >&6; }
9808 cat >>confdefs.h <<_ACEOF
9809 #define SONAME_LIBV4L1 "$ac_cv_lib_soname_v4l1"
9810 _ACEOF
9815 if test "x$ac_cv_lib_soname_v4l1" = "x"; then :
9816 case "x$with_v4l" in
9817 x) as_fn_append wine_notices "|libv4l ${notice_platform}development files not found." ;;
9818 xno) ;;
9819 *) as_fn_error "libv4l ${notice_platform}development files not found.
9820 This is an error since --with-v4l was requested." "$LINENO" 5 ;;
9821 esac
9824 if test "x$with_gphoto" != "xno"
9825 then
9826 ac_save_CPPFLAGS="$CPPFLAGS"
9827 # Extract the first word of "gphoto2-config", so it can be a program name with args.
9828 set dummy gphoto2-config; ac_word=$2
9829 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9830 $as_echo_n "checking for $ac_word... " >&6; }
9831 if test "${ac_cv_prog_gphoto2_devel+set}" = set; then :
9832 $as_echo_n "(cached) " >&6
9833 else
9834 if test -n "$gphoto2_devel"; then
9835 ac_cv_prog_gphoto2_devel="$gphoto2_devel" # Let the user override the test.
9836 else
9837 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9838 for as_dir in $PATH
9840 IFS=$as_save_IFS
9841 test -z "$as_dir" && as_dir=.
9842 for ac_exec_ext in '' $ac_executable_extensions; do
9843 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9844 ac_cv_prog_gphoto2_devel="gphoto2-config"
9845 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9846 break 2
9848 done
9849 done
9850 IFS=$as_save_IFS
9852 test -z "$ac_cv_prog_gphoto2_devel" && ac_cv_prog_gphoto2_devel="no"
9855 gphoto2_devel=$ac_cv_prog_gphoto2_devel
9856 if test -n "$gphoto2_devel"; then
9857 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gphoto2_devel" >&5
9858 $as_echo "$gphoto2_devel" >&6; }
9859 else
9860 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9861 $as_echo "no" >&6; }
9865 # Extract the first word of "gphoto2-port-config", so it can be a program name with args.
9866 set dummy gphoto2-port-config; ac_word=$2
9867 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
9868 $as_echo_n "checking for $ac_word... " >&6; }
9869 if test "${ac_cv_prog_gphoto2port_devel+set}" = set; then :
9870 $as_echo_n "(cached) " >&6
9871 else
9872 if test -n "$gphoto2port_devel"; then
9873 ac_cv_prog_gphoto2port_devel="$gphoto2port_devel" # Let the user override the test.
9874 else
9875 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9876 for as_dir in $PATH
9878 IFS=$as_save_IFS
9879 test -z "$as_dir" && as_dir=.
9880 for ac_exec_ext in '' $ac_executable_extensions; do
9881 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9882 ac_cv_prog_gphoto2port_devel="gphoto2-port-config"
9883 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
9884 break 2
9886 done
9887 done
9888 IFS=$as_save_IFS
9890 test -z "$ac_cv_prog_gphoto2port_devel" && ac_cv_prog_gphoto2port_devel="no"
9893 gphoto2port_devel=$ac_cv_prog_gphoto2port_devel
9894 if test -n "$gphoto2port_devel"; then
9895 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gphoto2port_devel" >&5
9896 $as_echo "$gphoto2port_devel" >&6; }
9897 else
9898 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9899 $as_echo "no" >&6; }
9903 if test "$gphoto2_devel" != "no" -a "$gphoto2port_devel" != "no"
9904 then
9905 ac_gphoto2_incl="`$gphoto2_devel --cflags` `$gphoto2port_devel --cflags`"
9906 ac_gphoto2_libs=""
9907 for i in `$gphoto2_devel --libs` `$gphoto2port_devel --libs`
9909 case "$i" in
9910 -L/usr/lib|-L/usr/lib64) ;;
9911 -L*|-l*) ac_gphoto2_libs="$ac_gphoto2_libs $i";;
9912 esac
9913 done
9914 CPPFLAGS="$CPPFLAGS $ac_gphoto2_incl"
9916 ac_gphoto2_libs=${ac_gphoto2_libs:-"-lgphoto2"}
9917 ac_fn_c_check_header_mongrel "$LINENO" "gphoto2-camera.h" "ac_cv_header_gphoto2_camera_h" "$ac_includes_default"
9918 if test "x$ac_cv_header_gphoto2_camera_h" = x""yes; then :
9919 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gp_camera_new in -lgphoto2" >&5
9920 $as_echo_n "checking for gp_camera_new in -lgphoto2... " >&6; }
9921 if test "${ac_cv_lib_gphoto2_gp_camera_new+set}" = set; then :
9922 $as_echo_n "(cached) " >&6
9923 else
9924 ac_check_lib_save_LIBS=$LIBS
9925 LIBS="-lgphoto2 $ac_gphoto2_libs $LIBS"
9926 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9927 /* end confdefs.h. */
9929 /* Override any GCC internal prototype to avoid an error.
9930 Use char because int might match the return type of a GCC
9931 builtin and then its argument prototype would still apply. */
9932 #ifdef __cplusplus
9933 extern "C"
9934 #endif
9935 char gp_camera_new ();
9937 main ()
9939 return gp_camera_new ();
9941 return 0;
9943 _ACEOF
9944 if ac_fn_c_try_link "$LINENO"; then :
9945 ac_cv_lib_gphoto2_gp_camera_new=yes
9946 else
9947 ac_cv_lib_gphoto2_gp_camera_new=no
9949 rm -f core conftest.err conftest.$ac_objext \
9950 conftest$ac_exeext conftest.$ac_ext
9951 LIBS=$ac_check_lib_save_LIBS
9953 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gphoto2_gp_camera_new" >&5
9954 $as_echo "$ac_cv_lib_gphoto2_gp_camera_new" >&6; }
9955 if test "x$ac_cv_lib_gphoto2_gp_camera_new" = x""yes; then :
9957 $as_echo "#define HAVE_GPHOTO2 1" >>confdefs.h
9959 GPHOTO2LIBS="$ac_gphoto2_libs"
9961 GPHOTO2INCL="$ac_gphoto2_incl"
9968 CPPFLAGS="$ac_save_CPPFLAGS"
9970 if test "$ac_cv_lib_gphoto2_gp_camera_new" != "yes"; then :
9971 case "x$with_gphoto" in
9972 x) as_fn_append wine_notices "|libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported." ;;
9973 xno) ;;
9974 *) as_fn_error "libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
9975 This is an error since --with-gphoto was requested." "$LINENO" 5 ;;
9976 esac
9980 RESOLVLIBS=""
9982 if test "$ac_cv_header_resolv_h" = "yes"
9983 then
9984 ac_save_LIBS="$LIBS"
9985 LIBS="$LIBS -lresolv"
9986 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9987 /* end confdefs.h. */
9988 #ifdef HAVE_NETINET_IN_H
9989 #include <netinet/in.h>
9990 #endif
9991 #include <resolv.h>
9993 main ()
9995 res_init();
9997 return 0;
9999 _ACEOF
10000 if ac_fn_c_try_link "$LINENO"; then :
10002 $as_echo "#define HAVE_RESOLV 1" >>confdefs.h
10004 RESOLVLIBS="-lresolv"
10006 rm -f core conftest.err conftest.$ac_objext \
10007 conftest$ac_exeext conftest.$ac_ext
10008 LIBS="$ac_save_LIBS"
10011 LCMSLIBS=""
10013 if test "$ac_cv_header_lcms_h" = "yes" -o "$ac_cv_header_lcms_lcms_h" = "yes"
10014 then
10015 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cmsOpenProfileFromFile in -llcms" >&5
10016 $as_echo_n "checking for cmsOpenProfileFromFile in -llcms... " >&6; }
10017 if test "${ac_cv_lib_lcms_cmsOpenProfileFromFile+set}" = set; then :
10018 $as_echo_n "(cached) " >&6
10019 else
10020 ac_check_lib_save_LIBS=$LIBS
10021 LIBS="-llcms $LIBS"
10022 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10023 /* end confdefs.h. */
10025 /* Override any GCC internal prototype to avoid an error.
10026 Use char because int might match the return type of a GCC
10027 builtin and then its argument prototype would still apply. */
10028 #ifdef __cplusplus
10029 extern "C"
10030 #endif
10031 char cmsOpenProfileFromFile ();
10033 main ()
10035 return cmsOpenProfileFromFile ();
10037 return 0;
10039 _ACEOF
10040 if ac_fn_c_try_link "$LINENO"; then :
10041 ac_cv_lib_lcms_cmsOpenProfileFromFile=yes
10042 else
10043 ac_cv_lib_lcms_cmsOpenProfileFromFile=no
10045 rm -f core conftest.err conftest.$ac_objext \
10046 conftest$ac_exeext conftest.$ac_ext
10047 LIBS=$ac_check_lib_save_LIBS
10049 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lcms_cmsOpenProfileFromFile" >&5
10050 $as_echo "$ac_cv_lib_lcms_cmsOpenProfileFromFile" >&6; }
10051 if test "x$ac_cv_lib_lcms_cmsOpenProfileFromFile" = x""yes; then :
10053 $as_echo "#define HAVE_LCMS 1" >>confdefs.h
10055 LCMSLIBS="-llcms"
10059 if test "$ac_cv_lib_lcms_cmsOpenProfileFromFile" != "yes"; then :
10060 case "x$with_cms" in
10061 x) as_fn_append wine_notices "|liblcms ${notice_platform}development files not found, Color Management won't be supported." ;;
10062 xno) ;;
10063 *) as_fn_error "liblcms ${notice_platform}development files not found, Color Management won't be supported.
10064 This is an error since --with-cms was requested." "$LINENO" 5 ;;
10065 esac
10068 if test "x$with_freetype" != "xno"
10069 then
10070 for ac_prog in freetype-config freetype2-config
10072 # Extract the first word of "$ac_prog", so it can be a program name with args.
10073 set dummy $ac_prog; ac_word=$2
10074 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10075 $as_echo_n "checking for $ac_word... " >&6; }
10076 if test "${ac_cv_prog_ft_devel+set}" = set; then :
10077 $as_echo_n "(cached) " >&6
10078 else
10079 if test -n "$ft_devel"; then
10080 ac_cv_prog_ft_devel="$ft_devel" # Let the user override the test.
10081 else
10082 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10083 for as_dir in $PATH
10085 IFS=$as_save_IFS
10086 test -z "$as_dir" && as_dir=.
10087 for ac_exec_ext in '' $ac_executable_extensions; do
10088 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10089 ac_cv_prog_ft_devel="$ac_prog"
10090 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10091 break 2
10093 done
10094 done
10095 IFS=$as_save_IFS
10099 ft_devel=$ac_cv_prog_ft_devel
10100 if test -n "$ft_devel"; then
10101 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ft_devel" >&5
10102 $as_echo "$ft_devel" >&6; }
10103 else
10104 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10105 $as_echo "no" >&6; }
10109 test -n "$ft_devel" && break
10110 done
10111 test -n "$ft_devel" || ft_devel="no"
10113 if test "$ft_devel" != "no"
10114 then
10115 ac_freetype_incl=`$ft_devel --cflags`
10116 ac_freetype_libs=`$ft_devel --libs`
10118 ac_freetype_libs=${ac_freetype_libs:-"-lfreetype"}
10119 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfreetype" >&5
10120 $as_echo_n "checking for -lfreetype... " >&6; }
10121 if test "${ac_cv_lib_soname_freetype+set}" = set; then :
10122 $as_echo_n "(cached) " >&6
10123 else
10124 ac_check_soname_save_LIBS=$LIBS
10125 LIBS="-lfreetype $ac_freetype_libs $LIBS"
10126 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10127 /* end confdefs.h. */
10129 /* Override any GCC internal prototype to avoid an error.
10130 Use char because int might match the return type of a GCC
10131 builtin and then its argument prototype would still apply. */
10132 #ifdef __cplusplus
10133 extern "C"
10134 #endif
10135 char FT_Init_FreeType ();
10137 main ()
10139 return FT_Init_FreeType ();
10141 return 0;
10143 _ACEOF
10144 if ac_fn_c_try_link "$LINENO"; then :
10145 case "$LIBEXT" in
10146 dll) ac_cv_lib_soname_freetype=`$ac_cv_path_LDD conftest.exe | grep "freetype" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10147 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'` ;;
10148 *) ac_cv_lib_soname_freetype=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfreetype\\.$LIBEXT" | sed -e "s/^.*\(libfreetype\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10149 esac
10151 rm -f core conftest.err conftest.$ac_objext \
10152 conftest$ac_exeext conftest.$ac_ext
10153 LIBS=$ac_check_soname_save_LIBS
10155 if test "x$ac_cv_lib_soname_freetype" = "x"; then :
10156 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10157 $as_echo "not found" >&6; }
10158 ft_lib=no
10159 else
10160 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_freetype" >&5
10161 $as_echo "$ac_cv_lib_soname_freetype" >&6; }
10163 cat >>confdefs.h <<_ACEOF
10164 #define SONAME_LIBFREETYPE "$ac_cv_lib_soname_freetype"
10165 _ACEOF
10167 ft_lib=yes
10169 if test "$ft_lib" = "yes"
10170 then
10171 ac_save_CPPFLAGS="$CPPFLAGS"
10172 CPPFLAGS="$ac_freetype_incl $CPPFLAGS"
10173 for ac_header in ft2build.h \
10174 freetype/freetype.h \
10175 freetype/ftglyph.h \
10176 freetype/fttypes.h \
10177 freetype/tttables.h \
10178 freetype/ftsnames.h \
10179 freetype/ttnameid.h \
10180 freetype/ftoutln.h \
10181 freetype/ftwinfnt.h \
10182 freetype/ftmodapi.h \
10183 freetype/ftlcdfil.h \
10184 freetype/internal/sfnt.h
10185 do :
10186 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
10187 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#ifdef HAVE_FT2BUILD_H
10188 # include <ft2build.h>
10189 #endif
10191 eval as_val=\$$as_ac_Header
10192 if test "x$as_val" = x""yes; then :
10193 cat >>confdefs.h <<_ACEOF
10194 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
10195 _ACEOF
10199 done
10201 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10202 /* end confdefs.h. */
10203 #include <ft2build.h>
10204 #include <freetype/fttrigon.h>
10205 _ACEOF
10206 if ac_fn_c_try_cpp "$LINENO"; then :
10208 $as_echo "#define HAVE_FREETYPE_FTTRIGON_H 1" >>confdefs.h
10210 wine_cv_fttrigon=yes
10211 else
10212 wine_cv_fttrigon=no
10214 rm -f conftest.err conftest.$ac_ext
10215 ac_fn_c_check_type "$LINENO" "FT_TrueTypeEngineType" "ac_cv_type_FT_TrueTypeEngineType" "#include <freetype/ftmodapi.h>
10217 if test "x$ac_cv_type_FT_TrueTypeEngineType" = x""yes; then :
10219 cat >>confdefs.h <<_ACEOF
10220 #define HAVE_FT_TRUETYPEENGINETYPE 1
10221 _ACEOF
10226 ac_save_CFLAGS="$CFLAGS"
10227 CFLAGS="$CFLAGS $ac_freetype_libs"
10228 for ac_func in FT_Load_Sfnt_Table
10229 do :
10230 ac_fn_c_check_func "$LINENO" "FT_Load_Sfnt_Table" "ac_cv_func_FT_Load_Sfnt_Table"
10231 if test "x$ac_cv_func_FT_Load_Sfnt_Table" = x""yes; then :
10232 cat >>confdefs.h <<_ACEOF
10233 #define HAVE_FT_LOAD_SFNT_TABLE 1
10234 _ACEOF
10237 done
10239 CFLAGS="$ac_save_CFLAGS"
10240 CPPFLAGS="$ac_save_CPPFLAGS"
10241 if test "$ac_cv_header_freetype_freetype_h" = "yes" -a "$wine_cv_fttrigon" = "yes"
10242 then
10244 $as_echo "#define HAVE_FREETYPE 1" >>confdefs.h
10246 FREETYPELIBS="$ac_freetype_libs"
10248 FREETYPEINCL="$ac_freetype_incl"
10253 if test "x$FREETYPELIBS" = "x"; then :
10254 case "x$with_freetype" in
10255 xno) ;;
10256 *) as_fn_error "FreeType ${notice_platform}development files not found. Fonts will not be built.
10257 Use the --without-freetype option if you really want this." "$LINENO" 5 ;;
10258 esac
10260 test "x$FREETYPELIBS" = "x" && enable_fonts=${enable_fonts:-no}
10262 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for parport header/ppdev.h" >&5
10263 $as_echo_n "checking for parport header/ppdev.h... " >&6; }
10264 if test "${ac_cv_c_ppdev+set}" = set; then :
10265 $as_echo_n "(cached) " >&6
10266 else
10267 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10268 /* end confdefs.h. */
10269 #ifdef HAVE_SYS_IOCTL_H
10270 # include <sys/ioctl.h>
10271 #endif
10272 #include <linux/ppdev.h>
10274 main ()
10276 ioctl (1,PPCLAIM,0)
10278 return 0;
10280 _ACEOF
10281 if ac_fn_c_try_compile "$LINENO"; then :
10282 ac_cv_c_ppdev="yes"
10283 else
10284 ac_cv_c_ppdev="no"
10286 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10288 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_ppdev" >&5
10289 $as_echo "$ac_cv_c_ppdev" >&6; }
10290 if test "$ac_cv_c_ppdev" = "yes"
10291 then
10293 $as_echo "#define HAVE_PPDEV 1" >>confdefs.h
10297 ac_wine_check_funcs_save_LIBS="$LIBS"
10298 LIBS="$LIBS $LIBPTHREAD"
10299 for ac_func in \
10300 pthread_attr_get_np \
10301 pthread_getattr_np \
10302 pthread_get_stackaddr_np \
10303 pthread_get_stacksize_np
10304 do :
10305 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
10306 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
10307 eval as_val=\$$as_ac_var
10308 if test "x$as_val" = x""yes; then :
10309 cat >>confdefs.h <<_ACEOF
10310 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
10311 _ACEOF
10314 done
10316 LIBS="$ac_wine_check_funcs_save_LIBS"
10318 if test "$ac_cv_header_zlib_h" = "yes"
10319 then
10320 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inflate in -lz" >&5
10321 $as_echo_n "checking for inflate in -lz... " >&6; }
10322 if test "${ac_cv_lib_z_inflate+set}" = set; then :
10323 $as_echo_n "(cached) " >&6
10324 else
10325 ac_check_lib_save_LIBS=$LIBS
10326 LIBS="-lz $LIBS"
10327 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10328 /* end confdefs.h. */
10330 /* Override any GCC internal prototype to avoid an error.
10331 Use char because int might match the return type of a GCC
10332 builtin and then its argument prototype would still apply. */
10333 #ifdef __cplusplus
10334 extern "C"
10335 #endif
10336 char inflate ();
10338 main ()
10340 return inflate ();
10342 return 0;
10344 _ACEOF
10345 if ac_fn_c_try_link "$LINENO"; then :
10346 ac_cv_lib_z_inflate=yes
10347 else
10348 ac_cv_lib_z_inflate=no
10350 rm -f core conftest.err conftest.$ac_objext \
10351 conftest$ac_exeext conftest.$ac_ext
10352 LIBS=$ac_check_lib_save_LIBS
10354 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_z_inflate" >&5
10355 $as_echo "$ac_cv_lib_z_inflate" >&6; }
10356 if test "x$ac_cv_lib_z_inflate" = x""yes; then :
10358 $as_echo "#define HAVE_ZLIB 1" >>confdefs.h
10360 ZLIB="-lz"
10366 if test "x$with_esd" != xno
10367 then
10368 save_CFLAGS="$CFLAGS"
10369 # Extract the first word of "esd-config", so it can be a program name with args.
10370 set dummy esd-config; ac_word=$2
10371 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10372 $as_echo_n "checking for $ac_word... " >&6; }
10373 if test "${ac_cv_path_ESDCONFIG+set}" = set; then :
10374 $as_echo_n "(cached) " >&6
10375 else
10376 case $ESDCONFIG in
10377 [\\/]* | ?:[\\/]*)
10378 ac_cv_path_ESDCONFIG="$ESDCONFIG" # Let the user override the test with a path.
10381 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10382 for as_dir in $PATH
10384 IFS=$as_save_IFS
10385 test -z "$as_dir" && as_dir=.
10386 for ac_exec_ext in '' $ac_executable_extensions; do
10387 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10388 ac_cv_path_ESDCONFIG="$as_dir/$ac_word$ac_exec_ext"
10389 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10390 break 2
10392 done
10393 done
10394 IFS=$as_save_IFS
10396 test -z "$ac_cv_path_ESDCONFIG" && ac_cv_path_ESDCONFIG="no"
10398 esac
10400 ESDCONFIG=$ac_cv_path_ESDCONFIG
10401 if test -n "$ESDCONFIG"; then
10402 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ESDCONFIG" >&5
10403 $as_echo "$ESDCONFIG" >&6; }
10404 else
10405 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10406 $as_echo "no" >&6; }
10410 if test "x$ESDCONFIG" != "xno"
10411 then
10412 ac_esd_incl=""
10413 for i in `$ESDCONFIG --cflags`
10415 case "$i" in
10416 -I*) ac_esd_incl="$ac_esd_incl $i";;
10417 esac
10418 done
10419 ac_esd_libs=`$ESDCONFIG --libs`
10420 CFLAGS="$CFLAGS $ac_esd_incl"
10422 ac_esd_libs=${ac_esd_libs:-"-lesd"}
10423 ac_fn_c_check_header_mongrel "$LINENO" "esd.h" "ac_cv_header_esd_h" "$ac_includes_default"
10424 if test "x$ac_cv_header_esd_h" = x""yes; then :
10425 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for esd_open_sound in -lesd" >&5
10426 $as_echo_n "checking for esd_open_sound in -lesd... " >&6; }
10427 if test "${ac_cv_lib_esd_esd_open_sound+set}" = set; then :
10428 $as_echo_n "(cached) " >&6
10429 else
10430 ac_check_lib_save_LIBS=$LIBS
10431 LIBS="-lesd $ac_esd_libs $LIBS"
10432 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10433 /* end confdefs.h. */
10435 /* Override any GCC internal prototype to avoid an error.
10436 Use char because int might match the return type of a GCC
10437 builtin and then its argument prototype would still apply. */
10438 #ifdef __cplusplus
10439 extern "C"
10440 #endif
10441 char esd_open_sound ();
10443 main ()
10445 return esd_open_sound ();
10447 return 0;
10449 _ACEOF
10450 if ac_fn_c_try_link "$LINENO"; then :
10451 ac_cv_lib_esd_esd_open_sound=yes
10452 else
10453 ac_cv_lib_esd_esd_open_sound=no
10455 rm -f core conftest.err conftest.$ac_objext \
10456 conftest$ac_exeext conftest.$ac_ext
10457 LIBS=$ac_check_lib_save_LIBS
10459 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_esd_esd_open_sound" >&5
10460 $as_echo "$ac_cv_lib_esd_esd_open_sound" >&6; }
10461 if test "x$ac_cv_lib_esd_esd_open_sound" = x""yes; then :
10462 ESDINCL="$ac_esd_incl"
10464 ESDLIBS="$ac_esd_libs"
10467 $as_echo "#define HAVE_ESD 1" >>confdefs.h
10474 CFLAGS="$save_CFLAGS"
10477 ALSALIBS=""
10479 if test "$ac_cv_header_sys_asoundlib_h" = "yes" -o "$ac_cv_header_alsa_asoundlib_h" = "yes"
10480 then
10481 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for snd_pcm_hw_params_get_access in -lasound" >&5
10482 $as_echo_n "checking for snd_pcm_hw_params_get_access in -lasound... " >&6; }
10483 if test "${ac_cv_lib_asound_snd_pcm_hw_params_get_access+set}" = set; then :
10484 $as_echo_n "(cached) " >&6
10485 else
10486 ac_check_lib_save_LIBS=$LIBS
10487 LIBS="-lasound $LIBS"
10488 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10489 /* end confdefs.h. */
10491 /* Override any GCC internal prototype to avoid an error.
10492 Use char because int might match the return type of a GCC
10493 builtin and then its argument prototype would still apply. */
10494 #ifdef __cplusplus
10495 extern "C"
10496 #endif
10497 char snd_pcm_hw_params_get_access ();
10499 main ()
10501 return snd_pcm_hw_params_get_access ();
10503 return 0;
10505 _ACEOF
10506 if ac_fn_c_try_link "$LINENO"; then :
10507 ac_cv_lib_asound_snd_pcm_hw_params_get_access=yes
10508 else
10509 ac_cv_lib_asound_snd_pcm_hw_params_get_access=no
10511 rm -f core conftest.err conftest.$ac_objext \
10512 conftest$ac_exeext conftest.$ac_ext
10513 LIBS=$ac_check_lib_save_LIBS
10515 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&5
10516 $as_echo "$ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&6; }
10517 if test "x$ac_cv_lib_asound_snd_pcm_hw_params_get_access" = x""yes; then :
10518 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10519 /* end confdefs.h. */
10520 #ifdef HAVE_ALSA_ASOUNDLIB_H
10521 #include <alsa/asoundlib.h>
10522 #elif defined(HAVE_SYS_ASOUNDLIB_H)
10523 #include <sys/asoundlib.h>
10524 #endif
10526 main ()
10528 int ret = snd_pcm_hw_params_get_access(NULL, NULL)
10530 return 0;
10532 _ACEOF
10533 if ac_fn_c_try_compile "$LINENO"; then :
10535 $as_echo "#define HAVE_ALSA 1" >>confdefs.h
10537 ALSALIBS="-lasound"
10539 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10544 AUDIOIOLIBS=""
10546 if test "$ac_cv_header_libaudioio_h" = "yes"
10547 then
10548 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for AudioIOGetVersion in -laudioio" >&5
10549 $as_echo_n "checking for AudioIOGetVersion in -laudioio... " >&6; }
10550 if test "${ac_cv_lib_audioio_AudioIOGetVersion+set}" = set; then :
10551 $as_echo_n "(cached) " >&6
10552 else
10553 ac_check_lib_save_LIBS=$LIBS
10554 LIBS="-laudioio $LIBS"
10555 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10556 /* end confdefs.h. */
10558 /* Override any GCC internal prototype to avoid an error.
10559 Use char because int might match the return type of a GCC
10560 builtin and then its argument prototype would still apply. */
10561 #ifdef __cplusplus
10562 extern "C"
10563 #endif
10564 char AudioIOGetVersion ();
10566 main ()
10568 return AudioIOGetVersion ();
10570 return 0;
10572 _ACEOF
10573 if ac_fn_c_try_link "$LINENO"; then :
10574 ac_cv_lib_audioio_AudioIOGetVersion=yes
10575 else
10576 ac_cv_lib_audioio_AudioIOGetVersion=no
10578 rm -f core conftest.err conftest.$ac_objext \
10579 conftest$ac_exeext conftest.$ac_ext
10580 LIBS=$ac_check_lib_save_LIBS
10582 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_audioio_AudioIOGetVersion" >&5
10583 $as_echo "$ac_cv_lib_audioio_AudioIOGetVersion" >&6; }
10584 if test "x$ac_cv_lib_audioio_AudioIOGetVersion" = x""yes; then :
10585 AUDIOIOLIBS="-laudioio"
10587 $as_echo "#define HAVE_LIBAUDIOIO 1" >>confdefs.h
10594 if test "$ac_cv_header_capi20_h" = "yes" -a "$ac_cv_header_linux_capi_h" = "yes"
10595 then
10596 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcapi20" >&5
10597 $as_echo_n "checking for -lcapi20... " >&6; }
10598 if test "${ac_cv_lib_soname_capi20+set}" = set; then :
10599 $as_echo_n "(cached) " >&6
10600 else
10601 ac_check_soname_save_LIBS=$LIBS
10602 LIBS="-lcapi20 $LIBS"
10603 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10604 /* end confdefs.h. */
10606 /* Override any GCC internal prototype to avoid an error.
10607 Use char because int might match the return type of a GCC
10608 builtin and then its argument prototype would still apply. */
10609 #ifdef __cplusplus
10610 extern "C"
10611 #endif
10612 char capi20_register ();
10614 main ()
10616 return capi20_register ();
10618 return 0;
10620 _ACEOF
10621 if ac_fn_c_try_link "$LINENO"; then :
10622 case "$LIBEXT" in
10623 dll) ac_cv_lib_soname_capi20=`$ac_cv_path_LDD conftest.exe | grep "capi20" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10624 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'` ;;
10625 *) ac_cv_lib_soname_capi20=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcapi20\\.$LIBEXT" | sed -e "s/^.*\(libcapi20\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10626 esac
10628 rm -f core conftest.err conftest.$ac_objext \
10629 conftest$ac_exeext conftest.$ac_ext
10630 LIBS=$ac_check_soname_save_LIBS
10632 if test "x$ac_cv_lib_soname_capi20" = "x"; then :
10633 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10634 $as_echo "not found" >&6; }
10636 else
10637 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_capi20" >&5
10638 $as_echo "$ac_cv_lib_soname_capi20" >&6; }
10640 cat >>confdefs.h <<_ACEOF
10641 #define SONAME_LIBCAPI20 "$ac_cv_lib_soname_capi20"
10642 _ACEOF
10647 if test "x$ac_cv_lib_soname_capi20" = "x"; then :
10648 case "x$with_capi" in
10649 x) as_fn_append wine_notices "|libcapi20 ${notice_platform}development files not found, ISDN won't be supported." ;;
10650 xno) ;;
10651 *) as_fn_error "libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
10652 This is an error since --with-capi was requested." "$LINENO" 5 ;;
10653 esac
10656 CUPSINCL=""
10658 if test "x$with_cups" != "xno"
10659 then
10660 ac_save_CPPFLAGS="$CPPFLAGS"
10661 ac_cups_cflags=`cups-config --cflags 2>/dev/null`
10662 ac_cups_libs=`cups-config --ldflags 2>/dev/null`
10663 CPPFLAGS="$CPPFLAGS $ac_cups_cflags"
10664 for ac_header in cups/cups.h
10665 do :
10666 ac_fn_c_check_header_mongrel "$LINENO" "cups/cups.h" "ac_cv_header_cups_cups_h" "$ac_includes_default"
10667 if test "x$ac_cv_header_cups_cups_h" = x""yes; then :
10668 cat >>confdefs.h <<_ACEOF
10669 #define HAVE_CUPS_CUPS_H 1
10670 _ACEOF
10671 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcups" >&5
10672 $as_echo_n "checking for -lcups... " >&6; }
10673 if test "${ac_cv_lib_soname_cups+set}" = set; then :
10674 $as_echo_n "(cached) " >&6
10675 else
10676 ac_check_soname_save_LIBS=$LIBS
10677 LIBS="-lcups $ac_cups_libs $LIBS"
10678 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10679 /* end confdefs.h. */
10681 /* Override any GCC internal prototype to avoid an error.
10682 Use char because int might match the return type of a GCC
10683 builtin and then its argument prototype would still apply. */
10684 #ifdef __cplusplus
10685 extern "C"
10686 #endif
10687 char cupsGetDefault ();
10689 main ()
10691 return cupsGetDefault ();
10693 return 0;
10695 _ACEOF
10696 if ac_fn_c_try_link "$LINENO"; then :
10697 case "$LIBEXT" in
10698 dll) ac_cv_lib_soname_cups=`$ac_cv_path_LDD conftest.exe | grep "cups" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10699 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'` ;;
10700 *) ac_cv_lib_soname_cups=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcups\\.$LIBEXT" | sed -e "s/^.*\(libcups\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10701 esac
10703 rm -f core conftest.err conftest.$ac_objext \
10704 conftest$ac_exeext conftest.$ac_ext
10705 LIBS=$ac_check_soname_save_LIBS
10707 if test "x$ac_cv_lib_soname_cups" = "x"; then :
10708 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10709 $as_echo "not found" >&6; }
10711 else
10712 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_cups" >&5
10713 $as_echo "$ac_cv_lib_soname_cups" >&6; }
10715 cat >>confdefs.h <<_ACEOF
10716 #define SONAME_LIBCUPS "$ac_cv_lib_soname_cups"
10717 _ACEOF
10719 CUPSINCL="$ac_cups_cflags"
10723 done
10725 CPPFLAGS="$ac_save_CPPFLAGS"
10727 if test "x$ac_cv_lib_soname_cups" = "x"; then :
10728 case "x$with_cups" in
10729 x) as_fn_append wine_notices "|libcups ${notice_platform}development files not found, CUPS won't be supported." ;;
10730 xno) ;;
10731 *) as_fn_error "libcups ${notice_platform}development files not found, CUPS won't be supported.
10732 This is an error since --with-cups was requested." "$LINENO" 5 ;;
10733 esac
10736 if test "$ac_cv_header_jack_jack_h" = "yes"
10737 then
10738 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ljack" >&5
10739 $as_echo_n "checking for -ljack... " >&6; }
10740 if test "${ac_cv_lib_soname_jack+set}" = set; then :
10741 $as_echo_n "(cached) " >&6
10742 else
10743 ac_check_soname_save_LIBS=$LIBS
10744 LIBS="-ljack $LIBS"
10745 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10746 /* end confdefs.h. */
10748 /* Override any GCC internal prototype to avoid an error.
10749 Use char because int might match the return type of a GCC
10750 builtin and then its argument prototype would still apply. */
10751 #ifdef __cplusplus
10752 extern "C"
10753 #endif
10754 char jack_client_new ();
10756 main ()
10758 return jack_client_new ();
10760 return 0;
10762 _ACEOF
10763 if ac_fn_c_try_link "$LINENO"; then :
10764 case "$LIBEXT" in
10765 dll) ac_cv_lib_soname_jack=`$ac_cv_path_LDD conftest.exe | grep "jack" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10766 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'` ;;
10767 *) 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'` ;;
10768 esac
10770 rm -f core conftest.err conftest.$ac_objext \
10771 conftest$ac_exeext conftest.$ac_ext
10772 LIBS=$ac_check_soname_save_LIBS
10774 if test "x$ac_cv_lib_soname_jack" = "x"; then :
10775 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10776 $as_echo "not found" >&6; }
10778 else
10779 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_jack" >&5
10780 $as_echo "$ac_cv_lib_soname_jack" >&6; }
10782 cat >>confdefs.h <<_ACEOF
10783 #define SONAME_LIBJACK "$ac_cv_lib_soname_jack"
10784 _ACEOF
10790 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
10791 then
10792 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfontconfig" >&5
10793 $as_echo_n "checking for -lfontconfig... " >&6; }
10794 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then :
10795 $as_echo_n "(cached) " >&6
10796 else
10797 ac_check_soname_save_LIBS=$LIBS
10798 LIBS="-lfontconfig $LIBS"
10799 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10800 /* end confdefs.h. */
10802 /* Override any GCC internal prototype to avoid an error.
10803 Use char because int might match the return type of a GCC
10804 builtin and then its argument prototype would still apply. */
10805 #ifdef __cplusplus
10806 extern "C"
10807 #endif
10808 char FcInit ();
10810 main ()
10812 return FcInit ();
10814 return 0;
10816 _ACEOF
10817 if ac_fn_c_try_link "$LINENO"; then :
10818 case "$LIBEXT" in
10819 dll) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest.exe | grep "fontconfig" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10820 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'` ;;
10821 *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10822 esac
10824 rm -f core conftest.err conftest.$ac_objext \
10825 conftest$ac_exeext conftest.$ac_ext
10826 LIBS=$ac_check_soname_save_LIBS
10828 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then :
10829 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10830 $as_echo "not found" >&6; }
10832 else
10833 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_fontconfig" >&5
10834 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
10836 cat >>confdefs.h <<_ACEOF
10837 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
10838 _ACEOF
10842 elif test -n "$X_CFLAGS" -a "x$with_fontconfig" != "xno"
10843 then
10844 ac_save_CPPFLAGS="$CPPFLAGS"
10845 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
10846 $as_unset ac_cv_header_fontconfig_fontconfig_h
10847 for ac_header in fontconfig/fontconfig.h
10848 do :
10849 ac_fn_c_check_header_mongrel "$LINENO" "fontconfig/fontconfig.h" "ac_cv_header_fontconfig_fontconfig_h" "$ac_includes_default"
10850 if test "x$ac_cv_header_fontconfig_fontconfig_h" = x""yes; then :
10851 cat >>confdefs.h <<_ACEOF
10852 #define HAVE_FONTCONFIG_FONTCONFIG_H 1
10853 _ACEOF
10857 done
10859 CPPFLAGS="$ac_save_CPPFLAGS"
10860 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
10861 then
10862 FONTCONFIGINCL="$X_CFLAGS"
10864 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lfontconfig" >&5
10865 $as_echo_n "checking for -lfontconfig... " >&6; }
10866 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then :
10867 $as_echo_n "(cached) " >&6
10868 else
10869 ac_check_soname_save_LIBS=$LIBS
10870 LIBS="-lfontconfig $X_LIBS $LIBS"
10871 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10872 /* end confdefs.h. */
10874 /* Override any GCC internal prototype to avoid an error.
10875 Use char because int might match the return type of a GCC
10876 builtin and then its argument prototype would still apply. */
10877 #ifdef __cplusplus
10878 extern "C"
10879 #endif
10880 char FcInit ();
10882 main ()
10884 return FcInit ();
10886 return 0;
10888 _ACEOF
10889 if ac_fn_c_try_link "$LINENO"; then :
10890 case "$LIBEXT" in
10891 dll) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest.exe | grep "fontconfig" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10892 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'` ;;
10893 *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10894 esac
10896 rm -f core conftest.err conftest.$ac_objext \
10897 conftest$ac_exeext conftest.$ac_ext
10898 LIBS=$ac_check_soname_save_LIBS
10900 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then :
10901 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10902 $as_echo "not found" >&6; }
10904 else
10905 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_fontconfig" >&5
10906 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
10908 cat >>confdefs.h <<_ACEOF
10909 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
10910 _ACEOF
10916 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then :
10917 case "x$with_fontconfig" in
10918 x) as_fn_append wine_notices "|fontconfig ${notice_platform}development files not found, fontconfig won't be supported." ;;
10919 xno) ;;
10920 *) as_fn_error "fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
10921 This is an error since --with-fontconfig was requested." "$LINENO" 5 ;;
10922 esac
10925 if test "$ac_cv_header_openssl_err_h" = "yes" -a "$ac_cv_header_openssl_ssl_h" = "yes"
10926 then
10927 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lssl" >&5
10928 $as_echo_n "checking for -lssl... " >&6; }
10929 if test "${ac_cv_lib_soname_ssl+set}" = set; then :
10930 $as_echo_n "(cached) " >&6
10931 else
10932 ac_check_soname_save_LIBS=$LIBS
10933 LIBS="-lssl $LIBS"
10934 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10935 /* end confdefs.h. */
10937 /* Override any GCC internal prototype to avoid an error.
10938 Use char because int might match the return type of a GCC
10939 builtin and then its argument prototype would still apply. */
10940 #ifdef __cplusplus
10941 extern "C"
10942 #endif
10943 char SSL_library_init ();
10945 main ()
10947 return SSL_library_init ();
10949 return 0;
10951 _ACEOF
10952 if ac_fn_c_try_link "$LINENO"; then :
10953 case "$LIBEXT" in
10954 dll) ac_cv_lib_soname_ssl=`$ac_cv_path_LDD conftest.exe | grep "ssl" | sed -e "s/dll.*/dll/"';2,$d'` ;;
10955 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'` ;;
10956 *) ac_cv_lib_soname_ssl=`$ac_cv_path_LDD conftest$ac_exeext | grep "libssl\\.$LIBEXT" | sed -e "s/^.*\(libssl\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10957 esac
10959 rm -f core conftest.err conftest.$ac_objext \
10960 conftest$ac_exeext conftest.$ac_ext
10961 LIBS=$ac_check_soname_save_LIBS
10963 if test "x$ac_cv_lib_soname_ssl" = "x"; then :
10964 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
10965 $as_echo "not found" >&6; }
10967 else
10968 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_ssl" >&5
10969 $as_echo "$ac_cv_lib_soname_ssl" >&6; }
10971 cat >>confdefs.h <<_ACEOF
10972 #define SONAME_LIBSSL "$ac_cv_lib_soname_ssl"
10973 _ACEOF
10977 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lcrypto" >&5
10978 $as_echo_n "checking for -lcrypto... " >&6; }
10979 if test "${ac_cv_lib_soname_crypto+set}" = set; then :
10980 $as_echo_n "(cached) " >&6
10981 else
10982 ac_check_soname_save_LIBS=$LIBS
10983 LIBS="-lcrypto $LIBS"
10984 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10985 /* end confdefs.h. */
10987 /* Override any GCC internal prototype to avoid an error.
10988 Use char because int might match the return type of a GCC
10989 builtin and then its argument prototype would still apply. */
10990 #ifdef __cplusplus
10991 extern "C"
10992 #endif
10993 char BIO_new_socket ();
10995 main ()
10997 return BIO_new_socket ();
10999 return 0;
11001 _ACEOF
11002 if ac_fn_c_try_link "$LINENO"; then :
11003 case "$LIBEXT" in
11004 dll) ac_cv_lib_soname_crypto=`$ac_cv_path_LDD conftest.exe | grep "crypto" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11005 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'` ;;
11006 *) ac_cv_lib_soname_crypto=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcrypto\\.$LIBEXT" | sed -e "s/^.*\(libcrypto\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11007 esac
11009 rm -f core conftest.err conftest.$ac_objext \
11010 conftest$ac_exeext conftest.$ac_ext
11011 LIBS=$ac_check_soname_save_LIBS
11013 if test "x$ac_cv_lib_soname_crypto" = "x"; then :
11014 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11015 $as_echo "not found" >&6; }
11017 else
11018 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_crypto" >&5
11019 $as_echo "$ac_cv_lib_soname_crypto" >&6; }
11021 cat >>confdefs.h <<_ACEOF
11022 #define SONAME_LIBCRYPTO "$ac_cv_lib_soname_crypto"
11023 _ACEOF
11028 if test "x$ac_cv_lib_soname_ssl" = "x" -o "x$ac_cv_lib_soname_crypto" = "x"; then :
11029 case "x$with_openssl" in
11030 x) as_fn_append wine_warnings "|OpenSSL ${notice_platform}development files not found, SSL won't be supported." ;;
11031 xno) ;;
11032 *) as_fn_error "OpenSSL ${notice_platform}development files not found, SSL won't be supported.
11033 This is an error since --with-openssl was requested." "$LINENO" 5 ;;
11034 esac
11037 if test "$ac_cv_header_gsm_h" = "yes" -o "$ac_cv_header_gsm_gsm_h" = "yes"
11038 then
11039 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lgsm" >&5
11040 $as_echo_n "checking for -lgsm... " >&6; }
11041 if test "${ac_cv_lib_soname_gsm+set}" = set; then :
11042 $as_echo_n "(cached) " >&6
11043 else
11044 ac_check_soname_save_LIBS=$LIBS
11045 LIBS="-lgsm $LIBS"
11046 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11047 /* end confdefs.h. */
11049 /* Override any GCC internal prototype to avoid an error.
11050 Use char because int might match the return type of a GCC
11051 builtin and then its argument prototype would still apply. */
11052 #ifdef __cplusplus
11053 extern "C"
11054 #endif
11055 char gsm_create ();
11057 main ()
11059 return gsm_create ();
11061 return 0;
11063 _ACEOF
11064 if ac_fn_c_try_link "$LINENO"; then :
11065 case "$LIBEXT" in
11066 dll) ac_cv_lib_soname_gsm=`$ac_cv_path_LDD conftest.exe | grep "gsm" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11067 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'` ;;
11068 *) ac_cv_lib_soname_gsm=`$ac_cv_path_LDD conftest$ac_exeext | grep "libgsm\\.$LIBEXT" | sed -e "s/^.*\(libgsm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11069 esac
11071 rm -f core conftest.err conftest.$ac_objext \
11072 conftest$ac_exeext conftest.$ac_ext
11073 LIBS=$ac_check_soname_save_LIBS
11075 if test "x$ac_cv_lib_soname_gsm" = "x"; then :
11076 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11077 $as_echo "not found" >&6; }
11079 else
11080 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_gsm" >&5
11081 $as_echo "$ac_cv_lib_soname_gsm" >&6; }
11083 cat >>confdefs.h <<_ACEOF
11084 #define SONAME_LIBGSM "$ac_cv_lib_soname_gsm"
11085 _ACEOF
11090 if test "x$ac_cv_lib_soname_gsm" = "x"; then :
11091 case "x$with_gsm" in
11092 x) as_fn_append wine_notices "|libgsm ${notice_platform}development files not found, gsm 06.10 codec won't be supported." ;;
11093 xno) ;;
11094 *) as_fn_error "libgsm ${notice_platform}development files not found, gsm 06.10 codec won't be supported.
11095 This is an error since --with-gsm was requested." "$LINENO" 5 ;;
11096 esac
11099 if test "$ac_cv_header_icns_h" = "yes"
11100 then
11101 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -licns" >&5
11102 $as_echo_n "checking for -licns... " >&6; }
11103 if test "${ac_cv_lib_soname_icns+set}" = set; then :
11104 $as_echo_n "(cached) " >&6
11105 else
11106 ac_check_soname_save_LIBS=$LIBS
11107 LIBS="-licns $LIBS"
11108 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11109 /* end confdefs.h. */
11111 /* Override any GCC internal prototype to avoid an error.
11112 Use char because int might match the return type of a GCC
11113 builtin and then its argument prototype would still apply. */
11114 #ifdef __cplusplus
11115 extern "C"
11116 #endif
11117 char icns_write_family_to_file ();
11119 main ()
11121 return icns_write_family_to_file ();
11123 return 0;
11125 _ACEOF
11126 if ac_fn_c_try_link "$LINENO"; then :
11127 case "$LIBEXT" in
11128 dll) ac_cv_lib_soname_icns=`$ac_cv_path_LDD conftest.exe | grep "icns" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11129 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'` ;;
11130 *) ac_cv_lib_soname_icns=`$ac_cv_path_LDD conftest$ac_exeext | grep "libicns\\.$LIBEXT" | sed -e "s/^.*\(libicns\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11131 esac
11133 rm -f core conftest.err conftest.$ac_objext \
11134 conftest$ac_exeext conftest.$ac_ext
11135 LIBS=$ac_check_soname_save_LIBS
11137 if test "x$ac_cv_lib_soname_icns" = "x"; then :
11138 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11139 $as_echo "not found" >&6; }
11141 else
11142 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_icns" >&5
11143 $as_echo "$ac_cv_lib_soname_icns" >&6; }
11145 cat >>confdefs.h <<_ACEOF
11146 #define SONAME_LIBICNS "$ac_cv_lib_soname_icns"
11147 _ACEOF
11152 case $host_os in
11153 darwin*|macosx*)
11154 if test "x$ac_cv_lib_soname_icns" = "x"; then :
11155 case "x$with_icns" in
11156 x) as_fn_append wine_notices "|libicns ${notice_platform}development files not found, ICNS icons won't be supported." ;;
11157 xno) ;;
11158 *) as_fn_error "libicns ${notice_platform}development files not found, ICNS icons won't be supported.
11159 This is an error since --with-icns was requested." "$LINENO" 5 ;;
11160 esac
11161 fi ;;
11162 esac
11164 if test "$ac_cv_header_jpeglib_h" = "yes"
11165 then
11166 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ljpeg" >&5
11167 $as_echo_n "checking for -ljpeg... " >&6; }
11168 if test "${ac_cv_lib_soname_jpeg+set}" = set; then :
11169 $as_echo_n "(cached) " >&6
11170 else
11171 ac_check_soname_save_LIBS=$LIBS
11172 LIBS="-ljpeg $LIBS"
11173 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11174 /* end confdefs.h. */
11176 /* Override any GCC internal prototype to avoid an error.
11177 Use char because int might match the return type of a GCC
11178 builtin and then its argument prototype would still apply. */
11179 #ifdef __cplusplus
11180 extern "C"
11181 #endif
11182 char jpeg_start_decompress ();
11184 main ()
11186 return jpeg_start_decompress ();
11188 return 0;
11190 _ACEOF
11191 if ac_fn_c_try_link "$LINENO"; then :
11192 case "$LIBEXT" in
11193 dll) ac_cv_lib_soname_jpeg=`$ac_cv_path_LDD conftest.exe | grep "jpeg" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11194 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'` ;;
11195 *) ac_cv_lib_soname_jpeg=`$ac_cv_path_LDD conftest$ac_exeext | grep "libjpeg\\.$LIBEXT" | sed -e "s/^.*\(libjpeg\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11196 esac
11198 rm -f core conftest.err conftest.$ac_objext \
11199 conftest$ac_exeext conftest.$ac_ext
11200 LIBS=$ac_check_soname_save_LIBS
11202 if test "x$ac_cv_lib_soname_jpeg" = "x"; then :
11203 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11204 $as_echo "not found" >&6; }
11206 else
11207 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_jpeg" >&5
11208 $as_echo "$ac_cv_lib_soname_jpeg" >&6; }
11210 cat >>confdefs.h <<_ACEOF
11211 #define SONAME_LIBJPEG "$ac_cv_lib_soname_jpeg"
11212 _ACEOF
11217 if test "x$ac_cv_lib_soname_jpeg" = "x"; then :
11218 case "x$with_jpeg" in
11219 x) as_fn_append wine_warnings "|libjpeg ${notice_platform}development files not found, JPEG won't be supported." ;;
11220 xno) ;;
11221 *) as_fn_error "libjpeg ${notice_platform}development files not found, JPEG won't be supported.
11222 This is an error since --with-jpeg was requested." "$LINENO" 5 ;;
11223 esac
11226 if test "$ac_cv_header_png_h" = "yes"
11227 then
11228 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lpng" >&5
11229 $as_echo_n "checking for -lpng... " >&6; }
11230 if test "${ac_cv_lib_soname_png+set}" = set; then :
11231 $as_echo_n "(cached) " >&6
11232 else
11233 ac_check_soname_save_LIBS=$LIBS
11234 LIBS="-lpng -lm -lz $LIBS"
11235 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11236 /* end confdefs.h. */
11238 /* Override any GCC internal prototype to avoid an error.
11239 Use char because int might match the return type of a GCC
11240 builtin and then its argument prototype would still apply. */
11241 #ifdef __cplusplus
11242 extern "C"
11243 #endif
11244 char png_create_read_struct ();
11246 main ()
11248 return png_create_read_struct ();
11250 return 0;
11252 _ACEOF
11253 if ac_fn_c_try_link "$LINENO"; then :
11254 case "$LIBEXT" in
11255 dll) ac_cv_lib_soname_png=`$ac_cv_path_LDD conftest.exe | grep "png" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11256 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'` ;;
11257 *) 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'` ;;
11258 esac
11260 rm -f core conftest.err conftest.$ac_objext \
11261 conftest$ac_exeext conftest.$ac_ext
11262 LIBS=$ac_check_soname_save_LIBS
11264 if test "x$ac_cv_lib_soname_png" = "x"; then :
11265 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11266 $as_echo "not found" >&6; }
11268 else
11269 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_png" >&5
11270 $as_echo "$ac_cv_lib_soname_png" >&6; }
11272 cat >>confdefs.h <<_ACEOF
11273 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
11274 _ACEOF
11278 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for png_set_expand_gray_1_2_4_to_8 in -lpng" >&5
11279 $as_echo_n "checking for png_set_expand_gray_1_2_4_to_8 in -lpng... " >&6; }
11280 if test "${ac_cv_lib_png_png_set_expand_gray_1_2_4_to_8+set}" = set; then :
11281 $as_echo_n "(cached) " >&6
11282 else
11283 ac_check_lib_save_LIBS=$LIBS
11284 LIBS="-lpng -lm -lz $LIBS"
11285 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11286 /* end confdefs.h. */
11288 /* Override any GCC internal prototype to avoid an error.
11289 Use char because int might match the return type of a GCC
11290 builtin and then its argument prototype would still apply. */
11291 #ifdef __cplusplus
11292 extern "C"
11293 #endif
11294 char png_set_expand_gray_1_2_4_to_8 ();
11296 main ()
11298 return png_set_expand_gray_1_2_4_to_8 ();
11300 return 0;
11302 _ACEOF
11303 if ac_fn_c_try_link "$LINENO"; then :
11304 ac_cv_lib_png_png_set_expand_gray_1_2_4_to_8=yes
11305 else
11306 ac_cv_lib_png_png_set_expand_gray_1_2_4_to_8=no
11308 rm -f core conftest.err conftest.$ac_objext \
11309 conftest$ac_exeext conftest.$ac_ext
11310 LIBS=$ac_check_lib_save_LIBS
11312 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_png_png_set_expand_gray_1_2_4_to_8" >&5
11313 $as_echo "$ac_cv_lib_png_png_set_expand_gray_1_2_4_to_8" >&6; }
11314 if test "x$ac_cv_lib_png_png_set_expand_gray_1_2_4_to_8" = x""yes; then :
11316 $as_echo "#define HAVE_PNG_SET_EXPAND_GRAY_1_2_4_TO_8 1" >>confdefs.h
11321 elif test -n "$X_CFLAGS" -a "x$with_png" != "xno"
11322 then
11323 ac_save_CPPFLAGS="$CPPFLAGS"
11324 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
11325 $as_unset ac_cv_header_png_h
11326 for ac_header in png.h
11327 do :
11328 ac_fn_c_check_header_mongrel "$LINENO" "png.h" "ac_cv_header_png_h" "$ac_includes_default"
11329 if test "x$ac_cv_header_png_h" = x""yes; then :
11330 cat >>confdefs.h <<_ACEOF
11331 #define HAVE_PNG_H 1
11332 _ACEOF
11336 done
11338 CPPFLAGS="$ac_save_CPPFLAGS"
11339 if test "$ac_cv_header_png_h" = "yes"
11340 then
11341 PNGINCL="$X_CFLAGS"
11343 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lpng" >&5
11344 $as_echo_n "checking for -lpng... " >&6; }
11345 if test "${ac_cv_lib_soname_png+set}" = set; then :
11346 $as_echo_n "(cached) " >&6
11347 else
11348 ac_check_soname_save_LIBS=$LIBS
11349 LIBS="-lpng $X_LIBS -lm -lz $LIBS"
11350 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11351 /* end confdefs.h. */
11353 /* Override any GCC internal prototype to avoid an error.
11354 Use char because int might match the return type of a GCC
11355 builtin and then its argument prototype would still apply. */
11356 #ifdef __cplusplus
11357 extern "C"
11358 #endif
11359 char png_create_read_struct ();
11361 main ()
11363 return png_create_read_struct ();
11365 return 0;
11367 _ACEOF
11368 if ac_fn_c_try_link "$LINENO"; then :
11369 case "$LIBEXT" in
11370 dll) ac_cv_lib_soname_png=`$ac_cv_path_LDD conftest.exe | grep "png" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11371 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'` ;;
11372 *) 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'` ;;
11373 esac
11375 rm -f core conftest.err conftest.$ac_objext \
11376 conftest$ac_exeext conftest.$ac_ext
11377 LIBS=$ac_check_soname_save_LIBS
11379 if test "x$ac_cv_lib_soname_png" = "x"; then :
11380 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11381 $as_echo "not found" >&6; }
11383 else
11384 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_png" >&5
11385 $as_echo "$ac_cv_lib_soname_png" >&6; }
11387 cat >>confdefs.h <<_ACEOF
11388 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
11389 _ACEOF
11393 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for png_set_expand_gray_1_2_4_to_8 in -lpng" >&5
11394 $as_echo_n "checking for png_set_expand_gray_1_2_4_to_8 in -lpng... " >&6; }
11395 if test "${ac_cv_lib_png_png_set_expand_gray_1_2_4_to_8+set}" = set; then :
11396 $as_echo_n "(cached) " >&6
11397 else
11398 ac_check_lib_save_LIBS=$LIBS
11399 LIBS="-lpng $X_LIBS -lm -lz $LIBS"
11400 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11401 /* end confdefs.h. */
11403 /* Override any GCC internal prototype to avoid an error.
11404 Use char because int might match the return type of a GCC
11405 builtin and then its argument prototype would still apply. */
11406 #ifdef __cplusplus
11407 extern "C"
11408 #endif
11409 char png_set_expand_gray_1_2_4_to_8 ();
11411 main ()
11413 return png_set_expand_gray_1_2_4_to_8 ();
11415 return 0;
11417 _ACEOF
11418 if ac_fn_c_try_link "$LINENO"; then :
11419 ac_cv_lib_png_png_set_expand_gray_1_2_4_to_8=yes
11420 else
11421 ac_cv_lib_png_png_set_expand_gray_1_2_4_to_8=no
11423 rm -f core conftest.err conftest.$ac_objext \
11424 conftest$ac_exeext conftest.$ac_ext
11425 LIBS=$ac_check_lib_save_LIBS
11427 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_png_png_set_expand_gray_1_2_4_to_8" >&5
11428 $as_echo "$ac_cv_lib_png_png_set_expand_gray_1_2_4_to_8" >&6; }
11429 if test "x$ac_cv_lib_png_png_set_expand_gray_1_2_4_to_8" = x""yes; then :
11430 $as_echo "#define HAVE_PNG_SET_EXPAND_GRAY_1_2_4_TO_8 1" >>confdefs.h
11436 if test "x$ac_cv_lib_soname_png" = "x"; then :
11437 case "x$with_png" in
11438 x) as_fn_append wine_warnings "|libpng ${notice_platform}development files not found, PNG won't be supported." ;;
11439 xno) ;;
11440 *) as_fn_error "libpng ${notice_platform}development files not found, PNG won't be supported.
11441 This is an error since --with-png was requested." "$LINENO" 5 ;;
11442 esac
11445 if test "$ac_cv_header_tiffio_h" = "yes"
11446 then
11447 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -ltiff" >&5
11448 $as_echo_n "checking for -ltiff... " >&6; }
11449 if test "${ac_cv_lib_soname_tiff+set}" = set; then :
11450 $as_echo_n "(cached) " >&6
11451 else
11452 ac_check_soname_save_LIBS=$LIBS
11453 LIBS="-ltiff $LIBS"
11454 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11455 /* end confdefs.h. */
11457 /* Override any GCC internal prototype to avoid an error.
11458 Use char because int might match the return type of a GCC
11459 builtin and then its argument prototype would still apply. */
11460 #ifdef __cplusplus
11461 extern "C"
11462 #endif
11463 char TIFFClientOpen ();
11465 main ()
11467 return TIFFClientOpen ();
11469 return 0;
11471 _ACEOF
11472 if ac_fn_c_try_link "$LINENO"; then :
11473 case "$LIBEXT" in
11474 dll) ac_cv_lib_soname_tiff=`$ac_cv_path_LDD conftest.exe | grep "tiff" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11475 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'` ;;
11476 *) ac_cv_lib_soname_tiff=`$ac_cv_path_LDD conftest$ac_exeext | grep "libtiff\\.$LIBEXT" | sed -e "s/^.*\(libtiff\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11477 esac
11479 rm -f core conftest.err conftest.$ac_objext \
11480 conftest$ac_exeext conftest.$ac_ext
11481 LIBS=$ac_check_soname_save_LIBS
11483 if test "x$ac_cv_lib_soname_tiff" = "x"; then :
11484 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11485 $as_echo "not found" >&6; }
11487 else
11488 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_tiff" >&5
11489 $as_echo "$ac_cv_lib_soname_tiff" >&6; }
11491 cat >>confdefs.h <<_ACEOF
11492 #define SONAME_LIBTIFF "$ac_cv_lib_soname_tiff"
11493 _ACEOF
11498 if test "x$ac_cv_lib_soname_tiff" = "x"; then :
11499 case "x$with_tiff" in
11500 x) as_fn_append wine_notices "|libtiff ${notice_platform}development files not found, TIFF won't be supported." ;;
11501 xno) ;;
11502 *) as_fn_error "libtiff ${notice_platform}development files not found, TIFF won't be supported.
11503 This is an error since --with-tiff was requested." "$LINENO" 5 ;;
11504 esac
11507 if test "$ac_cv_header_mpg123_h" = "yes"
11508 then
11509 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for mpg123_feed in -lmpg123" >&5
11510 $as_echo_n "checking for mpg123_feed in -lmpg123... " >&6; }
11511 if test "${ac_cv_lib_mpg123_mpg123_feed+set}" = set; then :
11512 $as_echo_n "(cached) " >&6
11513 else
11514 ac_check_lib_save_LIBS=$LIBS
11515 LIBS="-lmpg123 $LIBS"
11516 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11517 /* end confdefs.h. */
11519 /* Override any GCC internal prototype to avoid an error.
11520 Use char because int might match the return type of a GCC
11521 builtin and then its argument prototype would still apply. */
11522 #ifdef __cplusplus
11523 extern "C"
11524 #endif
11525 char mpg123_feed ();
11527 main ()
11529 return mpg123_feed ();
11531 return 0;
11533 _ACEOF
11534 if ac_fn_c_try_link "$LINENO"; then :
11535 ac_cv_lib_mpg123_mpg123_feed=yes
11536 else
11537 ac_cv_lib_mpg123_mpg123_feed=no
11539 rm -f core conftest.err conftest.$ac_objext \
11540 conftest$ac_exeext conftest.$ac_ext
11541 LIBS=$ac_check_lib_save_LIBS
11543 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_mpg123_mpg123_feed" >&5
11544 $as_echo "$ac_cv_lib_mpg123_mpg123_feed" >&6; }
11545 if test "x$ac_cv_lib_mpg123_mpg123_feed" = x""yes; then :
11546 LIBMPG123="-lmpg123"
11551 if test "x$ac_cv_lib_mpg123_mpg123_feed" != xyes -a x"$ac_cv_header_CoreAudio_CoreAudio_h" != xyes; then :
11552 case "x$with_mpg123" in
11553 x) as_fn_append wine_notices "|libmpg123 ${notice_platform}development files not found (or too old), mp3 codec won't be supported." ;;
11554 xno) ;;
11555 *) as_fn_error "libmpg123 ${notice_platform}development files not found (or too old), mp3 codec won't be supported.
11556 This is an error since --with-mpg123 was requested." "$LINENO" 5 ;;
11557 esac
11559 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}
11561 if test "$ac_cv_header_AL_al_h" = "yes"
11562 then
11563 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lopenal" >&5
11564 $as_echo_n "checking for -lopenal... " >&6; }
11565 if test "${ac_cv_lib_soname_openal+set}" = set; then :
11566 $as_echo_n "(cached) " >&6
11567 else
11568 ac_check_soname_save_LIBS=$LIBS
11569 LIBS="-lopenal $LIBS"
11570 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11571 /* end confdefs.h. */
11573 /* Override any GCC internal prototype to avoid an error.
11574 Use char because int might match the return type of a GCC
11575 builtin and then its argument prototype would still apply. */
11576 #ifdef __cplusplus
11577 extern "C"
11578 #endif
11579 char alGetSource3i ();
11581 main ()
11583 return alGetSource3i ();
11585 return 0;
11587 _ACEOF
11588 if ac_fn_c_try_link "$LINENO"; then :
11589 case "$LIBEXT" in
11590 dll) ac_cv_lib_soname_openal=`$ac_cv_path_LDD conftest.exe | grep "openal" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11591 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'` ;;
11592 *) ac_cv_lib_soname_openal=`$ac_cv_path_LDD conftest$ac_exeext | grep "libopenal\\.$LIBEXT" | sed -e "s/^.*\(libopenal\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11593 esac
11595 rm -f core conftest.err conftest.$ac_objext \
11596 conftest$ac_exeext conftest.$ac_ext
11597 LIBS=$ac_check_soname_save_LIBS
11599 if test "x$ac_cv_lib_soname_openal" = "x"; then :
11600 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11601 $as_echo "not found" >&6; }
11603 else
11604 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_openal" >&5
11605 $as_echo "$ac_cv_lib_soname_openal" >&6; }
11607 cat >>confdefs.h <<_ACEOF
11608 #define SONAME_LIBOPENAL "$ac_cv_lib_soname_openal"
11609 _ACEOF
11611 LIBOPENAL="-lopenal"
11613 ac_cv_lib_openal=yes
11615 cat >>confdefs.h <<_ACEOF
11616 #define HAVE_OPENAL 1
11617 _ACEOF
11621 if test "x$ac_cv_lib_openal" != xyes; then :
11622 case "x$with_openal" in
11623 x) as_fn_append wine_notices "|libopenal ${notice_platform}development files not found (or too old), OpenAL won't be supported." ;;
11624 xno) ;;
11625 *) as_fn_error "libopenal ${notice_platform}development files not found (or too old), OpenAL won't be supported.
11626 This is an error since --with-openal was requested." "$LINENO" 5 ;;
11627 esac
11629 test "x$ac_cv_lib_openal" = xyes || enable_openal32=${enable_openal32:-no}
11631 if test "$ac_cv_header_kstat_h" = "yes"
11632 then
11633 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for kstat_open in -lkstat" >&5
11634 $as_echo_n "checking for kstat_open in -lkstat... " >&6; }
11635 if test "${ac_cv_lib_kstat_kstat_open+set}" = set; then :
11636 $as_echo_n "(cached) " >&6
11637 else
11638 ac_check_lib_save_LIBS=$LIBS
11639 LIBS="-lkstat $LIBS"
11640 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11641 /* end confdefs.h. */
11643 /* Override any GCC internal prototype to avoid an error.
11644 Use char because int might match the return type of a GCC
11645 builtin and then its argument prototype would still apply. */
11646 #ifdef __cplusplus
11647 extern "C"
11648 #endif
11649 char kstat_open ();
11651 main ()
11653 return kstat_open ();
11655 return 0;
11657 _ACEOF
11658 if ac_fn_c_try_link "$LINENO"; then :
11659 ac_cv_lib_kstat_kstat_open=yes
11660 else
11661 ac_cv_lib_kstat_kstat_open=no
11663 rm -f core conftest.err conftest.$ac_objext \
11664 conftest$ac_exeext conftest.$ac_ext
11665 LIBS=$ac_check_lib_save_LIBS
11667 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_kstat_kstat_open" >&5
11668 $as_echo "$ac_cv_lib_kstat_kstat_open" >&6; }
11669 if test "x$ac_cv_lib_kstat_kstat_open" = x""yes; then :
11671 $as_echo "#define HAVE_LIBKSTAT 1" >>confdefs.h
11673 LIBKSTAT="-lkstat"
11679 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lodbc" >&5
11680 $as_echo_n "checking for -lodbc... " >&6; }
11681 if test "${ac_cv_lib_soname_odbc+set}" = set; then :
11682 $as_echo_n "(cached) " >&6
11683 else
11684 ac_check_soname_save_LIBS=$LIBS
11685 LIBS="-lodbc $LIBS"
11686 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11687 /* end confdefs.h. */
11689 /* Override any GCC internal prototype to avoid an error.
11690 Use char because int might match the return type of a GCC
11691 builtin and then its argument prototype would still apply. */
11692 #ifdef __cplusplus
11693 extern "C"
11694 #endif
11695 char SQLConnect ();
11697 main ()
11699 return SQLConnect ();
11701 return 0;
11703 _ACEOF
11704 if ac_fn_c_try_link "$LINENO"; then :
11705 case "$LIBEXT" in
11706 dll) ac_cv_lib_soname_odbc=`$ac_cv_path_LDD conftest.exe | grep "odbc" | sed -e "s/dll.*/dll/"';2,$d'` ;;
11707 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'` ;;
11708 *) ac_cv_lib_soname_odbc=`$ac_cv_path_LDD conftest$ac_exeext | grep "libodbc\\.$LIBEXT" | sed -e "s/^.*\(libodbc\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11709 esac
11711 rm -f core conftest.err conftest.$ac_objext \
11712 conftest$ac_exeext conftest.$ac_ext
11713 LIBS=$ac_check_soname_save_LIBS
11715 if test "x$ac_cv_lib_soname_odbc" = "x"; then :
11716 { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
11717 $as_echo "not found" >&6; }
11718 cat >>confdefs.h <<_ACEOF
11719 #define SONAME_LIBODBC "libodbc.$LIBEXT"
11720 _ACEOF
11722 else
11723 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_soname_odbc" >&5
11724 $as_echo "$ac_cv_lib_soname_odbc" >&6; }
11726 cat >>confdefs.h <<_ACEOF
11727 #define SONAME_LIBODBC "$ac_cv_lib_soname_odbc"
11728 _ACEOF
11733 if test "x$ALSALIBS$AUDIOIOLIBS$COREAUDIO$NASLIBS$ESDLIBS$ac_cv_lib_soname_jack" = "x" -a \
11734 "$ac_cv_header_sys_soundcard_h" != "yes" -a \
11735 "$ac_cv_header_machine_soundcard_h" != "yes" -a \
11736 "$ac_cv_header_soundcard_h" != "yes" -a \
11737 "x$with_alsa$with_audioio$with_coreaudio$with_nas$with_esd$with_jack$with_oss" != xnonononononono
11738 then
11739 as_fn_append wine_warnings "|No sound system was found. Windows applications will be silent."
11743 EXTRACFLAGS=""
11745 if test "x${GCC}" = "xyes"
11746 then
11747 EXTRACFLAGS="-Wall -pipe"
11749 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gcc strength-reduce bug" >&5
11750 $as_echo_n "checking for gcc strength-reduce bug... " >&6; }
11751 if test "${ac_cv_c_gcc_strength_bug+set}" = set; then :
11752 $as_echo_n "(cached) " >&6
11753 else
11754 if test "$cross_compiling" = yes; then :
11755 ac_cv_c_gcc_strength_bug="yes"
11756 else
11757 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11758 /* end confdefs.h. */
11759 int L[4] = {0,1,2,3};
11761 main ()
11763 static int Array[3];
11764 unsigned int B = 3;
11765 int i;
11766 for(i=0; i<B; i++) Array[i] = i - 3;
11767 for(i=0; i<4 - 1; i++) L[i] = L[i + 1];
11768 L[i] = 4;
11769 return (Array[1] != -2 || L[2] != 3)
11771 return 0;
11773 _ACEOF
11774 if ac_fn_c_try_run "$LINENO"; then :
11775 ac_cv_c_gcc_strength_bug="no"
11776 else
11777 ac_cv_c_gcc_strength_bug="yes"
11779 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
11780 conftest.$ac_objext conftest.beam conftest.$ac_ext
11784 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_gcc_strength_bug" >&5
11785 $as_echo "$ac_cv_c_gcc_strength_bug" >&6; }
11786 if test "$ac_cv_c_gcc_strength_bug" = "yes"
11787 then
11788 EXTRACFLAGS="$EXTRACFLAGS -fno-strength-reduce"
11791 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-builtin" >&5
11792 $as_echo_n "checking whether the compiler supports -fno-builtin... " >&6; }
11793 if test "${ac_cv_cflags__fno_builtin+set}" = set; then :
11794 $as_echo_n "(cached) " >&6
11795 else
11796 ac_wine_try_cflags_saved=$CFLAGS
11797 CFLAGS="$CFLAGS -fno-builtin"
11798 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11799 /* end confdefs.h. */
11800 int main(int argc, char **argv) { return 0; }
11801 _ACEOF
11802 if ac_fn_c_try_link "$LINENO"; then :
11803 ac_cv_cflags__fno_builtin=yes
11804 else
11805 ac_cv_cflags__fno_builtin=no
11807 rm -f core conftest.err conftest.$ac_objext \
11808 conftest$ac_exeext conftest.$ac_ext
11809 CFLAGS=$ac_wine_try_cflags_saved
11811 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_builtin" >&5
11812 $as_echo "$ac_cv_cflags__fno_builtin" >&6; }
11813 if test $ac_cv_cflags__fno_builtin = yes; then :
11814 BUILTINFLAG="-fno-builtin"
11817 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -fno-strict-aliasing" >&5
11818 $as_echo_n "checking whether the compiler supports -fno-strict-aliasing... " >&6; }
11819 if test "${ac_cv_cflags__fno_strict_aliasing+set}" = set; then :
11820 $as_echo_n "(cached) " >&6
11821 else
11822 ac_wine_try_cflags_saved=$CFLAGS
11823 CFLAGS="$CFLAGS -fno-strict-aliasing"
11824 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11825 /* end confdefs.h. */
11826 int main(int argc, char **argv) { return 0; }
11827 _ACEOF
11828 if ac_fn_c_try_link "$LINENO"; then :
11829 ac_cv_cflags__fno_strict_aliasing=yes
11830 else
11831 ac_cv_cflags__fno_strict_aliasing=no
11833 rm -f core conftest.err conftest.$ac_objext \
11834 conftest$ac_exeext conftest.$ac_ext
11835 CFLAGS=$ac_wine_try_cflags_saved
11837 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__fno_strict_aliasing" >&5
11838 $as_echo "$ac_cv_cflags__fno_strict_aliasing" >&6; }
11839 if test $ac_cv_cflags__fno_strict_aliasing = yes; then :
11840 EXTRACFLAGS="$EXTRACFLAGS -fno-strict-aliasing"
11842 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wdeclaration-after-statement" >&5
11843 $as_echo_n "checking whether the compiler supports -Wdeclaration-after-statement... " >&6; }
11844 if test "${ac_cv_cflags__Wdeclaration_after_statement+set}" = set; then :
11845 $as_echo_n "(cached) " >&6
11846 else
11847 ac_wine_try_cflags_saved=$CFLAGS
11848 CFLAGS="$CFLAGS -Wdeclaration-after-statement"
11849 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11850 /* end confdefs.h. */
11851 int main(int argc, char **argv) { return 0; }
11852 _ACEOF
11853 if ac_fn_c_try_link "$LINENO"; then :
11854 ac_cv_cflags__Wdeclaration_after_statement=yes
11855 else
11856 ac_cv_cflags__Wdeclaration_after_statement=no
11858 rm -f core conftest.err conftest.$ac_objext \
11859 conftest$ac_exeext conftest.$ac_ext
11860 CFLAGS=$ac_wine_try_cflags_saved
11862 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wdeclaration_after_statement" >&5
11863 $as_echo "$ac_cv_cflags__Wdeclaration_after_statement" >&6; }
11864 if test $ac_cv_cflags__Wdeclaration_after_statement = yes; then :
11865 EXTRACFLAGS="$EXTRACFLAGS -Wdeclaration-after-statement"
11867 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wstrict-prototypes" >&5
11868 $as_echo_n "checking whether the compiler supports -Wstrict-prototypes... " >&6; }
11869 if test "${ac_cv_cflags__Wstrict_prototypes+set}" = set; then :
11870 $as_echo_n "(cached) " >&6
11871 else
11872 ac_wine_try_cflags_saved=$CFLAGS
11873 CFLAGS="$CFLAGS -Wstrict-prototypes"
11874 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11875 /* end confdefs.h. */
11876 int main(int argc, char **argv) { return 0; }
11877 _ACEOF
11878 if ac_fn_c_try_link "$LINENO"; then :
11879 ac_cv_cflags__Wstrict_prototypes=yes
11880 else
11881 ac_cv_cflags__Wstrict_prototypes=no
11883 rm -f core conftest.err conftest.$ac_objext \
11884 conftest$ac_exeext conftest.$ac_ext
11885 CFLAGS=$ac_wine_try_cflags_saved
11887 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wstrict_prototypes" >&5
11888 $as_echo "$ac_cv_cflags__Wstrict_prototypes" >&6; }
11889 if test $ac_cv_cflags__Wstrict_prototypes = yes; then :
11890 EXTRACFLAGS="$EXTRACFLAGS -Wstrict-prototypes"
11892 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wtype-limits" >&5
11893 $as_echo_n "checking whether the compiler supports -Wtype-limits... " >&6; }
11894 if test "${ac_cv_cflags__Wtype_limits+set}" = set; then :
11895 $as_echo_n "(cached) " >&6
11896 else
11897 ac_wine_try_cflags_saved=$CFLAGS
11898 CFLAGS="$CFLAGS -Wtype-limits"
11899 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11900 /* end confdefs.h. */
11901 int main(int argc, char **argv) { return 0; }
11902 _ACEOF
11903 if ac_fn_c_try_link "$LINENO"; then :
11904 ac_cv_cflags__Wtype_limits=yes
11905 else
11906 ac_cv_cflags__Wtype_limits=no
11908 rm -f core conftest.err conftest.$ac_objext \
11909 conftest$ac_exeext conftest.$ac_ext
11910 CFLAGS=$ac_wine_try_cflags_saved
11912 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wtype_limits" >&5
11913 $as_echo "$ac_cv_cflags__Wtype_limits" >&6; }
11914 if test $ac_cv_cflags__Wtype_limits = yes; then :
11915 EXTRACFLAGS="$EXTRACFLAGS -Wtype-limits"
11917 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wwrite-strings" >&5
11918 $as_echo_n "checking whether the compiler supports -Wwrite-strings... " >&6; }
11919 if test "${ac_cv_cflags__Wwrite_strings+set}" = set; then :
11920 $as_echo_n "(cached) " >&6
11921 else
11922 ac_wine_try_cflags_saved=$CFLAGS
11923 CFLAGS="$CFLAGS -Wwrite-strings"
11924 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11925 /* end confdefs.h. */
11926 int main(int argc, char **argv) { return 0; }
11927 _ACEOF
11928 if ac_fn_c_try_link "$LINENO"; then :
11929 ac_cv_cflags__Wwrite_strings=yes
11930 else
11931 ac_cv_cflags__Wwrite_strings=no
11933 rm -f core conftest.err conftest.$ac_objext \
11934 conftest$ac_exeext conftest.$ac_ext
11935 CFLAGS=$ac_wine_try_cflags_saved
11937 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wwrite_strings" >&5
11938 $as_echo "$ac_cv_cflags__Wwrite_strings" >&6; }
11939 if test $ac_cv_cflags__Wwrite_strings = yes; then :
11940 EXTRACFLAGS="$EXTRACFLAGS -Wwrite-strings"
11943 saved_CFLAGS="$CFLAGS"
11944 CFLAGS="$CFLAGS -Wpointer-arith -Werror"
11945 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for broken string.h that generates warnings" >&5
11946 $as_echo_n "checking for broken string.h that generates warnings... " >&6; }
11947 if test "${ac_cv_c_string_h_warnings+set}" = set; then :
11948 $as_echo_n "(cached) " >&6
11949 else
11950 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11951 /* end confdefs.h. */
11952 #include <string.h>
11954 main ()
11958 return 0;
11960 _ACEOF
11961 if ac_fn_c_try_compile "$LINENO"; then :
11962 ac_cv_c_string_h_warnings=no
11963 else
11964 ac_cv_c_string_h_warnings=yes
11966 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11968 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_string_h_warnings" >&5
11969 $as_echo "$ac_cv_c_string_h_warnings" >&6; }
11970 CFLAGS="$saved_CFLAGS"
11971 if test "$ac_cv_c_string_h_warnings" = "no"
11972 then
11973 EXTRACFLAGS="$EXTRACFLAGS -Wpointer-arith"
11976 saved_CFLAGS="$CFLAGS"
11977 CFLAGS="$CFLAGS -Werror"
11978 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for broken unused result warnings" >&5
11979 $as_echo_n "checking for broken unused result warnings... " >&6; }
11980 if test "${ac_cv_c_unused_result_warnings+set}" = set; then :
11981 $as_echo_n "(cached) " >&6
11982 else
11983 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11984 /* end confdefs.h. */
11985 #include <unistd.h>
11987 main ()
11989 write(2,"a",1)
11991 return 0;
11993 _ACEOF
11994 if ac_fn_c_try_compile "$LINENO"; then :
11995 ac_cv_c_unused_result_warnings=no
11996 else
11997 ac_cv_c_unused_result_warnings=yes
11999 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12001 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_unused_result_warnings" >&5
12002 $as_echo "$ac_cv_c_unused_result_warnings" >&6; }
12003 CFLAGS="$saved_CFLAGS"
12004 if test "$ac_cv_c_unused_result_warnings" = "yes"
12005 then
12006 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Wno-unused-result" >&5
12007 $as_echo_n "checking whether the compiler supports -Wno-unused-result... " >&6; }
12008 if test "${ac_cv_cflags__Wno_unused_result+set}" = set; then :
12009 $as_echo_n "(cached) " >&6
12010 else
12011 ac_wine_try_cflags_saved=$CFLAGS
12012 CFLAGS="$CFLAGS -Wno-unused-result"
12013 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12014 /* end confdefs.h. */
12015 int main(int argc, char **argv) { return 0; }
12016 _ACEOF
12017 if ac_fn_c_try_link "$LINENO"; then :
12018 ac_cv_cflags__Wno_unused_result=yes
12019 else
12020 ac_cv_cflags__Wno_unused_result=no
12022 rm -f core conftest.err conftest.$ac_objext \
12023 conftest$ac_exeext conftest.$ac_ext
12024 CFLAGS=$ac_wine_try_cflags_saved
12026 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Wno_unused_result" >&5
12027 $as_echo "$ac_cv_cflags__Wno_unused_result" >&6; }
12028 if test $ac_cv_cflags__Wno_unused_result = yes; then :
12029 EXTRACFLAGS="$EXTRACFLAGS -Wno-unused-result"
12033 if test "x$enable_maintainer_mode" = "xyes"
12034 then
12035 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports -Werror" >&5
12036 $as_echo_n "checking whether the compiler supports -Werror... " >&6; }
12037 if test "${ac_cv_cflags__Werror+set}" = set; then :
12038 $as_echo_n "(cached) " >&6
12039 else
12040 ac_wine_try_cflags_saved=$CFLAGS
12041 CFLAGS="$CFLAGS -Werror"
12042 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12043 /* end confdefs.h. */
12044 int main(int argc, char **argv) { return 0; }
12045 _ACEOF
12046 if ac_fn_c_try_link "$LINENO"; then :
12047 ac_cv_cflags__Werror=yes
12048 else
12049 ac_cv_cflags__Werror=no
12051 rm -f core conftest.err conftest.$ac_objext \
12052 conftest$ac_exeext conftest.$ac_ext
12053 CFLAGS=$ac_wine_try_cflags_saved
12055 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags__Werror" >&5
12056 $as_echo "$ac_cv_cflags__Werror" >&6; }
12057 if test $ac_cv_cflags__Werror = yes; then :
12058 EXTRACFLAGS="$EXTRACFLAGS -Werror"
12062 saved_CFLAGS="$CFLAGS"
12063 CFLAGS="$CFLAGS -Werror"
12064 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ms_hook_prologue attribute" >&5
12065 $as_echo_n "checking for ms_hook_prologue attribute... " >&6; }
12066 if test "${ac_cv_have_ms_hook_prologue+set}" = set; then :
12067 $as_echo_n "(cached) " >&6
12068 else
12069 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12070 /* end confdefs.h. */
12071 int __attribute__((__ms_hook_prologue__)) test(void) { return 0; }
12073 main ()
12077 return 0;
12079 _ACEOF
12080 if ac_fn_c_try_compile "$LINENO"; then :
12081 ac_cv_have_ms_hook_prologue="yes"
12082 else
12083 ac_cv_have_ms_hook_prologue="no"
12085 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12087 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_ms_hook_prologue" >&5
12088 $as_echo "$ac_cv_have_ms_hook_prologue" >&6; }
12089 CFLAGS="$saved_CFLAGS"
12090 if test "$ac_cv_have_ms_hook_prologue" = "yes"
12091 then
12093 $as_echo "#define DECLSPEC_HOTPATCH __attribute__((__ms_hook_prologue__))" >>confdefs.h
12095 else
12096 $as_echo "#define DECLSPEC_HOTPATCH /* */" >>confdefs.h
12102 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether external symbols need an underscore prefix" >&5
12103 $as_echo_n "checking whether external symbols need an underscore prefix... " >&6; }
12104 if test "${ac_cv_c_extern_prefix+set}" = set; then :
12105 $as_echo_n "(cached) " >&6
12106 else
12107 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12108 /* end confdefs.h. */
12109 extern int ac_test;
12111 main ()
12113 asm(".globl _ac_test\n_ac_test:\t.long 0"); if (ac_test) return 1
12115 return 0;
12117 _ACEOF
12118 if ac_fn_c_try_link "$LINENO"; then :
12119 ac_cv_c_extern_prefix="yes"
12120 else
12121 ac_cv_c_extern_prefix="no"
12123 rm -f core conftest.err conftest.$ac_objext \
12124 conftest$ac_exeext conftest.$ac_ext
12126 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_extern_prefix" >&5
12127 $as_echo "$ac_cv_c_extern_prefix" >&6; }
12129 case $host_cpu in
12130 *i[3456789]86*)
12131 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether external symbols need stdcall decoration" >&5
12132 $as_echo_n "checking whether external symbols need stdcall decoration... " >&6; }
12133 if test "${ac_cv_c_stdcall_suffix+set}" = set; then :
12134 $as_echo_n "(cached) " >&6
12135 else
12136 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12137 /* end confdefs.h. */
12138 #ifndef _MSC_VER
12139 #define __stdcall __attribute__((__stdcall__))
12140 #endif
12141 int __stdcall ac_test(int i) { return i; }
12143 main ()
12145 asm("jmp _ac_test@4"); if (ac_test(1)) return 1
12147 return 0;
12149 _ACEOF
12150 if ac_fn_c_try_link "$LINENO"; then :
12151 ac_cv_c_stdcall_suffix="yes"
12152 else
12153 ac_cv_c_stdcall_suffix="no"
12155 rm -f core conftest.err conftest.$ac_objext \
12156 conftest$ac_exeext conftest.$ac_ext
12158 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_stdcall_suffix" >&5
12159 $as_echo "$ac_cv_c_stdcall_suffix" >&6; } ;;
12160 *) ac_cv_c_stdcall_suffix="no" ;;
12161 esac
12164 if test "$ac_cv_c_extern_prefix" = "yes"
12165 then
12166 $as_echo "#define __ASM_NAME(name) \"_\" name" >>confdefs.h
12168 asm_name_prefix="_"
12169 else
12170 $as_echo "#define __ASM_NAME(name) name" >>confdefs.h
12172 asm_name_prefix=""
12176 if test "$ac_cv_c_stdcall_suffix" = "yes"
12177 then
12178 $as_echo "#define __ASM_STDCALL(args) \"@\" #args" >>confdefs.h
12180 else
12181 $as_echo "#define __ASM_STDCALL(args) \"\"" >>confdefs.h
12186 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to define a function in assembly code" >&5
12187 $as_echo_n "checking how to define a function in assembly code... " >&6; }
12188 if test "${ac_cv_asm_func_def+set}" = set; then :
12189 $as_echo_n "(cached) " >&6
12190 else
12191 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12192 /* end confdefs.h. */
12195 main ()
12197 asm("\t.globl _ac_test\n\t.def _ac_test; .scl 2; .type 32; .endef\n_ac_test:\t.long 0");
12199 return 0;
12201 _ACEOF
12202 if ac_fn_c_try_link "$LINENO"; then :
12203 ac_cv_asm_func_def=".def"
12204 else
12205 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12206 /* end confdefs.h. */
12209 main ()
12211 asm("\t.globl _ac_test\n\t.type _ac_test,@function\n_ac_test:\t.long 0");
12213 return 0;
12215 _ACEOF
12216 if ac_fn_c_try_link "$LINENO"; then :
12217 ac_cv_asm_func_def=".type @function"
12218 else
12219 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12220 /* end confdefs.h. */
12223 main ()
12225 asm("\t.globl _ac_test\n\t.type _ac_test,2\n_ac_test:\t.long 0");
12227 return 0;
12229 _ACEOF
12230 if ac_fn_c_try_link "$LINENO"; then :
12231 ac_cv_asm_func_def=".type 2"
12232 else
12233 ac_cv_asm_func_def="unknown"
12235 rm -f core conftest.err conftest.$ac_objext \
12236 conftest$ac_exeext conftest.$ac_ext
12238 rm -f core conftest.err conftest.$ac_objext \
12239 conftest$ac_exeext conftest.$ac_ext
12241 rm -f core conftest.err conftest.$ac_objext \
12242 conftest$ac_exeext conftest.$ac_ext
12244 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_asm_func_def" >&5
12245 $as_echo "$ac_cv_asm_func_def" >&6; }
12248 case "$ac_cv_asm_func_def" in
12249 ".def")
12250 $as_echo "#define __ASM_FUNC(name) \".def \" __ASM_NAME(name) \"; .scl 2; .type 32; .endef\"" >>confdefs.h
12252 asm_func_header=".def $asm_name_prefix\" #name suffix \"; .scl 2; .type 32; .endef" ;;
12253 ".type @function")
12254 $as_echo "#define __ASM_FUNC(name) \".type \" __ASM_NAME(name) \",@function\"" >>confdefs.h
12256 asm_func_header=".type $asm_name_prefix\" #name suffix \",@function" ;;
12257 ".type 2")
12258 $as_echo "#define __ASM_FUNC(name) \".type \" __ASM_NAME(name) \",2\"" >>confdefs.h
12260 asm_func_header=".type $asm_name_prefix\" #name suffix \",2" ;;
12262 $as_echo "#define __ASM_FUNC(name) \"\"" >>confdefs.h
12264 asm_func_header="" ;;
12265 esac
12267 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether asm() works outside of functions" >&5
12268 $as_echo_n "checking whether asm() works outside of functions... " >&6; }
12269 if test "${ac_cv_c_asm_outside_funcs+set}" = set; then :
12270 $as_echo_n "(cached) " >&6
12271 else
12272 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12273 /* end confdefs.h. */
12274 asm(".text\n\t.long 0");
12276 main ()
12280 return 0;
12282 _ACEOF
12283 if ac_fn_c_try_compile "$LINENO"; then :
12284 ac_cv_c_asm_outside_funcs="yes"
12285 else
12286 ac_cv_c_asm_outside_funcs="no"
12288 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12290 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_asm_outside_funcs" >&5
12291 $as_echo "$ac_cv_c_asm_outside_funcs" >&6; }
12293 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether .previous is supported in assembly code" >&5
12294 $as_echo_n "checking whether .previous is supported in assembly code... " >&6; }
12295 if test "${ac_cv_c_dot_previous+set}" = set; then :
12296 $as_echo_n "(cached) " >&6
12297 else
12298 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12299 /* end confdefs.h. */
12302 main ()
12304 asm(".text\nac_test:\t.long 0\n\t.previous");
12306 return 0;
12308 _ACEOF
12309 if ac_fn_c_try_link "$LINENO"; then :
12310 ac_cv_c_dot_previous="yes"
12311 else
12312 ac_cv_c_dot_previous="no"
12314 rm -f core conftest.err conftest.$ac_objext \
12315 conftest$ac_exeext conftest.$ac_ext
12317 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_dot_previous" >&5
12318 $as_echo "$ac_cv_c_dot_previous" >&6; }
12320 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether CFI directives are supported in assembly code" >&5
12321 $as_echo_n "checking whether CFI directives are supported in assembly code... " >&6; }
12322 if test "${ac_cv_c_cfi_support+set}" = set; then :
12323 $as_echo_n "(cached) " >&6
12324 else
12325 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12326 /* end confdefs.h. */
12327 asm(".text\nac_test:\t.cfi_startproc\n\t.long 0\n\t.cfi_endproc");
12329 main ()
12333 return 0;
12335 _ACEOF
12336 if ac_fn_c_try_compile "$LINENO"; then :
12337 ac_cv_c_cfi_support="yes"
12338 else
12339 ac_cv_c_cfi_support="no"
12341 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12343 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_cfi_support" >&5
12344 $as_echo "$ac_cv_c_cfi_support" >&6; }
12346 asm_func_header=".globl $asm_name_prefix\" #name suffix \"\\n\\t$asm_func_header\\n$asm_name_prefix\" #name suffix \":\\n\\t"
12347 asm_func_trailer=""
12348 if test "$ac_cv_c_dot_previous" = "yes"
12349 then
12350 asm_func_trailer="\\n\\t.previous"
12352 if test "$ac_cv_c_cfi_support" = "yes"
12353 then
12354 asm_func_header="$asm_func_header.cfi_startproc\\n\\t"
12355 asm_func_trailer="\\n\\t.cfi_endproc$asm_func_trailer"
12357 $as_echo "#define __ASM_CFI(str) str" >>confdefs.h
12359 UNWINDFLAGS=-fasynchronous-unwind-tables
12361 else
12362 $as_echo "#define __ASM_CFI(str) \"\"" >>confdefs.h
12366 asm_func_code="$asm_func_header\" code \"$asm_func_trailer"
12369 if test "$ac_cv_c_asm_outside_funcs" = "yes"
12370 then
12371 cat >>confdefs.h <<_ACEOF
12372 #define __ASM_DEFINE_FUNC(name,suffix,code) asm(".text\n\t.align 4\n\t$asm_func_code");
12373 _ACEOF
12375 else
12376 cat >>confdefs.h <<_ACEOF
12377 #define __ASM_DEFINE_FUNC(name,suffix,code) void __asm_dummy_##name(void) { asm(".text\n\t.align 4\n\t$asm_func_code"); }
12378 _ACEOF
12382 $as_echo "#define __ASM_GLOBAL_FUNC(name,code) __ASM_DEFINE_FUNC(name,\"\",code)" >>confdefs.h
12385 $as_echo "#define __ASM_STDCALL_FUNC(name,args,code) __ASM_DEFINE_FUNC(name,__ASM_STDCALL(args),code)" >>confdefs.h
12389 LDPATH=""
12391 case $build_os in
12392 cygwin*|mingw32*)
12393 TOOLSEXT=".exe"
12395 LDPATH="PATH=\"\$(TOOLSDIR)/libs/wine:\$\$PATH\""
12397 darwin*|macosx*)
12400 LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
12402 esac
12404 case $host_os in
12405 mingw32*)
12406 CRTLIBS="-lmsvcrt"
12408 SOCKETLIBS="-L\$(TOPOBJDIR)/dlls/ws2_32 -lws2_32"
12411 esac
12413 MAIN_BINARY="wine"
12415 test "x$enable_win64" != "xyes" || MAIN_BINARY="wine64"
12417 case $host_cpu in
12418 *i[3456789]86*)
12419 case $host_os in
12420 linux*)
12421 EXTRA_BINARIES="wine-preloader"
12423 esac
12425 esac
12428 ac_save_CFLAGS="$CFLAGS"
12429 CFLAGS="$CFLAGS $BUILTINFLAG"
12430 for ac_func in \
12431 _pclose \
12432 _popen \
12433 _snprintf \
12434 _spawnvp \
12435 _strdup \
12436 _stricmp \
12437 _strnicmp \
12438 _strtoi64 \
12439 _strtoui64 \
12440 _vsnprintf \
12441 asctime_r \
12442 chsize \
12443 dlopen \
12444 epoll_create \
12445 ffs \
12446 finite \
12447 fnmatch \
12448 fork \
12449 fpclass \
12450 fstatfs \
12451 fstatvfs \
12452 ftruncate \
12453 futimes \
12454 futimesat \
12455 getdirentries \
12456 getopt_long \
12457 getpagesize \
12458 getpwuid \
12459 gettid \
12460 gettimeofday \
12461 getuid \
12462 kqueue \
12463 lstat \
12464 memmove \
12465 mmap \
12466 pclose \
12467 pipe2 \
12468 poll \
12469 popen \
12470 port_create \
12471 prctl \
12472 pread \
12473 pwrite \
12474 readdir \
12475 readlink \
12476 sched_setaffinity \
12477 sched_yield \
12478 select \
12479 setproctitle \
12480 setrlimit \
12481 settimeofday \
12482 sigaltstack \
12483 sigprocmask \
12484 snprintf \
12485 spawnvp \
12486 statfs \
12487 statvfs \
12488 strcasecmp \
12489 strdup \
12490 strerror \
12491 strncasecmp \
12492 strtold \
12493 strtoll \
12494 strtoull \
12495 symlink \
12496 tcgetattr \
12497 thr_kill2 \
12498 timegm \
12499 usleep \
12500 vsnprintf \
12501 wait4 \
12502 waitpid \
12504 do :
12505 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
12506 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
12507 eval as_val=\$$as_ac_var
12508 if test "x$as_val" = x""yes; then :
12509 cat >>confdefs.h <<_ACEOF
12510 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
12511 _ACEOF
12514 done
12516 CFLAGS="$ac_save_CFLAGS"
12518 if test "$ac_cv_func_dlopen" = no
12519 then
12520 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
12521 $as_echo_n "checking for dlopen in -ldl... " >&6; }
12522 if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
12523 $as_echo_n "(cached) " >&6
12524 else
12525 ac_check_lib_save_LIBS=$LIBS
12526 LIBS="-ldl $LIBS"
12527 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12528 /* end confdefs.h. */
12530 /* Override any GCC internal prototype to avoid an error.
12531 Use char because int might match the return type of a GCC
12532 builtin and then its argument prototype would still apply. */
12533 #ifdef __cplusplus
12534 extern "C"
12535 #endif
12536 char dlopen ();
12538 main ()
12540 return dlopen ();
12542 return 0;
12544 _ACEOF
12545 if ac_fn_c_try_link "$LINENO"; then :
12546 ac_cv_lib_dl_dlopen=yes
12547 else
12548 ac_cv_lib_dl_dlopen=no
12550 rm -f core conftest.err conftest.$ac_objext \
12551 conftest$ac_exeext conftest.$ac_ext
12552 LIBS=$ac_check_lib_save_LIBS
12554 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
12555 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
12556 if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
12557 $as_echo "#define HAVE_DLOPEN 1" >>confdefs.h
12558 LIBDL="-ldl"
12563 ac_wine_check_funcs_save_LIBS="$LIBS"
12564 LIBS="$LIBS $LIBDL"
12565 for ac_func in dladdr
12566 do :
12567 ac_fn_c_check_func "$LINENO" "dladdr" "ac_cv_func_dladdr"
12568 if test "x$ac_cv_func_dladdr" = x""yes; then :
12569 cat >>confdefs.h <<_ACEOF
12570 #define HAVE_DLADDR 1
12571 _ACEOF
12574 done
12576 LIBS="$ac_wine_check_funcs_save_LIBS"
12578 if test "$ac_cv_func_poll" = no
12579 then
12580 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for poll in -lpoll" >&5
12581 $as_echo_n "checking for poll in -lpoll... " >&6; }
12582 if test "${ac_cv_lib_poll_poll+set}" = set; then :
12583 $as_echo_n "(cached) " >&6
12584 else
12585 ac_check_lib_save_LIBS=$LIBS
12586 LIBS="-lpoll $LIBS"
12587 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12588 /* end confdefs.h. */
12590 /* Override any GCC internal prototype to avoid an error.
12591 Use char because int might match the return type of a GCC
12592 builtin and then its argument prototype would still apply. */
12593 #ifdef __cplusplus
12594 extern "C"
12595 #endif
12596 char poll ();
12598 main ()
12600 return poll ();
12602 return 0;
12604 _ACEOF
12605 if ac_fn_c_try_link "$LINENO"; then :
12606 ac_cv_lib_poll_poll=yes
12607 else
12608 ac_cv_lib_poll_poll=no
12610 rm -f core conftest.err conftest.$ac_objext \
12611 conftest$ac_exeext conftest.$ac_ext
12612 LIBS=$ac_check_lib_save_LIBS
12614 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_poll_poll" >&5
12615 $as_echo "$ac_cv_lib_poll_poll" >&6; }
12616 if test "x$ac_cv_lib_poll_poll" = x""yes; then :
12617 $as_echo "#define HAVE_POLL 1" >>confdefs.h
12618 LIBPOLL="-lpoll"
12624 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing gethostbyname" >&5
12625 $as_echo_n "checking for library containing gethostbyname... " >&6; }
12626 if test "${ac_cv_search_gethostbyname+set}" = set; then :
12627 $as_echo_n "(cached) " >&6
12628 else
12629 ac_func_search_save_LIBS=$LIBS
12630 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12631 /* end confdefs.h. */
12633 /* Override any GCC internal prototype to avoid an error.
12634 Use char because int might match the return type of a GCC
12635 builtin and then its argument prototype would still apply. */
12636 #ifdef __cplusplus
12637 extern "C"
12638 #endif
12639 char gethostbyname ();
12641 main ()
12643 return gethostbyname ();
12645 return 0;
12647 _ACEOF
12648 for ac_lib in '' nsl; do
12649 if test -z "$ac_lib"; then
12650 ac_res="none required"
12651 else
12652 ac_res=-l$ac_lib
12653 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
12655 if ac_fn_c_try_link "$LINENO"; then :
12656 ac_cv_search_gethostbyname=$ac_res
12658 rm -f core conftest.err conftest.$ac_objext \
12659 conftest$ac_exeext
12660 if test "${ac_cv_search_gethostbyname+set}" = set; then :
12661 break
12663 done
12664 if test "${ac_cv_search_gethostbyname+set}" = set; then :
12666 else
12667 ac_cv_search_gethostbyname=no
12669 rm conftest.$ac_ext
12670 LIBS=$ac_func_search_save_LIBS
12672 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_gethostbyname" >&5
12673 $as_echo "$ac_cv_search_gethostbyname" >&6; }
12674 ac_res=$ac_cv_search_gethostbyname
12675 if test "$ac_res" != no; then :
12676 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
12681 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing connect" >&5
12682 $as_echo_n "checking for library containing connect... " >&6; }
12683 if test "${ac_cv_search_connect+set}" = set; then :
12684 $as_echo_n "(cached) " >&6
12685 else
12686 ac_func_search_save_LIBS=$LIBS
12687 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12688 /* end confdefs.h. */
12690 /* Override any GCC internal prototype to avoid an error.
12691 Use char because int might match the return type of a GCC
12692 builtin and then its argument prototype would still apply. */
12693 #ifdef __cplusplus
12694 extern "C"
12695 #endif
12696 char connect ();
12698 main ()
12700 return connect ();
12702 return 0;
12704 _ACEOF
12705 for ac_lib in '' socket; do
12706 if test -z "$ac_lib"; then
12707 ac_res="none required"
12708 else
12709 ac_res=-l$ac_lib
12710 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
12712 if ac_fn_c_try_link "$LINENO"; then :
12713 ac_cv_search_connect=$ac_res
12715 rm -f core conftest.err conftest.$ac_objext \
12716 conftest$ac_exeext
12717 if test "${ac_cv_search_connect+set}" = set; then :
12718 break
12720 done
12721 if test "${ac_cv_search_connect+set}" = set; then :
12723 else
12724 ac_cv_search_connect=no
12726 rm conftest.$ac_ext
12727 LIBS=$ac_func_search_save_LIBS
12729 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_connect" >&5
12730 $as_echo "$ac_cv_search_connect" >&6; }
12731 ac_res=$ac_cv_search_connect
12732 if test "$ac_res" != no; then :
12733 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
12738 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing inet_aton" >&5
12739 $as_echo_n "checking for library containing inet_aton... " >&6; }
12740 if test "${ac_cv_search_inet_aton+set}" = set; then :
12741 $as_echo_n "(cached) " >&6
12742 else
12743 ac_func_search_save_LIBS=$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 inet_aton ();
12755 main ()
12757 return inet_aton ();
12759 return 0;
12761 _ACEOF
12762 for ac_lib in '' resolv; do
12763 if test -z "$ac_lib"; then
12764 ac_res="none required"
12765 else
12766 ac_res=-l$ac_lib
12767 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
12769 if ac_fn_c_try_link "$LINENO"; then :
12770 ac_cv_search_inet_aton=$ac_res
12772 rm -f core conftest.err conftest.$ac_objext \
12773 conftest$ac_exeext
12774 if test "${ac_cv_search_inet_aton+set}" = set; then :
12775 break
12777 done
12778 if test "${ac_cv_search_inet_aton+set}" = set; then :
12780 else
12781 ac_cv_search_inet_aton=no
12783 rm conftest.$ac_ext
12784 LIBS=$ac_func_search_save_LIBS
12786 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_inet_aton" >&5
12787 $as_echo "$ac_cv_search_inet_aton" >&6; }
12788 ac_res=$ac_cv_search_inet_aton
12789 if test "$ac_res" != no; then :
12790 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
12795 for ac_func in \
12796 getaddrinfo \
12797 getnameinfo \
12798 getnetbyname \
12799 getprotobyname \
12800 getprotobynumber \
12801 getservbyport \
12802 inet_network \
12803 inet_ntop \
12804 inet_pton \
12805 sendmsg \
12806 socketpair \
12808 do :
12809 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
12810 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
12811 eval as_val=\$$as_ac_var
12812 if test "x$as_val" = x""yes; then :
12813 cat >>confdefs.h <<_ACEOF
12814 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
12815 _ACEOF
12818 done
12821 LDAPLIBS=""
12823 if test "$ac_cv_header_ldap_h" = "yes" -a "$ac_cv_header_lber_h" = "yes"
12824 then
12825 ac_fn_c_check_type "$LINENO" "LDAPSortKey" "ac_cv_type_LDAPSortKey" "#include <ldap.h>
12827 if test "x$ac_cv_type_LDAPSortKey" = x""yes; then :
12828 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ldap_initialize in -lldap_r" >&5
12829 $as_echo_n "checking for ldap_initialize in -lldap_r... " >&6; }
12830 if test "${ac_cv_lib_ldap_r_ldap_initialize+set}" = set; then :
12831 $as_echo_n "(cached) " >&6
12832 else
12833 ac_check_lib_save_LIBS=$LIBS
12834 LIBS="-lldap_r $LIBPTHREAD $LIBS"
12835 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12836 /* end confdefs.h. */
12838 /* Override any GCC internal prototype to avoid an error.
12839 Use char because int might match the return type of a GCC
12840 builtin and then its argument prototype would still apply. */
12841 #ifdef __cplusplus
12842 extern "C"
12843 #endif
12844 char ldap_initialize ();
12846 main ()
12848 return ldap_initialize ();
12850 return 0;
12852 _ACEOF
12853 if ac_fn_c_try_link "$LINENO"; then :
12854 ac_cv_lib_ldap_r_ldap_initialize=yes
12855 else
12856 ac_cv_lib_ldap_r_ldap_initialize=no
12858 rm -f core conftest.err conftest.$ac_objext \
12859 conftest$ac_exeext conftest.$ac_ext
12860 LIBS=$ac_check_lib_save_LIBS
12862 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ldap_r_ldap_initialize" >&5
12863 $as_echo "$ac_cv_lib_ldap_r_ldap_initialize" >&6; }
12864 if test "x$ac_cv_lib_ldap_r_ldap_initialize" = x""yes; then :
12865 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ber_init in -llber" >&5
12866 $as_echo_n "checking for ber_init in -llber... " >&6; }
12867 if test "${ac_cv_lib_lber_ber_init+set}" = set; then :
12868 $as_echo_n "(cached) " >&6
12869 else
12870 ac_check_lib_save_LIBS=$LIBS
12871 LIBS="-llber $LIBPTHREAD $LIBS"
12872 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12873 /* end confdefs.h. */
12875 /* Override any GCC internal prototype to avoid an error.
12876 Use char because int might match the return type of a GCC
12877 builtin and then its argument prototype would still apply. */
12878 #ifdef __cplusplus
12879 extern "C"
12880 #endif
12881 char ber_init ();
12883 main ()
12885 return ber_init ();
12887 return 0;
12889 _ACEOF
12890 if ac_fn_c_try_link "$LINENO"; then :
12891 ac_cv_lib_lber_ber_init=yes
12892 else
12893 ac_cv_lib_lber_ber_init=no
12895 rm -f core conftest.err conftest.$ac_objext \
12896 conftest$ac_exeext conftest.$ac_ext
12897 LIBS=$ac_check_lib_save_LIBS
12899 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lber_ber_init" >&5
12900 $as_echo "$ac_cv_lib_lber_ber_init" >&6; }
12901 if test "x$ac_cv_lib_lber_ber_init" = x""yes; then :
12903 $as_echo "#define HAVE_LDAP 1" >>confdefs.h
12905 LDAPLIBS="-lldap_r -llber"
12912 ac_wine_check_funcs_save_LIBS="$LIBS"
12913 LIBS="$LIBS $LDAPLIBS $LIBPTHREAD"
12914 for ac_func in \
12915 ldap_count_references \
12916 ldap_first_reference \
12917 ldap_next_reference \
12918 ldap_parse_reference \
12919 ldap_parse_sort_control \
12920 ldap_parse_sortresponse_control \
12921 ldap_parse_vlv_control \
12922 ldap_parse_vlvresponse_control
12923 do :
12924 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
12925 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
12926 eval as_val=\$$as_ac_var
12927 if test "x$as_val" = x""yes; then :
12928 cat >>confdefs.h <<_ACEOF
12929 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
12930 _ACEOF
12933 done
12935 LIBS="$ac_wine_check_funcs_save_LIBS"
12937 if test "x$LDAPLIBS" = "x"; then :
12938 case "x$with_ldap" in
12939 x) as_fn_append wine_notices "|libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported." ;;
12940 xno) ;;
12941 *) as_fn_error "libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
12942 This is an error since --with-ldap was requested." "$LINENO" 5 ;;
12943 esac
12946 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether mkdir takes only one argument" >&5
12947 $as_echo_n "checking whether mkdir takes only one argument... " >&6; }
12948 if test "${wine_cv_one_arg_mkdir+set}" = set; then :
12949 $as_echo_n "(cached) " >&6
12950 else
12951 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12952 /* end confdefs.h. */
12953 #include <sys/stat.h>
12955 main ()
12957 mkdir("foo");
12959 return 0;
12961 _ACEOF
12962 if ac_fn_c_try_compile "$LINENO"; then :
12963 wine_cv_one_arg_mkdir=yes
12964 else
12965 wine_cv_one_arg_mkdir=no
12967 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12969 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_one_arg_mkdir" >&5
12970 $as_echo "$wine_cv_one_arg_mkdir" >&6; }
12971 if test "$wine_cv_one_arg_mkdir" = "yes"
12972 then
12974 $as_echo "#define HAVE_ONE_ARG_MKDIR 1" >>confdefs.h
12979 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for an ANSI C-conforming const" >&5
12980 $as_echo_n "checking for an ANSI C-conforming const... " >&6; }
12981 if test "${ac_cv_c_const+set}" = set; then :
12982 $as_echo_n "(cached) " >&6
12983 else
12984 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12985 /* end confdefs.h. */
12988 main ()
12990 /* FIXME: Include the comments suggested by Paul. */
12991 #ifndef __cplusplus
12992 /* Ultrix mips cc rejects this. */
12993 typedef int charset[2];
12994 const charset cs;
12995 /* SunOS 4.1.1 cc rejects this. */
12996 char const *const *pcpcc;
12997 char **ppc;
12998 /* NEC SVR4.0.2 mips cc rejects this. */
12999 struct point {int x, y;};
13000 static struct point const zero = {0,0};
13001 /* AIX XL C 1.02.0.0 rejects this.
13002 It does not let you subtract one const X* pointer from another in
13003 an arm of an if-expression whose if-part is not a constant
13004 expression */
13005 const char *g = "string";
13006 pcpcc = &g + (g ? g-g : 0);
13007 /* HPUX 7.0 cc rejects these. */
13008 ++pcpcc;
13009 ppc = (char**) pcpcc;
13010 pcpcc = (char const *const *) ppc;
13011 { /* SCO 3.2v4 cc rejects this. */
13012 char *t;
13013 char const *s = 0 ? (char *) 0 : (char const *) 0;
13015 *t++ = 0;
13016 if (s) return 0;
13018 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
13019 int x[] = {25, 17};
13020 const int *foo = &x[0];
13021 ++foo;
13023 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
13024 typedef const int *iptr;
13025 iptr p = 0;
13026 ++p;
13028 { /* AIX XL C 1.02.0.0 rejects this saying
13029 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
13030 struct s { int j; const int *ap[3]; };
13031 struct s *b; b->j = 5;
13033 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
13034 const int foo = 10;
13035 if (!foo) return 0;
13037 return !cs[0] && !zero.x;
13038 #endif
13041 return 0;
13043 _ACEOF
13044 if ac_fn_c_try_compile "$LINENO"; then :
13045 ac_cv_c_const=yes
13046 else
13047 ac_cv_c_const=no
13049 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13051 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_const" >&5
13052 $as_echo "$ac_cv_c_const" >&6; }
13053 if test $ac_cv_c_const = no; then
13055 $as_echo "#define const /**/" >>confdefs.h
13059 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inline" >&5
13060 $as_echo_n "checking for inline... " >&6; }
13061 if test "${ac_cv_c_inline+set}" = set; then :
13062 $as_echo_n "(cached) " >&6
13063 else
13064 ac_cv_c_inline=no
13065 for ac_kw in inline __inline__ __inline; do
13066 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13067 /* end confdefs.h. */
13068 #ifndef __cplusplus
13069 typedef int foo_t;
13070 static $ac_kw foo_t static_foo () {return 0; }
13071 $ac_kw foo_t foo () {return 0; }
13072 #endif
13074 _ACEOF
13075 if ac_fn_c_try_compile "$LINENO"; then :
13076 ac_cv_c_inline=$ac_kw
13078 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13079 test "$ac_cv_c_inline" != no && break
13080 done
13083 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_inline" >&5
13084 $as_echo "$ac_cv_c_inline" >&6; }
13086 case $ac_cv_c_inline in
13087 inline | yes) ;;
13089 case $ac_cv_c_inline in
13090 no) ac_val=;;
13091 *) ac_val=$ac_cv_c_inline;;
13092 esac
13093 cat >>confdefs.h <<_ACEOF
13094 #ifndef __cplusplus
13095 #define inline $ac_val
13096 #endif
13097 _ACEOF
13099 esac
13101 ac_fn_c_check_type "$LINENO" "mode_t" "ac_cv_type_mode_t" "$ac_includes_default"
13102 if test "x$ac_cv_type_mode_t" = x""yes; then :
13104 cat >>confdefs.h <<_ACEOF
13105 #define HAVE_MODE_T 1
13106 _ACEOF
13110 ac_fn_c_check_type "$LINENO" "off_t" "ac_cv_type_off_t" "$ac_includes_default"
13111 if test "x$ac_cv_type_off_t" = x""yes; then :
13113 cat >>confdefs.h <<_ACEOF
13114 #define HAVE_OFF_T 1
13115 _ACEOF
13119 ac_fn_c_check_type "$LINENO" "pid_t" "ac_cv_type_pid_t" "$ac_includes_default"
13120 if test "x$ac_cv_type_pid_t" = x""yes; then :
13122 cat >>confdefs.h <<_ACEOF
13123 #define HAVE_PID_T 1
13124 _ACEOF
13128 ac_fn_c_check_type "$LINENO" "size_t" "ac_cv_type_size_t" "$ac_includes_default"
13129 if test "x$ac_cv_type_size_t" = x""yes; then :
13131 cat >>confdefs.h <<_ACEOF
13132 #define HAVE_SIZE_T 1
13133 _ACEOF
13137 ac_fn_c_check_type "$LINENO" "ssize_t" "ac_cv_type_ssize_t" "$ac_includes_default"
13138 if test "x$ac_cv_type_ssize_t" = x""yes; then :
13140 cat >>confdefs.h <<_ACEOF
13141 #define HAVE_SSIZE_T 1
13142 _ACEOF
13146 ac_fn_c_check_type "$LINENO" "long long" "ac_cv_type_long_long" "$ac_includes_default"
13147 if test "x$ac_cv_type_long_long" = x""yes; then :
13149 cat >>confdefs.h <<_ACEOF
13150 #define HAVE_LONG_LONG 1
13151 _ACEOF
13155 ac_fn_c_check_type "$LINENO" "fsblkcnt_t" "ac_cv_type_fsblkcnt_t" "$ac_includes_default"
13156 if test "x$ac_cv_type_fsblkcnt_t" = x""yes; then :
13158 cat >>confdefs.h <<_ACEOF
13159 #define HAVE_FSBLKCNT_T 1
13160 _ACEOF
13164 ac_fn_c_check_type "$LINENO" "fsfilcnt_t" "ac_cv_type_fsfilcnt_t" "$ac_includes_default"
13165 if test "x$ac_cv_type_fsfilcnt_t" = x""yes; then :
13167 cat >>confdefs.h <<_ACEOF
13168 #define HAVE_FSFILCNT_T 1
13169 _ACEOF
13174 ac_fn_c_check_type "$LINENO" "sigset_t" "ac_cv_type_sigset_t" "#include <sys/types.h>
13175 #include <signal.h>
13177 if test "x$ac_cv_type_sigset_t" = x""yes; then :
13179 cat >>confdefs.h <<_ACEOF
13180 #define HAVE_SIGSET_T 1
13181 _ACEOF
13186 ac_fn_c_check_type "$LINENO" "request_sense" "ac_cv_type_request_sense" "#include <linux/cdrom.h>
13188 if test "x$ac_cv_type_request_sense" = x""yes; then :
13190 cat >>confdefs.h <<_ACEOF
13191 #define HAVE_REQUEST_SENSE 1
13192 _ACEOF
13198 ac_fn_c_check_type "$LINENO" "struct xinpgen" "ac_cv_type_struct_xinpgen" "#include <sys/types.h>
13199 #ifdef HAVE_SYS_SOCKET_H
13200 #include <sys/socket.h>
13201 #endif
13202 #ifdef HAVE_SYS_SOCKETVAR_H
13203 #include <sys/socketvar.h>
13204 #endif
13205 #ifdef HAVE_NET_ROUTE_H
13206 #include <net/route.h>
13207 #endif
13208 #ifdef HAVE_NETINET_IN_H
13209 #include <netinet/in.h>
13210 #endif
13211 #ifdef HAVE_NETINET_IN_SYSTM_H
13212 #include <netinet/in_systm.h>
13213 #endif
13214 #ifdef HAVE_NETINET_IP_H
13215 #include <netinet/ip.h>
13216 #endif
13217 #ifdef HAVE_NETINET_IN_PCB_H
13218 #include <netinet/in_pcb.h>
13219 #endif
13221 if test "x$ac_cv_type_struct_xinpgen" = x""yes; then :
13223 cat >>confdefs.h <<_ACEOF
13224 #define HAVE_STRUCT_XINPGEN 1
13225 _ACEOF
13231 ac_fn_c_check_member "$LINENO" "struct ff_effect" "direction" "ac_cv_member_struct_ff_effect_direction" "#ifdef HAVE_LINUX_INPUT_H
13232 #include <linux/input.h>
13233 #endif
13235 if test "x$ac_cv_member_struct_ff_effect_direction" = x""yes; then :
13237 cat >>confdefs.h <<_ACEOF
13238 #define HAVE_STRUCT_FF_EFFECT_DIRECTION 1
13239 _ACEOF
13245 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sigaddset" >&5
13246 $as_echo_n "checking for sigaddset... " >&6; }
13247 if test "${wine_cv_have_sigaddset+set}" = set; then :
13248 $as_echo_n "(cached) " >&6
13249 else
13250 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13251 /* end confdefs.h. */
13252 #include <signal.h>
13254 main ()
13256 sigset_t set; sigaddset(&set,SIGTERM);
13258 return 0;
13260 _ACEOF
13261 if ac_fn_c_try_link "$LINENO"; then :
13262 wine_cv_have_sigaddset=yes
13263 else
13264 wine_cv_have_sigaddset=no
13266 rm -f core conftest.err conftest.$ac_objext \
13267 conftest$ac_exeext conftest.$ac_ext
13269 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_have_sigaddset" >&5
13270 $as_echo "$wine_cv_have_sigaddset" >&6; }
13271 if test "$wine_cv_have_sigaddset" = "yes"
13272 then
13274 $as_echo "#define HAVE_SIGADDSET 1" >>confdefs.h
13279 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we can use re-entrant gethostbyname_r Linux style" >&5
13280 $as_echo_n "checking whether we can use re-entrant gethostbyname_r Linux style... " >&6; }
13281 if test "${wine_cv_linux_gethostbyname_r_6+set}" = set; then :
13282 $as_echo_n "(cached) " >&6
13283 else
13284 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13285 /* end confdefs.h. */
13286 #include <netdb.h>
13288 main ()
13291 char *name=0;
13292 struct hostent he;
13293 struct hostent *result;
13294 char *buf=0;
13295 int bufsize=0;
13296 int res,errnr;
13297 char *addr=0;
13298 int addrlen=0;
13299 int addrtype=0;
13300 res=gethostbyname_r(name,&he,buf,bufsize,&result,&errnr);
13301 res=gethostbyaddr_r(addr, addrlen, addrtype,&he,buf,bufsize,&result,&errnr);
13304 return 0;
13306 _ACEOF
13307 if ac_fn_c_try_link "$LINENO"; then :
13308 wine_cv_linux_gethostbyname_r_6=yes
13309 else
13310 wine_cv_linux_gethostbyname_r_6=no
13313 rm -f core conftest.err conftest.$ac_objext \
13314 conftest$ac_exeext conftest.$ac_ext
13317 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_linux_gethostbyname_r_6" >&5
13318 $as_echo "$wine_cv_linux_gethostbyname_r_6" >&6; }
13319 if test "$wine_cv_linux_gethostbyname_r_6" = "yes"
13320 then
13322 $as_echo "#define HAVE_LINUX_GETHOSTBYNAME_R_6 1" >>confdefs.h
13326 if test "$ac_cv_header_linux_joystick_h" = "yes"
13327 then
13328 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether linux/joystick.h uses the Linux 2.2+ API" >&5
13329 $as_echo_n "checking whether linux/joystick.h uses the Linux 2.2+ API... " >&6; }
13330 if test "${wine_cv_linux_joystick_22_api+set}" = set; then :
13331 $as_echo_n "(cached) " >&6
13332 else
13333 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13334 /* end confdefs.h. */
13336 #include <sys/ioctl.h>
13337 #include <sys/types.h>
13338 #include <linux/joystick.h>
13340 struct js_event blub;
13341 #if !defined(JS_EVENT_AXIS) || !defined(JS_EVENT_BUTTON)
13342 #error "no 2.2 header"
13343 #endif
13346 main ()
13348 /*empty*/
13350 return 0;
13352 _ACEOF
13353 if ac_fn_c_try_compile "$LINENO"; then :
13354 wine_cv_linux_joystick_22_api=yes
13355 else
13356 wine_cv_linux_joystick_22_api=no
13358 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13361 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $wine_cv_linux_joystick_22_api" >&5
13362 $as_echo "$wine_cv_linux_joystick_22_api" >&6; }
13363 if test "$wine_cv_linux_joystick_22_api" = "yes"
13364 then
13366 $as_echo "#define HAVE_LINUX_22_JOYSTICK_API 1" >>confdefs.h
13372 ac_fn_c_check_member "$LINENO" "struct statfs" "f_bfree" "ac_cv_member_struct_statfs_f_bfree" "#include <sys/types.h>
13373 #ifdef HAVE_SYS_PARAM_H
13374 # include <sys/param.h>
13375 #endif
13376 #ifdef HAVE_SYS_MOUNT_H
13377 # include <sys/mount.h>
13378 #endif
13379 #ifdef HAVE_SYS_VFS_H
13380 # include <sys/vfs.h>
13381 #endif
13382 #ifdef HAVE_SYS_STATFS_H
13383 # include <sys/statfs.h>
13384 #endif
13386 if test "x$ac_cv_member_struct_statfs_f_bfree" = x""yes; then :
13388 cat >>confdefs.h <<_ACEOF
13389 #define HAVE_STRUCT_STATFS_F_BFREE 1
13390 _ACEOF
13394 ac_fn_c_check_member "$LINENO" "struct statfs" "f_bavail" "ac_cv_member_struct_statfs_f_bavail" "#include <sys/types.h>
13395 #ifdef HAVE_SYS_PARAM_H
13396 # include <sys/param.h>
13397 #endif
13398 #ifdef HAVE_SYS_MOUNT_H
13399 # include <sys/mount.h>
13400 #endif
13401 #ifdef HAVE_SYS_VFS_H
13402 # include <sys/vfs.h>
13403 #endif
13404 #ifdef HAVE_SYS_STATFS_H
13405 # include <sys/statfs.h>
13406 #endif
13408 if test "x$ac_cv_member_struct_statfs_f_bavail" = x""yes; then :
13410 cat >>confdefs.h <<_ACEOF
13411 #define HAVE_STRUCT_STATFS_F_BAVAIL 1
13412 _ACEOF
13416 ac_fn_c_check_member "$LINENO" "struct statfs" "f_frsize" "ac_cv_member_struct_statfs_f_frsize" "#include <sys/types.h>
13417 #ifdef HAVE_SYS_PARAM_H
13418 # include <sys/param.h>
13419 #endif
13420 #ifdef HAVE_SYS_MOUNT_H
13421 # include <sys/mount.h>
13422 #endif
13423 #ifdef HAVE_SYS_VFS_H
13424 # include <sys/vfs.h>
13425 #endif
13426 #ifdef HAVE_SYS_STATFS_H
13427 # include <sys/statfs.h>
13428 #endif
13430 if test "x$ac_cv_member_struct_statfs_f_frsize" = x""yes; then :
13432 cat >>confdefs.h <<_ACEOF
13433 #define HAVE_STRUCT_STATFS_F_FRSIZE 1
13434 _ACEOF
13438 ac_fn_c_check_member "$LINENO" "struct statfs" "f_ffree" "ac_cv_member_struct_statfs_f_ffree" "#include <sys/types.h>
13439 #ifdef HAVE_SYS_PARAM_H
13440 # include <sys/param.h>
13441 #endif
13442 #ifdef HAVE_SYS_MOUNT_H
13443 # include <sys/mount.h>
13444 #endif
13445 #ifdef HAVE_SYS_VFS_H
13446 # include <sys/vfs.h>
13447 #endif
13448 #ifdef HAVE_SYS_STATFS_H
13449 # include <sys/statfs.h>
13450 #endif
13452 if test "x$ac_cv_member_struct_statfs_f_ffree" = x""yes; then :
13454 cat >>confdefs.h <<_ACEOF
13455 #define HAVE_STRUCT_STATFS_F_FFREE 1
13456 _ACEOF
13460 ac_fn_c_check_member "$LINENO" "struct statfs" "f_favail" "ac_cv_member_struct_statfs_f_favail" "#include <sys/types.h>
13461 #ifdef HAVE_SYS_PARAM_H
13462 # include <sys/param.h>
13463 #endif
13464 #ifdef HAVE_SYS_MOUNT_H
13465 # include <sys/mount.h>
13466 #endif
13467 #ifdef HAVE_SYS_VFS_H
13468 # include <sys/vfs.h>
13469 #endif
13470 #ifdef HAVE_SYS_STATFS_H
13471 # include <sys/statfs.h>
13472 #endif
13474 if test "x$ac_cv_member_struct_statfs_f_favail" = x""yes; then :
13476 cat >>confdefs.h <<_ACEOF
13477 #define HAVE_STRUCT_STATFS_F_FAVAIL 1
13478 _ACEOF
13482 ac_fn_c_check_member "$LINENO" "struct statfs" "f_namelen" "ac_cv_member_struct_statfs_f_namelen" "#include <sys/types.h>
13483 #ifdef HAVE_SYS_PARAM_H
13484 # include <sys/param.h>
13485 #endif
13486 #ifdef HAVE_SYS_MOUNT_H
13487 # include <sys/mount.h>
13488 #endif
13489 #ifdef HAVE_SYS_VFS_H
13490 # include <sys/vfs.h>
13491 #endif
13492 #ifdef HAVE_SYS_STATFS_H
13493 # include <sys/statfs.h>
13494 #endif
13496 if test "x$ac_cv_member_struct_statfs_f_namelen" = x""yes; then :
13498 cat >>confdefs.h <<_ACEOF
13499 #define HAVE_STRUCT_STATFS_F_NAMELEN 1
13500 _ACEOF
13506 ac_fn_c_check_member "$LINENO" "struct statvfs" "f_blocks" "ac_cv_member_struct_statvfs_f_blocks" "#ifdef HAVE_SYS_STATVFS_H
13507 #include <sys/statvfs.h>
13508 #endif
13510 if test "x$ac_cv_member_struct_statvfs_f_blocks" = x""yes; then :
13512 cat >>confdefs.h <<_ACEOF
13513 #define HAVE_STRUCT_STATVFS_F_BLOCKS 1
13514 _ACEOF
13520 ac_fn_c_check_member "$LINENO" "struct msghdr" "msg_accrights" "ac_cv_member_struct_msghdr_msg_accrights" "#include <sys/types.h>
13521 #ifdef HAVE_SYS_SOCKET_H
13522 # include <sys/socket.h>
13523 #endif
13524 #ifdef HAVE_SYS_UN_H
13525 # include <sys/un.h>
13526 #endif
13528 if test "x$ac_cv_member_struct_msghdr_msg_accrights" = x""yes; then :
13530 cat >>confdefs.h <<_ACEOF
13531 #define HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTS 1
13532 _ACEOF
13536 ac_fn_c_check_member "$LINENO" "struct sockaddr" "sa_len" "ac_cv_member_struct_sockaddr_sa_len" "#include <sys/types.h>
13537 #ifdef HAVE_SYS_SOCKET_H
13538 # include <sys/socket.h>
13539 #endif
13540 #ifdef HAVE_SYS_UN_H
13541 # include <sys/un.h>
13542 #endif
13544 if test "x$ac_cv_member_struct_sockaddr_sa_len" = x""yes; then :
13546 cat >>confdefs.h <<_ACEOF
13547 #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
13548 _ACEOF
13552 ac_fn_c_check_member "$LINENO" "struct sockaddr_un" "sun_len" "ac_cv_member_struct_sockaddr_un_sun_len" "#include <sys/types.h>
13553 #ifdef HAVE_SYS_SOCKET_H
13554 # include <sys/socket.h>
13555 #endif
13556 #ifdef HAVE_SYS_UN_H
13557 # include <sys/un.h>
13558 #endif
13560 if test "x$ac_cv_member_struct_sockaddr_un_sun_len" = x""yes; then :
13562 cat >>confdefs.h <<_ACEOF
13563 #define HAVE_STRUCT_SOCKADDR_UN_SUN_LEN 1
13564 _ACEOF
13570 ac_fn_c_check_member "$LINENO" "scsireq_t" "cmd" "ac_cv_member_scsireq_t_cmd" "#include <sys/types.h>
13571 #ifdef HAVE_SCSI_SG_H
13572 #include <scsi/sg.h>
13573 #endif
13575 if test "x$ac_cv_member_scsireq_t_cmd" = x""yes; then :
13577 cat >>confdefs.h <<_ACEOF
13578 #define HAVE_SCSIREQ_T_CMD 1
13579 _ACEOF
13583 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>
13584 #ifdef HAVE_SCSI_SG_H
13585 #include <scsi/sg.h>
13586 #endif
13588 if test "x$ac_cv_member_sg_io_hdr_t_interface_id" = x""yes; then :
13590 cat >>confdefs.h <<_ACEOF
13591 #define HAVE_SG_IO_HDR_T_INTERFACE_ID 1
13592 _ACEOF
13598 ac_fn_c_check_member "$LINENO" "siginfo_t" "si_fd" "ac_cv_member_siginfo_t_si_fd" "#include <signal.h>
13600 if test "x$ac_cv_member_siginfo_t_si_fd" = x""yes; then :
13602 cat >>confdefs.h <<_ACEOF
13603 #define HAVE_SIGINFO_T_SI_FD 1
13604 _ACEOF
13610 ac_fn_c_check_member "$LINENO" "struct mtget" "mt_blksiz" "ac_cv_member_struct_mtget_mt_blksiz" "#include <sys/types.h>
13611 #ifdef HAVE_SYS_MTIO_H
13612 #include <sys/mtio.h>
13613 #endif
13615 if test "x$ac_cv_member_struct_mtget_mt_blksiz" = x""yes; then :
13617 cat >>confdefs.h <<_ACEOF
13618 #define HAVE_STRUCT_MTGET_MT_BLKSIZ 1
13619 _ACEOF
13623 ac_fn_c_check_member "$LINENO" "struct mtget" "mt_gstat" "ac_cv_member_struct_mtget_mt_gstat" "#include <sys/types.h>
13624 #ifdef HAVE_SYS_MTIO_H
13625 #include <sys/mtio.h>
13626 #endif
13628 if test "x$ac_cv_member_struct_mtget_mt_gstat" = x""yes; then :
13630 cat >>confdefs.h <<_ACEOF
13631 #define HAVE_STRUCT_MTGET_MT_GSTAT 1
13632 _ACEOF
13636 ac_fn_c_check_member "$LINENO" "struct mtget" "mt_blkno" "ac_cv_member_struct_mtget_mt_blkno" "#include <sys/types.h>
13637 #ifdef HAVE_SYS_MTIO_H
13638 #include <sys/mtio.h>
13639 #endif
13641 if test "x$ac_cv_member_struct_mtget_mt_blkno" = x""yes; then :
13643 cat >>confdefs.h <<_ACEOF
13644 #define HAVE_STRUCT_MTGET_MT_BLKNO 1
13645 _ACEOF
13651 ac_fn_c_check_member "$LINENO" "struct option" "name" "ac_cv_member_struct_option_name" "#ifdef HAVE_GETOPT_H
13652 #include <getopt.h>
13653 #endif
13655 if test "x$ac_cv_member_struct_option_name" = x""yes; then :
13657 cat >>confdefs.h <<_ACEOF
13658 #define HAVE_STRUCT_OPTION_NAME 1
13659 _ACEOF
13665 ac_fn_c_check_member "$LINENO" "struct stat" "st_blocks" "ac_cv_member_struct_stat_st_blocks" "$ac_includes_default"
13666 if test "x$ac_cv_member_struct_stat_st_blocks" = x""yes; then :
13668 cat >>confdefs.h <<_ACEOF
13669 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
13670 _ACEOF
13674 ac_fn_c_check_member "$LINENO" "struct stat" "st_mtim" "ac_cv_member_struct_stat_st_mtim" "$ac_includes_default"
13675 if test "x$ac_cv_member_struct_stat_st_mtim" = x""yes; then :
13677 cat >>confdefs.h <<_ACEOF
13678 #define HAVE_STRUCT_STAT_ST_MTIM 1
13679 _ACEOF
13683 ac_fn_c_check_member "$LINENO" "struct stat" "st_ctim" "ac_cv_member_struct_stat_st_ctim" "$ac_includes_default"
13684 if test "x$ac_cv_member_struct_stat_st_ctim" = x""yes; then :
13686 cat >>confdefs.h <<_ACEOF
13687 #define HAVE_STRUCT_STAT_ST_CTIM 1
13688 _ACEOF
13692 ac_fn_c_check_member "$LINENO" "struct stat" "st_atim" "ac_cv_member_struct_stat_st_atim" "$ac_includes_default"
13693 if test "x$ac_cv_member_struct_stat_st_atim" = x""yes; then :
13695 cat >>confdefs.h <<_ACEOF
13696 #define HAVE_STRUCT_STAT_ST_ATIM 1
13697 _ACEOF
13703 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
13704 #include <sys/types.h>
13705 #endif
13706 #ifdef HAVE_NETINET_IN_H
13707 #include <netinet/in.h>
13708 #endif
13710 if test "x$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" = x""yes; then :
13712 cat >>confdefs.h <<_ACEOF
13713 #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
13714 _ACEOF
13720 ac_fn_c_check_member "$LINENO" "ns_msg" "_msg_ptr" "ac_cv_member_ns_msg__msg_ptr" "#ifdef HAVE_SYS_TYPES_H
13721 #include <sys/types.h>
13722 #endif
13723 #ifdef HAVE_NETINET_IN_H
13724 # include <netinet/in.h>
13725 #endif
13726 #ifdef HAVE_ARPA_NAMESER_H
13727 # include <arpa/nameser.h>
13728 #endif
13730 if test "x$ac_cv_member_ns_msg__msg_ptr" = x""yes; then :
13732 cat >>confdefs.h <<_ACEOF
13733 #define HAVE_NS_MSG__MSG_PTR 1
13734 _ACEOF
13740 ac_fn_c_check_member "$LINENO" "struct icmpstat" "icps_outhist" "ac_cv_member_struct_icmpstat_icps_outhist" "#ifdef HAVE_SYS_TYPES_H
13741 #include <sys/types.h>
13742 #endif
13743 #ifdef HAVE_ALIAS_H
13744 #include <alias.h>
13745 #endif
13746 #ifdef HAVE_SYS_SOCKET_H
13747 #include <sys/socket.h>
13748 #endif
13749 #ifdef HAVE_SYS_SOCKETVAR_H
13750 #include <sys/socketvar.h>
13751 #endif
13752 #ifdef HAVE_SYS_TIMEOUT_H
13753 #include <sys/timeout.h>
13754 #endif
13755 #ifdef HAVE_NETINET_IN_H
13756 #include <netinet/in.h>
13757 #endif
13758 #ifdef HAVE_NETINET_IN_SYSTM_H
13759 #include <netinet/in_systm.h>
13760 #endif
13761 #ifdef HAVE_NETINET_IP_H
13762 #include <netinet/ip.h>
13763 #endif
13764 #ifdef HAVE_NETINET_IP_VAR_H
13765 #include <netinet/ip_var.h>
13766 #endif
13767 #ifdef HAVE_NETINET_IP_ICMP_H
13768 #include <netinet/ip_icmp.h>
13769 #endif
13770 #ifdef HAVE_NETINET_ICMP_VAR
13771 #include <netinet/icmp_var.h>
13772 #endif
13774 if test "x$ac_cv_member_struct_icmpstat_icps_outhist" = x""yes; then :
13776 cat >>confdefs.h <<_ACEOF
13777 #define HAVE_STRUCT_ICMPSTAT_ICPS_OUTHIST 1
13778 _ACEOF
13784 ac_fn_c_check_member "$LINENO" "struct ifreq" "ifr_hwaddr" "ac_cv_member_struct_ifreq_ifr_hwaddr" "#ifdef HAVE_SYS_TYPES_H
13785 #include <sys/types.h>
13786 #endif
13787 #ifdef HAVE_NET_IF_H
13788 # include <net/if.h>
13789 #endif
13791 if test "x$ac_cv_member_struct_ifreq_ifr_hwaddr" = x""yes; then :
13793 cat >>confdefs.h <<_ACEOF
13794 #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
13795 _ACEOF
13801 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for timezone variable" >&5
13802 $as_echo_n "checking for timezone variable... " >&6; }
13803 if test "${ac_cv_have_timezone+set}" = set; then :
13804 $as_echo_n "(cached) " >&6
13805 else
13806 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13807 /* end confdefs.h. */
13808 #include <time.h>
13810 main ()
13812 timezone = 1
13814 return 0;
13816 _ACEOF
13817 if ac_fn_c_try_link "$LINENO"; then :
13818 ac_cv_have_timezone="yes"
13819 else
13820 ac_cv_have_timezone="no"
13822 rm -f core conftest.err conftest.$ac_objext \
13823 conftest$ac_exeext conftest.$ac_ext
13825 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_timezone" >&5
13826 $as_echo "$ac_cv_have_timezone" >&6; }
13827 if test "$ac_cv_have_timezone" = "yes"
13828 then
13830 $as_echo "#define HAVE_TIMEZONE 1" >>confdefs.h
13833 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for daylight variable" >&5
13834 $as_echo_n "checking for daylight variable... " >&6; }
13835 if test "${ac_cv_have_daylight+set}" = set; then :
13836 $as_echo_n "(cached) " >&6
13837 else
13838 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13839 /* end confdefs.h. */
13840 #include <time.h>
13842 main ()
13844 daylight = 1
13846 return 0;
13848 _ACEOF
13849 if ac_fn_c_try_link "$LINENO"; then :
13850 ac_cv_have_daylight="yes"
13851 else
13852 ac_cv_have_daylight="no"
13854 rm -f core conftest.err conftest.$ac_objext \
13855 conftest$ac_exeext conftest.$ac_ext
13857 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_daylight" >&5
13858 $as_echo "$ac_cv_have_daylight" >&6; }
13859 if test "$ac_cv_have_daylight" = "yes"
13860 then
13862 $as_echo "#define HAVE_DAYLIGHT 1" >>confdefs.h
13866 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isinf" >&5
13867 $as_echo_n "checking for isinf... " >&6; }
13868 if test "${ac_cv_have_isinf+set}" = set; then :
13869 $as_echo_n "(cached) " >&6
13870 else
13871 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13872 /* end confdefs.h. */
13873 #include <math.h>
13875 main ()
13877 float f = 0.0; int i=isinf(f)
13879 return 0;
13881 _ACEOF
13882 if ac_fn_c_try_link "$LINENO"; then :
13883 ac_cv_have_isinf="yes"
13884 else
13885 ac_cv_have_isinf="no"
13887 rm -f core conftest.err conftest.$ac_objext \
13888 conftest$ac_exeext conftest.$ac_ext
13890 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isinf" >&5
13891 $as_echo "$ac_cv_have_isinf" >&6; }
13892 if test "$ac_cv_have_isinf" = "yes"
13893 then
13895 $as_echo "#define HAVE_ISINF 1" >>confdefs.h
13899 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for isnan" >&5
13900 $as_echo_n "checking for isnan... " >&6; }
13901 if test "${ac_cv_have_isnan+set}" = set; then :
13902 $as_echo_n "(cached) " >&6
13903 else
13904 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13905 /* end confdefs.h. */
13906 #include <math.h>
13908 main ()
13910 float f = 0.0; int i=isnan(f)
13912 return 0;
13914 _ACEOF
13915 if ac_fn_c_try_link "$LINENO"; then :
13916 ac_cv_have_isnan="yes"
13917 else
13918 ac_cv_have_isnan="no"
13920 rm -f core conftest.err conftest.$ac_objext \
13921 conftest$ac_exeext conftest.$ac_ext
13923 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_have_isnan" >&5
13924 $as_echo "$ac_cv_have_isnan" >&6; }
13925 if test "$ac_cv_have_isnan" = "yes"
13926 then
13928 $as_echo "#define HAVE_ISNAN 1" >>confdefs.h
13933 case $host_cpu in
13934 *i[3456789]86*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __i386__" >&5
13935 $as_echo_n "checking whether we need to define __i386__... " >&6; }
13936 if test "${ac_cv_cpp_def___i386__+set}" = set; then :
13937 $as_echo_n "(cached) " >&6
13938 else
13939 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13940 /* end confdefs.h. */
13941 #ifndef __i386__
13943 #endif
13944 _ACEOF
13945 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13946 $EGREP "yes" >/dev/null 2>&1; then :
13947 ac_cv_cpp_def___i386__=yes
13948 else
13949 ac_cv_cpp_def___i386__=no
13951 rm -f conftest*
13954 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___i386__" >&5
13955 $as_echo "$ac_cv_cpp_def___i386__" >&6; }
13956 if test $ac_cv_cpp_def___i386__ = yes; then :
13957 CFLAGS="$CFLAGS -D__i386__"
13958 LINTFLAGS="$LINTFLAGS -D__i386__"
13959 fi ;;
13960 *x86_64*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __x86_64__" >&5
13961 $as_echo_n "checking whether we need to define __x86_64__... " >&6; }
13962 if test "${ac_cv_cpp_def___x86_64__+set}" = set; then :
13963 $as_echo_n "(cached) " >&6
13964 else
13965 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13966 /* end confdefs.h. */
13967 #ifndef __x86_64__
13969 #endif
13970 _ACEOF
13971 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13972 $EGREP "yes" >/dev/null 2>&1; then :
13973 ac_cv_cpp_def___x86_64__=yes
13974 else
13975 ac_cv_cpp_def___x86_64__=no
13977 rm -f conftest*
13980 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___x86_64__" >&5
13981 $as_echo "$ac_cv_cpp_def___x86_64__" >&6; }
13982 if test $ac_cv_cpp_def___x86_64__ = yes; then :
13983 CFLAGS="$CFLAGS -D__x86_64__"
13984 LINTFLAGS="$LINTFLAGS -D__x86_64__"
13985 fi ;;
13986 *alpha*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __ALPHA__" >&5
13987 $as_echo_n "checking whether we need to define __ALPHA__... " >&6; }
13988 if test "${ac_cv_cpp_def___ALPHA__+set}" = set; then :
13989 $as_echo_n "(cached) " >&6
13990 else
13991 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13992 /* end confdefs.h. */
13993 #ifndef __ALPHA__
13995 #endif
13996 _ACEOF
13997 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13998 $EGREP "yes" >/dev/null 2>&1; then :
13999 ac_cv_cpp_def___ALPHA__=yes
14000 else
14001 ac_cv_cpp_def___ALPHA__=no
14003 rm -f conftest*
14006 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___ALPHA__" >&5
14007 $as_echo "$ac_cv_cpp_def___ALPHA__" >&6; }
14008 if test $ac_cv_cpp_def___ALPHA__ = yes; then :
14009 CFLAGS="$CFLAGS -D__ALPHA__"
14010 LINTFLAGS="$LINTFLAGS -D__ALPHA__"
14011 fi ;;
14012 *sparc*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sparc__" >&5
14013 $as_echo_n "checking whether we need to define __sparc__... " >&6; }
14014 if test "${ac_cv_cpp_def___sparc__+set}" = set; then :
14015 $as_echo_n "(cached) " >&6
14016 else
14017 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14018 /* end confdefs.h. */
14019 #ifndef __sparc__
14021 #endif
14022 _ACEOF
14023 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
14024 $EGREP "yes" >/dev/null 2>&1; then :
14025 ac_cv_cpp_def___sparc__=yes
14026 else
14027 ac_cv_cpp_def___sparc__=no
14029 rm -f conftest*
14032 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sparc__" >&5
14033 $as_echo "$ac_cv_cpp_def___sparc__" >&6; }
14034 if test $ac_cv_cpp_def___sparc__ = yes; then :
14035 CFLAGS="$CFLAGS -D__sparc__"
14036 LINTFLAGS="$LINTFLAGS -D__sparc__"
14037 fi ;;
14038 *powerpc*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __powerpc__" >&5
14039 $as_echo_n "checking whether we need to define __powerpc__... " >&6; }
14040 if test "${ac_cv_cpp_def___powerpc__+set}" = set; then :
14041 $as_echo_n "(cached) " >&6
14042 else
14043 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14044 /* end confdefs.h. */
14045 #ifndef __powerpc__
14047 #endif
14048 _ACEOF
14049 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
14050 $EGREP "yes" >/dev/null 2>&1; then :
14051 ac_cv_cpp_def___powerpc__=yes
14052 else
14053 ac_cv_cpp_def___powerpc__=no
14055 rm -f conftest*
14058 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___powerpc__" >&5
14059 $as_echo "$ac_cv_cpp_def___powerpc__" >&6; }
14060 if test $ac_cv_cpp_def___powerpc__ = yes; then :
14061 CFLAGS="$CFLAGS -D__powerpc__"
14062 LINTFLAGS="$LINTFLAGS -D__powerpc__"
14063 fi ;;
14064 esac
14066 case $host_vendor in
14067 *sun*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we need to define __sun__" >&5
14068 $as_echo_n "checking whether we need to define __sun__... " >&6; }
14069 if test "${ac_cv_cpp_def___sun__+set}" = set; then :
14070 $as_echo_n "(cached) " >&6
14071 else
14072 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14073 /* end confdefs.h. */
14074 #ifndef __sun__
14076 #endif
14077 _ACEOF
14078 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
14079 $EGREP "yes" >/dev/null 2>&1; then :
14080 ac_cv_cpp_def___sun__=yes
14081 else
14082 ac_cv_cpp_def___sun__=no
14084 rm -f conftest*
14087 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cpp_def___sun__" >&5
14088 $as_echo "$ac_cv_cpp_def___sun__" >&6; }
14089 if test $ac_cv_cpp_def___sun__ = yes; then :
14090 CFLAGS="$CFLAGS -D__sun__"
14091 LINTFLAGS="$LINTFLAGS -D__sun__"
14092 fi ;;
14093 esac
14099 ac_config_commands="$ac_config_commands include/stamp-h"
14102 ALL_MAKEFILE_DEPENDS="
14103 # Rules automatically generated by configure
14105 .INIT: Makefile
14106 .MAKEFILEDEPS:
14107 all: Makefile
14108 Makefile: Makefile.in Make.rules config.status
14109 @./config.status Make.tmp Makefile"
14111 ALL_WINETEST_DEPENDS="# Test binaries"
14113 ALL_TEST_BINARIES=""
14116 wine_fn_append_file ()
14118 as_fn_append $1 " \\$as_nl $2"
14121 wine_fn_append_rule ()
14123 as_fn_append $1 "$as_nl$2"
14126 wine_fn_all_dir_rules ()
14128 wine_fn_append_file ALL_DIRS $1
14129 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14130 "__clean__: $1/__clean__
14131 .PHONY: $1/__clean__
14132 $1/__clean__: $1/Makefile
14133 @cd $1 && \$(MAKE) clean
14134 \$(RM) $1/Makefile
14135 $1/Makefile: $1/Makefile.in config.status $2
14136 @./config.status --file $1/Makefile && cd $1 && \$(MAKE) depend
14137 depend: $1/__depend__
14138 .PHONY: $1/__depend__
14139 $1/__depend__: \$(MAKEDEP) dummy
14140 @./config.status --file $1/Makefile && cd $1 && \$(MAKE) depend"
14143 wine_fn_config_makefile ()
14145 ac_dir=$1
14146 ac_enable=$2
14147 eval as_val=\$$ac_enable
14148 if test "x$as_val" = x""no; then :
14149 return 0
14152 wine_fn_all_dir_rules $ac_dir "Make.rules \$(MAKEDEP)"
14153 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14154 "all: $ac_dir
14155 .PHONY: $ac_dir
14156 $ac_dir: $ac_dir/Makefile dummy
14157 @cd $ac_dir && \$(MAKE)
14158 install:: $ac_dir
14159 @cd $ac_dir && \$(MAKE) install
14160 install-lib:: $ac_dir
14161 @cd $ac_dir && \$(MAKE) install-lib
14162 install-dev:: $ac_dir
14163 @cd $ac_dir && \$(MAKE) install-dev
14164 uninstall:: $ac_dir/Makefile
14165 @cd $ac_dir && \$(MAKE) uninstall"
14168 wine_fn_config_lib ()
14170 ac_name=$1
14171 ac_dir=dlls/$ac_name
14172 wine_fn_all_dir_rules $ac_dir "dlls/Makeimplib.rules \$(MAKEDEP)"
14173 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14174 "all __builddeps__: $ac_dir
14175 $ac_dir: $ac_dir/Makefile tools/widl tools/winebuild tools/winegcc include dummy
14176 @cd $ac_dir && \$(MAKE)
14177 install install-dev:: $ac_dir
14178 @cd $ac_dir && \$(MAKE) install
14179 uninstall:: $ac_dir/Makefile
14180 @cd $ac_dir && \$(MAKE) uninstall"
14183 wine_fn_config_dll ()
14185 ac_dir=$1
14186 ac_enable=$2
14187 ac_implib=$3
14188 ac_implibsrc=$4
14189 ac_file="dlls/$ac_dir/lib$ac_implib"
14190 ac_deps="tools/widl tools/winebuild tools/winegcc include"
14191 ac_implibflags=""
14193 case $ac_dir in
14194 *16) ac_implibflags=" -m16" ;;
14195 esac
14197 wine_fn_all_dir_rules dlls/$ac_dir "dlls/Makedll.rules \$(MAKEDEP)"
14199 eval as_val=\$$ac_enable
14200 if test "x$as_val" = x""no; then :
14201 test "$ac_enable" != enable_win16 || return 0
14202 else
14203 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14204 "all: dlls/$ac_dir
14205 .PHONY: dlls/$ac_dir
14206 dlls/$ac_dir: dlls/$ac_dir/Makefile __builddeps__ dummy
14207 @cd dlls/$ac_dir && \$(MAKE)
14208 install:: dlls/$ac_dir/Makefile __builddeps__
14209 @cd dlls/$ac_dir && \$(MAKE) install
14210 install-lib:: dlls/$ac_dir/Makefile __builddeps__
14211 @cd dlls/$ac_dir && \$(MAKE) install-lib
14212 uninstall manpages htmlpages sgmlpages xmlpages:: dlls/$ac_dir/Makefile
14213 @cd dlls/$ac_dir && \$(MAKE) \$@"
14216 if test -n "$ac_implibsrc"
14217 then
14218 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14219 "__builddeps__: $ac_file.$IMPLIBEXT $ac_file.$STATIC_IMPLIBEXT
14220 $ac_file.$IMPLIBEXT $ac_file.$STATIC_IMPLIBEXT $ac_file.cross.a: $ac_deps
14221 $ac_file.def: dlls/$ac_dir/$ac_dir.spec dlls/$ac_dir/Makefile
14222 @cd dlls/$ac_dir && \$(MAKE) lib$ac_implib.def
14223 $ac_file.$STATIC_IMPLIBEXT: dlls/$ac_dir/Makefile dummy
14224 @cd dlls/$ac_dir && \$(MAKE) lib$ac_implib.$STATIC_IMPLIBEXT
14225 install-dev:: dlls/$ac_dir/Makefile __builddeps__
14226 @cd dlls/$ac_dir && \$(MAKE) install-dev"
14227 if test "x$CROSSTEST_DISABLE" = x
14228 then
14229 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14230 "__builddeps__: $ac_file.cross.a
14231 $ac_file.cross.a: dlls/$ac_dir/Makefile dummy
14232 @cd dlls/$ac_dir && \$(MAKE) lib$ac_implib.cross.a"
14235 elif test -n "$ac_implib"
14236 then
14237 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14238 "__builddeps__: $ac_file.$IMPLIBEXT
14239 $ac_file.def: dlls/$ac_dir/$ac_dir.spec dlls/$ac_dir/Makefile \$(WINEBUILD)
14240 \$(WINEBUILD) \$(TARGETFLAGS)$ac_implibflags -w --def -o \$@ --export \$(SRCDIR)/dlls/$ac_dir/$ac_dir.spec
14241 $ac_file.a: dlls/$ac_dir/$ac_dir.spec dlls/$ac_dir/Makefile \$(WINEBUILD)
14242 \$(WINEBUILD) \$(TARGETFLAGS)$ac_implibflags -w --implib -o \$@ --export \$(SRCDIR)/dlls/$ac_dir/$ac_dir.spec
14243 install-dev:: dlls/$ac_dir/Makefile __builddeps__
14244 @cd dlls/$ac_dir && \$(MAKE) install-dev"
14245 if test "x$CROSSTEST_DISABLE" = x
14246 then
14247 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14248 "__builddeps__: $ac_file.cross.a
14249 $ac_file.cross.a: dlls/$ac_dir/$ac_dir.spec dlls/$ac_dir/Makefile \$(WINEBUILD)
14250 \$(WINEBUILD) \$(CROSSTARGET:%=-b %)$ac_implibflags -w --implib -o \$@ --export \$(SRCDIR)/dlls/$ac_dir/$ac_dir.spec"
14253 if test "$ac_dir" != "$ac_implib"
14254 then
14255 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14256 "__builddeps__: dlls/lib$ac_implib.$IMPLIBEXT
14257 dlls/lib$ac_implib.$IMPLIBEXT: $ac_file.$IMPLIBEXT
14258 \$(RM) \$@ && \$(LN_S) $ac_dir/lib$ac_implib.$IMPLIBEXT \$@
14259 clean::
14260 \$(RM) dlls/lib$ac_implib.$IMPLIBEXT"
14261 if test "x$CROSSTEST_DISABLE" = x
14262 then
14263 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14264 "__builddeps__: dlls/lib$ac_implib.cross.a
14265 dlls/lib$ac_implib.cross.a: $ac_file.cross.a
14266 \$(RM) \$@ && \$(LN_S) $ac_dir/lib$ac_implib.cross.a \$@"
14272 wine_fn_config_program ()
14274 ac_dir=$1
14275 ac_enable=$2
14276 ac_install=$3
14277 wine_fn_all_dir_rules programs/$ac_dir "programs/Makeprog.rules \$(MAKEDEP)"
14279 eval as_val=\$$ac_enable
14280 if test "x$as_val" = x""no; then :
14282 else
14283 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14284 "all: programs/$ac_dir
14285 .PHONY: programs/$ac_dir
14286 programs/$ac_dir: programs/$ac_dir/Makefile __builddeps__ dummy
14287 @cd programs/$ac_dir && \$(MAKE)"
14289 test -n "$ac_install" || return
14290 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14291 "install install-lib:: programs/$ac_dir/Makefile __builddeps__
14292 @cd programs/$ac_dir && \$(MAKE) install
14293 uninstall:: programs/$ac_dir/Makefile
14294 @cd programs/$ac_dir && \$(MAKE) uninstall"
14295 if test "$ac_install" = installbin -a -n "$DLLEXT" -a "x$enable_tools" != xno
14296 then
14297 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14298 "install install-lib:: tools \$(DESTDIR)\$(bindir)
14299 \$(INSTALL_SCRIPT) tools/wineapploader \$(DESTDIR)\$(bindir)/$ac_dir
14300 uninstall::
14301 \$(RM) \$(DESTDIR)\$(bindir)/$ac_dir"
14306 wine_fn_config_test ()
14308 ac_dir=$1
14309 ac_name=$2
14310 wine_fn_append_file ALL_TEST_BINARIES $ac_name.exe
14311 wine_fn_append_rule ALL_WINETEST_DEPENDS \
14312 "$ac_name.exe: \$(TOPOBJDIR)/$ac_dir/$ac_name.exe$DLLEXT
14313 cp \$(TOPOBJDIR)/$ac_dir/$ac_name.exe$DLLEXT \$@ && \$(STRIP) \$@
14314 $ac_name.rc:
14315 echo \"$ac_name.exe TESTRES \\\"$ac_name.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
14316 $ac_name.res: $ac_name.rc $ac_name.exe"
14317 wine_fn_all_dir_rules $ac_dir "Maketest.rules \$(MAKEDEP)"
14319 if test "x$enable_tests" = x""no; then :
14321 else
14322 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14323 "all programs/winetest: $ac_dir
14324 .PHONY: $ac_dir
14325 $ac_dir: $ac_dir/Makefile __builddeps__ dummy
14326 @cd $ac_dir && \$(MAKE)
14327 test: $ac_dir/__test__
14328 .PHONY: $ac_dir/__test__
14329 $ac_dir/__test__: dummy
14330 @cd $ac_dir && \$(MAKE) test
14331 testclean::
14332 \$(RM) $ac_dir/*.ok"
14334 if test "x$CROSSTEST_DISABLE" = x
14335 then
14336 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14337 "crosstest: $ac_dir/__crosstest__
14338 .PHONY: $ac_dir/__crosstest__
14339 $ac_dir/__crosstest__: $ac_dir/Makefile __builddeps__ dummy
14340 @cd $ac_dir && \$(MAKE) crosstest"
14345 wine_fn_config_tool ()
14347 ac_dir=$1
14348 ac_deps="Make.rules"
14349 if test "$ac_dir" != tools
14350 then
14351 ac_deps="$ac_deps \$(MAKEDEP)"
14353 wine_fn_all_dir_rules $ac_dir "$ac_deps"
14355 if test "x$enable_tools" = x""no; then :
14357 else
14358 case $ac_dir in
14359 tools) wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14360 "install:: $ac_dir
14361 @cd $ac_dir && \$(MAKE) install
14362 install-lib:: $ac_dir
14363 @cd $ac_dir && \$(MAKE) install-lib
14364 install-dev:: $ac_dir
14365 @cd $ac_dir && \$(MAKE) install-dev" ;;
14366 *) wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14367 "install install-dev:: $ac_dir
14368 @cd $ac_dir && \$(MAKE) install" ;;
14369 esac
14370 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14371 "uninstall:: $ac_dir/Makefile
14372 @cd $ac_dir && \$(MAKE) uninstall
14373 all __tooldeps__: $ac_dir
14374 .PHONY: $ac_dir
14375 $ac_dir: $ac_dir/Makefile libs/port dummy
14376 @cd $ac_dir && \$(MAKE)"
14377 case $ac_dir in
14378 tools/winebuild) wine_fn_append_rule ALL_MAKEFILE_DEPENDS "\$(WINEBUILD): $ac_dir" ;;
14379 esac
14383 wine_fn_config_makerules ()
14385 ac_rules=$1
14386 ac_deps=$2
14387 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14388 "$ac_rules: $ac_rules.in $ac_deps config.status
14389 @./config.status $ac_rules
14390 distclean::
14391 \$(RM) $ac_rules"
14394 wine_fn_config_symlink ()
14396 ac_link=$1
14397 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14398 "$ac_link:
14399 @./config.status $ac_link
14400 distclean::
14401 \$(RM) $ac_link"
14404 if test "x$CROSSTEST_DISABLE" != x
14405 then
14406 wine_fn_append_rule ALL_MAKEFILE_DEPENDS \
14407 "crosstest:
14408 @echo \"crosstest is not supported (mingw not installed?)\" && false"
14410 ac_config_links="$ac_config_links dlls/wineps.drv/generic.ppd:dlls/wineps.drv/generic.ppd"
14411 test "$srcdir" = "." || wine_fn_config_symlink dlls/wineps.drv/generic.ppd
14412 if test "x$enable_fonts" != xno; then
14413 ac_config_links="$ac_config_links fonts/marlett.ttf:fonts/marlett.ttf"
14414 test "$srcdir" = "." || wine_fn_config_symlink fonts/marlett.ttf
14416 if test "x$enable_fonts" != xno; then
14417 ac_config_links="$ac_config_links fonts/symbol.ttf:fonts/symbol.ttf"
14418 test "$srcdir" = "." || wine_fn_config_symlink fonts/symbol.ttf
14420 if test "x$enable_fonts" != xno; then
14421 ac_config_links="$ac_config_links fonts/tahoma.ttf:fonts/tahoma.ttf"
14422 test "$srcdir" = "." || wine_fn_config_symlink fonts/tahoma.ttf
14424 if test "x$enable_fonts" != xno; then
14425 ac_config_links="$ac_config_links fonts/tahomabd.ttf:fonts/tahomabd.ttf"
14426 test "$srcdir" = "." || wine_fn_config_symlink fonts/tahomabd.ttf
14428 ac_config_links="$ac_config_links tools/l_intl.nls:tools/l_intl.nls"
14429 test "$srcdir" = "." || wine_fn_config_symlink tools/l_intl.nls
14430 ac_config_links="$ac_config_links wine:tools/winewrapper"
14431 wine_fn_config_symlink wine
14433 ac_config_commands="$ac_config_commands dlls/gdi32/enhmfdrv"
14435 ac_config_commands="$ac_config_commands dlls/gdi32/mfdrv"
14437 ac_config_commands="$ac_config_commands dlls/kernel32/nls"
14439 ac_config_commands="$ac_config_commands dlls/user32/resources"
14441 ac_config_commands="$ac_config_commands dlls/wineps.drv/data"
14443 ac_config_commands="$ac_config_commands include/wine"
14446 wine_fn_config_makerules Make.rules
14447 MAKE_RULES=Make.rules
14448 ac_config_files="$ac_config_files Make.rules"
14450 wine_fn_config_makerules Maketest.rules Make.rules
14451 MAKE_TEST_RULES=Maketest.rules
14452 ac_config_files="$ac_config_files Maketest.rules"
14454 wine_fn_config_makerules dlls/Makedll.rules Make.rules
14455 MAKE_DLL_RULES=dlls/Makedll.rules
14456 ac_config_files="$ac_config_files dlls/Makedll.rules"
14458 wine_fn_config_makerules dlls/Makeimplib.rules Make.rules
14459 MAKE_IMPLIB_RULES=dlls/Makeimplib.rules
14460 ac_config_files="$ac_config_files dlls/Makeimplib.rules"
14462 wine_fn_config_makerules programs/Makeprog.rules Make.rules
14463 MAKE_PROG_RULES=programs/Makeprog.rules
14464 ac_config_files="$ac_config_files programs/Makeprog.rules"
14467 wine_fn_config_dll acledit enable_acledit
14468 wine_fn_config_dll aclui enable_aclui aclui
14469 wine_fn_config_dll activeds enable_activeds activeds
14470 wine_fn_config_dll actxprxy enable_actxprxy
14471 wine_fn_config_lib adsiid
14472 wine_fn_config_dll advapi32 enable_advapi32 advapi32
14473 wine_fn_config_test dlls/advapi32/tests advapi32_test
14474 wine_fn_config_dll advpack enable_advpack advpack
14475 wine_fn_config_test dlls/advpack/tests advpack_test
14476 wine_fn_config_dll amstream enable_amstream
14477 wine_fn_config_test dlls/amstream/tests amstream_test
14478 wine_fn_config_dll appwiz.cpl enable_appwiz_cpl
14479 wine_fn_config_dll atl enable_atl atl
14480 wine_fn_config_test dlls/atl/tests atl_test
14481 wine_fn_config_dll authz enable_authz
14482 wine_fn_config_dll avicap32 enable_avicap32 avicap32
14483 wine_fn_config_dll avifil32 enable_avifil32 avifil32
14484 wine_fn_config_test dlls/avifil32/tests avifil32_test
14485 wine_fn_config_dll avifile.dll16 enable_win16
14486 wine_fn_config_dll avrt enable_avrt avrt
14487 wine_fn_config_dll bcrypt enable_bcrypt
14488 wine_fn_config_dll browseui enable_browseui
14489 wine_fn_config_test dlls/browseui/tests browseui_test
14490 wine_fn_config_dll cabinet enable_cabinet cabinet
14491 wine_fn_config_test dlls/cabinet/tests cabinet_test
14492 wine_fn_config_dll capi2032 enable_capi2032 capi2032
14493 wine_fn_config_dll cards enable_cards cards
14494 wine_fn_config_dll cfgmgr32 enable_cfgmgr32 cfgmgr32
14495 wine_fn_config_dll clusapi enable_clusapi clusapi
14496 wine_fn_config_dll comcat enable_comcat
14497 wine_fn_config_test dlls/comcat/tests comcat_test
14498 wine_fn_config_dll comctl32 enable_comctl32 comctl32
14499 wine_fn_config_test dlls/comctl32/tests comctl32_test
14500 wine_fn_config_dll comdlg32 enable_comdlg32 comdlg32
14501 wine_fn_config_test dlls/comdlg32/tests comdlg32_test
14502 wine_fn_config_dll comm.drv16 enable_win16
14503 wine_fn_config_dll commdlg.dll16 enable_win16
14504 wine_fn_config_dll compobj.dll16 enable_win16
14505 wine_fn_config_dll compstui enable_compstui compstui
14506 wine_fn_config_dll credui enable_credui credui
14507 wine_fn_config_test dlls/credui/tests credui_test
14508 wine_fn_config_dll crtdll enable_crtdll crtdll
14509 wine_fn_config_dll crypt32 enable_crypt32 crypt32
14510 wine_fn_config_test dlls/crypt32/tests crypt32_test
14511 wine_fn_config_dll cryptdlg enable_cryptdlg
14512 wine_fn_config_dll cryptdll enable_cryptdll cryptdll
14513 wine_fn_config_dll cryptnet enable_cryptnet cryptnet
14514 wine_fn_config_test dlls/cryptnet/tests cryptnet_test
14515 wine_fn_config_dll cryptui enable_cryptui cryptui
14516 wine_fn_config_test dlls/cryptui/tests cryptui_test
14517 wine_fn_config_dll ctapi32 enable_ctapi32
14518 wine_fn_config_dll ctl3d.dll16 enable_win16
14519 wine_fn_config_dll ctl3d32 enable_ctl3d32 ctl3d32
14520 wine_fn_config_dll ctl3dv2.dll16 enable_win16
14521 wine_fn_config_dll d3d10 enable_d3d10 d3d10
14522 wine_fn_config_test dlls/d3d10/tests d3d10_test
14523 wine_fn_config_dll d3d10core enable_d3d10core d3d10core
14524 wine_fn_config_test dlls/d3d10core/tests d3d10core_test
14525 wine_fn_config_dll d3d8 enable_d3d8 d3d8
14526 wine_fn_config_test dlls/d3d8/tests d3d8_test
14527 wine_fn_config_dll d3d9 enable_d3d9 d3d9
14528 wine_fn_config_test dlls/d3d9/tests d3d9_test
14529 wine_fn_config_dll d3dcompiler_33 enable_d3dcompiler_33
14530 wine_fn_config_dll d3dcompiler_34 enable_d3dcompiler_34
14531 wine_fn_config_dll d3dcompiler_35 enable_d3dcompiler_35
14532 wine_fn_config_dll d3dcompiler_36 enable_d3dcompiler_36
14533 wine_fn_config_dll d3dcompiler_37 enable_d3dcompiler_37
14534 wine_fn_config_dll d3dcompiler_38 enable_d3dcompiler_38
14535 wine_fn_config_dll d3dcompiler_39 enable_d3dcompiler_39
14536 wine_fn_config_dll d3dcompiler_40 enable_d3dcompiler_40
14537 wine_fn_config_dll d3dcompiler_41 enable_d3dcompiler_41
14538 wine_fn_config_dll d3dcompiler_42 enable_d3dcompiler_42
14539 wine_fn_config_dll d3dcompiler_43 enable_d3dcompiler_43 d3dcompiler
14540 wine_fn_config_test dlls/d3dcompiler_43/tests d3dcompiler_43_test
14541 wine_fn_config_dll d3dim enable_d3dim d3dim
14542 wine_fn_config_dll d3drm enable_d3drm d3drm
14543 wine_fn_config_test dlls/d3drm/tests d3drm_test
14544 wine_fn_config_dll d3dx10_33 enable_d3dx10_33
14545 wine_fn_config_dll d3dx10_34 enable_d3dx10_34
14546 wine_fn_config_dll d3dx10_35 enable_d3dx10_35
14547 wine_fn_config_dll d3dx10_36 enable_d3dx10_36
14548 wine_fn_config_dll d3dx10_37 enable_d3dx10_37
14549 wine_fn_config_dll d3dx10_38 enable_d3dx10_38
14550 wine_fn_config_dll d3dx10_39 enable_d3dx10_39
14551 wine_fn_config_dll d3dx10_40 enable_d3dx10_40
14552 wine_fn_config_dll d3dx10_41 enable_d3dx10_41
14553 wine_fn_config_dll d3dx10_42 enable_d3dx10_42
14554 wine_fn_config_dll d3dx10_43 enable_d3dx10_43
14555 wine_fn_config_dll d3dx9_24 enable_d3dx9_24
14556 wine_fn_config_dll d3dx9_25 enable_d3dx9_25
14557 wine_fn_config_dll d3dx9_26 enable_d3dx9_26
14558 wine_fn_config_dll d3dx9_27 enable_d3dx9_27
14559 wine_fn_config_dll d3dx9_28 enable_d3dx9_28
14560 wine_fn_config_dll d3dx9_29 enable_d3dx9_29
14561 wine_fn_config_dll d3dx9_30 enable_d3dx9_30
14562 wine_fn_config_dll d3dx9_31 enable_d3dx9_31
14563 wine_fn_config_dll d3dx9_32 enable_d3dx9_32
14564 wine_fn_config_dll d3dx9_33 enable_d3dx9_33
14565 wine_fn_config_dll d3dx9_34 enable_d3dx9_34
14566 wine_fn_config_dll d3dx9_35 enable_d3dx9_35
14567 wine_fn_config_dll d3dx9_36 enable_d3dx9_36 d3dx9
14568 wine_fn_config_test dlls/d3dx9_36/tests d3dx9_36_test
14569 wine_fn_config_dll d3dx9_37 enable_d3dx9_37
14570 wine_fn_config_dll d3dx9_38 enable_d3dx9_38
14571 wine_fn_config_dll d3dx9_39 enable_d3dx9_39
14572 wine_fn_config_dll d3dx9_40 enable_d3dx9_40
14573 wine_fn_config_dll d3dx9_41 enable_d3dx9_41
14574 wine_fn_config_dll d3dx9_42 enable_d3dx9_42
14575 wine_fn_config_dll d3dxof enable_d3dxof d3dxof
14576 wine_fn_config_test dlls/d3dxof/tests d3dxof_test
14577 wine_fn_config_dll dbghelp enable_dbghelp dbghelp
14578 wine_fn_config_dll dciman32 enable_dciman32 dciman32
14579 wine_fn_config_dll ddeml.dll16 enable_win16
14580 wine_fn_config_dll ddraw enable_ddraw ddraw
14581 wine_fn_config_test dlls/ddraw/tests ddraw_test
14582 wine_fn_config_dll ddrawex enable_ddrawex
14583 wine_fn_config_test dlls/ddrawex/tests ddrawex_test
14584 wine_fn_config_dll devenum enable_devenum
14585 wine_fn_config_dll dinput enable_dinput dinput "data_formats.c"
14586 wine_fn_config_test dlls/dinput/tests dinput_test
14587 wine_fn_config_dll dinput8 enable_dinput8 dinput8
14588 wine_fn_config_dll dispdib.dll16 enable_win16
14589 wine_fn_config_dll dispex enable_dispex
14590 wine_fn_config_test dlls/dispex/tests dispex_test
14591 wine_fn_config_dll display.drv16 enable_win16
14592 wine_fn_config_dll dmband enable_dmband
14593 wine_fn_config_dll dmcompos enable_dmcompos
14594 wine_fn_config_dll dmime enable_dmime
14595 wine_fn_config_test dlls/dmime/tests dmime_test
14596 wine_fn_config_dll dmloader enable_dmloader
14597 wine_fn_config_test dlls/dmloader/tests dmloader_test
14598 wine_fn_config_dll dmscript enable_dmscript
14599 wine_fn_config_dll dmstyle enable_dmstyle
14600 wine_fn_config_dll dmsynth enable_dmsynth
14601 wine_fn_config_dll dmusic enable_dmusic
14602 wine_fn_config_dll dmusic32 enable_dmusic32 dmusic32
14603 wine_fn_config_dll dnsapi enable_dnsapi dnsapi
14604 wine_fn_config_test dlls/dnsapi/tests dnsapi_test
14605 wine_fn_config_dll dplay enable_dplay dplay
14606 wine_fn_config_dll dplayx enable_dplayx dplayx
14607 wine_fn_config_test dlls/dplayx/tests dplayx_test
14608 wine_fn_config_dll dpnaddr enable_dpnaddr
14609 wine_fn_config_dll dpnet enable_dpnet dpnet
14610 wine_fn_config_dll dpnhpast enable_dpnhpast
14611 wine_fn_config_dll dpnlobby enable_dpnlobby
14612 wine_fn_config_dll dpwsockx enable_dpwsockx
14613 wine_fn_config_dll drmclien enable_drmclien
14614 wine_fn_config_dll dsound enable_dsound dsound
14615 wine_fn_config_test dlls/dsound/tests dsound_test
14616 wine_fn_config_dll dssenh enable_dssenh
14617 wine_fn_config_dll dswave enable_dswave
14618 wine_fn_config_dll dwmapi enable_dwmapi dwmapi
14619 wine_fn_config_dll dxdiagn enable_dxdiagn
14620 wine_fn_config_test dlls/dxdiagn/tests dxdiagn_test
14621 wine_fn_config_lib dxerr8
14622 wine_fn_config_lib dxerr9
14623 wine_fn_config_dll dxgi enable_dxgi dxgi
14624 wine_fn_config_test dlls/dxgi/tests dxgi_test
14625 wine_fn_config_lib dxguid
14626 wine_fn_config_dll explorerframe enable_explorerframe
14627 wine_fn_config_test dlls/explorerframe/tests explorerframe_test
14628 wine_fn_config_dll faultrep enable_faultrep
14629 wine_fn_config_dll fltlib enable_fltlib
14630 wine_fn_config_dll fusion enable_fusion
14631 wine_fn_config_test dlls/fusion/tests fusion_test
14632 wine_fn_config_dll fwpuclnt enable_fwpuclnt
14633 wine_fn_config_dll gameux enable_gameux
14634 wine_fn_config_test dlls/gameux/tests gameux_test
14635 wine_fn_config_dll gdi.exe16 enable_win16
14636 wine_fn_config_dll gdi32 enable_gdi32 gdi32
14637 wine_fn_config_test dlls/gdi32/tests gdi32_test
14638 wine_fn_config_dll gdiplus enable_gdiplus gdiplus
14639 wine_fn_config_test dlls/gdiplus/tests gdiplus_test
14640 wine_fn_config_dll glu32 enable_glu32 glu32
14641 wine_fn_config_dll gphoto2.ds enable_gphoto2_ds
14642 wine_fn_config_dll gpkcsp enable_gpkcsp
14643 wine_fn_config_dll hal enable_hal
14644 wine_fn_config_dll hhctrl.ocx enable_hhctrl_ocx
14645 wine_fn_config_dll hid enable_hid hid
14646 wine_fn_config_dll hlink enable_hlink hlink
14647 wine_fn_config_test dlls/hlink/tests hlink_test
14648 wine_fn_config_dll hnetcfg enable_hnetcfg
14649 wine_fn_config_dll httpapi enable_httpapi
14650 wine_fn_config_dll iccvid enable_iccvid
14651 wine_fn_config_dll icmp enable_icmp
14652 wine_fn_config_dll ifsmgr.vxd enable_win16
14653 wine_fn_config_dll imaadp32.acm enable_imaadp32_acm
14654 wine_fn_config_dll imagehlp enable_imagehlp imagehlp
14655 wine_fn_config_test dlls/imagehlp/tests imagehlp_test
14656 wine_fn_config_dll imm.dll16 enable_win16
14657 wine_fn_config_dll imm32 enable_imm32 imm32
14658 wine_fn_config_test dlls/imm32/tests imm32_test
14659 wine_fn_config_dll inetcomm enable_inetcomm inetcomm
14660 wine_fn_config_test dlls/inetcomm/tests inetcomm_test
14661 wine_fn_config_dll inetmib1 enable_inetmib1
14662 wine_fn_config_test dlls/inetmib1/tests inetmib1_test
14663 wine_fn_config_dll infosoft enable_infosoft
14664 wine_fn_config_test dlls/infosoft/tests infosoft_test
14665 wine_fn_config_dll initpki enable_initpki
14666 wine_fn_config_dll inkobj enable_inkobj
14667 wine_fn_config_dll inseng enable_inseng
14668 wine_fn_config_dll iphlpapi enable_iphlpapi iphlpapi
14669 wine_fn_config_test dlls/iphlpapi/tests iphlpapi_test
14670 wine_fn_config_dll itircl enable_itircl
14671 wine_fn_config_dll itss enable_itss
14672 wine_fn_config_test dlls/itss/tests itss_test
14673 wine_fn_config_dll jscript enable_jscript
14674 wine_fn_config_test dlls/jscript/tests jscript_test
14675 wine_fn_config_dll kernel32 enable_kernel32 kernel32
14676 wine_fn_config_test dlls/kernel32/tests kernel32_test
14677 wine_fn_config_dll keyboard.drv16 enable_win16
14678 wine_fn_config_dll krnl386.exe16 enable_win16 kernel
14679 wine_fn_config_dll loadperf enable_loadperf loadperf
14680 wine_fn_config_dll localspl enable_localspl
14681 wine_fn_config_test dlls/localspl/tests localspl_test
14682 wine_fn_config_dll localui enable_localui
14683 wine_fn_config_test dlls/localui/tests localui_test
14684 wine_fn_config_dll lz32 enable_lz32 lz32
14685 wine_fn_config_test dlls/lz32/tests lz32_test
14686 wine_fn_config_dll lzexpand.dll16 enable_win16
14687 wine_fn_config_dll mapi32 enable_mapi32 mapi32
14688 wine_fn_config_test dlls/mapi32/tests mapi32_test
14689 wine_fn_config_dll mapistub enable_mapistub
14690 wine_fn_config_dll mciavi32 enable_mciavi32
14691 wine_fn_config_dll mcicda enable_mcicda
14692 wine_fn_config_dll mciqtz32 enable_mciqtz32
14693 wine_fn_config_dll mciseq enable_mciseq
14694 wine_fn_config_dll mciwave enable_mciwave
14695 wine_fn_config_dll midimap enable_midimap
14696 wine_fn_config_dll mlang enable_mlang mlang
14697 wine_fn_config_test dlls/mlang/tests mlang_test
14698 wine_fn_config_dll mmdevapi enable_mmdevapi
14699 wine_fn_config_test dlls/mmdevapi/tests mmdevapi_test
14700 wine_fn_config_dll mmdevldr.vxd enable_win16
14701 wine_fn_config_dll mmsystem.dll16 enable_win16
14702 wine_fn_config_dll monodebg.vxd enable_win16
14703 wine_fn_config_dll mountmgr.sys enable_mountmgr_sys
14704 wine_fn_config_dll mouse.drv16 enable_win16
14705 wine_fn_config_dll mpr enable_mpr mpr
14706 wine_fn_config_dll mprapi enable_mprapi mprapi
14707 wine_fn_config_dll msacm.dll16 enable_win16
14708 wine_fn_config_dll msacm32.drv enable_msacm32_drv
14709 wine_fn_config_dll msacm32 enable_msacm32 msacm32
14710 wine_fn_config_test dlls/msacm32/tests msacm32_test
14711 wine_fn_config_dll msadp32.acm enable_msadp32_acm
14712 wine_fn_config_dll mscat32 enable_mscat32
14713 wine_fn_config_dll mscms enable_mscms mscms
14714 wine_fn_config_test dlls/mscms/tests mscms_test
14715 wine_fn_config_dll mscoree enable_mscoree
14716 wine_fn_config_test dlls/mscoree/tests mscoree_test
14717 wine_fn_config_dll msctf enable_msctf
14718 wine_fn_config_test dlls/msctf/tests msctf_test
14719 wine_fn_config_dll msdaps enable_msdaps
14720 wine_fn_config_dll msdmo enable_msdmo msdmo
14721 wine_fn_config_dll msftedit enable_msftedit
14722 wine_fn_config_dll msg711.acm enable_msg711_acm
14723 wine_fn_config_dll msgsm32.acm enable_msgsm32_acm
14724 wine_fn_config_dll mshtml.tlb enable_mshtml_tlb
14725 wine_fn_config_dll mshtml enable_mshtml mshtml
14726 wine_fn_config_test dlls/mshtml/tests mshtml_test
14727 wine_fn_config_dll msi enable_msi msi
14728 wine_fn_config_test dlls/msi/tests msi_test
14729 wine_fn_config_dll msimg32 enable_msimg32 msimg32
14730 wine_fn_config_dll msimtf enable_msimtf
14731 wine_fn_config_dll msisip enable_msisip
14732 wine_fn_config_dll msisys.ocx enable_msisys_ocx
14733 wine_fn_config_dll msnet32 enable_msnet32
14734 wine_fn_config_dll msrle32 enable_msrle32
14735 wine_fn_config_dll mssign32 enable_mssign32
14736 wine_fn_config_dll mssip32 enable_mssip32
14737 wine_fn_config_dll mstask enable_mstask
14738 wine_fn_config_test dlls/mstask/tests mstask_test
14739 wine_fn_config_dll msvcirt enable_msvcirt
14740 wine_fn_config_dll msvcp80 enable_msvcp80
14741 wine_fn_config_dll msvcp90 enable_msvcp90
14742 wine_fn_config_test dlls/msvcp90/tests msvcp90_test
14743 wine_fn_config_dll msvcr100 enable_msvcr100
14744 wine_fn_config_dll msvcr70 enable_msvcr70 msvcr70
14745 wine_fn_config_dll msvcr71 enable_msvcr71 msvcr71
14746 wine_fn_config_dll msvcr80 enable_msvcr80
14747 wine_fn_config_dll msvcr90 enable_msvcr90
14748 wine_fn_config_test dlls/msvcr90/tests msvcr90_test
14749 wine_fn_config_dll msvcrt enable_msvcrt msvcrt
14750 wine_fn_config_test dlls/msvcrt/tests msvcrt_test
14751 wine_fn_config_dll msvcrt20 enable_msvcrt20 msvcrt20
14752 wine_fn_config_dll msvcrt40 enable_msvcrt40 msvcrt40
14753 wine_fn_config_dll msvcrtd enable_msvcrtd msvcrtd
14754 wine_fn_config_test dlls/msvcrtd/tests msvcrtd_test
14755 wine_fn_config_dll msvfw32 enable_msvfw32 msvfw32
14756 wine_fn_config_test dlls/msvfw32/tests msvfw32_test
14757 wine_fn_config_dll msvidc32 enable_msvidc32
14758 wine_fn_config_dll msvideo.dll16 enable_win16
14759 wine_fn_config_dll mswsock enable_mswsock mswsock
14760 wine_fn_config_dll msxml3 enable_msxml3
14761 wine_fn_config_test dlls/msxml3/tests msxml3_test
14762 wine_fn_config_dll msxml4 enable_msxml4
14763 wine_fn_config_dll nddeapi enable_nddeapi nddeapi
14764 wine_fn_config_dll netapi32 enable_netapi32 netapi32
14765 wine_fn_config_test dlls/netapi32/tests netapi32_test
14766 wine_fn_config_dll newdev enable_newdev newdev
14767 wine_fn_config_dll ntdll enable_ntdll ntdll
14768 wine_fn_config_test dlls/ntdll/tests ntdll_test
14769 wine_fn_config_dll ntdsapi enable_ntdsapi ntdsapi
14770 wine_fn_config_test dlls/ntdsapi/tests ntdsapi_test
14771 wine_fn_config_dll ntoskrnl.exe enable_ntoskrnl_exe ntoskrnl.exe
14772 wine_fn_config_dll ntprint enable_ntprint
14773 wine_fn_config_test dlls/ntprint/tests ntprint_test
14774 wine_fn_config_dll objsel enable_objsel
14775 wine_fn_config_dll odbc32 enable_odbc32 odbc32
14776 wine_fn_config_dll odbccp32 enable_odbccp32 odbccp32
14777 wine_fn_config_test dlls/odbccp32/tests odbccp32_test
14778 wine_fn_config_dll ole2.dll16 enable_win16
14779 wine_fn_config_dll ole2conv.dll16 enable_win16
14780 wine_fn_config_dll ole2disp.dll16 enable_win16
14781 wine_fn_config_dll ole2nls.dll16 enable_win16
14782 wine_fn_config_dll ole2prox.dll16 enable_win16
14783 wine_fn_config_dll ole2thk.dll16 enable_win16
14784 wine_fn_config_dll ole32 enable_ole32 ole32
14785 wine_fn_config_test dlls/ole32/tests ole32_test
14786 wine_fn_config_dll oleacc enable_oleacc oleacc
14787 wine_fn_config_test dlls/oleacc/tests oleacc_test
14788 wine_fn_config_dll oleaut32 enable_oleaut32 oleaut32
14789 wine_fn_config_test dlls/oleaut32/tests oleaut32_test
14790 wine_fn_config_dll olecli.dll16 enable_win16
14791 wine_fn_config_dll olecli32 enable_olecli32 olecli32
14792 wine_fn_config_dll oledb32 enable_oledb32
14793 wine_fn_config_test dlls/oledb32/tests oledb32_test
14794 wine_fn_config_dll oledlg enable_oledlg oledlg
14795 wine_fn_config_dll olepro32 enable_olepro32 olepro32
14796 wine_fn_config_dll olesvr.dll16 enable_win16
14797 wine_fn_config_dll olesvr32 enable_olesvr32 olesvr32
14798 wine_fn_config_dll olethk32 enable_olethk32
14799 wine_fn_config_dll openal32 enable_openal32
14800 wine_fn_config_dll opengl32 enable_opengl32 opengl32
14801 wine_fn_config_test dlls/opengl32/tests opengl32_test
14802 wine_fn_config_dll pdh enable_pdh pdh
14803 wine_fn_config_test dlls/pdh/tests pdh_test
14804 wine_fn_config_dll pidgen enable_pidgen
14805 wine_fn_config_dll powrprof enable_powrprof powrprof
14806 wine_fn_config_dll printui enable_printui
14807 wine_fn_config_dll propsys enable_propsys propsys
14808 wine_fn_config_test dlls/propsys/tests propsys_test
14809 wine_fn_config_dll psapi enable_psapi psapi
14810 wine_fn_config_test dlls/psapi/tests psapi_test
14811 wine_fn_config_dll pstorec enable_pstorec
14812 wine_fn_config_dll qcap enable_qcap
14813 wine_fn_config_dll qedit enable_qedit
14814 wine_fn_config_test dlls/qedit/tests qedit_test
14815 wine_fn_config_dll qmgr enable_qmgr
14816 wine_fn_config_test dlls/qmgr/tests qmgr_test
14817 wine_fn_config_dll qmgrprxy enable_qmgrprxy
14818 wine_fn_config_dll quartz enable_quartz quartz
14819 wine_fn_config_test dlls/quartz/tests quartz_test
14820 wine_fn_config_dll query enable_query
14821 wine_fn_config_dll rasapi16.dll16 enable_win16
14822 wine_fn_config_dll rasapi32 enable_rasapi32 rasapi32
14823 wine_fn_config_test dlls/rasapi32/tests rasapi32_test
14824 wine_fn_config_dll rasdlg enable_rasdlg rasdlg
14825 wine_fn_config_dll resutils enable_resutils resutils
14826 wine_fn_config_dll riched20 enable_riched20 riched20
14827 wine_fn_config_test dlls/riched20/tests riched20_test
14828 wine_fn_config_dll riched32 enable_riched32
14829 wine_fn_config_test dlls/riched32/tests riched32_test
14830 wine_fn_config_dll rpcrt4 enable_rpcrt4 rpcrt4
14831 wine_fn_config_test dlls/rpcrt4/tests rpcrt4_test
14832 wine_fn_config_dll rsabase enable_rsabase
14833 wine_fn_config_dll rsaenh enable_rsaenh rsaenh
14834 wine_fn_config_test dlls/rsaenh/tests rsaenh_test
14835 wine_fn_config_dll rtutils enable_rtutils rtutils
14836 wine_fn_config_dll samlib enable_samlib
14837 wine_fn_config_dll sane.ds enable_sane_ds
14838 wine_fn_config_dll sccbase enable_sccbase
14839 wine_fn_config_dll schannel enable_schannel
14840 wine_fn_config_test dlls/schannel/tests schannel_test
14841 wine_fn_config_dll secur32 enable_secur32 secur32
14842 wine_fn_config_test dlls/secur32/tests secur32_test
14843 wine_fn_config_dll security enable_security
14844 wine_fn_config_dll sensapi enable_sensapi sensapi
14845 wine_fn_config_dll serialui enable_serialui serialui
14846 wine_fn_config_test dlls/serialui/tests serialui_test
14847 wine_fn_config_dll setupapi enable_setupapi setupapi
14848 wine_fn_config_test dlls/setupapi/tests setupapi_test
14849 wine_fn_config_dll setupx.dll16 enable_win16
14850 wine_fn_config_dll sfc enable_sfc sfc
14851 wine_fn_config_dll sfc_os enable_sfc_os sfc_os
14852 wine_fn_config_dll shdoclc enable_shdoclc
14853 wine_fn_config_dll shdocvw enable_shdocvw shdocvw
14854 wine_fn_config_test dlls/shdocvw/tests shdocvw_test
14855 wine_fn_config_dll shell.dll16 enable_win16
14856 wine_fn_config_dll shell32 enable_shell32 shell32
14857 wine_fn_config_test dlls/shell32/tests shell32_test
14858 wine_fn_config_dll shfolder enable_shfolder shfolder
14859 wine_fn_config_dll shlwapi enable_shlwapi shlwapi
14860 wine_fn_config_test dlls/shlwapi/tests shlwapi_test
14861 wine_fn_config_dll slbcsp enable_slbcsp
14862 wine_fn_config_dll slc enable_slc slc
14863 wine_fn_config_dll snmpapi enable_snmpapi snmpapi
14864 wine_fn_config_test dlls/snmpapi/tests snmpapi_test
14865 wine_fn_config_dll softpub enable_softpub
14866 wine_fn_config_dll sound.drv16 enable_win16
14867 wine_fn_config_dll spoolss enable_spoolss spoolss
14868 wine_fn_config_test dlls/spoolss/tests spoolss_test
14869 wine_fn_config_dll stdole2.tlb enable_stdole2_tlb
14870 wine_fn_config_dll stdole32.tlb enable_stdole32_tlb
14871 wine_fn_config_dll sti enable_sti sti
14872 wine_fn_config_test dlls/sti/tests sti_test
14873 wine_fn_config_dll storage.dll16 enable_win16
14874 wine_fn_config_dll stress.dll16 enable_win16
14875 wine_fn_config_lib strmiids
14876 wine_fn_config_dll svrapi enable_svrapi
14877 wine_fn_config_dll sxs enable_sxs
14878 wine_fn_config_dll system.drv16 enable_win16
14879 wine_fn_config_dll t2embed enable_t2embed
14880 wine_fn_config_dll tapi32 enable_tapi32 tapi32
14881 wine_fn_config_dll toolhelp.dll16 enable_win16
14882 wine_fn_config_dll traffic enable_traffic
14883 wine_fn_config_dll twain.dll16 enable_win16
14884 wine_fn_config_dll twain_32 enable_twain_32
14885 wine_fn_config_test dlls/twain_32/tests twain_32_test
14886 wine_fn_config_dll typelib.dll16 enable_win16
14887 wine_fn_config_dll unicows enable_unicows unicows
14888 wine_fn_config_dll updspapi enable_updspapi
14889 wine_fn_config_dll url enable_url url
14890 wine_fn_config_dll urlmon enable_urlmon urlmon
14891 wine_fn_config_test dlls/urlmon/tests urlmon_test
14892 wine_fn_config_dll usbd.sys enable_usbd_sys usbd.sys
14893 wine_fn_config_dll user.exe16 enable_win16
14894 wine_fn_config_dll user32 enable_user32 user32
14895 wine_fn_config_test dlls/user32/tests user32_test
14896 wine_fn_config_dll userenv enable_userenv userenv
14897 wine_fn_config_test dlls/userenv/tests userenv_test
14898 wine_fn_config_dll usp10 enable_usp10 usp10
14899 wine_fn_config_test dlls/usp10/tests usp10_test
14900 wine_fn_config_lib uuid
14901 wine_fn_config_dll uxtheme enable_uxtheme uxtheme
14902 wine_fn_config_test dlls/uxtheme/tests uxtheme_test
14903 wine_fn_config_dll vdhcp.vxd enable_win16
14904 wine_fn_config_dll vdmdbg enable_vdmdbg vdmdbg
14905 wine_fn_config_dll ver.dll16 enable_win16
14906 wine_fn_config_dll version enable_version version
14907 wine_fn_config_test dlls/version/tests version_test
14908 wine_fn_config_dll vmm.vxd enable_win16
14909 wine_fn_config_dll vnbt.vxd enable_win16
14910 wine_fn_config_dll vnetbios.vxd enable_win16
14911 wine_fn_config_dll vtdapi.vxd enable_win16
14912 wine_fn_config_dll vwin32.vxd enable_win16
14913 wine_fn_config_dll w32skrnl enable_win16
14914 wine_fn_config_dll w32sys.dll16 enable_win16
14915 wine_fn_config_dll wbemprox enable_wbemprox
14916 wine_fn_config_dll wiaservc enable_wiaservc
14917 wine_fn_config_dll win32s16.dll16 enable_win16
14918 wine_fn_config_dll win87em.dll16 enable_win16
14919 wine_fn_config_dll winaspi.dll16 enable_win16
14920 wine_fn_config_dll windebug.dll16 enable_win16
14921 wine_fn_config_dll windowscodecs enable_windowscodecs windowscodecs
14922 wine_fn_config_test dlls/windowscodecs/tests windowscodecs_test
14923 wine_fn_config_dll winealsa.drv enable_winealsa_drv
14924 wine_fn_config_dll wineaudioio.drv enable_wineaudioio_drv
14925 wine_fn_config_dll winecoreaudio.drv enable_winecoreaudio_drv
14926 wine_fn_config_lib winecrt0
14927 wine_fn_config_dll wined3d enable_wined3d wined3d
14928 wine_fn_config_dll wineesd.drv enable_wineesd_drv
14929 wine_fn_config_dll winejack.drv enable_winejack_drv
14930 wine_fn_config_dll winejoystick.drv enable_winejoystick_drv
14931 wine_fn_config_dll winemapi enable_winemapi
14932 wine_fn_config_dll winemp3.acm enable_winemp3_acm
14933 wine_fn_config_dll winenas.drv enable_winenas_drv
14934 wine_fn_config_dll wineoss.drv enable_wineoss_drv
14935 wine_fn_config_dll wineps.drv enable_wineps_drv
14936 wine_fn_config_dll wineps16.drv16 enable_win16
14937 wine_fn_config_dll winequartz.drv enable_winequartz_drv
14938 wine_fn_config_dll winex11.drv enable_winex11_drv
14939 wine_fn_config_dll wing.dll16 enable_win16
14940 wine_fn_config_dll wing32 enable_wing32
14941 wine_fn_config_dll winhttp enable_winhttp winhttp
14942 wine_fn_config_test dlls/winhttp/tests winhttp_test
14943 wine_fn_config_dll wininet enable_wininet wininet
14944 wine_fn_config_test dlls/wininet/tests wininet_test
14945 wine_fn_config_dll winmm enable_winmm winmm
14946 wine_fn_config_test dlls/winmm/tests winmm_test
14947 wine_fn_config_dll winnls.dll16 enable_win16
14948 wine_fn_config_dll winnls32 enable_winnls32 winnls32
14949 wine_fn_config_dll winscard enable_winscard winscard
14950 wine_fn_config_dll winsock.dll16 enable_win16
14951 wine_fn_config_dll winspool.drv enable_winspool_drv winspool
14952 wine_fn_config_test dlls/winspool.drv/tests winspool.drv_test
14953 wine_fn_config_dll wintab.dll16 enable_win16
14954 wine_fn_config_dll wintab32 enable_wintab32 wintab32
14955 wine_fn_config_test dlls/wintab32/tests wintab32_test
14956 wine_fn_config_dll wintrust enable_wintrust wintrust
14957 wine_fn_config_test dlls/wintrust/tests wintrust_test
14958 wine_fn_config_dll wldap32 enable_wldap32 wldap32
14959 wine_fn_config_test dlls/wldap32/tests wldap32_test
14960 wine_fn_config_dll wmi enable_wmi
14961 wine_fn_config_dll wmiutils enable_wmiutils
14962 wine_fn_config_dll wnaspi32 enable_wnaspi32 wnaspi32
14963 wine_fn_config_dll wow32 enable_win16 wow32
14964 wine_fn_config_dll ws2_32 enable_ws2_32 ws2_32
14965 wine_fn_config_test dlls/ws2_32/tests ws2_32_test
14966 wine_fn_config_dll wsock32 enable_wsock32 wsock32
14967 wine_fn_config_dll wtsapi32 enable_wtsapi32 wtsapi32
14968 wine_fn_config_dll wuapi enable_wuapi
14969 wine_fn_config_dll wuaueng enable_wuaueng
14970 wine_fn_config_dll xinput1_1 enable_xinput1_1
14971 wine_fn_config_dll xinput1_2 enable_xinput1_2
14972 wine_fn_config_dll xinput1_3 enable_xinput1_3 xinput
14973 wine_fn_config_test dlls/xinput1_3/tests xinput1_3_test
14974 wine_fn_config_dll xinput9_1_0 enable_xinput9_1_0
14975 wine_fn_config_dll xmllite enable_xmllite
14976 wine_fn_config_test dlls/xmllite/tests xmllite_test
14977 wine_fn_config_makefile documentation enable_documentation
14978 wine_fn_config_makefile fonts enable_fonts
14979 wine_fn_config_makefile include enable_include
14980 wine_fn_config_makefile libs/port enable_libs_port
14981 wine_fn_config_makefile libs/wine enable_libs_wine
14982 wine_fn_config_makefile libs/wpp enable_libs_wpp
14983 wine_fn_config_makefile loader enable_loader
14984 wine_fn_config_program attrib enable_attrib install
14985 wine_fn_config_program cacls enable_cacls install
14986 wine_fn_config_program clock enable_clock install
14987 wine_fn_config_program cmd enable_cmd install
14988 wine_fn_config_test programs/cmd/tests cmd.exe_test
14989 wine_fn_config_program cmdlgtst enable_cmdlgtst
14990 wine_fn_config_program control enable_control install
14991 wine_fn_config_program dxdiag enable_dxdiag install
14992 wine_fn_config_program eject enable_eject install
14993 wine_fn_config_program expand enable_expand install
14994 wine_fn_config_program explorer enable_explorer install
14995 wine_fn_config_program extrac32 enable_extrac32 install
14996 wine_fn_config_program hh enable_hh install
14997 wine_fn_config_program icinfo enable_icinfo install
14998 wine_fn_config_program iexplore enable_iexplore install
14999 wine_fn_config_program ipconfig enable_ipconfig install
15000 wine_fn_config_program lodctr enable_lodctr install
15001 wine_fn_config_program mshta enable_mshta install
15002 wine_fn_config_program msiexec enable_msiexec installbin
15003 wine_fn_config_program net enable_net install
15004 wine_fn_config_program ngen enable_ngen install
15005 wine_fn_config_program notepad enable_notepad installbin
15006 wine_fn_config_program oleview enable_oleview install
15007 wine_fn_config_program ping enable_ping install
15008 wine_fn_config_program progman enable_progman install
15009 wine_fn_config_program reg enable_reg install
15010 wine_fn_config_program regedit enable_regedit installbin
15011 wine_fn_config_test programs/regedit/tests regedit.exe_test
15012 wine_fn_config_program regsvr32 enable_regsvr32 installbin
15013 wine_fn_config_program rpcss enable_rpcss install
15014 wine_fn_config_program rundll.exe16 enable_win16 install
15015 wine_fn_config_program rundll32 enable_rundll32 install
15016 wine_fn_config_program sc enable_sc install
15017 wine_fn_config_program secedit enable_secedit install
15018 wine_fn_config_program services enable_services install
15019 wine_fn_config_program spoolsv enable_spoolsv install
15020 wine_fn_config_program start enable_start install
15021 wine_fn_config_program svchost enable_svchost install
15022 wine_fn_config_program taskmgr enable_taskmgr install
15023 wine_fn_config_program termsv enable_termsv install
15024 wine_fn_config_program uninstaller enable_uninstaller install
15025 wine_fn_config_program unlodctr enable_unlodctr install
15026 wine_fn_config_program view enable_view
15027 wine_fn_config_program wineboot enable_wineboot installbin
15028 wine_fn_config_program winebrowser enable_winebrowser install
15029 wine_fn_config_program winecfg enable_winecfg installbin
15030 wine_fn_config_program wineconsole enable_wineconsole installbin
15031 wine_fn_config_program winedbg enable_winedbg installbin
15032 wine_fn_config_program winedevice enable_winedevice install
15033 wine_fn_config_program winefile enable_winefile installbin
15034 wine_fn_config_program winemenubuilder enable_winemenubuilder install
15035 wine_fn_config_program winemine enable_winemine installbin
15036 wine_fn_config_program winepath enable_winepath installbin
15037 wine_fn_config_program winetest enable_winetest
15038 wine_fn_config_program winevdm enable_win16 install
15039 wine_fn_config_program winhelp.exe16 enable_win16 install
15040 wine_fn_config_program winhlp32 enable_winhlp32 install
15041 wine_fn_config_program winoldap.mod16 enable_win16 install
15042 wine_fn_config_program winver enable_winver install
15043 wine_fn_config_program wordpad enable_wordpad install
15044 wine_fn_config_program write enable_write install
15045 wine_fn_config_program wscript enable_wscript install
15046 wine_fn_config_program xcopy enable_xcopy install
15047 wine_fn_config_makefile server enable_server
15048 wine_fn_config_tool tools
15049 wine_fn_config_tool tools/widl
15050 wine_fn_config_tool tools/winebuild
15051 wine_fn_config_tool tools/winedump
15052 wine_fn_config_tool tools/winegcc
15053 wine_fn_config_tool tools/wmc
15054 wine_fn_config_tool tools/wrc
15056 ac_config_commands="$ac_config_commands Makefile"
15059 ac_config_files="$ac_config_files Make.tmp:Makefile.in"
15063 if test -n "$with_wine64"
15064 then
15065 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "all: fonts server $with_wine64/loader/wine
15066 fonts server:
15067 \$(RM) \$@ && \$(LN_S) $with_wine64/\$@ \$@
15068 $with_wine64/loader/wine:
15069 \$(RM) \$@ && \$(LN_S) $ac_pwd/loader/wine \$@
15070 clean::
15071 \$(RM) fonts server $with_wine64/loader/wine"
15074 wine_fn_append_rule ALL_MAKEFILE_DEPENDS "uninstall::
15075 -rmdir \$(DESTDIR)\$(datadir)/wine \$(DESTDIR)\$(fakedlldir) \$(DESTDIR)\$(dlldir)"
15077 cat >confcache <<\_ACEOF
15078 # This file is a shell script that caches the results of configure
15079 # tests run on this system so they can be shared between configure
15080 # scripts and configure runs, see configure's option --config-cache.
15081 # It is not useful on other systems. If it contains results you don't
15082 # want to keep, you may remove or edit it.
15084 # config.status only pays attention to the cache file if you give it
15085 # the --recheck option to rerun configure.
15087 # `ac_cv_env_foo' variables (set or unset) will be overridden when
15088 # loading this file, other *unset* `ac_cv_foo' will be assigned the
15089 # following values.
15091 _ACEOF
15093 # The following way of writing the cache mishandles newlines in values,
15094 # but we know of no workaround that is simple, portable, and efficient.
15095 # So, we kill variables containing newlines.
15096 # Ultrix sh set writes to stderr and can't be redirected directly,
15097 # and sets the high bit in the cache file unless we assign to the vars.
15099 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
15100 eval ac_val=\$$ac_var
15101 case $ac_val in #(
15102 *${as_nl}*)
15103 case $ac_var in #(
15104 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
15105 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
15106 esac
15107 case $ac_var in #(
15108 _ | IFS | as_nl) ;; #(
15109 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
15110 *) { eval $ac_var=; unset $ac_var;} ;;
15111 esac ;;
15112 esac
15113 done
15115 (set) 2>&1 |
15116 case $as_nl`(ac_space=' '; set) 2>&1` in #(
15117 *${as_nl}ac_space=\ *)
15118 # `set' does not quote correctly, so add quotes: double-quote
15119 # substitution turns \\\\ into \\, and sed turns \\ into \.
15120 sed -n \
15121 "s/'/'\\\\''/g;
15122 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
15123 ;; #(
15125 # `set' quotes correctly as required by POSIX, so do not add quotes.
15126 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
15128 esac |
15129 sort
15131 sed '
15132 /^ac_cv_env_/b end
15133 t clear
15134 :clear
15135 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
15136 t end
15137 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
15138 :end' >>confcache
15139 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
15140 if test -w "$cache_file"; then
15141 test "x$cache_file" != "x/dev/null" &&
15142 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
15143 $as_echo "$as_me: updating cache $cache_file" >&6;}
15144 cat confcache >$cache_file
15145 else
15146 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
15147 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
15150 rm -f confcache
15152 test "x$prefix" = xNONE && prefix=$ac_default_prefix
15153 # Let make expand exec_prefix.
15154 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
15156 DEFS=-DHAVE_CONFIG_H
15158 ac_libobjs=
15159 ac_ltlibobjs=
15160 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
15161 # 1. Remove the extension, and $U if already installed.
15162 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
15163 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
15164 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
15165 # will be set to the directory where LIBOBJS objects are built.
15166 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
15167 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
15168 done
15169 LIBOBJS=$ac_libobjs
15171 LTLIBOBJS=$ac_ltlibobjs
15175 : ${CONFIG_STATUS=./config.status}
15176 ac_write_fail=0
15177 ac_clean_files_save=$ac_clean_files
15178 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
15179 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
15180 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
15181 as_write_fail=0
15182 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
15183 #! $SHELL
15184 # Generated by $as_me.
15185 # Run this file to recreate the current configuration.
15186 # Compiler output produced by configure, useful for debugging
15187 # configure, is in config.log if it exists.
15189 debug=false
15190 ac_cs_recheck=false
15191 ac_cs_silent=false
15193 SHELL=\${CONFIG_SHELL-$SHELL}
15194 export SHELL
15195 _ASEOF
15196 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
15197 ## -------------------- ##
15198 ## M4sh Initialization. ##
15199 ## -------------------- ##
15201 # Be more Bourne compatible
15202 DUALCASE=1; export DUALCASE # for MKS sh
15203 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
15204 emulate sh
15205 NULLCMD=:
15206 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
15207 # is contrary to our usage. Disable this feature.
15208 alias -g '${1+"$@"}'='"$@"'
15209 setopt NO_GLOB_SUBST
15210 else
15211 case `(set -o) 2>/dev/null` in #(
15212 *posix*) :
15213 set -o posix ;; #(
15214 *) :
15216 esac
15220 as_nl='
15222 export as_nl
15223 # Printing a long string crashes Solaris 7 /usr/bin/printf.
15224 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
15225 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
15226 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
15227 # Prefer a ksh shell builtin over an external printf program on Solaris,
15228 # but without wasting forks for bash or zsh.
15229 if test -z "$BASH_VERSION$ZSH_VERSION" \
15230 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
15231 as_echo='print -r --'
15232 as_echo_n='print -rn --'
15233 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
15234 as_echo='printf %s\n'
15235 as_echo_n='printf %s'
15236 else
15237 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
15238 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
15239 as_echo_n='/usr/ucb/echo -n'
15240 else
15241 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
15242 as_echo_n_body='eval
15243 arg=$1;
15244 case $arg in #(
15245 *"$as_nl"*)
15246 expr "X$arg" : "X\\(.*\\)$as_nl";
15247 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
15248 esac;
15249 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
15251 export as_echo_n_body
15252 as_echo_n='sh -c $as_echo_n_body as_echo'
15254 export as_echo_body
15255 as_echo='sh -c $as_echo_body as_echo'
15258 # The user is always right.
15259 if test "${PATH_SEPARATOR+set}" != set; then
15260 PATH_SEPARATOR=:
15261 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
15262 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
15263 PATH_SEPARATOR=';'
15268 # IFS
15269 # We need space, tab and new line, in precisely that order. Quoting is
15270 # there to prevent editors from complaining about space-tab.
15271 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
15272 # splitting by setting IFS to empty value.)
15273 IFS=" "" $as_nl"
15275 # Find who we are. Look in the path if we contain no directory separator.
15276 case $0 in #((
15277 *[\\/]* ) as_myself=$0 ;;
15278 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
15279 for as_dir in $PATH
15281 IFS=$as_save_IFS
15282 test -z "$as_dir" && as_dir=.
15283 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
15284 done
15285 IFS=$as_save_IFS
15288 esac
15289 # We did not find ourselves, most probably we were run as `sh COMMAND'
15290 # in which case we are not to be found in the path.
15291 if test "x$as_myself" = x; then
15292 as_myself=$0
15294 if test ! -f "$as_myself"; then
15295 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
15296 exit 1
15299 # Unset variables that we do not need and which cause bugs (e.g. in
15300 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
15301 # suppresses any "Segmentation fault" message there. '((' could
15302 # trigger a bug in pdksh 5.2.14.
15303 for as_var in BASH_ENV ENV MAIL MAILPATH
15304 do eval test x\${$as_var+set} = xset \
15305 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
15306 done
15307 PS1='$ '
15308 PS2='> '
15309 PS4='+ '
15311 # NLS nuisances.
15312 LC_ALL=C
15313 export LC_ALL
15314 LANGUAGE=C
15315 export LANGUAGE
15317 # CDPATH.
15318 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
15321 # as_fn_error ERROR [LINENO LOG_FD]
15322 # ---------------------------------
15323 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
15324 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
15325 # script with status $?, using 1 if that was 0.
15326 as_fn_error ()
15328 as_status=$?; test $as_status -eq 0 && as_status=1
15329 if test "$3"; then
15330 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
15331 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
15333 $as_echo "$as_me: error: $1" >&2
15334 as_fn_exit $as_status
15335 } # as_fn_error
15338 # as_fn_set_status STATUS
15339 # -----------------------
15340 # Set $? to STATUS, without forking.
15341 as_fn_set_status ()
15343 return $1
15344 } # as_fn_set_status
15346 # as_fn_exit STATUS
15347 # -----------------
15348 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
15349 as_fn_exit ()
15351 set +e
15352 as_fn_set_status $1
15353 exit $1
15354 } # as_fn_exit
15356 # as_fn_unset VAR
15357 # ---------------
15358 # Portably unset VAR.
15359 as_fn_unset ()
15361 { eval $1=; unset $1;}
15363 as_unset=as_fn_unset
15364 # as_fn_append VAR VALUE
15365 # ----------------------
15366 # Append the text in VALUE to the end of the definition contained in VAR. Take
15367 # advantage of any shell optimizations that allow amortized linear growth over
15368 # repeated appends, instead of the typical quadratic growth present in naive
15369 # implementations.
15370 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
15371 eval 'as_fn_append ()
15373 eval $1+=\$2
15375 else
15376 as_fn_append ()
15378 eval $1=\$$1\$2
15380 fi # as_fn_append
15382 # as_fn_arith ARG...
15383 # ------------------
15384 # Perform arithmetic evaluation on the ARGs, and store the result in the
15385 # global $as_val. Take advantage of shells that can avoid forks. The arguments
15386 # must be portable across $(()) and expr.
15387 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
15388 eval 'as_fn_arith ()
15390 as_val=$(( $* ))
15392 else
15393 as_fn_arith ()
15395 as_val=`expr "$@" || test $? -eq 1`
15397 fi # as_fn_arith
15400 if expr a : '\(a\)' >/dev/null 2>&1 &&
15401 test "X`expr 00001 : '.*\(...\)'`" = X001; then
15402 as_expr=expr
15403 else
15404 as_expr=false
15407 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
15408 as_basename=basename
15409 else
15410 as_basename=false
15413 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
15414 as_dirname=dirname
15415 else
15416 as_dirname=false
15419 as_me=`$as_basename -- "$0" ||
15420 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
15421 X"$0" : 'X\(//\)$' \| \
15422 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
15423 $as_echo X/"$0" |
15424 sed '/^.*\/\([^/][^/]*\)\/*$/{
15425 s//\1/
15428 /^X\/\(\/\/\)$/{
15429 s//\1/
15432 /^X\/\(\/\).*/{
15433 s//\1/
15436 s/.*/./; q'`
15438 # Avoid depending upon Character Ranges.
15439 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
15440 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
15441 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
15442 as_cr_digits='0123456789'
15443 as_cr_alnum=$as_cr_Letters$as_cr_digits
15445 ECHO_C= ECHO_N= ECHO_T=
15446 case `echo -n x` in #(((((
15447 -n*)
15448 case `echo 'xy\c'` in
15449 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
15450 xy) ECHO_C='\c';;
15451 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
15452 ECHO_T=' ';;
15453 esac;;
15455 ECHO_N='-n';;
15456 esac
15458 rm -f conf$$ conf$$.exe conf$$.file
15459 if test -d conf$$.dir; then
15460 rm -f conf$$.dir/conf$$.file
15461 else
15462 rm -f conf$$.dir
15463 mkdir conf$$.dir 2>/dev/null
15465 if (echo >conf$$.file) 2>/dev/null; then
15466 if ln -s conf$$.file conf$$ 2>/dev/null; then
15467 as_ln_s='ln -s'
15468 # ... but there are two gotchas:
15469 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
15470 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
15471 # In both cases, we have to default to `cp -p'.
15472 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
15473 as_ln_s='cp -p'
15474 elif ln conf$$.file conf$$ 2>/dev/null; then
15475 as_ln_s=ln
15476 else
15477 as_ln_s='cp -p'
15479 else
15480 as_ln_s='cp -p'
15482 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
15483 rmdir conf$$.dir 2>/dev/null
15486 # as_fn_mkdir_p
15487 # -------------
15488 # Create "$as_dir" as a directory, including parents if necessary.
15489 as_fn_mkdir_p ()
15492 case $as_dir in #(
15493 -*) as_dir=./$as_dir;;
15494 esac
15495 test -d "$as_dir" || eval $as_mkdir_p || {
15496 as_dirs=
15497 while :; do
15498 case $as_dir in #(
15499 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
15500 *) as_qdir=$as_dir;;
15501 esac
15502 as_dirs="'$as_qdir' $as_dirs"
15503 as_dir=`$as_dirname -- "$as_dir" ||
15504 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15505 X"$as_dir" : 'X\(//\)[^/]' \| \
15506 X"$as_dir" : 'X\(//\)$' \| \
15507 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
15508 $as_echo X"$as_dir" |
15509 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
15510 s//\1/
15513 /^X\(\/\/\)[^/].*/{
15514 s//\1/
15517 /^X\(\/\/\)$/{
15518 s//\1/
15521 /^X\(\/\).*/{
15522 s//\1/
15525 s/.*/./; q'`
15526 test -d "$as_dir" && break
15527 done
15528 test -z "$as_dirs" || eval "mkdir $as_dirs"
15529 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
15532 } # as_fn_mkdir_p
15533 if mkdir -p . 2>/dev/null; then
15534 as_mkdir_p='mkdir -p "$as_dir"'
15535 else
15536 test -d ./-p && rmdir ./-p
15537 as_mkdir_p=false
15540 if test -x / >/dev/null 2>&1; then
15541 as_test_x='test -x'
15542 else
15543 if ls -dL / >/dev/null 2>&1; then
15544 as_ls_L_option=L
15545 else
15546 as_ls_L_option=
15548 as_test_x='
15549 eval sh -c '\''
15550 if test -d "$1"; then
15551 test -d "$1/.";
15552 else
15553 case $1 in #(
15554 -*)set "./$1";;
15555 esac;
15556 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
15557 ???[sx]*):;;*)false;;esac;fi
15558 '\'' sh
15561 as_executable_p=$as_test_x
15563 # Sed expression to map a string onto a valid CPP name.
15564 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
15566 # Sed expression to map a string onto a valid variable name.
15567 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
15570 exec 6>&1
15571 ## ----------------------------------- ##
15572 ## Main body of $CONFIG_STATUS script. ##
15573 ## ----------------------------------- ##
15574 _ASEOF
15575 test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
15577 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15578 # Save the log message, to keep $0 and so on meaningful, and to
15579 # report actual input values of CONFIG_FILES etc. instead of their
15580 # values after options handling.
15581 ac_log="
15582 This file was extended by Wine $as_me 1.3.1, which was
15583 generated by GNU Autoconf 2.65. Invocation command line was
15585 CONFIG_FILES = $CONFIG_FILES
15586 CONFIG_HEADERS = $CONFIG_HEADERS
15587 CONFIG_LINKS = $CONFIG_LINKS
15588 CONFIG_COMMANDS = $CONFIG_COMMANDS
15589 $ $0 $@
15591 on `(hostname || uname -n) 2>/dev/null | sed 1q`
15594 _ACEOF
15596 case $ac_config_files in *"
15597 "*) set x $ac_config_files; shift; ac_config_files=$*;;
15598 esac
15600 case $ac_config_headers in *"
15601 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
15602 esac
15605 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15606 # Files that config.status was made for.
15607 config_files="$ac_config_files"
15608 config_headers="$ac_config_headers"
15609 config_links="$ac_config_links"
15610 config_commands="$ac_config_commands"
15612 _ACEOF
15614 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15615 ac_cs_usage="\
15616 \`$as_me' instantiates files and other configuration actions
15617 from templates according to the current configuration. Unless the files
15618 and actions are specified as TAGs, all are instantiated by default.
15620 Usage: $0 [OPTION]... [TAG]...
15622 -h, --help print this help, then exit
15623 -V, --version print version number and configuration settings, then exit
15624 --config print configuration, then exit
15625 -q, --quiet, --silent
15626 do not print progress messages
15627 -d, --debug don't remove temporary files
15628 --recheck update $as_me by reconfiguring in the same conditions
15629 --file=FILE[:TEMPLATE]
15630 instantiate the configuration file FILE
15631 --header=FILE[:TEMPLATE]
15632 instantiate the configuration header FILE
15634 Configuration files:
15635 $config_files
15637 Configuration headers:
15638 $config_headers
15640 Configuration links:
15641 $config_links
15643 Configuration commands:
15644 $config_commands
15646 Report bugs to <wine-devel@winehq.org>.
15647 Wine home page: <http://www.winehq.org>."
15649 _ACEOF
15650 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15651 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
15652 ac_cs_version="\\
15653 Wine config.status 1.3.1
15654 configured by $0, generated by GNU Autoconf 2.65,
15655 with options \\"\$ac_cs_config\\"
15657 Copyright (C) 2009 Free Software Foundation, Inc.
15658 This config.status script is free software; the Free Software Foundation
15659 gives unlimited permission to copy, distribute and modify it."
15661 ac_pwd='$ac_pwd'
15662 srcdir='$srcdir'
15663 INSTALL='$INSTALL'
15664 test -n "\$AWK" || AWK=awk
15665 _ACEOF
15667 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15668 # The default lists apply if the user does not specify any file.
15669 ac_need_defaults=:
15670 while test $# != 0
15672 case $1 in
15673 --*=*)
15674 ac_option=`expr "X$1" : 'X\([^=]*\)='`
15675 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
15676 ac_shift=:
15679 ac_option=$1
15680 ac_optarg=$2
15681 ac_shift=shift
15683 esac
15685 case $ac_option in
15686 # Handling of the options.
15687 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
15688 ac_cs_recheck=: ;;
15689 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
15690 $as_echo "$ac_cs_version"; exit ;;
15691 --config | --confi | --conf | --con | --co | --c )
15692 $as_echo "$ac_cs_config"; exit ;;
15693 --debug | --debu | --deb | --de | --d | -d )
15694 debug=: ;;
15695 --file | --fil | --fi | --f )
15696 $ac_shift
15697 case $ac_optarg in
15698 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
15699 esac
15700 as_fn_append CONFIG_FILES " '$ac_optarg'"
15701 ac_need_defaults=false;;
15702 --header | --heade | --head | --hea )
15703 $ac_shift
15704 case $ac_optarg in
15705 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
15706 esac
15707 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
15708 ac_need_defaults=false;;
15709 --he | --h)
15710 # Conflict between --help and --header
15711 as_fn_error "ambiguous option: \`$1'
15712 Try \`$0 --help' for more information.";;
15713 --help | --hel | -h )
15714 $as_echo "$ac_cs_usage"; exit ;;
15715 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
15716 | -silent | --silent | --silen | --sile | --sil | --si | --s)
15717 ac_cs_silent=: ;;
15719 # This is an error.
15720 -*) as_fn_error "unrecognized option: \`$1'
15721 Try \`$0 --help' for more information." ;;
15723 *) as_fn_append ac_config_targets " $1"
15724 ac_need_defaults=false ;;
15726 esac
15727 shift
15728 done
15730 ac_configure_extra_args=
15732 if $ac_cs_silent; then
15733 exec 6>/dev/null
15734 ac_configure_extra_args="$ac_configure_extra_args --silent"
15737 _ACEOF
15738 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15739 if \$ac_cs_recheck; then
15740 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
15741 shift
15742 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
15743 CONFIG_SHELL='$SHELL'
15744 export CONFIG_SHELL
15745 exec "\$@"
15748 _ACEOF
15749 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15750 exec 5>>config.log
15752 echo
15753 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
15754 ## Running $as_me. ##
15755 _ASBOX
15756 $as_echo "$ac_log"
15757 } >&5
15759 _ACEOF
15760 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15762 # INIT-COMMANDS
15764 wine_fn_output_makefile ()
15766 cat Make.tmp - <<\_WINE_EOF >\$tmp/makefile && mv -f \$tmp/makefile \$1 && rm -f Make.tmp && return
15767 $ALL_MAKEFILE_DEPENDS
15768 _WINE_EOF
15769 as_fn_error "could not create Makefile" "$LINENO" 5
15772 _ACEOF
15774 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15776 # Handling of arguments.
15777 for ac_config_target in $ac_config_targets
15779 case $ac_config_target in
15780 "include/config.h") CONFIG_HEADERS="$CONFIG_HEADERS include/config.h" ;;
15781 "include/stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS include/stamp-h" ;;
15782 "dlls/wineps.drv/generic.ppd") CONFIG_LINKS="$CONFIG_LINKS dlls/wineps.drv/generic.ppd:dlls/wineps.drv/generic.ppd" ;;
15783 "fonts/marlett.ttf") CONFIG_LINKS="$CONFIG_LINKS fonts/marlett.ttf:fonts/marlett.ttf" ;;
15784 "fonts/symbol.ttf") CONFIG_LINKS="$CONFIG_LINKS fonts/symbol.ttf:fonts/symbol.ttf" ;;
15785 "fonts/tahoma.ttf") CONFIG_LINKS="$CONFIG_LINKS fonts/tahoma.ttf:fonts/tahoma.ttf" ;;
15786 "fonts/tahomabd.ttf") CONFIG_LINKS="$CONFIG_LINKS fonts/tahomabd.ttf:fonts/tahomabd.ttf" ;;
15787 "tools/l_intl.nls") CONFIG_LINKS="$CONFIG_LINKS tools/l_intl.nls:tools/l_intl.nls" ;;
15788 "wine") CONFIG_LINKS="$CONFIG_LINKS wine:tools/winewrapper" ;;
15789 "dlls/gdi32/enhmfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/enhmfdrv" ;;
15790 "dlls/gdi32/mfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/mfdrv" ;;
15791 "dlls/kernel32/nls") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/kernel32/nls" ;;
15792 "dlls/user32/resources") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/user32/resources" ;;
15793 "dlls/wineps.drv/data") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/wineps.drv/data" ;;
15794 "include/wine") CONFIG_COMMANDS="$CONFIG_COMMANDS include/wine" ;;
15795 "Make.rules") CONFIG_FILES="$CONFIG_FILES Make.rules" ;;
15796 "Maketest.rules") CONFIG_FILES="$CONFIG_FILES Maketest.rules" ;;
15797 "dlls/Makedll.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makedll.rules" ;;
15798 "dlls/Makeimplib.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makeimplib.rules" ;;
15799 "programs/Makeprog.rules") CONFIG_FILES="$CONFIG_FILES programs/Makeprog.rules" ;;
15800 "Makefile") CONFIG_COMMANDS="$CONFIG_COMMANDS Makefile" ;;
15801 "Make.tmp") CONFIG_FILES="$CONFIG_FILES Make.tmp:Makefile.in" ;;
15803 *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
15804 esac
15805 done
15808 # If the user did not use the arguments to specify the items to instantiate,
15809 # then the envvar interface is used. Set only those that are not.
15810 # We use the long form for the default assignment because of an extremely
15811 # bizarre bug on SunOS 4.1.3.
15812 if $ac_need_defaults; then
15813 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
15814 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
15815 test "${CONFIG_LINKS+set}" = set || CONFIG_LINKS=$config_links
15816 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
15819 # Have a temporary directory for convenience. Make it in the build tree
15820 # simply because there is no reason against having it here, and in addition,
15821 # creating and moving files from /tmp can sometimes cause problems.
15822 # Hook for its removal unless debugging.
15823 # Note that there is a small window in which the directory will not be cleaned:
15824 # after its creation but before its name has been assigned to `$tmp'.
15825 $debug ||
15827 tmp=
15828 trap 'exit_status=$?
15829 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
15831 trap 'as_fn_exit 1' 1 2 13 15
15833 # Create a (secure) tmp directory for tmp files.
15836 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
15837 test -n "$tmp" && test -d "$tmp"
15838 } ||
15840 tmp=./conf$$-$RANDOM
15841 (umask 077 && mkdir "$tmp")
15842 } || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
15844 # Set up the scripts for CONFIG_FILES section.
15845 # No need to generate them if there are no CONFIG_FILES.
15846 # This happens for instance with `./config.status config.h'.
15847 if test -n "$CONFIG_FILES"; then
15849 if $AWK 'BEGIN { getline <"/dev/null" }' </dev/null 2>/dev/null; then
15850 ac_cs_awk_getline=:
15851 ac_cs_awk_pipe_init=
15852 ac_cs_awk_read_file='
15853 while ((getline aline < (F[key])) > 0)
15854 print(aline)
15855 close(F[key])'
15856 ac_cs_awk_pipe_fini=
15857 else
15858 ac_cs_awk_getline=false
15859 ac_cs_awk_pipe_init="print \"cat <<'|#_!!_#|' &&\""
15860 ac_cs_awk_read_file='
15861 print "|#_!!_#|"
15862 print "cat " F[key] " &&"
15863 '$ac_cs_awk_pipe_init
15864 # The final `:' finishes the AND list.
15865 ac_cs_awk_pipe_fini='END { print "|#_!!_#|"; print ":" }'
15867 ac_cr=`echo X | tr X '\015'`
15868 # On cygwin, bash can eat \r inside `` if the user requested igncr.
15869 # But we know of no other shell where ac_cr would be empty at this
15870 # point, so we can use a bashism as a fallback.
15871 if test "x$ac_cr" = x; then
15872 eval ac_cr=\$\'\\r\'
15874 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
15875 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
15876 ac_cs_awk_cr='\r'
15877 else
15878 ac_cs_awk_cr=$ac_cr
15881 echo 'BEGIN {' >"$tmp/subs1.awk" &&
15882 _ACEOF
15884 # Create commands to substitute file output variables.
15886 echo "cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1" &&
15887 echo 'cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&' &&
15888 echo "$ac_subst_files" | sed 's/.*/F["&"]="$&"/' &&
15889 echo "_ACAWK" &&
15890 echo "_ACEOF"
15891 } >conf$$files.sh &&
15892 . ./conf$$files.sh ||
15893 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
15894 rm -f conf$$files.sh
15897 echo "cat >conf$$subs.awk <<_ACEOF" &&
15898 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
15899 echo "_ACEOF"
15900 } >conf$$subs.sh ||
15901 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
15902 ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
15903 ac_delim='%!_!# '
15904 for ac_last_try in false false false false false :; do
15905 . ./conf$$subs.sh ||
15906 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
15908 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
15909 if test $ac_delim_n = $ac_delim_num; then
15910 break
15911 elif $ac_last_try; then
15912 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
15913 else
15914 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
15916 done
15917 rm -f conf$$subs.sh
15919 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15920 cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
15921 _ACEOF
15922 sed -n '
15924 s/^/S["/; s/!.*/"]=/
15927 s/^[^!]*!//
15928 :repl
15929 t repl
15930 s/'"$ac_delim"'$//
15931 t delim
15934 s/\(.\{148\}\)..*/\1/
15935 t more1
15936 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
15939 b repl
15940 :more1
15941 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
15944 s/.\{148\}//
15945 t nl
15946 :delim
15948 s/\(.\{148\}\)..*/\1/
15949 t more2
15950 s/["\\]/\\&/g; s/^/"/; s/$/"/
15953 :more2
15954 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
15957 s/.\{148\}//
15958 t delim
15959 ' <conf$$subs.awk | sed '
15960 /^[^""]/{
15962 s/\n//
15964 ' >>$CONFIG_STATUS || ac_write_fail=1
15965 rm -f conf$$subs.awk
15966 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15967 _ACAWK
15968 cat >>"\$tmp/subs1.awk" <<_ACAWK &&
15969 for (key in S) S_is_set[key] = 1
15970 FS = "\a"
15971 \$ac_cs_awk_pipe_init
15974 line = $ 0
15975 nfields = split(line, field, "@")
15976 substed = 0
15977 len = length(field[1])
15978 for (i = 2; i < nfields; i++) {
15979 key = field[i]
15980 keylen = length(key)
15981 if (S_is_set[key]) {
15982 value = S[key]
15983 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
15984 len += length(value) + length(field[++i])
15985 substed = 1
15986 } else
15987 len += 1 + keylen
15989 if (nfields == 3 && !substed) {
15990 key = field[2]
15991 if (F[key] != "" && line ~ /^[ ]*@.*@[ ]*$/) {
15992 \$ac_cs_awk_read_file
15993 next
15996 print line
15998 \$ac_cs_awk_pipe_fini
15999 _ACAWK
16000 _ACEOF
16001 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16002 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
16003 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
16004 else
16006 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
16007 || as_fn_error "could not setup config files machinery" "$LINENO" 5
16008 _ACEOF
16010 # VPATH may cause trouble with some makes, so we remove $(srcdir),
16011 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
16012 # trailing colons and then remove the whole line if VPATH becomes empty
16013 # (actually we leave an empty line to preserve line numbers).
16014 if test "x$srcdir" = x.; then
16015 ac_vpsub='/^[ ]*VPATH[ ]*=/{
16016 s/:*\$(srcdir):*/:/
16017 s/:*\${srcdir}:*/:/
16018 s/:*@srcdir@:*/:/
16019 s/^\([^=]*=[ ]*\):*/\1/
16020 s/:*$//
16021 s/^[^=]*=[ ]*$//
16025 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16026 fi # test -n "$CONFIG_FILES"
16028 # Set up the scripts for CONFIG_HEADERS section.
16029 # No need to generate them if there are no CONFIG_HEADERS.
16030 # This happens for instance with `./config.status Makefile'.
16031 if test -n "$CONFIG_HEADERS"; then
16032 cat >"$tmp/defines.awk" <<\_ACAWK ||
16033 BEGIN {
16034 _ACEOF
16036 # Transform confdefs.h into an awk script `defines.awk', embedded as
16037 # here-document in config.status, that substitutes the proper values into
16038 # config.h.in to produce config.h.
16040 # Create a delimiter string that does not exist in confdefs.h, to ease
16041 # handling of long lines.
16042 ac_delim='%!_!# '
16043 for ac_last_try in false false :; do
16044 ac_t=`sed -n "/$ac_delim/p" confdefs.h`
16045 if test -z "$ac_t"; then
16046 break
16047 elif $ac_last_try; then
16048 as_fn_error "could not make $CONFIG_HEADERS" "$LINENO" 5
16049 else
16050 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
16052 done
16054 # For the awk script, D is an array of macro values keyed by name,
16055 # likewise P contains macro parameters if any. Preserve backslash
16056 # newline sequences.
16058 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
16059 sed -n '
16060 s/.\{148\}/&'"$ac_delim"'/g
16061 t rset
16062 :rset
16063 s/^[ ]*#[ ]*define[ ][ ]*/ /
16064 t def
16066 :def
16067 s/\\$//
16068 t bsnl
16069 s/["\\]/\\&/g
16070 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
16071 D["\1"]=" \3"/p
16072 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
16074 :bsnl
16075 s/["\\]/\\&/g
16076 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
16077 D["\1"]=" \3\\\\\\n"\\/p
16078 t cont
16079 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
16080 t cont
16082 :cont
16084 s/.\{148\}/&'"$ac_delim"'/g
16085 t clear
16086 :clear
16087 s/\\$//
16088 t bsnlc
16089 s/["\\]/\\&/g; s/^/"/; s/$/"/p
16091 :bsnlc
16092 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
16093 b cont
16094 ' <confdefs.h | sed '
16095 s/'"$ac_delim"'/"\\\
16096 "/g' >>$CONFIG_STATUS || ac_write_fail=1
16098 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16099 for (key in D) D_is_set[key] = 1
16100 FS = "\a"
16102 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
16103 line = \$ 0
16104 split(line, arg, " ")
16105 if (arg[1] == "#") {
16106 defundef = arg[2]
16107 mac1 = arg[3]
16108 } else {
16109 defundef = substr(arg[1], 2)
16110 mac1 = arg[2]
16112 split(mac1, mac2, "(") #)
16113 macro = mac2[1]
16114 prefix = substr(line, 1, index(line, defundef) - 1)
16115 if (D_is_set[macro]) {
16116 # Preserve the white space surrounding the "#".
16117 print prefix "define", macro P[macro] D[macro]
16118 next
16119 } else {
16120 # Replace #undef with comments. This is necessary, for example,
16121 # in the case of _POSIX_SOURCE, which is predefined and required
16122 # on some systems where configure will not decide to define it.
16123 if (defundef == "undef") {
16124 print "/*", prefix defundef, macro, "*/"
16125 next
16129 { print }
16130 _ACAWK
16131 _ACEOF
16132 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16133 as_fn_error "could not setup config headers machinery" "$LINENO" 5
16134 fi # test -n "$CONFIG_HEADERS"
16137 eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :L $CONFIG_LINKS :C $CONFIG_COMMANDS"
16138 shift
16139 for ac_tag
16141 case $ac_tag in
16142 :[FHLC]) ac_mode=$ac_tag; continue;;
16143 esac
16144 case $ac_mode$ac_tag in
16145 :[FHL]*:*);;
16146 :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
16147 :[FH]-) ac_tag=-:-;;
16148 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
16149 esac
16150 ac_save_IFS=$IFS
16151 IFS=:
16152 set x $ac_tag
16153 IFS=$ac_save_IFS
16154 shift
16155 ac_file=$1
16156 shift
16158 case $ac_mode in
16159 :L) ac_source=$1;;
16160 :[FH])
16161 ac_file_inputs=
16162 for ac_f
16164 case $ac_f in
16165 -) ac_f="$tmp/stdin";;
16166 *) # Look for the file first in the build tree, then in the source tree
16167 # (if the path is not absolute). The absolute path cannot be DOS-style,
16168 # because $ac_f cannot contain `:'.
16169 test -f "$ac_f" ||
16170 case $ac_f in
16171 [\\/$]*) false;;
16172 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
16173 esac ||
16174 as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
16175 esac
16176 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
16177 as_fn_append ac_file_inputs " '$ac_f'"
16178 done
16180 # Let's still pretend it is `configure' which instantiates (i.e., don't
16181 # use $as_me), people would be surprised to read:
16182 # /* config.h. Generated by config.status. */
16183 configure_input='Generated from '`
16184 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
16185 `' by configure.'
16186 if test x"$ac_file" != x-; then
16187 configure_input="$ac_file. $configure_input"
16188 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
16189 $as_echo "$as_me: creating $ac_file" >&6;}
16191 # Neutralize special characters interpreted by sed in replacement strings.
16192 case $configure_input in #(
16193 *\&* | *\|* | *\\* )
16194 ac_sed_conf_input=`$as_echo "$configure_input" |
16195 sed 's/[\\\\&|]/\\\\&/g'`;; #(
16196 *) ac_sed_conf_input=$configure_input;;
16197 esac
16199 case $ac_tag in
16200 *:-:* | *:-) cat >"$tmp/stdin" \
16201 || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
16202 esac
16204 esac
16206 ac_dir=`$as_dirname -- "$ac_file" ||
16207 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
16208 X"$ac_file" : 'X\(//\)[^/]' \| \
16209 X"$ac_file" : 'X\(//\)$' \| \
16210 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
16211 $as_echo X"$ac_file" |
16212 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
16213 s//\1/
16216 /^X\(\/\/\)[^/].*/{
16217 s//\1/
16220 /^X\(\/\/\)$/{
16221 s//\1/
16224 /^X\(\/\).*/{
16225 s//\1/
16228 s/.*/./; q'`
16229 as_dir="$ac_dir"; as_fn_mkdir_p
16230 ac_builddir=.
16232 case "$ac_dir" in
16233 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
16235 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
16236 # A ".." for each directory in $ac_dir_suffix.
16237 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
16238 case $ac_top_builddir_sub in
16239 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
16240 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
16241 esac ;;
16242 esac
16243 ac_abs_top_builddir=$ac_pwd
16244 ac_abs_builddir=$ac_pwd$ac_dir_suffix
16245 # for backward compatibility:
16246 ac_top_builddir=$ac_top_build_prefix
16248 case $srcdir in
16249 .) # We are building in place.
16250 ac_srcdir=.
16251 ac_top_srcdir=$ac_top_builddir_sub
16252 ac_abs_top_srcdir=$ac_pwd ;;
16253 [\\/]* | ?:[\\/]* ) # Absolute name.
16254 ac_srcdir=$srcdir$ac_dir_suffix;
16255 ac_top_srcdir=$srcdir
16256 ac_abs_top_srcdir=$srcdir ;;
16257 *) # Relative name.
16258 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
16259 ac_top_srcdir=$ac_top_build_prefix$srcdir
16260 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
16261 esac
16262 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
16265 case $ac_mode in
16268 # CONFIG_FILE
16271 case $INSTALL in
16272 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
16273 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
16274 esac
16275 _ACEOF
16277 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16278 # If the template does not know about datarootdir, expand it.
16279 # FIXME: This hack should be removed a few years after 2.60.
16280 ac_datarootdir_hack=; ac_datarootdir_seen=
16281 ac_sed_dataroot='
16282 /datarootdir/ {
16286 /@datadir@/p
16287 /@docdir@/p
16288 /@infodir@/p
16289 /@localedir@/p
16290 /@mandir@/p'
16291 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
16292 *datarootdir*) ac_datarootdir_seen=yes;;
16293 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
16294 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
16295 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
16296 _ACEOF
16297 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16298 ac_datarootdir_hack='
16299 s&@datadir@&$datadir&g
16300 s&@docdir@&$docdir&g
16301 s&@infodir@&$infodir&g
16302 s&@localedir@&$localedir&g
16303 s&@mandir@&$mandir&g
16304 s&\\\${datarootdir}&$datarootdir&g' ;;
16305 esac
16306 _ACEOF
16308 # Neutralize VPATH when `$srcdir' = `.'.
16309 # Shell code in configure.ac might set extrasub.
16310 # FIXME: do we really want to maintain this feature?
16311 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16312 ac_sed_extra="$ac_vpsub
16313 $extrasub
16314 _ACEOF
16315 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16317 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
16318 s|@configure_input@|$ac_sed_conf_input|;t t
16319 s&@top_builddir@&$ac_top_builddir_sub&;t t
16320 s&@top_build_prefix@&$ac_top_build_prefix&;t t
16321 s&@srcdir@&$ac_srcdir&;t t
16322 s&@abs_srcdir@&$ac_abs_srcdir&;t t
16323 s&@top_srcdir@&$ac_top_srcdir&;t t
16324 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
16325 s&@builddir@&$ac_builddir&;t t
16326 s&@abs_builddir@&$ac_abs_builddir&;t t
16327 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
16328 s&@INSTALL@&$ac_INSTALL&;t t
16329 $ac_datarootdir_hack
16331 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" |
16332 if $ac_cs_awk_getline; then
16333 $AWK -f "$tmp/subs.awk"
16334 else
16335 $AWK -f "$tmp/subs.awk" | $SHELL
16336 fi >$tmp/out \
16337 || as_fn_error "could not create $ac_file" "$LINENO" 5
16339 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
16340 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
16341 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
16342 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
16343 which seems to be undefined. Please make sure it is defined." >&5
16344 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
16345 which seems to be undefined. Please make sure it is defined." >&2;}
16347 rm -f "$tmp/stdin"
16348 case $ac_file in
16349 -) cat "$tmp/out" && rm -f "$tmp/out";;
16350 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
16351 esac \
16352 || as_fn_error "could not create $ac_file" "$LINENO" 5
16356 # CONFIG_HEADER
16358 if test x"$ac_file" != x-; then
16360 $as_echo "/* $configure_input */" \
16361 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
16362 } >"$tmp/config.h" \
16363 || as_fn_error "could not create $ac_file" "$LINENO" 5
16364 if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
16365 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
16366 $as_echo "$as_me: $ac_file is unchanged" >&6;}
16367 else
16368 rm -f "$ac_file"
16369 mv "$tmp/config.h" "$ac_file" \
16370 || as_fn_error "could not create $ac_file" "$LINENO" 5
16372 else
16373 $as_echo "/* $configure_input */" \
16374 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
16375 || as_fn_error "could not create -" "$LINENO" 5
16380 # CONFIG_LINK
16383 if test "$ac_source" = "$ac_file" && test "$srcdir" = '.'; then
16385 else
16386 # Prefer the file from the source tree if names are identical.
16387 if test "$ac_source" = "$ac_file" || test ! -r "$ac_source"; then
16388 ac_source=$srcdir/$ac_source
16391 { $as_echo "$as_me:${as_lineno-$LINENO}: linking $ac_source to $ac_file" >&5
16392 $as_echo "$as_me: linking $ac_source to $ac_file" >&6;}
16394 if test ! -r "$ac_source"; then
16395 as_fn_error "$ac_source: file not found" "$LINENO" 5
16397 rm -f "$ac_file"
16399 # Try a relative symlink, then a hard link, then a copy.
16400 case $srcdir in
16401 [\\/$]* | ?:[\\/]* ) ac_rel_source=$ac_source ;;
16402 *) ac_rel_source=$ac_top_build_prefix$ac_source ;;
16403 esac
16404 ln -s "$ac_rel_source" "$ac_file" 2>/dev/null ||
16405 ln "$ac_source" "$ac_file" 2>/dev/null ||
16406 cp -p "$ac_source" "$ac_file" ||
16407 as_fn_error "cannot link or copy $ac_source to $ac_file" "$LINENO" 5
16410 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
16411 $as_echo "$as_me: executing $ac_file commands" >&6;}
16413 esac
16416 case $ac_file$ac_mode in
16417 "include/stamp-h":C) echo timestamp > include/stamp-h ;;
16418 "dlls/gdi32/enhmfdrv":C) test -d "dlls/gdi32/enhmfdrv" || { { $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/gdi32/enhmfdrv" >&5
16419 $as_echo "$as_me: creating dlls/gdi32/enhmfdrv" >&6;}; as_dir="dlls/gdi32/enhmfdrv"; as_fn_mkdir_p; } ;;
16420 "dlls/gdi32/mfdrv":C) test -d "dlls/gdi32/mfdrv" || { { $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/gdi32/mfdrv" >&5
16421 $as_echo "$as_me: creating dlls/gdi32/mfdrv" >&6;}; as_dir="dlls/gdi32/mfdrv"; as_fn_mkdir_p; } ;;
16422 "dlls/kernel32/nls":C) test -d "dlls/kernel32/nls" || { { $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/kernel32/nls" >&5
16423 $as_echo "$as_me: creating dlls/kernel32/nls" >&6;}; as_dir="dlls/kernel32/nls"; as_fn_mkdir_p; } ;;
16424 "dlls/user32/resources":C) test -d "dlls/user32/resources" || { { $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/user32/resources" >&5
16425 $as_echo "$as_me: creating dlls/user32/resources" >&6;}; as_dir="dlls/user32/resources"; as_fn_mkdir_p; } ;;
16426 "dlls/wineps.drv/data":C) test -d "dlls/wineps.drv/data" || { { $as_echo "$as_me:${as_lineno-$LINENO}: creating dlls/wineps.drv/data" >&5
16427 $as_echo "$as_me: creating dlls/wineps.drv/data" >&6;}; as_dir="dlls/wineps.drv/data"; as_fn_mkdir_p; } ;;
16428 "include/wine":C) test -d "include/wine" || { { $as_echo "$as_me:${as_lineno-$LINENO}: creating include/wine" >&5
16429 $as_echo "$as_me: creating include/wine" >&6;}; as_dir="include/wine"; as_fn_mkdir_p; } ;;
16430 "Makefile":C) wine_fn_output_makefile Makefile ;;
16432 esac
16433 done # for ac_tag
16436 as_fn_exit 0
16437 _ACEOF
16438 ac_clean_files=$ac_clean_files_save
16440 test $ac_write_fail = 0 ||
16441 as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
16444 # configure is writing to config.log, and then calls config.status.
16445 # config.status does its own redirection, appending to config.log.
16446 # Unfortunately, on DOS this fails, as config.log is still kept open
16447 # by configure, so config.status won't be able to write to it; its
16448 # output is simply discarded. So we exec the FD to /dev/null,
16449 # effectively closing config.log, so it can be properly (re)opened and
16450 # appended to by config.status. When coming back to configure, we
16451 # need to make the FD available again.
16452 if test "$no_create" != yes; then
16453 ac_cs_success=:
16454 ac_config_status_args=
16455 test "$silent" = yes &&
16456 ac_config_status_args="$ac_config_status_args --quiet"
16457 exec 5>/dev/null
16458 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
16459 exec 5>>config.log
16460 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
16461 # would make configure fail if this is the last instruction.
16462 $ac_cs_success || as_fn_exit $?
16464 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
16465 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
16466 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
16470 if test "$no_create" = "yes"
16471 then
16472 exit 0
16475 ac_save_IFS="$IFS"
16476 if test "x$wine_notices != "x; then
16477 echo >&6
16478 IFS="|"
16479 for msg in $wine_notices; do
16480 IFS="$ac_save_IFS"
16481 if test -n "$msg"; then
16482 { $as_echo "$as_me:${as_lineno-$LINENO}: $msg" >&5
16483 $as_echo "$as_me: $msg" >&6;}
16485 done
16487 IFS="|"
16488 for msg in $wine_warnings; do
16489 IFS="$ac_save_IFS"
16490 if test -n "$msg"; then
16491 echo >&2
16492 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $msg" >&5
16493 $as_echo "$as_me: WARNING: $msg" >&2;}
16495 done
16496 IFS="$ac_save_IFS"
16498 echo "
16499 $as_me: Finished. Do '${ac_make}' to compile Wine.
16500 " >&6