kernel32: #ifndef hack to enable debug channels in an autoattaching debugger.
[wine/hacks.git] / configure
blob7da6be86c9eb15430940b944e53ccb147a2f4242
1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.61 for Wine 1.1.8.
5 # Report bugs to <wine-devel@winehq.org>.
7 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
8 # 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
9 # This configure script is free software; the Free Software Foundation
10 # gives unlimited permission to copy, distribute and modify it.
11 ## --------------------- ##
12 ## M4sh Initialization. ##
13 ## --------------------- ##
15 # Be more Bourne compatible
16 DUALCASE=1; export DUALCASE # for MKS sh
17 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
18 emulate sh
19 NULLCMD=:
20 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
21 # is contrary to our usage. Disable this feature.
22 alias -g '${1+"$@"}'='"$@"'
23 setopt NO_GLOB_SUBST
24 else
25 case `(set -o) 2>/dev/null` in
26 *posix*) set -o posix ;;
27 esac
34 # PATH needs CR
35 # Avoid depending upon Character Ranges.
36 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
37 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
38 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
39 as_cr_digits='0123456789'
40 as_cr_alnum=$as_cr_Letters$as_cr_digits
42 # The user is always right.
43 if test "${PATH_SEPARATOR+set}" != set; then
44 echo "#! /bin/sh" >conf$$.sh
45 echo "exit 0" >>conf$$.sh
46 chmod +x conf$$.sh
47 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
48 PATH_SEPARATOR=';'
49 else
50 PATH_SEPARATOR=:
52 rm -f conf$$.sh
55 # Support unset when possible.
56 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
57 as_unset=unset
58 else
59 as_unset=false
63 # IFS
64 # We need space, tab and new line, in precisely that order. Quoting is
65 # there to prevent editors from complaining about space-tab.
66 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
67 # splitting by setting IFS to empty value.)
68 as_nl='
70 IFS=" "" $as_nl"
72 # Find who we are. Look in the path if we contain no directory separator.
73 case $0 in
74 *[\\/]* ) as_myself=$0 ;;
75 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
76 for as_dir in $PATH
78 IFS=$as_save_IFS
79 test -z "$as_dir" && as_dir=.
80 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
81 done
82 IFS=$as_save_IFS
85 esac
86 # We did not find ourselves, most probably we were run as `sh COMMAND'
87 # in which case we are not to be found in the path.
88 if test "x$as_myself" = x; then
89 as_myself=$0
91 if test ! -f "$as_myself"; then
92 echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
93 { (exit 1); exit 1; }
96 # Work around bugs in pre-3.0 UWIN ksh.
97 for as_var in ENV MAIL MAILPATH
98 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
99 done
100 PS1='$ '
101 PS2='> '
102 PS4='+ '
104 # NLS nuisances.
105 for as_var in \
106 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
107 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
108 LC_TELEPHONE LC_TIME
110 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
111 eval $as_var=C; export $as_var
112 else
113 ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
115 done
117 # Required to use basename.
118 if expr a : '\(a\)' >/dev/null 2>&1 &&
119 test "X`expr 00001 : '.*\(...\)'`" = X001; then
120 as_expr=expr
121 else
122 as_expr=false
125 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
126 as_basename=basename
127 else
128 as_basename=false
132 # Name of the executable.
133 as_me=`$as_basename -- "$0" ||
134 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
135 X"$0" : 'X\(//\)$' \| \
136 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
137 echo X/"$0" |
138 sed '/^.*\/\([^/][^/]*\)\/*$/{
139 s//\1/
142 /^X\/\(\/\/\)$/{
143 s//\1/
146 /^X\/\(\/\).*/{
147 s//\1/
150 s/.*/./; q'`
152 # CDPATH.
153 $as_unset CDPATH
156 if test "x$CONFIG_SHELL" = x; then
157 if (eval ":") 2>/dev/null; then
158 as_have_required=yes
159 else
160 as_have_required=no
163 if test $as_have_required = yes && (eval ":
164 (as_func_return () {
165 (exit \$1)
167 as_func_success () {
168 as_func_return 0
170 as_func_failure () {
171 as_func_return 1
173 as_func_ret_success () {
174 return 0
176 as_func_ret_failure () {
177 return 1
180 exitcode=0
181 if as_func_success; then
183 else
184 exitcode=1
185 echo as_func_success failed.
188 if as_func_failure; then
189 exitcode=1
190 echo as_func_failure succeeded.
193 if as_func_ret_success; then
195 else
196 exitcode=1
197 echo as_func_ret_success failed.
200 if as_func_ret_failure; then
201 exitcode=1
202 echo as_func_ret_failure succeeded.
205 if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
207 else
208 exitcode=1
209 echo positional parameters were not saved.
212 test \$exitcode = 0) || { (exit 1); exit 1; }
215 as_lineno_1=\$LINENO
216 as_lineno_2=\$LINENO
217 test \"x\$as_lineno_1\" != \"x\$as_lineno_2\" &&
218 test \"x\`expr \$as_lineno_1 + 1\`\" = \"x\$as_lineno_2\") || { (exit 1); exit 1; }
219 ") 2> /dev/null; then
221 else
222 as_candidate_shells=
223 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
224 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
226 IFS=$as_save_IFS
227 test -z "$as_dir" && as_dir=.
228 case $as_dir in
230 for as_base in sh bash ksh sh5; do
231 as_candidate_shells="$as_candidate_shells $as_dir/$as_base"
232 done;;
233 esac
234 done
235 IFS=$as_save_IFS
238 for as_shell in $as_candidate_shells $SHELL; do
239 # Try only shells that exist, to save several forks.
240 if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
241 { ("$as_shell") 2> /dev/null <<\_ASEOF
242 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
243 emulate sh
244 NULLCMD=:
245 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
246 # is contrary to our usage. Disable this feature.
247 alias -g '${1+"$@"}'='"$@"'
248 setopt NO_GLOB_SUBST
249 else
250 case `(set -o) 2>/dev/null` in
251 *posix*) set -o posix ;;
252 esac
258 _ASEOF
259 }; then
260 CONFIG_SHELL=$as_shell
261 as_have_required=yes
262 if { "$as_shell" 2> /dev/null <<\_ASEOF
263 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
264 emulate sh
265 NULLCMD=:
266 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
267 # is contrary to our usage. Disable this feature.
268 alias -g '${1+"$@"}'='"$@"'
269 setopt NO_GLOB_SUBST
270 else
271 case `(set -o) 2>/dev/null` in
272 *posix*) set -o posix ;;
273 esac
279 (as_func_return () {
280 (exit $1)
282 as_func_success () {
283 as_func_return 0
285 as_func_failure () {
286 as_func_return 1
288 as_func_ret_success () {
289 return 0
291 as_func_ret_failure () {
292 return 1
295 exitcode=0
296 if as_func_success; then
298 else
299 exitcode=1
300 echo as_func_success failed.
303 if as_func_failure; then
304 exitcode=1
305 echo as_func_failure succeeded.
308 if as_func_ret_success; then
310 else
311 exitcode=1
312 echo as_func_ret_success failed.
315 if as_func_ret_failure; then
316 exitcode=1
317 echo as_func_ret_failure succeeded.
320 if ( set x; as_func_ret_success y && test x = "$1" ); then
322 else
323 exitcode=1
324 echo positional parameters were not saved.
327 test $exitcode = 0) || { (exit 1); exit 1; }
330 as_lineno_1=$LINENO
331 as_lineno_2=$LINENO
332 test "x$as_lineno_1" != "x$as_lineno_2" &&
333 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2") || { (exit 1); exit 1; }
335 _ASEOF
336 }; then
337 break
342 done
344 if test "x$CONFIG_SHELL" != x; then
345 for as_var in BASH_ENV ENV
346 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
347 done
348 export CONFIG_SHELL
349 exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
353 if test $as_have_required = no; then
354 echo This script requires a shell more modern than all the
355 echo shells that I found on your system. Please install a
356 echo modern shell, or manually run the script under such a
357 echo shell if you do have one.
358 { (exit 1); exit 1; }
368 (eval "as_func_return () {
369 (exit \$1)
371 as_func_success () {
372 as_func_return 0
374 as_func_failure () {
375 as_func_return 1
377 as_func_ret_success () {
378 return 0
380 as_func_ret_failure () {
381 return 1
384 exitcode=0
385 if as_func_success; then
387 else
388 exitcode=1
389 echo as_func_success failed.
392 if as_func_failure; then
393 exitcode=1
394 echo as_func_failure succeeded.
397 if as_func_ret_success; then
399 else
400 exitcode=1
401 echo as_func_ret_success failed.
404 if as_func_ret_failure; then
405 exitcode=1
406 echo as_func_ret_failure succeeded.
409 if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
411 else
412 exitcode=1
413 echo positional parameters were not saved.
416 test \$exitcode = 0") || {
417 echo No shell found that supports shell functions.
418 echo Please tell autoconf@gnu.org about your system,
419 echo including any error possibly output before this
420 echo message
425 as_lineno_1=$LINENO
426 as_lineno_2=$LINENO
427 test "x$as_lineno_1" != "x$as_lineno_2" &&
428 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
430 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
431 # uniformly replaced by the line number. The first 'sed' inserts a
432 # line-number line after each line using $LINENO; the second 'sed'
433 # does the real work. The second script uses 'N' to pair each
434 # line-number line with the line containing $LINENO, and appends
435 # trailing '-' during substitution so that $LINENO is not a special
436 # case at line end.
437 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
438 # scripts with optimization help from Paolo Bonzini. Blame Lee
439 # E. McMahon (1931-1989) for sed's syntax. :-)
440 sed -n '
442 /[$]LINENO/=
443 ' <$as_myself |
444 sed '
445 s/[$]LINENO.*/&-/
446 t lineno
448 :lineno
450 :loop
451 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
452 t loop
453 s/-\n.*//
454 ' >$as_me.lineno &&
455 chmod +x "$as_me.lineno" ||
456 { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
457 { (exit 1); exit 1; }; }
459 # Don't try to exec as it changes $[0], causing all sort of problems
460 # (the dirname of $[0] is not the place where we might find the
461 # original and so on. Autoconf is especially sensitive to this).
462 . "./$as_me.lineno"
463 # Exit status is that of the last command.
464 exit
468 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
469 as_dirname=dirname
470 else
471 as_dirname=false
474 ECHO_C= ECHO_N= ECHO_T=
475 case `echo -n x` in
476 -n*)
477 case `echo 'x\c'` in
478 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
479 *) ECHO_C='\c';;
480 esac;;
482 ECHO_N='-n';;
483 esac
485 if expr a : '\(a\)' >/dev/null 2>&1 &&
486 test "X`expr 00001 : '.*\(...\)'`" = X001; then
487 as_expr=expr
488 else
489 as_expr=false
492 rm -f conf$$ conf$$.exe conf$$.file
493 if test -d conf$$.dir; then
494 rm -f conf$$.dir/conf$$.file
495 else
496 rm -f conf$$.dir
497 mkdir conf$$.dir
499 echo >conf$$.file
500 if ln -s conf$$.file conf$$ 2>/dev/null; then
501 as_ln_s='ln -s'
502 # ... but there are two gotchas:
503 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
504 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
505 # In both cases, we have to default to `cp -p'.
506 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
507 as_ln_s='cp -p'
508 elif ln conf$$.file conf$$ 2>/dev/null; then
509 as_ln_s=ln
510 else
511 as_ln_s='cp -p'
513 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
514 rmdir conf$$.dir 2>/dev/null
516 if mkdir -p . 2>/dev/null; then
517 as_mkdir_p=:
518 else
519 test -d ./-p && rmdir ./-p
520 as_mkdir_p=false
523 if test -x / >/dev/null 2>&1; then
524 as_test_x='test -x'
525 else
526 if ls -dL / >/dev/null 2>&1; then
527 as_ls_L_option=L
528 else
529 as_ls_L_option=
531 as_test_x='
532 eval sh -c '\''
533 if test -d "$1"; then
534 test -d "$1/.";
535 else
536 case $1 in
537 -*)set "./$1";;
538 esac;
539 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
540 ???[sx]*):;;*)false;;esac;fi
541 '\'' sh
544 as_executable_p=$as_test_x
546 # Sed expression to map a string onto a valid CPP name.
547 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
549 # Sed expression to map a string onto a valid variable name.
550 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
554 exec 7<&0 </dev/null 6>&1
556 # Name of the host.
557 # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
558 # so uname gets run too.
559 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
562 # Initializations.
564 ac_default_prefix=/usr/local
565 ac_clean_files=
566 ac_config_libobj_dir=.
567 LIBOBJS=
568 cross_compiling=no
569 subdirs=
570 MFLAGS=
571 MAKEFLAGS=
572 SHELL=${CONFIG_SHELL-/bin/sh}
574 # Identity of this package.
575 PACKAGE_NAME='Wine'
576 PACKAGE_TARNAME='wine'
577 PACKAGE_VERSION='1.1.8'
578 PACKAGE_STRING='Wine 1.1.8'
579 PACKAGE_BUGREPORT='wine-devel@winehq.org'
581 ac_unique_file="server/atom.c"
582 # Factoring default headers for most tests.
583 ac_includes_default="\
584 #include <stdio.h>
585 #ifdef HAVE_SYS_TYPES_H
586 # include <sys/types.h>
587 #endif
588 #ifdef HAVE_SYS_STAT_H
589 # include <sys/stat.h>
590 #endif
591 #ifdef STDC_HEADERS
592 # include <stdlib.h>
593 # include <stddef.h>
594 #else
595 # ifdef HAVE_STDLIB_H
596 # include <stdlib.h>
597 # endif
598 #endif
599 #ifdef HAVE_STRING_H
600 # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
601 # include <memory.h>
602 # endif
603 # include <string.h>
604 #endif
605 #ifdef HAVE_STRINGS_H
606 # include <strings.h>
607 #endif
608 #ifdef HAVE_INTTYPES_H
609 # include <inttypes.h>
610 #endif
611 #ifdef HAVE_STDINT_H
612 # include <stdint.h>
613 #endif
614 #ifdef HAVE_UNISTD_H
615 # include <unistd.h>
616 #endif"
618 ac_subst_vars='SHELL
619 PATH_SEPARATOR
620 PACKAGE_NAME
621 PACKAGE_TARNAME
622 PACKAGE_VERSION
623 PACKAGE_STRING
624 PACKAGE_BUGREPORT
625 exec_prefix
626 prefix
627 program_transform_name
628 bindir
629 sbindir
630 libexecdir
631 datarootdir
632 datadir
633 sysconfdir
634 sharedstatedir
635 localstatedir
636 includedir
637 oldincludedir
638 docdir
639 infodir
640 htmldir
641 dvidir
642 pdfdir
643 psdir
644 libdir
645 localedir
646 mandir
647 DEFS
648 ECHO_C
649 ECHO_N
650 ECHO_T
651 LIBS
652 build_alias
653 host_alias
654 target_alias
655 MAINTAINER_MODE
656 build
657 build_cpu
658 build_vendor
659 build_os
660 host
661 host_cpu
662 host_vendor
663 host_os
664 WIN16_FILES
665 WIN16_INSTALL
666 WINETEST
667 SET_MAKE
669 CFLAGS
670 LDFLAGS
671 CPPFLAGS
672 ac_ct_CC
673 EXEEXT
674 OBJEXT
676 CXXFLAGS
677 ac_ct_CXX
678 CPPBIN
679 TOOLSDIR
680 XMKMF
682 X_CFLAGS
683 X_PRE_LIBS
684 X_LIBS
685 X_EXTRA_LIBS
686 FLEX
687 BISON
689 ac_ct_AS
691 ac_ct_LD
693 ac_ct_NM
695 ac_ct_AR
696 ARFLAGS
697 RANLIB
698 STRIP
699 WINDRES
700 LN_S
702 GREP
703 EGREP
704 LDCONFIG
705 INSTALL_PROGRAM
706 INSTALL_SCRIPT
707 INSTALL_DATA
708 LINT
709 LINTFLAGS
710 FONTFORGE
711 PKG_CONFIG
712 RSVG
713 ICOTOOL
714 PRELINK
715 LIBPTHREAD
716 XLIB
717 OPENGL_LIBS
718 DLLEXT
719 DLLFLAGS
720 LDSHARED
721 LDDLLFLAGS
722 LIBEXT
723 IMPLIBEXT
724 LDRPATH_INSTALL
725 LDRPATH_LOCAL
727 DLLTOOL
728 DLLWRAP
729 MINGWAR
730 SECURITYLIB
731 COREFOUNDATIONLIB
732 IOKITLIB
733 LDEXECFLAGS
734 DISKARBITRATIONLIB
735 COREAUDIO
736 CARBONLIB
737 CROSSCC
738 CROSSWINDRES
739 CROSSTEST
740 NASLIBS
741 XML2LIBS
742 XML2INCL
743 XSLTLIBS
744 XSLTINCL
745 HALINCL
746 GNUTLSINCL
747 sane_devel
748 SANEINCL
749 gphoto2_devel
750 gphoto2port_devel
751 GPHOTO2LIBS
752 GPHOTO2INCL
753 RESOLVLIBS
754 LCMSLIBS
755 ft_devel
756 FREETYPELIBS
757 FREETYPEINCL
758 ESDCONFIG
759 ESDINCL
760 ESDLIBS
761 PULSELIBS
762 ALSALIBS
763 AUDIOIOLIBS
764 CUPSINCL
765 FONTCONFIGINCL
766 EXTRACFLAGS
767 BUILTINFLAG
768 LDPATH
769 CRTLIBS
770 SOCKETLIBS
771 MAIN_BINARY
772 EXTRA_BINARIES
773 LIBDL
774 LIBPOLL
775 LDAPLIBS
776 DEPENDENCIES
777 ALL_MAKERULES
778 ALL_MAKEFILES
779 ALL_MAKEFILE_DEPENDS
780 ALL_TOP_DIRS
781 ALL_DLL_DIRS
782 ALL_IMPLIB_DIRS
783 ALL_TEST_DIRS
784 ALL_PROGRAM_DIRS
785 ALL_PROGRAM_INSTALL_DIRS
786 ALL_PROGRAM_BIN_INSTALL_DIRS
787 ALL_WINETEST_DEPENDS
788 LIBOBJS
789 LTLIBOBJS'
790 ac_subst_files='MAKE_RULES
791 MAKE_DLL_RULES
792 MAKE_IMPLIB_RULES
793 MAKE_TEST_RULES
794 MAKE_PROG_RULES'
795 ac_precious_vars='build_alias
796 host_alias
797 target_alias
799 CFLAGS
800 LDFLAGS
801 LIBS
802 CPPFLAGS
804 CXXFLAGS
806 XMKMF
807 CPP'
810 # Initialize some variables set by options.
811 ac_init_help=
812 ac_init_version=false
813 # The variables have the same names as the options, with
814 # dashes changed to underlines.
815 cache_file=/dev/null
816 exec_prefix=NONE
817 no_create=
818 no_recursion=
819 prefix=NONE
820 program_prefix=NONE
821 program_suffix=NONE
822 program_transform_name=s,x,x,
823 silent=
824 site=
825 srcdir=
826 verbose=
827 x_includes=NONE
828 x_libraries=NONE
830 # Installation directory options.
831 # These are left unexpanded so users can "make install exec_prefix=/foo"
832 # and all the variables that are supposed to be based on exec_prefix
833 # by default will actually change.
834 # Use braces instead of parens because sh, perl, etc. also accept them.
835 # (The list follows the same order as the GNU Coding Standards.)
836 bindir='${exec_prefix}/bin'
837 sbindir='${exec_prefix}/sbin'
838 libexecdir='${exec_prefix}/libexec'
839 datarootdir='${prefix}/share'
840 datadir='${datarootdir}'
841 sysconfdir='${prefix}/etc'
842 sharedstatedir='${prefix}/com'
843 localstatedir='${prefix}/var'
844 includedir='${prefix}/include'
845 oldincludedir='/usr/include'
846 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
847 infodir='${datarootdir}/info'
848 htmldir='${docdir}'
849 dvidir='${docdir}'
850 pdfdir='${docdir}'
851 psdir='${docdir}'
852 libdir='${exec_prefix}/lib'
853 localedir='${datarootdir}/locale'
854 mandir='${datarootdir}/man'
856 ac_prev=
857 ac_dashdash=
858 for ac_option
860 # If the previous option needs an argument, assign it.
861 if test -n "$ac_prev"; then
862 eval $ac_prev=\$ac_option
863 ac_prev=
864 continue
867 case $ac_option in
868 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
869 *) ac_optarg=yes ;;
870 esac
872 # Accept the important Cygnus configure options, so we can diagnose typos.
874 case $ac_dashdash$ac_option in
876 ac_dashdash=yes ;;
878 -bindir | --bindir | --bindi | --bind | --bin | --bi)
879 ac_prev=bindir ;;
880 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
881 bindir=$ac_optarg ;;
883 -build | --build | --buil | --bui | --bu)
884 ac_prev=build_alias ;;
885 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
886 build_alias=$ac_optarg ;;
888 -cache-file | --cache-file | --cache-fil | --cache-fi \
889 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
890 ac_prev=cache_file ;;
891 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
892 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
893 cache_file=$ac_optarg ;;
895 --config-cache | -C)
896 cache_file=config.cache ;;
898 -datadir | --datadir | --datadi | --datad)
899 ac_prev=datadir ;;
900 -datadir=* | --datadir=* | --datadi=* | --datad=*)
901 datadir=$ac_optarg ;;
903 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
904 | --dataroo | --dataro | --datar)
905 ac_prev=datarootdir ;;
906 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
907 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
908 datarootdir=$ac_optarg ;;
910 -disable-* | --disable-*)
911 ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
912 # Reject names that are not valid shell variable names.
913 expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
914 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
915 { (exit 1); exit 1; }; }
916 ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
917 eval enable_$ac_feature=no ;;
919 -docdir | --docdir | --docdi | --doc | --do)
920 ac_prev=docdir ;;
921 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
922 docdir=$ac_optarg ;;
924 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
925 ac_prev=dvidir ;;
926 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
927 dvidir=$ac_optarg ;;
929 -enable-* | --enable-*)
930 ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
931 # Reject names that are not valid shell variable names.
932 expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
933 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
934 { (exit 1); exit 1; }; }
935 ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
936 eval enable_$ac_feature=\$ac_optarg ;;
938 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
939 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
940 | --exec | --exe | --ex)
941 ac_prev=exec_prefix ;;
942 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
943 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
944 | --exec=* | --exe=* | --ex=*)
945 exec_prefix=$ac_optarg ;;
947 -gas | --gas | --ga | --g)
948 # Obsolete; use --with-gas.
949 with_gas=yes ;;
951 -help | --help | --hel | --he | -h)
952 ac_init_help=long ;;
953 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
954 ac_init_help=recursive ;;
955 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
956 ac_init_help=short ;;
958 -host | --host | --hos | --ho)
959 ac_prev=host_alias ;;
960 -host=* | --host=* | --hos=* | --ho=*)
961 host_alias=$ac_optarg ;;
963 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
964 ac_prev=htmldir ;;
965 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
966 | --ht=*)
967 htmldir=$ac_optarg ;;
969 -includedir | --includedir | --includedi | --included | --include \
970 | --includ | --inclu | --incl | --inc)
971 ac_prev=includedir ;;
972 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
973 | --includ=* | --inclu=* | --incl=* | --inc=*)
974 includedir=$ac_optarg ;;
976 -infodir | --infodir | --infodi | --infod | --info | --inf)
977 ac_prev=infodir ;;
978 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
979 infodir=$ac_optarg ;;
981 -libdir | --libdir | --libdi | --libd)
982 ac_prev=libdir ;;
983 -libdir=* | --libdir=* | --libdi=* | --libd=*)
984 libdir=$ac_optarg ;;
986 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
987 | --libexe | --libex | --libe)
988 ac_prev=libexecdir ;;
989 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
990 | --libexe=* | --libex=* | --libe=*)
991 libexecdir=$ac_optarg ;;
993 -localedir | --localedir | --localedi | --localed | --locale)
994 ac_prev=localedir ;;
995 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
996 localedir=$ac_optarg ;;
998 -localstatedir | --localstatedir | --localstatedi | --localstated \
999 | --localstate | --localstat | --localsta | --localst | --locals)
1000 ac_prev=localstatedir ;;
1001 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1002 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1003 localstatedir=$ac_optarg ;;
1005 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1006 ac_prev=mandir ;;
1007 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1008 mandir=$ac_optarg ;;
1010 -nfp | --nfp | --nf)
1011 # Obsolete; use --without-fp.
1012 with_fp=no ;;
1014 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1015 | --no-cr | --no-c | -n)
1016 no_create=yes ;;
1018 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1019 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1020 no_recursion=yes ;;
1022 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1023 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1024 | --oldin | --oldi | --old | --ol | --o)
1025 ac_prev=oldincludedir ;;
1026 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1027 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1028 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1029 oldincludedir=$ac_optarg ;;
1031 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1032 ac_prev=prefix ;;
1033 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1034 prefix=$ac_optarg ;;
1036 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1037 | --program-pre | --program-pr | --program-p)
1038 ac_prev=program_prefix ;;
1039 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1040 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1041 program_prefix=$ac_optarg ;;
1043 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1044 | --program-suf | --program-su | --program-s)
1045 ac_prev=program_suffix ;;
1046 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1047 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1048 program_suffix=$ac_optarg ;;
1050 -program-transform-name | --program-transform-name \
1051 | --program-transform-nam | --program-transform-na \
1052 | --program-transform-n | --program-transform- \
1053 | --program-transform | --program-transfor \
1054 | --program-transfo | --program-transf \
1055 | --program-trans | --program-tran \
1056 | --progr-tra | --program-tr | --program-t)
1057 ac_prev=program_transform_name ;;
1058 -program-transform-name=* | --program-transform-name=* \
1059 | --program-transform-nam=* | --program-transform-na=* \
1060 | --program-transform-n=* | --program-transform-=* \
1061 | --program-transform=* | --program-transfor=* \
1062 | --program-transfo=* | --program-transf=* \
1063 | --program-trans=* | --program-tran=* \
1064 | --progr-tra=* | --program-tr=* | --program-t=*)
1065 program_transform_name=$ac_optarg ;;
1067 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1068 ac_prev=pdfdir ;;
1069 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1070 pdfdir=$ac_optarg ;;
1072 -psdir | --psdir | --psdi | --psd | --ps)
1073 ac_prev=psdir ;;
1074 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1075 psdir=$ac_optarg ;;
1077 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1078 | -silent | --silent | --silen | --sile | --sil)
1079 silent=yes ;;
1081 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1082 ac_prev=sbindir ;;
1083 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1084 | --sbi=* | --sb=*)
1085 sbindir=$ac_optarg ;;
1087 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1088 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1089 | --sharedst | --shareds | --shared | --share | --shar \
1090 | --sha | --sh)
1091 ac_prev=sharedstatedir ;;
1092 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1093 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1094 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1095 | --sha=* | --sh=*)
1096 sharedstatedir=$ac_optarg ;;
1098 -site | --site | --sit)
1099 ac_prev=site ;;
1100 -site=* | --site=* | --sit=*)
1101 site=$ac_optarg ;;
1103 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1104 ac_prev=srcdir ;;
1105 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1106 srcdir=$ac_optarg ;;
1108 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1109 | --syscon | --sysco | --sysc | --sys | --sy)
1110 ac_prev=sysconfdir ;;
1111 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1112 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1113 sysconfdir=$ac_optarg ;;
1115 -target | --target | --targe | --targ | --tar | --ta | --t)
1116 ac_prev=target_alias ;;
1117 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1118 target_alias=$ac_optarg ;;
1120 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1121 verbose=yes ;;
1123 -version | --version | --versio | --versi | --vers | -V)
1124 ac_init_version=: ;;
1126 -with-* | --with-*)
1127 ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1128 # Reject names that are not valid shell variable names.
1129 expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1130 { echo "$as_me: error: invalid package name: $ac_package" >&2
1131 { (exit 1); exit 1; }; }
1132 ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
1133 eval with_$ac_package=\$ac_optarg ;;
1135 -without-* | --without-*)
1136 ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1137 # Reject names that are not valid shell variable names.
1138 expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1139 { echo "$as_me: error: invalid package name: $ac_package" >&2
1140 { (exit 1); exit 1; }; }
1141 ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
1142 eval with_$ac_package=no ;;
1144 --x)
1145 # Obsolete; use --with-x.
1146 with_x=yes ;;
1148 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1149 | --x-incl | --x-inc | --x-in | --x-i)
1150 ac_prev=x_includes ;;
1151 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1152 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1153 x_includes=$ac_optarg ;;
1155 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1156 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1157 ac_prev=x_libraries ;;
1158 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1159 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1160 x_libraries=$ac_optarg ;;
1162 -*) { echo "$as_me: error: unrecognized option: $ac_option
1163 Try \`$0 --help' for more information." >&2
1164 { (exit 1); exit 1; }; }
1167 *=*)
1168 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1169 # Reject names that are not valid shell variable names.
1170 expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
1171 { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
1172 { (exit 1); exit 1; }; }
1173 eval $ac_envvar=\$ac_optarg
1174 export $ac_envvar ;;
1177 # FIXME: should be removed in autoconf 3.0.
1178 echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1179 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1180 echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1181 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1184 esac
1185 done
1187 if test -n "$ac_prev"; then
1188 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1189 { echo "$as_me: error: missing argument to $ac_option" >&2
1190 { (exit 1); exit 1; }; }
1193 # Be sure to have absolute directory names.
1194 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1195 datadir sysconfdir sharedstatedir localstatedir includedir \
1196 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1197 libdir localedir mandir
1199 eval ac_val=\$$ac_var
1200 case $ac_val in
1201 [\\/$]* | ?:[\\/]* ) continue;;
1202 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1203 esac
1204 { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
1205 { (exit 1); exit 1; }; }
1206 done
1208 # There might be people who depend on the old broken behavior: `$host'
1209 # used to hold the argument of --host etc.
1210 # FIXME: To remove some day.
1211 build=$build_alias
1212 host=$host_alias
1213 target=$target_alias
1215 # FIXME: To remove some day.
1216 if test "x$host_alias" != x; then
1217 if test "x$build_alias" = x; then
1218 cross_compiling=maybe
1219 echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1220 If a cross compiler is detected then cross compile mode will be used." >&2
1221 elif test "x$build_alias" != "x$host_alias"; then
1222 cross_compiling=yes
1226 ac_tool_prefix=
1227 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1229 test "$silent" = yes && exec 6>/dev/null
1232 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1233 ac_ls_di=`ls -di .` &&
1234 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1235 { echo "$as_me: error: Working directory cannot be determined" >&2
1236 { (exit 1); exit 1; }; }
1237 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1238 { echo "$as_me: error: pwd does not report name of working directory" >&2
1239 { (exit 1); exit 1; }; }
1242 # Find the source files, if location was not specified.
1243 if test -z "$srcdir"; then
1244 ac_srcdir_defaulted=yes
1245 # Try the directory containing this script, then the parent directory.
1246 ac_confdir=`$as_dirname -- "$0" ||
1247 $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1248 X"$0" : 'X\(//\)[^/]' \| \
1249 X"$0" : 'X\(//\)$' \| \
1250 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
1251 echo X"$0" |
1252 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1253 s//\1/
1256 /^X\(\/\/\)[^/].*/{
1257 s//\1/
1260 /^X\(\/\/\)$/{
1261 s//\1/
1264 /^X\(\/\).*/{
1265 s//\1/
1268 s/.*/./; q'`
1269 srcdir=$ac_confdir
1270 if test ! -r "$srcdir/$ac_unique_file"; then
1271 srcdir=..
1273 else
1274 ac_srcdir_defaulted=no
1276 if test ! -r "$srcdir/$ac_unique_file"; then
1277 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1278 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
1279 { (exit 1); exit 1; }; }
1281 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1282 ac_abs_confdir=`(
1283 cd "$srcdir" && test -r "./$ac_unique_file" || { echo "$as_me: error: $ac_msg" >&2
1284 { (exit 1); exit 1; }; }
1285 pwd)`
1286 # When building in place, set srcdir=.
1287 if test "$ac_abs_confdir" = "$ac_pwd"; then
1288 srcdir=.
1290 # Remove unnecessary trailing slashes from srcdir.
1291 # Double slashes in file names in object file debugging info
1292 # mess up M-x gdb in Emacs.
1293 case $srcdir in
1294 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1295 esac
1296 for ac_var in $ac_precious_vars; do
1297 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1298 eval ac_env_${ac_var}_value=\$${ac_var}
1299 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1300 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1301 done
1304 # Report the --help message.
1306 if test "$ac_init_help" = "long"; then
1307 # Omit some internal or obsolete options to make the list less imposing.
1308 # This message is too long to be a string in the A/UX 3.1 sh.
1309 cat <<_ACEOF
1310 \`configure' configures Wine 1.1.8 to adapt to many kinds of systems.
1312 Usage: $0 [OPTION]... [VAR=VALUE]...
1314 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1315 VAR=VALUE. See below for descriptions of some of the useful variables.
1317 Defaults for the options are specified in brackets.
1319 Configuration:
1320 -h, --help display this help and exit
1321 --help=short display options specific to this package
1322 --help=recursive display the short help of all the included packages
1323 -V, --version display version information and exit
1324 -q, --quiet, --silent do not print \`checking...' messages
1325 --cache-file=FILE cache test results in FILE [disabled]
1326 -C, --config-cache alias for \`--cache-file=config.cache'
1327 -n, --no-create do not create output files
1328 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1330 Installation directories:
1331 --prefix=PREFIX install architecture-independent files in PREFIX
1332 [$ac_default_prefix]
1333 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1334 [PREFIX]
1336 By default, \`make install' will install all the files in
1337 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1338 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1339 for instance \`--prefix=\$HOME'.
1341 For better control, use the options below.
1343 Fine tuning of the installation directories:
1344 --bindir=DIR user executables [EPREFIX/bin]
1345 --sbindir=DIR system admin executables [EPREFIX/sbin]
1346 --libexecdir=DIR program executables [EPREFIX/libexec]
1347 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1348 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1349 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1350 --libdir=DIR object code libraries [EPREFIX/lib]
1351 --includedir=DIR C header files [PREFIX/include]
1352 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1353 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1354 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1355 --infodir=DIR info documentation [DATAROOTDIR/info]
1356 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1357 --mandir=DIR man documentation [DATAROOTDIR/man]
1358 --docdir=DIR documentation root [DATAROOTDIR/doc/wine]
1359 --htmldir=DIR html documentation [DOCDIR]
1360 --dvidir=DIR dvi documentation [DOCDIR]
1361 --pdfdir=DIR pdf documentation [DOCDIR]
1362 --psdir=DIR ps documentation [DOCDIR]
1363 _ACEOF
1365 cat <<\_ACEOF
1367 X features:
1368 --x-includes=DIR X include files are in DIR
1369 --x-libraries=DIR X library files are in DIR
1371 System types:
1372 --build=BUILD configure for building on BUILD [guessed]
1373 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1374 _ACEOF
1377 if test -n "$ac_init_help"; then
1378 case $ac_init_help in
1379 short | recursive ) echo "Configuration of Wine 1.1.8:";;
1380 esac
1381 cat <<\_ACEOF
1383 Optional Features:
1384 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1385 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1386 --disable-win16 do not include Win16 support
1387 --enable-win64 build a Win64 emulator on AMD64 (won't run Win32
1388 binaries)
1389 --enable-maintainer-mode
1390 enable maintainer-specific build rules
1391 --disable-tests do not build the testsuites
1393 Optional Packages:
1394 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1395 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1396 --without-alsa do not use the Alsa sound support
1397 --without-audioio do not use the AudioIO sound support
1398 --without-capi do not use CAPI (ISDN support)
1399 --without-cms do not use CMS (color management support)
1400 --without-coreaudio do not use the CoreAudio sound support
1401 --without-cups do not use CUPS
1402 --without-curses do not use (n)curses
1403 --without-esd do not use the EsounD sound support
1404 --without-fontconfig do not use fontconfig
1405 --without-freetype do not use the FreeType library
1406 --without-gphoto do not use gphoto (Digital Camera support)
1407 --without-glu do not use the GLU library
1408 --without-gnutls do not use GnuTLS (schannel support)
1409 --without-hal do not use HAL (dynamic device support)
1410 --without-jack do not use the Jack sound support
1411 --without-jpeg do not use JPEG
1412 --without-ldap do not use LDAP
1413 --without-nas do not use the NAS sound support
1414 --without-opengl do not use OpenGL
1415 --without-openssl do not use OpenSSL
1416 --without-oss do not use the OSS sound support
1417 --without-png do not use PNG
1418 --without-pulse do not use PulseAudio sound support
1419 --without-sane do not use SANE (scanner support)
1420 --without-xcomposite do not use the Xcomposite extension
1421 --without-xcursor do not use the Xcursor extension
1422 --without-xinerama do not use Xinerama (multi-monitor support)
1423 --without-xinput do not use the Xinput extension
1424 --without-xml do not use XML
1425 --without-xrandr do not use Xrandr (resolution changes)
1426 --without-xrender do not use the Xrender extension
1427 --without-xshape do not use the Xshape extension
1428 --without-xshm do not use XShm (shared memory extension)
1429 --without-xslt do not use XSLT
1430 --without-xxf86vm do not use XFree video mode extension
1431 --with-wine-tools=DIR use Wine tools from directory DIR
1432 --with-x use the X Window System
1434 Some influential environment variables:
1435 CC C compiler command
1436 CFLAGS C compiler flags
1437 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1438 nonstandard directory <lib dir>
1439 LIBS libraries to pass to the linker, e.g. -l<library>
1440 CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1441 you have headers in a nonstandard directory <include dir>
1442 CXX C++ compiler command
1443 CXXFLAGS C++ compiler flags
1444 XMKMF Path to xmkmf, Makefile generator for X Window System
1445 CPP C preprocessor
1447 Use these variables to override the choices made by `configure' or to help
1448 it to find libraries and programs with nonstandard names/locations.
1450 Report bugs to <wine-devel@winehq.org>.
1451 _ACEOF
1452 ac_status=$?
1455 if test "$ac_init_help" = "recursive"; then
1456 # If there are subdirs, report their specific --help.
1457 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1458 test -d "$ac_dir" || continue
1459 ac_builddir=.
1461 case "$ac_dir" in
1462 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1464 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
1465 # A ".." for each directory in $ac_dir_suffix.
1466 ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
1467 case $ac_top_builddir_sub in
1468 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1469 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1470 esac ;;
1471 esac
1472 ac_abs_top_builddir=$ac_pwd
1473 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1474 # for backward compatibility:
1475 ac_top_builddir=$ac_top_build_prefix
1477 case $srcdir in
1478 .) # We are building in place.
1479 ac_srcdir=.
1480 ac_top_srcdir=$ac_top_builddir_sub
1481 ac_abs_top_srcdir=$ac_pwd ;;
1482 [\\/]* | ?:[\\/]* ) # Absolute name.
1483 ac_srcdir=$srcdir$ac_dir_suffix;
1484 ac_top_srcdir=$srcdir
1485 ac_abs_top_srcdir=$srcdir ;;
1486 *) # Relative name.
1487 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1488 ac_top_srcdir=$ac_top_build_prefix$srcdir
1489 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1490 esac
1491 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1493 cd "$ac_dir" || { ac_status=$?; continue; }
1494 # Check for guested configure.
1495 if test -f "$ac_srcdir/configure.gnu"; then
1496 echo &&
1497 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1498 elif test -f "$ac_srcdir/configure"; then
1499 echo &&
1500 $SHELL "$ac_srcdir/configure" --help=recursive
1501 else
1502 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1503 fi || ac_status=$?
1504 cd "$ac_pwd" || { ac_status=$?; break; }
1505 done
1508 test -n "$ac_init_help" && exit $ac_status
1509 if $ac_init_version; then
1510 cat <<\_ACEOF
1511 Wine configure 1.1.8
1512 generated by GNU Autoconf 2.61
1514 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
1515 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
1516 This configure script is free software; the Free Software Foundation
1517 gives unlimited permission to copy, distribute and modify it.
1518 _ACEOF
1519 exit
1521 cat >config.log <<_ACEOF
1522 This file contains any messages produced by compilers while
1523 running configure, to aid debugging if configure makes a mistake.
1525 It was created by Wine $as_me 1.1.8, which was
1526 generated by GNU Autoconf 2.61. Invocation command line was
1528 $ $0 $@
1530 _ACEOF
1531 exec 5>>config.log
1533 cat <<_ASUNAME
1534 ## --------- ##
1535 ## Platform. ##
1536 ## --------- ##
1538 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1539 uname -m = `(uname -m) 2>/dev/null || echo unknown`
1540 uname -r = `(uname -r) 2>/dev/null || echo unknown`
1541 uname -s = `(uname -s) 2>/dev/null || echo unknown`
1542 uname -v = `(uname -v) 2>/dev/null || echo unknown`
1544 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1545 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1547 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1548 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1549 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1550 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
1551 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1552 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1553 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1555 _ASUNAME
1557 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1558 for as_dir in $PATH
1560 IFS=$as_save_IFS
1561 test -z "$as_dir" && as_dir=.
1562 echo "PATH: $as_dir"
1563 done
1564 IFS=$as_save_IFS
1566 } >&5
1568 cat >&5 <<_ACEOF
1571 ## ----------- ##
1572 ## Core tests. ##
1573 ## ----------- ##
1575 _ACEOF
1578 # Keep a trace of the command line.
1579 # Strip out --no-create and --no-recursion so they do not pile up.
1580 # Strip out --silent because we don't want to record it for future runs.
1581 # Also quote any args containing shell meta-characters.
1582 # Make two passes to allow for proper duplicate-argument suppression.
1583 ac_configure_args=
1584 ac_configure_args0=
1585 ac_configure_args1=
1586 ac_must_keep_next=false
1587 for ac_pass in 1 2
1589 for ac_arg
1591 case $ac_arg in
1592 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1593 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1594 | -silent | --silent | --silen | --sile | --sil)
1595 continue ;;
1596 *\'*)
1597 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1598 esac
1599 case $ac_pass in
1600 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
1602 ac_configure_args1="$ac_configure_args1 '$ac_arg'"
1603 if test $ac_must_keep_next = true; then
1604 ac_must_keep_next=false # Got value, back to normal.
1605 else
1606 case $ac_arg in
1607 *=* | --config-cache | -C | -disable-* | --disable-* \
1608 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1609 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1610 | -with-* | --with-* | -without-* | --without-* | --x)
1611 case "$ac_configure_args0 " in
1612 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1613 esac
1615 -* ) ac_must_keep_next=true ;;
1616 esac
1618 ac_configure_args="$ac_configure_args '$ac_arg'"
1620 esac
1621 done
1622 done
1623 $as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
1624 $as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
1626 # When interrupted or exit'd, cleanup temporary files, and complete
1627 # config.log. We remove comments because anyway the quotes in there
1628 # would cause problems or look ugly.
1629 # WARNING: Use '\'' to represent an apostrophe within the trap.
1630 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
1631 trap 'exit_status=$?
1632 # Save into config.log some information that might help in debugging.
1634 echo
1636 cat <<\_ASBOX
1637 ## ---------------- ##
1638 ## Cache variables. ##
1639 ## ---------------- ##
1640 _ASBOX
1641 echo
1642 # The following way of writing the cache mishandles newlines in values,
1644 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
1645 eval ac_val=\$$ac_var
1646 case $ac_val in #(
1647 *${as_nl}*)
1648 case $ac_var in #(
1649 *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
1650 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
1651 esac
1652 case $ac_var in #(
1653 _ | IFS | as_nl) ;; #(
1654 *) $as_unset $ac_var ;;
1655 esac ;;
1656 esac
1657 done
1658 (set) 2>&1 |
1659 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
1660 *${as_nl}ac_space=\ *)
1661 sed -n \
1662 "s/'\''/'\''\\\\'\'''\''/g;
1663 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
1664 ;; #(
1666 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
1668 esac |
1669 sort
1671 echo
1673 cat <<\_ASBOX
1674 ## ----------------- ##
1675 ## Output variables. ##
1676 ## ----------------- ##
1677 _ASBOX
1678 echo
1679 for ac_var in $ac_subst_vars
1681 eval ac_val=\$$ac_var
1682 case $ac_val in
1683 *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1684 esac
1685 echo "$ac_var='\''$ac_val'\''"
1686 done | sort
1687 echo
1689 if test -n "$ac_subst_files"; then
1690 cat <<\_ASBOX
1691 ## ------------------- ##
1692 ## File substitutions. ##
1693 ## ------------------- ##
1694 _ASBOX
1695 echo
1696 for ac_var in $ac_subst_files
1698 eval ac_val=\$$ac_var
1699 case $ac_val in
1700 *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1701 esac
1702 echo "$ac_var='\''$ac_val'\''"
1703 done | sort
1704 echo
1707 if test -s confdefs.h; then
1708 cat <<\_ASBOX
1709 ## ----------- ##
1710 ## confdefs.h. ##
1711 ## ----------- ##
1712 _ASBOX
1713 echo
1714 cat confdefs.h
1715 echo
1717 test "$ac_signal" != 0 &&
1718 echo "$as_me: caught signal $ac_signal"
1719 echo "$as_me: exit $exit_status"
1720 } >&5
1721 rm -f core *.core core.conftest.* &&
1722 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
1723 exit $exit_status
1725 for ac_signal in 1 2 13 15; do
1726 trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1727 done
1728 ac_signal=0
1730 # confdefs.h avoids OS command line length limits that DEFS can exceed.
1731 rm -f -r conftest* confdefs.h
1733 # Predefined preprocessor variables.
1735 cat >>confdefs.h <<_ACEOF
1736 #define PACKAGE_NAME "$PACKAGE_NAME"
1737 _ACEOF
1740 cat >>confdefs.h <<_ACEOF
1741 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1742 _ACEOF
1745 cat >>confdefs.h <<_ACEOF
1746 #define PACKAGE_VERSION "$PACKAGE_VERSION"
1747 _ACEOF
1750 cat >>confdefs.h <<_ACEOF
1751 #define PACKAGE_STRING "$PACKAGE_STRING"
1752 _ACEOF
1755 cat >>confdefs.h <<_ACEOF
1756 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1757 _ACEOF
1760 # Let the site file select an alternate cache file if it wants to.
1761 # Prefer explicitly selected file to automatically selected ones.
1762 if test -n "$CONFIG_SITE"; then
1763 set x "$CONFIG_SITE"
1764 elif test "x$prefix" != xNONE; then
1765 set x "$prefix/share/config.site" "$prefix/etc/config.site"
1766 else
1767 set x "$ac_default_prefix/share/config.site" \
1768 "$ac_default_prefix/etc/config.site"
1770 shift
1771 for ac_site_file
1773 if test -r "$ac_site_file"; then
1774 { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1775 echo "$as_me: loading site script $ac_site_file" >&6;}
1776 sed 's/^/| /' "$ac_site_file" >&5
1777 . "$ac_site_file"
1779 done
1781 if test -r "$cache_file"; then
1782 # Some versions of bash will fail to source /dev/null (special
1783 # files actually), so we avoid doing that.
1784 if test -f "$cache_file"; then
1785 { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1786 echo "$as_me: loading cache $cache_file" >&6;}
1787 case $cache_file in
1788 [\\/]* | ?:[\\/]* ) . "$cache_file";;
1789 *) . "./$cache_file";;
1790 esac
1792 else
1793 { echo "$as_me:$LINENO: creating cache $cache_file" >&5
1794 echo "$as_me: creating cache $cache_file" >&6;}
1795 >$cache_file
1798 # Check that the precious variables saved in the cache have kept the same
1799 # value.
1800 ac_cache_corrupted=false
1801 for ac_var in $ac_precious_vars; do
1802 eval ac_old_set=\$ac_cv_env_${ac_var}_set
1803 eval ac_new_set=\$ac_env_${ac_var}_set
1804 eval ac_old_val=\$ac_cv_env_${ac_var}_value
1805 eval ac_new_val=\$ac_env_${ac_var}_value
1806 case $ac_old_set,$ac_new_set in
1807 set,)
1808 { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1809 echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1810 ac_cache_corrupted=: ;;
1811 ,set)
1812 { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
1813 echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1814 ac_cache_corrupted=: ;;
1815 ,);;
1817 if test "x$ac_old_val" != "x$ac_new_val"; then
1818 { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1819 echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1820 { echo "$as_me:$LINENO: former value: $ac_old_val" >&5
1821 echo "$as_me: former value: $ac_old_val" >&2;}
1822 { echo "$as_me:$LINENO: current value: $ac_new_val" >&5
1823 echo "$as_me: current value: $ac_new_val" >&2;}
1824 ac_cache_corrupted=:
1825 fi;;
1826 esac
1827 # Pass precious variables to config.status.
1828 if test "$ac_new_set" = set; then
1829 case $ac_new_val in
1830 *\'*) ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1831 *) ac_arg=$ac_var=$ac_new_val ;;
1832 esac
1833 case " $ac_configure_args " in
1834 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
1835 *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
1836 esac
1838 done
1839 if $ac_cache_corrupted; then
1840 { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1841 echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1842 { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1843 echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1844 { (exit 1); exit 1; }; }
1871 ac_ext=c
1872 ac_cpp='$CPP $CPPFLAGS'
1873 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1874 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1875 ac_compiler_gnu=$ac_cv_c_compiler_gnu
1879 ac_config_headers="$ac_config_headers include/config.h"
1881 ac_aux_dir=
1882 for ac_dir in tools "$srcdir"/tools; do
1883 if test -f "$ac_dir/install-sh"; then
1884 ac_aux_dir=$ac_dir
1885 ac_install_sh="$ac_aux_dir/install-sh -c"
1886 break
1887 elif test -f "$ac_dir/install.sh"; then
1888 ac_aux_dir=$ac_dir
1889 ac_install_sh="$ac_aux_dir/install.sh -c"
1890 break
1891 elif test -f "$ac_dir/shtool"; then
1892 ac_aux_dir=$ac_dir
1893 ac_install_sh="$ac_aux_dir/shtool install -c"
1894 break
1896 done
1897 if test -z "$ac_aux_dir"; then
1898 { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in tools \"$srcdir\"/tools" >&5
1899 echo "$as_me: error: cannot find install-sh or install.sh in tools \"$srcdir\"/tools" >&2;}
1900 { (exit 1); exit 1; }; }
1903 # These three variables are undocumented and unsupported,
1904 # and are intended to be withdrawn in a future Autoconf release.
1905 # They can cause serious problems if a builder's source tree is in a directory
1906 # whose full name contains unusual characters.
1907 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
1908 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
1909 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
1914 # Check whether --enable-win16 was given.
1915 if test "${enable_win16+set}" = set; then
1916 enableval=$enable_win16;
1919 # Check whether --enable-win64 was given.
1920 if test "${enable_win64+set}" = set; then
1921 enableval=$enable_win64;
1924 # Check whether --enable-maintainer-mode was given.
1925 if test "${enable_maintainer_mode+set}" = set; then
1926 enableval=$enable_maintainer_mode;
1927 else
1928 MAINTAINER_MODE=\#
1934 # Check whether --with-alsa was given.
1935 if test "${with_alsa+set}" = set; then
1936 withval=$with_alsa; if test "x$withval" = "xno"; then ac_cv_header_sys_asoundlib_h=no; ac_cv_header_alsa_asoundlib_h=no; fi
1940 # Check whether --with-audioio was given.
1941 if test "${with_audioio+set}" = set; then
1942 withval=$with_audioio; if test "x$withval" = "xno"; then ac_cv_header_libaudioio_h=no; fi
1946 # Check whether --with-capi was given.
1947 if test "${with_capi+set}" = set; then
1948 withval=$with_capi; if test "x$withval" = "xno"; then ac_cv_header_capi20_h=no; ac_cv_header_linux_capi_h=no; fi
1952 # Check whether --with-cms was given.
1953 if test "${with_cms+set}" = set; then
1954 withval=$with_cms; if test "x$withval" = "xno"; then ac_cv_header_lcms_h=no; ac_cv_header_lcms_lcms_h=no; fi
1958 # Check whether --with-coreaudio was given.
1959 if test "${with_coreaudio+set}" = set; then
1960 withval=$with_coreaudio; if test "x$withval" = "xno"; then ac_cv_header_CoreAudio_CoreAudio_h=no; fi
1964 # Check whether --with-cups was given.
1965 if test "${with_cups+set}" = set; then
1966 withval=$with_cups;
1970 # Check whether --with-curses was given.
1971 if test "${with_curses+set}" = set; then
1972 withval=$with_curses; if test "x$withval" = "xno"; then ac_cv_header_ncurses_h=no; ac_cv_header_curses_h=no; fi
1976 # Check whether --with-esd was given.
1977 if test "${with_esd+set}" = set; then
1978 withval=$with_esd;
1982 # Check whether --with-fontconfig was given.
1983 if test "${with_fontconfig+set}" = set; then
1984 withval=$with_fontconfig; if test "x$withval" = "xno"; then ac_cv_header_fontconfig_fontconfig_h=no; fi
1988 # Check whether --with-freetype was given.
1989 if test "${with_freetype+set}" = set; then
1990 withval=$with_freetype;
1994 # Check whether --with-gphoto was given.
1995 if test "${with_gphoto+set}" = set; then
1996 withval=$with_gphoto;
2000 # Check whether --with-glu was given.
2001 if test "${with_glu+set}" = set; then
2002 withval=$with_glu; if test "x$withval" = "xno"; then ac_cv_header_GL_glu_h=no; fi
2006 # Check whether --with-gnutls was given.
2007 if test "${with_gnutls+set}" = set; then
2008 withval=$with_gnutls;
2012 # Check whether --with-hal was given.
2013 if test "${with_hal+set}" = set; then
2014 withval=$with_hal;
2018 # Check whether --with-jack was given.
2019 if test "${with_jack+set}" = set; then
2020 withval=$with_jack; if test "x$withval" = "xno"; then ac_cv_header_jack_jack_h=no; fi
2024 # Check whether --with-jpeg was given.
2025 if test "${with_jpeg+set}" = set; then
2026 withval=$with_jpeg; if test "x$withval" = "xno"; then ac_cv_header_jpeglib_h=no; fi
2030 # Check whether --with-ldap was given.
2031 if test "${with_ldap+set}" = set; then
2032 withval=$with_ldap; if test "x$withval" = "xno"; then ac_cv_header_ldap_h=no; ac_cv_header_lber_h=no; fi
2036 # Check whether --with-nas was given.
2037 if test "${with_nas+set}" = set; then
2038 withval=$with_nas; if test "x$withval" = "xno"; then ac_cv_header_audio_audiolib_h=no; fi
2042 # Check whether --with-opengl was given.
2043 if test "${with_opengl+set}" = set; then
2044 withval=$with_opengl;
2048 # Check whether --with-openssl was given.
2049 if test "${with_openssl+set}" = set; then
2050 withval=$with_openssl; if test "x$withval" = "xno"; then ac_cv_header_openssl_err_h=no; ac_cv_header_openssl_ssl_h=no; fi
2054 # Check whether --with-oss was given.
2055 if test "${with_oss+set}" = set; then
2056 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
2060 # Check whether --with-png was given.
2061 if test "${with_png+set}" = set; then
2062 withval=$with_png; if test "x$withval" = "xno"; then ac_cv_header_png_h=no; fi
2066 # Check whether --with-pulse was given.
2067 if test "${with_pulse+set}" = set; then
2068 withval=$with_pulse;
2072 # Check whether --with-sane was given.
2073 if test "${with_sane+set}" = set; then
2074 withval=$with_sane;
2078 # Check whether --with-xcomposite was given.
2079 if test "${with_xcomposite+set}" = set; then
2080 withval=$with_xcomposite; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xcomposite_h=no; fi
2084 # Check whether --with-xcursor was given.
2085 if test "${with_xcursor+set}" = set; then
2086 withval=$with_xcursor; if test "x$withval" = "xno"; then ac_cv_header_X11_Xcursor_Xcursor_h=no; fi
2090 # Check whether --with-xinerama was given.
2091 if test "${with_xinerama+set}" = set; then
2092 withval=$with_xinerama; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xinerama_h=no; fi
2096 # Check whether --with-xinput was given.
2097 if test "${with_xinput+set}" = set; then
2098 withval=$with_xinput; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput_h=no; fi
2102 # Check whether --with-xml was given.
2103 if test "${with_xml+set}" = set; then
2104 withval=$with_xml;
2108 # Check whether --with-xrandr was given.
2109 if test "${with_xrandr+set}" = set; then
2110 withval=$with_xrandr; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrandr_h=no; fi
2114 # Check whether --with-xrender was given.
2115 if test "${with_xrender+set}" = set; then
2116 withval=$with_xrender; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrender_h=no; fi
2120 # Check whether --with-xshape was given.
2121 if test "${with_xshape+set}" = set; then
2122 withval=$with_xshape; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_shape_h=no; fi
2126 # Check whether --with-xshm was given.
2127 if test "${with_xshm+set}" = set; then
2128 withval=$with_xshm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XShm_h=no; fi
2132 # Check whether --with-xslt was given.
2133 if test "${with_xslt+set}" = set; then
2134 withval=$with_xslt;
2138 # Check whether --with-xxf86vm was given.
2139 if test "${with_xxf86vm+set}" = set; then
2140 withval=$with_xxf86vm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_xf86vmode_h=no; fi
2145 # Check whether --with-wine-tools was given.
2146 if test "${with_wine_tools+set}" = set; then
2147 withval=$with_wine_tools;
2150 # Check whether --enable-tests was given.
2151 if test "${enable_tests+set}" = set; then
2152 enableval=$enable_tests;
2156 # Make sure we can run config.sub.
2157 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2158 { { echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5
2159 echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;}
2160 { (exit 1); exit 1; }; }
2162 { echo "$as_me:$LINENO: checking build system type" >&5
2163 echo $ECHO_N "checking build system type... $ECHO_C" >&6; }
2164 if test "${ac_cv_build+set}" = set; then
2165 echo $ECHO_N "(cached) $ECHO_C" >&6
2166 else
2167 ac_build_alias=$build_alias
2168 test "x$ac_build_alias" = x &&
2169 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2170 test "x$ac_build_alias" = x &&
2171 { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
2172 echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
2173 { (exit 1); exit 1; }; }
2174 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2175 { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5
2176 echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;}
2177 { (exit 1); exit 1; }; }
2180 { echo "$as_me:$LINENO: result: $ac_cv_build" >&5
2181 echo "${ECHO_T}$ac_cv_build" >&6; }
2182 case $ac_cv_build in
2183 *-*-*) ;;
2184 *) { { echo "$as_me:$LINENO: error: invalid value of canonical build" >&5
2185 echo "$as_me: error: invalid value of canonical build" >&2;}
2186 { (exit 1); exit 1; }; };;
2187 esac
2188 build=$ac_cv_build
2189 ac_save_IFS=$IFS; IFS='-'
2190 set x $ac_cv_build
2191 shift
2192 build_cpu=$1
2193 build_vendor=$2
2194 shift; shift
2195 # Remember, the first character of IFS is used to create $*,
2196 # except with old shells:
2197 build_os=$*
2198 IFS=$ac_save_IFS
2199 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2202 { echo "$as_me:$LINENO: checking host system type" >&5
2203 echo $ECHO_N "checking host system type... $ECHO_C" >&6; }
2204 if test "${ac_cv_host+set}" = set; then
2205 echo $ECHO_N "(cached) $ECHO_C" >&6
2206 else
2207 if test "x$host_alias" = x; then
2208 ac_cv_host=$ac_cv_build
2209 else
2210 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2211 { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5
2212 echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;}
2213 { (exit 1); exit 1; }; }
2217 { echo "$as_me:$LINENO: result: $ac_cv_host" >&5
2218 echo "${ECHO_T}$ac_cv_host" >&6; }
2219 case $ac_cv_host in
2220 *-*-*) ;;
2221 *) { { echo "$as_me:$LINENO: error: invalid value of canonical host" >&5
2222 echo "$as_me: error: invalid value of canonical host" >&2;}
2223 { (exit 1); exit 1; }; };;
2224 esac
2225 host=$ac_cv_host
2226 ac_save_IFS=$IFS; IFS='-'
2227 set x $ac_cv_host
2228 shift
2229 host_cpu=$1
2230 host_vendor=$2
2231 shift; shift
2232 # Remember, the first character of IFS is used to create $*,
2233 # except with old shells:
2234 host_os=$*
2235 IFS=$ac_save_IFS
2236 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2239 case $host in
2240 x86_64*linux*)
2241 if test "x$enable_win64" != "xyes"
2242 then
2243 CC="${CC:-gcc} -m32"
2244 CXX="${CXX:-g++} -m32"
2245 LD="${LD:-ld} -m elf_i386"
2246 AS="${AS:-as} --32"
2247 host_cpu="i386"
2248 notice_platform="32-bit "
2251 esac
2253 case $host_cpu in
2254 *i[3456789]86*)
2255 if test "x$enable_win16" != "xno"
2256 then
2257 enable_win16="yes"
2260 esac
2262 WIN16_FILES="\$(WIN16_FILES)"
2264 WIN16_INSTALL="\$(WIN16_INSTALL)"
2266 if test "x$enable_win16" != "xyes"
2267 then
2268 WIN16_FILES=""
2269 WIN16_INSTALL=""
2272 if test "x$enable_tests" == "xno"
2273 then
2274 WINETEST=""
2276 else
2277 WINETEST="winetest"
2281 case "$srcdir" in
2282 .) ;;
2283 *) if test -f "$srcdir/Makefile" -o -f "$srcdir/include/config.h"; then
2284 { { echo "$as_me:$LINENO: error: you are building out of the source tree, but the source tree contains object files.
2285 You need to run 'make distclean' in the source tree first." >&5
2286 echo "$as_me: error: you are building out of the source tree, but the source tree contains object files.
2287 You need to run 'make distclean' in the source tree first." >&2;}
2288 { (exit 1); exit 1; }; }
2289 fi ;;
2290 esac
2293 { echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2294 echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6; }
2295 set x ${MAKE-make}; ac_make=`echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2296 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
2297 echo $ECHO_N "(cached) $ECHO_C" >&6
2298 else
2299 cat >conftest.make <<\_ACEOF
2300 SHELL = /bin/sh
2301 all:
2302 @echo '@@@%%%=$(MAKE)=@@@%%%'
2303 _ACEOF
2304 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
2305 case `${MAKE-make} -f conftest.make 2>/dev/null` in
2306 *@@@%%%=?*=@@@%%%*)
2307 eval ac_cv_prog_make_${ac_make}_set=yes;;
2309 eval ac_cv_prog_make_${ac_make}_set=no;;
2310 esac
2311 rm -f conftest.make
2313 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
2314 { echo "$as_me:$LINENO: result: yes" >&5
2315 echo "${ECHO_T}yes" >&6; }
2316 SET_MAKE=
2317 else
2318 { echo "$as_me:$LINENO: result: no" >&5
2319 echo "${ECHO_T}no" >&6; }
2320 SET_MAKE="MAKE=${MAKE-make}"
2323 ac_ext=c
2324 ac_cpp='$CPP $CPPFLAGS'
2325 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2326 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2327 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2328 if test -n "$ac_tool_prefix"; then
2329 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2330 set dummy ${ac_tool_prefix}gcc; ac_word=$2
2331 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2332 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2333 if test "${ac_cv_prog_CC+set}" = set; then
2334 echo $ECHO_N "(cached) $ECHO_C" >&6
2335 else
2336 if test -n "$CC"; then
2337 ac_cv_prog_CC="$CC" # Let the user override the test.
2338 else
2339 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2340 for as_dir in $PATH
2342 IFS=$as_save_IFS
2343 test -z "$as_dir" && as_dir=.
2344 for ac_exec_ext in '' $ac_executable_extensions; do
2345 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2346 ac_cv_prog_CC="${ac_tool_prefix}gcc"
2347 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2348 break 2
2350 done
2351 done
2352 IFS=$as_save_IFS
2356 CC=$ac_cv_prog_CC
2357 if test -n "$CC"; then
2358 { echo "$as_me:$LINENO: result: $CC" >&5
2359 echo "${ECHO_T}$CC" >&6; }
2360 else
2361 { echo "$as_me:$LINENO: result: no" >&5
2362 echo "${ECHO_T}no" >&6; }
2367 if test -z "$ac_cv_prog_CC"; then
2368 ac_ct_CC=$CC
2369 # Extract the first word of "gcc", so it can be a program name with args.
2370 set dummy gcc; ac_word=$2
2371 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2372 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2373 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2374 echo $ECHO_N "(cached) $ECHO_C" >&6
2375 else
2376 if test -n "$ac_ct_CC"; then
2377 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2378 else
2379 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2380 for as_dir in $PATH
2382 IFS=$as_save_IFS
2383 test -z "$as_dir" && as_dir=.
2384 for ac_exec_ext in '' $ac_executable_extensions; do
2385 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2386 ac_cv_prog_ac_ct_CC="gcc"
2387 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2388 break 2
2390 done
2391 done
2392 IFS=$as_save_IFS
2396 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2397 if test -n "$ac_ct_CC"; then
2398 { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2399 echo "${ECHO_T}$ac_ct_CC" >&6; }
2400 else
2401 { echo "$as_me:$LINENO: result: no" >&5
2402 echo "${ECHO_T}no" >&6; }
2405 if test "x$ac_ct_CC" = x; then
2406 CC=""
2407 else
2408 case $cross_compiling:$ac_tool_warned in
2409 yes:)
2410 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
2411 whose name does not start with the host triplet. If you think this
2412 configuration is useful to you, please write to autoconf@gnu.org." >&5
2413 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
2414 whose name does not start with the host triplet. If you think this
2415 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
2416 ac_tool_warned=yes ;;
2417 esac
2418 CC=$ac_ct_CC
2420 else
2421 CC="$ac_cv_prog_CC"
2424 if test -z "$CC"; then
2425 if test -n "$ac_tool_prefix"; then
2426 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2427 set dummy ${ac_tool_prefix}cc; ac_word=$2
2428 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2429 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2430 if test "${ac_cv_prog_CC+set}" = set; then
2431 echo $ECHO_N "(cached) $ECHO_C" >&6
2432 else
2433 if test -n "$CC"; then
2434 ac_cv_prog_CC="$CC" # Let the user override the test.
2435 else
2436 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2437 for as_dir in $PATH
2439 IFS=$as_save_IFS
2440 test -z "$as_dir" && as_dir=.
2441 for ac_exec_ext in '' $ac_executable_extensions; do
2442 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2443 ac_cv_prog_CC="${ac_tool_prefix}cc"
2444 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2445 break 2
2447 done
2448 done
2449 IFS=$as_save_IFS
2453 CC=$ac_cv_prog_CC
2454 if test -n "$CC"; then
2455 { echo "$as_me:$LINENO: result: $CC" >&5
2456 echo "${ECHO_T}$CC" >&6; }
2457 else
2458 { echo "$as_me:$LINENO: result: no" >&5
2459 echo "${ECHO_T}no" >&6; }
2465 if test -z "$CC"; then
2466 # Extract the first word of "cc", so it can be a program name with args.
2467 set dummy cc; ac_word=$2
2468 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2469 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2470 if test "${ac_cv_prog_CC+set}" = set; then
2471 echo $ECHO_N "(cached) $ECHO_C" >&6
2472 else
2473 if test -n "$CC"; then
2474 ac_cv_prog_CC="$CC" # Let the user override the test.
2475 else
2476 ac_prog_rejected=no
2477 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2478 for as_dir in $PATH
2480 IFS=$as_save_IFS
2481 test -z "$as_dir" && as_dir=.
2482 for ac_exec_ext in '' $ac_executable_extensions; do
2483 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2484 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2485 ac_prog_rejected=yes
2486 continue
2488 ac_cv_prog_CC="cc"
2489 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2490 break 2
2492 done
2493 done
2494 IFS=$as_save_IFS
2496 if test $ac_prog_rejected = yes; then
2497 # We found a bogon in the path, so make sure we never use it.
2498 set dummy $ac_cv_prog_CC
2499 shift
2500 if test $# != 0; then
2501 # We chose a different compiler from the bogus one.
2502 # However, it has the same basename, so the bogon will be chosen
2503 # first if we set CC to just the basename; use the full file name.
2504 shift
2505 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2510 CC=$ac_cv_prog_CC
2511 if test -n "$CC"; then
2512 { echo "$as_me:$LINENO: result: $CC" >&5
2513 echo "${ECHO_T}$CC" >&6; }
2514 else
2515 { echo "$as_me:$LINENO: result: no" >&5
2516 echo "${ECHO_T}no" >&6; }
2521 if test -z "$CC"; then
2522 if test -n "$ac_tool_prefix"; then
2523 for ac_prog in cl.exe
2525 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2526 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2527 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2528 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2529 if test "${ac_cv_prog_CC+set}" = set; then
2530 echo $ECHO_N "(cached) $ECHO_C" >&6
2531 else
2532 if test -n "$CC"; then
2533 ac_cv_prog_CC="$CC" # Let the user override the test.
2534 else
2535 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2536 for as_dir in $PATH
2538 IFS=$as_save_IFS
2539 test -z "$as_dir" && as_dir=.
2540 for ac_exec_ext in '' $ac_executable_extensions; do
2541 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2542 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2543 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2544 break 2
2546 done
2547 done
2548 IFS=$as_save_IFS
2552 CC=$ac_cv_prog_CC
2553 if test -n "$CC"; then
2554 { echo "$as_me:$LINENO: result: $CC" >&5
2555 echo "${ECHO_T}$CC" >&6; }
2556 else
2557 { echo "$as_me:$LINENO: result: no" >&5
2558 echo "${ECHO_T}no" >&6; }
2562 test -n "$CC" && break
2563 done
2565 if test -z "$CC"; then
2566 ac_ct_CC=$CC
2567 for ac_prog in cl.exe
2569 # Extract the first word of "$ac_prog", so it can be a program name with args.
2570 set dummy $ac_prog; ac_word=$2
2571 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2572 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2573 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2574 echo $ECHO_N "(cached) $ECHO_C" >&6
2575 else
2576 if test -n "$ac_ct_CC"; then
2577 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2578 else
2579 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2580 for as_dir in $PATH
2582 IFS=$as_save_IFS
2583 test -z "$as_dir" && as_dir=.
2584 for ac_exec_ext in '' $ac_executable_extensions; do
2585 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2586 ac_cv_prog_ac_ct_CC="$ac_prog"
2587 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2588 break 2
2590 done
2591 done
2592 IFS=$as_save_IFS
2596 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2597 if test -n "$ac_ct_CC"; then
2598 { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2599 echo "${ECHO_T}$ac_ct_CC" >&6; }
2600 else
2601 { echo "$as_me:$LINENO: result: no" >&5
2602 echo "${ECHO_T}no" >&6; }
2606 test -n "$ac_ct_CC" && break
2607 done
2609 if test "x$ac_ct_CC" = x; then
2610 CC=""
2611 else
2612 case $cross_compiling:$ac_tool_warned in
2613 yes:)
2614 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
2615 whose name does not start with the host triplet. If you think this
2616 configuration is useful to you, please write to autoconf@gnu.org." >&5
2617 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
2618 whose name does not start with the host triplet. If you think this
2619 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
2620 ac_tool_warned=yes ;;
2621 esac
2622 CC=$ac_ct_CC
2629 test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
2630 See \`config.log' for more details." >&5
2631 echo "$as_me: error: no acceptable C compiler found in \$PATH
2632 See \`config.log' for more details." >&2;}
2633 { (exit 1); exit 1; }; }
2635 # Provide some information about the compiler.
2636 echo "$as_me:$LINENO: checking for C compiler version" >&5
2637 ac_compiler=`set X $ac_compile; echo $2`
2638 { (ac_try="$ac_compiler --version >&5"
2639 case "(($ac_try" in
2640 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2641 *) ac_try_echo=$ac_try;;
2642 esac
2643 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2644 (eval "$ac_compiler --version >&5") 2>&5
2645 ac_status=$?
2646 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2647 (exit $ac_status); }
2648 { (ac_try="$ac_compiler -v >&5"
2649 case "(($ac_try" in
2650 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2651 *) ac_try_echo=$ac_try;;
2652 esac
2653 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2654 (eval "$ac_compiler -v >&5") 2>&5
2655 ac_status=$?
2656 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2657 (exit $ac_status); }
2658 { (ac_try="$ac_compiler -V >&5"
2659 case "(($ac_try" in
2660 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2661 *) ac_try_echo=$ac_try;;
2662 esac
2663 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2664 (eval "$ac_compiler -V >&5") 2>&5
2665 ac_status=$?
2666 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2667 (exit $ac_status); }
2669 cat >conftest.$ac_ext <<_ACEOF
2670 /* confdefs.h. */
2671 _ACEOF
2672 cat confdefs.h >>conftest.$ac_ext
2673 cat >>conftest.$ac_ext <<_ACEOF
2674 /* end confdefs.h. */
2677 main ()
2681 return 0;
2683 _ACEOF
2684 ac_clean_files_save=$ac_clean_files
2685 ac_clean_files="$ac_clean_files a.out a.exe b.out"
2686 # Try to create an executable without -o first, disregard a.out.
2687 # It will help us diagnose broken compilers, and finding out an intuition
2688 # of exeext.
2689 { echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
2690 echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6; }
2691 ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2693 # List of possible output files, starting from the most likely.
2694 # The algorithm is not robust to junk in `.', hence go to wildcards (a.*)
2695 # only as a last resort. b.out is created by i960 compilers.
2696 ac_files='a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out'
2698 # The IRIX 6 linker writes into existing files which may not be
2699 # executable, retaining their permissions. Remove them first so a
2700 # subsequent execution test works.
2701 ac_rmfiles=
2702 for ac_file in $ac_files
2704 case $ac_file in
2705 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
2706 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
2707 esac
2708 done
2709 rm -f $ac_rmfiles
2711 if { (ac_try="$ac_link_default"
2712 case "(($ac_try" in
2713 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2714 *) ac_try_echo=$ac_try;;
2715 esac
2716 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2717 (eval "$ac_link_default") 2>&5
2718 ac_status=$?
2719 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2720 (exit $ac_status); }; then
2721 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
2722 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
2723 # in a Makefile. We should not override ac_cv_exeext if it was cached,
2724 # so that the user can short-circuit this test for compilers unknown to
2725 # Autoconf.
2726 for ac_file in $ac_files ''
2728 test -f "$ac_file" || continue
2729 case $ac_file in
2730 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj )
2732 [ab].out )
2733 # We found the default executable, but exeext='' is most
2734 # certainly right.
2735 break;;
2736 *.* )
2737 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
2738 then :; else
2739 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2741 # We set ac_cv_exeext here because the later test for it is not
2742 # safe: cross compilers may not add the suffix if given an `-o'
2743 # argument, so we may need to know it at that point already.
2744 # Even if this section looks crufty: it has the advantage of
2745 # actually working.
2746 break;;
2748 break;;
2749 esac
2750 done
2751 test "$ac_cv_exeext" = no && ac_cv_exeext=
2753 else
2754 ac_file=''
2757 { echo "$as_me:$LINENO: result: $ac_file" >&5
2758 echo "${ECHO_T}$ac_file" >&6; }
2759 if test -z "$ac_file"; then
2760 echo "$as_me: failed program was:" >&5
2761 sed 's/^/| /' conftest.$ac_ext >&5
2763 { { echo "$as_me:$LINENO: error: C compiler cannot create executables
2764 See \`config.log' for more details." >&5
2765 echo "$as_me: error: C compiler cannot create executables
2766 See \`config.log' for more details." >&2;}
2767 { (exit 77); exit 77; }; }
2770 ac_exeext=$ac_cv_exeext
2772 # Check that the compiler produces executables we can run. If not, either
2773 # the compiler is broken, or we cross compile.
2774 { echo "$as_me:$LINENO: checking whether the C compiler works" >&5
2775 echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6; }
2776 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
2777 # If not cross compiling, check that we can run a simple program.
2778 if test "$cross_compiling" != yes; then
2779 if { ac_try='./$ac_file'
2780 { (case "(($ac_try" in
2781 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2782 *) ac_try_echo=$ac_try;;
2783 esac
2784 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2785 (eval "$ac_try") 2>&5
2786 ac_status=$?
2787 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2788 (exit $ac_status); }; }; then
2789 cross_compiling=no
2790 else
2791 if test "$cross_compiling" = maybe; then
2792 cross_compiling=yes
2793 else
2794 { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
2795 If you meant to cross compile, use \`--host'.
2796 See \`config.log' for more details." >&5
2797 echo "$as_me: error: cannot run C compiled programs.
2798 If you meant to cross compile, use \`--host'.
2799 See \`config.log' for more details." >&2;}
2800 { (exit 1); exit 1; }; }
2804 { echo "$as_me:$LINENO: result: yes" >&5
2805 echo "${ECHO_T}yes" >&6; }
2807 rm -f a.out a.exe conftest$ac_cv_exeext b.out
2808 ac_clean_files=$ac_clean_files_save
2809 # Check that the compiler produces executables we can run. If not, either
2810 # the compiler is broken, or we cross compile.
2811 { echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
2812 echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6; }
2813 { echo "$as_me:$LINENO: result: $cross_compiling" >&5
2814 echo "${ECHO_T}$cross_compiling" >&6; }
2816 { echo "$as_me:$LINENO: checking for suffix of executables" >&5
2817 echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6; }
2818 if { (ac_try="$ac_link"
2819 case "(($ac_try" in
2820 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2821 *) ac_try_echo=$ac_try;;
2822 esac
2823 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2824 (eval "$ac_link") 2>&5
2825 ac_status=$?
2826 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2827 (exit $ac_status); }; then
2828 # If both `conftest.exe' and `conftest' are `present' (well, observable)
2829 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
2830 # work properly (i.e., refer to `conftest.exe'), while it won't with
2831 # `rm'.
2832 for ac_file in conftest.exe conftest conftest.*; do
2833 test -f "$ac_file" || continue
2834 case $ac_file in
2835 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
2836 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2837 break;;
2838 * ) break;;
2839 esac
2840 done
2841 else
2842 { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
2843 See \`config.log' for more details." >&5
2844 echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
2845 See \`config.log' for more details." >&2;}
2846 { (exit 1); exit 1; }; }
2849 rm -f conftest$ac_cv_exeext
2850 { echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
2851 echo "${ECHO_T}$ac_cv_exeext" >&6; }
2853 rm -f conftest.$ac_ext
2854 EXEEXT=$ac_cv_exeext
2855 ac_exeext=$EXEEXT
2856 { echo "$as_me:$LINENO: checking for suffix of object files" >&5
2857 echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6; }
2858 if test "${ac_cv_objext+set}" = set; then
2859 echo $ECHO_N "(cached) $ECHO_C" >&6
2860 else
2861 cat >conftest.$ac_ext <<_ACEOF
2862 /* confdefs.h. */
2863 _ACEOF
2864 cat confdefs.h >>conftest.$ac_ext
2865 cat >>conftest.$ac_ext <<_ACEOF
2866 /* end confdefs.h. */
2869 main ()
2873 return 0;
2875 _ACEOF
2876 rm -f conftest.o conftest.obj
2877 if { (ac_try="$ac_compile"
2878 case "(($ac_try" in
2879 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2880 *) ac_try_echo=$ac_try;;
2881 esac
2882 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2883 (eval "$ac_compile") 2>&5
2884 ac_status=$?
2885 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2886 (exit $ac_status); }; then
2887 for ac_file in conftest.o conftest.obj conftest.*; do
2888 test -f "$ac_file" || continue;
2889 case $ac_file in
2890 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf ) ;;
2891 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
2892 break;;
2893 esac
2894 done
2895 else
2896 echo "$as_me: failed program was:" >&5
2897 sed 's/^/| /' conftest.$ac_ext >&5
2899 { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
2900 See \`config.log' for more details." >&5
2901 echo "$as_me: error: cannot compute suffix of object files: cannot compile
2902 See \`config.log' for more details." >&2;}
2903 { (exit 1); exit 1; }; }
2906 rm -f conftest.$ac_cv_objext conftest.$ac_ext
2908 { echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
2909 echo "${ECHO_T}$ac_cv_objext" >&6; }
2910 OBJEXT=$ac_cv_objext
2911 ac_objext=$OBJEXT
2912 { echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
2913 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6; }
2914 if test "${ac_cv_c_compiler_gnu+set}" = set; then
2915 echo $ECHO_N "(cached) $ECHO_C" >&6
2916 else
2917 cat >conftest.$ac_ext <<_ACEOF
2918 /* confdefs.h. */
2919 _ACEOF
2920 cat confdefs.h >>conftest.$ac_ext
2921 cat >>conftest.$ac_ext <<_ACEOF
2922 /* end confdefs.h. */
2925 main ()
2927 #ifndef __GNUC__
2928 choke me
2929 #endif
2932 return 0;
2934 _ACEOF
2935 rm -f conftest.$ac_objext
2936 if { (ac_try="$ac_compile"
2937 case "(($ac_try" in
2938 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2939 *) ac_try_echo=$ac_try;;
2940 esac
2941 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2942 (eval "$ac_compile") 2>conftest.er1
2943 ac_status=$?
2944 grep -v '^ *+' conftest.er1 >conftest.err
2945 rm -f conftest.er1
2946 cat conftest.err >&5
2947 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2948 (exit $ac_status); } && {
2949 test -z "$ac_c_werror_flag" ||
2950 test ! -s conftest.err
2951 } && test -s conftest.$ac_objext; then
2952 ac_compiler_gnu=yes
2953 else
2954 echo "$as_me: failed program was:" >&5
2955 sed 's/^/| /' conftest.$ac_ext >&5
2957 ac_compiler_gnu=no
2960 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2961 ac_cv_c_compiler_gnu=$ac_compiler_gnu
2964 { echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
2965 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; }
2966 GCC=`test $ac_compiler_gnu = yes && echo yes`
2967 ac_test_CFLAGS=${CFLAGS+set}
2968 ac_save_CFLAGS=$CFLAGS
2969 { echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
2970 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6; }
2971 if test "${ac_cv_prog_cc_g+set}" = set; then
2972 echo $ECHO_N "(cached) $ECHO_C" >&6
2973 else
2974 ac_save_c_werror_flag=$ac_c_werror_flag
2975 ac_c_werror_flag=yes
2976 ac_cv_prog_cc_g=no
2977 CFLAGS="-g"
2978 cat >conftest.$ac_ext <<_ACEOF
2979 /* confdefs.h. */
2980 _ACEOF
2981 cat confdefs.h >>conftest.$ac_ext
2982 cat >>conftest.$ac_ext <<_ACEOF
2983 /* end confdefs.h. */
2986 main ()
2990 return 0;
2992 _ACEOF
2993 rm -f conftest.$ac_objext
2994 if { (ac_try="$ac_compile"
2995 case "(($ac_try" in
2996 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2997 *) ac_try_echo=$ac_try;;
2998 esac
2999 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3000 (eval "$ac_compile") 2>conftest.er1
3001 ac_status=$?
3002 grep -v '^ *+' conftest.er1 >conftest.err
3003 rm -f conftest.er1
3004 cat conftest.err >&5
3005 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3006 (exit $ac_status); } && {
3007 test -z "$ac_c_werror_flag" ||
3008 test ! -s conftest.err
3009 } && test -s conftest.$ac_objext; then
3010 ac_cv_prog_cc_g=yes
3011 else
3012 echo "$as_me: failed program was:" >&5
3013 sed 's/^/| /' conftest.$ac_ext >&5
3015 CFLAGS=""
3016 cat >conftest.$ac_ext <<_ACEOF
3017 /* confdefs.h. */
3018 _ACEOF
3019 cat confdefs.h >>conftest.$ac_ext
3020 cat >>conftest.$ac_ext <<_ACEOF
3021 /* end confdefs.h. */
3024 main ()
3028 return 0;
3030 _ACEOF
3031 rm -f conftest.$ac_objext
3032 if { (ac_try="$ac_compile"
3033 case "(($ac_try" in
3034 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3035 *) ac_try_echo=$ac_try;;
3036 esac
3037 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3038 (eval "$ac_compile") 2>conftest.er1
3039 ac_status=$?
3040 grep -v '^ *+' conftest.er1 >conftest.err
3041 rm -f conftest.er1
3042 cat conftest.err >&5
3043 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3044 (exit $ac_status); } && {
3045 test -z "$ac_c_werror_flag" ||
3046 test ! -s conftest.err
3047 } && test -s conftest.$ac_objext; then
3049 else
3050 echo "$as_me: failed program was:" >&5
3051 sed 's/^/| /' conftest.$ac_ext >&5
3053 ac_c_werror_flag=$ac_save_c_werror_flag
3054 CFLAGS="-g"
3055 cat >conftest.$ac_ext <<_ACEOF
3056 /* confdefs.h. */
3057 _ACEOF
3058 cat confdefs.h >>conftest.$ac_ext
3059 cat >>conftest.$ac_ext <<_ACEOF
3060 /* end confdefs.h. */
3063 main ()
3067 return 0;
3069 _ACEOF
3070 rm -f conftest.$ac_objext
3071 if { (ac_try="$ac_compile"
3072 case "(($ac_try" in
3073 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3074 *) ac_try_echo=$ac_try;;
3075 esac
3076 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3077 (eval "$ac_compile") 2>conftest.er1
3078 ac_status=$?
3079 grep -v '^ *+' conftest.er1 >conftest.err
3080 rm -f conftest.er1
3081 cat conftest.err >&5
3082 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3083 (exit $ac_status); } && {
3084 test -z "$ac_c_werror_flag" ||
3085 test ! -s conftest.err
3086 } && test -s conftest.$ac_objext; then
3087 ac_cv_prog_cc_g=yes
3088 else
3089 echo "$as_me: failed program was:" >&5
3090 sed 's/^/| /' conftest.$ac_ext >&5
3095 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3098 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3101 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3102 ac_c_werror_flag=$ac_save_c_werror_flag
3104 { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
3105 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; }
3106 if test "$ac_test_CFLAGS" = set; then
3107 CFLAGS=$ac_save_CFLAGS
3108 elif test $ac_cv_prog_cc_g = yes; then
3109 if test "$GCC" = yes; then
3110 CFLAGS="-g -O2"
3111 else
3112 CFLAGS="-g"
3114 else
3115 if test "$GCC" = yes; then
3116 CFLAGS="-O2"
3117 else
3118 CFLAGS=
3121 { echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
3122 echo $ECHO_N "checking for $CC option to accept ISO C89... $ECHO_C" >&6; }
3123 if test "${ac_cv_prog_cc_c89+set}" = set; then
3124 echo $ECHO_N "(cached) $ECHO_C" >&6
3125 else
3126 ac_cv_prog_cc_c89=no
3127 ac_save_CC=$CC
3128 cat >conftest.$ac_ext <<_ACEOF
3129 /* confdefs.h. */
3130 _ACEOF
3131 cat confdefs.h >>conftest.$ac_ext
3132 cat >>conftest.$ac_ext <<_ACEOF
3133 /* end confdefs.h. */
3134 #include <stdarg.h>
3135 #include <stdio.h>
3136 #include <sys/types.h>
3137 #include <sys/stat.h>
3138 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3139 struct buf { int x; };
3140 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3141 static char *e (p, i)
3142 char **p;
3143 int i;
3145 return p[i];
3147 static char *f (char * (*g) (char **, int), char **p, ...)
3149 char *s;
3150 va_list v;
3151 va_start (v,p);
3152 s = g (p, va_arg (v,int));
3153 va_end (v);
3154 return s;
3157 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3158 function prototypes and stuff, but not '\xHH' hex character constants.
3159 These don't provoke an error unfortunately, instead are silently treated
3160 as 'x'. The following induces an error, until -std is added to get
3161 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3162 array size at least. It's necessary to write '\x00'==0 to get something
3163 that's true only with -std. */
3164 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3166 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3167 inside strings and character constants. */
3168 #define FOO(x) 'x'
3169 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3171 int test (int i, double x);
3172 struct s1 {int (*f) (int a);};
3173 struct s2 {int (*f) (double a);};
3174 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3175 int argc;
3176 char **argv;
3178 main ()
3180 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3182 return 0;
3184 _ACEOF
3185 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3186 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3188 CC="$ac_save_CC $ac_arg"
3189 rm -f conftest.$ac_objext
3190 if { (ac_try="$ac_compile"
3191 case "(($ac_try" in
3192 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3193 *) ac_try_echo=$ac_try;;
3194 esac
3195 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3196 (eval "$ac_compile") 2>conftest.er1
3197 ac_status=$?
3198 grep -v '^ *+' conftest.er1 >conftest.err
3199 rm -f conftest.er1
3200 cat conftest.err >&5
3201 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3202 (exit $ac_status); } && {
3203 test -z "$ac_c_werror_flag" ||
3204 test ! -s conftest.err
3205 } && test -s conftest.$ac_objext; then
3206 ac_cv_prog_cc_c89=$ac_arg
3207 else
3208 echo "$as_me: failed program was:" >&5
3209 sed 's/^/| /' conftest.$ac_ext >&5
3214 rm -f core conftest.err conftest.$ac_objext
3215 test "x$ac_cv_prog_cc_c89" != "xno" && break
3216 done
3217 rm -f conftest.$ac_ext
3218 CC=$ac_save_CC
3221 # AC_CACHE_VAL
3222 case "x$ac_cv_prog_cc_c89" in
3224 { echo "$as_me:$LINENO: result: none needed" >&5
3225 echo "${ECHO_T}none needed" >&6; } ;;
3226 xno)
3227 { echo "$as_me:$LINENO: result: unsupported" >&5
3228 echo "${ECHO_T}unsupported" >&6; } ;;
3230 CC="$CC $ac_cv_prog_cc_c89"
3231 { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
3232 echo "${ECHO_T}$ac_cv_prog_cc_c89" >&6; } ;;
3233 esac
3236 ac_ext=c
3237 ac_cpp='$CPP $CPPFLAGS'
3238 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3239 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3240 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3242 ac_ext=cpp
3243 ac_cpp='$CXXCPP $CPPFLAGS'
3244 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3245 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3246 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3247 if test -z "$CXX"; then
3248 if test -n "$CCC"; then
3249 CXX=$CCC
3250 else
3251 if test -n "$ac_tool_prefix"; then
3252 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3254 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3255 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3256 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3257 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3258 if test "${ac_cv_prog_CXX+set}" = set; then
3259 echo $ECHO_N "(cached) $ECHO_C" >&6
3260 else
3261 if test -n "$CXX"; then
3262 ac_cv_prog_CXX="$CXX" # Let the user override the test.
3263 else
3264 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3265 for as_dir in $PATH
3267 IFS=$as_save_IFS
3268 test -z "$as_dir" && as_dir=.
3269 for ac_exec_ext in '' $ac_executable_extensions; do
3270 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3271 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
3272 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3273 break 2
3275 done
3276 done
3277 IFS=$as_save_IFS
3281 CXX=$ac_cv_prog_CXX
3282 if test -n "$CXX"; then
3283 { echo "$as_me:$LINENO: result: $CXX" >&5
3284 echo "${ECHO_T}$CXX" >&6; }
3285 else
3286 { echo "$as_me:$LINENO: result: no" >&5
3287 echo "${ECHO_T}no" >&6; }
3291 test -n "$CXX" && break
3292 done
3294 if test -z "$CXX"; then
3295 ac_ct_CXX=$CXX
3296 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3298 # Extract the first word of "$ac_prog", so it can be a program name with args.
3299 set dummy $ac_prog; ac_word=$2
3300 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3301 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3302 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
3303 echo $ECHO_N "(cached) $ECHO_C" >&6
3304 else
3305 if test -n "$ac_ct_CXX"; then
3306 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
3307 else
3308 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3309 for as_dir in $PATH
3311 IFS=$as_save_IFS
3312 test -z "$as_dir" && as_dir=.
3313 for ac_exec_ext in '' $ac_executable_extensions; do
3314 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3315 ac_cv_prog_ac_ct_CXX="$ac_prog"
3316 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3317 break 2
3319 done
3320 done
3321 IFS=$as_save_IFS
3325 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
3326 if test -n "$ac_ct_CXX"; then
3327 { echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
3328 echo "${ECHO_T}$ac_ct_CXX" >&6; }
3329 else
3330 { echo "$as_me:$LINENO: result: no" >&5
3331 echo "${ECHO_T}no" >&6; }
3335 test -n "$ac_ct_CXX" && break
3336 done
3338 if test "x$ac_ct_CXX" = x; then
3339 CXX="g++"
3340 else
3341 case $cross_compiling:$ac_tool_warned in
3342 yes:)
3343 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
3344 whose name does not start with the host triplet. If you think this
3345 configuration is useful to you, please write to autoconf@gnu.org." >&5
3346 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
3347 whose name does not start with the host triplet. If you think this
3348 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
3349 ac_tool_warned=yes ;;
3350 esac
3351 CXX=$ac_ct_CXX
3357 # Provide some information about the compiler.
3358 echo "$as_me:$LINENO: checking for C++ compiler version" >&5
3359 ac_compiler=`set X $ac_compile; echo $2`
3360 { (ac_try="$ac_compiler --version >&5"
3361 case "(($ac_try" in
3362 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3363 *) ac_try_echo=$ac_try;;
3364 esac
3365 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3366 (eval "$ac_compiler --version >&5") 2>&5
3367 ac_status=$?
3368 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3369 (exit $ac_status); }
3370 { (ac_try="$ac_compiler -v >&5"
3371 case "(($ac_try" in
3372 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3373 *) ac_try_echo=$ac_try;;
3374 esac
3375 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3376 (eval "$ac_compiler -v >&5") 2>&5
3377 ac_status=$?
3378 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3379 (exit $ac_status); }
3380 { (ac_try="$ac_compiler -V >&5"
3381 case "(($ac_try" in
3382 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3383 *) ac_try_echo=$ac_try;;
3384 esac
3385 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3386 (eval "$ac_compiler -V >&5") 2>&5
3387 ac_status=$?
3388 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3389 (exit $ac_status); }
3391 { echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
3392 echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6; }
3393 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
3394 echo $ECHO_N "(cached) $ECHO_C" >&6
3395 else
3396 cat >conftest.$ac_ext <<_ACEOF
3397 /* confdefs.h. */
3398 _ACEOF
3399 cat confdefs.h >>conftest.$ac_ext
3400 cat >>conftest.$ac_ext <<_ACEOF
3401 /* end confdefs.h. */
3404 main ()
3406 #ifndef __GNUC__
3407 choke me
3408 #endif
3411 return 0;
3413 _ACEOF
3414 rm -f conftest.$ac_objext
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 "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3421 (eval "$ac_compile") 2>conftest.er1
3422 ac_status=$?
3423 grep -v '^ *+' conftest.er1 >conftest.err
3424 rm -f conftest.er1
3425 cat conftest.err >&5
3426 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3427 (exit $ac_status); } && {
3428 test -z "$ac_cxx_werror_flag" ||
3429 test ! -s conftest.err
3430 } && test -s conftest.$ac_objext; then
3431 ac_compiler_gnu=yes
3432 else
3433 echo "$as_me: failed program was:" >&5
3434 sed 's/^/| /' conftest.$ac_ext >&5
3436 ac_compiler_gnu=no
3439 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3440 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
3443 { echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
3444 echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6; }
3445 GXX=`test $ac_compiler_gnu = yes && echo yes`
3446 ac_test_CXXFLAGS=${CXXFLAGS+set}
3447 ac_save_CXXFLAGS=$CXXFLAGS
3448 { echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
3449 echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6; }
3450 if test "${ac_cv_prog_cxx_g+set}" = set; then
3451 echo $ECHO_N "(cached) $ECHO_C" >&6
3452 else
3453 ac_save_cxx_werror_flag=$ac_cxx_werror_flag
3454 ac_cxx_werror_flag=yes
3455 ac_cv_prog_cxx_g=no
3456 CXXFLAGS="-g"
3457 cat >conftest.$ac_ext <<_ACEOF
3458 /* confdefs.h. */
3459 _ACEOF
3460 cat confdefs.h >>conftest.$ac_ext
3461 cat >>conftest.$ac_ext <<_ACEOF
3462 /* end confdefs.h. */
3465 main ()
3469 return 0;
3471 _ACEOF
3472 rm -f conftest.$ac_objext
3473 if { (ac_try="$ac_compile"
3474 case "(($ac_try" in
3475 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3476 *) ac_try_echo=$ac_try;;
3477 esac
3478 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3479 (eval "$ac_compile") 2>conftest.er1
3480 ac_status=$?
3481 grep -v '^ *+' conftest.er1 >conftest.err
3482 rm -f conftest.er1
3483 cat conftest.err >&5
3484 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3485 (exit $ac_status); } && {
3486 test -z "$ac_cxx_werror_flag" ||
3487 test ! -s conftest.err
3488 } && test -s conftest.$ac_objext; then
3489 ac_cv_prog_cxx_g=yes
3490 else
3491 echo "$as_me: failed program was:" >&5
3492 sed 's/^/| /' conftest.$ac_ext >&5
3494 CXXFLAGS=""
3495 cat >conftest.$ac_ext <<_ACEOF
3496 /* confdefs.h. */
3497 _ACEOF
3498 cat confdefs.h >>conftest.$ac_ext
3499 cat >>conftest.$ac_ext <<_ACEOF
3500 /* end confdefs.h. */
3503 main ()
3507 return 0;
3509 _ACEOF
3510 rm -f conftest.$ac_objext
3511 if { (ac_try="$ac_compile"
3512 case "(($ac_try" in
3513 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3514 *) ac_try_echo=$ac_try;;
3515 esac
3516 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3517 (eval "$ac_compile") 2>conftest.er1
3518 ac_status=$?
3519 grep -v '^ *+' conftest.er1 >conftest.err
3520 rm -f conftest.er1
3521 cat conftest.err >&5
3522 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3523 (exit $ac_status); } && {
3524 test -z "$ac_cxx_werror_flag" ||
3525 test ! -s conftest.err
3526 } && test -s conftest.$ac_objext; then
3528 else
3529 echo "$as_me: failed program was:" >&5
3530 sed 's/^/| /' conftest.$ac_ext >&5
3532 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3533 CXXFLAGS="-g"
3534 cat >conftest.$ac_ext <<_ACEOF
3535 /* confdefs.h. */
3536 _ACEOF
3537 cat confdefs.h >>conftest.$ac_ext
3538 cat >>conftest.$ac_ext <<_ACEOF
3539 /* end confdefs.h. */
3542 main ()
3546 return 0;
3548 _ACEOF
3549 rm -f conftest.$ac_objext
3550 if { (ac_try="$ac_compile"
3551 case "(($ac_try" in
3552 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3553 *) ac_try_echo=$ac_try;;
3554 esac
3555 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3556 (eval "$ac_compile") 2>conftest.er1
3557 ac_status=$?
3558 grep -v '^ *+' conftest.er1 >conftest.err
3559 rm -f conftest.er1
3560 cat conftest.err >&5
3561 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3562 (exit $ac_status); } && {
3563 test -z "$ac_cxx_werror_flag" ||
3564 test ! -s conftest.err
3565 } && test -s conftest.$ac_objext; then
3566 ac_cv_prog_cxx_g=yes
3567 else
3568 echo "$as_me: failed program was:" >&5
3569 sed 's/^/| /' conftest.$ac_ext >&5
3574 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3577 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3580 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3581 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3583 { echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
3584 echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6; }
3585 if test "$ac_test_CXXFLAGS" = set; then
3586 CXXFLAGS=$ac_save_CXXFLAGS
3587 elif test $ac_cv_prog_cxx_g = yes; then
3588 if test "$GXX" = yes; then
3589 CXXFLAGS="-g -O2"
3590 else
3591 CXXFLAGS="-g"
3593 else
3594 if test "$GXX" = yes; then
3595 CXXFLAGS="-O2"
3596 else
3597 CXXFLAGS=
3600 ac_ext=c
3601 ac_cpp='$CPP $CPPFLAGS'
3602 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3603 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3604 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3606 if test -n "$ac_tool_prefix"; then
3607 # Extract the first word of "${ac_tool_prefix}cpp", so it can be a program name with args.
3608 set dummy ${ac_tool_prefix}cpp; ac_word=$2
3609 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3610 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3611 if test "${ac_cv_prog_CPPBIN+set}" = set; then
3612 echo $ECHO_N "(cached) $ECHO_C" >&6
3613 else
3614 if test -n "$CPPBIN"; then
3615 ac_cv_prog_CPPBIN="$CPPBIN" # Let the user override the test.
3616 else
3617 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3618 for as_dir in $PATH
3620 IFS=$as_save_IFS
3621 test -z "$as_dir" && as_dir=.
3622 for ac_exec_ext in '' $ac_executable_extensions; do
3623 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3624 ac_cv_prog_CPPBIN="${ac_tool_prefix}cpp"
3625 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3626 break 2
3628 done
3629 done
3630 IFS=$as_save_IFS
3634 CPPBIN=$ac_cv_prog_CPPBIN
3635 if test -n "$CPPBIN"; then
3636 { echo "$as_me:$LINENO: result: $CPPBIN" >&5
3637 echo "${ECHO_T}$CPPBIN" >&6; }
3638 else
3639 { echo "$as_me:$LINENO: result: no" >&5
3640 echo "${ECHO_T}no" >&6; }
3645 if test -z "$ac_cv_prog_CPPBIN"; then
3646 ac_ct_CPPBIN=$CPPBIN
3647 # Extract the first word of "cpp", so it can be a program name with args.
3648 set dummy cpp; ac_word=$2
3649 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3650 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3651 if test "${ac_cv_prog_ac_ct_CPPBIN+set}" = set; then
3652 echo $ECHO_N "(cached) $ECHO_C" >&6
3653 else
3654 if test -n "$ac_ct_CPPBIN"; then
3655 ac_cv_prog_ac_ct_CPPBIN="$ac_ct_CPPBIN" # Let the user override the test.
3656 else
3657 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3658 for as_dir in $PATH
3660 IFS=$as_save_IFS
3661 test -z "$as_dir" && as_dir=.
3662 for ac_exec_ext in '' $ac_executable_extensions; do
3663 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3664 ac_cv_prog_ac_ct_CPPBIN="cpp"
3665 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3666 break 2
3668 done
3669 done
3670 IFS=$as_save_IFS
3674 ac_ct_CPPBIN=$ac_cv_prog_ac_ct_CPPBIN
3675 if test -n "$ac_ct_CPPBIN"; then
3676 { echo "$as_me:$LINENO: result: $ac_ct_CPPBIN" >&5
3677 echo "${ECHO_T}$ac_ct_CPPBIN" >&6; }
3678 else
3679 { echo "$as_me:$LINENO: result: no" >&5
3680 echo "${ECHO_T}no" >&6; }
3683 if test "x$ac_ct_CPPBIN" = x; then
3684 CPPBIN="cpp"
3685 else
3686 case $cross_compiling:$ac_tool_warned in
3687 yes:)
3688 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
3689 whose name does not start with the host triplet. If you think this
3690 configuration is useful to you, please write to autoconf@gnu.org." >&5
3691 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
3692 whose name does not start with the host triplet. If you think this
3693 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
3694 ac_tool_warned=yes ;;
3695 esac
3696 CPPBIN=$ac_ct_CPPBIN
3698 else
3699 CPPBIN="$ac_cv_prog_CPPBIN"
3703 { echo "$as_me:$LINENO: checking for the directory containing the Wine tools" >&5
3704 echo $ECHO_N "checking for the directory containing the Wine tools... $ECHO_C" >&6; }
3705 if test "${wine_cv_toolsdir+set}" = set; then
3706 echo $ECHO_N "(cached) $ECHO_C" >&6
3707 else
3708 if test -z "$with_wine_tools"; then
3709 if test "$cross_compiling" = "yes"; then
3710 { { echo "$as_me:$LINENO: error: you must use the --with-wine-tools option when cross-compiling." >&5
3711 echo "$as_me: error: you must use the --with-wine-tools option when cross-compiling." >&2;}
3712 { (exit 1); exit 1; }; }
3713 else
3714 wine_cv_toolsdir="\$(TOPOBJDIR)"
3716 elif test -d "$with_wine_tools/tools/winebuild"; then
3717 case $with_wine_tools in
3718 /*) wine_cv_toolsdir="$with_wine_tools" ;;
3719 *) wine_cv_toolsdir="\$(TOPOBJDIR)/$with_wine_tools" ;;
3720 esac
3721 else
3722 { { echo "$as_me:$LINENO: error: could not find Wine tools in $with_wine_tools." >&5
3723 echo "$as_me: error: could not find Wine tools in $with_wine_tools." >&2;}
3724 { (exit 1); exit 1; }; }
3727 { echo "$as_me:$LINENO: result: $wine_cv_toolsdir" >&5
3728 echo "${ECHO_T}$wine_cv_toolsdir" >&6; }
3729 TOOLSDIR=$wine_cv_toolsdir
3733 ac_ext=c
3734 ac_cpp='$CPP $CPPFLAGS'
3735 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3736 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3737 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3738 { echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
3739 echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6; }
3740 # On Suns, sometimes $CPP names a directory.
3741 if test -n "$CPP" && test -d "$CPP"; then
3742 CPP=
3744 if test -z "$CPP"; then
3745 if test "${ac_cv_prog_CPP+set}" = set; then
3746 echo $ECHO_N "(cached) $ECHO_C" >&6
3747 else
3748 # Double quotes because CPP needs to be expanded
3749 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
3751 ac_preproc_ok=false
3752 for ac_c_preproc_warn_flag in '' yes
3754 # Use a header file that comes with gcc, so configuring glibc
3755 # with a fresh cross-compiler works.
3756 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3757 # <limits.h> exists even on freestanding compilers.
3758 # On the NeXT, cc -E runs the code through the compiler's parser,
3759 # not just through cpp. "Syntax error" is here to catch this case.
3760 cat >conftest.$ac_ext <<_ACEOF
3761 /* confdefs.h. */
3762 _ACEOF
3763 cat confdefs.h >>conftest.$ac_ext
3764 cat >>conftest.$ac_ext <<_ACEOF
3765 /* end confdefs.h. */
3766 #ifdef __STDC__
3767 # include <limits.h>
3768 #else
3769 # include <assert.h>
3770 #endif
3771 Syntax error
3772 _ACEOF
3773 if { (ac_try="$ac_cpp conftest.$ac_ext"
3774 case "(($ac_try" in
3775 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3776 *) ac_try_echo=$ac_try;;
3777 esac
3778 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3779 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
3780 ac_status=$?
3781 grep -v '^ *+' conftest.er1 >conftest.err
3782 rm -f conftest.er1
3783 cat conftest.err >&5
3784 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3785 (exit $ac_status); } >/dev/null && {
3786 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3787 test ! -s conftest.err
3788 }; then
3790 else
3791 echo "$as_me: failed program was:" >&5
3792 sed 's/^/| /' conftest.$ac_ext >&5
3794 # Broken: fails on valid input.
3795 continue
3798 rm -f conftest.err conftest.$ac_ext
3800 # OK, works on sane cases. Now check whether nonexistent headers
3801 # can be detected and how.
3802 cat >conftest.$ac_ext <<_ACEOF
3803 /* confdefs.h. */
3804 _ACEOF
3805 cat confdefs.h >>conftest.$ac_ext
3806 cat >>conftest.$ac_ext <<_ACEOF
3807 /* end confdefs.h. */
3808 #include <ac_nonexistent.h>
3809 _ACEOF
3810 if { (ac_try="$ac_cpp conftest.$ac_ext"
3811 case "(($ac_try" in
3812 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3813 *) ac_try_echo=$ac_try;;
3814 esac
3815 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3816 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
3817 ac_status=$?
3818 grep -v '^ *+' conftest.er1 >conftest.err
3819 rm -f conftest.er1
3820 cat conftest.err >&5
3821 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3822 (exit $ac_status); } >/dev/null && {
3823 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3824 test ! -s conftest.err
3825 }; then
3826 # Broken: success on invalid input.
3827 continue
3828 else
3829 echo "$as_me: failed program was:" >&5
3830 sed 's/^/| /' conftest.$ac_ext >&5
3832 # Passes both tests.
3833 ac_preproc_ok=:
3834 break
3837 rm -f conftest.err conftest.$ac_ext
3839 done
3840 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3841 rm -f conftest.err conftest.$ac_ext
3842 if $ac_preproc_ok; then
3843 break
3846 done
3847 ac_cv_prog_CPP=$CPP
3850 CPP=$ac_cv_prog_CPP
3851 else
3852 ac_cv_prog_CPP=$CPP
3854 { echo "$as_me:$LINENO: result: $CPP" >&5
3855 echo "${ECHO_T}$CPP" >&6; }
3856 ac_preproc_ok=false
3857 for ac_c_preproc_warn_flag in '' yes
3859 # Use a header file that comes with gcc, so configuring glibc
3860 # with a fresh cross-compiler works.
3861 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3862 # <limits.h> exists even on freestanding compilers.
3863 # On the NeXT, cc -E runs the code through the compiler's parser,
3864 # not just through cpp. "Syntax error" is here to catch this case.
3865 cat >conftest.$ac_ext <<_ACEOF
3866 /* confdefs.h. */
3867 _ACEOF
3868 cat confdefs.h >>conftest.$ac_ext
3869 cat >>conftest.$ac_ext <<_ACEOF
3870 /* end confdefs.h. */
3871 #ifdef __STDC__
3872 # include <limits.h>
3873 #else
3874 # include <assert.h>
3875 #endif
3876 Syntax error
3877 _ACEOF
3878 if { (ac_try="$ac_cpp conftest.$ac_ext"
3879 case "(($ac_try" in
3880 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3881 *) ac_try_echo=$ac_try;;
3882 esac
3883 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3884 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
3885 ac_status=$?
3886 grep -v '^ *+' conftest.er1 >conftest.err
3887 rm -f conftest.er1
3888 cat conftest.err >&5
3889 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3890 (exit $ac_status); } >/dev/null && {
3891 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3892 test ! -s conftest.err
3893 }; then
3895 else
3896 echo "$as_me: failed program was:" >&5
3897 sed 's/^/| /' conftest.$ac_ext >&5
3899 # Broken: fails on valid input.
3900 continue
3903 rm -f conftest.err conftest.$ac_ext
3905 # OK, works on sane cases. Now check whether nonexistent headers
3906 # can be detected and how.
3907 cat >conftest.$ac_ext <<_ACEOF
3908 /* confdefs.h. */
3909 _ACEOF
3910 cat confdefs.h >>conftest.$ac_ext
3911 cat >>conftest.$ac_ext <<_ACEOF
3912 /* end confdefs.h. */
3913 #include <ac_nonexistent.h>
3914 _ACEOF
3915 if { (ac_try="$ac_cpp conftest.$ac_ext"
3916 case "(($ac_try" in
3917 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3918 *) ac_try_echo=$ac_try;;
3919 esac
3920 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3921 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
3922 ac_status=$?
3923 grep -v '^ *+' conftest.er1 >conftest.err
3924 rm -f conftest.er1
3925 cat conftest.err >&5
3926 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3927 (exit $ac_status); } >/dev/null && {
3928 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3929 test ! -s conftest.err
3930 }; then
3931 # Broken: success on invalid input.
3932 continue
3933 else
3934 echo "$as_me: failed program was:" >&5
3935 sed 's/^/| /' conftest.$ac_ext >&5
3937 # Passes both tests.
3938 ac_preproc_ok=:
3939 break
3942 rm -f conftest.err conftest.$ac_ext
3944 done
3945 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3946 rm -f conftest.err conftest.$ac_ext
3947 if $ac_preproc_ok; then
3949 else
3950 { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
3951 See \`config.log' for more details." >&5
3952 echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
3953 See \`config.log' for more details." >&2;}
3954 { (exit 1); exit 1; }; }
3957 ac_ext=c
3958 ac_cpp='$CPP $CPPFLAGS'
3959 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3960 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3961 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3964 { echo "$as_me:$LINENO: checking for X" >&5
3965 echo $ECHO_N "checking for X... $ECHO_C" >&6; }
3968 # Check whether --with-x was given.
3969 if test "${with_x+set}" = set; then
3970 withval=$with_x;
3973 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
3974 if test "x$with_x" = xno; then
3975 # The user explicitly disabled X.
3976 have_x=disabled
3977 else
3978 case $x_includes,$x_libraries in #(
3979 *\'*) { { echo "$as_me:$LINENO: error: Cannot use X directory names containing '" >&5
3980 echo "$as_me: error: Cannot use X directory names containing '" >&2;}
3981 { (exit 1); exit 1; }; };; #(
3982 *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then
3983 echo $ECHO_N "(cached) $ECHO_C" >&6
3984 else
3985 # One or both of the vars are not set, and there is no cached value.
3986 ac_x_includes=no ac_x_libraries=no
3987 rm -f -r conftest.dir
3988 if mkdir conftest.dir; then
3989 cd conftest.dir
3990 cat >Imakefile <<'_ACEOF'
3991 incroot:
3992 @echo incroot='${INCROOT}'
3993 usrlibdir:
3994 @echo usrlibdir='${USRLIBDIR}'
3995 libdir:
3996 @echo libdir='${LIBDIR}'
3997 _ACEOF
3998 if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
3999 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
4000 for ac_var in incroot usrlibdir libdir; do
4001 eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
4002 done
4003 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
4004 for ac_extension in a so sl; do
4005 if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
4006 test -f "$ac_im_libdir/libX11.$ac_extension"; then
4007 ac_im_usrlibdir=$ac_im_libdir; break
4009 done
4010 # Screen out bogus values from the imake configuration. They are
4011 # bogus both because they are the default anyway, and because
4012 # using them would break gcc on systems where it needs fixed includes.
4013 case $ac_im_incroot in
4014 /usr/include) ac_x_includes= ;;
4015 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
4016 esac
4017 case $ac_im_usrlibdir in
4018 /usr/lib | /lib) ;;
4019 *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
4020 esac
4022 cd ..
4023 rm -f -r conftest.dir
4026 # Standard set of common directories for X headers.
4027 # Check X11 before X11Rn because it is often a symlink to the current release.
4028 ac_x_header_dirs='
4029 /usr/X11/include
4030 /usr/X11R6/include
4031 /usr/X11R5/include
4032 /usr/X11R4/include
4034 /usr/include/X11
4035 /usr/include/X11R6
4036 /usr/include/X11R5
4037 /usr/include/X11R4
4039 /usr/local/X11/include
4040 /usr/local/X11R6/include
4041 /usr/local/X11R5/include
4042 /usr/local/X11R4/include
4044 /usr/local/include/X11
4045 /usr/local/include/X11R6
4046 /usr/local/include/X11R5
4047 /usr/local/include/X11R4
4049 /usr/X386/include
4050 /usr/x386/include
4051 /usr/XFree86/include/X11
4053 /usr/include
4054 /usr/local/include
4055 /usr/unsupported/include
4056 /usr/athena/include
4057 /usr/local/x11r5/include
4058 /usr/lpp/Xamples/include
4060 /usr/openwin/include
4061 /usr/openwin/share/include'
4063 if test "$ac_x_includes" = no; then
4064 # Guess where to find include files, by looking for Xlib.h.
4065 # First, try using that file with no special directory specified.
4066 cat >conftest.$ac_ext <<_ACEOF
4067 /* confdefs.h. */
4068 _ACEOF
4069 cat confdefs.h >>conftest.$ac_ext
4070 cat >>conftest.$ac_ext <<_ACEOF
4071 /* end confdefs.h. */
4072 #include <X11/Xlib.h>
4073 _ACEOF
4074 if { (ac_try="$ac_cpp conftest.$ac_ext"
4075 case "(($ac_try" in
4076 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4077 *) ac_try_echo=$ac_try;;
4078 esac
4079 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4080 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
4081 ac_status=$?
4082 grep -v '^ *+' conftest.er1 >conftest.err
4083 rm -f conftest.er1
4084 cat conftest.err >&5
4085 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4086 (exit $ac_status); } >/dev/null && {
4087 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
4088 test ! -s conftest.err
4089 }; then
4090 # We can compile using X headers with no special include directory.
4091 ac_x_includes=
4092 else
4093 echo "$as_me: failed program was:" >&5
4094 sed 's/^/| /' conftest.$ac_ext >&5
4096 for ac_dir in $ac_x_header_dirs; do
4097 if test -r "$ac_dir/X11/Xlib.h"; then
4098 ac_x_includes=$ac_dir
4099 break
4101 done
4104 rm -f conftest.err conftest.$ac_ext
4105 fi # $ac_x_includes = no
4107 if test "$ac_x_libraries" = no; then
4108 # Check for the libraries.
4109 # See if we find them without any special options.
4110 # Don't add to $LIBS permanently.
4111 ac_save_LIBS=$LIBS
4112 LIBS="-lX11 $LIBS"
4113 cat >conftest.$ac_ext <<_ACEOF
4114 /* confdefs.h. */
4115 _ACEOF
4116 cat confdefs.h >>conftest.$ac_ext
4117 cat >>conftest.$ac_ext <<_ACEOF
4118 /* end confdefs.h. */
4119 #include <X11/Xlib.h>
4121 main ()
4123 XrmInitialize ()
4125 return 0;
4127 _ACEOF
4128 rm -f conftest.$ac_objext conftest$ac_exeext
4129 if { (ac_try="$ac_link"
4130 case "(($ac_try" in
4131 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4132 *) ac_try_echo=$ac_try;;
4133 esac
4134 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4135 (eval "$ac_link") 2>conftest.er1
4136 ac_status=$?
4137 grep -v '^ *+' conftest.er1 >conftest.err
4138 rm -f conftest.er1
4139 cat conftest.err >&5
4140 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4141 (exit $ac_status); } && {
4142 test -z "$ac_c_werror_flag" ||
4143 test ! -s conftest.err
4144 } && test -s conftest$ac_exeext &&
4145 $as_test_x conftest$ac_exeext; then
4146 LIBS=$ac_save_LIBS
4147 # We can link X programs with no special library path.
4148 ac_x_libraries=
4149 else
4150 echo "$as_me: failed program was:" >&5
4151 sed 's/^/| /' conftest.$ac_ext >&5
4153 LIBS=$ac_save_LIBS
4154 for ac_dir in `echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
4156 # Don't even attempt the hair of trying to link an X program!
4157 for ac_extension in a so sl; do
4158 if test -r "$ac_dir/libX11.$ac_extension"; then
4159 ac_x_libraries=$ac_dir
4160 break 2
4162 done
4163 done
4166 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4167 conftest$ac_exeext conftest.$ac_ext
4168 fi # $ac_x_libraries = no
4170 case $ac_x_includes,$ac_x_libraries in #(
4171 no,* | *,no | *\'*)
4172 # Didn't find X, or a directory has "'" in its name.
4173 ac_cv_have_x="have_x=no";; #(
4175 # Record where we found X for the cache.
4176 ac_cv_have_x="have_x=yes\
4177 ac_x_includes='$ac_x_includes'\
4178 ac_x_libraries='$ac_x_libraries'"
4179 esac
4181 ;; #(
4182 *) have_x=yes;;
4183 esac
4184 eval "$ac_cv_have_x"
4185 fi # $with_x != no
4187 if test "$have_x" != yes; then
4188 { echo "$as_me:$LINENO: result: $have_x" >&5
4189 echo "${ECHO_T}$have_x" >&6; }
4190 no_x=yes
4191 else
4192 # If each of the values was on the command line, it overrides each guess.
4193 test "x$x_includes" = xNONE && x_includes=$ac_x_includes
4194 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
4195 # Update the cache value to reflect the command line values.
4196 ac_cv_have_x="have_x=yes\
4197 ac_x_includes='$x_includes'\
4198 ac_x_libraries='$x_libraries'"
4199 { echo "$as_me:$LINENO: result: libraries $x_libraries, headers $x_includes" >&5
4200 echo "${ECHO_T}libraries $x_libraries, headers $x_includes" >&6; }
4203 if test "$no_x" = yes; then
4204 # Not all programs may use this symbol, but it does not hurt to define it.
4206 cat >>confdefs.h <<\_ACEOF
4207 #define X_DISPLAY_MISSING 1
4208 _ACEOF
4210 X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
4211 else
4212 if test -n "$x_includes"; then
4213 X_CFLAGS="$X_CFLAGS -I$x_includes"
4216 # It would also be nice to do this for all -L options, not just this one.
4217 if test -n "$x_libraries"; then
4218 X_LIBS="$X_LIBS -L$x_libraries"
4219 # For Solaris; some versions of Sun CC require a space after -R and
4220 # others require no space. Words are not sufficient . . . .
4221 { echo "$as_me:$LINENO: checking whether -R must be followed by a space" >&5
4222 echo $ECHO_N "checking whether -R must be followed by a space... $ECHO_C" >&6; }
4223 ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
4224 ac_xsave_c_werror_flag=$ac_c_werror_flag
4225 ac_c_werror_flag=yes
4226 cat >conftest.$ac_ext <<_ACEOF
4227 /* confdefs.h. */
4228 _ACEOF
4229 cat confdefs.h >>conftest.$ac_ext
4230 cat >>conftest.$ac_ext <<_ACEOF
4231 /* end confdefs.h. */
4234 main ()
4238 return 0;
4240 _ACEOF
4241 rm -f conftest.$ac_objext conftest$ac_exeext
4242 if { (ac_try="$ac_link"
4243 case "(($ac_try" in
4244 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4245 *) ac_try_echo=$ac_try;;
4246 esac
4247 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4248 (eval "$ac_link") 2>conftest.er1
4249 ac_status=$?
4250 grep -v '^ *+' conftest.er1 >conftest.err
4251 rm -f conftest.er1
4252 cat conftest.err >&5
4253 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4254 (exit $ac_status); } && {
4255 test -z "$ac_c_werror_flag" ||
4256 test ! -s conftest.err
4257 } && test -s conftest$ac_exeext &&
4258 $as_test_x conftest$ac_exeext; then
4259 { echo "$as_me:$LINENO: result: no" >&5
4260 echo "${ECHO_T}no" >&6; }
4261 X_LIBS="$X_LIBS -R$x_libraries"
4262 else
4263 echo "$as_me: failed program was:" >&5
4264 sed 's/^/| /' conftest.$ac_ext >&5
4266 LIBS="$ac_xsave_LIBS -R $x_libraries"
4267 cat >conftest.$ac_ext <<_ACEOF
4268 /* confdefs.h. */
4269 _ACEOF
4270 cat confdefs.h >>conftest.$ac_ext
4271 cat >>conftest.$ac_ext <<_ACEOF
4272 /* end confdefs.h. */
4275 main ()
4279 return 0;
4281 _ACEOF
4282 rm -f conftest.$ac_objext conftest$ac_exeext
4283 if { (ac_try="$ac_link"
4284 case "(($ac_try" in
4285 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4286 *) ac_try_echo=$ac_try;;
4287 esac
4288 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4289 (eval "$ac_link") 2>conftest.er1
4290 ac_status=$?
4291 grep -v '^ *+' conftest.er1 >conftest.err
4292 rm -f conftest.er1
4293 cat conftest.err >&5
4294 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4295 (exit $ac_status); } && {
4296 test -z "$ac_c_werror_flag" ||
4297 test ! -s conftest.err
4298 } && test -s conftest$ac_exeext &&
4299 $as_test_x conftest$ac_exeext; then
4300 { echo "$as_me:$LINENO: result: yes" >&5
4301 echo "${ECHO_T}yes" >&6; }
4302 X_LIBS="$X_LIBS -R $x_libraries"
4303 else
4304 echo "$as_me: failed program was:" >&5
4305 sed 's/^/| /' conftest.$ac_ext >&5
4307 { echo "$as_me:$LINENO: result: neither works" >&5
4308 echo "${ECHO_T}neither works" >&6; }
4311 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4312 conftest$ac_exeext conftest.$ac_ext
4315 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4316 conftest$ac_exeext conftest.$ac_ext
4317 ac_c_werror_flag=$ac_xsave_c_werror_flag
4318 LIBS=$ac_xsave_LIBS
4321 # Check for system-dependent libraries X programs must link with.
4322 # Do this before checking for the system-independent R6 libraries
4323 # (-lICE), since we may need -lsocket or whatever for X linking.
4325 if test "$ISC" = yes; then
4326 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
4327 else
4328 # Martyn Johnson says this is needed for Ultrix, if the X
4329 # libraries were built with DECnet support. And Karl Berry says
4330 # the Alpha needs dnet_stub (dnet does not exist).
4331 ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
4332 cat >conftest.$ac_ext <<_ACEOF
4333 /* confdefs.h. */
4334 _ACEOF
4335 cat confdefs.h >>conftest.$ac_ext
4336 cat >>conftest.$ac_ext <<_ACEOF
4337 /* end confdefs.h. */
4339 /* Override any GCC internal prototype to avoid an error.
4340 Use char because int might match the return type of a GCC
4341 builtin and then its argument prototype would still apply. */
4342 #ifdef __cplusplus
4343 extern "C"
4344 #endif
4345 char XOpenDisplay ();
4347 main ()
4349 return XOpenDisplay ();
4351 return 0;
4353 _ACEOF
4354 rm -f conftest.$ac_objext conftest$ac_exeext
4355 if { (ac_try="$ac_link"
4356 case "(($ac_try" in
4357 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4358 *) ac_try_echo=$ac_try;;
4359 esac
4360 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4361 (eval "$ac_link") 2>conftest.er1
4362 ac_status=$?
4363 grep -v '^ *+' conftest.er1 >conftest.err
4364 rm -f conftest.er1
4365 cat conftest.err >&5
4366 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4367 (exit $ac_status); } && {
4368 test -z "$ac_c_werror_flag" ||
4369 test ! -s conftest.err
4370 } && test -s conftest$ac_exeext &&
4371 $as_test_x conftest$ac_exeext; then
4373 else
4374 echo "$as_me: failed program was:" >&5
4375 sed 's/^/| /' conftest.$ac_ext >&5
4377 { echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&5
4378 echo $ECHO_N "checking for dnet_ntoa in -ldnet... $ECHO_C" >&6; }
4379 if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then
4380 echo $ECHO_N "(cached) $ECHO_C" >&6
4381 else
4382 ac_check_lib_save_LIBS=$LIBS
4383 LIBS="-ldnet $LIBS"
4384 cat >conftest.$ac_ext <<_ACEOF
4385 /* confdefs.h. */
4386 _ACEOF
4387 cat confdefs.h >>conftest.$ac_ext
4388 cat >>conftest.$ac_ext <<_ACEOF
4389 /* end confdefs.h. */
4391 /* Override any GCC internal prototype to avoid an error.
4392 Use char because int might match the return type of a GCC
4393 builtin and then its argument prototype would still apply. */
4394 #ifdef __cplusplus
4395 extern "C"
4396 #endif
4397 char dnet_ntoa ();
4399 main ()
4401 return dnet_ntoa ();
4403 return 0;
4405 _ACEOF
4406 rm -f conftest.$ac_objext conftest$ac_exeext
4407 if { (ac_try="$ac_link"
4408 case "(($ac_try" in
4409 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4410 *) ac_try_echo=$ac_try;;
4411 esac
4412 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4413 (eval "$ac_link") 2>conftest.er1
4414 ac_status=$?
4415 grep -v '^ *+' conftest.er1 >conftest.err
4416 rm -f conftest.er1
4417 cat conftest.err >&5
4418 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4419 (exit $ac_status); } && {
4420 test -z "$ac_c_werror_flag" ||
4421 test ! -s conftest.err
4422 } && test -s conftest$ac_exeext &&
4423 $as_test_x conftest$ac_exeext; then
4424 ac_cv_lib_dnet_dnet_ntoa=yes
4425 else
4426 echo "$as_me: failed program was:" >&5
4427 sed 's/^/| /' conftest.$ac_ext >&5
4429 ac_cv_lib_dnet_dnet_ntoa=no
4432 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4433 conftest$ac_exeext conftest.$ac_ext
4434 LIBS=$ac_check_lib_save_LIBS
4436 { echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
4437 echo "${ECHO_T}$ac_cv_lib_dnet_dnet_ntoa" >&6; }
4438 if test $ac_cv_lib_dnet_dnet_ntoa = yes; then
4439 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
4442 if test $ac_cv_lib_dnet_dnet_ntoa = no; then
4443 { echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet_stub" >&5
4444 echo $ECHO_N "checking for dnet_ntoa in -ldnet_stub... $ECHO_C" >&6; }
4445 if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then
4446 echo $ECHO_N "(cached) $ECHO_C" >&6
4447 else
4448 ac_check_lib_save_LIBS=$LIBS
4449 LIBS="-ldnet_stub $LIBS"
4450 cat >conftest.$ac_ext <<_ACEOF
4451 /* confdefs.h. */
4452 _ACEOF
4453 cat confdefs.h >>conftest.$ac_ext
4454 cat >>conftest.$ac_ext <<_ACEOF
4455 /* end confdefs.h. */
4457 /* Override any GCC internal prototype to avoid an error.
4458 Use char because int might match the return type of a GCC
4459 builtin and then its argument prototype would still apply. */
4460 #ifdef __cplusplus
4461 extern "C"
4462 #endif
4463 char dnet_ntoa ();
4465 main ()
4467 return dnet_ntoa ();
4469 return 0;
4471 _ACEOF
4472 rm -f conftest.$ac_objext conftest$ac_exeext
4473 if { (ac_try="$ac_link"
4474 case "(($ac_try" in
4475 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4476 *) ac_try_echo=$ac_try;;
4477 esac
4478 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4479 (eval "$ac_link") 2>conftest.er1
4480 ac_status=$?
4481 grep -v '^ *+' conftest.er1 >conftest.err
4482 rm -f conftest.er1
4483 cat conftest.err >&5
4484 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4485 (exit $ac_status); } && {
4486 test -z "$ac_c_werror_flag" ||
4487 test ! -s conftest.err
4488 } && test -s conftest$ac_exeext &&
4489 $as_test_x conftest$ac_exeext; then
4490 ac_cv_lib_dnet_stub_dnet_ntoa=yes
4491 else
4492 echo "$as_me: failed program was:" >&5
4493 sed 's/^/| /' conftest.$ac_ext >&5
4495 ac_cv_lib_dnet_stub_dnet_ntoa=no
4498 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4499 conftest$ac_exeext conftest.$ac_ext
4500 LIBS=$ac_check_lib_save_LIBS
4502 { echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
4503 echo "${ECHO_T}$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
4504 if test $ac_cv_lib_dnet_stub_dnet_ntoa = yes; then
4505 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
4511 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4512 conftest$ac_exeext conftest.$ac_ext
4513 LIBS="$ac_xsave_LIBS"
4515 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
4516 # to get the SysV transport functions.
4517 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
4518 # needs -lnsl.
4519 # The nsl library prevents programs from opening the X display
4520 # on Irix 5.2, according to T.E. Dickey.
4521 # The functions gethostbyname, getservbyname, and inet_addr are
4522 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
4523 { echo "$as_me:$LINENO: checking for gethostbyname" >&5
4524 echo $ECHO_N "checking for gethostbyname... $ECHO_C" >&6; }
4525 if test "${ac_cv_func_gethostbyname+set}" = set; then
4526 echo $ECHO_N "(cached) $ECHO_C" >&6
4527 else
4528 cat >conftest.$ac_ext <<_ACEOF
4529 /* confdefs.h. */
4530 _ACEOF
4531 cat confdefs.h >>conftest.$ac_ext
4532 cat >>conftest.$ac_ext <<_ACEOF
4533 /* end confdefs.h. */
4534 /* Define gethostbyname to an innocuous variant, in case <limits.h> declares gethostbyname.
4535 For example, HP-UX 11i <limits.h> declares gettimeofday. */
4536 #define gethostbyname innocuous_gethostbyname
4538 /* System header to define __stub macros and hopefully few prototypes,
4539 which can conflict with char gethostbyname (); below.
4540 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4541 <limits.h> exists even on freestanding compilers. */
4543 #ifdef __STDC__
4544 # include <limits.h>
4545 #else
4546 # include <assert.h>
4547 #endif
4549 #undef gethostbyname
4551 /* Override any GCC internal prototype to avoid an error.
4552 Use char because int might match the return type of a GCC
4553 builtin and then its argument prototype would still apply. */
4554 #ifdef __cplusplus
4555 extern "C"
4556 #endif
4557 char gethostbyname ();
4558 /* The GNU C library defines this for functions which it implements
4559 to always fail with ENOSYS. Some functions are actually named
4560 something starting with __ and the normal name is an alias. */
4561 #if defined __stub_gethostbyname || defined __stub___gethostbyname
4562 choke me
4563 #endif
4566 main ()
4568 return gethostbyname ();
4570 return 0;
4572 _ACEOF
4573 rm -f conftest.$ac_objext conftest$ac_exeext
4574 if { (ac_try="$ac_link"
4575 case "(($ac_try" in
4576 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4577 *) ac_try_echo=$ac_try;;
4578 esac
4579 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4580 (eval "$ac_link") 2>conftest.er1
4581 ac_status=$?
4582 grep -v '^ *+' conftest.er1 >conftest.err
4583 rm -f conftest.er1
4584 cat conftest.err >&5
4585 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4586 (exit $ac_status); } && {
4587 test -z "$ac_c_werror_flag" ||
4588 test ! -s conftest.err
4589 } && test -s conftest$ac_exeext &&
4590 $as_test_x conftest$ac_exeext; then
4591 ac_cv_func_gethostbyname=yes
4592 else
4593 echo "$as_me: failed program was:" >&5
4594 sed 's/^/| /' conftest.$ac_ext >&5
4596 ac_cv_func_gethostbyname=no
4599 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4600 conftest$ac_exeext conftest.$ac_ext
4602 { echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
4603 echo "${ECHO_T}$ac_cv_func_gethostbyname" >&6; }
4605 if test $ac_cv_func_gethostbyname = no; then
4606 { echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
4607 echo $ECHO_N "checking for gethostbyname in -lnsl... $ECHO_C" >&6; }
4608 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
4609 echo $ECHO_N "(cached) $ECHO_C" >&6
4610 else
4611 ac_check_lib_save_LIBS=$LIBS
4612 LIBS="-lnsl $LIBS"
4613 cat >conftest.$ac_ext <<_ACEOF
4614 /* confdefs.h. */
4615 _ACEOF
4616 cat confdefs.h >>conftest.$ac_ext
4617 cat >>conftest.$ac_ext <<_ACEOF
4618 /* end confdefs.h. */
4620 /* Override any GCC internal prototype to avoid an error.
4621 Use char because int might match the return type of a GCC
4622 builtin and then its argument prototype would still apply. */
4623 #ifdef __cplusplus
4624 extern "C"
4625 #endif
4626 char gethostbyname ();
4628 main ()
4630 return gethostbyname ();
4632 return 0;
4634 _ACEOF
4635 rm -f conftest.$ac_objext conftest$ac_exeext
4636 if { (ac_try="$ac_link"
4637 case "(($ac_try" in
4638 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4639 *) ac_try_echo=$ac_try;;
4640 esac
4641 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4642 (eval "$ac_link") 2>conftest.er1
4643 ac_status=$?
4644 grep -v '^ *+' conftest.er1 >conftest.err
4645 rm -f conftest.er1
4646 cat conftest.err >&5
4647 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4648 (exit $ac_status); } && {
4649 test -z "$ac_c_werror_flag" ||
4650 test ! -s conftest.err
4651 } && test -s conftest$ac_exeext &&
4652 $as_test_x conftest$ac_exeext; then
4653 ac_cv_lib_nsl_gethostbyname=yes
4654 else
4655 echo "$as_me: failed program was:" >&5
4656 sed 's/^/| /' conftest.$ac_ext >&5
4658 ac_cv_lib_nsl_gethostbyname=no
4661 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4662 conftest$ac_exeext conftest.$ac_ext
4663 LIBS=$ac_check_lib_save_LIBS
4665 { echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
4666 echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname" >&6; }
4667 if test $ac_cv_lib_nsl_gethostbyname = yes; then
4668 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
4671 if test $ac_cv_lib_nsl_gethostbyname = no; then
4672 { echo "$as_me:$LINENO: checking for gethostbyname in -lbsd" >&5
4673 echo $ECHO_N "checking for gethostbyname in -lbsd... $ECHO_C" >&6; }
4674 if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then
4675 echo $ECHO_N "(cached) $ECHO_C" >&6
4676 else
4677 ac_check_lib_save_LIBS=$LIBS
4678 LIBS="-lbsd $LIBS"
4679 cat >conftest.$ac_ext <<_ACEOF
4680 /* confdefs.h. */
4681 _ACEOF
4682 cat confdefs.h >>conftest.$ac_ext
4683 cat >>conftest.$ac_ext <<_ACEOF
4684 /* end confdefs.h. */
4686 /* Override any GCC internal prototype to avoid an error.
4687 Use char because int might match the return type of a GCC
4688 builtin and then its argument prototype would still apply. */
4689 #ifdef __cplusplus
4690 extern "C"
4691 #endif
4692 char gethostbyname ();
4694 main ()
4696 return gethostbyname ();
4698 return 0;
4700 _ACEOF
4701 rm -f conftest.$ac_objext conftest$ac_exeext
4702 if { (ac_try="$ac_link"
4703 case "(($ac_try" in
4704 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4705 *) ac_try_echo=$ac_try;;
4706 esac
4707 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4708 (eval "$ac_link") 2>conftest.er1
4709 ac_status=$?
4710 grep -v '^ *+' conftest.er1 >conftest.err
4711 rm -f conftest.er1
4712 cat conftest.err >&5
4713 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4714 (exit $ac_status); } && {
4715 test -z "$ac_c_werror_flag" ||
4716 test ! -s conftest.err
4717 } && test -s conftest$ac_exeext &&
4718 $as_test_x conftest$ac_exeext; then
4719 ac_cv_lib_bsd_gethostbyname=yes
4720 else
4721 echo "$as_me: failed program was:" >&5
4722 sed 's/^/| /' conftest.$ac_ext >&5
4724 ac_cv_lib_bsd_gethostbyname=no
4727 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4728 conftest$ac_exeext conftest.$ac_ext
4729 LIBS=$ac_check_lib_save_LIBS
4731 { echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gethostbyname" >&5
4732 echo "${ECHO_T}$ac_cv_lib_bsd_gethostbyname" >&6; }
4733 if test $ac_cv_lib_bsd_gethostbyname = yes; then
4734 X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
4740 # lieder@skyler.mavd.honeywell.com says without -lsocket,
4741 # socket/setsockopt and other routines are undefined under SCO ODT
4742 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
4743 # on later versions), says Simon Leinen: it contains gethostby*
4744 # variants that don't use the name server (or something). -lsocket
4745 # must be given before -lnsl if both are needed. We assume that
4746 # if connect needs -lnsl, so does gethostbyname.
4747 { echo "$as_me:$LINENO: checking for connect" >&5
4748 echo $ECHO_N "checking for connect... $ECHO_C" >&6; }
4749 if test "${ac_cv_func_connect+set}" = set; then
4750 echo $ECHO_N "(cached) $ECHO_C" >&6
4751 else
4752 cat >conftest.$ac_ext <<_ACEOF
4753 /* confdefs.h. */
4754 _ACEOF
4755 cat confdefs.h >>conftest.$ac_ext
4756 cat >>conftest.$ac_ext <<_ACEOF
4757 /* end confdefs.h. */
4758 /* Define connect to an innocuous variant, in case <limits.h> declares connect.
4759 For example, HP-UX 11i <limits.h> declares gettimeofday. */
4760 #define connect innocuous_connect
4762 /* System header to define __stub macros and hopefully few prototypes,
4763 which can conflict with char connect (); below.
4764 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4765 <limits.h> exists even on freestanding compilers. */
4767 #ifdef __STDC__
4768 # include <limits.h>
4769 #else
4770 # include <assert.h>
4771 #endif
4773 #undef connect
4775 /* Override any GCC internal prototype to avoid an error.
4776 Use char because int might match the return type of a GCC
4777 builtin and then its argument prototype would still apply. */
4778 #ifdef __cplusplus
4779 extern "C"
4780 #endif
4781 char connect ();
4782 /* The GNU C library defines this for functions which it implements
4783 to always fail with ENOSYS. Some functions are actually named
4784 something starting with __ and the normal name is an alias. */
4785 #if defined __stub_connect || defined __stub___connect
4786 choke me
4787 #endif
4790 main ()
4792 return connect ();
4794 return 0;
4796 _ACEOF
4797 rm -f conftest.$ac_objext conftest$ac_exeext
4798 if { (ac_try="$ac_link"
4799 case "(($ac_try" in
4800 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4801 *) ac_try_echo=$ac_try;;
4802 esac
4803 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4804 (eval "$ac_link") 2>conftest.er1
4805 ac_status=$?
4806 grep -v '^ *+' conftest.er1 >conftest.err
4807 rm -f conftest.er1
4808 cat conftest.err >&5
4809 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4810 (exit $ac_status); } && {
4811 test -z "$ac_c_werror_flag" ||
4812 test ! -s conftest.err
4813 } && test -s conftest$ac_exeext &&
4814 $as_test_x conftest$ac_exeext; then
4815 ac_cv_func_connect=yes
4816 else
4817 echo "$as_me: failed program was:" >&5
4818 sed 's/^/| /' conftest.$ac_ext >&5
4820 ac_cv_func_connect=no
4823 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4824 conftest$ac_exeext conftest.$ac_ext
4826 { echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5
4827 echo "${ECHO_T}$ac_cv_func_connect" >&6; }
4829 if test $ac_cv_func_connect = no; then
4830 { echo "$as_me:$LINENO: checking for connect in -lsocket" >&5
4831 echo $ECHO_N "checking for connect in -lsocket... $ECHO_C" >&6; }
4832 if test "${ac_cv_lib_socket_connect+set}" = set; then
4833 echo $ECHO_N "(cached) $ECHO_C" >&6
4834 else
4835 ac_check_lib_save_LIBS=$LIBS
4836 LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
4837 cat >conftest.$ac_ext <<_ACEOF
4838 /* confdefs.h. */
4839 _ACEOF
4840 cat confdefs.h >>conftest.$ac_ext
4841 cat >>conftest.$ac_ext <<_ACEOF
4842 /* end confdefs.h. */
4844 /* Override any GCC internal prototype to avoid an error.
4845 Use char because int might match the return type of a GCC
4846 builtin and then its argument prototype would still apply. */
4847 #ifdef __cplusplus
4848 extern "C"
4849 #endif
4850 char connect ();
4852 main ()
4854 return connect ();
4856 return 0;
4858 _ACEOF
4859 rm -f conftest.$ac_objext conftest$ac_exeext
4860 if { (ac_try="$ac_link"
4861 case "(($ac_try" in
4862 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4863 *) ac_try_echo=$ac_try;;
4864 esac
4865 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4866 (eval "$ac_link") 2>conftest.er1
4867 ac_status=$?
4868 grep -v '^ *+' conftest.er1 >conftest.err
4869 rm -f conftest.er1
4870 cat conftest.err >&5
4871 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4872 (exit $ac_status); } && {
4873 test -z "$ac_c_werror_flag" ||
4874 test ! -s conftest.err
4875 } && test -s conftest$ac_exeext &&
4876 $as_test_x conftest$ac_exeext; then
4877 ac_cv_lib_socket_connect=yes
4878 else
4879 echo "$as_me: failed program was:" >&5
4880 sed 's/^/| /' conftest.$ac_ext >&5
4882 ac_cv_lib_socket_connect=no
4885 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4886 conftest$ac_exeext conftest.$ac_ext
4887 LIBS=$ac_check_lib_save_LIBS
4889 { echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5
4890 echo "${ECHO_T}$ac_cv_lib_socket_connect" >&6; }
4891 if test $ac_cv_lib_socket_connect = yes; then
4892 X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
4897 # Guillermo Gomez says -lposix is necessary on A/UX.
4898 { echo "$as_me:$LINENO: checking for remove" >&5
4899 echo $ECHO_N "checking for remove... $ECHO_C" >&6; }
4900 if test "${ac_cv_func_remove+set}" = set; then
4901 echo $ECHO_N "(cached) $ECHO_C" >&6
4902 else
4903 cat >conftest.$ac_ext <<_ACEOF
4904 /* confdefs.h. */
4905 _ACEOF
4906 cat confdefs.h >>conftest.$ac_ext
4907 cat >>conftest.$ac_ext <<_ACEOF
4908 /* end confdefs.h. */
4909 /* Define remove to an innocuous variant, in case <limits.h> declares remove.
4910 For example, HP-UX 11i <limits.h> declares gettimeofday. */
4911 #define remove innocuous_remove
4913 /* System header to define __stub macros and hopefully few prototypes,
4914 which can conflict with char remove (); below.
4915 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4916 <limits.h> exists even on freestanding compilers. */
4918 #ifdef __STDC__
4919 # include <limits.h>
4920 #else
4921 # include <assert.h>
4922 #endif
4924 #undef remove
4926 /* Override any GCC internal prototype to avoid an error.
4927 Use char because int might match the return type of a GCC
4928 builtin and then its argument prototype would still apply. */
4929 #ifdef __cplusplus
4930 extern "C"
4931 #endif
4932 char remove ();
4933 /* The GNU C library defines this for functions which it implements
4934 to always fail with ENOSYS. Some functions are actually named
4935 something starting with __ and the normal name is an alias. */
4936 #if defined __stub_remove || defined __stub___remove
4937 choke me
4938 #endif
4941 main ()
4943 return remove ();
4945 return 0;
4947 _ACEOF
4948 rm -f conftest.$ac_objext conftest$ac_exeext
4949 if { (ac_try="$ac_link"
4950 case "(($ac_try" in
4951 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4952 *) ac_try_echo=$ac_try;;
4953 esac
4954 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4955 (eval "$ac_link") 2>conftest.er1
4956 ac_status=$?
4957 grep -v '^ *+' conftest.er1 >conftest.err
4958 rm -f conftest.er1
4959 cat conftest.err >&5
4960 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4961 (exit $ac_status); } && {
4962 test -z "$ac_c_werror_flag" ||
4963 test ! -s conftest.err
4964 } && test -s conftest$ac_exeext &&
4965 $as_test_x conftest$ac_exeext; then
4966 ac_cv_func_remove=yes
4967 else
4968 echo "$as_me: failed program was:" >&5
4969 sed 's/^/| /' conftest.$ac_ext >&5
4971 ac_cv_func_remove=no
4974 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4975 conftest$ac_exeext conftest.$ac_ext
4977 { echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&5
4978 echo "${ECHO_T}$ac_cv_func_remove" >&6; }
4980 if test $ac_cv_func_remove = no; then
4981 { echo "$as_me:$LINENO: checking for remove in -lposix" >&5
4982 echo $ECHO_N "checking for remove in -lposix... $ECHO_C" >&6; }
4983 if test "${ac_cv_lib_posix_remove+set}" = set; then
4984 echo $ECHO_N "(cached) $ECHO_C" >&6
4985 else
4986 ac_check_lib_save_LIBS=$LIBS
4987 LIBS="-lposix $LIBS"
4988 cat >conftest.$ac_ext <<_ACEOF
4989 /* confdefs.h. */
4990 _ACEOF
4991 cat confdefs.h >>conftest.$ac_ext
4992 cat >>conftest.$ac_ext <<_ACEOF
4993 /* end confdefs.h. */
4995 /* Override any GCC internal prototype to avoid an error.
4996 Use char because int might match the return type of a GCC
4997 builtin and then its argument prototype would still apply. */
4998 #ifdef __cplusplus
4999 extern "C"
5000 #endif
5001 char remove ();
5003 main ()
5005 return remove ();
5007 return 0;
5009 _ACEOF
5010 rm -f conftest.$ac_objext conftest$ac_exeext
5011 if { (ac_try="$ac_link"
5012 case "(($ac_try" in
5013 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5014 *) ac_try_echo=$ac_try;;
5015 esac
5016 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5017 (eval "$ac_link") 2>conftest.er1
5018 ac_status=$?
5019 grep -v '^ *+' conftest.er1 >conftest.err
5020 rm -f conftest.er1
5021 cat conftest.err >&5
5022 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5023 (exit $ac_status); } && {
5024 test -z "$ac_c_werror_flag" ||
5025 test ! -s conftest.err
5026 } && test -s conftest$ac_exeext &&
5027 $as_test_x conftest$ac_exeext; then
5028 ac_cv_lib_posix_remove=yes
5029 else
5030 echo "$as_me: failed program was:" >&5
5031 sed 's/^/| /' conftest.$ac_ext >&5
5033 ac_cv_lib_posix_remove=no
5036 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5037 conftest$ac_exeext conftest.$ac_ext
5038 LIBS=$ac_check_lib_save_LIBS
5040 { echo "$as_me:$LINENO: result: $ac_cv_lib_posix_remove" >&5
5041 echo "${ECHO_T}$ac_cv_lib_posix_remove" >&6; }
5042 if test $ac_cv_lib_posix_remove = yes; then
5043 X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
5048 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
5049 { echo "$as_me:$LINENO: checking for shmat" >&5
5050 echo $ECHO_N "checking for shmat... $ECHO_C" >&6; }
5051 if test "${ac_cv_func_shmat+set}" = set; then
5052 echo $ECHO_N "(cached) $ECHO_C" >&6
5053 else
5054 cat >conftest.$ac_ext <<_ACEOF
5055 /* confdefs.h. */
5056 _ACEOF
5057 cat confdefs.h >>conftest.$ac_ext
5058 cat >>conftest.$ac_ext <<_ACEOF
5059 /* end confdefs.h. */
5060 /* Define shmat to an innocuous variant, in case <limits.h> declares shmat.
5061 For example, HP-UX 11i <limits.h> declares gettimeofday. */
5062 #define shmat innocuous_shmat
5064 /* System header to define __stub macros and hopefully few prototypes,
5065 which can conflict with char shmat (); below.
5066 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5067 <limits.h> exists even on freestanding compilers. */
5069 #ifdef __STDC__
5070 # include <limits.h>
5071 #else
5072 # include <assert.h>
5073 #endif
5075 #undef shmat
5077 /* Override any GCC internal prototype to avoid an error.
5078 Use char because int might match the return type of a GCC
5079 builtin and then its argument prototype would still apply. */
5080 #ifdef __cplusplus
5081 extern "C"
5082 #endif
5083 char shmat ();
5084 /* The GNU C library defines this for functions which it implements
5085 to always fail with ENOSYS. Some functions are actually named
5086 something starting with __ and the normal name is an alias. */
5087 #if defined __stub_shmat || defined __stub___shmat
5088 choke me
5089 #endif
5092 main ()
5094 return shmat ();
5096 return 0;
5098 _ACEOF
5099 rm -f conftest.$ac_objext conftest$ac_exeext
5100 if { (ac_try="$ac_link"
5101 case "(($ac_try" in
5102 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5103 *) ac_try_echo=$ac_try;;
5104 esac
5105 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5106 (eval "$ac_link") 2>conftest.er1
5107 ac_status=$?
5108 grep -v '^ *+' conftest.er1 >conftest.err
5109 rm -f conftest.er1
5110 cat conftest.err >&5
5111 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5112 (exit $ac_status); } && {
5113 test -z "$ac_c_werror_flag" ||
5114 test ! -s conftest.err
5115 } && test -s conftest$ac_exeext &&
5116 $as_test_x conftest$ac_exeext; then
5117 ac_cv_func_shmat=yes
5118 else
5119 echo "$as_me: failed program was:" >&5
5120 sed 's/^/| /' conftest.$ac_ext >&5
5122 ac_cv_func_shmat=no
5125 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5126 conftest$ac_exeext conftest.$ac_ext
5128 { echo "$as_me:$LINENO: result: $ac_cv_func_shmat" >&5
5129 echo "${ECHO_T}$ac_cv_func_shmat" >&6; }
5131 if test $ac_cv_func_shmat = no; then
5132 { echo "$as_me:$LINENO: checking for shmat in -lipc" >&5
5133 echo $ECHO_N "checking for shmat in -lipc... $ECHO_C" >&6; }
5134 if test "${ac_cv_lib_ipc_shmat+set}" = set; then
5135 echo $ECHO_N "(cached) $ECHO_C" >&6
5136 else
5137 ac_check_lib_save_LIBS=$LIBS
5138 LIBS="-lipc $LIBS"
5139 cat >conftest.$ac_ext <<_ACEOF
5140 /* confdefs.h. */
5141 _ACEOF
5142 cat confdefs.h >>conftest.$ac_ext
5143 cat >>conftest.$ac_ext <<_ACEOF
5144 /* end confdefs.h. */
5146 /* Override any GCC internal prototype to avoid an error.
5147 Use char because int might match the return type of a GCC
5148 builtin and then its argument prototype would still apply. */
5149 #ifdef __cplusplus
5150 extern "C"
5151 #endif
5152 char shmat ();
5154 main ()
5156 return shmat ();
5158 return 0;
5160 _ACEOF
5161 rm -f conftest.$ac_objext conftest$ac_exeext
5162 if { (ac_try="$ac_link"
5163 case "(($ac_try" in
5164 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5165 *) ac_try_echo=$ac_try;;
5166 esac
5167 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5168 (eval "$ac_link") 2>conftest.er1
5169 ac_status=$?
5170 grep -v '^ *+' conftest.er1 >conftest.err
5171 rm -f conftest.er1
5172 cat conftest.err >&5
5173 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5174 (exit $ac_status); } && {
5175 test -z "$ac_c_werror_flag" ||
5176 test ! -s conftest.err
5177 } && test -s conftest$ac_exeext &&
5178 $as_test_x conftest$ac_exeext; then
5179 ac_cv_lib_ipc_shmat=yes
5180 else
5181 echo "$as_me: failed program was:" >&5
5182 sed 's/^/| /' conftest.$ac_ext >&5
5184 ac_cv_lib_ipc_shmat=no
5187 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5188 conftest$ac_exeext conftest.$ac_ext
5189 LIBS=$ac_check_lib_save_LIBS
5191 { echo "$as_me:$LINENO: result: $ac_cv_lib_ipc_shmat" >&5
5192 echo "${ECHO_T}$ac_cv_lib_ipc_shmat" >&6; }
5193 if test $ac_cv_lib_ipc_shmat = yes; then
5194 X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
5200 # Check for libraries that X11R6 Xt/Xaw programs need.
5201 ac_save_LDFLAGS=$LDFLAGS
5202 test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
5203 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
5204 # check for ICE first), but we must link in the order -lSM -lICE or
5205 # we get undefined symbols. So assume we have SM if we have ICE.
5206 # These have to be linked with before -lX11, unlike the other
5207 # libraries we check for below, so use a different variable.
5208 # John Interrante, Karl Berry
5209 { echo "$as_me:$LINENO: checking for IceConnectionNumber in -lICE" >&5
5210 echo $ECHO_N "checking for IceConnectionNumber in -lICE... $ECHO_C" >&6; }
5211 if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then
5212 echo $ECHO_N "(cached) $ECHO_C" >&6
5213 else
5214 ac_check_lib_save_LIBS=$LIBS
5215 LIBS="-lICE $X_EXTRA_LIBS $LIBS"
5216 cat >conftest.$ac_ext <<_ACEOF
5217 /* confdefs.h. */
5218 _ACEOF
5219 cat confdefs.h >>conftest.$ac_ext
5220 cat >>conftest.$ac_ext <<_ACEOF
5221 /* end confdefs.h. */
5223 /* Override any GCC internal prototype to avoid an error.
5224 Use char because int might match the return type of a GCC
5225 builtin and then its argument prototype would still apply. */
5226 #ifdef __cplusplus
5227 extern "C"
5228 #endif
5229 char IceConnectionNumber ();
5231 main ()
5233 return IceConnectionNumber ();
5235 return 0;
5237 _ACEOF
5238 rm -f conftest.$ac_objext conftest$ac_exeext
5239 if { (ac_try="$ac_link"
5240 case "(($ac_try" in
5241 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5242 *) ac_try_echo=$ac_try;;
5243 esac
5244 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5245 (eval "$ac_link") 2>conftest.er1
5246 ac_status=$?
5247 grep -v '^ *+' conftest.er1 >conftest.err
5248 rm -f conftest.er1
5249 cat conftest.err >&5
5250 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5251 (exit $ac_status); } && {
5252 test -z "$ac_c_werror_flag" ||
5253 test ! -s conftest.err
5254 } && test -s conftest$ac_exeext &&
5255 $as_test_x conftest$ac_exeext; then
5256 ac_cv_lib_ICE_IceConnectionNumber=yes
5257 else
5258 echo "$as_me: failed program was:" >&5
5259 sed 's/^/| /' conftest.$ac_ext >&5
5261 ac_cv_lib_ICE_IceConnectionNumber=no
5264 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5265 conftest$ac_exeext conftest.$ac_ext
5266 LIBS=$ac_check_lib_save_LIBS
5268 { echo "$as_me:$LINENO: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
5269 echo "${ECHO_T}$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
5270 if test $ac_cv_lib_ICE_IceConnectionNumber = yes; then
5271 X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
5274 LDFLAGS=$ac_save_LDFLAGS
5279 for ac_prog in flex
5281 # Extract the first word of "$ac_prog", so it can be a program name with args.
5282 set dummy $ac_prog; ac_word=$2
5283 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5284 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5285 if test "${ac_cv_prog_FLEX+set}" = set; then
5286 echo $ECHO_N "(cached) $ECHO_C" >&6
5287 else
5288 if test -n "$FLEX"; then
5289 ac_cv_prog_FLEX="$FLEX" # Let the user override the test.
5290 else
5291 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5292 for as_dir in $PATH
5294 IFS=$as_save_IFS
5295 test -z "$as_dir" && as_dir=.
5296 for ac_exec_ext in '' $ac_executable_extensions; do
5297 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5298 ac_cv_prog_FLEX="$ac_prog"
5299 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5300 break 2
5302 done
5303 done
5304 IFS=$as_save_IFS
5308 FLEX=$ac_cv_prog_FLEX
5309 if test -n "$FLEX"; then
5310 { echo "$as_me:$LINENO: result: $FLEX" >&5
5311 echo "${ECHO_T}$FLEX" >&6; }
5312 else
5313 { echo "$as_me:$LINENO: result: no" >&5
5314 echo "${ECHO_T}no" >&6; }
5318 test -n "$FLEX" && break
5319 done
5320 test -n "$FLEX" || FLEX="none"
5322 if test "$FLEX" = "none"
5323 then
5324 { { echo "$as_me:$LINENO: error: no suitable flex found. Please install the 'flex' package." >&5
5325 echo "$as_me: error: no suitable flex found. Please install the 'flex' package." >&2;}
5326 { (exit 1); exit 1; }; }
5329 for ac_prog in bison
5331 # Extract the first word of "$ac_prog", so it can be a program name with args.
5332 set dummy $ac_prog; ac_word=$2
5333 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5334 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5335 if test "${ac_cv_prog_BISON+set}" = set; then
5336 echo $ECHO_N "(cached) $ECHO_C" >&6
5337 else
5338 if test -n "$BISON"; then
5339 ac_cv_prog_BISON="$BISON" # Let the user override the test.
5340 else
5341 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5342 for as_dir in $PATH
5344 IFS=$as_save_IFS
5345 test -z "$as_dir" && as_dir=.
5346 for ac_exec_ext in '' $ac_executable_extensions; do
5347 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5348 ac_cv_prog_BISON="$ac_prog"
5349 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5350 break 2
5352 done
5353 done
5354 IFS=$as_save_IFS
5358 BISON=$ac_cv_prog_BISON
5359 if test -n "$BISON"; then
5360 { echo "$as_me:$LINENO: result: $BISON" >&5
5361 echo "${ECHO_T}$BISON" >&6; }
5362 else
5363 { echo "$as_me:$LINENO: result: no" >&5
5364 echo "${ECHO_T}no" >&6; }
5368 test -n "$BISON" && break
5369 done
5370 test -n "$BISON" || BISON="none"
5372 if test "$BISON" = "none"
5373 then
5374 { { echo "$as_me:$LINENO: error: no suitable bison found. Please install the 'bison' package." >&5
5375 echo "$as_me: error: no suitable bison found. Please install the 'bison' package." >&2;}
5376 { (exit 1); exit 1; }; }
5379 if test -n "$ac_tool_prefix"; then
5380 for ac_prog in gas as
5382 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5383 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5384 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5385 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5386 if test "${ac_cv_prog_AS+set}" = set; then
5387 echo $ECHO_N "(cached) $ECHO_C" >&6
5388 else
5389 if test -n "$AS"; then
5390 ac_cv_prog_AS="$AS" # Let the user override the test.
5391 else
5392 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5393 for as_dir in $PATH
5395 IFS=$as_save_IFS
5396 test -z "$as_dir" && as_dir=.
5397 for ac_exec_ext in '' $ac_executable_extensions; do
5398 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5399 ac_cv_prog_AS="$ac_tool_prefix$ac_prog"
5400 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5401 break 2
5403 done
5404 done
5405 IFS=$as_save_IFS
5409 AS=$ac_cv_prog_AS
5410 if test -n "$AS"; then
5411 { echo "$as_me:$LINENO: result: $AS" >&5
5412 echo "${ECHO_T}$AS" >&6; }
5413 else
5414 { echo "$as_me:$LINENO: result: no" >&5
5415 echo "${ECHO_T}no" >&6; }
5419 test -n "$AS" && break
5420 done
5422 if test -z "$AS"; then
5423 ac_ct_AS=$AS
5424 for ac_prog in gas as
5426 # Extract the first word of "$ac_prog", so it can be a program name with args.
5427 set dummy $ac_prog; ac_word=$2
5428 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5429 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5430 if test "${ac_cv_prog_ac_ct_AS+set}" = set; then
5431 echo $ECHO_N "(cached) $ECHO_C" >&6
5432 else
5433 if test -n "$ac_ct_AS"; then
5434 ac_cv_prog_ac_ct_AS="$ac_ct_AS" # Let the user override the test.
5435 else
5436 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5437 for as_dir in $PATH
5439 IFS=$as_save_IFS
5440 test -z "$as_dir" && as_dir=.
5441 for ac_exec_ext in '' $ac_executable_extensions; do
5442 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5443 ac_cv_prog_ac_ct_AS="$ac_prog"
5444 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5445 break 2
5447 done
5448 done
5449 IFS=$as_save_IFS
5453 ac_ct_AS=$ac_cv_prog_ac_ct_AS
5454 if test -n "$ac_ct_AS"; then
5455 { echo "$as_me:$LINENO: result: $ac_ct_AS" >&5
5456 echo "${ECHO_T}$ac_ct_AS" >&6; }
5457 else
5458 { echo "$as_me:$LINENO: result: no" >&5
5459 echo "${ECHO_T}no" >&6; }
5463 test -n "$ac_ct_AS" && break
5464 done
5466 if test "x$ac_ct_AS" = x; then
5467 AS="as"
5468 else
5469 case $cross_compiling:$ac_tool_warned in
5470 yes:)
5471 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5472 whose name does not start with the host triplet. If you think this
5473 configuration is useful to you, please write to autoconf@gnu.org." >&5
5474 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5475 whose name does not start with the host triplet. If you think this
5476 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5477 ac_tool_warned=yes ;;
5478 esac
5479 AS=$ac_ct_AS
5483 if test -n "$ac_tool_prefix"; then
5484 for ac_prog in ld gld
5486 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5487 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5488 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5489 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5490 if test "${ac_cv_prog_LD+set}" = set; then
5491 echo $ECHO_N "(cached) $ECHO_C" >&6
5492 else
5493 if test -n "$LD"; then
5494 ac_cv_prog_LD="$LD" # Let the user override the test.
5495 else
5496 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5497 for as_dir in $PATH
5499 IFS=$as_save_IFS
5500 test -z "$as_dir" && as_dir=.
5501 for ac_exec_ext in '' $ac_executable_extensions; do
5502 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5503 ac_cv_prog_LD="$ac_tool_prefix$ac_prog"
5504 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5505 break 2
5507 done
5508 done
5509 IFS=$as_save_IFS
5513 LD=$ac_cv_prog_LD
5514 if test -n "$LD"; then
5515 { echo "$as_me:$LINENO: result: $LD" >&5
5516 echo "${ECHO_T}$LD" >&6; }
5517 else
5518 { echo "$as_me:$LINENO: result: no" >&5
5519 echo "${ECHO_T}no" >&6; }
5523 test -n "$LD" && break
5524 done
5526 if test -z "$LD"; then
5527 ac_ct_LD=$LD
5528 for ac_prog in ld gld
5530 # Extract the first word of "$ac_prog", so it can be a program name with args.
5531 set dummy $ac_prog; ac_word=$2
5532 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5533 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5534 if test "${ac_cv_prog_ac_ct_LD+set}" = set; then
5535 echo $ECHO_N "(cached) $ECHO_C" >&6
5536 else
5537 if test -n "$ac_ct_LD"; then
5538 ac_cv_prog_ac_ct_LD="$ac_ct_LD" # Let the user override the test.
5539 else
5540 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5541 for as_dir in $PATH
5543 IFS=$as_save_IFS
5544 test -z "$as_dir" && as_dir=.
5545 for ac_exec_ext in '' $ac_executable_extensions; do
5546 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5547 ac_cv_prog_ac_ct_LD="$ac_prog"
5548 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5549 break 2
5551 done
5552 done
5553 IFS=$as_save_IFS
5557 ac_ct_LD=$ac_cv_prog_ac_ct_LD
5558 if test -n "$ac_ct_LD"; then
5559 { echo "$as_me:$LINENO: result: $ac_ct_LD" >&5
5560 echo "${ECHO_T}$ac_ct_LD" >&6; }
5561 else
5562 { echo "$as_me:$LINENO: result: no" >&5
5563 echo "${ECHO_T}no" >&6; }
5567 test -n "$ac_ct_LD" && break
5568 done
5570 if test "x$ac_ct_LD" = x; then
5571 LD="ld"
5572 else
5573 case $cross_compiling:$ac_tool_warned in
5574 yes:)
5575 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5576 whose name does not start with the host triplet. If you think this
5577 configuration is useful to you, please write to autoconf@gnu.org." >&5
5578 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5579 whose name does not start with the host triplet. If you think this
5580 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5581 ac_tool_warned=yes ;;
5582 esac
5583 LD=$ac_ct_LD
5587 if test -n "$ac_tool_prefix"; then
5588 for ac_prog in nm gnm
5590 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5591 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5592 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5593 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5594 if test "${ac_cv_prog_NM+set}" = set; then
5595 echo $ECHO_N "(cached) $ECHO_C" >&6
5596 else
5597 if test -n "$NM"; then
5598 ac_cv_prog_NM="$NM" # Let the user override the test.
5599 else
5600 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5601 for as_dir in $PATH
5603 IFS=$as_save_IFS
5604 test -z "$as_dir" && as_dir=.
5605 for ac_exec_ext in '' $ac_executable_extensions; do
5606 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5607 ac_cv_prog_NM="$ac_tool_prefix$ac_prog"
5608 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5609 break 2
5611 done
5612 done
5613 IFS=$as_save_IFS
5617 NM=$ac_cv_prog_NM
5618 if test -n "$NM"; then
5619 { echo "$as_me:$LINENO: result: $NM" >&5
5620 echo "${ECHO_T}$NM" >&6; }
5621 else
5622 { echo "$as_me:$LINENO: result: no" >&5
5623 echo "${ECHO_T}no" >&6; }
5627 test -n "$NM" && break
5628 done
5630 if test -z "$NM"; then
5631 ac_ct_NM=$NM
5632 for ac_prog in nm gnm
5634 # Extract the first word of "$ac_prog", so it can be a program name with args.
5635 set dummy $ac_prog; ac_word=$2
5636 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5637 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5638 if test "${ac_cv_prog_ac_ct_NM+set}" = set; then
5639 echo $ECHO_N "(cached) $ECHO_C" >&6
5640 else
5641 if test -n "$ac_ct_NM"; then
5642 ac_cv_prog_ac_ct_NM="$ac_ct_NM" # Let the user override the test.
5643 else
5644 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5645 for as_dir in $PATH
5647 IFS=$as_save_IFS
5648 test -z "$as_dir" && as_dir=.
5649 for ac_exec_ext in '' $ac_executable_extensions; do
5650 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5651 ac_cv_prog_ac_ct_NM="$ac_prog"
5652 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5653 break 2
5655 done
5656 done
5657 IFS=$as_save_IFS
5661 ac_ct_NM=$ac_cv_prog_ac_ct_NM
5662 if test -n "$ac_ct_NM"; then
5663 { echo "$as_me:$LINENO: result: $ac_ct_NM" >&5
5664 echo "${ECHO_T}$ac_ct_NM" >&6; }
5665 else
5666 { echo "$as_me:$LINENO: result: no" >&5
5667 echo "${ECHO_T}no" >&6; }
5671 test -n "$ac_ct_NM" && break
5672 done
5674 if test "x$ac_ct_NM" = x; then
5675 NM="nm"
5676 else
5677 case $cross_compiling:$ac_tool_warned in
5678 yes:)
5679 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5680 whose name does not start with the host triplet. If you think this
5681 configuration is useful to you, please write to autoconf@gnu.org." >&5
5682 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5683 whose name does not start with the host triplet. If you think this
5684 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5685 ac_tool_warned=yes ;;
5686 esac
5687 NM=$ac_ct_NM
5691 if test -n "$ac_tool_prefix"; then
5692 for ac_prog in ar gar
5694 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5695 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5696 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5697 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5698 if test "${ac_cv_prog_AR+set}" = set; then
5699 echo $ECHO_N "(cached) $ECHO_C" >&6
5700 else
5701 if test -n "$AR"; then
5702 ac_cv_prog_AR="$AR" # Let the user override the test.
5703 else
5704 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5705 for as_dir in $PATH
5707 IFS=$as_save_IFS
5708 test -z "$as_dir" && as_dir=.
5709 for ac_exec_ext in '' $ac_executable_extensions; do
5710 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5711 ac_cv_prog_AR="$ac_tool_prefix$ac_prog"
5712 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5713 break 2
5715 done
5716 done
5717 IFS=$as_save_IFS
5721 AR=$ac_cv_prog_AR
5722 if test -n "$AR"; then
5723 { echo "$as_me:$LINENO: result: $AR" >&5
5724 echo "${ECHO_T}$AR" >&6; }
5725 else
5726 { echo "$as_me:$LINENO: result: no" >&5
5727 echo "${ECHO_T}no" >&6; }
5731 test -n "$AR" && break
5732 done
5734 if test -z "$AR"; then
5735 ac_ct_AR=$AR
5736 for ac_prog in ar gar
5738 # Extract the first word of "$ac_prog", so it can be a program name with args.
5739 set dummy $ac_prog; ac_word=$2
5740 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5741 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5742 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
5743 echo $ECHO_N "(cached) $ECHO_C" >&6
5744 else
5745 if test -n "$ac_ct_AR"; then
5746 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
5747 else
5748 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5749 for as_dir in $PATH
5751 IFS=$as_save_IFS
5752 test -z "$as_dir" && as_dir=.
5753 for ac_exec_ext in '' $ac_executable_extensions; do
5754 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5755 ac_cv_prog_ac_ct_AR="$ac_prog"
5756 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5757 break 2
5759 done
5760 done
5761 IFS=$as_save_IFS
5765 ac_ct_AR=$ac_cv_prog_ac_ct_AR
5766 if test -n "$ac_ct_AR"; then
5767 { echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
5768 echo "${ECHO_T}$ac_ct_AR" >&6; }
5769 else
5770 { echo "$as_me:$LINENO: result: no" >&5
5771 echo "${ECHO_T}no" >&6; }
5775 test -n "$ac_ct_AR" && break
5776 done
5778 if test "x$ac_ct_AR" = x; then
5779 AR="ar"
5780 else
5781 case $cross_compiling:$ac_tool_warned in
5782 yes:)
5783 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5784 whose name does not start with the host triplet. If you think this
5785 configuration is useful to you, please write to autoconf@gnu.org." >&5
5786 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5787 whose name does not start with the host triplet. If you think this
5788 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5789 ac_tool_warned=yes ;;
5790 esac
5791 AR=$ac_ct_AR
5795 ARFLAGS=rc
5797 if test -n "$ac_tool_prefix"; then
5798 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
5799 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
5800 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5801 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5802 if test "${ac_cv_prog_RANLIB+set}" = set; then
5803 echo $ECHO_N "(cached) $ECHO_C" >&6
5804 else
5805 if test -n "$RANLIB"; then
5806 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
5807 else
5808 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5809 for as_dir in $PATH
5811 IFS=$as_save_IFS
5812 test -z "$as_dir" && as_dir=.
5813 for ac_exec_ext in '' $ac_executable_extensions; do
5814 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5815 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
5816 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5817 break 2
5819 done
5820 done
5821 IFS=$as_save_IFS
5825 RANLIB=$ac_cv_prog_RANLIB
5826 if test -n "$RANLIB"; then
5827 { echo "$as_me:$LINENO: result: $RANLIB" >&5
5828 echo "${ECHO_T}$RANLIB" >&6; }
5829 else
5830 { echo "$as_me:$LINENO: result: no" >&5
5831 echo "${ECHO_T}no" >&6; }
5836 if test -z "$ac_cv_prog_RANLIB"; then
5837 ac_ct_RANLIB=$RANLIB
5838 # Extract the first word of "ranlib", so it can be a program name with args.
5839 set dummy ranlib; ac_word=$2
5840 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5841 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5842 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
5843 echo $ECHO_N "(cached) $ECHO_C" >&6
5844 else
5845 if test -n "$ac_ct_RANLIB"; then
5846 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
5847 else
5848 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5849 for as_dir in $PATH
5851 IFS=$as_save_IFS
5852 test -z "$as_dir" && as_dir=.
5853 for ac_exec_ext in '' $ac_executable_extensions; do
5854 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5855 ac_cv_prog_ac_ct_RANLIB="ranlib"
5856 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5857 break 2
5859 done
5860 done
5861 IFS=$as_save_IFS
5865 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
5866 if test -n "$ac_ct_RANLIB"; then
5867 { echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
5868 echo "${ECHO_T}$ac_ct_RANLIB" >&6; }
5869 else
5870 { echo "$as_me:$LINENO: result: no" >&5
5871 echo "${ECHO_T}no" >&6; }
5874 if test "x$ac_ct_RANLIB" = x; then
5875 RANLIB=":"
5876 else
5877 case $cross_compiling:$ac_tool_warned in
5878 yes:)
5879 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5880 whose name does not start with the host triplet. If you think this
5881 configuration is useful to you, please write to autoconf@gnu.org." >&5
5882 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5883 whose name does not start with the host triplet. If you think this
5884 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5885 ac_tool_warned=yes ;;
5886 esac
5887 RANLIB=$ac_ct_RANLIB
5889 else
5890 RANLIB="$ac_cv_prog_RANLIB"
5893 if test -n "$ac_tool_prefix"; then
5894 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
5895 set dummy ${ac_tool_prefix}strip; ac_word=$2
5896 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5897 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5898 if test "${ac_cv_prog_STRIP+set}" = set; then
5899 echo $ECHO_N "(cached) $ECHO_C" >&6
5900 else
5901 if test -n "$STRIP"; then
5902 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
5903 else
5904 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5905 for as_dir in $PATH
5907 IFS=$as_save_IFS
5908 test -z "$as_dir" && as_dir=.
5909 for ac_exec_ext in '' $ac_executable_extensions; do
5910 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5911 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
5912 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5913 break 2
5915 done
5916 done
5917 IFS=$as_save_IFS
5921 STRIP=$ac_cv_prog_STRIP
5922 if test -n "$STRIP"; then
5923 { echo "$as_me:$LINENO: result: $STRIP" >&5
5924 echo "${ECHO_T}$STRIP" >&6; }
5925 else
5926 { echo "$as_me:$LINENO: result: no" >&5
5927 echo "${ECHO_T}no" >&6; }
5932 if test -z "$ac_cv_prog_STRIP"; then
5933 ac_ct_STRIP=$STRIP
5934 # Extract the first word of "strip", so it can be a program name with args.
5935 set dummy strip; ac_word=$2
5936 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5937 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5938 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
5939 echo $ECHO_N "(cached) $ECHO_C" >&6
5940 else
5941 if test -n "$ac_ct_STRIP"; then
5942 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
5943 else
5944 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5945 for as_dir in $PATH
5947 IFS=$as_save_IFS
5948 test -z "$as_dir" && as_dir=.
5949 for ac_exec_ext in '' $ac_executable_extensions; do
5950 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5951 ac_cv_prog_ac_ct_STRIP="strip"
5952 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5953 break 2
5955 done
5956 done
5957 IFS=$as_save_IFS
5961 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
5962 if test -n "$ac_ct_STRIP"; then
5963 { echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
5964 echo "${ECHO_T}$ac_ct_STRIP" >&6; }
5965 else
5966 { echo "$as_me:$LINENO: result: no" >&5
5967 echo "${ECHO_T}no" >&6; }
5970 if test "x$ac_ct_STRIP" = x; then
5971 STRIP="strip"
5972 else
5973 case $cross_compiling:$ac_tool_warned in
5974 yes:)
5975 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5976 whose name does not start with the host triplet. If you think this
5977 configuration is useful to you, please write to autoconf@gnu.org." >&5
5978 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5979 whose name does not start with the host triplet. If you think this
5980 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5981 ac_tool_warned=yes ;;
5982 esac
5983 STRIP=$ac_ct_STRIP
5985 else
5986 STRIP="$ac_cv_prog_STRIP"
5989 if test -n "$ac_tool_prefix"; then
5990 # Extract the first word of "${ac_tool_prefix}windres", so it can be a program name with args.
5991 set dummy ${ac_tool_prefix}windres; ac_word=$2
5992 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5993 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5994 if test "${ac_cv_prog_WINDRES+set}" = set; then
5995 echo $ECHO_N "(cached) $ECHO_C" >&6
5996 else
5997 if test -n "$WINDRES"; then
5998 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
5999 else
6000 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6001 for as_dir in $PATH
6003 IFS=$as_save_IFS
6004 test -z "$as_dir" && as_dir=.
6005 for ac_exec_ext in '' $ac_executable_extensions; do
6006 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6007 ac_cv_prog_WINDRES="${ac_tool_prefix}windres"
6008 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6009 break 2
6011 done
6012 done
6013 IFS=$as_save_IFS
6017 WINDRES=$ac_cv_prog_WINDRES
6018 if test -n "$WINDRES"; then
6019 { echo "$as_me:$LINENO: result: $WINDRES" >&5
6020 echo "${ECHO_T}$WINDRES" >&6; }
6021 else
6022 { echo "$as_me:$LINENO: result: no" >&5
6023 echo "${ECHO_T}no" >&6; }
6028 if test -z "$ac_cv_prog_WINDRES"; then
6029 ac_ct_WINDRES=$WINDRES
6030 # Extract the first word of "windres", so it can be a program name with args.
6031 set dummy windres; ac_word=$2
6032 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6033 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6034 if test "${ac_cv_prog_ac_ct_WINDRES+set}" = set; then
6035 echo $ECHO_N "(cached) $ECHO_C" >&6
6036 else
6037 if test -n "$ac_ct_WINDRES"; then
6038 ac_cv_prog_ac_ct_WINDRES="$ac_ct_WINDRES" # Let the user override the test.
6039 else
6040 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6041 for as_dir in $PATH
6043 IFS=$as_save_IFS
6044 test -z "$as_dir" && as_dir=.
6045 for ac_exec_ext in '' $ac_executable_extensions; do
6046 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6047 ac_cv_prog_ac_ct_WINDRES="windres"
6048 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6049 break 2
6051 done
6052 done
6053 IFS=$as_save_IFS
6057 ac_ct_WINDRES=$ac_cv_prog_ac_ct_WINDRES
6058 if test -n "$ac_ct_WINDRES"; then
6059 { echo "$as_me:$LINENO: result: $ac_ct_WINDRES" >&5
6060 echo "${ECHO_T}$ac_ct_WINDRES" >&6; }
6061 else
6062 { echo "$as_me:$LINENO: result: no" >&5
6063 echo "${ECHO_T}no" >&6; }
6066 if test "x$ac_ct_WINDRES" = x; then
6067 WINDRES="false"
6068 else
6069 case $cross_compiling:$ac_tool_warned in
6070 yes:)
6071 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
6072 whose name does not start with the host triplet. If you think this
6073 configuration is useful to you, please write to autoconf@gnu.org." >&5
6074 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
6075 whose name does not start with the host triplet. If you think this
6076 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
6077 ac_tool_warned=yes ;;
6078 esac
6079 WINDRES=$ac_ct_WINDRES
6081 else
6082 WINDRES="$ac_cv_prog_WINDRES"
6085 { echo "$as_me:$LINENO: checking whether ln -s works" >&5
6086 echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6; }
6087 LN_S=$as_ln_s
6088 if test "$LN_S" = "ln -s"; then
6089 { echo "$as_me:$LINENO: result: yes" >&5
6090 echo "${ECHO_T}yes" >&6; }
6091 else
6092 { echo "$as_me:$LINENO: result: no, using $LN_S" >&5
6093 echo "${ECHO_T}no, using $LN_S" >&6; }
6096 { echo "$as_me:$LINENO: checking whether ln works" >&5
6097 echo $ECHO_N "checking whether ln works... $ECHO_C" >&6; }
6098 rm -f conf$$ conf$$.file
6099 echo >conf$$.file
6100 if ln conf$$.file conf$$ 2>/dev/null; then
6101 LN=ln
6103 { echo "$as_me:$LINENO: result: yes" >&5
6104 echo "${ECHO_T}yes" >&6; }
6105 else
6106 LN="cp -p"
6108 { echo "$as_me:$LINENO: result: no, using $LN" >&5
6109 echo "${ECHO_T}no, using $LN" >&6; }
6111 rm -f conf$$ conf$$.file
6112 { echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5
6113 echo $ECHO_N "checking for grep that handles long lines and -e... $ECHO_C" >&6; }
6114 if test "${ac_cv_path_GREP+set}" = set; then
6115 echo $ECHO_N "(cached) $ECHO_C" >&6
6116 else
6117 # Extract the first word of "grep ggrep" to use in msg output
6118 if test -z "$GREP"; then
6119 set dummy grep ggrep; ac_prog_name=$2
6120 if test "${ac_cv_path_GREP+set}" = set; then
6121 echo $ECHO_N "(cached) $ECHO_C" >&6
6122 else
6123 ac_path_GREP_found=false
6124 # Loop through the user's path and test for each of PROGNAME-LIST
6125 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6126 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
6128 IFS=$as_save_IFS
6129 test -z "$as_dir" && as_dir=.
6130 for ac_prog in grep ggrep; do
6131 for ac_exec_ext in '' $ac_executable_extensions; do
6132 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
6133 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
6134 # Check for GNU ac_path_GREP and select it if it is found.
6135 # Check for GNU $ac_path_GREP
6136 case `"$ac_path_GREP" --version 2>&1` in
6137 *GNU*)
6138 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
6140 ac_count=0
6141 echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
6142 while :
6144 cat "conftest.in" "conftest.in" >"conftest.tmp"
6145 mv "conftest.tmp" "conftest.in"
6146 cp "conftest.in" "conftest.nl"
6147 echo 'GREP' >> "conftest.nl"
6148 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
6149 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
6150 ac_count=`expr $ac_count + 1`
6151 if test $ac_count -gt ${ac_path_GREP_max-0}; then
6152 # Best one so far, save it but keep looking for a better one
6153 ac_cv_path_GREP="$ac_path_GREP"
6154 ac_path_GREP_max=$ac_count
6156 # 10*(2^10) chars as input seems more than enough
6157 test $ac_count -gt 10 && break
6158 done
6159 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
6160 esac
6163 $ac_path_GREP_found && break 3
6164 done
6165 done
6167 done
6168 IFS=$as_save_IFS
6173 GREP="$ac_cv_path_GREP"
6174 if test -z "$GREP"; then
6175 { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
6176 echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
6177 { (exit 1); exit 1; }; }
6180 else
6181 ac_cv_path_GREP=$GREP
6186 { echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5
6187 echo "${ECHO_T}$ac_cv_path_GREP" >&6; }
6188 GREP="$ac_cv_path_GREP"
6191 { echo "$as_me:$LINENO: checking for egrep" >&5
6192 echo $ECHO_N "checking for egrep... $ECHO_C" >&6; }
6193 if test "${ac_cv_path_EGREP+set}" = set; then
6194 echo $ECHO_N "(cached) $ECHO_C" >&6
6195 else
6196 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
6197 then ac_cv_path_EGREP="$GREP -E"
6198 else
6199 # Extract the first word of "egrep" to use in msg output
6200 if test -z "$EGREP"; then
6201 set dummy egrep; ac_prog_name=$2
6202 if test "${ac_cv_path_EGREP+set}" = set; then
6203 echo $ECHO_N "(cached) $ECHO_C" >&6
6204 else
6205 ac_path_EGREP_found=false
6206 # Loop through the user's path and test for each of PROGNAME-LIST
6207 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6208 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
6210 IFS=$as_save_IFS
6211 test -z "$as_dir" && as_dir=.
6212 for ac_prog in egrep; do
6213 for ac_exec_ext in '' $ac_executable_extensions; do
6214 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
6215 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
6216 # Check for GNU ac_path_EGREP and select it if it is found.
6217 # Check for GNU $ac_path_EGREP
6218 case `"$ac_path_EGREP" --version 2>&1` in
6219 *GNU*)
6220 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
6222 ac_count=0
6223 echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
6224 while :
6226 cat "conftest.in" "conftest.in" >"conftest.tmp"
6227 mv "conftest.tmp" "conftest.in"
6228 cp "conftest.in" "conftest.nl"
6229 echo 'EGREP' >> "conftest.nl"
6230 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
6231 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
6232 ac_count=`expr $ac_count + 1`
6233 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
6234 # Best one so far, save it but keep looking for a better one
6235 ac_cv_path_EGREP="$ac_path_EGREP"
6236 ac_path_EGREP_max=$ac_count
6238 # 10*(2^10) chars as input seems more than enough
6239 test $ac_count -gt 10 && break
6240 done
6241 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
6242 esac
6245 $ac_path_EGREP_found && break 3
6246 done
6247 done
6249 done
6250 IFS=$as_save_IFS
6255 EGREP="$ac_cv_path_EGREP"
6256 if test -z "$EGREP"; then
6257 { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
6258 echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
6259 { (exit 1); exit 1; }; }
6262 else
6263 ac_cv_path_EGREP=$EGREP
6269 { echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5
6270 echo "${ECHO_T}$ac_cv_path_EGREP" >&6; }
6271 EGREP="$ac_cv_path_EGREP"
6274 # Extract the first word of "ldconfig", so it can be a program name with args.
6275 set dummy ldconfig; ac_word=$2
6276 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6277 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6278 if test "${ac_cv_path_LDCONFIG+set}" = set; then
6279 echo $ECHO_N "(cached) $ECHO_C" >&6
6280 else
6281 case $LDCONFIG in
6282 [\\/]* | ?:[\\/]*)
6283 ac_cv_path_LDCONFIG="$LDCONFIG" # Let the user override the test with a path.
6286 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6287 for as_dir in /sbin /usr/sbin $PATH
6289 IFS=$as_save_IFS
6290 test -z "$as_dir" && as_dir=.
6291 for ac_exec_ext in '' $ac_executable_extensions; do
6292 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6293 ac_cv_path_LDCONFIG="$as_dir/$ac_word$ac_exec_ext"
6294 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6295 break 2
6297 done
6298 done
6299 IFS=$as_save_IFS
6301 test -z "$ac_cv_path_LDCONFIG" && ac_cv_path_LDCONFIG="true"
6303 esac
6305 LDCONFIG=$ac_cv_path_LDCONFIG
6306 if test -n "$LDCONFIG"; then
6307 { echo "$as_me:$LINENO: result: $LDCONFIG" >&5
6308 echo "${ECHO_T}$LDCONFIG" >&6; }
6309 else
6310 { echo "$as_me:$LINENO: result: no" >&5
6311 echo "${ECHO_T}no" >&6; }
6315 # Find a good install program. We prefer a C program (faster),
6316 # so one script is as good as another. But avoid the broken or
6317 # incompatible versions:
6318 # SysV /etc/install, /usr/sbin/install
6319 # SunOS /usr/etc/install
6320 # IRIX /sbin/install
6321 # AIX /bin/install
6322 # AmigaOS /C/install, which installs bootblocks on floppy discs
6323 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
6324 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
6325 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
6326 # OS/2's system install, which has a completely different semantic
6327 # ./install, which can be erroneously created by make from ./install.sh.
6328 { echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
6329 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; }
6330 if test -z "$INSTALL"; then
6331 if test "${ac_cv_path_install+set}" = set; then
6332 echo $ECHO_N "(cached) $ECHO_C" >&6
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 # Account for people who put trailing slashes in PATH elements.
6340 case $as_dir/ in
6341 ./ | .// | /cC/* | \
6342 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
6343 ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
6344 /usr/ucb/* ) ;;
6346 # OSF1 and SCO ODT 3.0 have their own names for install.
6347 # Don't use installbsd from OSF since it installs stuff as root
6348 # by default.
6349 for ac_prog in ginstall scoinst install; do
6350 for ac_exec_ext in '' $ac_executable_extensions; do
6351 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
6352 if test $ac_prog = install &&
6353 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
6354 # AIX install. It has an incompatible calling convention.
6356 elif test $ac_prog = install &&
6357 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
6358 # program-specific install script used by HP pwplus--don't use.
6360 else
6361 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
6362 break 3
6365 done
6366 done
6368 esac
6369 done
6370 IFS=$as_save_IFS
6374 if test "${ac_cv_path_install+set}" = set; then
6375 INSTALL=$ac_cv_path_install
6376 else
6377 # As a last resort, use the slow shell script. Don't cache a
6378 # value for INSTALL within a source directory, because that will
6379 # break other packages using the cache if that directory is
6380 # removed, or if the value is a relative name.
6381 INSTALL=$ac_install_sh
6384 { echo "$as_me:$LINENO: result: $INSTALL" >&5
6385 echo "${ECHO_T}$INSTALL" >&6; }
6387 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
6388 # It thinks the first close brace ends the variable substitution.
6389 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
6391 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
6393 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
6395 case "$INSTALL" in
6396 [\\/$]* | ?:[\\/]* ) ;;
6397 *) INSTALL="\\\$(TOPSRCDIR)/$INSTALL" ;;
6398 esac
6400 for ac_prog in lclint lint
6402 # Extract the first word of "$ac_prog", so it can be a program name with args.
6403 set dummy $ac_prog; ac_word=$2
6404 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6405 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6406 if test "${ac_cv_prog_LINT+set}" = set; then
6407 echo $ECHO_N "(cached) $ECHO_C" >&6
6408 else
6409 if test -n "$LINT"; then
6410 ac_cv_prog_LINT="$LINT" # Let the user override the test.
6411 else
6412 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6413 for as_dir in $PATH
6415 IFS=$as_save_IFS
6416 test -z "$as_dir" && as_dir=.
6417 for ac_exec_ext in '' $ac_executable_extensions; do
6418 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6419 ac_cv_prog_LINT="$ac_prog"
6420 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6421 break 2
6423 done
6424 done
6425 IFS=$as_save_IFS
6429 LINT=$ac_cv_prog_LINT
6430 if test -n "$LINT"; then
6431 { echo "$as_me:$LINENO: result: $LINT" >&5
6432 echo "${ECHO_T}$LINT" >&6; }
6433 else
6434 { echo "$as_me:$LINENO: result: no" >&5
6435 echo "${ECHO_T}no" >&6; }
6439 test -n "$LINT" && break
6440 done
6442 if test "$LINT" = "lint"
6443 then
6444 LINTFLAGS="$LINTFLAGS -errchk=%all,no%longptr64 -errhdr=%user -Ncheck=macro -Nlevel=4"
6449 for ac_prog in fontforge
6451 # Extract the first word of "$ac_prog", so it can be a program name with args.
6452 set dummy $ac_prog; ac_word=$2
6453 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6454 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6455 if test "${ac_cv_prog_FONTFORGE+set}" = set; then
6456 echo $ECHO_N "(cached) $ECHO_C" >&6
6457 else
6458 if test -n "$FONTFORGE"; then
6459 ac_cv_prog_FONTFORGE="$FONTFORGE" # Let the user override the test.
6460 else
6461 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6462 for as_dir in $PATH
6464 IFS=$as_save_IFS
6465 test -z "$as_dir" && as_dir=.
6466 for ac_exec_ext in '' $ac_executable_extensions; do
6467 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6468 ac_cv_prog_FONTFORGE="$ac_prog"
6469 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6470 break 2
6472 done
6473 done
6474 IFS=$as_save_IFS
6478 FONTFORGE=$ac_cv_prog_FONTFORGE
6479 if test -n "$FONTFORGE"; then
6480 { echo "$as_me:$LINENO: result: $FONTFORGE" >&5
6481 echo "${ECHO_T}$FONTFORGE" >&6; }
6482 else
6483 { echo "$as_me:$LINENO: result: no" >&5
6484 echo "${ECHO_T}no" >&6; }
6488 test -n "$FONTFORGE" && break
6489 done
6490 test -n "$FONTFORGE" || FONTFORGE="false"
6492 for ac_prog in pkg-config
6494 # Extract the first word of "$ac_prog", so it can be a program name with args.
6495 set dummy $ac_prog; ac_word=$2
6496 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6497 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6498 if test "${ac_cv_prog_PKG_CONFIG+set}" = set; then
6499 echo $ECHO_N "(cached) $ECHO_C" >&6
6500 else
6501 if test -n "$PKG_CONFIG"; then
6502 ac_cv_prog_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test.
6503 else
6504 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6505 for as_dir in $PATH
6507 IFS=$as_save_IFS
6508 test -z "$as_dir" && as_dir=.
6509 for ac_exec_ext in '' $ac_executable_extensions; do
6510 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6511 ac_cv_prog_PKG_CONFIG="$ac_prog"
6512 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6513 break 2
6515 done
6516 done
6517 IFS=$as_save_IFS
6521 PKG_CONFIG=$ac_cv_prog_PKG_CONFIG
6522 if test -n "$PKG_CONFIG"; then
6523 { echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
6524 echo "${ECHO_T}$PKG_CONFIG" >&6; }
6525 else
6526 { echo "$as_me:$LINENO: result: no" >&5
6527 echo "${ECHO_T}no" >&6; }
6531 test -n "$PKG_CONFIG" && break
6532 done
6533 test -n "$PKG_CONFIG" || PKG_CONFIG="false"
6535 for ac_prog in rsvg
6537 # Extract the first word of "$ac_prog", so it can be a program name with args.
6538 set dummy $ac_prog; ac_word=$2
6539 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6540 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6541 if test "${ac_cv_prog_RSVG+set}" = set; then
6542 echo $ECHO_N "(cached) $ECHO_C" >&6
6543 else
6544 if test -n "$RSVG"; then
6545 ac_cv_prog_RSVG="$RSVG" # Let the user override the test.
6546 else
6547 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6548 for as_dir in $PATH
6550 IFS=$as_save_IFS
6551 test -z "$as_dir" && as_dir=.
6552 for ac_exec_ext in '' $ac_executable_extensions; do
6553 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6554 ac_cv_prog_RSVG="$ac_prog"
6555 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6556 break 2
6558 done
6559 done
6560 IFS=$as_save_IFS
6564 RSVG=$ac_cv_prog_RSVG
6565 if test -n "$RSVG"; then
6566 { echo "$as_me:$LINENO: result: $RSVG" >&5
6567 echo "${ECHO_T}$RSVG" >&6; }
6568 else
6569 { echo "$as_me:$LINENO: result: no" >&5
6570 echo "${ECHO_T}no" >&6; }
6574 test -n "$RSVG" && break
6575 done
6576 test -n "$RSVG" || RSVG="false"
6578 for ac_prog in icotool
6580 # Extract the first word of "$ac_prog", so it can be a program name with args.
6581 set dummy $ac_prog; ac_word=$2
6582 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6583 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6584 if test "${ac_cv_prog_ICOTOOL+set}" = set; then
6585 echo $ECHO_N "(cached) $ECHO_C" >&6
6586 else
6587 if test -n "$ICOTOOL"; then
6588 ac_cv_prog_ICOTOOL="$ICOTOOL" # Let the user override the test.
6589 else
6590 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6591 for as_dir in $PATH
6593 IFS=$as_save_IFS
6594 test -z "$as_dir" && as_dir=.
6595 for ac_exec_ext in '' $ac_executable_extensions; do
6596 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6597 ac_cv_prog_ICOTOOL="$ac_prog"
6598 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6599 break 2
6601 done
6602 done
6603 IFS=$as_save_IFS
6607 ICOTOOL=$ac_cv_prog_ICOTOOL
6608 if test -n "$ICOTOOL"; then
6609 { echo "$as_me:$LINENO: result: $ICOTOOL" >&5
6610 echo "${ECHO_T}$ICOTOOL" >&6; }
6611 else
6612 { echo "$as_me:$LINENO: result: no" >&5
6613 echo "${ECHO_T}no" >&6; }
6617 test -n "$ICOTOOL" && break
6618 done
6619 test -n "$ICOTOOL" || ICOTOOL="false"
6622 if test "${enable_maintainer_mode+set}" = set
6623 then
6624 if test "$FONTFORGE" = "false"; then wine_warnings="$wine_warnings|fontforge is missing, fonts can't be rebuilt."; fi
6625 if test "$RSVG" = "false"; then wine_warnings="$wine_warnings|rsvg is missing, icons can't be rebuilt."; fi
6626 if test "$ICOTOOL" = "false"; then wine_warnings="$wine_warnings|icotool is missing, icons can't be rebuilt."; fi
6629 case $host_cpu in
6630 *i[3456789]86*)
6631 # Extract the first word of "prelink", so it can be a program name with args.
6632 set dummy prelink; ac_word=$2
6633 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6634 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6635 if test "${ac_cv_path_PRELINK+set}" = set; then
6636 echo $ECHO_N "(cached) $ECHO_C" >&6
6637 else
6638 case $PRELINK in
6639 [\\/]* | ?:[\\/]*)
6640 ac_cv_path_PRELINK="$PRELINK" # Let the user override the test with a path.
6643 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6644 for as_dir in /sbin /usr/sbin $PATH
6646 IFS=$as_save_IFS
6647 test -z "$as_dir" && as_dir=.
6648 for ac_exec_ext in '' $ac_executable_extensions; do
6649 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6650 ac_cv_path_PRELINK="$as_dir/$ac_word$ac_exec_ext"
6651 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6652 break 2
6654 done
6655 done
6656 IFS=$as_save_IFS
6658 test -z "$ac_cv_path_PRELINK" && ac_cv_path_PRELINK="false"
6660 esac
6662 PRELINK=$ac_cv_path_PRELINK
6663 if test -n "$PRELINK"; then
6664 { echo "$as_me:$LINENO: result: $PRELINK" >&5
6665 echo "${ECHO_T}$PRELINK" >&6; }
6666 else
6667 { echo "$as_me:$LINENO: result: no" >&5
6668 echo "${ECHO_T}no" >&6; }
6673 esac
6677 { echo "$as_me:$LINENO: checking for i386_set_ldt in -li386" >&5
6678 echo $ECHO_N "checking for i386_set_ldt in -li386... $ECHO_C" >&6; }
6679 if test "${ac_cv_lib_i386_i386_set_ldt+set}" = set; then
6680 echo $ECHO_N "(cached) $ECHO_C" >&6
6681 else
6682 ac_check_lib_save_LIBS=$LIBS
6683 LIBS="-li386 $LIBS"
6684 cat >conftest.$ac_ext <<_ACEOF
6685 /* confdefs.h. */
6686 _ACEOF
6687 cat confdefs.h >>conftest.$ac_ext
6688 cat >>conftest.$ac_ext <<_ACEOF
6689 /* end confdefs.h. */
6691 /* Override any GCC internal prototype to avoid an error.
6692 Use char because int might match the return type of a GCC
6693 builtin and then its argument prototype would still apply. */
6694 #ifdef __cplusplus
6695 extern "C"
6696 #endif
6697 char i386_set_ldt ();
6699 main ()
6701 return i386_set_ldt ();
6703 return 0;
6705 _ACEOF
6706 rm -f conftest.$ac_objext conftest$ac_exeext
6707 if { (ac_try="$ac_link"
6708 case "(($ac_try" in
6709 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6710 *) ac_try_echo=$ac_try;;
6711 esac
6712 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6713 (eval "$ac_link") 2>conftest.er1
6714 ac_status=$?
6715 grep -v '^ *+' conftest.er1 >conftest.err
6716 rm -f conftest.er1
6717 cat conftest.err >&5
6718 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6719 (exit $ac_status); } && {
6720 test -z "$ac_c_werror_flag" ||
6721 test ! -s conftest.err
6722 } && test -s conftest$ac_exeext &&
6723 $as_test_x conftest$ac_exeext; then
6724 ac_cv_lib_i386_i386_set_ldt=yes
6725 else
6726 echo "$as_me: failed program was:" >&5
6727 sed 's/^/| /' conftest.$ac_ext >&5
6729 ac_cv_lib_i386_i386_set_ldt=no
6732 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
6733 conftest$ac_exeext conftest.$ac_ext
6734 LIBS=$ac_check_lib_save_LIBS
6736 { echo "$as_me:$LINENO: result: $ac_cv_lib_i386_i386_set_ldt" >&5
6737 echo "${ECHO_T}$ac_cv_lib_i386_i386_set_ldt" >&6; }
6738 if test $ac_cv_lib_i386_i386_set_ldt = yes; then
6739 cat >>confdefs.h <<_ACEOF
6740 #define HAVE_LIBI386 1
6741 _ACEOF
6743 LIBS="-li386 $LIBS"
6748 { echo "$as_me:$LINENO: checking for _oss_ioctl in -lossaudio" >&5
6749 echo $ECHO_N "checking for _oss_ioctl in -lossaudio... $ECHO_C" >&6; }
6750 if test "${ac_cv_lib_ossaudio__oss_ioctl+set}" = set; then
6751 echo $ECHO_N "(cached) $ECHO_C" >&6
6752 else
6753 ac_check_lib_save_LIBS=$LIBS
6754 LIBS="-lossaudio $LIBS"
6755 cat >conftest.$ac_ext <<_ACEOF
6756 /* confdefs.h. */
6757 _ACEOF
6758 cat confdefs.h >>conftest.$ac_ext
6759 cat >>conftest.$ac_ext <<_ACEOF
6760 /* end confdefs.h. */
6762 /* Override any GCC internal prototype to avoid an error.
6763 Use char because int might match the return type of a GCC
6764 builtin and then its argument prototype would still apply. */
6765 #ifdef __cplusplus
6766 extern "C"
6767 #endif
6768 char _oss_ioctl ();
6770 main ()
6772 return _oss_ioctl ();
6774 return 0;
6776 _ACEOF
6777 rm -f conftest.$ac_objext conftest$ac_exeext
6778 if { (ac_try="$ac_link"
6779 case "(($ac_try" in
6780 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6781 *) ac_try_echo=$ac_try;;
6782 esac
6783 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6784 (eval "$ac_link") 2>conftest.er1
6785 ac_status=$?
6786 grep -v '^ *+' conftest.er1 >conftest.err
6787 rm -f conftest.er1
6788 cat conftest.err >&5
6789 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6790 (exit $ac_status); } && {
6791 test -z "$ac_c_werror_flag" ||
6792 test ! -s conftest.err
6793 } && test -s conftest$ac_exeext &&
6794 $as_test_x conftest$ac_exeext; then
6795 ac_cv_lib_ossaudio__oss_ioctl=yes
6796 else
6797 echo "$as_me: failed program was:" >&5
6798 sed 's/^/| /' conftest.$ac_ext >&5
6800 ac_cv_lib_ossaudio__oss_ioctl=no
6803 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
6804 conftest$ac_exeext conftest.$ac_ext
6805 LIBS=$ac_check_lib_save_LIBS
6807 { echo "$as_me:$LINENO: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5
6808 echo "${ECHO_T}$ac_cv_lib_ossaudio__oss_ioctl" >&6; }
6809 if test $ac_cv_lib_ossaudio__oss_ioctl = yes; then
6810 cat >>confdefs.h <<_ACEOF
6811 #define HAVE_LIBOSSAUDIO 1
6812 _ACEOF
6814 LIBS="-lossaudio $LIBS"
6818 { echo "$as_me:$LINENO: checking for pthread_create in -lpthread" >&5
6819 echo $ECHO_N "checking for pthread_create in -lpthread... $ECHO_C" >&6; }
6820 if test "${ac_cv_lib_pthread_pthread_create+set}" = set; then
6821 echo $ECHO_N "(cached) $ECHO_C" >&6
6822 else
6823 ac_check_lib_save_LIBS=$LIBS
6824 LIBS="-lpthread $LIBS"
6825 cat >conftest.$ac_ext <<_ACEOF
6826 /* confdefs.h. */
6827 _ACEOF
6828 cat confdefs.h >>conftest.$ac_ext
6829 cat >>conftest.$ac_ext <<_ACEOF
6830 /* end confdefs.h. */
6832 /* Override any GCC internal prototype to avoid an error.
6833 Use char because int might match the return type of a GCC
6834 builtin and then its argument prototype would still apply. */
6835 #ifdef __cplusplus
6836 extern "C"
6837 #endif
6838 char pthread_create ();
6840 main ()
6842 return pthread_create ();
6844 return 0;
6846 _ACEOF
6847 rm -f conftest.$ac_objext conftest$ac_exeext
6848 if { (ac_try="$ac_link"
6849 case "(($ac_try" in
6850 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6851 *) ac_try_echo=$ac_try;;
6852 esac
6853 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6854 (eval "$ac_link") 2>conftest.er1
6855 ac_status=$?
6856 grep -v '^ *+' conftest.er1 >conftest.err
6857 rm -f conftest.er1
6858 cat conftest.err >&5
6859 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6860 (exit $ac_status); } && {
6861 test -z "$ac_c_werror_flag" ||
6862 test ! -s conftest.err
6863 } && test -s conftest$ac_exeext &&
6864 $as_test_x conftest$ac_exeext; then
6865 ac_cv_lib_pthread_pthread_create=yes
6866 else
6867 echo "$as_me: failed program was:" >&5
6868 sed 's/^/| /' conftest.$ac_ext >&5
6870 ac_cv_lib_pthread_pthread_create=no
6873 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
6874 conftest$ac_exeext conftest.$ac_ext
6875 LIBS=$ac_check_lib_save_LIBS
6877 { echo "$as_me:$LINENO: result: $ac_cv_lib_pthread_pthread_create" >&5
6878 echo "${ECHO_T}$ac_cv_lib_pthread_pthread_create" >&6; }
6879 if test $ac_cv_lib_pthread_pthread_create = yes; then
6880 LIBPTHREAD="-lpthread"
6885 XLIB=""
6887 OPENGL_LIBS=""
6891 { echo "$as_me:$LINENO: checking for ANSI C header files" >&5
6892 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6; }
6893 if test "${ac_cv_header_stdc+set}" = set; then
6894 echo $ECHO_N "(cached) $ECHO_C" >&6
6895 else
6896 cat >conftest.$ac_ext <<_ACEOF
6897 /* confdefs.h. */
6898 _ACEOF
6899 cat confdefs.h >>conftest.$ac_ext
6900 cat >>conftest.$ac_ext <<_ACEOF
6901 /* end confdefs.h. */
6902 #include <stdlib.h>
6903 #include <stdarg.h>
6904 #include <string.h>
6905 #include <float.h>
6908 main ()
6912 return 0;
6914 _ACEOF
6915 rm -f conftest.$ac_objext
6916 if { (ac_try="$ac_compile"
6917 case "(($ac_try" in
6918 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6919 *) ac_try_echo=$ac_try;;
6920 esac
6921 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6922 (eval "$ac_compile") 2>conftest.er1
6923 ac_status=$?
6924 grep -v '^ *+' conftest.er1 >conftest.err
6925 rm -f conftest.er1
6926 cat conftest.err >&5
6927 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6928 (exit $ac_status); } && {
6929 test -z "$ac_c_werror_flag" ||
6930 test ! -s conftest.err
6931 } && test -s conftest.$ac_objext; then
6932 ac_cv_header_stdc=yes
6933 else
6934 echo "$as_me: failed program was:" >&5
6935 sed 's/^/| /' conftest.$ac_ext >&5
6937 ac_cv_header_stdc=no
6940 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6942 if test $ac_cv_header_stdc = yes; then
6943 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
6944 cat >conftest.$ac_ext <<_ACEOF
6945 /* confdefs.h. */
6946 _ACEOF
6947 cat confdefs.h >>conftest.$ac_ext
6948 cat >>conftest.$ac_ext <<_ACEOF
6949 /* end confdefs.h. */
6950 #include <string.h>
6952 _ACEOF
6953 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6954 $EGREP "memchr" >/dev/null 2>&1; then
6956 else
6957 ac_cv_header_stdc=no
6959 rm -f conftest*
6963 if test $ac_cv_header_stdc = yes; then
6964 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
6965 cat >conftest.$ac_ext <<_ACEOF
6966 /* confdefs.h. */
6967 _ACEOF
6968 cat confdefs.h >>conftest.$ac_ext
6969 cat >>conftest.$ac_ext <<_ACEOF
6970 /* end confdefs.h. */
6971 #include <stdlib.h>
6973 _ACEOF
6974 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6975 $EGREP "free" >/dev/null 2>&1; then
6977 else
6978 ac_cv_header_stdc=no
6980 rm -f conftest*
6984 if test $ac_cv_header_stdc = yes; then
6985 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
6986 if test "$cross_compiling" = yes; then
6988 else
6989 cat >conftest.$ac_ext <<_ACEOF
6990 /* confdefs.h. */
6991 _ACEOF
6992 cat confdefs.h >>conftest.$ac_ext
6993 cat >>conftest.$ac_ext <<_ACEOF
6994 /* end confdefs.h. */
6995 #include <ctype.h>
6996 #include <stdlib.h>
6997 #if ((' ' & 0x0FF) == 0x020)
6998 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
6999 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
7000 #else
7001 # define ISLOWER(c) \
7002 (('a' <= (c) && (c) <= 'i') \
7003 || ('j' <= (c) && (c) <= 'r') \
7004 || ('s' <= (c) && (c) <= 'z'))
7005 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
7006 #endif
7008 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
7010 main ()
7012 int i;
7013 for (i = 0; i < 256; i++)
7014 if (XOR (islower (i), ISLOWER (i))
7015 || toupper (i) != TOUPPER (i))
7016 return 2;
7017 return 0;
7019 _ACEOF
7020 rm -f conftest$ac_exeext
7021 if { (ac_try="$ac_link"
7022 case "(($ac_try" in
7023 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7024 *) ac_try_echo=$ac_try;;
7025 esac
7026 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7027 (eval "$ac_link") 2>&5
7028 ac_status=$?
7029 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7030 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
7031 { (case "(($ac_try" in
7032 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7033 *) ac_try_echo=$ac_try;;
7034 esac
7035 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7036 (eval "$ac_try") 2>&5
7037 ac_status=$?
7038 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7039 (exit $ac_status); }; }; then
7041 else
7042 echo "$as_me: program exited with status $ac_status" >&5
7043 echo "$as_me: failed program was:" >&5
7044 sed 's/^/| /' conftest.$ac_ext >&5
7046 ( exit $ac_status )
7047 ac_cv_header_stdc=no
7049 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
7055 { echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
7056 echo "${ECHO_T}$ac_cv_header_stdc" >&6; }
7057 if test $ac_cv_header_stdc = yes; then
7059 cat >>confdefs.h <<\_ACEOF
7060 #define STDC_HEADERS 1
7061 _ACEOF
7065 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
7075 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
7076 inttypes.h stdint.h unistd.h
7078 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7079 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7080 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7081 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7082 echo $ECHO_N "(cached) $ECHO_C" >&6
7083 else
7084 cat >conftest.$ac_ext <<_ACEOF
7085 /* confdefs.h. */
7086 _ACEOF
7087 cat confdefs.h >>conftest.$ac_ext
7088 cat >>conftest.$ac_ext <<_ACEOF
7089 /* end confdefs.h. */
7090 $ac_includes_default
7092 #include <$ac_header>
7093 _ACEOF
7094 rm -f conftest.$ac_objext
7095 if { (ac_try="$ac_compile"
7096 case "(($ac_try" in
7097 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7098 *) ac_try_echo=$ac_try;;
7099 esac
7100 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7101 (eval "$ac_compile") 2>conftest.er1
7102 ac_status=$?
7103 grep -v '^ *+' conftest.er1 >conftest.err
7104 rm -f conftest.er1
7105 cat conftest.err >&5
7106 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7107 (exit $ac_status); } && {
7108 test -z "$ac_c_werror_flag" ||
7109 test ! -s conftest.err
7110 } && test -s conftest.$ac_objext; then
7111 eval "$as_ac_Header=yes"
7112 else
7113 echo "$as_me: failed program was:" >&5
7114 sed 's/^/| /' conftest.$ac_ext >&5
7116 eval "$as_ac_Header=no"
7119 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7121 ac_res=`eval echo '${'$as_ac_Header'}'`
7122 { echo "$as_me:$LINENO: result: $ac_res" >&5
7123 echo "${ECHO_T}$ac_res" >&6; }
7124 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7125 cat >>confdefs.h <<_ACEOF
7126 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7127 _ACEOF
7131 done
7246 for ac_header in \
7247 AudioUnit/AudioUnit.h \
7248 Carbon/Carbon.h \
7249 CoreAudio/CoreAudio.h \
7250 DiskArbitration/DiskArbitration.h \
7251 IOKit/IOKitLib.h \
7252 alias.h \
7253 alsa/asoundlib.h \
7254 arpa/inet.h \
7255 arpa/nameser.h \
7256 asm/types.h \
7257 capi20.h \
7258 curses.h \
7259 direct.h \
7260 dirent.h \
7261 dlfcn.h \
7262 elf.h \
7263 float.h \
7264 fontconfig/fontconfig.h \
7265 getopt.h \
7266 ieeefp.h \
7267 io.h \
7268 jack/jack.h \
7269 jpeglib.h \
7270 lber.h \
7271 lcms.h \
7272 lcms/lcms.h \
7273 ldap.h \
7274 libaudioio.h \
7275 link.h \
7276 linux/cdrom.h \
7277 linux/compiler.h \
7278 linux/hdreg.h \
7279 linux/input.h \
7280 linux/ioctl.h \
7281 linux/joystick.h \
7282 linux/major.h \
7283 linux/param.h \
7284 linux/serial.h \
7285 linux/ucdrom.h \
7286 mach/mach.h \
7287 mach/machine.h \
7288 machine/cpu.h \
7289 machine/limits.h \
7290 machine/soundcard.h \
7291 mntent.h \
7292 ncurses.h \
7293 netdb.h \
7294 netinet/in.h \
7295 netinet/in_systm.h \
7296 netinet/tcp.h \
7297 netinet/tcp_fsm.h \
7298 openssl/err.h \
7299 openssl/ssl.h \
7300 png.h \
7301 poll.h \
7302 process.h \
7303 pthread.h \
7304 pwd.h \
7305 regex.h \
7306 sched.h \
7307 scsi/scsi.h \
7308 scsi/scsi_ioctl.h \
7309 scsi/sg.h \
7310 soundcard.h \
7311 stdint.h \
7312 strings.h \
7313 sys/asoundlib.h \
7314 sys/cdio.h \
7315 sys/elf32.h \
7316 sys/epoll.h \
7317 sys/errno.h \
7318 sys/event.h \
7319 sys/exec_elf.h \
7320 sys/filio.h \
7321 sys/ioctl.h \
7322 sys/ipc.h \
7323 sys/limits.h \
7324 sys/link.h \
7325 sys/lwp.h \
7326 sys/mman.h \
7327 sys/modem.h \
7328 sys/msg.h \
7329 sys/mtio.h \
7330 sys/param.h \
7331 sys/poll.h \
7332 sys/prctl.h \
7333 sys/ptrace.h \
7334 sys/reg.h \
7335 sys/resource.h \
7336 sys/scsiio.h \
7337 sys/shm.h \
7338 sys/signal.h \
7339 sys/socket.h \
7340 sys/socketvar.h \
7341 sys/sockio.h \
7342 sys/soundcard.h \
7343 sys/statvfs.h \
7344 sys/strtio.h \
7345 sys/syscall.h \
7346 sys/sysctl.h \
7347 sys/time.h \
7348 sys/times.h \
7349 sys/uio.h \
7350 sys/un.h \
7351 sys/vm86.h \
7352 sys/wait.h \
7353 syscall.h \
7354 termios.h \
7355 unistd.h \
7356 utime.h \
7357 valgrind/memcheck.h \
7358 valgrind/valgrind.h
7361 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7362 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7363 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7364 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7365 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7366 echo $ECHO_N "(cached) $ECHO_C" >&6
7368 ac_res=`eval echo '${'$as_ac_Header'}'`
7369 { echo "$as_me:$LINENO: result: $ac_res" >&5
7370 echo "${ECHO_T}$ac_res" >&6; }
7371 else
7372 # Is the header compilable?
7373 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
7374 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
7375 cat >conftest.$ac_ext <<_ACEOF
7376 /* confdefs.h. */
7377 _ACEOF
7378 cat confdefs.h >>conftest.$ac_ext
7379 cat >>conftest.$ac_ext <<_ACEOF
7380 /* end confdefs.h. */
7381 $ac_includes_default
7382 #include <$ac_header>
7383 _ACEOF
7384 rm -f conftest.$ac_objext
7385 if { (ac_try="$ac_compile"
7386 case "(($ac_try" in
7387 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7388 *) ac_try_echo=$ac_try;;
7389 esac
7390 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7391 (eval "$ac_compile") 2>conftest.er1
7392 ac_status=$?
7393 grep -v '^ *+' conftest.er1 >conftest.err
7394 rm -f conftest.er1
7395 cat conftest.err >&5
7396 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7397 (exit $ac_status); } && {
7398 test -z "$ac_c_werror_flag" ||
7399 test ! -s conftest.err
7400 } && test -s conftest.$ac_objext; then
7401 ac_header_compiler=yes
7402 else
7403 echo "$as_me: failed program was:" >&5
7404 sed 's/^/| /' conftest.$ac_ext >&5
7406 ac_header_compiler=no
7409 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7410 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
7411 echo "${ECHO_T}$ac_header_compiler" >&6; }
7413 # Is the header present?
7414 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
7415 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
7416 cat >conftest.$ac_ext <<_ACEOF
7417 /* confdefs.h. */
7418 _ACEOF
7419 cat confdefs.h >>conftest.$ac_ext
7420 cat >>conftest.$ac_ext <<_ACEOF
7421 /* end confdefs.h. */
7422 #include <$ac_header>
7423 _ACEOF
7424 if { (ac_try="$ac_cpp conftest.$ac_ext"
7425 case "(($ac_try" in
7426 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7427 *) ac_try_echo=$ac_try;;
7428 esac
7429 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7430 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
7431 ac_status=$?
7432 grep -v '^ *+' conftest.er1 >conftest.err
7433 rm -f conftest.er1
7434 cat conftest.err >&5
7435 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7436 (exit $ac_status); } >/dev/null && {
7437 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
7438 test ! -s conftest.err
7439 }; then
7440 ac_header_preproc=yes
7441 else
7442 echo "$as_me: failed program was:" >&5
7443 sed 's/^/| /' conftest.$ac_ext >&5
7445 ac_header_preproc=no
7448 rm -f conftest.err conftest.$ac_ext
7449 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
7450 echo "${ECHO_T}$ac_header_preproc" >&6; }
7452 # So? What about this header?
7453 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
7454 yes:no: )
7455 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
7456 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
7457 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
7458 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
7459 ac_header_preproc=yes
7461 no:yes:* )
7462 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
7463 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
7464 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
7465 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
7466 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
7467 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
7468 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
7469 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
7470 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
7471 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
7472 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
7473 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
7474 ( cat <<\_ASBOX
7475 ## ------------------------------------ ##
7476 ## Report this to wine-devel@winehq.org ##
7477 ## ------------------------------------ ##
7478 _ASBOX
7479 ) | sed "s/^/$as_me: WARNING: /" >&2
7481 esac
7482 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7483 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7484 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7485 echo $ECHO_N "(cached) $ECHO_C" >&6
7486 else
7487 eval "$as_ac_Header=\$ac_header_preproc"
7489 ac_res=`eval echo '${'$as_ac_Header'}'`
7490 { echo "$as_me:$LINENO: result: $ac_res" >&5
7491 echo "${ECHO_T}$ac_res" >&6; }
7494 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7495 cat >>confdefs.h <<_ACEOF
7496 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7497 _ACEOF
7501 done
7503 { echo "$as_me:$LINENO: checking whether stat file-mode macros are broken" >&5
7504 echo $ECHO_N "checking whether stat file-mode macros are broken... $ECHO_C" >&6; }
7505 if test "${ac_cv_header_stat_broken+set}" = set; then
7506 echo $ECHO_N "(cached) $ECHO_C" >&6
7507 else
7508 cat >conftest.$ac_ext <<_ACEOF
7509 /* confdefs.h. */
7510 _ACEOF
7511 cat confdefs.h >>conftest.$ac_ext
7512 cat >>conftest.$ac_ext <<_ACEOF
7513 /* end confdefs.h. */
7514 #include <sys/types.h>
7515 #include <sys/stat.h>
7517 #if defined S_ISBLK && defined S_IFDIR
7518 extern char c1[S_ISBLK (S_IFDIR) ? -1 : 1];
7519 #endif
7521 #if defined S_ISBLK && defined S_IFCHR
7522 extern char c2[S_ISBLK (S_IFCHR) ? -1 : 1];
7523 #endif
7525 #if defined S_ISLNK && defined S_IFREG
7526 extern char c3[S_ISLNK (S_IFREG) ? -1 : 1];
7527 #endif
7529 #if defined S_ISSOCK && defined S_IFREG
7530 extern char c4[S_ISSOCK (S_IFREG) ? -1 : 1];
7531 #endif
7533 _ACEOF
7534 rm -f conftest.$ac_objext
7535 if { (ac_try="$ac_compile"
7536 case "(($ac_try" in
7537 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7538 *) ac_try_echo=$ac_try;;
7539 esac
7540 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7541 (eval "$ac_compile") 2>conftest.er1
7542 ac_status=$?
7543 grep -v '^ *+' conftest.er1 >conftest.err
7544 rm -f conftest.er1
7545 cat conftest.err >&5
7546 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7547 (exit $ac_status); } && {
7548 test -z "$ac_c_werror_flag" ||
7549 test ! -s conftest.err
7550 } && test -s conftest.$ac_objext; then
7551 ac_cv_header_stat_broken=no
7552 else
7553 echo "$as_me: failed program was:" >&5
7554 sed 's/^/| /' conftest.$ac_ext >&5
7556 ac_cv_header_stat_broken=yes
7559 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7561 { echo "$as_me:$LINENO: result: $ac_cv_header_stat_broken" >&5
7562 echo "${ECHO_T}$ac_cv_header_stat_broken" >&6; }
7563 if test $ac_cv_header_stat_broken = yes; then
7565 cat >>confdefs.h <<\_ACEOF
7566 #define STAT_MACROS_BROKEN 1
7567 _ACEOF
7577 for ac_header in sys/mount.h sys/statfs.h sys/user.h sys/vfs.h
7579 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7580 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7581 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7582 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7583 echo $ECHO_N "(cached) $ECHO_C" >&6
7584 else
7585 cat >conftest.$ac_ext <<_ACEOF
7586 /* confdefs.h. */
7587 _ACEOF
7588 cat confdefs.h >>conftest.$ac_ext
7589 cat >>conftest.$ac_ext <<_ACEOF
7590 /* end confdefs.h. */
7591 #include <sys/types.h>
7592 #ifdef HAVE_SYS_PARAM_H
7593 # include <sys/param.h>
7594 #endif
7596 #include <$ac_header>
7597 _ACEOF
7598 rm -f conftest.$ac_objext
7599 if { (ac_try="$ac_compile"
7600 case "(($ac_try" in
7601 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7602 *) ac_try_echo=$ac_try;;
7603 esac
7604 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7605 (eval "$ac_compile") 2>conftest.er1
7606 ac_status=$?
7607 grep -v '^ *+' conftest.er1 >conftest.err
7608 rm -f conftest.er1
7609 cat conftest.err >&5
7610 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7611 (exit $ac_status); } && {
7612 test -z "$ac_c_werror_flag" ||
7613 test ! -s conftest.err
7614 } && test -s conftest.$ac_objext; then
7615 eval "$as_ac_Header=yes"
7616 else
7617 echo "$as_me: failed program was:" >&5
7618 sed 's/^/| /' conftest.$ac_ext >&5
7620 eval "$as_ac_Header=no"
7623 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7625 ac_res=`eval echo '${'$as_ac_Header'}'`
7626 { echo "$as_me:$LINENO: result: $ac_res" >&5
7627 echo "${ECHO_T}$ac_res" >&6; }
7628 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7629 cat >>confdefs.h <<_ACEOF
7630 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7631 _ACEOF
7635 done
7650 for ac_header in \
7651 netinet/ip.h \
7652 net/if.h \
7653 net/if_arp.h \
7654 net/if_dl.h \
7655 net/if_types.h \
7656 net/route.h \
7657 netinet/if_ether.h \
7658 netinet/in_pcb.h \
7659 netinet/ip_icmp.h \
7660 netinet/ip_var.h \
7661 netinet/udp.h \
7662 netipx/ipx.h \
7665 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7666 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7667 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7668 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7669 echo $ECHO_N "(cached) $ECHO_C" >&6
7670 else
7671 cat >conftest.$ac_ext <<_ACEOF
7672 /* confdefs.h. */
7673 _ACEOF
7674 cat confdefs.h >>conftest.$ac_ext
7675 cat >>conftest.$ac_ext <<_ACEOF
7676 /* end confdefs.h. */
7677 #include <sys/types.h>
7678 #ifdef HAVE_SYS_SOCKET_H
7679 # include <sys/socket.h>
7680 #endif
7681 #ifdef HAVE_SYS_SOCKETVAR_H
7682 # include <sys/socketvar.h>
7683 #endif
7684 #ifdef HAVE_NETINET_IN_H
7685 # include <netinet/in.h>
7686 #endif
7687 #ifdef HAVE_NETINET_IP_H
7688 # include <netinet/ip.h>
7689 #endif
7691 #include <$ac_header>
7692 _ACEOF
7693 rm -f conftest.$ac_objext
7694 if { (ac_try="$ac_compile"
7695 case "(($ac_try" in
7696 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7697 *) ac_try_echo=$ac_try;;
7698 esac
7699 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7700 (eval "$ac_compile") 2>conftest.er1
7701 ac_status=$?
7702 grep -v '^ *+' conftest.er1 >conftest.err
7703 rm -f conftest.er1
7704 cat conftest.err >&5
7705 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7706 (exit $ac_status); } && {
7707 test -z "$ac_c_werror_flag" ||
7708 test ! -s conftest.err
7709 } && test -s conftest.$ac_objext; then
7710 eval "$as_ac_Header=yes"
7711 else
7712 echo "$as_me: failed program was:" >&5
7713 sed 's/^/| /' conftest.$ac_ext >&5
7715 eval "$as_ac_Header=no"
7718 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7720 ac_res=`eval echo '${'$as_ac_Header'}'`
7721 { echo "$as_me:$LINENO: result: $ac_res" >&5
7722 echo "${ECHO_T}$ac_res" >&6; }
7723 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7724 cat >>confdefs.h <<_ACEOF
7725 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7726 _ACEOF
7730 done
7737 for ac_header in netinet/tcp_var.h netinet/udp_var.h netinet/icmp_var.h netinet/tcp_timer.h
7739 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7740 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7741 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7742 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7743 echo $ECHO_N "(cached) $ECHO_C" >&6
7744 else
7745 cat >conftest.$ac_ext <<_ACEOF
7746 /* confdefs.h. */
7747 _ACEOF
7748 cat confdefs.h >>conftest.$ac_ext
7749 cat >>conftest.$ac_ext <<_ACEOF
7750 /* end confdefs.h. */
7751 #include <sys/types.h>
7752 #ifdef HAVE_ALIAS_H
7753 # include <alias.h>
7754 #endif
7755 #ifdef HAVE_SYS_SOCKET_H
7756 # include <sys/socket.h>
7757 #endif
7758 #ifdef HAVE_SYS_SOCKETVAR_H
7759 # include <sys/socketvar.h>
7760 #endif
7761 #ifdef HAVE_NETINET_IN_H
7762 # include <netinet/in.h>
7763 #endif
7764 #ifdef HAVE_NETINET_IP_H
7765 # include <netinet/ip.h>
7766 #endif
7767 #ifdef HAVE_NETINET_IP_VAR_H
7768 # include <netinet/ip_var.h>
7769 #endif
7770 #ifdef HAVE_NETINET_IP_ICMP_H
7771 # include <netinet/ip_icmp.h>
7772 #endif
7773 #ifdef HAVE_NETINET_UDP_H
7774 # include <netinet/udp.h>
7775 #endif
7776 #ifdef HAVE_NETINET_TCP_H
7777 # include <netinet/tcp.h>
7778 #endif
7780 #include <$ac_header>
7781 _ACEOF
7782 rm -f conftest.$ac_objext
7783 if { (ac_try="$ac_compile"
7784 case "(($ac_try" in
7785 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7786 *) ac_try_echo=$ac_try;;
7787 esac
7788 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7789 (eval "$ac_compile") 2>conftest.er1
7790 ac_status=$?
7791 grep -v '^ *+' conftest.er1 >conftest.err
7792 rm -f conftest.er1
7793 cat conftest.err >&5
7794 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7795 (exit $ac_status); } && {
7796 test -z "$ac_c_werror_flag" ||
7797 test ! -s conftest.err
7798 } && test -s conftest.$ac_objext; then
7799 eval "$as_ac_Header=yes"
7800 else
7801 echo "$as_me: failed program was:" >&5
7802 sed 's/^/| /' conftest.$ac_ext >&5
7804 eval "$as_ac_Header=no"
7807 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7809 ac_res=`eval echo '${'$as_ac_Header'}'`
7810 { echo "$as_me:$LINENO: result: $ac_res" >&5
7811 echo "${ECHO_T}$ac_res" >&6; }
7812 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7813 cat >>confdefs.h <<_ACEOF
7814 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7815 _ACEOF
7819 done
7823 for ac_header in linux/ipx.h
7825 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7826 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7827 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7828 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7829 echo $ECHO_N "(cached) $ECHO_C" >&6
7830 else
7831 cat >conftest.$ac_ext <<_ACEOF
7832 /* confdefs.h. */
7833 _ACEOF
7834 cat confdefs.h >>conftest.$ac_ext
7835 cat >>conftest.$ac_ext <<_ACEOF
7836 /* end confdefs.h. */
7837 #include <sys/types.h>
7838 #ifdef HAVE_ASM_TYPES_H
7839 # include <asm/types.h>
7840 #endif
7841 #ifdef HAVE_SYS_SOCKET_H
7842 # include <sys/socket.h>
7843 #endif
7845 #include <$ac_header>
7846 _ACEOF
7847 rm -f conftest.$ac_objext
7848 if { (ac_try="$ac_compile"
7849 case "(($ac_try" in
7850 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7851 *) ac_try_echo=$ac_try;;
7852 esac
7853 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7854 (eval "$ac_compile") 2>conftest.er1
7855 ac_status=$?
7856 grep -v '^ *+' conftest.er1 >conftest.err
7857 rm -f conftest.er1
7858 cat conftest.err >&5
7859 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7860 (exit $ac_status); } && {
7861 test -z "$ac_c_werror_flag" ||
7862 test ! -s conftest.err
7863 } && test -s conftest.$ac_objext; then
7864 eval "$as_ac_Header=yes"
7865 else
7866 echo "$as_me: failed program was:" >&5
7867 sed 's/^/| /' conftest.$ac_ext >&5
7869 eval "$as_ac_Header=no"
7872 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7874 ac_res=`eval echo '${'$as_ac_Header'}'`
7875 { echo "$as_me:$LINENO: result: $ac_res" >&5
7876 echo "${ECHO_T}$ac_res" >&6; }
7877 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7878 cat >>confdefs.h <<_ACEOF
7879 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7880 _ACEOF
7884 done
7888 for ac_header in resolv.h
7890 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7891 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7892 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7893 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7894 echo $ECHO_N "(cached) $ECHO_C" >&6
7895 else
7896 cat >conftest.$ac_ext <<_ACEOF
7897 /* confdefs.h. */
7898 _ACEOF
7899 cat confdefs.h >>conftest.$ac_ext
7900 cat >>conftest.$ac_ext <<_ACEOF
7901 /* end confdefs.h. */
7902 #include <sys/types.h>
7903 #ifdef HAVE_SYS_SOCKET_H
7904 # include <sys/socket.h>
7905 #endif
7906 #ifdef HAVE_NETINET_IN_H
7907 # include <netinet/in.h>
7908 #endif
7909 #ifdef HAVE_ARPA_NAMESER_H
7910 # include <arpa/nameser.h>
7911 #endif
7913 #include <$ac_header>
7914 _ACEOF
7915 rm -f conftest.$ac_objext
7916 if { (ac_try="$ac_compile"
7917 case "(($ac_try" in
7918 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7919 *) ac_try_echo=$ac_try;;
7920 esac
7921 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7922 (eval "$ac_compile") 2>conftest.er1
7923 ac_status=$?
7924 grep -v '^ *+' conftest.er1 >conftest.err
7925 rm -f conftest.er1
7926 cat conftest.err >&5
7927 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7928 (exit $ac_status); } && {
7929 test -z "$ac_c_werror_flag" ||
7930 test ! -s conftest.err
7931 } && test -s conftest.$ac_objext; then
7932 eval "$as_ac_Header=yes"
7933 else
7934 echo "$as_me: failed program was:" >&5
7935 sed 's/^/| /' conftest.$ac_ext >&5
7937 eval "$as_ac_Header=no"
7940 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7942 ac_res=`eval echo '${'$as_ac_Header'}'`
7943 { echo "$as_me:$LINENO: result: $ac_res" >&5
7944 echo "${ECHO_T}$ac_res" >&6; }
7945 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7946 cat >>confdefs.h <<_ACEOF
7947 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7948 _ACEOF
7952 done
7956 for ac_header in ucontext.h
7958 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7959 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7960 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7961 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7962 echo $ECHO_N "(cached) $ECHO_C" >&6
7963 else
7964 cat >conftest.$ac_ext <<_ACEOF
7965 /* confdefs.h. */
7966 _ACEOF
7967 cat confdefs.h >>conftest.$ac_ext
7968 cat >>conftest.$ac_ext <<_ACEOF
7969 /* end confdefs.h. */
7970 #include <signal.h>
7972 #include <$ac_header>
7973 _ACEOF
7974 rm -f conftest.$ac_objext
7975 if { (ac_try="$ac_compile"
7976 case "(($ac_try" in
7977 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7978 *) ac_try_echo=$ac_try;;
7979 esac
7980 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7981 (eval "$ac_compile") 2>conftest.er1
7982 ac_status=$?
7983 grep -v '^ *+' conftest.er1 >conftest.err
7984 rm -f conftest.er1
7985 cat conftest.err >&5
7986 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7987 (exit $ac_status); } && {
7988 test -z "$ac_c_werror_flag" ||
7989 test ! -s conftest.err
7990 } && test -s conftest.$ac_objext; then
7991 eval "$as_ac_Header=yes"
7992 else
7993 echo "$as_me: failed program was:" >&5
7994 sed 's/^/| /' conftest.$ac_ext >&5
7996 eval "$as_ac_Header=no"
7999 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8001 ac_res=`eval echo '${'$as_ac_Header'}'`
8002 { echo "$as_me:$LINENO: result: $ac_res" >&5
8003 echo "${ECHO_T}$ac_res" >&6; }
8004 if test `eval echo '${'$as_ac_Header'}'` = yes; then
8005 cat >>confdefs.h <<_ACEOF
8006 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
8007 _ACEOF
8011 done
8015 for ac_header in sys/thr.h
8017 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
8018 { echo "$as_me:$LINENO: checking for $ac_header" >&5
8019 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
8020 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8021 echo $ECHO_N "(cached) $ECHO_C" >&6
8022 else
8023 cat >conftest.$ac_ext <<_ACEOF
8024 /* confdefs.h. */
8025 _ACEOF
8026 cat confdefs.h >>conftest.$ac_ext
8027 cat >>conftest.$ac_ext <<_ACEOF
8028 /* end confdefs.h. */
8029 #include <sys/types.h>
8030 #ifdef HAVE_UCONTEXT_H
8031 #include <ucontext.h>
8032 #endif
8034 #include <$ac_header>
8035 _ACEOF
8036 rm -f conftest.$ac_objext
8037 if { (ac_try="$ac_compile"
8038 case "(($ac_try" in
8039 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8040 *) ac_try_echo=$ac_try;;
8041 esac
8042 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8043 (eval "$ac_compile") 2>conftest.er1
8044 ac_status=$?
8045 grep -v '^ *+' conftest.er1 >conftest.err
8046 rm -f conftest.er1
8047 cat conftest.err >&5
8048 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8049 (exit $ac_status); } && {
8050 test -z "$ac_c_werror_flag" ||
8051 test ! -s conftest.err
8052 } && test -s conftest.$ac_objext; then
8053 eval "$as_ac_Header=yes"
8054 else
8055 echo "$as_me: failed program was:" >&5
8056 sed 's/^/| /' conftest.$ac_ext >&5
8058 eval "$as_ac_Header=no"
8061 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8063 ac_res=`eval echo '${'$as_ac_Header'}'`
8064 { echo "$as_me:$LINENO: result: $ac_res" >&5
8065 echo "${ECHO_T}$ac_res" >&6; }
8066 if test `eval echo '${'$as_ac_Header'}'` = yes; then
8067 cat >>confdefs.h <<_ACEOF
8068 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
8069 _ACEOF
8073 done
8077 for ac_header in pthread_np.h
8079 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
8080 { echo "$as_me:$LINENO: checking for $ac_header" >&5
8081 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
8082 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8083 echo $ECHO_N "(cached) $ECHO_C" >&6
8084 else
8085 cat >conftest.$ac_ext <<_ACEOF
8086 /* confdefs.h. */
8087 _ACEOF
8088 cat confdefs.h >>conftest.$ac_ext
8089 cat >>conftest.$ac_ext <<_ACEOF
8090 /* end confdefs.h. */
8091 #ifdef HAVE_PTHREAD_H
8092 #include <pthread.h>
8093 #endif
8095 #include <$ac_header>
8096 _ACEOF
8097 rm -f conftest.$ac_objext
8098 if { (ac_try="$ac_compile"
8099 case "(($ac_try" in
8100 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8101 *) ac_try_echo=$ac_try;;
8102 esac
8103 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8104 (eval "$ac_compile") 2>conftest.er1
8105 ac_status=$?
8106 grep -v '^ *+' conftest.er1 >conftest.err
8107 rm -f conftest.er1
8108 cat conftest.err >&5
8109 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8110 (exit $ac_status); } && {
8111 test -z "$ac_c_werror_flag" ||
8112 test ! -s conftest.err
8113 } && test -s conftest.$ac_objext; then
8114 eval "$as_ac_Header=yes"
8115 else
8116 echo "$as_me: failed program was:" >&5
8117 sed 's/^/| /' conftest.$ac_ext >&5
8119 eval "$as_ac_Header=no"
8122 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8124 ac_res=`eval echo '${'$as_ac_Header'}'`
8125 { echo "$as_me:$LINENO: result: $ac_res" >&5
8126 echo "${ECHO_T}$ac_res" >&6; }
8127 if test `eval echo '${'$as_ac_Header'}'` = yes; then
8128 cat >>confdefs.h <<_ACEOF
8129 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
8130 _ACEOF
8134 done
8138 for ac_header in linux/videodev.h
8140 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
8141 { echo "$as_me:$LINENO: checking for $ac_header" >&5
8142 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
8143 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8144 echo $ECHO_N "(cached) $ECHO_C" >&6
8145 else
8146 cat >conftest.$ac_ext <<_ACEOF
8147 /* confdefs.h. */
8148 _ACEOF
8149 cat confdefs.h >>conftest.$ac_ext
8150 cat >>conftest.$ac_ext <<_ACEOF
8151 /* end confdefs.h. */
8152 #ifdef HAVE_SYS_TIME_H
8153 #include <sys/time.h>
8154 #endif
8155 #include <sys/types.h>
8156 #ifdef HAVE_ASM_TYPES_H
8157 #include <asm/types.h>
8158 #endif
8160 #include <$ac_header>
8161 _ACEOF
8162 rm -f conftest.$ac_objext
8163 if { (ac_try="$ac_compile"
8164 case "(($ac_try" in
8165 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8166 *) ac_try_echo=$ac_try;;
8167 esac
8168 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8169 (eval "$ac_compile") 2>conftest.er1
8170 ac_status=$?
8171 grep -v '^ *+' conftest.er1 >conftest.err
8172 rm -f conftest.er1
8173 cat conftest.err >&5
8174 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8175 (exit $ac_status); } && {
8176 test -z "$ac_c_werror_flag" ||
8177 test ! -s conftest.err
8178 } && test -s conftest.$ac_objext; then
8179 eval "$as_ac_Header=yes"
8180 else
8181 echo "$as_me: failed program was:" >&5
8182 sed 's/^/| /' conftest.$ac_ext >&5
8184 eval "$as_ac_Header=no"
8187 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8189 ac_res=`eval echo '${'$as_ac_Header'}'`
8190 { echo "$as_me:$LINENO: result: $ac_res" >&5
8191 echo "${ECHO_T}$ac_res" >&6; }
8192 if test `eval echo '${'$as_ac_Header'}'` = yes; then
8193 cat >>confdefs.h <<_ACEOF
8194 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
8195 _ACEOF
8199 done
8203 for ac_header in linux/capi.h
8205 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
8206 { echo "$as_me:$LINENO: checking for $ac_header" >&5
8207 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
8208 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8209 echo $ECHO_N "(cached) $ECHO_C" >&6
8210 else
8211 cat >conftest.$ac_ext <<_ACEOF
8212 /* confdefs.h. */
8213 _ACEOF
8214 cat confdefs.h >>conftest.$ac_ext
8215 cat >>conftest.$ac_ext <<_ACEOF
8216 /* end confdefs.h. */
8217 #define __user
8219 #include <$ac_header>
8220 _ACEOF
8221 rm -f conftest.$ac_objext
8222 if { (ac_try="$ac_compile"
8223 case "(($ac_try" in
8224 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8225 *) ac_try_echo=$ac_try;;
8226 esac
8227 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8228 (eval "$ac_compile") 2>conftest.er1
8229 ac_status=$?
8230 grep -v '^ *+' conftest.er1 >conftest.err
8231 rm -f conftest.er1
8232 cat conftest.err >&5
8233 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8234 (exit $ac_status); } && {
8235 test -z "$ac_c_werror_flag" ||
8236 test ! -s conftest.err
8237 } && test -s conftest.$ac_objext; then
8238 eval "$as_ac_Header=yes"
8239 else
8240 echo "$as_me: failed program was:" >&5
8241 sed 's/^/| /' conftest.$ac_ext >&5
8243 eval "$as_ac_Header=no"
8246 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8248 ac_res=`eval echo '${'$as_ac_Header'}'`
8249 { echo "$as_me:$LINENO: result: $ac_res" >&5
8250 echo "${ECHO_T}$ac_res" >&6; }
8251 if test `eval echo '${'$as_ac_Header'}'` = yes; then
8252 cat >>confdefs.h <<_ACEOF
8253 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
8254 _ACEOF
8258 done
8262 DLLEXT=""
8264 DLLFLAGS="-D_REENTRANT"
8266 LDSHARED=""
8268 LDDLLFLAGS=""
8270 LIBEXT="so"
8272 IMPLIBEXT="def"
8274 LDRPATH_INSTALL=""
8276 LDRPATH_LOCAL=""
8278 # Extract the first word of "ldd", so it can be a program name with args.
8279 set dummy ldd; ac_word=$2
8280 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8281 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8282 if test "${ac_cv_path_LDD+set}" = set; then
8283 echo $ECHO_N "(cached) $ECHO_C" >&6
8284 else
8285 case $LDD in
8286 [\\/]* | ?:[\\/]*)
8287 ac_cv_path_LDD="$LDD" # Let the user override the test with a path.
8290 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8291 as_dummy="/sbin:/usr/sbin:$PATH"
8292 for as_dir in $as_dummy
8294 IFS=$as_save_IFS
8295 test -z "$as_dir" && as_dir=.
8296 for ac_exec_ext in '' $ac_executable_extensions; do
8297 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8298 ac_cv_path_LDD="$as_dir/$ac_word$ac_exec_ext"
8299 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8300 break 2
8302 done
8303 done
8304 IFS=$as_save_IFS
8306 test -z "$ac_cv_path_LDD" && ac_cv_path_LDD="true"
8308 esac
8310 LDD=$ac_cv_path_LDD
8311 if test -n "$LDD"; then
8312 { echo "$as_me:$LINENO: result: $LDD" >&5
8313 echo "${ECHO_T}$LDD" >&6; }
8314 else
8315 { echo "$as_me:$LINENO: result: no" >&5
8316 echo "${ECHO_T}no" >&6; }
8321 case $host_os in
8322 cygwin*|mingw32*)
8323 if test -n "$ac_tool_prefix"; then
8324 # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
8325 set dummy ${ac_tool_prefix}dlltool; ac_word=$2
8326 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8327 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8328 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
8329 echo $ECHO_N "(cached) $ECHO_C" >&6
8330 else
8331 if test -n "$DLLTOOL"; then
8332 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
8333 else
8334 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8335 for as_dir in $PATH
8337 IFS=$as_save_IFS
8338 test -z "$as_dir" && as_dir=.
8339 for ac_exec_ext in '' $ac_executable_extensions; do
8340 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8341 ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
8342 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8343 break 2
8345 done
8346 done
8347 IFS=$as_save_IFS
8351 DLLTOOL=$ac_cv_prog_DLLTOOL
8352 if test -n "$DLLTOOL"; then
8353 { echo "$as_me:$LINENO: result: $DLLTOOL" >&5
8354 echo "${ECHO_T}$DLLTOOL" >&6; }
8355 else
8356 { echo "$as_me:$LINENO: result: no" >&5
8357 echo "${ECHO_T}no" >&6; }
8362 if test -z "$ac_cv_prog_DLLTOOL"; then
8363 ac_ct_DLLTOOL=$DLLTOOL
8364 # Extract the first word of "dlltool", so it can be a program name with args.
8365 set dummy dlltool; ac_word=$2
8366 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8367 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8368 if test "${ac_cv_prog_ac_ct_DLLTOOL+set}" = set; then
8369 echo $ECHO_N "(cached) $ECHO_C" >&6
8370 else
8371 if test -n "$ac_ct_DLLTOOL"; then
8372 ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test.
8373 else
8374 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8375 for as_dir in $PATH
8377 IFS=$as_save_IFS
8378 test -z "$as_dir" && as_dir=.
8379 for ac_exec_ext in '' $ac_executable_extensions; do
8380 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8381 ac_cv_prog_ac_ct_DLLTOOL="dlltool"
8382 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8383 break 2
8385 done
8386 done
8387 IFS=$as_save_IFS
8391 ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
8392 if test -n "$ac_ct_DLLTOOL"; then
8393 { echo "$as_me:$LINENO: result: $ac_ct_DLLTOOL" >&5
8394 echo "${ECHO_T}$ac_ct_DLLTOOL" >&6; }
8395 else
8396 { echo "$as_me:$LINENO: result: no" >&5
8397 echo "${ECHO_T}no" >&6; }
8400 if test "x$ac_ct_DLLTOOL" = x; then
8401 DLLTOOL="false"
8402 else
8403 case $cross_compiling:$ac_tool_warned in
8404 yes:)
8405 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
8406 whose name does not start with the host triplet. If you think this
8407 configuration is useful to you, please write to autoconf@gnu.org." >&5
8408 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
8409 whose name does not start with the host triplet. If you think this
8410 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
8411 ac_tool_warned=yes ;;
8412 esac
8413 DLLTOOL=$ac_ct_DLLTOOL
8415 else
8416 DLLTOOL="$ac_cv_prog_DLLTOOL"
8419 if test -n "$ac_tool_prefix"; then
8420 # Extract the first word of "${ac_tool_prefix}dllwrap", so it can be a program name with args.
8421 set dummy ${ac_tool_prefix}dllwrap; ac_word=$2
8422 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8423 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8424 if test "${ac_cv_prog_DLLWRAP+set}" = set; then
8425 echo $ECHO_N "(cached) $ECHO_C" >&6
8426 else
8427 if test -n "$DLLWRAP"; then
8428 ac_cv_prog_DLLWRAP="$DLLWRAP" # Let the user override the test.
8429 else
8430 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8431 for as_dir in $PATH
8433 IFS=$as_save_IFS
8434 test -z "$as_dir" && as_dir=.
8435 for ac_exec_ext in '' $ac_executable_extensions; do
8436 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8437 ac_cv_prog_DLLWRAP="${ac_tool_prefix}dllwrap"
8438 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8439 break 2
8441 done
8442 done
8443 IFS=$as_save_IFS
8447 DLLWRAP=$ac_cv_prog_DLLWRAP
8448 if test -n "$DLLWRAP"; then
8449 { echo "$as_me:$LINENO: result: $DLLWRAP" >&5
8450 echo "${ECHO_T}$DLLWRAP" >&6; }
8451 else
8452 { echo "$as_me:$LINENO: result: no" >&5
8453 echo "${ECHO_T}no" >&6; }
8458 if test -z "$ac_cv_prog_DLLWRAP"; then
8459 ac_ct_DLLWRAP=$DLLWRAP
8460 # Extract the first word of "dllwrap", so it can be a program name with args.
8461 set dummy dllwrap; ac_word=$2
8462 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8463 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8464 if test "${ac_cv_prog_ac_ct_DLLWRAP+set}" = set; then
8465 echo $ECHO_N "(cached) $ECHO_C" >&6
8466 else
8467 if test -n "$ac_ct_DLLWRAP"; then
8468 ac_cv_prog_ac_ct_DLLWRAP="$ac_ct_DLLWRAP" # Let the user override the test.
8469 else
8470 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8471 for as_dir in $PATH
8473 IFS=$as_save_IFS
8474 test -z "$as_dir" && as_dir=.
8475 for ac_exec_ext in '' $ac_executable_extensions; do
8476 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8477 ac_cv_prog_ac_ct_DLLWRAP="dllwrap"
8478 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8479 break 2
8481 done
8482 done
8483 IFS=$as_save_IFS
8487 ac_ct_DLLWRAP=$ac_cv_prog_ac_ct_DLLWRAP
8488 if test -n "$ac_ct_DLLWRAP"; then
8489 { echo "$as_me:$LINENO: result: $ac_ct_DLLWRAP" >&5
8490 echo "${ECHO_T}$ac_ct_DLLWRAP" >&6; }
8491 else
8492 { echo "$as_me:$LINENO: result: no" >&5
8493 echo "${ECHO_T}no" >&6; }
8496 if test "x$ac_ct_DLLWRAP" = x; then
8497 DLLWRAP="false"
8498 else
8499 case $cross_compiling:$ac_tool_warned in
8500 yes:)
8501 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
8502 whose name does not start with the host triplet. If you think this
8503 configuration is useful to you, please write to autoconf@gnu.org." >&5
8504 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
8505 whose name does not start with the host triplet. If you think this
8506 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
8507 ac_tool_warned=yes ;;
8508 esac
8509 DLLWRAP=$ac_ct_DLLWRAP
8511 else
8512 DLLWRAP="$ac_cv_prog_DLLWRAP"
8515 if test -n "$ac_tool_prefix"; then
8516 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
8517 set dummy ${ac_tool_prefix}ar; ac_word=$2
8518 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8519 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8520 if test "${ac_cv_prog_MINGWAR+set}" = set; then
8521 echo $ECHO_N "(cached) $ECHO_C" >&6
8522 else
8523 if test -n "$MINGWAR"; then
8524 ac_cv_prog_MINGWAR="$MINGWAR" # Let the user override the test.
8525 else
8526 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8527 for as_dir in $PATH
8529 IFS=$as_save_IFS
8530 test -z "$as_dir" && as_dir=.
8531 for ac_exec_ext in '' $ac_executable_extensions; do
8532 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8533 ac_cv_prog_MINGWAR="${ac_tool_prefix}ar"
8534 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8535 break 2
8537 done
8538 done
8539 IFS=$as_save_IFS
8543 MINGWAR=$ac_cv_prog_MINGWAR
8544 if test -n "$MINGWAR"; then
8545 { echo "$as_me:$LINENO: result: $MINGWAR" >&5
8546 echo "${ECHO_T}$MINGWAR" >&6; }
8547 else
8548 { echo "$as_me:$LINENO: result: no" >&5
8549 echo "${ECHO_T}no" >&6; }
8554 if test -z "$ac_cv_prog_MINGWAR"; then
8555 ac_ct_MINGWAR=$MINGWAR
8556 # Extract the first word of "ar", so it can be a program name with args.
8557 set dummy ar; ac_word=$2
8558 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8559 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8560 if test "${ac_cv_prog_ac_ct_MINGWAR+set}" = set; then
8561 echo $ECHO_N "(cached) $ECHO_C" >&6
8562 else
8563 if test -n "$ac_ct_MINGWAR"; then
8564 ac_cv_prog_ac_ct_MINGWAR="$ac_ct_MINGWAR" # Let the user override the test.
8565 else
8566 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8567 for as_dir in $PATH
8569 IFS=$as_save_IFS
8570 test -z "$as_dir" && as_dir=.
8571 for ac_exec_ext in '' $ac_executable_extensions; do
8572 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8573 ac_cv_prog_ac_ct_MINGWAR="ar"
8574 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8575 break 2
8577 done
8578 done
8579 IFS=$as_save_IFS
8583 ac_ct_MINGWAR=$ac_cv_prog_ac_ct_MINGWAR
8584 if test -n "$ac_ct_MINGWAR"; then
8585 { echo "$as_me:$LINENO: result: $ac_ct_MINGWAR" >&5
8586 echo "${ECHO_T}$ac_ct_MINGWAR" >&6; }
8587 else
8588 { echo "$as_me:$LINENO: result: no" >&5
8589 echo "${ECHO_T}no" >&6; }
8592 if test "x$ac_ct_MINGWAR" = x; then
8593 MINGWAR="false"
8594 else
8595 case $cross_compiling:$ac_tool_warned in
8596 yes:)
8597 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
8598 whose name does not start with the host triplet. If you think this
8599 configuration is useful to you, please write to autoconf@gnu.org." >&5
8600 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
8601 whose name does not start with the host triplet. If you think this
8602 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
8603 ac_tool_warned=yes ;;
8604 esac
8605 MINGWAR=$ac_ct_MINGWAR
8607 else
8608 MINGWAR="$ac_cv_prog_MINGWAR"
8611 if test "$DLLWRAP" = "false"; then
8612 LIBEXT="a"
8613 else
8614 LIBEXT="dll"
8616 IMPLIBEXT="a"
8617 WIN16_FILES=""
8618 WIN16_INSTALL=""
8619 enable_iphlpapi=${enable_iphlpapi:-no}
8620 enable_kernel32=${enable_kernel32:-no}
8621 enable_msvcrt=${enable_msvcrt:-no}
8622 enable_ntdll=${enable_ntdll:-no}
8623 enable_ws2_32=${enable_ws2_32:-no}
8624 enable_loader=${enable_loader:-no}
8625 enable_server=${enable_server:-no}
8627 darwin*|macosx*)
8628 DLLEXT=".so"
8629 LIBEXT="dylib"
8630 DLLFLAGS="$DLLFLAGS -fPIC"
8631 LDDLLFLAGS="-bundle -multiply_defined suppress"
8632 LIBWINE_LDFLAGS="-multiply_defined suppress"
8633 LDSHARED="\$(CC) -dynamiclib"
8634 STRIP="$STRIP -x"
8635 LDRPATH_LOCAL="&& install_name_tool -change @executable_path/\`\$(RELPATH) \$(bindir) \$(libdir)\`/libwine.1.dylib @executable_path/\$(TOPOBJDIR)/libs/wine/libwine.1.dylib \$@ || \$(RM) \$@"
8636 SECURITYLIB="-framework Security -framework CoreFoundation"
8638 COREFOUNDATIONLIB="-framework CoreFoundation"
8640 IOKITLIB="-framework IOKit -framework CoreFoundation"
8642 LDEXECFLAGS="-image_base 0x7bf00000 -Wl,-segaddr,WINE_DOS,0x00000000,-segaddr,WINE_SHARED_HEAP,0x7f000000"
8644 if test "$ac_cv_header_DiskArbitration_DiskArbitration_h" = "yes"
8645 then
8646 DISKARBITRATIONLIB="-framework DiskArbitration -framework CoreFoundation"
8649 if test "$ac_cv_header_CoreAudio_CoreAudio_h" = "yes" -a "$ac_cv_header_AudioUnit_AudioUnit_h" = "yes"
8650 then
8651 COREAUDIO="-framework CoreAudio -framework AudioUnit -framework CoreServices -framework AudioToolbox -framework CoreMIDI"
8654 case $host_cpu in
8655 *powerpc*)
8656 LDDLLFLAGS="$LDDLLFLAGS -read_only_relocs warning" ;;
8657 esac
8658 if test "$ac_cv_header_Carbon_Carbon_h" = "yes"
8659 then
8660 CARBONLIB="-framework Carbon"
8662 enable_winequartz_drv=${enable_winequartz_drv:-yes}
8666 DLLFLAGS="$DLLFLAGS -fPIC"
8667 DLLEXT=".so"
8668 { echo "$as_me:$LINENO: checking whether we can build a GNU style ELF dll" >&5
8669 echo $ECHO_N "checking whether we can build a GNU style ELF dll... $ECHO_C" >&6; }
8670 if test "${ac_cv_c_dll_gnuelf+set}" = set; then
8671 echo $ECHO_N "(cached) $ECHO_C" >&6
8672 else
8673 ac_wine_try_cflags_saved=$CFLAGS
8674 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic"
8675 cat >conftest.$ac_ext <<_ACEOF
8676 void myfunc() {}
8677 _ACEOF
8678 rm -f conftest.$ac_objext conftest$ac_exeext
8679 if { (ac_try="$ac_link"
8680 case "(($ac_try" in
8681 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8682 *) ac_try_echo=$ac_try;;
8683 esac
8684 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8685 (eval "$ac_link") 2>conftest.er1
8686 ac_status=$?
8687 grep -v '^ *+' conftest.er1 >conftest.err
8688 rm -f conftest.er1
8689 cat conftest.err >&5
8690 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8691 (exit $ac_status); } && {
8692 test -z "$ac_c_werror_flag" ||
8693 test ! -s conftest.err
8694 } && test -s conftest$ac_exeext &&
8695 $as_test_x conftest$ac_exeext; then
8696 ac_cv_c_dll_gnuelf="yes"
8697 else
8698 echo "$as_me: failed program was:" >&5
8699 sed 's/^/| /' conftest.$ac_ext >&5
8701 ac_cv_c_dll_gnuelf="no"
8704 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8705 conftest$ac_exeext conftest.$ac_ext
8706 CFLAGS=$ac_wine_try_cflags_saved
8708 { echo "$as_me:$LINENO: result: $ac_cv_c_dll_gnuelf" >&5
8709 echo "${ECHO_T}$ac_cv_c_dll_gnuelf" >&6; }
8710 if test "$ac_cv_c_dll_gnuelf" = "yes"
8711 then
8712 LDSHARED="\$(CC) -shared"
8713 LDDLLFLAGS="-shared -Wl,-Bsymbolic"
8714 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1" >&5
8715 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1... $ECHO_C" >&6; }
8716 if test "${ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1+set}" = set; then
8717 echo $ECHO_N "(cached) $ECHO_C" >&6
8718 else
8719 ac_wine_try_cflags_saved=$CFLAGS
8720 CFLAGS="$CFLAGS -fPIC -shared -Wl,-soname,confest.so.1"
8721 cat >conftest.$ac_ext <<_ACEOF
8722 /* confdefs.h. */
8723 _ACEOF
8724 cat confdefs.h >>conftest.$ac_ext
8725 cat >>conftest.$ac_ext <<_ACEOF
8726 /* end confdefs.h. */
8729 main ()
8733 return 0;
8735 _ACEOF
8736 rm -f conftest.$ac_objext conftest$ac_exeext
8737 if { (ac_try="$ac_link"
8738 case "(($ac_try" in
8739 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8740 *) ac_try_echo=$ac_try;;
8741 esac
8742 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8743 (eval "$ac_link") 2>conftest.er1
8744 ac_status=$?
8745 grep -v '^ *+' conftest.er1 >conftest.err
8746 rm -f conftest.er1
8747 cat conftest.err >&5
8748 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8749 (exit $ac_status); } && {
8750 test -z "$ac_c_werror_flag" ||
8751 test ! -s conftest.err
8752 } && test -s conftest$ac_exeext &&
8753 $as_test_x conftest$ac_exeext; then
8754 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=yes
8755 else
8756 echo "$as_me: failed program was:" >&5
8757 sed 's/^/| /' conftest.$ac_ext >&5
8759 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=no
8762 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8763 conftest$ac_exeext conftest.$ac_ext
8764 CFLAGS=$ac_wine_try_cflags_saved
8766 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&5
8767 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&6; }
8768 if test $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1 = yes; then
8769 LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-soname,%)"
8770 else
8771 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1" >&5
8772 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1... $ECHO_C" >&6; }
8773 if test "${ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1+set}" = set; then
8774 echo $ECHO_N "(cached) $ECHO_C" >&6
8775 else
8776 ac_wine_try_cflags_saved=$CFLAGS
8777 CFLAGS="$CFLAGS -fPIC -shared -Wl,-h,confest.so.1"
8778 cat >conftest.$ac_ext <<_ACEOF
8779 /* confdefs.h. */
8780 _ACEOF
8781 cat confdefs.h >>conftest.$ac_ext
8782 cat >>conftest.$ac_ext <<_ACEOF
8783 /* end confdefs.h. */
8786 main ()
8790 return 0;
8792 _ACEOF
8793 rm -f conftest.$ac_objext conftest$ac_exeext
8794 if { (ac_try="$ac_link"
8795 case "(($ac_try" in
8796 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8797 *) ac_try_echo=$ac_try;;
8798 esac
8799 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8800 (eval "$ac_link") 2>conftest.er1
8801 ac_status=$?
8802 grep -v '^ *+' conftest.er1 >conftest.err
8803 rm -f conftest.er1
8804 cat conftest.err >&5
8805 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8806 (exit $ac_status); } && {
8807 test -z "$ac_c_werror_flag" ||
8808 test ! -s conftest.err
8809 } && test -s conftest$ac_exeext &&
8810 $as_test_x conftest$ac_exeext; then
8811 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=yes
8812 else
8813 echo "$as_me: failed program was:" >&5
8814 sed 's/^/| /' conftest.$ac_ext >&5
8816 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=no
8819 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8820 conftest$ac_exeext conftest.$ac_ext
8821 CFLAGS=$ac_wine_try_cflags_saved
8823 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&5
8824 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&6; }
8825 if test $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1 = yes; then
8826 LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-h,%)"
8832 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs" >&5
8833 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs... $ECHO_C" >&6; }
8834 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs+set}" = set; then
8835 echo $ECHO_N "(cached) $ECHO_C" >&6
8836 else
8837 ac_wine_try_cflags_saved=$CFLAGS
8838 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-z,defs"
8839 cat >conftest.$ac_ext <<_ACEOF
8840 /* confdefs.h. */
8841 _ACEOF
8842 cat confdefs.h >>conftest.$ac_ext
8843 cat >>conftest.$ac_ext <<_ACEOF
8844 /* end confdefs.h. */
8847 main ()
8851 return 0;
8853 _ACEOF
8854 rm -f conftest.$ac_objext conftest$ac_exeext
8855 if { (ac_try="$ac_link"
8856 case "(($ac_try" in
8857 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8858 *) ac_try_echo=$ac_try;;
8859 esac
8860 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8861 (eval "$ac_link") 2>conftest.er1
8862 ac_status=$?
8863 grep -v '^ *+' conftest.er1 >conftest.err
8864 rm -f conftest.er1
8865 cat conftest.err >&5
8866 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8867 (exit $ac_status); } && {
8868 test -z "$ac_c_werror_flag" ||
8869 test ! -s conftest.err
8870 } && test -s conftest$ac_exeext &&
8871 $as_test_x conftest$ac_exeext; then
8872 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=yes
8873 else
8874 echo "$as_me: failed program was:" >&5
8875 sed 's/^/| /' conftest.$ac_ext >&5
8877 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=no
8880 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8881 conftest$ac_exeext conftest.$ac_ext
8882 CFLAGS=$ac_wine_try_cflags_saved
8884 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&5
8885 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&6; }
8886 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs = yes; then
8887 LDDLLFLAGS="$LDDLLFLAGS,-z,defs"
8891 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini" >&5
8892 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini... $ECHO_C" >&6; }
8893 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini+set}" = set; then
8894 echo $ECHO_N "(cached) $ECHO_C" >&6
8895 else
8896 ac_wine_try_cflags_saved=$CFLAGS
8897 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini"
8898 cat >conftest.$ac_ext <<_ACEOF
8899 /* confdefs.h. */
8900 _ACEOF
8901 cat confdefs.h >>conftest.$ac_ext
8902 cat >>conftest.$ac_ext <<_ACEOF
8903 /* end confdefs.h. */
8906 main ()
8910 return 0;
8912 _ACEOF
8913 rm -f conftest.$ac_objext conftest$ac_exeext
8914 if { (ac_try="$ac_link"
8915 case "(($ac_try" in
8916 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8917 *) ac_try_echo=$ac_try;;
8918 esac
8919 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8920 (eval "$ac_link") 2>conftest.er1
8921 ac_status=$?
8922 grep -v '^ *+' conftest.er1 >conftest.err
8923 rm -f conftest.er1
8924 cat conftest.err >&5
8925 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8926 (exit $ac_status); } && {
8927 test -z "$ac_c_werror_flag" ||
8928 test ! -s conftest.err
8929 } && test -s conftest$ac_exeext &&
8930 $as_test_x conftest$ac_exeext; then
8931 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=yes
8932 else
8933 echo "$as_me: failed program was:" >&5
8934 sed 's/^/| /' conftest.$ac_ext >&5
8936 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=no
8939 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8940 conftest$ac_exeext conftest.$ac_ext
8941 CFLAGS=$ac_wine_try_cflags_saved
8943 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&5
8944 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&6; }
8945 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini = yes; then
8946 LDDLLFLAGS="$LDDLLFLAGS,-init,__wine_spec_init,-fini,__wine_spec_fini"
8950 echo '{ global: *; };' >conftest.map
8951 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map" >&5
8952 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map... $ECHO_C" >&6; }
8953 if test "${ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map+set}" = set; then
8954 echo $ECHO_N "(cached) $ECHO_C" >&6
8955 else
8956 ac_wine_try_cflags_saved=$CFLAGS
8957 CFLAGS="$CFLAGS -fPIC -shared -Wl,--version-script=conftest.map"
8958 cat >conftest.$ac_ext <<_ACEOF
8959 /* confdefs.h. */
8960 _ACEOF
8961 cat confdefs.h >>conftest.$ac_ext
8962 cat >>conftest.$ac_ext <<_ACEOF
8963 /* end confdefs.h. */
8966 main ()
8970 return 0;
8972 _ACEOF
8973 rm -f conftest.$ac_objext conftest$ac_exeext
8974 if { (ac_try="$ac_link"
8975 case "(($ac_try" in
8976 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8977 *) ac_try_echo=$ac_try;;
8978 esac
8979 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8980 (eval "$ac_link") 2>conftest.er1
8981 ac_status=$?
8982 grep -v '^ *+' conftest.er1 >conftest.err
8983 rm -f conftest.er1
8984 cat conftest.err >&5
8985 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8986 (exit $ac_status); } && {
8987 test -z "$ac_c_werror_flag" ||
8988 test ! -s conftest.err
8989 } && test -s conftest$ac_exeext &&
8990 $as_test_x conftest$ac_exeext; then
8991 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=yes
8992 else
8993 echo "$as_me: failed program was:" >&5
8994 sed 's/^/| /' conftest.$ac_ext >&5
8996 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=no
8999 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9000 conftest$ac_exeext conftest.$ac_ext
9001 CFLAGS=$ac_wine_try_cflags_saved
9003 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&5
9004 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&6; }
9005 if test $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map = yes; then
9006 LDSHARED="$LDSHARED \$(VERSCRIPT:%=-Wl,--version-script=%)"
9009 rm -f conftest.map
9011 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
9012 echo $ECHO_N "checking whether the compiler supports -fPIC -Wl,--export-dynamic... $ECHO_C" >&6; }
9013 if test "${ac_cv_cflags__fPIC__Wl___export_dynamic+set}" = set; then
9014 echo $ECHO_N "(cached) $ECHO_C" >&6
9015 else
9016 ac_wine_try_cflags_saved=$CFLAGS
9017 CFLAGS="$CFLAGS -fPIC -Wl,--export-dynamic"
9018 cat >conftest.$ac_ext <<_ACEOF
9019 /* confdefs.h. */
9020 _ACEOF
9021 cat confdefs.h >>conftest.$ac_ext
9022 cat >>conftest.$ac_ext <<_ACEOF
9023 /* end confdefs.h. */
9026 main ()
9030 return 0;
9032 _ACEOF
9033 rm -f conftest.$ac_objext conftest$ac_exeext
9034 if { (ac_try="$ac_link"
9035 case "(($ac_try" in
9036 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9037 *) ac_try_echo=$ac_try;;
9038 esac
9039 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9040 (eval "$ac_link") 2>conftest.er1
9041 ac_status=$?
9042 grep -v '^ *+' conftest.er1 >conftest.err
9043 rm -f conftest.er1
9044 cat conftest.err >&5
9045 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9046 (exit $ac_status); } && {
9047 test -z "$ac_c_werror_flag" ||
9048 test ! -s conftest.err
9049 } && test -s conftest$ac_exeext &&
9050 $as_test_x conftest$ac_exeext; then
9051 ac_cv_cflags__fPIC__Wl___export_dynamic=yes
9052 else
9053 echo "$as_me: failed program was:" >&5
9054 sed 's/^/| /' conftest.$ac_ext >&5
9056 ac_cv_cflags__fPIC__Wl___export_dynamic=no
9059 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9060 conftest$ac_exeext conftest.$ac_ext
9061 CFLAGS=$ac_wine_try_cflags_saved
9063 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
9064 echo "${ECHO_T}$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
9065 if test $ac_cv_cflags__fPIC__Wl___export_dynamic = yes; then
9066 LDEXECFLAGS="-Wl,--export-dynamic"
9071 as_ac_var=`echo "ac_cv_cflags_-fPIC -Wl,--rpath,\$ORIGIN/../lib" | $as_tr_sh`
9072 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
9073 echo $ECHO_N "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... $ECHO_C" >&6; }
9074 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
9075 echo $ECHO_N "(cached) $ECHO_C" >&6
9076 else
9077 ac_wine_try_cflags_saved=$CFLAGS
9078 CFLAGS="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
9079 cat >conftest.$ac_ext <<_ACEOF
9080 /* confdefs.h. */
9081 _ACEOF
9082 cat confdefs.h >>conftest.$ac_ext
9083 cat >>conftest.$ac_ext <<_ACEOF
9084 /* end confdefs.h. */
9087 main ()
9091 return 0;
9093 _ACEOF
9094 rm -f conftest.$ac_objext conftest$ac_exeext
9095 if { (ac_try="$ac_link"
9096 case "(($ac_try" in
9097 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9098 *) ac_try_echo=$ac_try;;
9099 esac
9100 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9101 (eval "$ac_link") 2>conftest.er1
9102 ac_status=$?
9103 grep -v '^ *+' conftest.er1 >conftest.err
9104 rm -f conftest.er1
9105 cat conftest.err >&5
9106 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9107 (exit $ac_status); } && {
9108 test -z "$ac_c_werror_flag" ||
9109 test ! -s conftest.err
9110 } && test -s conftest$ac_exeext &&
9111 $as_test_x conftest$ac_exeext; then
9112 eval "$as_ac_var=yes"
9113 else
9114 echo "$as_me: failed program was:" >&5
9115 sed 's/^/| /' conftest.$ac_ext >&5
9117 eval "$as_ac_var=no"
9120 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9121 conftest$ac_exeext conftest.$ac_ext
9122 CFLAGS=$ac_wine_try_cflags_saved
9124 ac_res=`eval echo '${'$as_ac_var'}'`
9125 { echo "$as_me:$LINENO: result: $ac_res" >&5
9126 echo "${ECHO_T}$ac_res" >&6; }
9127 if test `eval echo '${'$as_ac_var'}'` = yes; then
9128 LDRPATH_INSTALL="-Wl,--rpath,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
9129 LDRPATH_LOCAL="-Wl,--rpath,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
9130 else
9131 as_ac_var=`echo "ac_cv_cflags_-fPIC -Wl,-R,\$ORIGIN/../lib" | $as_tr_sh`
9132 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
9133 echo $ECHO_N "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... $ECHO_C" >&6; }
9134 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
9135 echo $ECHO_N "(cached) $ECHO_C" >&6
9136 else
9137 ac_wine_try_cflags_saved=$CFLAGS
9138 CFLAGS="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
9139 cat >conftest.$ac_ext <<_ACEOF
9140 /* confdefs.h. */
9141 _ACEOF
9142 cat confdefs.h >>conftest.$ac_ext
9143 cat >>conftest.$ac_ext <<_ACEOF
9144 /* end confdefs.h. */
9147 main ()
9151 return 0;
9153 _ACEOF
9154 rm -f conftest.$ac_objext conftest$ac_exeext
9155 if { (ac_try="$ac_link"
9156 case "(($ac_try" in
9157 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9158 *) ac_try_echo=$ac_try;;
9159 esac
9160 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9161 (eval "$ac_link") 2>conftest.er1
9162 ac_status=$?
9163 grep -v '^ *+' conftest.er1 >conftest.err
9164 rm -f conftest.er1
9165 cat conftest.err >&5
9166 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9167 (exit $ac_status); } && {
9168 test -z "$ac_c_werror_flag" ||
9169 test ! -s conftest.err
9170 } && test -s conftest$ac_exeext &&
9171 $as_test_x conftest$ac_exeext; then
9172 eval "$as_ac_var=yes"
9173 else
9174 echo "$as_me: failed program was:" >&5
9175 sed 's/^/| /' conftest.$ac_ext >&5
9177 eval "$as_ac_var=no"
9180 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9181 conftest$ac_exeext conftest.$ac_ext
9182 CFLAGS=$ac_wine_try_cflags_saved
9184 ac_res=`eval echo '${'$as_ac_var'}'`
9185 { echo "$as_me:$LINENO: result: $ac_res" >&5
9186 echo "${ECHO_T}$ac_res" >&6; }
9187 if test `eval echo '${'$as_ac_var'}'` = yes; then
9188 LDRPATH_INSTALL="-Wl,-R,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
9189 LDRPATH_LOCAL="-Wl,-R,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
9195 { echo "$as_me:$LINENO: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
9196 echo $ECHO_N "checking whether the compiler supports -Wl,--enable-new-dtags... $ECHO_C" >&6; }
9197 if test "${ac_cv_cflags__Wl___enable_new_dtags+set}" = set; then
9198 echo $ECHO_N "(cached) $ECHO_C" >&6
9199 else
9200 ac_wine_try_cflags_saved=$CFLAGS
9201 CFLAGS="$CFLAGS -Wl,--enable-new-dtags"
9202 cat >conftest.$ac_ext <<_ACEOF
9203 /* confdefs.h. */
9204 _ACEOF
9205 cat confdefs.h >>conftest.$ac_ext
9206 cat >>conftest.$ac_ext <<_ACEOF
9207 /* end confdefs.h. */
9210 main ()
9214 return 0;
9216 _ACEOF
9217 rm -f conftest.$ac_objext conftest$ac_exeext
9218 if { (ac_try="$ac_link"
9219 case "(($ac_try" in
9220 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9221 *) ac_try_echo=$ac_try;;
9222 esac
9223 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9224 (eval "$ac_link") 2>conftest.er1
9225 ac_status=$?
9226 grep -v '^ *+' conftest.er1 >conftest.err
9227 rm -f conftest.er1
9228 cat conftest.err >&5
9229 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9230 (exit $ac_status); } && {
9231 test -z "$ac_c_werror_flag" ||
9232 test ! -s conftest.err
9233 } && test -s conftest$ac_exeext &&
9234 $as_test_x conftest$ac_exeext; then
9235 ac_cv_cflags__Wl___enable_new_dtags=yes
9236 else
9237 echo "$as_me: failed program was:" >&5
9238 sed 's/^/| /' conftest.$ac_ext >&5
9240 ac_cv_cflags__Wl___enable_new_dtags=no
9243 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9244 conftest$ac_exeext conftest.$ac_ext
9245 CFLAGS=$ac_wine_try_cflags_saved
9247 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
9248 echo "${ECHO_T}$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
9249 if test $ac_cv_cflags__Wl___enable_new_dtags = yes; then
9250 LDRPATH_INSTALL="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
9254 case $host_cpu in
9255 *i[3456789]86* | x86_64)
9256 { echo "$as_me:$LINENO: checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400" >&5
9257 echo $ECHO_N "checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400... $ECHO_C" >&6; }
9258 if test "${ac_cv_cflags__Wl___section_start__interp_0x7bf00400+set}" = set; then
9259 echo $ECHO_N "(cached) $ECHO_C" >&6
9260 else
9261 ac_wine_try_cflags_saved=$CFLAGS
9262 CFLAGS="$CFLAGS -Wl,--section-start,.interp=0x7bf00400"
9263 cat >conftest.$ac_ext <<_ACEOF
9264 /* confdefs.h. */
9265 _ACEOF
9266 cat confdefs.h >>conftest.$ac_ext
9267 cat >>conftest.$ac_ext <<_ACEOF
9268 /* end confdefs.h. */
9271 main ()
9275 return 0;
9277 _ACEOF
9278 rm -f conftest.$ac_objext conftest$ac_exeext
9279 if { (ac_try="$ac_link"
9280 case "(($ac_try" in
9281 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9282 *) ac_try_echo=$ac_try;;
9283 esac
9284 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9285 (eval "$ac_link") 2>conftest.er1
9286 ac_status=$?
9287 grep -v '^ *+' conftest.er1 >conftest.err
9288 rm -f conftest.er1
9289 cat conftest.err >&5
9290 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9291 (exit $ac_status); } && {
9292 test -z "$ac_c_werror_flag" ||
9293 test ! -s conftest.err
9294 } && test -s conftest$ac_exeext &&
9295 $as_test_x conftest$ac_exeext; then
9296 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=yes
9297 else
9298 echo "$as_me: failed program was:" >&5
9299 sed 's/^/| /' conftest.$ac_ext >&5
9301 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=no
9304 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9305 conftest$ac_exeext conftest.$ac_ext
9306 CFLAGS=$ac_wine_try_cflags_saved
9308 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&5
9309 echo "${ECHO_T}$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&6; }
9310 if test $ac_cv_cflags__Wl___section_start__interp_0x7bf00400 = yes; then
9311 LDEXECFLAGS="$LDEXECFLAGS -Wl,--section-start,.interp=0x7bf00400"
9315 esac
9317 else
9318 { echo "$as_me:$LINENO: checking whether we can build a UnixWare (Solaris) dll" >&5
9319 echo $ECHO_N "checking whether we can build a UnixWare (Solaris) dll... $ECHO_C" >&6; }
9320 if test "${ac_cv_c_dll_unixware+set}" = set; then
9321 echo $ECHO_N "(cached) $ECHO_C" >&6
9322 else
9323 ac_wine_try_cflags_saved=$CFLAGS
9324 CFLAGS="$CFLAGS -fPIC -Wl,-G,-h,conftest.so.1.0,-B,symbolic"
9325 cat >conftest.$ac_ext <<_ACEOF
9326 void myfunc() {}
9327 _ACEOF
9328 rm -f conftest.$ac_objext conftest$ac_exeext
9329 if { (ac_try="$ac_link"
9330 case "(($ac_try" in
9331 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9332 *) ac_try_echo=$ac_try;;
9333 esac
9334 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9335 (eval "$ac_link") 2>conftest.er1
9336 ac_status=$?
9337 grep -v '^ *+' conftest.er1 >conftest.err
9338 rm -f conftest.er1
9339 cat conftest.err >&5
9340 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9341 (exit $ac_status); } && {
9342 test -z "$ac_c_werror_flag" ||
9343 test ! -s conftest.err
9344 } && test -s conftest$ac_exeext &&
9345 $as_test_x conftest$ac_exeext; then
9346 ac_cv_c_dll_unixware="yes"
9347 else
9348 echo "$as_me: failed program was:" >&5
9349 sed 's/^/| /' conftest.$ac_ext >&5
9351 ac_cv_c_dll_unixware="no"
9354 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9355 conftest$ac_exeext conftest.$ac_ext
9356 CFLAGS=$ac_wine_try_cflags_saved
9358 { echo "$as_me:$LINENO: result: $ac_cv_c_dll_unixware" >&5
9359 echo "${ECHO_T}$ac_cv_c_dll_unixware" >&6; }
9360 if test "$ac_cv_c_dll_unixware" = "yes"
9361 then
9362 LDSHARED="\$(CC) -Wl,-G \$(SONAME:%=-Wl,-h,%)"
9363 LDDLLFLAGS="-Wl,-G,-B,symbolic"
9365 else
9366 { echo "$as_me:$LINENO: checking whether we can build an HP-UX dll" >&5
9367 echo $ECHO_N "checking whether we can build an HP-UX dll... $ECHO_C" >&6; }
9368 if test "${ac_cv_c_dll_hpux+set}" = set; then
9369 echo $ECHO_N "(cached) $ECHO_C" >&6
9370 else
9371 ac_wine_try_cflags_saved=$CFLAGS
9372 CFLAGS="$CFLAGS -shared"
9373 cat >conftest.$ac_ext <<_ACEOF
9374 void myfunc() {}
9375 _ACEOF
9376 rm -f conftest.$ac_objext conftest$ac_exeext
9377 if { (ac_try="$ac_link"
9378 case "(($ac_try" in
9379 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9380 *) ac_try_echo=$ac_try;;
9381 esac
9382 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9383 (eval "$ac_link") 2>conftest.er1
9384 ac_status=$?
9385 grep -v '^ *+' conftest.er1 >conftest.err
9386 rm -f conftest.er1
9387 cat conftest.err >&5
9388 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9389 (exit $ac_status); } && {
9390 test -z "$ac_c_werror_flag" ||
9391 test ! -s conftest.err
9392 } && test -s conftest$ac_exeext &&
9393 $as_test_x conftest$ac_exeext; then
9394 ac_cv_c_dll_hpux="yes"
9395 else
9396 echo "$as_me: failed program was:" >&5
9397 sed 's/^/| /' conftest.$ac_ext >&5
9399 ac_cv_c_dll_hpux="no"
9402 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9403 conftest$ac_exeext conftest.$ac_ext
9404 CFLAGS=$ac_wine_try_cflags_saved
9406 { echo "$as_me:$LINENO: result: $ac_cv_c_dll_hpux" >&5
9407 echo "${ECHO_T}$ac_cv_c_dll_hpux" >&6; }
9408 if test "$ac_cv_c_dll_hpux" = "yes"
9409 then
9410 LIBEXT="sl"
9411 DLLEXT=".sl"
9412 LDDLLFLAGS="-shared -fPIC"
9413 LDSHARED="\$(CC) -shared"
9418 esac
9420 enable_winequartz_drv=${enable_winequartz_drv:-no}
9422 if test "$LIBEXT" = "a"; then
9423 { { echo "$as_me:$LINENO: error: could not find a way to build shared libraries.
9424 It is currently not possible to build Wine without shared library
9425 (.so) support to allow transparent switch between .so and .dll files.
9426 If you are using Linux, you will need a newer binutils.
9427 " >&5
9428 echo "$as_me: error: could not find a way to build shared libraries.
9429 It is currently not possible to build Wine without shared library
9430 (.so) support to allow transparent switch between .so and .dll files.
9431 If you are using Linux, you will need a newer binutils.
9432 " >&2;}
9433 { (exit 1); exit 1; }; }
9436 if test "$cross_compiling" = "no" -a "$LIBEXT" != "dll"
9437 then
9438 for ac_prog in i586-mingw32msvc-gcc i386-mingw32msvc-gcc i686-mingw32-gcc i586-mingw32-gcc i486-mingw32-gcc i386-mingw32-gcc mingw32-gcc mingw-gcc
9440 # Extract the first word of "$ac_prog", so it can be a program name with args.
9441 set dummy $ac_prog; ac_word=$2
9442 { echo "$as_me:$LINENO: checking for $ac_word" >&5
9443 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
9444 if test "${ac_cv_prog_CROSSCC+set}" = set; then
9445 echo $ECHO_N "(cached) $ECHO_C" >&6
9446 else
9447 if test -n "$CROSSCC"; then
9448 ac_cv_prog_CROSSCC="$CROSSCC" # Let the user override the test.
9449 else
9450 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9451 for as_dir in $PATH
9453 IFS=$as_save_IFS
9454 test -z "$as_dir" && as_dir=.
9455 for ac_exec_ext in '' $ac_executable_extensions; do
9456 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9457 ac_cv_prog_CROSSCC="$ac_prog"
9458 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9459 break 2
9461 done
9462 done
9463 IFS=$as_save_IFS
9467 CROSSCC=$ac_cv_prog_CROSSCC
9468 if test -n "$CROSSCC"; then
9469 { echo "$as_me:$LINENO: result: $CROSSCC" >&5
9470 echo "${ECHO_T}$CROSSCC" >&6; }
9471 else
9472 { echo "$as_me:$LINENO: result: no" >&5
9473 echo "${ECHO_T}no" >&6; }
9477 test -n "$CROSSCC" && break
9478 done
9479 test -n "$CROSSCC" || CROSSCC="false"
9481 for ac_prog in i586-mingw32msvc-dlltool i386-mingw32msvc-dlltool i686-mingw32-dlltool i586-mingw32-dlltool i486-mingw32-dlltool i386-mingw32-dlltool mingw32-dlltool mingw-dlltool
9483 # Extract the first word of "$ac_prog", so it can be a program name with args.
9484 set dummy $ac_prog; ac_word=$2
9485 { echo "$as_me:$LINENO: checking for $ac_word" >&5
9486 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
9487 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
9488 echo $ECHO_N "(cached) $ECHO_C" >&6
9489 else
9490 if test -n "$DLLTOOL"; then
9491 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
9492 else
9493 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9494 for as_dir in $PATH
9496 IFS=$as_save_IFS
9497 test -z "$as_dir" && as_dir=.
9498 for ac_exec_ext in '' $ac_executable_extensions; do
9499 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9500 ac_cv_prog_DLLTOOL="$ac_prog"
9501 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9502 break 2
9504 done
9505 done
9506 IFS=$as_save_IFS
9510 DLLTOOL=$ac_cv_prog_DLLTOOL
9511 if test -n "$DLLTOOL"; then
9512 { echo "$as_me:$LINENO: result: $DLLTOOL" >&5
9513 echo "${ECHO_T}$DLLTOOL" >&6; }
9514 else
9515 { echo "$as_me:$LINENO: result: no" >&5
9516 echo "${ECHO_T}no" >&6; }
9520 test -n "$DLLTOOL" && break
9521 done
9522 test -n "$DLLTOOL" || DLLTOOL="false"
9524 for ac_prog in i586-mingw32msvc-windres i386-mingw32msvc-windres i686-mingw32-windres i586-mingw32-windres i486-mingw32-windres i386-mingw32-windres mingw32-windres mingw-windres
9526 # Extract the first word of "$ac_prog", so it can be a program name with args.
9527 set dummy $ac_prog; ac_word=$2
9528 { echo "$as_me:$LINENO: checking for $ac_word" >&5
9529 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
9530 if test "${ac_cv_prog_CROSSWINDRES+set}" = set; then
9531 echo $ECHO_N "(cached) $ECHO_C" >&6
9532 else
9533 if test -n "$CROSSWINDRES"; then
9534 ac_cv_prog_CROSSWINDRES="$CROSSWINDRES" # Let the user override the test.
9535 else
9536 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9537 for as_dir in $PATH
9539 IFS=$as_save_IFS
9540 test -z "$as_dir" && as_dir=.
9541 for ac_exec_ext in '' $ac_executable_extensions; do
9542 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9543 ac_cv_prog_CROSSWINDRES="$ac_prog"
9544 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9545 break 2
9547 done
9548 done
9549 IFS=$as_save_IFS
9553 CROSSWINDRES=$ac_cv_prog_CROSSWINDRES
9554 if test -n "$CROSSWINDRES"; then
9555 { echo "$as_me:$LINENO: result: $CROSSWINDRES" >&5
9556 echo "${ECHO_T}$CROSSWINDRES" >&6; }
9557 else
9558 { echo "$as_me:$LINENO: result: no" >&5
9559 echo "${ECHO_T}no" >&6; }
9563 test -n "$CROSSWINDRES" && break
9564 done
9565 test -n "$CROSSWINDRES" || CROSSWINDRES="false"
9567 for ac_prog in i586-mingw32msvc-ar i386-mingw32msvc-ar i686-mingw32-ar i586-mingw32-ar i486-mingw32-ar i386-mingw32-ar mingw32-ar mingw-ar
9569 # Extract the first word of "$ac_prog", so it can be a program name with args.
9570 set dummy $ac_prog; ac_word=$2
9571 { echo "$as_me:$LINENO: checking for $ac_word" >&5
9572 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
9573 if test "${ac_cv_prog_MINGWAR+set}" = set; then
9574 echo $ECHO_N "(cached) $ECHO_C" >&6
9575 else
9576 if test -n "$MINGWAR"; then
9577 ac_cv_prog_MINGWAR="$MINGWAR" # Let the user override the test.
9578 else
9579 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9580 for as_dir in $PATH
9582 IFS=$as_save_IFS
9583 test -z "$as_dir" && as_dir=.
9584 for ac_exec_ext in '' $ac_executable_extensions; do
9585 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9586 ac_cv_prog_MINGWAR="$ac_prog"
9587 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9588 break 2
9590 done
9591 done
9592 IFS=$as_save_IFS
9596 MINGWAR=$ac_cv_prog_MINGWAR
9597 if test -n "$MINGWAR"; then
9598 { echo "$as_me:$LINENO: result: $MINGWAR" >&5
9599 echo "${ECHO_T}$MINGWAR" >&6; }
9600 else
9601 { echo "$as_me:$LINENO: result: no" >&5
9602 echo "${ECHO_T}no" >&6; }
9606 test -n "$MINGWAR" && break
9607 done
9608 test -n "$MINGWAR" || MINGWAR="false"
9610 if test "$CROSSCC" != "false"
9611 then
9612 CROSSTEST="\$(CROSSTEST)"
9618 if test "$have_x" = "yes"
9619 then
9620 XLIB="-lXext -lX11"
9621 ac_save_CPPFLAGS="$CPPFLAGS"
9622 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
9624 { echo "$as_me:$LINENO: checking for -lX11" >&5
9625 echo $ECHO_N "checking for -lX11... $ECHO_C" >&6; }
9626 if test "${ac_cv_lib_soname_X11+set}" = set; then
9627 echo $ECHO_N "(cached) $ECHO_C" >&6
9628 else
9629 ac_check_soname_save_LIBS=$LIBS
9630 LIBS="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
9631 cat >conftest.$ac_ext <<_ACEOF
9632 /* confdefs.h. */
9633 _ACEOF
9634 cat confdefs.h >>conftest.$ac_ext
9635 cat >>conftest.$ac_ext <<_ACEOF
9636 /* end confdefs.h. */
9638 /* Override any GCC internal prototype to avoid an error.
9639 Use char because int might match the return type of a GCC
9640 builtin and then its argument prototype would still apply. */
9641 #ifdef __cplusplus
9642 extern "C"
9643 #endif
9644 char XCreateWindow ();
9646 main ()
9648 return XCreateWindow ();
9650 return 0;
9652 _ACEOF
9653 rm -f conftest.$ac_objext conftest$ac_exeext
9654 if { (ac_try="$ac_link"
9655 case "(($ac_try" in
9656 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9657 *) ac_try_echo=$ac_try;;
9658 esac
9659 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9660 (eval "$ac_link") 2>conftest.er1
9661 ac_status=$?
9662 grep -v '^ *+' conftest.er1 >conftest.err
9663 rm -f conftest.er1
9664 cat conftest.err >&5
9665 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9666 (exit $ac_status); } && {
9667 test -z "$ac_c_werror_flag" ||
9668 test ! -s conftest.err
9669 } && test -s conftest$ac_exeext &&
9670 $as_test_x conftest$ac_exeext; then
9671 case "$LIBEXT" in
9672 dll) ;;
9673 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'` ;;
9674 *) ac_cv_lib_soname_X11=`$ac_cv_path_LDD conftest$ac_exeext | grep "libX11\\.$LIBEXT" | sed -e "s/^.*\(libX11\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9675 esac
9676 else
9677 echo "$as_me: failed program was:" >&5
9678 sed 's/^/| /' conftest.$ac_ext >&5
9683 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9684 conftest$ac_exeext conftest.$ac_ext
9685 LIBS=$ac_check_soname_save_LIBS
9687 if test "x$ac_cv_lib_soname_X11" = "x"; then
9688 { echo "$as_me:$LINENO: result: not found" >&5
9689 echo "${ECHO_T}not found" >&6; }
9691 else
9692 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_X11" >&5
9693 echo "${ECHO_T}$ac_cv_lib_soname_X11" >&6; }
9695 cat >>confdefs.h <<_ACEOF
9696 #define SONAME_LIBX11 "$ac_cv_lib_soname_X11"
9697 _ACEOF
9702 { echo "$as_me:$LINENO: checking for -lXext" >&5
9703 echo $ECHO_N "checking for -lXext... $ECHO_C" >&6; }
9704 if test "${ac_cv_lib_soname_Xext+set}" = set; then
9705 echo $ECHO_N "(cached) $ECHO_C" >&6
9706 else
9707 ac_check_soname_save_LIBS=$LIBS
9708 LIBS="-lXext $X_LIBS -lX11 $X_EXTRA_LIBS $LIBS"
9709 cat >conftest.$ac_ext <<_ACEOF
9710 /* confdefs.h. */
9711 _ACEOF
9712 cat confdefs.h >>conftest.$ac_ext
9713 cat >>conftest.$ac_ext <<_ACEOF
9714 /* end confdefs.h. */
9716 /* Override any GCC internal prototype to avoid an error.
9717 Use char because int might match the return type of a GCC
9718 builtin and then its argument prototype would still apply. */
9719 #ifdef __cplusplus
9720 extern "C"
9721 #endif
9722 char XextCreateExtension ();
9724 main ()
9726 return XextCreateExtension ();
9728 return 0;
9730 _ACEOF
9731 rm -f conftest.$ac_objext conftest$ac_exeext
9732 if { (ac_try="$ac_link"
9733 case "(($ac_try" in
9734 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9735 *) ac_try_echo=$ac_try;;
9736 esac
9737 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9738 (eval "$ac_link") 2>conftest.er1
9739 ac_status=$?
9740 grep -v '^ *+' conftest.er1 >conftest.err
9741 rm -f conftest.er1
9742 cat conftest.err >&5
9743 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9744 (exit $ac_status); } && {
9745 test -z "$ac_c_werror_flag" ||
9746 test ! -s conftest.err
9747 } && test -s conftest$ac_exeext &&
9748 $as_test_x conftest$ac_exeext; then
9749 case "$LIBEXT" in
9750 dll) ;;
9751 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'` ;;
9752 *) ac_cv_lib_soname_Xext=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXext\\.$LIBEXT" | sed -e "s/^.*\(libXext\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9753 esac
9754 else
9755 echo "$as_me: failed program was:" >&5
9756 sed 's/^/| /' conftest.$ac_ext >&5
9761 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9762 conftest$ac_exeext conftest.$ac_ext
9763 LIBS=$ac_check_soname_save_LIBS
9765 if test "x$ac_cv_lib_soname_Xext" = "x"; then
9766 { echo "$as_me:$LINENO: result: not found" >&5
9767 echo "${ECHO_T}not found" >&6; }
9769 else
9770 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xext" >&5
9771 echo "${ECHO_T}$ac_cv_lib_soname_Xext" >&6; }
9773 cat >>confdefs.h <<_ACEOF
9774 #define SONAME_LIBXEXT "$ac_cv_lib_soname_Xext"
9775 _ACEOF
9793 for ac_header in X11/Xlib.h \
9794 X11/XKBlib.h \
9795 X11/Xutil.h \
9796 X11/Xcursor/Xcursor.h \
9797 X11/extensions/shape.h \
9798 X11/extensions/XInput.h \
9799 X11/extensions/XShm.h \
9800 X11/extensions/Xcomposite.h \
9801 X11/extensions/Xinerama.h \
9802 X11/extensions/Xrandr.h \
9803 X11/extensions/Xrender.h \
9804 X11/extensions/xf86vmode.h
9806 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
9807 { echo "$as_me:$LINENO: checking for $ac_header" >&5
9808 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
9809 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
9810 echo $ECHO_N "(cached) $ECHO_C" >&6
9811 else
9812 cat >conftest.$ac_ext <<_ACEOF
9813 /* confdefs.h. */
9814 _ACEOF
9815 cat confdefs.h >>conftest.$ac_ext
9816 cat >>conftest.$ac_ext <<_ACEOF
9817 /* end confdefs.h. */
9818 #ifdef HAVE_X11_XLIB_H
9819 # include <X11/Xlib.h>
9820 #endif
9821 #ifdef HAVE_X11_XUTIL_H
9822 # include <X11/Xutil.h>
9823 #endif
9825 #include <$ac_header>
9826 _ACEOF
9827 rm -f conftest.$ac_objext
9828 if { (ac_try="$ac_compile"
9829 case "(($ac_try" in
9830 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9831 *) ac_try_echo=$ac_try;;
9832 esac
9833 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9834 (eval "$ac_compile") 2>conftest.er1
9835 ac_status=$?
9836 grep -v '^ *+' conftest.er1 >conftest.err
9837 rm -f conftest.er1
9838 cat conftest.err >&5
9839 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9840 (exit $ac_status); } && {
9841 test -z "$ac_c_werror_flag" ||
9842 test ! -s conftest.err
9843 } && test -s conftest.$ac_objext; then
9844 eval "$as_ac_Header=yes"
9845 else
9846 echo "$as_me: failed program was:" >&5
9847 sed 's/^/| /' conftest.$ac_ext >&5
9849 eval "$as_ac_Header=no"
9852 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9854 ac_res=`eval echo '${'$as_ac_Header'}'`
9855 { echo "$as_me:$LINENO: result: $ac_res" >&5
9856 echo "${ECHO_T}$ac_res" >&6; }
9857 if test `eval echo '${'$as_ac_Header'}'` = yes; then
9858 cat >>confdefs.h <<_ACEOF
9859 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
9860 _ACEOF
9864 done
9867 if test "$ac_cv_header_X11_XKBlib_h" = "yes"
9868 then
9869 { echo "$as_me:$LINENO: checking for XkbQueryExtension in -lX11" >&5
9870 echo $ECHO_N "checking for XkbQueryExtension in -lX11... $ECHO_C" >&6; }
9871 if test "${ac_cv_lib_X11_XkbQueryExtension+set}" = set; then
9872 echo $ECHO_N "(cached) $ECHO_C" >&6
9873 else
9874 ac_check_lib_save_LIBS=$LIBS
9875 LIBS="-lX11 $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
9876 cat >conftest.$ac_ext <<_ACEOF
9877 /* confdefs.h. */
9878 _ACEOF
9879 cat confdefs.h >>conftest.$ac_ext
9880 cat >>conftest.$ac_ext <<_ACEOF
9881 /* end confdefs.h. */
9883 /* Override any GCC internal prototype to avoid an error.
9884 Use char because int might match the return type of a GCC
9885 builtin and then its argument prototype would still apply. */
9886 #ifdef __cplusplus
9887 extern "C"
9888 #endif
9889 char XkbQueryExtension ();
9891 main ()
9893 return XkbQueryExtension ();
9895 return 0;
9897 _ACEOF
9898 rm -f conftest.$ac_objext conftest$ac_exeext
9899 if { (ac_try="$ac_link"
9900 case "(($ac_try" in
9901 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9902 *) ac_try_echo=$ac_try;;
9903 esac
9904 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9905 (eval "$ac_link") 2>conftest.er1
9906 ac_status=$?
9907 grep -v '^ *+' conftest.er1 >conftest.err
9908 rm -f conftest.er1
9909 cat conftest.err >&5
9910 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9911 (exit $ac_status); } && {
9912 test -z "$ac_c_werror_flag" ||
9913 test ! -s conftest.err
9914 } && test -s conftest$ac_exeext &&
9915 $as_test_x conftest$ac_exeext; then
9916 ac_cv_lib_X11_XkbQueryExtension=yes
9917 else
9918 echo "$as_me: failed program was:" >&5
9919 sed 's/^/| /' conftest.$ac_ext >&5
9921 ac_cv_lib_X11_XkbQueryExtension=no
9924 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9925 conftest$ac_exeext conftest.$ac_ext
9926 LIBS=$ac_check_lib_save_LIBS
9928 { echo "$as_me:$LINENO: result: $ac_cv_lib_X11_XkbQueryExtension" >&5
9929 echo "${ECHO_T}$ac_cv_lib_X11_XkbQueryExtension" >&6; }
9930 if test $ac_cv_lib_X11_XkbQueryExtension = yes; then
9932 cat >>confdefs.h <<\_ACEOF
9933 #define HAVE_XKB 1
9934 _ACEOF
9940 if test "$ac_cv_header_X11_Xcursor_Xcursor_h" = "yes"
9941 then
9942 { echo "$as_me:$LINENO: checking for -lXcursor" >&5
9943 echo $ECHO_N "checking for -lXcursor... $ECHO_C" >&6; }
9944 if test "${ac_cv_lib_soname_Xcursor+set}" = set; then
9945 echo $ECHO_N "(cached) $ECHO_C" >&6
9946 else
9947 ac_check_soname_save_LIBS=$LIBS
9948 LIBS="-lXcursor $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
9949 cat >conftest.$ac_ext <<_ACEOF
9950 /* confdefs.h. */
9951 _ACEOF
9952 cat confdefs.h >>conftest.$ac_ext
9953 cat >>conftest.$ac_ext <<_ACEOF
9954 /* end confdefs.h. */
9956 /* Override any GCC internal prototype to avoid an error.
9957 Use char because int might match the return type of a GCC
9958 builtin and then its argument prototype would still apply. */
9959 #ifdef __cplusplus
9960 extern "C"
9961 #endif
9962 char XcursorImageLoadCursor ();
9964 main ()
9966 return XcursorImageLoadCursor ();
9968 return 0;
9970 _ACEOF
9971 rm -f conftest.$ac_objext conftest$ac_exeext
9972 if { (ac_try="$ac_link"
9973 case "(($ac_try" in
9974 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9975 *) ac_try_echo=$ac_try;;
9976 esac
9977 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9978 (eval "$ac_link") 2>conftest.er1
9979 ac_status=$?
9980 grep -v '^ *+' conftest.er1 >conftest.err
9981 rm -f conftest.er1
9982 cat conftest.err >&5
9983 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9984 (exit $ac_status); } && {
9985 test -z "$ac_c_werror_flag" ||
9986 test ! -s conftest.err
9987 } && test -s conftest$ac_exeext &&
9988 $as_test_x conftest$ac_exeext; then
9989 case "$LIBEXT" in
9990 dll) ;;
9991 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'` ;;
9992 *) ac_cv_lib_soname_Xcursor=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcursor\\.$LIBEXT" | sed -e "s/^.*\(libXcursor\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9993 esac
9994 else
9995 echo "$as_me: failed program was:" >&5
9996 sed 's/^/| /' conftest.$ac_ext >&5
10001 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10002 conftest$ac_exeext conftest.$ac_ext
10003 LIBS=$ac_check_soname_save_LIBS
10005 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then
10006 { echo "$as_me:$LINENO: result: not found" >&5
10007 echo "${ECHO_T}not found" >&6; }
10009 else
10010 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xcursor" >&5
10011 echo "${ECHO_T}$ac_cv_lib_soname_Xcursor" >&6; }
10013 cat >>confdefs.h <<_ACEOF
10014 #define SONAME_LIBXCURSOR "$ac_cv_lib_soname_Xcursor"
10015 _ACEOF
10021 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then
10022 case "x$with_xcursor" in
10023 x) wine_notices="$wine_notices|libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported." ;;
10024 xno) ;;
10025 *) { { echo "$as_me:$LINENO: error: libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
10026 This is an error since --with-xcursor was requested." >&5
10027 echo "$as_me: error: libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
10028 This is an error since --with-xcursor was requested." >&2;}
10029 { (exit 1); exit 1; }; } ;;
10030 esac
10034 if test "$ac_cv_header_X11_extensions_XInput_h" = "yes"
10035 then
10036 { echo "$as_me:$LINENO: checking for -lXi" >&5
10037 echo $ECHO_N "checking for -lXi... $ECHO_C" >&6; }
10038 if test "${ac_cv_lib_soname_Xi+set}" = set; then
10039 echo $ECHO_N "(cached) $ECHO_C" >&6
10040 else
10041 ac_check_soname_save_LIBS=$LIBS
10042 LIBS="-lXi $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10043 cat >conftest.$ac_ext <<_ACEOF
10044 /* confdefs.h. */
10045 _ACEOF
10046 cat confdefs.h >>conftest.$ac_ext
10047 cat >>conftest.$ac_ext <<_ACEOF
10048 /* end confdefs.h. */
10050 /* Override any GCC internal prototype to avoid an error.
10051 Use char because int might match the return type of a GCC
10052 builtin and then its argument prototype would still apply. */
10053 #ifdef __cplusplus
10054 extern "C"
10055 #endif
10056 char XOpenDevice ();
10058 main ()
10060 return XOpenDevice ();
10062 return 0;
10064 _ACEOF
10065 rm -f conftest.$ac_objext conftest$ac_exeext
10066 if { (ac_try="$ac_link"
10067 case "(($ac_try" in
10068 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10069 *) ac_try_echo=$ac_try;;
10070 esac
10071 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10072 (eval "$ac_link") 2>conftest.er1
10073 ac_status=$?
10074 grep -v '^ *+' conftest.er1 >conftest.err
10075 rm -f conftest.er1
10076 cat conftest.err >&5
10077 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10078 (exit $ac_status); } && {
10079 test -z "$ac_c_werror_flag" ||
10080 test ! -s conftest.err
10081 } && test -s conftest$ac_exeext &&
10082 $as_test_x conftest$ac_exeext; then
10083 case "$LIBEXT" in
10084 dll) ;;
10085 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'` ;;
10086 *) ac_cv_lib_soname_Xi=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXi\\.$LIBEXT" | sed -e "s/^.*\(libXi\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10087 esac
10088 else
10089 echo "$as_me: failed program was:" >&5
10090 sed 's/^/| /' conftest.$ac_ext >&5
10095 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10096 conftest$ac_exeext conftest.$ac_ext
10097 LIBS=$ac_check_soname_save_LIBS
10099 if test "x$ac_cv_lib_soname_Xi" = "x"; then
10100 { echo "$as_me:$LINENO: result: not found" >&5
10101 echo "${ECHO_T}not found" >&6; }
10103 else
10104 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xi" >&5
10105 echo "${ECHO_T}$ac_cv_lib_soname_Xi" >&6; }
10107 cat >>confdefs.h <<_ACEOF
10108 #define SONAME_LIBXI "$ac_cv_lib_soname_Xi"
10109 _ACEOF
10115 if test "x$ac_cv_lib_soname_Xi" = "x"; then
10116 case "x$with_xinput" in
10117 x) wine_notices="$wine_notices|libxi ${notice_platform}development files not found, the Xinput extension won't be supported." ;;
10118 xno) ;;
10119 *) { { echo "$as_me:$LINENO: error: libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
10120 This is an error since --with-xinput was requested." >&5
10121 echo "$as_me: error: libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
10122 This is an error since --with-xinput was requested." >&2;}
10123 { (exit 1); exit 1; }; } ;;
10124 esac
10128 if test "$ac_cv_header_X11_extensions_XShm_h" = "yes"
10129 then
10130 { echo "$as_me:$LINENO: checking for XShmQueryExtension in -lXext" >&5
10131 echo $ECHO_N "checking for XShmQueryExtension in -lXext... $ECHO_C" >&6; }
10132 if test "${ac_cv_lib_Xext_XShmQueryExtension+set}" = set; then
10133 echo $ECHO_N "(cached) $ECHO_C" >&6
10134 else
10135 ac_check_lib_save_LIBS=$LIBS
10136 LIBS="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10137 cat >conftest.$ac_ext <<_ACEOF
10138 /* confdefs.h. */
10139 _ACEOF
10140 cat confdefs.h >>conftest.$ac_ext
10141 cat >>conftest.$ac_ext <<_ACEOF
10142 /* end confdefs.h. */
10144 /* Override any GCC internal prototype to avoid an error.
10145 Use char because int might match the return type of a GCC
10146 builtin and then its argument prototype would still apply. */
10147 #ifdef __cplusplus
10148 extern "C"
10149 #endif
10150 char XShmQueryExtension ();
10152 main ()
10154 return XShmQueryExtension ();
10156 return 0;
10158 _ACEOF
10159 rm -f conftest.$ac_objext conftest$ac_exeext
10160 if { (ac_try="$ac_link"
10161 case "(($ac_try" in
10162 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10163 *) ac_try_echo=$ac_try;;
10164 esac
10165 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10166 (eval "$ac_link") 2>conftest.er1
10167 ac_status=$?
10168 grep -v '^ *+' conftest.er1 >conftest.err
10169 rm -f conftest.er1
10170 cat conftest.err >&5
10171 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10172 (exit $ac_status); } && {
10173 test -z "$ac_c_werror_flag" ||
10174 test ! -s conftest.err
10175 } && test -s conftest$ac_exeext &&
10176 $as_test_x conftest$ac_exeext; then
10177 ac_cv_lib_Xext_XShmQueryExtension=yes
10178 else
10179 echo "$as_me: failed program was:" >&5
10180 sed 's/^/| /' conftest.$ac_ext >&5
10182 ac_cv_lib_Xext_XShmQueryExtension=no
10185 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10186 conftest$ac_exeext conftest.$ac_ext
10187 LIBS=$ac_check_lib_save_LIBS
10189 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShmQueryExtension" >&5
10190 echo "${ECHO_T}$ac_cv_lib_Xext_XShmQueryExtension" >&6; }
10191 if test $ac_cv_lib_Xext_XShmQueryExtension = yes; then
10193 cat >>confdefs.h <<\_ACEOF
10194 #define HAVE_LIBXXSHM 1
10195 _ACEOF
10200 if test "$ac_cv_lib_Xext_XShmQueryExtension" != "yes"; then
10201 case "x$with_xshm" in
10202 x) wine_notices="$wine_notices|XShm ${notice_platform}development files not found, X Shared Memory won't be supported." ;;
10203 xno) ;;
10204 *) { { echo "$as_me:$LINENO: error: XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
10205 This is an error since --with-xshm was requested." >&5
10206 echo "$as_me: error: XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
10207 This is an error since --with-xshm was requested." >&2;}
10208 { (exit 1); exit 1; }; } ;;
10209 esac
10213 if test "$ac_cv_header_X11_extensions_shape_h" = "yes"
10214 then
10215 { echo "$as_me:$LINENO: checking for XShapeQueryExtension in -lXext" >&5
10216 echo $ECHO_N "checking for XShapeQueryExtension in -lXext... $ECHO_C" >&6; }
10217 if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then
10218 echo $ECHO_N "(cached) $ECHO_C" >&6
10219 else
10220 ac_check_lib_save_LIBS=$LIBS
10221 LIBS="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10222 cat >conftest.$ac_ext <<_ACEOF
10223 /* confdefs.h. */
10224 _ACEOF
10225 cat confdefs.h >>conftest.$ac_ext
10226 cat >>conftest.$ac_ext <<_ACEOF
10227 /* end confdefs.h. */
10229 /* Override any GCC internal prototype to avoid an error.
10230 Use char because int might match the return type of a GCC
10231 builtin and then its argument prototype would still apply. */
10232 #ifdef __cplusplus
10233 extern "C"
10234 #endif
10235 char XShapeQueryExtension ();
10237 main ()
10239 return XShapeQueryExtension ();
10241 return 0;
10243 _ACEOF
10244 rm -f conftest.$ac_objext conftest$ac_exeext
10245 if { (ac_try="$ac_link"
10246 case "(($ac_try" in
10247 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10248 *) ac_try_echo=$ac_try;;
10249 esac
10250 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10251 (eval "$ac_link") 2>conftest.er1
10252 ac_status=$?
10253 grep -v '^ *+' conftest.er1 >conftest.err
10254 rm -f conftest.er1
10255 cat conftest.err >&5
10256 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10257 (exit $ac_status); } && {
10258 test -z "$ac_c_werror_flag" ||
10259 test ! -s conftest.err
10260 } && test -s conftest$ac_exeext &&
10261 $as_test_x conftest$ac_exeext; then
10262 ac_cv_lib_Xext_XShapeQueryExtension=yes
10263 else
10264 echo "$as_me: failed program was:" >&5
10265 sed 's/^/| /' conftest.$ac_ext >&5
10267 ac_cv_lib_Xext_XShapeQueryExtension=no
10270 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10271 conftest$ac_exeext conftest.$ac_ext
10272 LIBS=$ac_check_lib_save_LIBS
10274 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
10275 echo "${ECHO_T}$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
10276 if test $ac_cv_lib_Xext_XShapeQueryExtension = yes; then
10278 cat >>confdefs.h <<\_ACEOF
10279 #define HAVE_LIBXSHAPE 1
10280 _ACEOF
10285 if test "$ac_cv_lib_Xext_XShapeQueryExtension" != "yes"; then
10286 case "x$with_xshape" in
10287 x) wine_notices="$wine_notices|XShape ${notice_platform}development files not found, XShape won't be supported." ;;
10288 xno) ;;
10289 *) { { echo "$as_me:$LINENO: error: XShape ${notice_platform}development files not found, XShape won't be supported.
10290 This is an error since --with-xshape was requested." >&5
10291 echo "$as_me: error: XShape ${notice_platform}development files not found, XShape won't be supported.
10292 This is an error since --with-xshape was requested." >&2;}
10293 { (exit 1); exit 1; }; } ;;
10294 esac
10298 if test "$ac_cv_header_X11_extensions_xf86vmode_h" = "yes"
10299 then
10300 { echo "$as_me:$LINENO: checking for -lXxf86vm" >&5
10301 echo $ECHO_N "checking for -lXxf86vm... $ECHO_C" >&6; }
10302 if test "${ac_cv_lib_soname_Xxf86vm+set}" = set; then
10303 echo $ECHO_N "(cached) $ECHO_C" >&6
10304 else
10305 ac_check_soname_save_LIBS=$LIBS
10306 LIBS="-lXxf86vm $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10307 cat >conftest.$ac_ext <<_ACEOF
10308 /* confdefs.h. */
10309 _ACEOF
10310 cat confdefs.h >>conftest.$ac_ext
10311 cat >>conftest.$ac_ext <<_ACEOF
10312 /* end confdefs.h. */
10314 /* Override any GCC internal prototype to avoid an error.
10315 Use char because int might match the return type of a GCC
10316 builtin and then its argument prototype would still apply. */
10317 #ifdef __cplusplus
10318 extern "C"
10319 #endif
10320 char XF86VidModeQueryExtension ();
10322 main ()
10324 return XF86VidModeQueryExtension ();
10326 return 0;
10328 _ACEOF
10329 rm -f conftest.$ac_objext conftest$ac_exeext
10330 if { (ac_try="$ac_link"
10331 case "(($ac_try" in
10332 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10333 *) ac_try_echo=$ac_try;;
10334 esac
10335 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10336 (eval "$ac_link") 2>conftest.er1
10337 ac_status=$?
10338 grep -v '^ *+' conftest.er1 >conftest.err
10339 rm -f conftest.er1
10340 cat conftest.err >&5
10341 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10342 (exit $ac_status); } && {
10343 test -z "$ac_c_werror_flag" ||
10344 test ! -s conftest.err
10345 } && test -s conftest$ac_exeext &&
10346 $as_test_x conftest$ac_exeext; then
10347 case "$LIBEXT" in
10348 dll) ;;
10349 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'` ;;
10350 *) ac_cv_lib_soname_Xxf86vm=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\(libXxf86vm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10351 esac
10352 else
10353 echo "$as_me: failed program was:" >&5
10354 sed 's/^/| /' conftest.$ac_ext >&5
10359 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10360 conftest$ac_exeext conftest.$ac_ext
10361 LIBS=$ac_check_soname_save_LIBS
10363 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then
10364 { echo "$as_me:$LINENO: result: not found" >&5
10365 echo "${ECHO_T}not found" >&6; }
10367 else
10368 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xxf86vm" >&5
10369 echo "${ECHO_T}$ac_cv_lib_soname_Xxf86vm" >&6; }
10371 cat >>confdefs.h <<_ACEOF
10372 #define SONAME_LIBXXF86VM "$ac_cv_lib_soname_Xxf86vm"
10373 _ACEOF
10379 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then
10380 case "x$with_xxf86vm" in
10381 x) wine_notices="$wine_notices|libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported." ;;
10382 xno) ;;
10383 *) { { echo "$as_me:$LINENO: error: libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
10384 This is an error since --with-xxf86vm was requested." >&5
10385 echo "$as_me: error: libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
10386 This is an error since --with-xxf86vm was requested." >&2;}
10387 { (exit 1); exit 1; }; } ;;
10388 esac
10392 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"
10393 then
10394 { echo "$as_me:$LINENO: checking for -lXrender" >&5
10395 echo $ECHO_N "checking for -lXrender... $ECHO_C" >&6; }
10396 if test "${ac_cv_lib_soname_Xrender+set}" = set; then
10397 echo $ECHO_N "(cached) $ECHO_C" >&6
10398 else
10399 ac_check_soname_save_LIBS=$LIBS
10400 LIBS="-lXrender $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10401 cat >conftest.$ac_ext <<_ACEOF
10402 /* confdefs.h. */
10403 _ACEOF
10404 cat confdefs.h >>conftest.$ac_ext
10405 cat >>conftest.$ac_ext <<_ACEOF
10406 /* end confdefs.h. */
10408 /* Override any GCC internal prototype to avoid an error.
10409 Use char because int might match the return type of a GCC
10410 builtin and then its argument prototype would still apply. */
10411 #ifdef __cplusplus
10412 extern "C"
10413 #endif
10414 char XRenderQueryExtension ();
10416 main ()
10418 return XRenderQueryExtension ();
10420 return 0;
10422 _ACEOF
10423 rm -f conftest.$ac_objext conftest$ac_exeext
10424 if { (ac_try="$ac_link"
10425 case "(($ac_try" in
10426 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10427 *) ac_try_echo=$ac_try;;
10428 esac
10429 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10430 (eval "$ac_link") 2>conftest.er1
10431 ac_status=$?
10432 grep -v '^ *+' conftest.er1 >conftest.err
10433 rm -f conftest.er1
10434 cat conftest.err >&5
10435 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10436 (exit $ac_status); } && {
10437 test -z "$ac_c_werror_flag" ||
10438 test ! -s conftest.err
10439 } && test -s conftest$ac_exeext &&
10440 $as_test_x conftest$ac_exeext; then
10441 case "$LIBEXT" in
10442 dll) ;;
10443 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'` ;;
10444 *) ac_cv_lib_soname_Xrender=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrender\\.$LIBEXT" | sed -e "s/^.*\(libXrender\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10445 esac
10446 else
10447 echo "$as_me: failed program was:" >&5
10448 sed 's/^/| /' conftest.$ac_ext >&5
10453 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10454 conftest$ac_exeext conftest.$ac_ext
10455 LIBS=$ac_check_soname_save_LIBS
10457 if test "x$ac_cv_lib_soname_Xrender" = "x"; then
10458 { echo "$as_me:$LINENO: result: not found" >&5
10459 echo "${ECHO_T}not found" >&6; }
10461 else
10462 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xrender" >&5
10463 echo "${ECHO_T}$ac_cv_lib_soname_Xrender" >&6; }
10465 cat >>confdefs.h <<_ACEOF
10466 #define SONAME_LIBXRENDER "$ac_cv_lib_soname_Xrender"
10467 _ACEOF
10469 { echo "$as_me:$LINENO: checking for XRenderSetPictureTransform in -lXrender" >&5
10470 echo $ECHO_N "checking for XRenderSetPictureTransform in -lXrender... $ECHO_C" >&6; }
10471 if test "${ac_cv_lib_Xrender_XRenderSetPictureTransform+set}" = set; then
10472 echo $ECHO_N "(cached) $ECHO_C" >&6
10473 else
10474 ac_check_lib_save_LIBS=$LIBS
10475 LIBS="-lXrender $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10476 cat >conftest.$ac_ext <<_ACEOF
10477 /* confdefs.h. */
10478 _ACEOF
10479 cat confdefs.h >>conftest.$ac_ext
10480 cat >>conftest.$ac_ext <<_ACEOF
10481 /* end confdefs.h. */
10483 /* Override any GCC internal prototype to avoid an error.
10484 Use char because int might match the return type of a GCC
10485 builtin and then its argument prototype would still apply. */
10486 #ifdef __cplusplus
10487 extern "C"
10488 #endif
10489 char XRenderSetPictureTransform ();
10491 main ()
10493 return XRenderSetPictureTransform ();
10495 return 0;
10497 _ACEOF
10498 rm -f conftest.$ac_objext conftest$ac_exeext
10499 if { (ac_try="$ac_link"
10500 case "(($ac_try" in
10501 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10502 *) ac_try_echo=$ac_try;;
10503 esac
10504 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10505 (eval "$ac_link") 2>conftest.er1
10506 ac_status=$?
10507 grep -v '^ *+' conftest.er1 >conftest.err
10508 rm -f conftest.er1
10509 cat conftest.err >&5
10510 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10511 (exit $ac_status); } && {
10512 test -z "$ac_c_werror_flag" ||
10513 test ! -s conftest.err
10514 } && test -s conftest$ac_exeext &&
10515 $as_test_x conftest$ac_exeext; then
10516 ac_cv_lib_Xrender_XRenderSetPictureTransform=yes
10517 else
10518 echo "$as_me: failed program was:" >&5
10519 sed 's/^/| /' conftest.$ac_ext >&5
10521 ac_cv_lib_Xrender_XRenderSetPictureTransform=no
10524 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10525 conftest$ac_exeext conftest.$ac_ext
10526 LIBS=$ac_check_lib_save_LIBS
10528 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xrender_XRenderSetPictureTransform" >&5
10529 echo "${ECHO_T}$ac_cv_lib_Xrender_XRenderSetPictureTransform" >&6; }
10530 if test $ac_cv_lib_Xrender_XRenderSetPictureTransform = yes; then
10532 cat >>confdefs.h <<\_ACEOF
10533 #define HAVE_XRENDERSETPICTURETRANSFORM 1
10534 _ACEOF
10542 if test "x$ac_cv_lib_soname_Xrender" = "x"; then
10543 case "x$with_xrender" in
10544 x) wine_warnings="$wine_warnings|libxrender ${notice_platform}development files not found, XRender won't be supported." ;;
10545 xno) ;;
10546 *) { { echo "$as_me:$LINENO: error: libxrender ${notice_platform}development files not found, XRender won't be supported.
10547 This is an error since --with-xrender was requested." >&5
10548 echo "$as_me: error: libxrender ${notice_platform}development files not found, XRender won't be supported.
10549 This is an error since --with-xrender was requested." >&2;}
10550 { (exit 1); exit 1; }; } ;;
10551 esac
10555 if test "$ac_cv_header_X11_extensions_Xrandr_h" = "yes" -a "x$ac_cv_lib_soname_Xrender" != "x"
10556 then
10557 cat >conftest.$ac_ext <<_ACEOF
10558 /* confdefs.h. */
10559 _ACEOF
10560 cat confdefs.h >>conftest.$ac_ext
10561 cat >>conftest.$ac_ext <<_ACEOF
10562 /* end confdefs.h. */
10563 #include <X11/Xlib.h>
10564 #include <X11/extensions/Xrandr.h>
10566 main ()
10568 static typeof(XRRSetScreenConfigAndRate) * func;
10570 return 0;
10572 _ACEOF
10573 rm -f conftest.$ac_objext
10574 if { (ac_try="$ac_compile"
10575 case "(($ac_try" in
10576 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10577 *) ac_try_echo=$ac_try;;
10578 esac
10579 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10580 (eval "$ac_compile") 2>conftest.er1
10581 ac_status=$?
10582 grep -v '^ *+' conftest.er1 >conftest.err
10583 rm -f conftest.er1
10584 cat conftest.err >&5
10585 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10586 (exit $ac_status); } && {
10587 test -z "$ac_c_werror_flag" ||
10588 test ! -s conftest.err
10589 } && test -s conftest.$ac_objext; then
10590 { echo "$as_me:$LINENO: checking for -lXrandr" >&5
10591 echo $ECHO_N "checking for -lXrandr... $ECHO_C" >&6; }
10592 if test "${ac_cv_lib_soname_Xrandr+set}" = set; then
10593 echo $ECHO_N "(cached) $ECHO_C" >&6
10594 else
10595 ac_check_soname_save_LIBS=$LIBS
10596 LIBS="-lXrandr $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10597 cat >conftest.$ac_ext <<_ACEOF
10598 /* confdefs.h. */
10599 _ACEOF
10600 cat confdefs.h >>conftest.$ac_ext
10601 cat >>conftest.$ac_ext <<_ACEOF
10602 /* end confdefs.h. */
10604 /* Override any GCC internal prototype to avoid an error.
10605 Use char because int might match the return type of a GCC
10606 builtin and then its argument prototype would still apply. */
10607 #ifdef __cplusplus
10608 extern "C"
10609 #endif
10610 char XRRQueryExtension ();
10612 main ()
10614 return XRRQueryExtension ();
10616 return 0;
10618 _ACEOF
10619 rm -f conftest.$ac_objext conftest$ac_exeext
10620 if { (ac_try="$ac_link"
10621 case "(($ac_try" in
10622 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10623 *) ac_try_echo=$ac_try;;
10624 esac
10625 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10626 (eval "$ac_link") 2>conftest.er1
10627 ac_status=$?
10628 grep -v '^ *+' conftest.er1 >conftest.err
10629 rm -f conftest.er1
10630 cat conftest.err >&5
10631 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10632 (exit $ac_status); } && {
10633 test -z "$ac_c_werror_flag" ||
10634 test ! -s conftest.err
10635 } && test -s conftest$ac_exeext &&
10636 $as_test_x conftest$ac_exeext; then
10637 case "$LIBEXT" in
10638 dll) ;;
10639 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'` ;;
10640 *) ac_cv_lib_soname_Xrandr=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrandr\\.$LIBEXT" | sed -e "s/^.*\(libXrandr\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10641 esac
10642 else
10643 echo "$as_me: failed program was:" >&5
10644 sed 's/^/| /' conftest.$ac_ext >&5
10649 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10650 conftest$ac_exeext conftest.$ac_ext
10651 LIBS=$ac_check_soname_save_LIBS
10653 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then
10654 { echo "$as_me:$LINENO: result: not found" >&5
10655 echo "${ECHO_T}not found" >&6; }
10657 else
10658 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xrandr" >&5
10659 echo "${ECHO_T}$ac_cv_lib_soname_Xrandr" >&6; }
10661 cat >>confdefs.h <<_ACEOF
10662 #define SONAME_LIBXRANDR "$ac_cv_lib_soname_Xrandr"
10663 _ACEOF
10668 else
10669 echo "$as_me: failed program was:" >&5
10670 sed 's/^/| /' conftest.$ac_ext >&5
10675 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10677 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then
10678 case "x$with_xrandr" in
10679 x) wine_notices="$wine_notices|libxrandr ${notice_platform}development files not found, XRandr won't be supported." ;;
10680 xno) ;;
10681 *) { { echo "$as_me:$LINENO: error: libxrandr ${notice_platform}development files not found, XRandr won't be supported.
10682 This is an error since --with-xrandr was requested." >&5
10683 echo "$as_me: error: libxrandr ${notice_platform}development files not found, XRandr won't be supported.
10684 This is an error since --with-xrandr was requested." >&2;}
10685 { (exit 1); exit 1; }; } ;;
10686 esac
10690 if test "$ac_cv_header_X11_extensions_Xinerama_h" = "yes"
10691 then
10692 cat >conftest.$ac_ext <<_ACEOF
10693 /* confdefs.h. */
10694 _ACEOF
10695 cat confdefs.h >>conftest.$ac_ext
10696 cat >>conftest.$ac_ext <<_ACEOF
10697 /* end confdefs.h. */
10698 #include <X11/Xlib.h>
10699 #include <X11/extensions/Xinerama.h>
10701 main ()
10703 static typeof(XineramaQueryScreens) * func;
10705 return 0;
10707 _ACEOF
10708 rm -f conftest.$ac_objext
10709 if { (ac_try="$ac_compile"
10710 case "(($ac_try" in
10711 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10712 *) ac_try_echo=$ac_try;;
10713 esac
10714 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10715 (eval "$ac_compile") 2>conftest.er1
10716 ac_status=$?
10717 grep -v '^ *+' conftest.er1 >conftest.err
10718 rm -f conftest.er1
10719 cat conftest.err >&5
10720 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10721 (exit $ac_status); } && {
10722 test -z "$ac_c_werror_flag" ||
10723 test ! -s conftest.err
10724 } && test -s conftest.$ac_objext; then
10725 { echo "$as_me:$LINENO: checking for -lXinerama" >&5
10726 echo $ECHO_N "checking for -lXinerama... $ECHO_C" >&6; }
10727 if test "${ac_cv_lib_soname_Xinerama+set}" = set; then
10728 echo $ECHO_N "(cached) $ECHO_C" >&6
10729 else
10730 ac_check_soname_save_LIBS=$LIBS
10731 LIBS="-lXinerama $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10732 cat >conftest.$ac_ext <<_ACEOF
10733 /* confdefs.h. */
10734 _ACEOF
10735 cat confdefs.h >>conftest.$ac_ext
10736 cat >>conftest.$ac_ext <<_ACEOF
10737 /* end confdefs.h. */
10739 /* Override any GCC internal prototype to avoid an error.
10740 Use char because int might match the return type of a GCC
10741 builtin and then its argument prototype would still apply. */
10742 #ifdef __cplusplus
10743 extern "C"
10744 #endif
10745 char XineramaQueryScreens ();
10747 main ()
10749 return XineramaQueryScreens ();
10751 return 0;
10753 _ACEOF
10754 rm -f conftest.$ac_objext conftest$ac_exeext
10755 if { (ac_try="$ac_link"
10756 case "(($ac_try" in
10757 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10758 *) ac_try_echo=$ac_try;;
10759 esac
10760 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10761 (eval "$ac_link") 2>conftest.er1
10762 ac_status=$?
10763 grep -v '^ *+' conftest.er1 >conftest.err
10764 rm -f conftest.er1
10765 cat conftest.err >&5
10766 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10767 (exit $ac_status); } && {
10768 test -z "$ac_c_werror_flag" ||
10769 test ! -s conftest.err
10770 } && test -s conftest$ac_exeext &&
10771 $as_test_x conftest$ac_exeext; then
10772 case "$LIBEXT" in
10773 dll) ;;
10774 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'` ;;
10775 *) ac_cv_lib_soname_Xinerama=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXinerama\\.$LIBEXT" | sed -e "s/^.*\(libXinerama\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10776 esac
10777 else
10778 echo "$as_me: failed program was:" >&5
10779 sed 's/^/| /' conftest.$ac_ext >&5
10784 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10785 conftest$ac_exeext conftest.$ac_ext
10786 LIBS=$ac_check_soname_save_LIBS
10788 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then
10789 { echo "$as_me:$LINENO: result: not found" >&5
10790 echo "${ECHO_T}not found" >&6; }
10792 else
10793 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xinerama" >&5
10794 echo "${ECHO_T}$ac_cv_lib_soname_Xinerama" >&6; }
10796 cat >>confdefs.h <<_ACEOF
10797 #define SONAME_LIBXINERAMA "$ac_cv_lib_soname_Xinerama"
10798 _ACEOF
10803 else
10804 echo "$as_me: failed program was:" >&5
10805 sed 's/^/| /' conftest.$ac_ext >&5
10810 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10812 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then
10813 case "x$with_xinerama" in
10814 x) wine_notices="$wine_notices|libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported." ;;
10815 xno) ;;
10816 *) { { echo "$as_me:$LINENO: error: libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
10817 This is an error since --with-xinerama was requested." >&5
10818 echo "$as_me: error: libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
10819 This is an error since --with-xinerama was requested." >&2;}
10820 { (exit 1); exit 1; }; } ;;
10821 esac
10825 if test "$ac_cv_header_X11_extensions_Xcomposite_h" = "yes"
10826 then
10827 { echo "$as_me:$LINENO: checking for -lXcomposite" >&5
10828 echo $ECHO_N "checking for -lXcomposite... $ECHO_C" >&6; }
10829 if test "${ac_cv_lib_soname_Xcomposite+set}" = set; then
10830 echo $ECHO_N "(cached) $ECHO_C" >&6
10831 else
10832 ac_check_soname_save_LIBS=$LIBS
10833 LIBS="-lXcomposite $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10834 cat >conftest.$ac_ext <<_ACEOF
10835 /* confdefs.h. */
10836 _ACEOF
10837 cat confdefs.h >>conftest.$ac_ext
10838 cat >>conftest.$ac_ext <<_ACEOF
10839 /* end confdefs.h. */
10841 /* Override any GCC internal prototype to avoid an error.
10842 Use char because int might match the return type of a GCC
10843 builtin and then its argument prototype would still apply. */
10844 #ifdef __cplusplus
10845 extern "C"
10846 #endif
10847 char XCompositeRedirectWindow ();
10849 main ()
10851 return XCompositeRedirectWindow ();
10853 return 0;
10855 _ACEOF
10856 rm -f conftest.$ac_objext conftest$ac_exeext
10857 if { (ac_try="$ac_link"
10858 case "(($ac_try" in
10859 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10860 *) ac_try_echo=$ac_try;;
10861 esac
10862 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10863 (eval "$ac_link") 2>conftest.er1
10864 ac_status=$?
10865 grep -v '^ *+' conftest.er1 >conftest.err
10866 rm -f conftest.er1
10867 cat conftest.err >&5
10868 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10869 (exit $ac_status); } && {
10870 test -z "$ac_c_werror_flag" ||
10871 test ! -s conftest.err
10872 } && test -s conftest$ac_exeext &&
10873 $as_test_x conftest$ac_exeext; then
10874 case "$LIBEXT" in
10875 dll) ;;
10876 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'` ;;
10877 *) ac_cv_lib_soname_Xcomposite=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcomposite\\.$LIBEXT" | sed -e "s/^.*\(libXcomposite\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10878 esac
10879 else
10880 echo "$as_me: failed program was:" >&5
10881 sed 's/^/| /' conftest.$ac_ext >&5
10886 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10887 conftest$ac_exeext conftest.$ac_ext
10888 LIBS=$ac_check_soname_save_LIBS
10890 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then
10891 { echo "$as_me:$LINENO: result: not found" >&5
10892 echo "${ECHO_T}not found" >&6; }
10894 else
10895 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xcomposite" >&5
10896 echo "${ECHO_T}$ac_cv_lib_soname_Xcomposite" >&6; }
10898 cat >>confdefs.h <<_ACEOF
10899 #define SONAME_LIBXCOMPOSITE "$ac_cv_lib_soname_Xcomposite"
10900 _ACEOF
10906 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then
10907 case "x$with_xcomposite" in
10908 x) wine_notices="$wine_notices|libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported." ;;
10909 xno) ;;
10910 *) { { echo "$as_me:$LINENO: error: libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
10911 This is an error since --with-xcomposite was requested." >&5
10912 echo "$as_me: error: libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
10913 This is an error since --with-xcomposite was requested." >&2;}
10914 { (exit 1); exit 1; }; } ;;
10915 esac
10919 { echo "$as_me:$LINENO: checking for XICCallback.callback" >&5
10920 echo $ECHO_N "checking for XICCallback.callback... $ECHO_C" >&6; }
10921 if test "${ac_cv_member_XICCallback_callback+set}" = set; then
10922 echo $ECHO_N "(cached) $ECHO_C" >&6
10923 else
10924 cat >conftest.$ac_ext <<_ACEOF
10925 /* confdefs.h. */
10926 _ACEOF
10927 cat confdefs.h >>conftest.$ac_ext
10928 cat >>conftest.$ac_ext <<_ACEOF
10929 /* end confdefs.h. */
10930 #ifdef HAVE_X11_XLIB_H
10931 #include <X11/Xlib.h>
10932 #endif
10935 main ()
10937 static XICCallback ac_aggr;
10938 if (ac_aggr.callback)
10939 return 0;
10941 return 0;
10943 _ACEOF
10944 rm -f conftest.$ac_objext
10945 if { (ac_try="$ac_compile"
10946 case "(($ac_try" in
10947 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10948 *) ac_try_echo=$ac_try;;
10949 esac
10950 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10951 (eval "$ac_compile") 2>conftest.er1
10952 ac_status=$?
10953 grep -v '^ *+' conftest.er1 >conftest.err
10954 rm -f conftest.er1
10955 cat conftest.err >&5
10956 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10957 (exit $ac_status); } && {
10958 test -z "$ac_c_werror_flag" ||
10959 test ! -s conftest.err
10960 } && test -s conftest.$ac_objext; then
10961 ac_cv_member_XICCallback_callback=yes
10962 else
10963 echo "$as_me: failed program was:" >&5
10964 sed 's/^/| /' conftest.$ac_ext >&5
10966 cat >conftest.$ac_ext <<_ACEOF
10967 /* confdefs.h. */
10968 _ACEOF
10969 cat confdefs.h >>conftest.$ac_ext
10970 cat >>conftest.$ac_ext <<_ACEOF
10971 /* end confdefs.h. */
10972 #ifdef HAVE_X11_XLIB_H
10973 #include <X11/Xlib.h>
10974 #endif
10977 main ()
10979 static XICCallback ac_aggr;
10980 if (sizeof ac_aggr.callback)
10981 return 0;
10983 return 0;
10985 _ACEOF
10986 rm -f conftest.$ac_objext
10987 if { (ac_try="$ac_compile"
10988 case "(($ac_try" in
10989 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10990 *) ac_try_echo=$ac_try;;
10991 esac
10992 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10993 (eval "$ac_compile") 2>conftest.er1
10994 ac_status=$?
10995 grep -v '^ *+' conftest.er1 >conftest.err
10996 rm -f conftest.er1
10997 cat conftest.err >&5
10998 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10999 (exit $ac_status); } && {
11000 test -z "$ac_c_werror_flag" ||
11001 test ! -s conftest.err
11002 } && test -s conftest.$ac_objext; then
11003 ac_cv_member_XICCallback_callback=yes
11004 else
11005 echo "$as_me: failed program was:" >&5
11006 sed 's/^/| /' conftest.$ac_ext >&5
11008 ac_cv_member_XICCallback_callback=no
11011 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11014 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11016 { echo "$as_me:$LINENO: result: $ac_cv_member_XICCallback_callback" >&5
11017 echo "${ECHO_T}$ac_cv_member_XICCallback_callback" >&6; }
11018 if test $ac_cv_member_XICCallback_callback = yes; then
11020 cat >>confdefs.h <<_ACEOF
11021 #define HAVE_XICCALLBACK_CALLBACK 1
11022 _ACEOF
11029 opengl_msg=""
11030 if test "x$with_opengl" != "xno"
11031 then
11036 for ac_header in GL/gl.h GL/glx.h GL/glext.h GL/glu.h
11038 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11039 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11040 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11041 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11042 echo $ECHO_N "(cached) $ECHO_C" >&6
11043 else
11044 cat >conftest.$ac_ext <<_ACEOF
11045 /* confdefs.h. */
11046 _ACEOF
11047 cat confdefs.h >>conftest.$ac_ext
11048 cat >>conftest.$ac_ext <<_ACEOF
11049 /* end confdefs.h. */
11050 #ifdef HAVE_GL_GLX_H
11051 # include <GL/glx.h>
11052 #endif
11054 #include <$ac_header>
11055 _ACEOF
11056 rm -f conftest.$ac_objext
11057 if { (ac_try="$ac_compile"
11058 case "(($ac_try" in
11059 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11060 *) ac_try_echo=$ac_try;;
11061 esac
11062 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11063 (eval "$ac_compile") 2>conftest.er1
11064 ac_status=$?
11065 grep -v '^ *+' conftest.er1 >conftest.err
11066 rm -f conftest.er1
11067 cat conftest.err >&5
11068 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11069 (exit $ac_status); } && {
11070 test -z "$ac_c_werror_flag" ||
11071 test ! -s conftest.err
11072 } && test -s conftest.$ac_objext; then
11073 eval "$as_ac_Header=yes"
11074 else
11075 echo "$as_me: failed program was:" >&5
11076 sed 's/^/| /' conftest.$ac_ext >&5
11078 eval "$as_ac_Header=no"
11081 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11083 ac_res=`eval echo '${'$as_ac_Header'}'`
11084 { echo "$as_me:$LINENO: result: $ac_res" >&5
11085 echo "${ECHO_T}$ac_res" >&6; }
11086 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11087 cat >>confdefs.h <<_ACEOF
11088 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
11089 _ACEOF
11093 done
11095 if test "$ac_cv_header_GL_gl_h" = "yes" -a "$ac_cv_header_GL_glx_h" = "yes"
11096 then
11097 { echo "$as_me:$LINENO: checking for up-to-date OpenGL version" >&5
11098 echo $ECHO_N "checking for up-to-date OpenGL version... $ECHO_C" >&6; }
11099 if test "${wine_cv_opengl_header_version_OK+set}" = set; then
11100 echo $ECHO_N "(cached) $ECHO_C" >&6
11101 else
11102 cat >conftest.$ac_ext <<_ACEOF
11103 /* confdefs.h. */
11104 _ACEOF
11105 cat confdefs.h >>conftest.$ac_ext
11106 cat >>conftest.$ac_ext <<_ACEOF
11107 /* end confdefs.h. */
11108 #include <GL/gl.h>
11110 main ()
11112 GLenum test = GL_UNSIGNED_SHORT_5_6_5;
11114 return 0;
11116 _ACEOF
11117 rm -f conftest.$ac_objext
11118 if { (ac_try="$ac_compile"
11119 case "(($ac_try" in
11120 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11121 *) ac_try_echo=$ac_try;;
11122 esac
11123 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11124 (eval "$ac_compile") 2>conftest.er1
11125 ac_status=$?
11126 grep -v '^ *+' conftest.er1 >conftest.err
11127 rm -f conftest.er1
11128 cat conftest.err >&5
11129 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11130 (exit $ac_status); } && {
11131 test -z "$ac_c_werror_flag" ||
11132 test ! -s conftest.err
11133 } && test -s conftest.$ac_objext; then
11134 wine_cv_opengl_header_version_OK="yes"
11135 else
11136 echo "$as_me: failed program was:" >&5
11137 sed 's/^/| /' conftest.$ac_ext >&5
11139 wine_cv_opengl_header_version_OK="no"
11142 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11144 { echo "$as_me:$LINENO: result: $wine_cv_opengl_header_version_OK" >&5
11145 echo "${ECHO_T}$wine_cv_opengl_header_version_OK" >&6; }
11147 if test "$wine_cv_opengl_header_version_OK" = "yes"
11148 then
11149 { echo "$as_me:$LINENO: checking for -lGL" >&5
11150 echo $ECHO_N "checking for -lGL... $ECHO_C" >&6; }
11151 if test "${ac_cv_lib_soname_GL+set}" = set; then
11152 echo $ECHO_N "(cached) $ECHO_C" >&6
11153 else
11154 ac_check_soname_save_LIBS=$LIBS
11155 LIBS="-lGL $X_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
11156 cat >conftest.$ac_ext <<_ACEOF
11157 /* confdefs.h. */
11158 _ACEOF
11159 cat confdefs.h >>conftest.$ac_ext
11160 cat >>conftest.$ac_ext <<_ACEOF
11161 /* end confdefs.h. */
11163 /* Override any GCC internal prototype to avoid an error.
11164 Use char because int might match the return type of a GCC
11165 builtin and then its argument prototype would still apply. */
11166 #ifdef __cplusplus
11167 extern "C"
11168 #endif
11169 char glXCreateContext ();
11171 main ()
11173 return glXCreateContext ();
11175 return 0;
11177 _ACEOF
11178 rm -f conftest.$ac_objext conftest$ac_exeext
11179 if { (ac_try="$ac_link"
11180 case "(($ac_try" in
11181 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11182 *) ac_try_echo=$ac_try;;
11183 esac
11184 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11185 (eval "$ac_link") 2>conftest.er1
11186 ac_status=$?
11187 grep -v '^ *+' conftest.er1 >conftest.err
11188 rm -f conftest.er1
11189 cat conftest.err >&5
11190 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11191 (exit $ac_status); } && {
11192 test -z "$ac_c_werror_flag" ||
11193 test ! -s conftest.err
11194 } && test -s conftest$ac_exeext &&
11195 $as_test_x conftest$ac_exeext; then
11196 case "$LIBEXT" in
11197 dll) ;;
11198 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'` ;;
11199 *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11200 esac
11201 else
11202 echo "$as_me: failed program was:" >&5
11203 sed 's/^/| /' conftest.$ac_ext >&5
11208 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11209 conftest$ac_exeext conftest.$ac_ext
11210 LIBS=$ac_check_soname_save_LIBS
11212 if test "x$ac_cv_lib_soname_GL" = "x"; then
11213 { echo "$as_me:$LINENO: result: not found" >&5
11214 echo "${ECHO_T}not found" >&6; }
11215 { echo "$as_me:$LINENO: checking for -lGL" >&5
11216 echo $ECHO_N "checking for -lGL... $ECHO_C" >&6; }
11217 if test "${ac_cv_lib_soname_GL+set}" = set; then
11218 echo $ECHO_N "(cached) $ECHO_C" >&6
11219 else
11220 ac_check_soname_save_LIBS=$LIBS
11221 LIBS="-lGL $X_LIBS -lXext -lX11 -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"
11222 cat >conftest.$ac_ext <<_ACEOF
11223 /* confdefs.h. */
11224 _ACEOF
11225 cat confdefs.h >>conftest.$ac_ext
11226 cat >>conftest.$ac_ext <<_ACEOF
11227 /* end confdefs.h. */
11229 /* Override any GCC internal prototype to avoid an error.
11230 Use char because int might match the return type of a GCC
11231 builtin and then its argument prototype would still apply. */
11232 #ifdef __cplusplus
11233 extern "C"
11234 #endif
11235 char glXCreateContext ();
11237 main ()
11239 return glXCreateContext ();
11241 return 0;
11243 _ACEOF
11244 rm -f conftest.$ac_objext conftest$ac_exeext
11245 if { (ac_try="$ac_link"
11246 case "(($ac_try" in
11247 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11248 *) ac_try_echo=$ac_try;;
11249 esac
11250 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11251 (eval "$ac_link") 2>conftest.er1
11252 ac_status=$?
11253 grep -v '^ *+' conftest.er1 >conftest.err
11254 rm -f conftest.er1
11255 cat conftest.err >&5
11256 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11257 (exit $ac_status); } && {
11258 test -z "$ac_c_werror_flag" ||
11259 test ! -s conftest.err
11260 } && test -s conftest$ac_exeext &&
11261 $as_test_x conftest$ac_exeext; then
11262 case "$LIBEXT" in
11263 dll) ;;
11264 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'` ;;
11265 *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11266 esac
11267 else
11268 echo "$as_me: failed program was:" >&5
11269 sed 's/^/| /' conftest.$ac_ext >&5
11274 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11275 conftest$ac_exeext conftest.$ac_ext
11276 LIBS=$ac_check_soname_save_LIBS
11278 if test "x$ac_cv_lib_soname_GL" = "x"; then
11279 { echo "$as_me:$LINENO: result: not found" >&5
11280 echo "${ECHO_T}not found" >&6; }
11281 if test -f /usr/X11R6/lib/libGL.a
11282 then
11283 opengl_msg="/usr/X11R6/lib/libGL.a is present on your system.
11284 This probably prevents linking to OpenGL. Try deleting the file and restarting configure."
11285 else
11286 opengl_msg="No OpenGL library found on this system."
11288 else
11289 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GL" >&5
11290 echo "${ECHO_T}$ac_cv_lib_soname_GL" >&6; }
11292 cat >>confdefs.h <<_ACEOF
11293 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
11294 _ACEOF
11296 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"
11298 cat >>confdefs.h <<\_ACEOF
11299 #define HAVE_OPENGL 1
11300 _ACEOF
11304 else
11305 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GL" >&5
11306 echo "${ECHO_T}$ac_cv_lib_soname_GL" >&6; }
11308 cat >>confdefs.h <<_ACEOF
11309 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
11310 _ACEOF
11312 OPENGL_LIBS="-lGL"
11314 cat >>confdefs.h <<\_ACEOF
11315 #define HAVE_OPENGL 1
11316 _ACEOF
11320 if test "$ac_cv_header_GL_glu_h" = "yes"
11321 then
11322 { echo "$as_me:$LINENO: checking for -lGLU" >&5
11323 echo $ECHO_N "checking for -lGLU... $ECHO_C" >&6; }
11324 if test "${ac_cv_lib_soname_GLU+set}" = set; then
11325 echo $ECHO_N "(cached) $ECHO_C" >&6
11326 else
11327 ac_check_soname_save_LIBS=$LIBS
11328 LIBS="-lGLU $OPENGL_LIBS $X_LIBS $X_PRE_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
11329 cat >conftest.$ac_ext <<_ACEOF
11330 /* confdefs.h. */
11331 _ACEOF
11332 cat confdefs.h >>conftest.$ac_ext
11333 cat >>conftest.$ac_ext <<_ACEOF
11334 /* end confdefs.h. */
11336 /* Override any GCC internal prototype to avoid an error.
11337 Use char because int might match the return type of a GCC
11338 builtin and then its argument prototype would still apply. */
11339 #ifdef __cplusplus
11340 extern "C"
11341 #endif
11342 char gluLookAt ();
11344 main ()
11346 return gluLookAt ();
11348 return 0;
11350 _ACEOF
11351 rm -f conftest.$ac_objext conftest$ac_exeext
11352 if { (ac_try="$ac_link"
11353 case "(($ac_try" in
11354 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11355 *) ac_try_echo=$ac_try;;
11356 esac
11357 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11358 (eval "$ac_link") 2>conftest.er1
11359 ac_status=$?
11360 grep -v '^ *+' conftest.er1 >conftest.err
11361 rm -f conftest.er1
11362 cat conftest.err >&5
11363 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11364 (exit $ac_status); } && {
11365 test -z "$ac_c_werror_flag" ||
11366 test ! -s conftest.err
11367 } && test -s conftest$ac_exeext &&
11368 $as_test_x conftest$ac_exeext; then
11369 case "$LIBEXT" in
11370 dll) ;;
11371 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'` ;;
11372 *) ac_cv_lib_soname_GLU=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGLU\\.$LIBEXT" | sed -e "s/^.*\(libGLU\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11373 esac
11374 else
11375 echo "$as_me: failed program was:" >&5
11376 sed 's/^/| /' conftest.$ac_ext >&5
11381 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11382 conftest$ac_exeext conftest.$ac_ext
11383 LIBS=$ac_check_soname_save_LIBS
11385 if test "x$ac_cv_lib_soname_GLU" = "x"; then
11386 { echo "$as_me:$LINENO: result: not found" >&5
11387 echo "${ECHO_T}not found" >&6; }
11389 else
11390 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GLU" >&5
11391 echo "${ECHO_T}$ac_cv_lib_soname_GLU" >&6; }
11393 cat >>confdefs.h <<_ACEOF
11394 #define SONAME_LIBGLU "$ac_cv_lib_soname_GLU"
11395 _ACEOF
11401 if test "x$ac_cv_lib_soname_GLU" = "x"; then
11402 case "x$with_glu" in
11403 x) wine_notices="$wine_notices|libGLU ${notice_platform}development files not found, GLU won't be supported." ;;
11404 xno) ;;
11405 *) { { echo "$as_me:$LINENO: error: libGLU ${notice_platform}development files not found, GLU won't be supported.
11406 This is an error since --with-glu was requested." >&5
11407 echo "$as_me: error: libGLU ${notice_platform}development files not found, GLU won't be supported.
11408 This is an error since --with-glu was requested." >&2;}
11409 { (exit 1); exit 1; }; } ;;
11410 esac
11413 else
11414 opengl_msg="Old Mesa headers detected. Consider upgrading your Mesa libraries."
11416 else
11417 opengl_msg="OpenGL development headers not found."
11419 test -n "$opengl_msg" && enable_opengl32=${enable_opengl32:-no}
11420 test "x$ac_cv_lib_soname_GLU" = "x" && enable_glu32=${enable_glu32:-no}
11421 else
11422 enable_opengl32=${enable_opengl32:-no}
11423 enable_glu32=${enable_glu32:-no}
11425 if test -n "$opengl_msg"; then
11426 case "x$with_opengl" in
11427 x) wine_warnings="$wine_warnings|$opengl_msg
11428 OpenGL and Direct3D won't be supported." ;;
11429 xno) ;;
11430 *) { { echo "$as_me:$LINENO: error: $opengl_msg
11431 OpenGL and Direct3D won't be supported.
11432 This is an error since --with-opengl was requested." >&5
11433 echo "$as_me: error: $opengl_msg
11434 OpenGL and Direct3D won't be supported.
11435 This is an error since --with-opengl was requested." >&2;}
11436 { (exit 1); exit 1; }; } ;;
11437 esac
11441 NASLIBS=""
11444 for ac_header in audio/audiolib.h
11446 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11447 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11448 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11449 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11450 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11451 echo $ECHO_N "(cached) $ECHO_C" >&6
11453 ac_res=`eval echo '${'$as_ac_Header'}'`
11454 { echo "$as_me:$LINENO: result: $ac_res" >&5
11455 echo "${ECHO_T}$ac_res" >&6; }
11456 else
11457 # Is the header compilable?
11458 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
11459 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
11460 cat >conftest.$ac_ext <<_ACEOF
11461 /* confdefs.h. */
11462 _ACEOF
11463 cat confdefs.h >>conftest.$ac_ext
11464 cat >>conftest.$ac_ext <<_ACEOF
11465 /* end confdefs.h. */
11466 $ac_includes_default
11467 #include <$ac_header>
11468 _ACEOF
11469 rm -f conftest.$ac_objext
11470 if { (ac_try="$ac_compile"
11471 case "(($ac_try" in
11472 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11473 *) ac_try_echo=$ac_try;;
11474 esac
11475 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11476 (eval "$ac_compile") 2>conftest.er1
11477 ac_status=$?
11478 grep -v '^ *+' conftest.er1 >conftest.err
11479 rm -f conftest.er1
11480 cat conftest.err >&5
11481 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11482 (exit $ac_status); } && {
11483 test -z "$ac_c_werror_flag" ||
11484 test ! -s conftest.err
11485 } && test -s conftest.$ac_objext; then
11486 ac_header_compiler=yes
11487 else
11488 echo "$as_me: failed program was:" >&5
11489 sed 's/^/| /' conftest.$ac_ext >&5
11491 ac_header_compiler=no
11494 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11495 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
11496 echo "${ECHO_T}$ac_header_compiler" >&6; }
11498 # Is the header present?
11499 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
11500 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
11501 cat >conftest.$ac_ext <<_ACEOF
11502 /* confdefs.h. */
11503 _ACEOF
11504 cat confdefs.h >>conftest.$ac_ext
11505 cat >>conftest.$ac_ext <<_ACEOF
11506 /* end confdefs.h. */
11507 #include <$ac_header>
11508 _ACEOF
11509 if { (ac_try="$ac_cpp conftest.$ac_ext"
11510 case "(($ac_try" in
11511 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11512 *) ac_try_echo=$ac_try;;
11513 esac
11514 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11515 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
11516 ac_status=$?
11517 grep -v '^ *+' conftest.er1 >conftest.err
11518 rm -f conftest.er1
11519 cat conftest.err >&5
11520 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11521 (exit $ac_status); } >/dev/null && {
11522 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
11523 test ! -s conftest.err
11524 }; then
11525 ac_header_preproc=yes
11526 else
11527 echo "$as_me: failed program was:" >&5
11528 sed 's/^/| /' conftest.$ac_ext >&5
11530 ac_header_preproc=no
11533 rm -f conftest.err conftest.$ac_ext
11534 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
11535 echo "${ECHO_T}$ac_header_preproc" >&6; }
11537 # So? What about this header?
11538 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
11539 yes:no: )
11540 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
11541 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
11542 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
11543 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
11544 ac_header_preproc=yes
11546 no:yes:* )
11547 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
11548 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
11549 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
11550 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
11551 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
11552 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
11553 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
11554 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
11555 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
11556 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
11557 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
11558 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
11559 ( cat <<\_ASBOX
11560 ## ------------------------------------ ##
11561 ## Report this to wine-devel@winehq.org ##
11562 ## ------------------------------------ ##
11563 _ASBOX
11564 ) | sed "s/^/$as_me: WARNING: /" >&2
11566 esac
11567 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11568 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11569 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11570 echo $ECHO_N "(cached) $ECHO_C" >&6
11571 else
11572 eval "$as_ac_Header=\$ac_header_preproc"
11574 ac_res=`eval echo '${'$as_ac_Header'}'`
11575 { echo "$as_me:$LINENO: result: $ac_res" >&5
11576 echo "${ECHO_T}$ac_res" >&6; }
11579 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11580 cat >>confdefs.h <<_ACEOF
11581 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
11582 _ACEOF
11584 for ac_header in audio/soundlib.h
11586 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11587 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11588 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11589 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11590 echo $ECHO_N "(cached) $ECHO_C" >&6
11591 else
11592 cat >conftest.$ac_ext <<_ACEOF
11593 /* confdefs.h. */
11594 _ACEOF
11595 cat confdefs.h >>conftest.$ac_ext
11596 cat >>conftest.$ac_ext <<_ACEOF
11597 /* end confdefs.h. */
11598 #include <audio/audiolib.h>
11600 #include <$ac_header>
11601 _ACEOF
11602 rm -f conftest.$ac_objext
11603 if { (ac_try="$ac_compile"
11604 case "(($ac_try" in
11605 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11606 *) ac_try_echo=$ac_try;;
11607 esac
11608 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11609 (eval "$ac_compile") 2>conftest.er1
11610 ac_status=$?
11611 grep -v '^ *+' conftest.er1 >conftest.err
11612 rm -f conftest.er1
11613 cat conftest.err >&5
11614 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11615 (exit $ac_status); } && {
11616 test -z "$ac_c_werror_flag" ||
11617 test ! -s conftest.err
11618 } && test -s conftest.$ac_objext; then
11619 eval "$as_ac_Header=yes"
11620 else
11621 echo "$as_me: failed program was:" >&5
11622 sed 's/^/| /' conftest.$ac_ext >&5
11624 eval "$as_ac_Header=no"
11627 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11629 ac_res=`eval echo '${'$as_ac_Header'}'`
11630 { echo "$as_me:$LINENO: result: $ac_res" >&5
11631 echo "${ECHO_T}$ac_res" >&6; }
11632 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11633 cat >>confdefs.h <<_ACEOF
11634 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
11635 _ACEOF
11639 done
11641 { echo "$as_me:$LINENO: checking for AuCreateFlow in -laudio" >&5
11642 echo $ECHO_N "checking for AuCreateFlow in -laudio... $ECHO_C" >&6; }
11643 if test "${ac_cv_lib_audio_AuCreateFlow+set}" = set; then
11644 echo $ECHO_N "(cached) $ECHO_C" >&6
11645 else
11646 ac_check_lib_save_LIBS=$LIBS
11647 LIBS="-laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
11648 cat >conftest.$ac_ext <<_ACEOF
11649 /* confdefs.h. */
11650 _ACEOF
11651 cat confdefs.h >>conftest.$ac_ext
11652 cat >>conftest.$ac_ext <<_ACEOF
11653 /* end confdefs.h. */
11655 /* Override any GCC internal prototype to avoid an error.
11656 Use char because int might match the return type of a GCC
11657 builtin and then its argument prototype would still apply. */
11658 #ifdef __cplusplus
11659 extern "C"
11660 #endif
11661 char AuCreateFlow ();
11663 main ()
11665 return AuCreateFlow ();
11667 return 0;
11669 _ACEOF
11670 rm -f conftest.$ac_objext conftest$ac_exeext
11671 if { (ac_try="$ac_link"
11672 case "(($ac_try" in
11673 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11674 *) ac_try_echo=$ac_try;;
11675 esac
11676 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11677 (eval "$ac_link") 2>conftest.er1
11678 ac_status=$?
11679 grep -v '^ *+' conftest.er1 >conftest.err
11680 rm -f conftest.er1
11681 cat conftest.err >&5
11682 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11683 (exit $ac_status); } && {
11684 test -z "$ac_c_werror_flag" ||
11685 test ! -s conftest.err
11686 } && test -s conftest$ac_exeext &&
11687 $as_test_x conftest$ac_exeext; then
11688 ac_cv_lib_audio_AuCreateFlow=yes
11689 else
11690 echo "$as_me: failed program was:" >&5
11691 sed 's/^/| /' conftest.$ac_ext >&5
11693 ac_cv_lib_audio_AuCreateFlow=no
11696 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11697 conftest$ac_exeext conftest.$ac_ext
11698 LIBS=$ac_check_lib_save_LIBS
11700 { echo "$as_me:$LINENO: result: $ac_cv_lib_audio_AuCreateFlow" >&5
11701 echo "${ECHO_T}$ac_cv_lib_audio_AuCreateFlow" >&6; }
11702 if test $ac_cv_lib_audio_AuCreateFlow = yes; then
11704 cat >>confdefs.h <<\_ACEOF
11705 #define HAVE_NAS 1
11706 _ACEOF
11708 { echo "$as_me:$LINENO: checking for XauGetBestAuthByAddr in -lXau" >&5
11709 echo $ECHO_N "checking for XauGetBestAuthByAddr in -lXau... $ECHO_C" >&6; }
11710 if test "${ac_cv_lib_Xau_XauGetBestAuthByAddr+set}" = set; then
11711 echo $ECHO_N "(cached) $ECHO_C" >&6
11712 else
11713 ac_check_lib_save_LIBS=$LIBS
11714 LIBS="-lXau $X_LIBS $LIBS"
11715 cat >conftest.$ac_ext <<_ACEOF
11716 /* confdefs.h. */
11717 _ACEOF
11718 cat confdefs.h >>conftest.$ac_ext
11719 cat >>conftest.$ac_ext <<_ACEOF
11720 /* end confdefs.h. */
11722 /* Override any GCC internal prototype to avoid an error.
11723 Use char because int might match the return type of a GCC
11724 builtin and then its argument prototype would still apply. */
11725 #ifdef __cplusplus
11726 extern "C"
11727 #endif
11728 char XauGetBestAuthByAddr ();
11730 main ()
11732 return XauGetBestAuthByAddr ();
11734 return 0;
11736 _ACEOF
11737 rm -f conftest.$ac_objext conftest$ac_exeext
11738 if { (ac_try="$ac_link"
11739 case "(($ac_try" in
11740 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11741 *) ac_try_echo=$ac_try;;
11742 esac
11743 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11744 (eval "$ac_link") 2>conftest.er1
11745 ac_status=$?
11746 grep -v '^ *+' conftest.er1 >conftest.err
11747 rm -f conftest.er1
11748 cat conftest.err >&5
11749 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11750 (exit $ac_status); } && {
11751 test -z "$ac_c_werror_flag" ||
11752 test ! -s conftest.err
11753 } && test -s conftest$ac_exeext &&
11754 $as_test_x conftest$ac_exeext; then
11755 ac_cv_lib_Xau_XauGetBestAuthByAddr=yes
11756 else
11757 echo "$as_me: failed program was:" >&5
11758 sed 's/^/| /' conftest.$ac_ext >&5
11760 ac_cv_lib_Xau_XauGetBestAuthByAddr=no
11763 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11764 conftest$ac_exeext conftest.$ac_ext
11765 LIBS=$ac_check_lib_save_LIBS
11767 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xau_XauGetBestAuthByAddr" >&5
11768 echo "${ECHO_T}$ac_cv_lib_Xau_XauGetBestAuthByAddr" >&6; }
11769 if test $ac_cv_lib_Xau_XauGetBestAuthByAddr = yes; then
11770 NASLIBS="-lXau -laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS"
11771 else
11772 NASLIBS="-laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS"
11780 done
11783 CPPFLAGS="$ac_save_CPPFLAGS"
11784 else
11785 XLIB=""
11786 X_CFLAGS=""
11787 X_LIBS=""
11788 enable_winex11_drv=${enable_winex11_drv:-no}
11789 enable_opengl32=${enable_opengl32:-no}
11790 enable_glu32=${enable_glu32:-no}
11792 if test "x$XLIB" = "x"; then
11793 case "x$with_x" in
11794 xno) ;;
11795 *) { { echo "$as_me:$LINENO: error: X development files not found. Wine will be built
11796 without X support, which probably isn't what you want. You will need to install
11797 development packages of Xlib/Xfree86 at the very least.
11798 Use the --without-x option if you really want this." >&5
11799 echo "$as_me: error: X development files not found. Wine will be built
11800 without X support, which probably isn't what you want. You will need to install
11801 development packages of Xlib/Xfree86 at the very least.
11802 Use the --without-x option if you really want this." >&2;}
11803 { (exit 1); exit 1; }; } ;;
11804 esac
11809 XML2LIBS=""
11811 XML2INCL=""
11813 XSLTLIBS=""
11815 XSLTINCL=""
11817 if test "x$with_xml" != "xno"
11818 then
11819 ac_save_CPPFLAGS="$CPPFLAGS"
11820 if test "$PKG_CONFIG" != "false"
11821 then
11822 ac_xml_libs="`$PKG_CONFIG --libs libxml-2.0 2>/dev/null`"
11823 ac_xml_cflags="`$PKG_CONFIG --cflags libxml-2.0 2>/dev/null`"
11824 else
11825 ac_xml_libs="`xml2-config --libs 2>/dev/null`"
11826 ac_xml_cflags="`xml2-config --cflags 2>/dev/null`"
11828 CPPFLAGS="$CPPFLAGS $ac_xml_cflags"
11830 for ac_header in libxml/parser.h
11832 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11833 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11834 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11835 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11836 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11837 echo $ECHO_N "(cached) $ECHO_C" >&6
11839 ac_res=`eval echo '${'$as_ac_Header'}'`
11840 { echo "$as_me:$LINENO: result: $ac_res" >&5
11841 echo "${ECHO_T}$ac_res" >&6; }
11842 else
11843 # Is the header compilable?
11844 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
11845 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
11846 cat >conftest.$ac_ext <<_ACEOF
11847 /* confdefs.h. */
11848 _ACEOF
11849 cat confdefs.h >>conftest.$ac_ext
11850 cat >>conftest.$ac_ext <<_ACEOF
11851 /* end confdefs.h. */
11852 $ac_includes_default
11853 #include <$ac_header>
11854 _ACEOF
11855 rm -f conftest.$ac_objext
11856 if { (ac_try="$ac_compile"
11857 case "(($ac_try" in
11858 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11859 *) ac_try_echo=$ac_try;;
11860 esac
11861 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11862 (eval "$ac_compile") 2>conftest.er1
11863 ac_status=$?
11864 grep -v '^ *+' conftest.er1 >conftest.err
11865 rm -f conftest.er1
11866 cat conftest.err >&5
11867 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11868 (exit $ac_status); } && {
11869 test -z "$ac_c_werror_flag" ||
11870 test ! -s conftest.err
11871 } && test -s conftest.$ac_objext; then
11872 ac_header_compiler=yes
11873 else
11874 echo "$as_me: failed program was:" >&5
11875 sed 's/^/| /' conftest.$ac_ext >&5
11877 ac_header_compiler=no
11880 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11881 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
11882 echo "${ECHO_T}$ac_header_compiler" >&6; }
11884 # Is the header present?
11885 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
11886 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
11887 cat >conftest.$ac_ext <<_ACEOF
11888 /* confdefs.h. */
11889 _ACEOF
11890 cat confdefs.h >>conftest.$ac_ext
11891 cat >>conftest.$ac_ext <<_ACEOF
11892 /* end confdefs.h. */
11893 #include <$ac_header>
11894 _ACEOF
11895 if { (ac_try="$ac_cpp conftest.$ac_ext"
11896 case "(($ac_try" in
11897 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11898 *) ac_try_echo=$ac_try;;
11899 esac
11900 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11901 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
11902 ac_status=$?
11903 grep -v '^ *+' conftest.er1 >conftest.err
11904 rm -f conftest.er1
11905 cat conftest.err >&5
11906 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11907 (exit $ac_status); } >/dev/null && {
11908 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
11909 test ! -s conftest.err
11910 }; then
11911 ac_header_preproc=yes
11912 else
11913 echo "$as_me: failed program was:" >&5
11914 sed 's/^/| /' conftest.$ac_ext >&5
11916 ac_header_preproc=no
11919 rm -f conftest.err conftest.$ac_ext
11920 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
11921 echo "${ECHO_T}$ac_header_preproc" >&6; }
11923 # So? What about this header?
11924 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
11925 yes:no: )
11926 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
11927 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
11928 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
11929 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
11930 ac_header_preproc=yes
11932 no:yes:* )
11933 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
11934 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
11935 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
11936 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
11937 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
11938 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
11939 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
11940 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
11941 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
11942 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
11943 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
11944 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
11945 ( cat <<\_ASBOX
11946 ## ------------------------------------ ##
11947 ## Report this to wine-devel@winehq.org ##
11948 ## ------------------------------------ ##
11949 _ASBOX
11950 ) | sed "s/^/$as_me: WARNING: /" >&2
11952 esac
11953 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11954 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11955 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11956 echo $ECHO_N "(cached) $ECHO_C" >&6
11957 else
11958 eval "$as_ac_Header=\$ac_header_preproc"
11960 ac_res=`eval echo '${'$as_ac_Header'}'`
11961 { echo "$as_me:$LINENO: result: $ac_res" >&5
11962 echo "${ECHO_T}$ac_res" >&6; }
11965 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11966 cat >>confdefs.h <<_ACEOF
11967 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
11968 _ACEOF
11969 { echo "$as_me:$LINENO: checking for xmlParseMemory in -lxml2" >&5
11970 echo $ECHO_N "checking for xmlParseMemory in -lxml2... $ECHO_C" >&6; }
11971 if test "${ac_cv_lib_xml2_xmlParseMemory+set}" = set; then
11972 echo $ECHO_N "(cached) $ECHO_C" >&6
11973 else
11974 ac_check_lib_save_LIBS=$LIBS
11975 LIBS="-lxml2 $ac_xml_libs $LIBS"
11976 cat >conftest.$ac_ext <<_ACEOF
11977 /* confdefs.h. */
11978 _ACEOF
11979 cat confdefs.h >>conftest.$ac_ext
11980 cat >>conftest.$ac_ext <<_ACEOF
11981 /* end confdefs.h. */
11983 /* Override any GCC internal prototype to avoid an error.
11984 Use char because int might match the return type of a GCC
11985 builtin and then its argument prototype would still apply. */
11986 #ifdef __cplusplus
11987 extern "C"
11988 #endif
11989 char xmlParseMemory ();
11991 main ()
11993 return xmlParseMemory ();
11995 return 0;
11997 _ACEOF
11998 rm -f conftest.$ac_objext conftest$ac_exeext
11999 if { (ac_try="$ac_link"
12000 case "(($ac_try" in
12001 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12002 *) ac_try_echo=$ac_try;;
12003 esac
12004 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12005 (eval "$ac_link") 2>conftest.er1
12006 ac_status=$?
12007 grep -v '^ *+' conftest.er1 >conftest.err
12008 rm -f conftest.er1
12009 cat conftest.err >&5
12010 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12011 (exit $ac_status); } && {
12012 test -z "$ac_c_werror_flag" ||
12013 test ! -s conftest.err
12014 } && test -s conftest$ac_exeext &&
12015 $as_test_x conftest$ac_exeext; then
12016 ac_cv_lib_xml2_xmlParseMemory=yes
12017 else
12018 echo "$as_me: failed program was:" >&5
12019 sed 's/^/| /' conftest.$ac_ext >&5
12021 ac_cv_lib_xml2_xmlParseMemory=no
12024 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12025 conftest$ac_exeext conftest.$ac_ext
12026 LIBS=$ac_check_lib_save_LIBS
12028 { echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlParseMemory" >&5
12029 echo "${ECHO_T}$ac_cv_lib_xml2_xmlParseMemory" >&6; }
12030 if test $ac_cv_lib_xml2_xmlParseMemory = yes; then
12032 cat >>confdefs.h <<\_ACEOF
12033 #define HAVE_LIBXML2 1
12034 _ACEOF
12036 XML2LIBS="$ac_xml_libs"
12037 XML2INCL="$ac_xml_cflags"
12040 { echo "$as_me:$LINENO: checking for xmlReadMemory in -lxml2" >&5
12041 echo $ECHO_N "checking for xmlReadMemory in -lxml2... $ECHO_C" >&6; }
12042 if test "${ac_cv_lib_xml2_xmlReadMemory+set}" = set; then
12043 echo $ECHO_N "(cached) $ECHO_C" >&6
12044 else
12045 ac_check_lib_save_LIBS=$LIBS
12046 LIBS="-lxml2 $ac_xml_libs $LIBS"
12047 cat >conftest.$ac_ext <<_ACEOF
12048 /* confdefs.h. */
12049 _ACEOF
12050 cat confdefs.h >>conftest.$ac_ext
12051 cat >>conftest.$ac_ext <<_ACEOF
12052 /* end confdefs.h. */
12054 /* Override any GCC internal prototype to avoid an error.
12055 Use char because int might match the return type of a GCC
12056 builtin and then its argument prototype would still apply. */
12057 #ifdef __cplusplus
12058 extern "C"
12059 #endif
12060 char xmlReadMemory ();
12062 main ()
12064 return xmlReadMemory ();
12066 return 0;
12068 _ACEOF
12069 rm -f conftest.$ac_objext conftest$ac_exeext
12070 if { (ac_try="$ac_link"
12071 case "(($ac_try" in
12072 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12073 *) ac_try_echo=$ac_try;;
12074 esac
12075 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12076 (eval "$ac_link") 2>conftest.er1
12077 ac_status=$?
12078 grep -v '^ *+' conftest.er1 >conftest.err
12079 rm -f conftest.er1
12080 cat conftest.err >&5
12081 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12082 (exit $ac_status); } && {
12083 test -z "$ac_c_werror_flag" ||
12084 test ! -s conftest.err
12085 } && test -s conftest$ac_exeext &&
12086 $as_test_x conftest$ac_exeext; then
12087 ac_cv_lib_xml2_xmlReadMemory=yes
12088 else
12089 echo "$as_me: failed program was:" >&5
12090 sed 's/^/| /' conftest.$ac_ext >&5
12092 ac_cv_lib_xml2_xmlReadMemory=no
12095 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12096 conftest$ac_exeext conftest.$ac_ext
12097 LIBS=$ac_check_lib_save_LIBS
12099 { echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlReadMemory" >&5
12100 echo "${ECHO_T}$ac_cv_lib_xml2_xmlReadMemory" >&6; }
12101 if test $ac_cv_lib_xml2_xmlReadMemory = yes; then
12103 cat >>confdefs.h <<\_ACEOF
12104 #define HAVE_XMLREADMEMORY 1
12105 _ACEOF
12109 { echo "$as_me:$LINENO: checking for xmlNewDocPI in -lxml2" >&5
12110 echo $ECHO_N "checking for xmlNewDocPI in -lxml2... $ECHO_C" >&6; }
12111 if test "${ac_cv_lib_xml2_xmlNewDocPI+set}" = set; then
12112 echo $ECHO_N "(cached) $ECHO_C" >&6
12113 else
12114 ac_check_lib_save_LIBS=$LIBS
12115 LIBS="-lxml2 $ac_xml_libs $LIBS"
12116 cat >conftest.$ac_ext <<_ACEOF
12117 /* confdefs.h. */
12118 _ACEOF
12119 cat confdefs.h >>conftest.$ac_ext
12120 cat >>conftest.$ac_ext <<_ACEOF
12121 /* end confdefs.h. */
12123 /* Override any GCC internal prototype to avoid an error.
12124 Use char because int might match the return type of a GCC
12125 builtin and then its argument prototype would still apply. */
12126 #ifdef __cplusplus
12127 extern "C"
12128 #endif
12129 char xmlNewDocPI ();
12131 main ()
12133 return xmlNewDocPI ();
12135 return 0;
12137 _ACEOF
12138 rm -f conftest.$ac_objext conftest$ac_exeext
12139 if { (ac_try="$ac_link"
12140 case "(($ac_try" in
12141 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12142 *) ac_try_echo=$ac_try;;
12143 esac
12144 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12145 (eval "$ac_link") 2>conftest.er1
12146 ac_status=$?
12147 grep -v '^ *+' conftest.er1 >conftest.err
12148 rm -f conftest.er1
12149 cat conftest.err >&5
12150 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12151 (exit $ac_status); } && {
12152 test -z "$ac_c_werror_flag" ||
12153 test ! -s conftest.err
12154 } && test -s conftest$ac_exeext &&
12155 $as_test_x conftest$ac_exeext; then
12156 ac_cv_lib_xml2_xmlNewDocPI=yes
12157 else
12158 echo "$as_me: failed program was:" >&5
12159 sed 's/^/| /' conftest.$ac_ext >&5
12161 ac_cv_lib_xml2_xmlNewDocPI=no
12164 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12165 conftest$ac_exeext conftest.$ac_ext
12166 LIBS=$ac_check_lib_save_LIBS
12168 { echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlNewDocPI" >&5
12169 echo "${ECHO_T}$ac_cv_lib_xml2_xmlNewDocPI" >&6; }
12170 if test $ac_cv_lib_xml2_xmlNewDocPI = yes; then
12172 cat >>confdefs.h <<\_ACEOF
12173 #define HAVE_XMLNEWDOCPI 1
12174 _ACEOF
12181 done
12183 CPPFLAGS="$ac_save_CPPFLAGS"
12185 if test "$ac_cv_lib_xml2_xmlParseMemory" != "yes"; then
12186 case "x$with_xml" in
12187 x) wine_warnings="$wine_warnings|libxml2 ${notice_platform}development files not found, XML won't be supported." ;;
12188 xno) ;;
12189 *) { { echo "$as_me:$LINENO: error: libxml2 ${notice_platform}development files not found, XML won't be supported.
12190 This is an error since --with-xml was requested." >&5
12191 echo "$as_me: error: libxml2 ${notice_platform}development files not found, XML won't be supported.
12192 This is an error since --with-xml was requested." >&2;}
12193 { (exit 1); exit 1; }; } ;;
12194 esac
12198 if test "x$with_xslt" != "xno"
12199 then
12200 if test "$PKG_CONFIG" != "false"
12201 then
12202 ac_xslt_libs="`$PKG_CONFIG --libs libxslt 2>/dev/null`"
12203 ac_xslt_cflags="`$PKG_CONFIG --cflags libxslt 2>/dev/null`"
12204 else
12205 ac_xslt_libs="`xslt-config --libs 2>/dev/null`"
12206 ac_xslt_cflags="`xslt-config --cflags 2>/dev/null`"
12208 ac_save_CPPFLAGS="$CPPFLAGS"
12209 CPPFLAGS="$CPPFLAGS $ac_xslt_cflags"
12212 for ac_header in libxslt/pattern.h libxslt/transform.h
12214 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
12215 { echo "$as_me:$LINENO: checking for $ac_header" >&5
12216 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
12217 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12218 echo $ECHO_N "(cached) $ECHO_C" >&6
12219 else
12220 cat >conftest.$ac_ext <<_ACEOF
12221 /* confdefs.h. */
12222 _ACEOF
12223 cat confdefs.h >>conftest.$ac_ext
12224 cat >>conftest.$ac_ext <<_ACEOF
12225 /* end confdefs.h. */
12226 #ifdef HAVE_LIBXSLT_PATTERN_H
12227 # include <libxslt/pattern.h>
12228 #endif
12230 #include <$ac_header>
12231 _ACEOF
12232 rm -f conftest.$ac_objext
12233 if { (ac_try="$ac_compile"
12234 case "(($ac_try" in
12235 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12236 *) ac_try_echo=$ac_try;;
12237 esac
12238 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12239 (eval "$ac_compile") 2>conftest.er1
12240 ac_status=$?
12241 grep -v '^ *+' conftest.er1 >conftest.err
12242 rm -f conftest.er1
12243 cat conftest.err >&5
12244 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12245 (exit $ac_status); } && {
12246 test -z "$ac_c_werror_flag" ||
12247 test ! -s conftest.err
12248 } && test -s conftest.$ac_objext; then
12249 eval "$as_ac_Header=yes"
12250 else
12251 echo "$as_me: failed program was:" >&5
12252 sed 's/^/| /' conftest.$ac_ext >&5
12254 eval "$as_ac_Header=no"
12257 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12259 ac_res=`eval echo '${'$as_ac_Header'}'`
12260 { echo "$as_me:$LINENO: result: $ac_res" >&5
12261 echo "${ECHO_T}$ac_res" >&6; }
12262 if test `eval echo '${'$as_ac_Header'}'` = yes; then
12263 cat >>confdefs.h <<_ACEOF
12264 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
12265 _ACEOF
12269 done
12271 CPPFLAGS="$ac_save_CPPFLAGS"
12272 if test "$ac_cv_header_libxslt_transform_h" = "yes"
12273 then
12274 { echo "$as_me:$LINENO: checking for xsltCompilePattern in -lxslt" >&5
12275 echo $ECHO_N "checking for xsltCompilePattern in -lxslt... $ECHO_C" >&6; }
12276 if test "${ac_cv_lib_xslt_xsltCompilePattern+set}" = set; then
12277 echo $ECHO_N "(cached) $ECHO_C" >&6
12278 else
12279 ac_check_lib_save_LIBS=$LIBS
12280 LIBS="-lxslt $ac_xslt_libs $LIBS"
12281 cat >conftest.$ac_ext <<_ACEOF
12282 /* confdefs.h. */
12283 _ACEOF
12284 cat confdefs.h >>conftest.$ac_ext
12285 cat >>conftest.$ac_ext <<_ACEOF
12286 /* end confdefs.h. */
12288 /* Override any GCC internal prototype to avoid an error.
12289 Use char because int might match the return type of a GCC
12290 builtin and then its argument prototype would still apply. */
12291 #ifdef __cplusplus
12292 extern "C"
12293 #endif
12294 char xsltCompilePattern ();
12296 main ()
12298 return xsltCompilePattern ();
12300 return 0;
12302 _ACEOF
12303 rm -f conftest.$ac_objext conftest$ac_exeext
12304 if { (ac_try="$ac_link"
12305 case "(($ac_try" in
12306 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12307 *) ac_try_echo=$ac_try;;
12308 esac
12309 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12310 (eval "$ac_link") 2>conftest.er1
12311 ac_status=$?
12312 grep -v '^ *+' conftest.er1 >conftest.err
12313 rm -f conftest.er1
12314 cat conftest.err >&5
12315 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12316 (exit $ac_status); } && {
12317 test -z "$ac_c_werror_flag" ||
12318 test ! -s conftest.err
12319 } && test -s conftest$ac_exeext &&
12320 $as_test_x conftest$ac_exeext; then
12321 ac_cv_lib_xslt_xsltCompilePattern=yes
12322 else
12323 echo "$as_me: failed program was:" >&5
12324 sed 's/^/| /' conftest.$ac_ext >&5
12326 ac_cv_lib_xslt_xsltCompilePattern=no
12329 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12330 conftest$ac_exeext conftest.$ac_ext
12331 LIBS=$ac_check_lib_save_LIBS
12333 { echo "$as_me:$LINENO: result: $ac_cv_lib_xslt_xsltCompilePattern" >&5
12334 echo "${ECHO_T}$ac_cv_lib_xslt_xsltCompilePattern" >&6; }
12335 if test $ac_cv_lib_xslt_xsltCompilePattern = yes; then
12337 cat >>confdefs.h <<\_ACEOF
12338 #define HAVE_LIBXSLT 1
12339 _ACEOF
12341 XSLTLIBS="$ac_xslt_libs"
12342 XSLTINCL="$ac_xslt_cflags"
12343 ac_save_LIBS="$LIBS"
12344 LIBS="$LIBS $ac_xslt_libs"
12346 for ac_func in xsltInit
12348 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
12349 { echo "$as_me:$LINENO: checking for $ac_func" >&5
12350 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
12351 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
12352 echo $ECHO_N "(cached) $ECHO_C" >&6
12353 else
12354 cat >conftest.$ac_ext <<_ACEOF
12355 /* confdefs.h. */
12356 _ACEOF
12357 cat confdefs.h >>conftest.$ac_ext
12358 cat >>conftest.$ac_ext <<_ACEOF
12359 /* end confdefs.h. */
12360 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
12361 For example, HP-UX 11i <limits.h> declares gettimeofday. */
12362 #define $ac_func innocuous_$ac_func
12364 /* System header to define __stub macros and hopefully few prototypes,
12365 which can conflict with char $ac_func (); below.
12366 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
12367 <limits.h> exists even on freestanding compilers. */
12369 #ifdef __STDC__
12370 # include <limits.h>
12371 #else
12372 # include <assert.h>
12373 #endif
12375 #undef $ac_func
12377 /* Override any GCC internal prototype to avoid an error.
12378 Use char because int might match the return type of a GCC
12379 builtin and then its argument prototype would still apply. */
12380 #ifdef __cplusplus
12381 extern "C"
12382 #endif
12383 char $ac_func ();
12384 /* The GNU C library defines this for functions which it implements
12385 to always fail with ENOSYS. Some functions are actually named
12386 something starting with __ and the normal name is an alias. */
12387 #if defined __stub_$ac_func || defined __stub___$ac_func
12388 choke me
12389 #endif
12392 main ()
12394 return $ac_func ();
12396 return 0;
12398 _ACEOF
12399 rm -f conftest.$ac_objext conftest$ac_exeext
12400 if { (ac_try="$ac_link"
12401 case "(($ac_try" in
12402 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12403 *) ac_try_echo=$ac_try;;
12404 esac
12405 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12406 (eval "$ac_link") 2>conftest.er1
12407 ac_status=$?
12408 grep -v '^ *+' conftest.er1 >conftest.err
12409 rm -f conftest.er1
12410 cat conftest.err >&5
12411 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12412 (exit $ac_status); } && {
12413 test -z "$ac_c_werror_flag" ||
12414 test ! -s conftest.err
12415 } && test -s conftest$ac_exeext &&
12416 $as_test_x conftest$ac_exeext; then
12417 eval "$as_ac_var=yes"
12418 else
12419 echo "$as_me: failed program was:" >&5
12420 sed 's/^/| /' conftest.$ac_ext >&5
12422 eval "$as_ac_var=no"
12425 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12426 conftest$ac_exeext conftest.$ac_ext
12428 ac_res=`eval echo '${'$as_ac_var'}'`
12429 { echo "$as_me:$LINENO: result: $ac_res" >&5
12430 echo "${ECHO_T}$ac_res" >&6; }
12431 if test `eval echo '${'$as_ac_var'}'` = yes; then
12432 cat >>confdefs.h <<_ACEOF
12433 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
12434 _ACEOF
12437 done
12439 LIBS="$ac_save_LIBS"
12444 if test "$ac_cv_lib_xslt_xsltCompilePattern" != "yes"; then
12445 case "x$with_xslt" in
12446 x) wine_warnings="$wine_warnings|libxslt ${notice_platform}development files not found, xslt won't be supported." ;;
12447 xno) ;;
12448 *) { { echo "$as_me:$LINENO: error: libxslt ${notice_platform}development files not found, xslt won't be supported.
12449 This is an error since --with-xslt was requested." >&5
12450 echo "$as_me: error: libxslt ${notice_platform}development files not found, xslt won't be supported.
12451 This is an error since --with-xslt was requested." >&2;}
12452 { (exit 1); exit 1; }; } ;;
12453 esac
12457 HALINCL=""
12459 if test "x$with_hal" != "xno" -a "$PKG_CONFIG" != "false"
12460 then
12461 ac_save_CPPFLAGS="$CPPFLAGS"
12462 ac_hal_libs="`$PKG_CONFIG --libs hal 2>/dev/null`"
12463 ac_hal_cflags="`$PKG_CONFIG --cflags hal 2>/dev/null`"
12464 CPPFLAGS="$CPPFLAGS $ac_hal_cflags"
12467 for ac_header in dbus/dbus.h hal/libhal.h
12469 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
12470 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12471 { echo "$as_me:$LINENO: checking for $ac_header" >&5
12472 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
12473 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12474 echo $ECHO_N "(cached) $ECHO_C" >&6
12476 ac_res=`eval echo '${'$as_ac_Header'}'`
12477 { echo "$as_me:$LINENO: result: $ac_res" >&5
12478 echo "${ECHO_T}$ac_res" >&6; }
12479 else
12480 # Is the header compilable?
12481 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
12482 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
12483 cat >conftest.$ac_ext <<_ACEOF
12484 /* confdefs.h. */
12485 _ACEOF
12486 cat confdefs.h >>conftest.$ac_ext
12487 cat >>conftest.$ac_ext <<_ACEOF
12488 /* end confdefs.h. */
12489 $ac_includes_default
12490 #include <$ac_header>
12491 _ACEOF
12492 rm -f conftest.$ac_objext
12493 if { (ac_try="$ac_compile"
12494 case "(($ac_try" in
12495 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12496 *) ac_try_echo=$ac_try;;
12497 esac
12498 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12499 (eval "$ac_compile") 2>conftest.er1
12500 ac_status=$?
12501 grep -v '^ *+' conftest.er1 >conftest.err
12502 rm -f conftest.er1
12503 cat conftest.err >&5
12504 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12505 (exit $ac_status); } && {
12506 test -z "$ac_c_werror_flag" ||
12507 test ! -s conftest.err
12508 } && test -s conftest.$ac_objext; then
12509 ac_header_compiler=yes
12510 else
12511 echo "$as_me: failed program was:" >&5
12512 sed 's/^/| /' conftest.$ac_ext >&5
12514 ac_header_compiler=no
12517 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12518 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12519 echo "${ECHO_T}$ac_header_compiler" >&6; }
12521 # Is the header present?
12522 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
12523 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
12524 cat >conftest.$ac_ext <<_ACEOF
12525 /* confdefs.h. */
12526 _ACEOF
12527 cat confdefs.h >>conftest.$ac_ext
12528 cat >>conftest.$ac_ext <<_ACEOF
12529 /* end confdefs.h. */
12530 #include <$ac_header>
12531 _ACEOF
12532 if { (ac_try="$ac_cpp conftest.$ac_ext"
12533 case "(($ac_try" in
12534 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12535 *) ac_try_echo=$ac_try;;
12536 esac
12537 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12538 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
12539 ac_status=$?
12540 grep -v '^ *+' conftest.er1 >conftest.err
12541 rm -f conftest.er1
12542 cat conftest.err >&5
12543 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12544 (exit $ac_status); } >/dev/null && {
12545 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
12546 test ! -s conftest.err
12547 }; then
12548 ac_header_preproc=yes
12549 else
12550 echo "$as_me: failed program was:" >&5
12551 sed 's/^/| /' conftest.$ac_ext >&5
12553 ac_header_preproc=no
12556 rm -f conftest.err conftest.$ac_ext
12557 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12558 echo "${ECHO_T}$ac_header_preproc" >&6; }
12560 # So? What about this header?
12561 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12562 yes:no: )
12563 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12564 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12565 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
12566 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
12567 ac_header_preproc=yes
12569 no:yes:* )
12570 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12571 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12572 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
12573 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
12574 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
12575 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
12576 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
12577 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
12578 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12579 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12580 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
12581 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
12582 ( cat <<\_ASBOX
12583 ## ------------------------------------ ##
12584 ## Report this to wine-devel@winehq.org ##
12585 ## ------------------------------------ ##
12586 _ASBOX
12587 ) | sed "s/^/$as_me: WARNING: /" >&2
12589 esac
12590 { echo "$as_me:$LINENO: checking for $ac_header" >&5
12591 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
12592 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12593 echo $ECHO_N "(cached) $ECHO_C" >&6
12594 else
12595 eval "$as_ac_Header=\$ac_header_preproc"
12597 ac_res=`eval echo '${'$as_ac_Header'}'`
12598 { echo "$as_me:$LINENO: result: $ac_res" >&5
12599 echo "${ECHO_T}$ac_res" >&6; }
12602 if test `eval echo '${'$as_ac_Header'}'` = yes; then
12603 cat >>confdefs.h <<_ACEOF
12604 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
12605 _ACEOF
12609 done
12611 if test "$ac_cv_header_dbus_dbus_h" = "yes" -a "$ac_cv_header_hal_libhal_h" = "yes"
12612 then
12613 { echo "$as_me:$LINENO: checking for dbus_connection_close in -ldbus-1" >&5
12614 echo $ECHO_N "checking for dbus_connection_close in -ldbus-1... $ECHO_C" >&6; }
12615 if test "${ac_cv_lib_dbus_1_dbus_connection_close+set}" = set; then
12616 echo $ECHO_N "(cached) $ECHO_C" >&6
12617 else
12618 ac_check_lib_save_LIBS=$LIBS
12619 LIBS="-ldbus-1 $ac_hal_libs $LIBS"
12620 cat >conftest.$ac_ext <<_ACEOF
12621 /* confdefs.h. */
12622 _ACEOF
12623 cat confdefs.h >>conftest.$ac_ext
12624 cat >>conftest.$ac_ext <<_ACEOF
12625 /* end confdefs.h. */
12627 /* Override any GCC internal prototype to avoid an error.
12628 Use char because int might match the return type of a GCC
12629 builtin and then its argument prototype would still apply. */
12630 #ifdef __cplusplus
12631 extern "C"
12632 #endif
12633 char dbus_connection_close ();
12635 main ()
12637 return dbus_connection_close ();
12639 return 0;
12641 _ACEOF
12642 rm -f conftest.$ac_objext conftest$ac_exeext
12643 if { (ac_try="$ac_link"
12644 case "(($ac_try" in
12645 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12646 *) ac_try_echo=$ac_try;;
12647 esac
12648 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12649 (eval "$ac_link") 2>conftest.er1
12650 ac_status=$?
12651 grep -v '^ *+' conftest.er1 >conftest.err
12652 rm -f conftest.er1
12653 cat conftest.err >&5
12654 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12655 (exit $ac_status); } && {
12656 test -z "$ac_c_werror_flag" ||
12657 test ! -s conftest.err
12658 } && test -s conftest$ac_exeext &&
12659 $as_test_x conftest$ac_exeext; then
12660 ac_cv_lib_dbus_1_dbus_connection_close=yes
12661 else
12662 echo "$as_me: failed program was:" >&5
12663 sed 's/^/| /' conftest.$ac_ext >&5
12665 ac_cv_lib_dbus_1_dbus_connection_close=no
12668 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12669 conftest$ac_exeext conftest.$ac_ext
12670 LIBS=$ac_check_lib_save_LIBS
12672 { echo "$as_me:$LINENO: result: $ac_cv_lib_dbus_1_dbus_connection_close" >&5
12673 echo "${ECHO_T}$ac_cv_lib_dbus_1_dbus_connection_close" >&6; }
12674 if test $ac_cv_lib_dbus_1_dbus_connection_close = yes; then
12675 { echo "$as_me:$LINENO: checking for -lhal" >&5
12676 echo $ECHO_N "checking for -lhal... $ECHO_C" >&6; }
12677 if test "${ac_cv_lib_soname_hal+set}" = set; then
12678 echo $ECHO_N "(cached) $ECHO_C" >&6
12679 else
12680 ac_check_soname_save_LIBS=$LIBS
12681 LIBS="-lhal $ac_hal_libs $LIBS"
12682 cat >conftest.$ac_ext <<_ACEOF
12683 /* confdefs.h. */
12684 _ACEOF
12685 cat confdefs.h >>conftest.$ac_ext
12686 cat >>conftest.$ac_ext <<_ACEOF
12687 /* end confdefs.h. */
12689 /* Override any GCC internal prototype to avoid an error.
12690 Use char because int might match the return type of a GCC
12691 builtin and then its argument prototype would still apply. */
12692 #ifdef __cplusplus
12693 extern "C"
12694 #endif
12695 char libhal_ctx_new ();
12697 main ()
12699 return libhal_ctx_new ();
12701 return 0;
12703 _ACEOF
12704 rm -f conftest.$ac_objext conftest$ac_exeext
12705 if { (ac_try="$ac_link"
12706 case "(($ac_try" in
12707 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12708 *) ac_try_echo=$ac_try;;
12709 esac
12710 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12711 (eval "$ac_link") 2>conftest.er1
12712 ac_status=$?
12713 grep -v '^ *+' conftest.er1 >conftest.err
12714 rm -f conftest.er1
12715 cat conftest.err >&5
12716 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12717 (exit $ac_status); } && {
12718 test -z "$ac_c_werror_flag" ||
12719 test ! -s conftest.err
12720 } && test -s conftest$ac_exeext &&
12721 $as_test_x conftest$ac_exeext; then
12722 case "$LIBEXT" in
12723 dll) ;;
12724 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'` ;;
12725 *) ac_cv_lib_soname_hal=`$ac_cv_path_LDD conftest$ac_exeext | grep "libhal\\.$LIBEXT" | sed -e "s/^.*\(libhal\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
12726 esac
12727 else
12728 echo "$as_me: failed program was:" >&5
12729 sed 's/^/| /' conftest.$ac_ext >&5
12734 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12735 conftest$ac_exeext conftest.$ac_ext
12736 LIBS=$ac_check_soname_save_LIBS
12738 if test "x$ac_cv_lib_soname_hal" = "x"; then
12739 { echo "$as_me:$LINENO: result: not found" >&5
12740 echo "${ECHO_T}not found" >&6; }
12742 else
12743 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_hal" >&5
12744 echo "${ECHO_T}$ac_cv_lib_soname_hal" >&6; }
12746 cat >>confdefs.h <<_ACEOF
12747 #define SONAME_LIBHAL "$ac_cv_lib_soname_hal"
12748 _ACEOF
12750 HALINCL="$ac_hal_cflags"
12756 CPPFLAGS="$ac_save_CPPFLAGS"
12758 if test "x$ac_cv_lib_soname_hal" = "x"; then
12759 case "x$with_hal" in
12760 x) wine_notices="$wine_notices|libhal ${notice_platform}development files not found, no dynamic device support." ;;
12761 xno) ;;
12762 *) { { echo "$as_me:$LINENO: error: libhal ${notice_platform}development files not found, no dynamic device support.
12763 This is an error since --with-hal was requested." >&5
12764 echo "$as_me: error: libhal ${notice_platform}development files not found, no dynamic device support.
12765 This is an error since --with-hal was requested." >&2;}
12766 { (exit 1); exit 1; }; } ;;
12767 esac
12771 if test "x$with_gnutls" != "xno" -a "$PKG_CONFIG" != "false"
12772 then
12773 ac_save_CPPFLAGS="$CPPFLAGS"
12774 ac_gnutls_libs="`$PKG_CONFIG --libs gnutls 2>/dev/null`"
12775 ac_gnutls_cflags="`$PKG_CONFIG --cflags gnutls 2>/dev/null`"
12776 CPPFLAGS="$CPPFLAGS $ac_gnutls_cflags"
12777 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
12778 { echo "$as_me:$LINENO: checking for gnutls/gnutls.h" >&5
12779 echo $ECHO_N "checking for gnutls/gnutls.h... $ECHO_C" >&6; }
12780 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
12781 echo $ECHO_N "(cached) $ECHO_C" >&6
12783 { echo "$as_me:$LINENO: result: $ac_cv_header_gnutls_gnutls_h" >&5
12784 echo "${ECHO_T}$ac_cv_header_gnutls_gnutls_h" >&6; }
12785 else
12786 # Is the header compilable?
12787 { echo "$as_me:$LINENO: checking gnutls/gnutls.h usability" >&5
12788 echo $ECHO_N "checking gnutls/gnutls.h usability... $ECHO_C" >&6; }
12789 cat >conftest.$ac_ext <<_ACEOF
12790 /* confdefs.h. */
12791 _ACEOF
12792 cat confdefs.h >>conftest.$ac_ext
12793 cat >>conftest.$ac_ext <<_ACEOF
12794 /* end confdefs.h. */
12795 $ac_includes_default
12796 #include <gnutls/gnutls.h>
12797 _ACEOF
12798 rm -f conftest.$ac_objext
12799 if { (ac_try="$ac_compile"
12800 case "(($ac_try" in
12801 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12802 *) ac_try_echo=$ac_try;;
12803 esac
12804 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12805 (eval "$ac_compile") 2>conftest.er1
12806 ac_status=$?
12807 grep -v '^ *+' conftest.er1 >conftest.err
12808 rm -f conftest.er1
12809 cat conftest.err >&5
12810 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12811 (exit $ac_status); } && {
12812 test -z "$ac_c_werror_flag" ||
12813 test ! -s conftest.err
12814 } && test -s conftest.$ac_objext; then
12815 ac_header_compiler=yes
12816 else
12817 echo "$as_me: failed program was:" >&5
12818 sed 's/^/| /' conftest.$ac_ext >&5
12820 ac_header_compiler=no
12823 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12824 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12825 echo "${ECHO_T}$ac_header_compiler" >&6; }
12827 # Is the header present?
12828 { echo "$as_me:$LINENO: checking gnutls/gnutls.h presence" >&5
12829 echo $ECHO_N "checking gnutls/gnutls.h presence... $ECHO_C" >&6; }
12830 cat >conftest.$ac_ext <<_ACEOF
12831 /* confdefs.h. */
12832 _ACEOF
12833 cat confdefs.h >>conftest.$ac_ext
12834 cat >>conftest.$ac_ext <<_ACEOF
12835 /* end confdefs.h. */
12836 #include <gnutls/gnutls.h>
12837 _ACEOF
12838 if { (ac_try="$ac_cpp conftest.$ac_ext"
12839 case "(($ac_try" in
12840 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12841 *) ac_try_echo=$ac_try;;
12842 esac
12843 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12844 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
12845 ac_status=$?
12846 grep -v '^ *+' conftest.er1 >conftest.err
12847 rm -f conftest.er1
12848 cat conftest.err >&5
12849 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12850 (exit $ac_status); } >/dev/null && {
12851 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
12852 test ! -s conftest.err
12853 }; then
12854 ac_header_preproc=yes
12855 else
12856 echo "$as_me: failed program was:" >&5
12857 sed 's/^/| /' conftest.$ac_ext >&5
12859 ac_header_preproc=no
12862 rm -f conftest.err conftest.$ac_ext
12863 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12864 echo "${ECHO_T}$ac_header_preproc" >&6; }
12866 # So? What about this header?
12867 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12868 yes:no: )
12869 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: accepted by the compiler, rejected by the preprocessor!" >&5
12870 echo "$as_me: WARNING: gnutls/gnutls.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
12871 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: proceeding with the compiler's result" >&5
12872 echo "$as_me: WARNING: gnutls/gnutls.h: proceeding with the compiler's result" >&2;}
12873 ac_header_preproc=yes
12875 no:yes:* )
12876 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: present but cannot be compiled" >&5
12877 echo "$as_me: WARNING: gnutls/gnutls.h: present but cannot be compiled" >&2;}
12878 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: check for missing prerequisite headers?" >&5
12879 echo "$as_me: WARNING: gnutls/gnutls.h: check for missing prerequisite headers?" >&2;}
12880 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: see the Autoconf documentation" >&5
12881 echo "$as_me: WARNING: gnutls/gnutls.h: see the Autoconf documentation" >&2;}
12882 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: section \"Present But Cannot Be Compiled\"" >&5
12883 echo "$as_me: WARNING: gnutls/gnutls.h: section \"Present But Cannot Be Compiled\"" >&2;}
12884 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: proceeding with the preprocessor's result" >&5
12885 echo "$as_me: WARNING: gnutls/gnutls.h: proceeding with the preprocessor's result" >&2;}
12886 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: in the future, the compiler will take precedence" >&5
12887 echo "$as_me: WARNING: gnutls/gnutls.h: in the future, the compiler will take precedence" >&2;}
12888 ( cat <<\_ASBOX
12889 ## ------------------------------------ ##
12890 ## Report this to wine-devel@winehq.org ##
12891 ## ------------------------------------ ##
12892 _ASBOX
12893 ) | sed "s/^/$as_me: WARNING: /" >&2
12895 esac
12896 { echo "$as_me:$LINENO: checking for gnutls/gnutls.h" >&5
12897 echo $ECHO_N "checking for gnutls/gnutls.h... $ECHO_C" >&6; }
12898 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
12899 echo $ECHO_N "(cached) $ECHO_C" >&6
12900 else
12901 ac_cv_header_gnutls_gnutls_h=$ac_header_preproc
12903 { echo "$as_me:$LINENO: result: $ac_cv_header_gnutls_gnutls_h" >&5
12904 echo "${ECHO_T}$ac_cv_header_gnutls_gnutls_h" >&6; }
12907 if test $ac_cv_header_gnutls_gnutls_h = yes; then
12908 cat >conftest.$ac_ext <<_ACEOF
12909 /* confdefs.h. */
12910 _ACEOF
12911 cat confdefs.h >>conftest.$ac_ext
12912 cat >>conftest.$ac_ext <<_ACEOF
12913 /* end confdefs.h. */
12914 #include <gnutls/gnutls.h>
12916 main ()
12918 typeof(gnutls_transport_set_errno) *pfunc;
12920 return 0;
12922 _ACEOF
12923 rm -f conftest.$ac_objext
12924 if { (ac_try="$ac_compile"
12925 case "(($ac_try" in
12926 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12927 *) ac_try_echo=$ac_try;;
12928 esac
12929 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12930 (eval "$ac_compile") 2>conftest.er1
12931 ac_status=$?
12932 grep -v '^ *+' conftest.er1 >conftest.err
12933 rm -f conftest.er1
12934 cat conftest.err >&5
12935 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12936 (exit $ac_status); } && {
12937 test -z "$ac_c_werror_flag" ||
12938 test ! -s conftest.err
12939 } && test -s conftest.$ac_objext; then
12940 { echo "$as_me:$LINENO: checking for -lgnutls" >&5
12941 echo $ECHO_N "checking for -lgnutls... $ECHO_C" >&6; }
12942 if test "${ac_cv_lib_soname_gnutls+set}" = set; then
12943 echo $ECHO_N "(cached) $ECHO_C" >&6
12944 else
12945 ac_check_soname_save_LIBS=$LIBS
12946 LIBS="-lgnutls $ac_gnutls_libs $LIBS"
12947 cat >conftest.$ac_ext <<_ACEOF
12948 /* confdefs.h. */
12949 _ACEOF
12950 cat confdefs.h >>conftest.$ac_ext
12951 cat >>conftest.$ac_ext <<_ACEOF
12952 /* end confdefs.h. */
12954 /* Override any GCC internal prototype to avoid an error.
12955 Use char because int might match the return type of a GCC
12956 builtin and then its argument prototype would still apply. */
12957 #ifdef __cplusplus
12958 extern "C"
12959 #endif
12960 char gnutls_global_init ();
12962 main ()
12964 return gnutls_global_init ();
12966 return 0;
12968 _ACEOF
12969 rm -f conftest.$ac_objext conftest$ac_exeext
12970 if { (ac_try="$ac_link"
12971 case "(($ac_try" in
12972 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12973 *) ac_try_echo=$ac_try;;
12974 esac
12975 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12976 (eval "$ac_link") 2>conftest.er1
12977 ac_status=$?
12978 grep -v '^ *+' conftest.er1 >conftest.err
12979 rm -f conftest.er1
12980 cat conftest.err >&5
12981 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12982 (exit $ac_status); } && {
12983 test -z "$ac_c_werror_flag" ||
12984 test ! -s conftest.err
12985 } && test -s conftest$ac_exeext &&
12986 $as_test_x conftest$ac_exeext; then
12987 case "$LIBEXT" in
12988 dll) ;;
12989 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'` ;;
12990 *) ac_cv_lib_soname_gnutls=`$ac_cv_path_LDD conftest$ac_exeext | grep "libgnutls\\.$LIBEXT" | sed -e "s/^.*\(libgnutls\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
12991 esac
12992 else
12993 echo "$as_me: failed program was:" >&5
12994 sed 's/^/| /' conftest.$ac_ext >&5
12999 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13000 conftest$ac_exeext conftest.$ac_ext
13001 LIBS=$ac_check_soname_save_LIBS
13003 if test "x$ac_cv_lib_soname_gnutls" = "x"; then
13004 { echo "$as_me:$LINENO: result: not found" >&5
13005 echo "${ECHO_T}not found" >&6; }
13007 else
13008 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_gnutls" >&5
13009 echo "${ECHO_T}$ac_cv_lib_soname_gnutls" >&6; }
13011 cat >>confdefs.h <<_ACEOF
13012 #define SONAME_LIBGNUTLS "$ac_cv_lib_soname_gnutls"
13013 _ACEOF
13015 GNUTLSINCL="$ac_gnutls_cflags"
13019 else
13020 echo "$as_me: failed program was:" >&5
13021 sed 's/^/| /' conftest.$ac_ext >&5
13026 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13030 CPPFLAGS="$ac_save_CPPFLAGS"
13032 if test "x$ac_cv_lib_soname_gnutls" = "x"; then
13033 case "x$with_gnutls" in
13034 x) wine_notices="$wine_notices|libgnutls ${notice_platform}development files not found, no schannel support." ;;
13035 xno) ;;
13036 *) { { echo "$as_me:$LINENO: error: libgnutls ${notice_platform}development files not found, no schannel support.
13037 This is an error since --with-gnutls was requested." >&5
13038 echo "$as_me: error: libgnutls ${notice_platform}development files not found, no schannel support.
13039 This is an error since --with-gnutls was requested." >&2;}
13040 { (exit 1); exit 1; }; } ;;
13041 esac
13045 CURSESLIBS=""
13046 if test "$ac_cv_header_ncurses_h" = "yes"
13047 then
13048 { echo "$as_me:$LINENO: checking for -lncurses" >&5
13049 echo $ECHO_N "checking for -lncurses... $ECHO_C" >&6; }
13050 if test "${ac_cv_lib_soname_ncurses+set}" = set; then
13051 echo $ECHO_N "(cached) $ECHO_C" >&6
13052 else
13053 ac_check_soname_save_LIBS=$LIBS
13054 LIBS="-lncurses $LIBS"
13055 cat >conftest.$ac_ext <<_ACEOF
13056 /* confdefs.h. */
13057 _ACEOF
13058 cat confdefs.h >>conftest.$ac_ext
13059 cat >>conftest.$ac_ext <<_ACEOF
13060 /* end confdefs.h. */
13062 /* Override any GCC internal prototype to avoid an error.
13063 Use char because int might match the return type of a GCC
13064 builtin and then its argument prototype would still apply. */
13065 #ifdef __cplusplus
13066 extern "C"
13067 #endif
13068 char waddch ();
13070 main ()
13072 return waddch ();
13074 return 0;
13076 _ACEOF
13077 rm -f conftest.$ac_objext conftest$ac_exeext
13078 if { (ac_try="$ac_link"
13079 case "(($ac_try" in
13080 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13081 *) ac_try_echo=$ac_try;;
13082 esac
13083 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13084 (eval "$ac_link") 2>conftest.er1
13085 ac_status=$?
13086 grep -v '^ *+' conftest.er1 >conftest.err
13087 rm -f conftest.er1
13088 cat conftest.err >&5
13089 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13090 (exit $ac_status); } && {
13091 test -z "$ac_c_werror_flag" ||
13092 test ! -s conftest.err
13093 } && test -s conftest$ac_exeext &&
13094 $as_test_x conftest$ac_exeext; then
13095 case "$LIBEXT" in
13096 dll) ;;
13097 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'` ;;
13098 *) ac_cv_lib_soname_ncurses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libncurses\\.$LIBEXT" | sed -e "s/^.*\(libncurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13099 esac
13100 else
13101 echo "$as_me: failed program was:" >&5
13102 sed 's/^/| /' conftest.$ac_ext >&5
13107 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13108 conftest$ac_exeext conftest.$ac_ext
13109 LIBS=$ac_check_soname_save_LIBS
13111 if test "x$ac_cv_lib_soname_ncurses" = "x"; then
13112 { echo "$as_me:$LINENO: result: not found" >&5
13113 echo "${ECHO_T}not found" >&6; }
13115 else
13116 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ncurses" >&5
13117 echo "${ECHO_T}$ac_cv_lib_soname_ncurses" >&6; }
13119 cat >>confdefs.h <<_ACEOF
13120 #define SONAME_LIBNCURSES "$ac_cv_lib_soname_ncurses"
13121 _ACEOF
13123 CURSESLIBS="-lncurses"
13126 elif test "$ac_cv_header_curses_h" = "yes"
13127 then
13128 { echo "$as_me:$LINENO: checking for -lcurses" >&5
13129 echo $ECHO_N "checking for -lcurses... $ECHO_C" >&6; }
13130 if test "${ac_cv_lib_soname_curses+set}" = set; then
13131 echo $ECHO_N "(cached) $ECHO_C" >&6
13132 else
13133 ac_check_soname_save_LIBS=$LIBS
13134 LIBS="-lcurses $LIBS"
13135 cat >conftest.$ac_ext <<_ACEOF
13136 /* confdefs.h. */
13137 _ACEOF
13138 cat confdefs.h >>conftest.$ac_ext
13139 cat >>conftest.$ac_ext <<_ACEOF
13140 /* end confdefs.h. */
13142 /* Override any GCC internal prototype to avoid an error.
13143 Use char because int might match the return type of a GCC
13144 builtin and then its argument prototype would still apply. */
13145 #ifdef __cplusplus
13146 extern "C"
13147 #endif
13148 char waddch ();
13150 main ()
13152 return waddch ();
13154 return 0;
13156 _ACEOF
13157 rm -f conftest.$ac_objext conftest$ac_exeext
13158 if { (ac_try="$ac_link"
13159 case "(($ac_try" in
13160 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13161 *) ac_try_echo=$ac_try;;
13162 esac
13163 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13164 (eval "$ac_link") 2>conftest.er1
13165 ac_status=$?
13166 grep -v '^ *+' conftest.er1 >conftest.err
13167 rm -f conftest.er1
13168 cat conftest.err >&5
13169 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13170 (exit $ac_status); } && {
13171 test -z "$ac_c_werror_flag" ||
13172 test ! -s conftest.err
13173 } && test -s conftest$ac_exeext &&
13174 $as_test_x conftest$ac_exeext; then
13175 case "$LIBEXT" in
13176 dll) ;;
13177 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'` ;;
13178 *) ac_cv_lib_soname_curses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcurses\\.$LIBEXT" | sed -e "s/^.*\(libcurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13179 esac
13180 else
13181 echo "$as_me: failed program was:" >&5
13182 sed 's/^/| /' conftest.$ac_ext >&5
13187 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13188 conftest$ac_exeext conftest.$ac_ext
13189 LIBS=$ac_check_soname_save_LIBS
13191 if test "x$ac_cv_lib_soname_curses" = "x"; then
13192 { echo "$as_me:$LINENO: result: not found" >&5
13193 echo "${ECHO_T}not found" >&6; }
13195 else
13196 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_curses" >&5
13197 echo "${ECHO_T}$ac_cv_lib_soname_curses" >&6; }
13199 cat >>confdefs.h <<_ACEOF
13200 #define SONAME_LIBCURSES "$ac_cv_lib_soname_curses"
13201 _ACEOF
13203 CURSESLIBS="-lcurses"
13207 ac_save_LIBS="$LIBS"
13208 LIBS="$LIBS $CURSESLIBS"
13210 for ac_func in mousemask
13212 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
13213 { echo "$as_me:$LINENO: checking for $ac_func" >&5
13214 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
13215 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
13216 echo $ECHO_N "(cached) $ECHO_C" >&6
13217 else
13218 cat >conftest.$ac_ext <<_ACEOF
13219 /* confdefs.h. */
13220 _ACEOF
13221 cat confdefs.h >>conftest.$ac_ext
13222 cat >>conftest.$ac_ext <<_ACEOF
13223 /* end confdefs.h. */
13224 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
13225 For example, HP-UX 11i <limits.h> declares gettimeofday. */
13226 #define $ac_func innocuous_$ac_func
13228 /* System header to define __stub macros and hopefully few prototypes,
13229 which can conflict with char $ac_func (); below.
13230 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
13231 <limits.h> exists even on freestanding compilers. */
13233 #ifdef __STDC__
13234 # include <limits.h>
13235 #else
13236 # include <assert.h>
13237 #endif
13239 #undef $ac_func
13241 /* Override any GCC internal prototype to avoid an error.
13242 Use char because int might match the return type of a GCC
13243 builtin and then its argument prototype would still apply. */
13244 #ifdef __cplusplus
13245 extern "C"
13246 #endif
13247 char $ac_func ();
13248 /* The GNU C library defines this for functions which it implements
13249 to always fail with ENOSYS. Some functions are actually named
13250 something starting with __ and the normal name is an alias. */
13251 #if defined __stub_$ac_func || defined __stub___$ac_func
13252 choke me
13253 #endif
13256 main ()
13258 return $ac_func ();
13260 return 0;
13262 _ACEOF
13263 rm -f conftest.$ac_objext conftest$ac_exeext
13264 if { (ac_try="$ac_link"
13265 case "(($ac_try" in
13266 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13267 *) ac_try_echo=$ac_try;;
13268 esac
13269 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13270 (eval "$ac_link") 2>conftest.er1
13271 ac_status=$?
13272 grep -v '^ *+' conftest.er1 >conftest.err
13273 rm -f conftest.er1
13274 cat conftest.err >&5
13275 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13276 (exit $ac_status); } && {
13277 test -z "$ac_c_werror_flag" ||
13278 test ! -s conftest.err
13279 } && test -s conftest$ac_exeext &&
13280 $as_test_x conftest$ac_exeext; then
13281 eval "$as_ac_var=yes"
13282 else
13283 echo "$as_me: failed program was:" >&5
13284 sed 's/^/| /' conftest.$ac_ext >&5
13286 eval "$as_ac_var=no"
13289 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13290 conftest$ac_exeext conftest.$ac_ext
13292 ac_res=`eval echo '${'$as_ac_var'}'`
13293 { echo "$as_me:$LINENO: result: $ac_res" >&5
13294 echo "${ECHO_T}$ac_res" >&6; }
13295 if test `eval echo '${'$as_ac_var'}'` = yes; then
13296 cat >>confdefs.h <<_ACEOF
13297 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
13298 _ACEOF
13301 done
13303 LIBS="$ac_save_LIBS"
13304 if test "x$ac_cv_lib_soname_curses$ac_cv_lib_soname_ncurses" = "x"; then
13305 case "x$with_curses" in
13306 x) wine_notices="$wine_notices|lib(n)curses ${notice_platform}development files not found, curses won't be supported." ;;
13307 xno) ;;
13308 *) { { echo "$as_me:$LINENO: error: lib(n)curses ${notice_platform}development files not found, curses won't be supported.
13309 This is an error since --with-curses was requested." >&5
13310 echo "$as_me: error: lib(n)curses ${notice_platform}development files not found, curses won't be supported.
13311 This is an error since --with-curses was requested." >&2;}
13312 { (exit 1); exit 1; }; } ;;
13313 esac
13317 # Extract the first word of "sane-config", so it can be a program name with args.
13318 set dummy sane-config; ac_word=$2
13319 { echo "$as_me:$LINENO: checking for $ac_word" >&5
13320 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
13321 if test "${ac_cv_prog_sane_devel+set}" = set; then
13322 echo $ECHO_N "(cached) $ECHO_C" >&6
13323 else
13324 if test -n "$sane_devel"; then
13325 ac_cv_prog_sane_devel="$sane_devel" # Let the user override the test.
13326 else
13327 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13328 for as_dir in $PATH
13330 IFS=$as_save_IFS
13331 test -z "$as_dir" && as_dir=.
13332 for ac_exec_ext in '' $ac_executable_extensions; do
13333 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13334 ac_cv_prog_sane_devel="sane-config"
13335 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13336 break 2
13338 done
13339 done
13340 IFS=$as_save_IFS
13342 test -z "$ac_cv_prog_sane_devel" && ac_cv_prog_sane_devel="no"
13345 sane_devel=$ac_cv_prog_sane_devel
13346 if test -n "$sane_devel"; then
13347 { echo "$as_me:$LINENO: result: $sane_devel" >&5
13348 echo "${ECHO_T}$sane_devel" >&6; }
13349 else
13350 { echo "$as_me:$LINENO: result: no" >&5
13351 echo "${ECHO_T}no" >&6; }
13355 if test "$sane_devel" != "no" -a "x$with_sane" != "xno"
13356 then
13357 ac_sane_incl="`$sane_devel --cflags`"
13358 ac_sane_libs="`$sane_devel --ldflags`"
13359 ac_save_CPPFLAGS="$CPPFLAGS"
13360 CPPFLAGS="$CPPFLAGS $ac_sane_incl"
13361 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13362 { echo "$as_me:$LINENO: checking for sane/sane.h" >&5
13363 echo $ECHO_N "checking for sane/sane.h... $ECHO_C" >&6; }
13364 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13365 echo $ECHO_N "(cached) $ECHO_C" >&6
13367 { echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
13368 echo "${ECHO_T}$ac_cv_header_sane_sane_h" >&6; }
13369 else
13370 # Is the header compilable?
13371 { echo "$as_me:$LINENO: checking sane/sane.h usability" >&5
13372 echo $ECHO_N "checking sane/sane.h usability... $ECHO_C" >&6; }
13373 cat >conftest.$ac_ext <<_ACEOF
13374 /* confdefs.h. */
13375 _ACEOF
13376 cat confdefs.h >>conftest.$ac_ext
13377 cat >>conftest.$ac_ext <<_ACEOF
13378 /* end confdefs.h. */
13379 $ac_includes_default
13380 #include <sane/sane.h>
13381 _ACEOF
13382 rm -f conftest.$ac_objext
13383 if { (ac_try="$ac_compile"
13384 case "(($ac_try" in
13385 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13386 *) ac_try_echo=$ac_try;;
13387 esac
13388 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13389 (eval "$ac_compile") 2>conftest.er1
13390 ac_status=$?
13391 grep -v '^ *+' conftest.er1 >conftest.err
13392 rm -f conftest.er1
13393 cat conftest.err >&5
13394 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13395 (exit $ac_status); } && {
13396 test -z "$ac_c_werror_flag" ||
13397 test ! -s conftest.err
13398 } && test -s conftest.$ac_objext; then
13399 ac_header_compiler=yes
13400 else
13401 echo "$as_me: failed program was:" >&5
13402 sed 's/^/| /' conftest.$ac_ext >&5
13404 ac_header_compiler=no
13407 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13408 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13409 echo "${ECHO_T}$ac_header_compiler" >&6; }
13411 # Is the header present?
13412 { echo "$as_me:$LINENO: checking sane/sane.h presence" >&5
13413 echo $ECHO_N "checking sane/sane.h presence... $ECHO_C" >&6; }
13414 cat >conftest.$ac_ext <<_ACEOF
13415 /* confdefs.h. */
13416 _ACEOF
13417 cat confdefs.h >>conftest.$ac_ext
13418 cat >>conftest.$ac_ext <<_ACEOF
13419 /* end confdefs.h. */
13420 #include <sane/sane.h>
13421 _ACEOF
13422 if { (ac_try="$ac_cpp conftest.$ac_ext"
13423 case "(($ac_try" in
13424 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13425 *) ac_try_echo=$ac_try;;
13426 esac
13427 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13428 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13429 ac_status=$?
13430 grep -v '^ *+' conftest.er1 >conftest.err
13431 rm -f conftest.er1
13432 cat conftest.err >&5
13433 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13434 (exit $ac_status); } >/dev/null && {
13435 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13436 test ! -s conftest.err
13437 }; then
13438 ac_header_preproc=yes
13439 else
13440 echo "$as_me: failed program was:" >&5
13441 sed 's/^/| /' conftest.$ac_ext >&5
13443 ac_header_preproc=no
13446 rm -f conftest.err conftest.$ac_ext
13447 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13448 echo "${ECHO_T}$ac_header_preproc" >&6; }
13450 # So? What about this header?
13451 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13452 yes:no: )
13453 { echo "$as_me:$LINENO: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&5
13454 echo "$as_me: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
13455 { echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the compiler's result" >&5
13456 echo "$as_me: WARNING: sane/sane.h: proceeding with the compiler's result" >&2;}
13457 ac_header_preproc=yes
13459 no:yes:* )
13460 { echo "$as_me:$LINENO: WARNING: sane/sane.h: present but cannot be compiled" >&5
13461 echo "$as_me: WARNING: sane/sane.h: present but cannot be compiled" >&2;}
13462 { echo "$as_me:$LINENO: WARNING: sane/sane.h: check for missing prerequisite headers?" >&5
13463 echo "$as_me: WARNING: sane/sane.h: check for missing prerequisite headers?" >&2;}
13464 { echo "$as_me:$LINENO: WARNING: sane/sane.h: see the Autoconf documentation" >&5
13465 echo "$as_me: WARNING: sane/sane.h: see the Autoconf documentation" >&2;}
13466 { echo "$as_me:$LINENO: WARNING: sane/sane.h: section \"Present But Cannot Be Compiled\"" >&5
13467 echo "$as_me: WARNING: sane/sane.h: section \"Present But Cannot Be Compiled\"" >&2;}
13468 { echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&5
13469 echo "$as_me: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&2;}
13470 { echo "$as_me:$LINENO: WARNING: sane/sane.h: in the future, the compiler will take precedence" >&5
13471 echo "$as_me: WARNING: sane/sane.h: in the future, the compiler will take precedence" >&2;}
13472 ( cat <<\_ASBOX
13473 ## ------------------------------------ ##
13474 ## Report this to wine-devel@winehq.org ##
13475 ## ------------------------------------ ##
13476 _ASBOX
13477 ) | sed "s/^/$as_me: WARNING: /" >&2
13479 esac
13480 { echo "$as_me:$LINENO: checking for sane/sane.h" >&5
13481 echo $ECHO_N "checking for sane/sane.h... $ECHO_C" >&6; }
13482 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13483 echo $ECHO_N "(cached) $ECHO_C" >&6
13484 else
13485 ac_cv_header_sane_sane_h=$ac_header_preproc
13487 { echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
13488 echo "${ECHO_T}$ac_cv_header_sane_sane_h" >&6; }
13491 if test $ac_cv_header_sane_sane_h = yes; then
13492 { echo "$as_me:$LINENO: checking for -lsane" >&5
13493 echo $ECHO_N "checking for -lsane... $ECHO_C" >&6; }
13494 if test "${ac_cv_lib_soname_sane+set}" = set; then
13495 echo $ECHO_N "(cached) $ECHO_C" >&6
13496 else
13497 ac_check_soname_save_LIBS=$LIBS
13498 LIBS="-lsane $ac_sane_libs $LIBS"
13499 cat >conftest.$ac_ext <<_ACEOF
13500 /* confdefs.h. */
13501 _ACEOF
13502 cat confdefs.h >>conftest.$ac_ext
13503 cat >>conftest.$ac_ext <<_ACEOF
13504 /* end confdefs.h. */
13506 /* Override any GCC internal prototype to avoid an error.
13507 Use char because int might match the return type of a GCC
13508 builtin and then its argument prototype would still apply. */
13509 #ifdef __cplusplus
13510 extern "C"
13511 #endif
13512 char sane_init ();
13514 main ()
13516 return sane_init ();
13518 return 0;
13520 _ACEOF
13521 rm -f conftest.$ac_objext conftest$ac_exeext
13522 if { (ac_try="$ac_link"
13523 case "(($ac_try" in
13524 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13525 *) ac_try_echo=$ac_try;;
13526 esac
13527 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13528 (eval "$ac_link") 2>conftest.er1
13529 ac_status=$?
13530 grep -v '^ *+' conftest.er1 >conftest.err
13531 rm -f conftest.er1
13532 cat conftest.err >&5
13533 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13534 (exit $ac_status); } && {
13535 test -z "$ac_c_werror_flag" ||
13536 test ! -s conftest.err
13537 } && test -s conftest$ac_exeext &&
13538 $as_test_x conftest$ac_exeext; then
13539 case "$LIBEXT" in
13540 dll) ;;
13541 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'` ;;
13542 *) ac_cv_lib_soname_sane=`$ac_cv_path_LDD conftest$ac_exeext | grep "libsane\\.$LIBEXT" | sed -e "s/^.*\(libsane\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13543 esac
13544 else
13545 echo "$as_me: failed program was:" >&5
13546 sed 's/^/| /' conftest.$ac_ext >&5
13551 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13552 conftest$ac_exeext conftest.$ac_ext
13553 LIBS=$ac_check_soname_save_LIBS
13555 if test "x$ac_cv_lib_soname_sane" = "x"; then
13556 { echo "$as_me:$LINENO: result: not found" >&5
13557 echo "${ECHO_T}not found" >&6; }
13559 else
13560 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_sane" >&5
13561 echo "${ECHO_T}$ac_cv_lib_soname_sane" >&6; }
13563 cat >>confdefs.h <<_ACEOF
13564 #define SONAME_LIBSANE "$ac_cv_lib_soname_sane"
13565 _ACEOF
13567 SANEINCL="$ac_sane_incl"
13574 CPPFLAGS="$ac_save_CPPFLAGS"
13576 if test "x$ac_cv_lib_soname_sane" = "x"; then
13577 case "x$with_sane" in
13578 x) wine_notices="$wine_notices|libsane ${notice_platform}development files not found, scanners won't be supported." ;;
13579 xno) ;;
13580 *) { { echo "$as_me:$LINENO: error: libsane ${notice_platform}development files not found, scanners won't be supported.
13581 This is an error since --with-sane was requested." >&5
13582 echo "$as_me: error: libsane ${notice_platform}development files not found, scanners won't be supported.
13583 This is an error since --with-sane was requested." >&2;}
13584 { (exit 1); exit 1; }; } ;;
13585 esac
13589 # Extract the first word of "gphoto2-config", so it can be a program name with args.
13590 set dummy gphoto2-config; ac_word=$2
13591 { echo "$as_me:$LINENO: checking for $ac_word" >&5
13592 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
13593 if test "${ac_cv_prog_gphoto2_devel+set}" = set; then
13594 echo $ECHO_N "(cached) $ECHO_C" >&6
13595 else
13596 if test -n "$gphoto2_devel"; then
13597 ac_cv_prog_gphoto2_devel="$gphoto2_devel" # Let the user override the test.
13598 else
13599 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13600 for as_dir in $PATH
13602 IFS=$as_save_IFS
13603 test -z "$as_dir" && as_dir=.
13604 for ac_exec_ext in '' $ac_executable_extensions; do
13605 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13606 ac_cv_prog_gphoto2_devel="gphoto2-config"
13607 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13608 break 2
13610 done
13611 done
13612 IFS=$as_save_IFS
13614 test -z "$ac_cv_prog_gphoto2_devel" && ac_cv_prog_gphoto2_devel="no"
13617 gphoto2_devel=$ac_cv_prog_gphoto2_devel
13618 if test -n "$gphoto2_devel"; then
13619 { echo "$as_me:$LINENO: result: $gphoto2_devel" >&5
13620 echo "${ECHO_T}$gphoto2_devel" >&6; }
13621 else
13622 { echo "$as_me:$LINENO: result: no" >&5
13623 echo "${ECHO_T}no" >&6; }
13627 # Extract the first word of "gphoto2-port-config", so it can be a program name with args.
13628 set dummy gphoto2-port-config; ac_word=$2
13629 { echo "$as_me:$LINENO: checking for $ac_word" >&5
13630 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
13631 if test "${ac_cv_prog_gphoto2port_devel+set}" = set; then
13632 echo $ECHO_N "(cached) $ECHO_C" >&6
13633 else
13634 if test -n "$gphoto2port_devel"; then
13635 ac_cv_prog_gphoto2port_devel="$gphoto2port_devel" # Let the user override the test.
13636 else
13637 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13638 for as_dir in $PATH
13640 IFS=$as_save_IFS
13641 test -z "$as_dir" && as_dir=.
13642 for ac_exec_ext in '' $ac_executable_extensions; do
13643 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13644 ac_cv_prog_gphoto2port_devel="gphoto2-port-config"
13645 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13646 break 2
13648 done
13649 done
13650 IFS=$as_save_IFS
13652 test -z "$ac_cv_prog_gphoto2port_devel" && ac_cv_prog_gphoto2port_devel="no"
13655 gphoto2port_devel=$ac_cv_prog_gphoto2port_devel
13656 if test -n "$gphoto2port_devel"; then
13657 { echo "$as_me:$LINENO: result: $gphoto2port_devel" >&5
13658 echo "${ECHO_T}$gphoto2port_devel" >&6; }
13659 else
13660 { echo "$as_me:$LINENO: result: no" >&5
13661 echo "${ECHO_T}no" >&6; }
13665 if test "$gphoto2_devel" != "no" -a "$gphoto2port_devel" != "no" -a "x$with_gphoto" != "xno"
13666 then
13667 ac_gphoto2_incl="`$gphoto2_devel --cflags` `$gphoto2port_devel --cflags`"
13668 ac_gphoto2_libs=""
13669 for i in `$gphoto2_devel --libs` `$gphoto2port_devel --libs`
13671 case "$i" in
13672 -L/usr/lib|-L/usr/lib64) ;;
13673 -L*|-l*) ac_gphoto2_libs="$ac_gphoto2_libs $i";;
13674 esac
13675 done
13676 ac_save_CPPFLAGS="$CPPFLAGS"
13677 CPPFLAGS="$CPPFLAGS $ac_gphoto2_incl"
13678 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
13679 { echo "$as_me:$LINENO: checking for gphoto2-camera.h" >&5
13680 echo $ECHO_N "checking for gphoto2-camera.h... $ECHO_C" >&6; }
13681 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
13682 echo $ECHO_N "(cached) $ECHO_C" >&6
13684 { echo "$as_me:$LINENO: result: $ac_cv_header_gphoto2_camera_h" >&5
13685 echo "${ECHO_T}$ac_cv_header_gphoto2_camera_h" >&6; }
13686 else
13687 # Is the header compilable?
13688 { echo "$as_me:$LINENO: checking gphoto2-camera.h usability" >&5
13689 echo $ECHO_N "checking gphoto2-camera.h usability... $ECHO_C" >&6; }
13690 cat >conftest.$ac_ext <<_ACEOF
13691 /* confdefs.h. */
13692 _ACEOF
13693 cat confdefs.h >>conftest.$ac_ext
13694 cat >>conftest.$ac_ext <<_ACEOF
13695 /* end confdefs.h. */
13696 $ac_includes_default
13697 #include <gphoto2-camera.h>
13698 _ACEOF
13699 rm -f conftest.$ac_objext
13700 if { (ac_try="$ac_compile"
13701 case "(($ac_try" in
13702 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13703 *) ac_try_echo=$ac_try;;
13704 esac
13705 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13706 (eval "$ac_compile") 2>conftest.er1
13707 ac_status=$?
13708 grep -v '^ *+' conftest.er1 >conftest.err
13709 rm -f conftest.er1
13710 cat conftest.err >&5
13711 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13712 (exit $ac_status); } && {
13713 test -z "$ac_c_werror_flag" ||
13714 test ! -s conftest.err
13715 } && test -s conftest.$ac_objext; then
13716 ac_header_compiler=yes
13717 else
13718 echo "$as_me: failed program was:" >&5
13719 sed 's/^/| /' conftest.$ac_ext >&5
13721 ac_header_compiler=no
13724 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13725 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13726 echo "${ECHO_T}$ac_header_compiler" >&6; }
13728 # Is the header present?
13729 { echo "$as_me:$LINENO: checking gphoto2-camera.h presence" >&5
13730 echo $ECHO_N "checking gphoto2-camera.h presence... $ECHO_C" >&6; }
13731 cat >conftest.$ac_ext <<_ACEOF
13732 /* confdefs.h. */
13733 _ACEOF
13734 cat confdefs.h >>conftest.$ac_ext
13735 cat >>conftest.$ac_ext <<_ACEOF
13736 /* end confdefs.h. */
13737 #include <gphoto2-camera.h>
13738 _ACEOF
13739 if { (ac_try="$ac_cpp conftest.$ac_ext"
13740 case "(($ac_try" in
13741 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13742 *) ac_try_echo=$ac_try;;
13743 esac
13744 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13745 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13746 ac_status=$?
13747 grep -v '^ *+' conftest.er1 >conftest.err
13748 rm -f conftest.er1
13749 cat conftest.err >&5
13750 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13751 (exit $ac_status); } >/dev/null && {
13752 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13753 test ! -s conftest.err
13754 }; then
13755 ac_header_preproc=yes
13756 else
13757 echo "$as_me: failed program was:" >&5
13758 sed 's/^/| /' conftest.$ac_ext >&5
13760 ac_header_preproc=no
13763 rm -f conftest.err conftest.$ac_ext
13764 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13765 echo "${ECHO_T}$ac_header_preproc" >&6; }
13767 # So? What about this header?
13768 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13769 yes:no: )
13770 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: accepted by the compiler, rejected by the preprocessor!" >&5
13771 echo "$as_me: WARNING: gphoto2-camera.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
13772 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: proceeding with the compiler's result" >&5
13773 echo "$as_me: WARNING: gphoto2-camera.h: proceeding with the compiler's result" >&2;}
13774 ac_header_preproc=yes
13776 no:yes:* )
13777 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: present but cannot be compiled" >&5
13778 echo "$as_me: WARNING: gphoto2-camera.h: present but cannot be compiled" >&2;}
13779 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: check for missing prerequisite headers?" >&5
13780 echo "$as_me: WARNING: gphoto2-camera.h: check for missing prerequisite headers?" >&2;}
13781 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: see the Autoconf documentation" >&5
13782 echo "$as_me: WARNING: gphoto2-camera.h: see the Autoconf documentation" >&2;}
13783 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: section \"Present But Cannot Be Compiled\"" >&5
13784 echo "$as_me: WARNING: gphoto2-camera.h: section \"Present But Cannot Be Compiled\"" >&2;}
13785 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: proceeding with the preprocessor's result" >&5
13786 echo "$as_me: WARNING: gphoto2-camera.h: proceeding with the preprocessor's result" >&2;}
13787 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: in the future, the compiler will take precedence" >&5
13788 echo "$as_me: WARNING: gphoto2-camera.h: in the future, the compiler will take precedence" >&2;}
13789 ( cat <<\_ASBOX
13790 ## ------------------------------------ ##
13791 ## Report this to wine-devel@winehq.org ##
13792 ## ------------------------------------ ##
13793 _ASBOX
13794 ) | sed "s/^/$as_me: WARNING: /" >&2
13796 esac
13797 { echo "$as_me:$LINENO: checking for gphoto2-camera.h" >&5
13798 echo $ECHO_N "checking for gphoto2-camera.h... $ECHO_C" >&6; }
13799 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
13800 echo $ECHO_N "(cached) $ECHO_C" >&6
13801 else
13802 ac_cv_header_gphoto2_camera_h=$ac_header_preproc
13804 { echo "$as_me:$LINENO: result: $ac_cv_header_gphoto2_camera_h" >&5
13805 echo "${ECHO_T}$ac_cv_header_gphoto2_camera_h" >&6; }
13808 if test $ac_cv_header_gphoto2_camera_h = yes; then
13809 { echo "$as_me:$LINENO: checking for gp_camera_new in -lgphoto2" >&5
13810 echo $ECHO_N "checking for gp_camera_new in -lgphoto2... $ECHO_C" >&6; }
13811 if test "${ac_cv_lib_gphoto2_gp_camera_new+set}" = set; then
13812 echo $ECHO_N "(cached) $ECHO_C" >&6
13813 else
13814 ac_check_lib_save_LIBS=$LIBS
13815 LIBS="-lgphoto2 $ac_gphoto2_libs $LIBS"
13816 cat >conftest.$ac_ext <<_ACEOF
13817 /* confdefs.h. */
13818 _ACEOF
13819 cat confdefs.h >>conftest.$ac_ext
13820 cat >>conftest.$ac_ext <<_ACEOF
13821 /* end confdefs.h. */
13823 /* Override any GCC internal prototype to avoid an error.
13824 Use char because int might match the return type of a GCC
13825 builtin and then its argument prototype would still apply. */
13826 #ifdef __cplusplus
13827 extern "C"
13828 #endif
13829 char gp_camera_new ();
13831 main ()
13833 return gp_camera_new ();
13835 return 0;
13837 _ACEOF
13838 rm -f conftest.$ac_objext conftest$ac_exeext
13839 if { (ac_try="$ac_link"
13840 case "(($ac_try" in
13841 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13842 *) ac_try_echo=$ac_try;;
13843 esac
13844 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13845 (eval "$ac_link") 2>conftest.er1
13846 ac_status=$?
13847 grep -v '^ *+' conftest.er1 >conftest.err
13848 rm -f conftest.er1
13849 cat conftest.err >&5
13850 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13851 (exit $ac_status); } && {
13852 test -z "$ac_c_werror_flag" ||
13853 test ! -s conftest.err
13854 } && test -s conftest$ac_exeext &&
13855 $as_test_x conftest$ac_exeext; then
13856 ac_cv_lib_gphoto2_gp_camera_new=yes
13857 else
13858 echo "$as_me: failed program was:" >&5
13859 sed 's/^/| /' conftest.$ac_ext >&5
13861 ac_cv_lib_gphoto2_gp_camera_new=no
13864 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13865 conftest$ac_exeext conftest.$ac_ext
13866 LIBS=$ac_check_lib_save_LIBS
13868 { echo "$as_me:$LINENO: result: $ac_cv_lib_gphoto2_gp_camera_new" >&5
13869 echo "${ECHO_T}$ac_cv_lib_gphoto2_gp_camera_new" >&6; }
13870 if test $ac_cv_lib_gphoto2_gp_camera_new = yes; then
13872 cat >>confdefs.h <<\_ACEOF
13873 #define HAVE_GPHOTO2 1
13874 _ACEOF
13876 GPHOTO2LIBS="$ac_gphoto2_libs"
13878 GPHOTO2INCL="$ac_gphoto2_incl"
13885 CPPFLAGS="$ac_save_CPPFLAGS"
13887 if test "$ac_cv_lib_gphoto2_gp_camera_new" != "yes"; then
13888 case "x$with_gphoto" in
13889 x) wine_notices="$wine_notices|libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported." ;;
13890 xno) ;;
13891 *) { { echo "$as_me:$LINENO: error: libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
13892 This is an error since --with-gphoto was requested." >&5
13893 echo "$as_me: error: libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
13894 This is an error since --with-gphoto was requested." >&2;}
13895 { (exit 1); exit 1; }; } ;;
13896 esac
13901 RESOLVLIBS=""
13903 if test "$ac_cv_header_resolv_h" = "yes"
13904 then
13905 { echo "$as_me:$LINENO: checking for res_query in -lresolv" >&5
13906 echo $ECHO_N "checking for res_query in -lresolv... $ECHO_C" >&6; }
13907 if test "${ac_cv_lib_resolv_res_query+set}" = set; then
13908 echo $ECHO_N "(cached) $ECHO_C" >&6
13909 else
13910 ac_check_lib_save_LIBS=$LIBS
13911 LIBS="-lresolv $LIBS"
13912 cat >conftest.$ac_ext <<_ACEOF
13913 /* confdefs.h. */
13914 _ACEOF
13915 cat confdefs.h >>conftest.$ac_ext
13916 cat >>conftest.$ac_ext <<_ACEOF
13917 /* end confdefs.h. */
13919 /* Override any GCC internal prototype to avoid an error.
13920 Use char because int might match the return type of a GCC
13921 builtin and then its argument prototype would still apply. */
13922 #ifdef __cplusplus
13923 extern "C"
13924 #endif
13925 char res_query ();
13927 main ()
13929 return res_query ();
13931 return 0;
13933 _ACEOF
13934 rm -f conftest.$ac_objext conftest$ac_exeext
13935 if { (ac_try="$ac_link"
13936 case "(($ac_try" in
13937 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13938 *) ac_try_echo=$ac_try;;
13939 esac
13940 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13941 (eval "$ac_link") 2>conftest.er1
13942 ac_status=$?
13943 grep -v '^ *+' conftest.er1 >conftest.err
13944 rm -f conftest.er1
13945 cat conftest.err >&5
13946 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13947 (exit $ac_status); } && {
13948 test -z "$ac_c_werror_flag" ||
13949 test ! -s conftest.err
13950 } && test -s conftest$ac_exeext &&
13951 $as_test_x conftest$ac_exeext; then
13952 ac_cv_lib_resolv_res_query=yes
13953 else
13954 echo "$as_me: failed program was:" >&5
13955 sed 's/^/| /' conftest.$ac_ext >&5
13957 ac_cv_lib_resolv_res_query=no
13960 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13961 conftest$ac_exeext conftest.$ac_ext
13962 LIBS=$ac_check_lib_save_LIBS
13964 { echo "$as_me:$LINENO: result: $ac_cv_lib_resolv_res_query" >&5
13965 echo "${ECHO_T}$ac_cv_lib_resolv_res_query" >&6; }
13966 if test $ac_cv_lib_resolv_res_query = yes; then
13968 cat >>confdefs.h <<\_ACEOF
13969 #define HAVE_RESOLV 1
13970 _ACEOF
13972 RESOLVLIBS="-lresolv"
13977 LCMSLIBS=""
13979 if test "$ac_cv_header_lcms_h" = "yes" -o "$ac_cv_header_lcms_lcms_h" = "yes"
13980 then
13981 { echo "$as_me:$LINENO: checking for cmsOpenProfileFromFile in -llcms" >&5
13982 echo $ECHO_N "checking for cmsOpenProfileFromFile in -llcms... $ECHO_C" >&6; }
13983 if test "${ac_cv_lib_lcms_cmsOpenProfileFromFile+set}" = set; then
13984 echo $ECHO_N "(cached) $ECHO_C" >&6
13985 else
13986 ac_check_lib_save_LIBS=$LIBS
13987 LIBS="-llcms $LIBS"
13988 cat >conftest.$ac_ext <<_ACEOF
13989 /* confdefs.h. */
13990 _ACEOF
13991 cat confdefs.h >>conftest.$ac_ext
13992 cat >>conftest.$ac_ext <<_ACEOF
13993 /* end confdefs.h. */
13995 /* Override any GCC internal prototype to avoid an error.
13996 Use char because int might match the return type of a GCC
13997 builtin and then its argument prototype would still apply. */
13998 #ifdef __cplusplus
13999 extern "C"
14000 #endif
14001 char cmsOpenProfileFromFile ();
14003 main ()
14005 return cmsOpenProfileFromFile ();
14007 return 0;
14009 _ACEOF
14010 rm -f conftest.$ac_objext conftest$ac_exeext
14011 if { (ac_try="$ac_link"
14012 case "(($ac_try" in
14013 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14014 *) ac_try_echo=$ac_try;;
14015 esac
14016 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14017 (eval "$ac_link") 2>conftest.er1
14018 ac_status=$?
14019 grep -v '^ *+' conftest.er1 >conftest.err
14020 rm -f conftest.er1
14021 cat conftest.err >&5
14022 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14023 (exit $ac_status); } && {
14024 test -z "$ac_c_werror_flag" ||
14025 test ! -s conftest.err
14026 } && test -s conftest$ac_exeext &&
14027 $as_test_x conftest$ac_exeext; then
14028 ac_cv_lib_lcms_cmsOpenProfileFromFile=yes
14029 else
14030 echo "$as_me: failed program was:" >&5
14031 sed 's/^/| /' conftest.$ac_ext >&5
14033 ac_cv_lib_lcms_cmsOpenProfileFromFile=no
14036 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14037 conftest$ac_exeext conftest.$ac_ext
14038 LIBS=$ac_check_lib_save_LIBS
14040 { echo "$as_me:$LINENO: result: $ac_cv_lib_lcms_cmsOpenProfileFromFile" >&5
14041 echo "${ECHO_T}$ac_cv_lib_lcms_cmsOpenProfileFromFile" >&6; }
14042 if test $ac_cv_lib_lcms_cmsOpenProfileFromFile = yes; then
14044 cat >>confdefs.h <<\_ACEOF
14045 #define HAVE_LCMS 1
14046 _ACEOF
14048 LCMSLIBS="-llcms"
14052 if test "$ac_cv_lib_lcms_cmsOpenProfileFromFile" != "yes"; then
14053 case "x$with_cms" in
14054 x) wine_notices="$wine_notices|liblcms ${notice_platform}development files not found, Color Management won't be supported." ;;
14055 xno) ;;
14056 *) { { echo "$as_me:$LINENO: error: liblcms ${notice_platform}development files not found, Color Management won't be supported.
14057 This is an error since --with-cms was requested." >&5
14058 echo "$as_me: error: liblcms ${notice_platform}development files not found, Color Management won't be supported.
14059 This is an error since --with-cms was requested." >&2;}
14060 { (exit 1); exit 1; }; } ;;
14061 esac
14065 for ac_prog in freetype-config freetype2-config
14067 # Extract the first word of "$ac_prog", so it can be a program name with args.
14068 set dummy $ac_prog; ac_word=$2
14069 { echo "$as_me:$LINENO: checking for $ac_word" >&5
14070 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
14071 if test "${ac_cv_prog_ft_devel+set}" = set; then
14072 echo $ECHO_N "(cached) $ECHO_C" >&6
14073 else
14074 if test -n "$ft_devel"; then
14075 ac_cv_prog_ft_devel="$ft_devel" # Let the user override the test.
14076 else
14077 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14078 for as_dir in $PATH
14080 IFS=$as_save_IFS
14081 test -z "$as_dir" && as_dir=.
14082 for ac_exec_ext in '' $ac_executable_extensions; do
14083 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14084 ac_cv_prog_ft_devel="$ac_prog"
14085 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14086 break 2
14088 done
14089 done
14090 IFS=$as_save_IFS
14094 ft_devel=$ac_cv_prog_ft_devel
14095 if test -n "$ft_devel"; then
14096 { echo "$as_me:$LINENO: result: $ft_devel" >&5
14097 echo "${ECHO_T}$ft_devel" >&6; }
14098 else
14099 { echo "$as_me:$LINENO: result: no" >&5
14100 echo "${ECHO_T}no" >&6; }
14104 test -n "$ft_devel" && break
14105 done
14106 test -n "$ft_devel" || ft_devel="false"
14108 if test "$ft_devel" != "false" -a "x$with_freetype" != "xno"
14109 then
14110 ac_freetype_libs=`$ft_devel --libs`
14111 ac_freetype_incl=`$ft_devel --cflags`
14112 { echo "$as_me:$LINENO: checking for -lfreetype" >&5
14113 echo $ECHO_N "checking for -lfreetype... $ECHO_C" >&6; }
14114 if test "${ac_cv_lib_soname_freetype+set}" = set; then
14115 echo $ECHO_N "(cached) $ECHO_C" >&6
14116 else
14117 ac_check_soname_save_LIBS=$LIBS
14118 LIBS="-lfreetype $ac_freetype_libs $LIBS"
14119 cat >conftest.$ac_ext <<_ACEOF
14120 /* confdefs.h. */
14121 _ACEOF
14122 cat confdefs.h >>conftest.$ac_ext
14123 cat >>conftest.$ac_ext <<_ACEOF
14124 /* end confdefs.h. */
14126 /* Override any GCC internal prototype to avoid an error.
14127 Use char because int might match the return type of a GCC
14128 builtin and then its argument prototype would still apply. */
14129 #ifdef __cplusplus
14130 extern "C"
14131 #endif
14132 char FT_Init_FreeType ();
14134 main ()
14136 return FT_Init_FreeType ();
14138 return 0;
14140 _ACEOF
14141 rm -f conftest.$ac_objext conftest$ac_exeext
14142 if { (ac_try="$ac_link"
14143 case "(($ac_try" in
14144 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14145 *) ac_try_echo=$ac_try;;
14146 esac
14147 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14148 (eval "$ac_link") 2>conftest.er1
14149 ac_status=$?
14150 grep -v '^ *+' conftest.er1 >conftest.err
14151 rm -f conftest.er1
14152 cat conftest.err >&5
14153 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14154 (exit $ac_status); } && {
14155 test -z "$ac_c_werror_flag" ||
14156 test ! -s conftest.err
14157 } && test -s conftest$ac_exeext &&
14158 $as_test_x conftest$ac_exeext; then
14159 case "$LIBEXT" in
14160 dll) ;;
14161 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'` ;;
14162 *) ac_cv_lib_soname_freetype=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfreetype\\.$LIBEXT" | sed -e "s/^.*\(libfreetype\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
14163 esac
14164 else
14165 echo "$as_me: failed program was:" >&5
14166 sed 's/^/| /' conftest.$ac_ext >&5
14171 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14172 conftest$ac_exeext conftest.$ac_ext
14173 LIBS=$ac_check_soname_save_LIBS
14175 if test "x$ac_cv_lib_soname_freetype" = "x"; then
14176 { echo "$as_me:$LINENO: result: not found" >&5
14177 echo "${ECHO_T}not found" >&6; }
14178 ft_lib=no
14179 else
14180 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_freetype" >&5
14181 echo "${ECHO_T}$ac_cv_lib_soname_freetype" >&6; }
14183 cat >>confdefs.h <<_ACEOF
14184 #define SONAME_LIBFREETYPE "$ac_cv_lib_soname_freetype"
14185 _ACEOF
14187 ft_lib=yes
14190 if test "$ft_lib" = "yes"
14191 then
14192 ac_save_CPPFLAGS="$CPPFLAGS"
14193 CPPFLAGS="$ac_freetype_incl $CPPFLAGS"
14206 for ac_header in ft2build.h \
14207 freetype/freetype.h \
14208 freetype/ftglyph.h \
14209 freetype/fttypes.h \
14210 freetype/tttables.h \
14211 freetype/ftnames.h \
14212 freetype/ftsnames.h \
14213 freetype/ttnameid.h \
14214 freetype/ftoutln.h \
14215 freetype/ftwinfnt.h \
14216 freetype/ftmodapi.h \
14217 freetype/internal/sfnt.h
14219 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
14220 { echo "$as_me:$LINENO: checking for $ac_header" >&5
14221 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
14222 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
14223 echo $ECHO_N "(cached) $ECHO_C" >&6
14224 else
14225 cat >conftest.$ac_ext <<_ACEOF
14226 /* confdefs.h. */
14227 _ACEOF
14228 cat confdefs.h >>conftest.$ac_ext
14229 cat >>conftest.$ac_ext <<_ACEOF
14230 /* end confdefs.h. */
14231 #ifdef HAVE_FT2BUILD_H
14232 # include <ft2build.h>
14233 #endif
14235 #include <$ac_header>
14236 _ACEOF
14237 rm -f conftest.$ac_objext
14238 if { (ac_try="$ac_compile"
14239 case "(($ac_try" in
14240 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14241 *) ac_try_echo=$ac_try;;
14242 esac
14243 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14244 (eval "$ac_compile") 2>conftest.er1
14245 ac_status=$?
14246 grep -v '^ *+' conftest.er1 >conftest.err
14247 rm -f conftest.er1
14248 cat conftest.err >&5
14249 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14250 (exit $ac_status); } && {
14251 test -z "$ac_c_werror_flag" ||
14252 test ! -s conftest.err
14253 } && test -s conftest.$ac_objext; then
14254 eval "$as_ac_Header=yes"
14255 else
14256 echo "$as_me: failed program was:" >&5
14257 sed 's/^/| /' conftest.$ac_ext >&5
14259 eval "$as_ac_Header=no"
14262 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14264 ac_res=`eval echo '${'$as_ac_Header'}'`
14265 { echo "$as_me:$LINENO: result: $ac_res" >&5
14266 echo "${ECHO_T}$ac_res" >&6; }
14267 if test `eval echo '${'$as_ac_Header'}'` = yes; then
14268 cat >>confdefs.h <<_ACEOF
14269 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
14270 _ACEOF
14274 done
14276 cat >conftest.$ac_ext <<_ACEOF
14277 /* confdefs.h. */
14278 _ACEOF
14279 cat confdefs.h >>conftest.$ac_ext
14280 cat >>conftest.$ac_ext <<_ACEOF
14281 /* end confdefs.h. */
14282 #include <ft2build.h>
14283 #include <freetype/fttrigon.h>
14284 _ACEOF
14285 if { (ac_try="$ac_cpp conftest.$ac_ext"
14286 case "(($ac_try" in
14287 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14288 *) ac_try_echo=$ac_try;;
14289 esac
14290 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14291 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
14292 ac_status=$?
14293 grep -v '^ *+' conftest.er1 >conftest.err
14294 rm -f conftest.er1
14295 cat conftest.err >&5
14296 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14297 (exit $ac_status); } >/dev/null && {
14298 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
14299 test ! -s conftest.err
14300 }; then
14302 cat >>confdefs.h <<\_ACEOF
14303 #define HAVE_FREETYPE_FTTRIGON_H 1
14304 _ACEOF
14306 wine_cv_fttrigon=yes
14307 else
14308 echo "$as_me: failed program was:" >&5
14309 sed 's/^/| /' conftest.$ac_ext >&5
14311 wine_cv_fttrigon=no
14314 rm -f conftest.err conftest.$ac_ext
14315 { echo "$as_me:$LINENO: checking for FT_TrueTypeEngineType" >&5
14316 echo $ECHO_N "checking for FT_TrueTypeEngineType... $ECHO_C" >&6; }
14317 if test "${ac_cv_type_FT_TrueTypeEngineType+set}" = set; then
14318 echo $ECHO_N "(cached) $ECHO_C" >&6
14319 else
14320 cat >conftest.$ac_ext <<_ACEOF
14321 /* confdefs.h. */
14322 _ACEOF
14323 cat confdefs.h >>conftest.$ac_ext
14324 cat >>conftest.$ac_ext <<_ACEOF
14325 /* end confdefs.h. */
14326 #include <freetype/ftmodapi.h>
14328 typedef FT_TrueTypeEngineType ac__type_new_;
14330 main ()
14332 if ((ac__type_new_ *) 0)
14333 return 0;
14334 if (sizeof (ac__type_new_))
14335 return 0;
14337 return 0;
14339 _ACEOF
14340 rm -f conftest.$ac_objext
14341 if { (ac_try="$ac_compile"
14342 case "(($ac_try" in
14343 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14344 *) ac_try_echo=$ac_try;;
14345 esac
14346 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14347 (eval "$ac_compile") 2>conftest.er1
14348 ac_status=$?
14349 grep -v '^ *+' conftest.er1 >conftest.err
14350 rm -f conftest.er1
14351 cat conftest.err >&5
14352 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14353 (exit $ac_status); } && {
14354 test -z "$ac_c_werror_flag" ||
14355 test ! -s conftest.err
14356 } && test -s conftest.$ac_objext; then
14357 ac_cv_type_FT_TrueTypeEngineType=yes
14358 else
14359 echo "$as_me: failed program was:" >&5
14360 sed 's/^/| /' conftest.$ac_ext >&5
14362 ac_cv_type_FT_TrueTypeEngineType=no
14365 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14367 { echo "$as_me:$LINENO: result: $ac_cv_type_FT_TrueTypeEngineType" >&5
14368 echo "${ECHO_T}$ac_cv_type_FT_TrueTypeEngineType" >&6; }
14369 if test $ac_cv_type_FT_TrueTypeEngineType = yes; then
14371 cat >>confdefs.h <<_ACEOF
14372 #define HAVE_FT_TRUETYPEENGINETYPE 1
14373 _ACEOF
14378 ac_save_CFLAGS="$CFLAGS"
14379 CFLAGS="$CFLAGS $ac_freetype_libs"
14381 for ac_func in FT_Load_Sfnt_Table
14383 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
14384 { echo "$as_me:$LINENO: checking for $ac_func" >&5
14385 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
14386 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
14387 echo $ECHO_N "(cached) $ECHO_C" >&6
14388 else
14389 cat >conftest.$ac_ext <<_ACEOF
14390 /* confdefs.h. */
14391 _ACEOF
14392 cat confdefs.h >>conftest.$ac_ext
14393 cat >>conftest.$ac_ext <<_ACEOF
14394 /* end confdefs.h. */
14395 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
14396 For example, HP-UX 11i <limits.h> declares gettimeofday. */
14397 #define $ac_func innocuous_$ac_func
14399 /* System header to define __stub macros and hopefully few prototypes,
14400 which can conflict with char $ac_func (); below.
14401 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
14402 <limits.h> exists even on freestanding compilers. */
14404 #ifdef __STDC__
14405 # include <limits.h>
14406 #else
14407 # include <assert.h>
14408 #endif
14410 #undef $ac_func
14412 /* Override any GCC internal prototype to avoid an error.
14413 Use char because int might match the return type of a GCC
14414 builtin and then its argument prototype would still apply. */
14415 #ifdef __cplusplus
14416 extern "C"
14417 #endif
14418 char $ac_func ();
14419 /* The GNU C library defines this for functions which it implements
14420 to always fail with ENOSYS. Some functions are actually named
14421 something starting with __ and the normal name is an alias. */
14422 #if defined __stub_$ac_func || defined __stub___$ac_func
14423 choke me
14424 #endif
14427 main ()
14429 return $ac_func ();
14431 return 0;
14433 _ACEOF
14434 rm -f conftest.$ac_objext conftest$ac_exeext
14435 if { (ac_try="$ac_link"
14436 case "(($ac_try" in
14437 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14438 *) ac_try_echo=$ac_try;;
14439 esac
14440 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14441 (eval "$ac_link") 2>conftest.er1
14442 ac_status=$?
14443 grep -v '^ *+' conftest.er1 >conftest.err
14444 rm -f conftest.er1
14445 cat conftest.err >&5
14446 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14447 (exit $ac_status); } && {
14448 test -z "$ac_c_werror_flag" ||
14449 test ! -s conftest.err
14450 } && test -s conftest$ac_exeext &&
14451 $as_test_x conftest$ac_exeext; then
14452 eval "$as_ac_var=yes"
14453 else
14454 echo "$as_me: failed program was:" >&5
14455 sed 's/^/| /' conftest.$ac_ext >&5
14457 eval "$as_ac_var=no"
14460 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14461 conftest$ac_exeext conftest.$ac_ext
14463 ac_res=`eval echo '${'$as_ac_var'}'`
14464 { echo "$as_me:$LINENO: result: $ac_res" >&5
14465 echo "${ECHO_T}$ac_res" >&6; }
14466 if test `eval echo '${'$as_ac_var'}'` = yes; then
14467 cat >>confdefs.h <<_ACEOF
14468 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
14469 _ACEOF
14472 done
14474 CFLAGS="$ac_save_CFLAGS"
14475 CPPFLAGS="$ac_save_CPPFLAGS"
14476 if test "$ac_cv_header_freetype_freetype_h" = "yes" -a "$wine_cv_fttrigon" = "yes"
14477 then
14479 cat >>confdefs.h <<\_ACEOF
14480 #define HAVE_FREETYPE 1
14481 _ACEOF
14483 FREETYPELIBS="$ac_freetype_libs"
14485 FREETYPEINCL="$ac_freetype_incl"
14490 if test "x$FREETYPELIBS" = "x"; then
14491 case "x$with_freetype" in
14492 xno) ;;
14493 *) { { echo "$as_me:$LINENO: error: FreeType development files not found.
14494 Fonts will not be built. Dialog text may be invisible or unaligned.
14495 Use the --without-freetype option if you really want this." >&5
14496 echo "$as_me: error: FreeType development files not found.
14497 Fonts will not be built. Dialog text may be invisible or unaligned.
14498 Use the --without-freetype option if you really want this." >&2;}
14499 { (exit 1); exit 1; }; } ;;
14500 esac
14503 test "x$FREETYPELIBS" = "x" && enable_fonts=${enable_fonts:-no}
14505 { echo "$as_me:$LINENO: checking for parport header/ppdev.h" >&5
14506 echo $ECHO_N "checking for parport header/ppdev.h... $ECHO_C" >&6; }
14507 if test "${ac_cv_c_ppdev+set}" = set; then
14508 echo $ECHO_N "(cached) $ECHO_C" >&6
14509 else
14510 cat >conftest.$ac_ext <<_ACEOF
14511 /* confdefs.h. */
14512 _ACEOF
14513 cat confdefs.h >>conftest.$ac_ext
14514 cat >>conftest.$ac_ext <<_ACEOF
14515 /* end confdefs.h. */
14516 #include <linux/ppdev.h>
14518 main ()
14520 ioctl (1,PPCLAIM,0)
14522 return 0;
14524 _ACEOF
14525 rm -f conftest.$ac_objext
14526 if { (ac_try="$ac_compile"
14527 case "(($ac_try" in
14528 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14529 *) ac_try_echo=$ac_try;;
14530 esac
14531 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14532 (eval "$ac_compile") 2>conftest.er1
14533 ac_status=$?
14534 grep -v '^ *+' conftest.er1 >conftest.err
14535 rm -f conftest.er1
14536 cat conftest.err >&5
14537 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14538 (exit $ac_status); } && {
14539 test -z "$ac_c_werror_flag" ||
14540 test ! -s conftest.err
14541 } && test -s conftest.$ac_objext; then
14542 ac_cv_c_ppdev="yes"
14543 else
14544 echo "$as_me: failed program was:" >&5
14545 sed 's/^/| /' conftest.$ac_ext >&5
14547 ac_cv_c_ppdev="no"
14550 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14552 { echo "$as_me:$LINENO: result: $ac_cv_c_ppdev" >&5
14553 echo "${ECHO_T}$ac_cv_c_ppdev" >&6; }
14554 if test "$ac_cv_c_ppdev" = "yes"
14555 then
14557 cat >>confdefs.h <<\_ACEOF
14558 #define HAVE_PPDEV 1
14559 _ACEOF
14563 { echo "$as_me:$LINENO: checking for va_copy" >&5
14564 echo $ECHO_N "checking for va_copy... $ECHO_C" >&6; }
14565 if test "${ac_cv_c_va_copy+set}" = set; then
14566 echo $ECHO_N "(cached) $ECHO_C" >&6
14567 else
14568 cat >conftest.$ac_ext <<_ACEOF
14569 /* confdefs.h. */
14570 _ACEOF
14571 cat confdefs.h >>conftest.$ac_ext
14572 cat >>conftest.$ac_ext <<_ACEOF
14573 /* end confdefs.h. */
14574 #include <stdarg.h>
14576 main ()
14578 va_list ap1, ap2; va_copy(ap1,ap2);
14580 return 0;
14582 _ACEOF
14583 rm -f conftest.$ac_objext conftest$ac_exeext
14584 if { (ac_try="$ac_link"
14585 case "(($ac_try" in
14586 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14587 *) ac_try_echo=$ac_try;;
14588 esac
14589 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14590 (eval "$ac_link") 2>conftest.er1
14591 ac_status=$?
14592 grep -v '^ *+' conftest.er1 >conftest.err
14593 rm -f conftest.er1
14594 cat conftest.err >&5
14595 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14596 (exit $ac_status); } && {
14597 test -z "$ac_c_werror_flag" ||
14598 test ! -s conftest.err
14599 } && test -s conftest$ac_exeext &&
14600 $as_test_x conftest$ac_exeext; then
14601 ac_cv_c_va_copy="yes"
14602 else
14603 echo "$as_me: failed program was:" >&5
14604 sed 's/^/| /' conftest.$ac_ext >&5
14606 ac_cv_c_va_copy="no"
14609 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14610 conftest$ac_exeext conftest.$ac_ext
14613 { echo "$as_me:$LINENO: result: $ac_cv_c_va_copy" >&5
14614 echo "${ECHO_T}$ac_cv_c_va_copy" >&6; }
14615 if test "$ac_cv_c_va_copy" = "yes"
14616 then
14618 cat >>confdefs.h <<\_ACEOF
14619 #define HAVE_VA_COPY 1
14620 _ACEOF
14623 { echo "$as_me:$LINENO: checking for __va_copy" >&5
14624 echo $ECHO_N "checking for __va_copy... $ECHO_C" >&6; }
14625 if test "${ac_cv_c___va_copy+set}" = set; then
14626 echo $ECHO_N "(cached) $ECHO_C" >&6
14627 else
14628 cat >conftest.$ac_ext <<_ACEOF
14629 /* confdefs.h. */
14630 _ACEOF
14631 cat confdefs.h >>conftest.$ac_ext
14632 cat >>conftest.$ac_ext <<_ACEOF
14633 /* end confdefs.h. */
14634 #include <stdarg.h>
14636 main ()
14638 va_list ap1, ap2; __va_copy(ap1,ap2);
14640 return 0;
14642 _ACEOF
14643 rm -f conftest.$ac_objext conftest$ac_exeext
14644 if { (ac_try="$ac_link"
14645 case "(($ac_try" in
14646 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14647 *) ac_try_echo=$ac_try;;
14648 esac
14649 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14650 (eval "$ac_link") 2>conftest.er1
14651 ac_status=$?
14652 grep -v '^ *+' conftest.er1 >conftest.err
14653 rm -f conftest.er1
14654 cat conftest.err >&5
14655 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14656 (exit $ac_status); } && {
14657 test -z "$ac_c_werror_flag" ||
14658 test ! -s conftest.err
14659 } && test -s conftest$ac_exeext &&
14660 $as_test_x conftest$ac_exeext; then
14661 ac_cv_c___va_copy="yes"
14662 else
14663 echo "$as_me: failed program was:" >&5
14664 sed 's/^/| /' conftest.$ac_ext >&5
14666 ac_cv_c___va_copy="no"
14669 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14670 conftest$ac_exeext conftest.$ac_ext
14673 { echo "$as_me:$LINENO: result: $ac_cv_c___va_copy" >&5
14674 echo "${ECHO_T}$ac_cv_c___va_copy" >&6; }
14675 if test "$ac_cv_c___va_copy" = "yes"
14676 then
14678 cat >>confdefs.h <<\_ACEOF
14679 #define HAVE___VA_COPY 1
14680 _ACEOF
14684 { echo "$as_me:$LINENO: checking for pthread_rwlock_t" >&5
14685 echo $ECHO_N "checking for pthread_rwlock_t... $ECHO_C" >&6; }
14686 if test "${ac_cv_type_pthread_rwlock_t+set}" = set; then
14687 echo $ECHO_N "(cached) $ECHO_C" >&6
14688 else
14689 cat >conftest.$ac_ext <<_ACEOF
14690 /* confdefs.h. */
14691 _ACEOF
14692 cat confdefs.h >>conftest.$ac_ext
14693 cat >>conftest.$ac_ext <<_ACEOF
14694 /* end confdefs.h. */
14695 #define _GNU_SOURCE
14696 #include <pthread.h>
14698 typedef pthread_rwlock_t ac__type_new_;
14700 main ()
14702 if ((ac__type_new_ *) 0)
14703 return 0;
14704 if (sizeof (ac__type_new_))
14705 return 0;
14707 return 0;
14709 _ACEOF
14710 rm -f conftest.$ac_objext
14711 if { (ac_try="$ac_compile"
14712 case "(($ac_try" in
14713 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14714 *) ac_try_echo=$ac_try;;
14715 esac
14716 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14717 (eval "$ac_compile") 2>conftest.er1
14718 ac_status=$?
14719 grep -v '^ *+' conftest.er1 >conftest.err
14720 rm -f conftest.er1
14721 cat conftest.err >&5
14722 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14723 (exit $ac_status); } && {
14724 test -z "$ac_c_werror_flag" ||
14725 test ! -s conftest.err
14726 } && test -s conftest.$ac_objext; then
14727 ac_cv_type_pthread_rwlock_t=yes
14728 else
14729 echo "$as_me: failed program was:" >&5
14730 sed 's/^/| /' conftest.$ac_ext >&5
14732 ac_cv_type_pthread_rwlock_t=no
14735 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14737 { echo "$as_me:$LINENO: result: $ac_cv_type_pthread_rwlock_t" >&5
14738 echo "${ECHO_T}$ac_cv_type_pthread_rwlock_t" >&6; }
14739 if test $ac_cv_type_pthread_rwlock_t = yes; then
14741 cat >>confdefs.h <<_ACEOF
14742 #define HAVE_PTHREAD_RWLOCK_T 1
14743 _ACEOF
14747 { echo "$as_me:$LINENO: checking for pthread_rwlockattr_t" >&5
14748 echo $ECHO_N "checking for pthread_rwlockattr_t... $ECHO_C" >&6; }
14749 if test "${ac_cv_type_pthread_rwlockattr_t+set}" = set; then
14750 echo $ECHO_N "(cached) $ECHO_C" >&6
14751 else
14752 cat >conftest.$ac_ext <<_ACEOF
14753 /* confdefs.h. */
14754 _ACEOF
14755 cat confdefs.h >>conftest.$ac_ext
14756 cat >>conftest.$ac_ext <<_ACEOF
14757 /* end confdefs.h. */
14758 #define _GNU_SOURCE
14759 #include <pthread.h>
14761 typedef pthread_rwlockattr_t ac__type_new_;
14763 main ()
14765 if ((ac__type_new_ *) 0)
14766 return 0;
14767 if (sizeof (ac__type_new_))
14768 return 0;
14770 return 0;
14772 _ACEOF
14773 rm -f conftest.$ac_objext
14774 if { (ac_try="$ac_compile"
14775 case "(($ac_try" in
14776 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14777 *) ac_try_echo=$ac_try;;
14778 esac
14779 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14780 (eval "$ac_compile") 2>conftest.er1
14781 ac_status=$?
14782 grep -v '^ *+' conftest.er1 >conftest.err
14783 rm -f conftest.er1
14784 cat conftest.err >&5
14785 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14786 (exit $ac_status); } && {
14787 test -z "$ac_c_werror_flag" ||
14788 test ! -s conftest.err
14789 } && test -s conftest.$ac_objext; then
14790 ac_cv_type_pthread_rwlockattr_t=yes
14791 else
14792 echo "$as_me: failed program was:" >&5
14793 sed 's/^/| /' conftest.$ac_ext >&5
14795 ac_cv_type_pthread_rwlockattr_t=no
14798 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14800 { echo "$as_me:$LINENO: result: $ac_cv_type_pthread_rwlockattr_t" >&5
14801 echo "${ECHO_T}$ac_cv_type_pthread_rwlockattr_t" >&6; }
14802 if test $ac_cv_type_pthread_rwlockattr_t = yes; then
14804 cat >>confdefs.h <<_ACEOF
14805 #define HAVE_PTHREAD_RWLOCKATTR_T 1
14806 _ACEOF
14812 ac_wine_check_funcs_save_LIBS="$LIBS"
14813 LIBS="$LIBS $LIBPTHREAD"
14818 for ac_func in \
14819 pthread_attr_get_np \
14820 pthread_getattr_np \
14821 pthread_get_stackaddr_np \
14822 pthread_get_stacksize_np
14824 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
14825 { echo "$as_me:$LINENO: checking for $ac_func" >&5
14826 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
14827 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
14828 echo $ECHO_N "(cached) $ECHO_C" >&6
14829 else
14830 cat >conftest.$ac_ext <<_ACEOF
14831 /* confdefs.h. */
14832 _ACEOF
14833 cat confdefs.h >>conftest.$ac_ext
14834 cat >>conftest.$ac_ext <<_ACEOF
14835 /* end confdefs.h. */
14836 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
14837 For example, HP-UX 11i <limits.h> declares gettimeofday. */
14838 #define $ac_func innocuous_$ac_func
14840 /* System header to define __stub macros and hopefully few prototypes,
14841 which can conflict with char $ac_func (); below.
14842 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
14843 <limits.h> exists even on freestanding compilers. */
14845 #ifdef __STDC__
14846 # include <limits.h>
14847 #else
14848 # include <assert.h>
14849 #endif
14851 #undef $ac_func
14853 /* Override any GCC internal prototype to avoid an error.
14854 Use char because int might match the return type of a GCC
14855 builtin and then its argument prototype would still apply. */
14856 #ifdef __cplusplus
14857 extern "C"
14858 #endif
14859 char $ac_func ();
14860 /* The GNU C library defines this for functions which it implements
14861 to always fail with ENOSYS. Some functions are actually named
14862 something starting with __ and the normal name is an alias. */
14863 #if defined __stub_$ac_func || defined __stub___$ac_func
14864 choke me
14865 #endif
14868 main ()
14870 return $ac_func ();
14872 return 0;
14874 _ACEOF
14875 rm -f conftest.$ac_objext conftest$ac_exeext
14876 if { (ac_try="$ac_link"
14877 case "(($ac_try" in
14878 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14879 *) ac_try_echo=$ac_try;;
14880 esac
14881 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14882 (eval "$ac_link") 2>conftest.er1
14883 ac_status=$?
14884 grep -v '^ *+' conftest.er1 >conftest.err
14885 rm -f conftest.er1
14886 cat conftest.err >&5
14887 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14888 (exit $ac_status); } && {
14889 test -z "$ac_c_werror_flag" ||
14890 test ! -s conftest.err
14891 } && test -s conftest$ac_exeext &&
14892 $as_test_x conftest$ac_exeext; then
14893 eval "$as_ac_var=yes"
14894 else
14895 echo "$as_me: failed program was:" >&5
14896 sed 's/^/| /' conftest.$ac_ext >&5
14898 eval "$as_ac_var=no"
14901 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14902 conftest$ac_exeext conftest.$ac_ext
14904 ac_res=`eval echo '${'$as_ac_var'}'`
14905 { echo "$as_me:$LINENO: result: $ac_res" >&5
14906 echo "${ECHO_T}$ac_res" >&6; }
14907 if test `eval echo '${'$as_ac_var'}'` = yes; then
14908 cat >>confdefs.h <<_ACEOF
14909 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
14910 _ACEOF
14913 done
14915 LIBS="$ac_wine_check_funcs_save_LIBS"
14917 # Extract the first word of "esd-config", so it can be a program name with args.
14918 set dummy esd-config; ac_word=$2
14919 { echo "$as_me:$LINENO: checking for $ac_word" >&5
14920 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
14921 if test "${ac_cv_path_ESDCONFIG+set}" = set; then
14922 echo $ECHO_N "(cached) $ECHO_C" >&6
14923 else
14924 case $ESDCONFIG in
14925 [\\/]* | ?:[\\/]*)
14926 ac_cv_path_ESDCONFIG="$ESDCONFIG" # Let the user override the test with a path.
14929 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14930 for as_dir in $PATH
14932 IFS=$as_save_IFS
14933 test -z "$as_dir" && as_dir=.
14934 for ac_exec_ext in '' $ac_executable_extensions; do
14935 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14936 ac_cv_path_ESDCONFIG="$as_dir/$ac_word$ac_exec_ext"
14937 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14938 break 2
14940 done
14941 done
14942 IFS=$as_save_IFS
14945 esac
14947 ESDCONFIG=$ac_cv_path_ESDCONFIG
14948 if test -n "$ESDCONFIG"; then
14949 { echo "$as_me:$LINENO: result: $ESDCONFIG" >&5
14950 echo "${ECHO_T}$ESDCONFIG" >&6; }
14951 else
14952 { echo "$as_me:$LINENO: result: no" >&5
14953 echo "${ECHO_T}no" >&6; }
14957 if test "x$with_esd" != xno -a "x$ESDCONFIG" != x -a "x$ESDCONFIG" != x'"$ESDCONFIG"';
14958 then
14959 ac_esd_incl=""
14960 for i in `$ESDCONFIG --cflags`
14962 case "$i" in
14963 -I*) ac_esd_incl="$ac_esd_incl $i";;
14964 esac
14965 done
14966 ac_esd_libs=`$ESDCONFIG --libs`
14967 save_CFLAGS="$CFLAGS"
14968 CFLAGS="$CFLAGS $ac_esd_incl"
14969 { echo "$as_me:$LINENO: checking for esd_open_sound in -lesd" >&5
14970 echo $ECHO_N "checking for esd_open_sound in -lesd... $ECHO_C" >&6; }
14971 if test "${ac_cv_lib_esd_esd_open_sound+set}" = set; then
14972 echo $ECHO_N "(cached) $ECHO_C" >&6
14973 else
14974 ac_check_lib_save_LIBS=$LIBS
14975 LIBS="-lesd $ac_esd_libs $LIBS"
14976 cat >conftest.$ac_ext <<_ACEOF
14977 /* confdefs.h. */
14978 _ACEOF
14979 cat confdefs.h >>conftest.$ac_ext
14980 cat >>conftest.$ac_ext <<_ACEOF
14981 /* end confdefs.h. */
14983 /* Override any GCC internal prototype to avoid an error.
14984 Use char because int might match the return type of a GCC
14985 builtin and then its argument prototype would still apply. */
14986 #ifdef __cplusplus
14987 extern "C"
14988 #endif
14989 char esd_open_sound ();
14991 main ()
14993 return esd_open_sound ();
14995 return 0;
14997 _ACEOF
14998 rm -f conftest.$ac_objext conftest$ac_exeext
14999 if { (ac_try="$ac_link"
15000 case "(($ac_try" in
15001 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15002 *) ac_try_echo=$ac_try;;
15003 esac
15004 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15005 (eval "$ac_link") 2>conftest.er1
15006 ac_status=$?
15007 grep -v '^ *+' conftest.er1 >conftest.err
15008 rm -f conftest.er1
15009 cat conftest.err >&5
15010 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15011 (exit $ac_status); } && {
15012 test -z "$ac_c_werror_flag" ||
15013 test ! -s conftest.err
15014 } && test -s conftest$ac_exeext &&
15015 $as_test_x conftest$ac_exeext; then
15016 ac_cv_lib_esd_esd_open_sound=yes
15017 else
15018 echo "$as_me: failed program was:" >&5
15019 sed 's/^/| /' conftest.$ac_ext >&5
15021 ac_cv_lib_esd_esd_open_sound=no
15024 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15025 conftest$ac_exeext conftest.$ac_ext
15026 LIBS=$ac_check_lib_save_LIBS
15028 { echo "$as_me:$LINENO: result: $ac_cv_lib_esd_esd_open_sound" >&5
15029 echo "${ECHO_T}$ac_cv_lib_esd_esd_open_sound" >&6; }
15030 if test $ac_cv_lib_esd_esd_open_sound = yes; then
15031 ESDINCL="$ac_esd_incl"
15033 ESDLIBS="$ac_esd_libs"
15036 cat >>confdefs.h <<\_ACEOF
15037 #define HAVE_ESD 1
15038 _ACEOF
15042 CFLAGS="$save_CFLAGS"
15045 if test "x$with_pulse" != "xno"; then
15046 if test "$PKG_CONFIG" != "false"; then
15047 { echo "$as_me:$LINENO: checking for pulseaudio >= 0.9.8" >&5
15048 echo $ECHO_N "checking for pulseaudio >= 0.9.8... $ECHO_C" >&6; }
15049 if "$PKG_CONFIG" --atleast-version=0.9.8 libpulse; then
15050 have_pulseaudio="yes"
15051 else
15052 have_pulseaudio="no"
15054 { echo "$as_me:$LINENO: result: $have_pulseaudio" >&5
15055 echo "${ECHO_T}$have_pulseaudio" >&6; }
15056 if test x"$have_pulseaudio" = xyes; then
15057 if "$PKG_CONFIG" --atleast-version=0.9.11 libpulse; then
15059 cat >>confdefs.h <<\_ACEOF
15060 #define HAVE_PULSEAUDIO_0_9_11 1
15061 _ACEOF
15063 else
15065 cat >>confdefs.h <<\_ACEOF
15066 #define HAVE_PULSEAUDIO_0_9_11 0
15067 _ACEOF
15070 ac_pulse_libs=`$PKG_CONFIG --libs libpulse`
15072 cat >>confdefs.h <<\_ACEOF
15073 #define HAVE_PULSEAUDIO 1
15074 _ACEOF
15076 PULSELIBS="$ac_pulse_libs"
15082 ALSALIBS=""
15084 if test "$ac_cv_header_sys_asoundlib_h" = "yes" -o "$ac_cv_header_alsa_asoundlib_h" = "yes"
15085 then
15086 { echo "$as_me:$LINENO: checking for snd_pcm_hw_params_get_access in -lasound" >&5
15087 echo $ECHO_N "checking for snd_pcm_hw_params_get_access in -lasound... $ECHO_C" >&6; }
15088 if test "${ac_cv_lib_asound_snd_pcm_hw_params_get_access+set}" = set; then
15089 echo $ECHO_N "(cached) $ECHO_C" >&6
15090 else
15091 ac_check_lib_save_LIBS=$LIBS
15092 LIBS="-lasound $LIBS"
15093 cat >conftest.$ac_ext <<_ACEOF
15094 /* confdefs.h. */
15095 _ACEOF
15096 cat confdefs.h >>conftest.$ac_ext
15097 cat >>conftest.$ac_ext <<_ACEOF
15098 /* end confdefs.h. */
15100 /* Override any GCC internal prototype to avoid an error.
15101 Use char because int might match the return type of a GCC
15102 builtin and then its argument prototype would still apply. */
15103 #ifdef __cplusplus
15104 extern "C"
15105 #endif
15106 char snd_pcm_hw_params_get_access ();
15108 main ()
15110 return snd_pcm_hw_params_get_access ();
15112 return 0;
15114 _ACEOF
15115 rm -f conftest.$ac_objext conftest$ac_exeext
15116 if { (ac_try="$ac_link"
15117 case "(($ac_try" in
15118 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15119 *) ac_try_echo=$ac_try;;
15120 esac
15121 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15122 (eval "$ac_link") 2>conftest.er1
15123 ac_status=$?
15124 grep -v '^ *+' conftest.er1 >conftest.err
15125 rm -f conftest.er1
15126 cat conftest.err >&5
15127 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15128 (exit $ac_status); } && {
15129 test -z "$ac_c_werror_flag" ||
15130 test ! -s conftest.err
15131 } && test -s conftest$ac_exeext &&
15132 $as_test_x conftest$ac_exeext; then
15133 ac_cv_lib_asound_snd_pcm_hw_params_get_access=yes
15134 else
15135 echo "$as_me: failed program was:" >&5
15136 sed 's/^/| /' conftest.$ac_ext >&5
15138 ac_cv_lib_asound_snd_pcm_hw_params_get_access=no
15141 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15142 conftest$ac_exeext conftest.$ac_ext
15143 LIBS=$ac_check_lib_save_LIBS
15145 { echo "$as_me:$LINENO: result: $ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&5
15146 echo "${ECHO_T}$ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&6; }
15147 if test $ac_cv_lib_asound_snd_pcm_hw_params_get_access = yes; then
15148 cat >conftest.$ac_ext <<_ACEOF
15149 /* confdefs.h. */
15150 _ACEOF
15151 cat confdefs.h >>conftest.$ac_ext
15152 cat >>conftest.$ac_ext <<_ACEOF
15153 /* end confdefs.h. */
15154 #ifdef HAVE_ALSA_ASOUNDLIB_H
15155 #include <alsa/asoundlib.h>
15156 #elif defined(HAVE_SYS_ASOUNDLIB_H)
15157 #include <sys/asoundlib.h>
15158 #endif
15160 main ()
15162 int ret = snd_pcm_hw_params_get_access(NULL, NULL)
15164 return 0;
15166 _ACEOF
15167 rm -f conftest.$ac_objext
15168 if { (ac_try="$ac_compile"
15169 case "(($ac_try" in
15170 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15171 *) ac_try_echo=$ac_try;;
15172 esac
15173 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15174 (eval "$ac_compile") 2>conftest.er1
15175 ac_status=$?
15176 grep -v '^ *+' conftest.er1 >conftest.err
15177 rm -f conftest.er1
15178 cat conftest.err >&5
15179 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15180 (exit $ac_status); } && {
15181 test -z "$ac_c_werror_flag" ||
15182 test ! -s conftest.err
15183 } && test -s conftest.$ac_objext; then
15185 cat >>confdefs.h <<\_ACEOF
15186 #define HAVE_ALSA 1
15187 _ACEOF
15189 ALSALIBS="-lasound"
15190 else
15191 echo "$as_me: failed program was:" >&5
15192 sed 's/^/| /' conftest.$ac_ext >&5
15197 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15202 AUDIOIOLIBS=""
15204 if test "$ac_cv_header_libaudioio_h" = "yes"
15205 then
15206 { echo "$as_me:$LINENO: checking for AudioIOGetVersion in -laudioio" >&5
15207 echo $ECHO_N "checking for AudioIOGetVersion in -laudioio... $ECHO_C" >&6; }
15208 if test "${ac_cv_lib_audioio_AudioIOGetVersion+set}" = set; then
15209 echo $ECHO_N "(cached) $ECHO_C" >&6
15210 else
15211 ac_check_lib_save_LIBS=$LIBS
15212 LIBS="-laudioio $LIBS"
15213 cat >conftest.$ac_ext <<_ACEOF
15214 /* confdefs.h. */
15215 _ACEOF
15216 cat confdefs.h >>conftest.$ac_ext
15217 cat >>conftest.$ac_ext <<_ACEOF
15218 /* end confdefs.h. */
15220 /* Override any GCC internal prototype to avoid an error.
15221 Use char because int might match the return type of a GCC
15222 builtin and then its argument prototype would still apply. */
15223 #ifdef __cplusplus
15224 extern "C"
15225 #endif
15226 char AudioIOGetVersion ();
15228 main ()
15230 return AudioIOGetVersion ();
15232 return 0;
15234 _ACEOF
15235 rm -f conftest.$ac_objext conftest$ac_exeext
15236 if { (ac_try="$ac_link"
15237 case "(($ac_try" in
15238 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15239 *) ac_try_echo=$ac_try;;
15240 esac
15241 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15242 (eval "$ac_link") 2>conftest.er1
15243 ac_status=$?
15244 grep -v '^ *+' conftest.er1 >conftest.err
15245 rm -f conftest.er1
15246 cat conftest.err >&5
15247 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15248 (exit $ac_status); } && {
15249 test -z "$ac_c_werror_flag" ||
15250 test ! -s conftest.err
15251 } && test -s conftest$ac_exeext &&
15252 $as_test_x conftest$ac_exeext; then
15253 ac_cv_lib_audioio_AudioIOGetVersion=yes
15254 else
15255 echo "$as_me: failed program was:" >&5
15256 sed 's/^/| /' conftest.$ac_ext >&5
15258 ac_cv_lib_audioio_AudioIOGetVersion=no
15261 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15262 conftest$ac_exeext conftest.$ac_ext
15263 LIBS=$ac_check_lib_save_LIBS
15265 { echo "$as_me:$LINENO: result: $ac_cv_lib_audioio_AudioIOGetVersion" >&5
15266 echo "${ECHO_T}$ac_cv_lib_audioio_AudioIOGetVersion" >&6; }
15267 if test $ac_cv_lib_audioio_AudioIOGetVersion = yes; then
15268 AUDIOIOLIBS="-laudioio"
15270 cat >>confdefs.h <<\_ACEOF
15271 #define HAVE_LIBAUDIOIO 1
15272 _ACEOF
15279 if test "$ac_cv_header_capi20_h" = "yes" -a "$ac_cv_header_linux_capi_h" = "yes"
15280 then
15281 { echo "$as_me:$LINENO: checking for -lcapi20" >&5
15282 echo $ECHO_N "checking for -lcapi20... $ECHO_C" >&6; }
15283 if test "${ac_cv_lib_soname_capi20+set}" = set; then
15284 echo $ECHO_N "(cached) $ECHO_C" >&6
15285 else
15286 ac_check_soname_save_LIBS=$LIBS
15287 LIBS="-lcapi20 $LIBS"
15288 cat >conftest.$ac_ext <<_ACEOF
15289 /* confdefs.h. */
15290 _ACEOF
15291 cat confdefs.h >>conftest.$ac_ext
15292 cat >>conftest.$ac_ext <<_ACEOF
15293 /* end confdefs.h. */
15295 /* Override any GCC internal prototype to avoid an error.
15296 Use char because int might match the return type of a GCC
15297 builtin and then its argument prototype would still apply. */
15298 #ifdef __cplusplus
15299 extern "C"
15300 #endif
15301 char capi20_register ();
15303 main ()
15305 return capi20_register ();
15307 return 0;
15309 _ACEOF
15310 rm -f conftest.$ac_objext conftest$ac_exeext
15311 if { (ac_try="$ac_link"
15312 case "(($ac_try" in
15313 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15314 *) ac_try_echo=$ac_try;;
15315 esac
15316 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15317 (eval "$ac_link") 2>conftest.er1
15318 ac_status=$?
15319 grep -v '^ *+' conftest.er1 >conftest.err
15320 rm -f conftest.er1
15321 cat conftest.err >&5
15322 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15323 (exit $ac_status); } && {
15324 test -z "$ac_c_werror_flag" ||
15325 test ! -s conftest.err
15326 } && test -s conftest$ac_exeext &&
15327 $as_test_x conftest$ac_exeext; then
15328 case "$LIBEXT" in
15329 dll) ;;
15330 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'` ;;
15331 *) ac_cv_lib_soname_capi20=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcapi20\\.$LIBEXT" | sed -e "s/^.*\(libcapi20\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15332 esac
15333 else
15334 echo "$as_me: failed program was:" >&5
15335 sed 's/^/| /' conftest.$ac_ext >&5
15340 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15341 conftest$ac_exeext conftest.$ac_ext
15342 LIBS=$ac_check_soname_save_LIBS
15344 if test "x$ac_cv_lib_soname_capi20" = "x"; then
15345 { echo "$as_me:$LINENO: result: not found" >&5
15346 echo "${ECHO_T}not found" >&6; }
15348 else
15349 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_capi20" >&5
15350 echo "${ECHO_T}$ac_cv_lib_soname_capi20" >&6; }
15352 cat >>confdefs.h <<_ACEOF
15353 #define SONAME_LIBCAPI20 "$ac_cv_lib_soname_capi20"
15354 _ACEOF
15360 if test "x$ac_cv_lib_soname_capi20" = "x"; then
15361 case "x$with_capi" in
15362 x) wine_notices="$wine_notices|libcapi20 ${notice_platform}development files not found, ISDN won't be supported." ;;
15363 xno) ;;
15364 *) { { echo "$as_me:$LINENO: error: libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
15365 This is an error since --with-capi was requested." >&5
15366 echo "$as_me: error: libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
15367 This is an error since --with-capi was requested." >&2;}
15368 { (exit 1); exit 1; }; } ;;
15369 esac
15373 CUPSINCL=""
15375 if test "x$with_cups" != "xno"
15376 then
15377 ac_save_CPPFLAGS="$CPPFLAGS"
15378 ac_cups_cflags=`cups-config --cflags 2>/dev/null`
15379 ac_cups_libs=`cups-config --ldflags 2>/dev/null`
15380 CPPFLAGS="$CPPFLAGS $ac_cups_cflags"
15382 for ac_header in cups/cups.h
15384 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
15385 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15386 { echo "$as_me:$LINENO: checking for $ac_header" >&5
15387 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
15388 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15389 echo $ECHO_N "(cached) $ECHO_C" >&6
15391 ac_res=`eval echo '${'$as_ac_Header'}'`
15392 { echo "$as_me:$LINENO: result: $ac_res" >&5
15393 echo "${ECHO_T}$ac_res" >&6; }
15394 else
15395 # Is the header compilable?
15396 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
15397 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
15398 cat >conftest.$ac_ext <<_ACEOF
15399 /* confdefs.h. */
15400 _ACEOF
15401 cat confdefs.h >>conftest.$ac_ext
15402 cat >>conftest.$ac_ext <<_ACEOF
15403 /* end confdefs.h. */
15404 $ac_includes_default
15405 #include <$ac_header>
15406 _ACEOF
15407 rm -f conftest.$ac_objext
15408 if { (ac_try="$ac_compile"
15409 case "(($ac_try" in
15410 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15411 *) ac_try_echo=$ac_try;;
15412 esac
15413 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15414 (eval "$ac_compile") 2>conftest.er1
15415 ac_status=$?
15416 grep -v '^ *+' conftest.er1 >conftest.err
15417 rm -f conftest.er1
15418 cat conftest.err >&5
15419 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15420 (exit $ac_status); } && {
15421 test -z "$ac_c_werror_flag" ||
15422 test ! -s conftest.err
15423 } && test -s conftest.$ac_objext; then
15424 ac_header_compiler=yes
15425 else
15426 echo "$as_me: failed program was:" >&5
15427 sed 's/^/| /' conftest.$ac_ext >&5
15429 ac_header_compiler=no
15432 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15433 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15434 echo "${ECHO_T}$ac_header_compiler" >&6; }
15436 # Is the header present?
15437 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
15438 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
15439 cat >conftest.$ac_ext <<_ACEOF
15440 /* confdefs.h. */
15441 _ACEOF
15442 cat confdefs.h >>conftest.$ac_ext
15443 cat >>conftest.$ac_ext <<_ACEOF
15444 /* end confdefs.h. */
15445 #include <$ac_header>
15446 _ACEOF
15447 if { (ac_try="$ac_cpp conftest.$ac_ext"
15448 case "(($ac_try" in
15449 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15450 *) ac_try_echo=$ac_try;;
15451 esac
15452 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15453 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
15454 ac_status=$?
15455 grep -v '^ *+' conftest.er1 >conftest.err
15456 rm -f conftest.er1
15457 cat conftest.err >&5
15458 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15459 (exit $ac_status); } >/dev/null && {
15460 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
15461 test ! -s conftest.err
15462 }; then
15463 ac_header_preproc=yes
15464 else
15465 echo "$as_me: failed program was:" >&5
15466 sed 's/^/| /' conftest.$ac_ext >&5
15468 ac_header_preproc=no
15471 rm -f conftest.err conftest.$ac_ext
15472 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15473 echo "${ECHO_T}$ac_header_preproc" >&6; }
15475 # So? What about this header?
15476 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15477 yes:no: )
15478 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
15479 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
15480 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
15481 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
15482 ac_header_preproc=yes
15484 no:yes:* )
15485 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
15486 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
15487 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
15488 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
15489 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
15490 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
15491 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
15492 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
15493 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
15494 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
15495 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
15496 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
15497 ( cat <<\_ASBOX
15498 ## ------------------------------------ ##
15499 ## Report this to wine-devel@winehq.org ##
15500 ## ------------------------------------ ##
15501 _ASBOX
15502 ) | sed "s/^/$as_me: WARNING: /" >&2
15504 esac
15505 { echo "$as_me:$LINENO: checking for $ac_header" >&5
15506 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
15507 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15508 echo $ECHO_N "(cached) $ECHO_C" >&6
15509 else
15510 eval "$as_ac_Header=\$ac_header_preproc"
15512 ac_res=`eval echo '${'$as_ac_Header'}'`
15513 { echo "$as_me:$LINENO: result: $ac_res" >&5
15514 echo "${ECHO_T}$ac_res" >&6; }
15517 if test `eval echo '${'$as_ac_Header'}'` = yes; then
15518 cat >>confdefs.h <<_ACEOF
15519 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
15520 _ACEOF
15521 { echo "$as_me:$LINENO: checking for -lcups" >&5
15522 echo $ECHO_N "checking for -lcups... $ECHO_C" >&6; }
15523 if test "${ac_cv_lib_soname_cups+set}" = set; then
15524 echo $ECHO_N "(cached) $ECHO_C" >&6
15525 else
15526 ac_check_soname_save_LIBS=$LIBS
15527 LIBS="-lcups $ac_cups_libs $LIBS"
15528 cat >conftest.$ac_ext <<_ACEOF
15529 /* confdefs.h. */
15530 _ACEOF
15531 cat confdefs.h >>conftest.$ac_ext
15532 cat >>conftest.$ac_ext <<_ACEOF
15533 /* end confdefs.h. */
15535 /* Override any GCC internal prototype to avoid an error.
15536 Use char because int might match the return type of a GCC
15537 builtin and then its argument prototype would still apply. */
15538 #ifdef __cplusplus
15539 extern "C"
15540 #endif
15541 char cupsGetDefault ();
15543 main ()
15545 return cupsGetDefault ();
15547 return 0;
15549 _ACEOF
15550 rm -f conftest.$ac_objext conftest$ac_exeext
15551 if { (ac_try="$ac_link"
15552 case "(($ac_try" in
15553 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15554 *) ac_try_echo=$ac_try;;
15555 esac
15556 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15557 (eval "$ac_link") 2>conftest.er1
15558 ac_status=$?
15559 grep -v '^ *+' conftest.er1 >conftest.err
15560 rm -f conftest.er1
15561 cat conftest.err >&5
15562 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15563 (exit $ac_status); } && {
15564 test -z "$ac_c_werror_flag" ||
15565 test ! -s conftest.err
15566 } && test -s conftest$ac_exeext &&
15567 $as_test_x conftest$ac_exeext; then
15568 case "$LIBEXT" in
15569 dll) ;;
15570 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'` ;;
15571 *) ac_cv_lib_soname_cups=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcups\\.$LIBEXT" | sed -e "s/^.*\(libcups\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15572 esac
15573 else
15574 echo "$as_me: failed program was:" >&5
15575 sed 's/^/| /' conftest.$ac_ext >&5
15580 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15581 conftest$ac_exeext conftest.$ac_ext
15582 LIBS=$ac_check_soname_save_LIBS
15584 if test "x$ac_cv_lib_soname_cups" = "x"; then
15585 { echo "$as_me:$LINENO: result: not found" >&5
15586 echo "${ECHO_T}not found" >&6; }
15588 else
15589 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_cups" >&5
15590 echo "${ECHO_T}$ac_cv_lib_soname_cups" >&6; }
15592 cat >>confdefs.h <<_ACEOF
15593 #define SONAME_LIBCUPS "$ac_cv_lib_soname_cups"
15594 _ACEOF
15596 CUPSINCL="$ac_cups_cflags"
15601 done
15603 CPPFLAGS="$ac_save_CPPFLAGS"
15605 if test "x$ac_cv_lib_soname_cups" = "x"; then
15606 case "x$with_cups" in
15607 x) wine_notices="$wine_notices|libcups ${notice_platform}development files not found, CUPS won't be supported." ;;
15608 xno) ;;
15609 *) { { echo "$as_me:$LINENO: error: libcups ${notice_platform}development files not found, CUPS won't be supported.
15610 This is an error since --with-cups was requested." >&5
15611 echo "$as_me: error: libcups ${notice_platform}development files not found, CUPS won't be supported.
15612 This is an error since --with-cups was requested." >&2;}
15613 { (exit 1); exit 1; }; } ;;
15614 esac
15618 if test "$ac_cv_header_jack_jack_h" = "yes"
15619 then
15620 { echo "$as_me:$LINENO: checking for -ljack" >&5
15621 echo $ECHO_N "checking for -ljack... $ECHO_C" >&6; }
15622 if test "${ac_cv_lib_soname_jack+set}" = set; then
15623 echo $ECHO_N "(cached) $ECHO_C" >&6
15624 else
15625 ac_check_soname_save_LIBS=$LIBS
15626 LIBS="-ljack $LIBS"
15627 cat >conftest.$ac_ext <<_ACEOF
15628 /* confdefs.h. */
15629 _ACEOF
15630 cat confdefs.h >>conftest.$ac_ext
15631 cat >>conftest.$ac_ext <<_ACEOF
15632 /* end confdefs.h. */
15634 /* Override any GCC internal prototype to avoid an error.
15635 Use char because int might match the return type of a GCC
15636 builtin and then its argument prototype would still apply. */
15637 #ifdef __cplusplus
15638 extern "C"
15639 #endif
15640 char jack_client_new ();
15642 main ()
15644 return jack_client_new ();
15646 return 0;
15648 _ACEOF
15649 rm -f conftest.$ac_objext conftest$ac_exeext
15650 if { (ac_try="$ac_link"
15651 case "(($ac_try" in
15652 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15653 *) ac_try_echo=$ac_try;;
15654 esac
15655 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15656 (eval "$ac_link") 2>conftest.er1
15657 ac_status=$?
15658 grep -v '^ *+' conftest.er1 >conftest.err
15659 rm -f conftest.er1
15660 cat conftest.err >&5
15661 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15662 (exit $ac_status); } && {
15663 test -z "$ac_c_werror_flag" ||
15664 test ! -s conftest.err
15665 } && test -s conftest$ac_exeext &&
15666 $as_test_x conftest$ac_exeext; then
15667 case "$LIBEXT" in
15668 dll) ;;
15669 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'` ;;
15670 *) 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'` ;;
15671 esac
15672 else
15673 echo "$as_me: failed program was:" >&5
15674 sed 's/^/| /' conftest.$ac_ext >&5
15679 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15680 conftest$ac_exeext conftest.$ac_ext
15681 LIBS=$ac_check_soname_save_LIBS
15683 if test "x$ac_cv_lib_soname_jack" = "x"; then
15684 { echo "$as_me:$LINENO: result: not found" >&5
15685 echo "${ECHO_T}not found" >&6; }
15687 else
15688 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jack" >&5
15689 echo "${ECHO_T}$ac_cv_lib_soname_jack" >&6; }
15691 cat >>confdefs.h <<_ACEOF
15692 #define SONAME_LIBJACK "$ac_cv_lib_soname_jack"
15693 _ACEOF
15700 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
15701 then
15702 { echo "$as_me:$LINENO: checking for -lfontconfig" >&5
15703 echo $ECHO_N "checking for -lfontconfig... $ECHO_C" >&6; }
15704 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then
15705 echo $ECHO_N "(cached) $ECHO_C" >&6
15706 else
15707 ac_check_soname_save_LIBS=$LIBS
15708 LIBS="-lfontconfig $LIBS"
15709 cat >conftest.$ac_ext <<_ACEOF
15710 /* confdefs.h. */
15711 _ACEOF
15712 cat confdefs.h >>conftest.$ac_ext
15713 cat >>conftest.$ac_ext <<_ACEOF
15714 /* end confdefs.h. */
15716 /* Override any GCC internal prototype to avoid an error.
15717 Use char because int might match the return type of a GCC
15718 builtin and then its argument prototype would still apply. */
15719 #ifdef __cplusplus
15720 extern "C"
15721 #endif
15722 char FcInit ();
15724 main ()
15726 return FcInit ();
15728 return 0;
15730 _ACEOF
15731 rm -f conftest.$ac_objext conftest$ac_exeext
15732 if { (ac_try="$ac_link"
15733 case "(($ac_try" in
15734 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15735 *) ac_try_echo=$ac_try;;
15736 esac
15737 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15738 (eval "$ac_link") 2>conftest.er1
15739 ac_status=$?
15740 grep -v '^ *+' conftest.er1 >conftest.err
15741 rm -f conftest.er1
15742 cat conftest.err >&5
15743 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15744 (exit $ac_status); } && {
15745 test -z "$ac_c_werror_flag" ||
15746 test ! -s conftest.err
15747 } && test -s conftest$ac_exeext &&
15748 $as_test_x conftest$ac_exeext; then
15749 case "$LIBEXT" in
15750 dll) ;;
15751 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'` ;;
15752 *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15753 esac
15754 else
15755 echo "$as_me: failed program was:" >&5
15756 sed 's/^/| /' conftest.$ac_ext >&5
15761 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15762 conftest$ac_exeext conftest.$ac_ext
15763 LIBS=$ac_check_soname_save_LIBS
15765 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
15766 { echo "$as_me:$LINENO: result: not found" >&5
15767 echo "${ECHO_T}not found" >&6; }
15769 else
15770 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_fontconfig" >&5
15771 echo "${ECHO_T}$ac_cv_lib_soname_fontconfig" >&6; }
15773 cat >>confdefs.h <<_ACEOF
15774 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
15775 _ACEOF
15780 elif test -n "$X_CFLAGS" -a "x$with_fontconfig" != "xno"
15781 then
15782 ac_save_CPPFLAGS="$CPPFLAGS"
15783 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
15784 $as_unset ac_cv_header_fontconfig_fontconfig_h
15786 for ac_header in fontconfig/fontconfig.h
15788 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
15789 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15790 { echo "$as_me:$LINENO: checking for $ac_header" >&5
15791 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
15792 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15793 echo $ECHO_N "(cached) $ECHO_C" >&6
15795 ac_res=`eval echo '${'$as_ac_Header'}'`
15796 { echo "$as_me:$LINENO: result: $ac_res" >&5
15797 echo "${ECHO_T}$ac_res" >&6; }
15798 else
15799 # Is the header compilable?
15800 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
15801 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
15802 cat >conftest.$ac_ext <<_ACEOF
15803 /* confdefs.h. */
15804 _ACEOF
15805 cat confdefs.h >>conftest.$ac_ext
15806 cat >>conftest.$ac_ext <<_ACEOF
15807 /* end confdefs.h. */
15808 $ac_includes_default
15809 #include <$ac_header>
15810 _ACEOF
15811 rm -f conftest.$ac_objext
15812 if { (ac_try="$ac_compile"
15813 case "(($ac_try" in
15814 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15815 *) ac_try_echo=$ac_try;;
15816 esac
15817 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15818 (eval "$ac_compile") 2>conftest.er1
15819 ac_status=$?
15820 grep -v '^ *+' conftest.er1 >conftest.err
15821 rm -f conftest.er1
15822 cat conftest.err >&5
15823 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15824 (exit $ac_status); } && {
15825 test -z "$ac_c_werror_flag" ||
15826 test ! -s conftest.err
15827 } && test -s conftest.$ac_objext; then
15828 ac_header_compiler=yes
15829 else
15830 echo "$as_me: failed program was:" >&5
15831 sed 's/^/| /' conftest.$ac_ext >&5
15833 ac_header_compiler=no
15836 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15837 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15838 echo "${ECHO_T}$ac_header_compiler" >&6; }
15840 # Is the header present?
15841 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
15842 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
15843 cat >conftest.$ac_ext <<_ACEOF
15844 /* confdefs.h. */
15845 _ACEOF
15846 cat confdefs.h >>conftest.$ac_ext
15847 cat >>conftest.$ac_ext <<_ACEOF
15848 /* end confdefs.h. */
15849 #include <$ac_header>
15850 _ACEOF
15851 if { (ac_try="$ac_cpp conftest.$ac_ext"
15852 case "(($ac_try" in
15853 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15854 *) ac_try_echo=$ac_try;;
15855 esac
15856 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15857 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
15858 ac_status=$?
15859 grep -v '^ *+' conftest.er1 >conftest.err
15860 rm -f conftest.er1
15861 cat conftest.err >&5
15862 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15863 (exit $ac_status); } >/dev/null && {
15864 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
15865 test ! -s conftest.err
15866 }; then
15867 ac_header_preproc=yes
15868 else
15869 echo "$as_me: failed program was:" >&5
15870 sed 's/^/| /' conftest.$ac_ext >&5
15872 ac_header_preproc=no
15875 rm -f conftest.err conftest.$ac_ext
15876 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15877 echo "${ECHO_T}$ac_header_preproc" >&6; }
15879 # So? What about this header?
15880 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15881 yes:no: )
15882 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
15883 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
15884 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
15885 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
15886 ac_header_preproc=yes
15888 no:yes:* )
15889 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
15890 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
15891 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
15892 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
15893 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
15894 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
15895 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
15896 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
15897 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
15898 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
15899 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
15900 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
15901 ( cat <<\_ASBOX
15902 ## ------------------------------------ ##
15903 ## Report this to wine-devel@winehq.org ##
15904 ## ------------------------------------ ##
15905 _ASBOX
15906 ) | sed "s/^/$as_me: WARNING: /" >&2
15908 esac
15909 { echo "$as_me:$LINENO: checking for $ac_header" >&5
15910 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
15911 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15912 echo $ECHO_N "(cached) $ECHO_C" >&6
15913 else
15914 eval "$as_ac_Header=\$ac_header_preproc"
15916 ac_res=`eval echo '${'$as_ac_Header'}'`
15917 { echo "$as_me:$LINENO: result: $ac_res" >&5
15918 echo "${ECHO_T}$ac_res" >&6; }
15921 if test `eval echo '${'$as_ac_Header'}'` = yes; then
15922 cat >>confdefs.h <<_ACEOF
15923 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
15924 _ACEOF
15928 done
15930 CPPFLAGS="$ac_save_CPPFLAGS"
15931 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
15932 then
15933 FONTCONFIGINCL="$X_CFLAGS"
15935 { echo "$as_me:$LINENO: checking for -lfontconfig" >&5
15936 echo $ECHO_N "checking for -lfontconfig... $ECHO_C" >&6; }
15937 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then
15938 echo $ECHO_N "(cached) $ECHO_C" >&6
15939 else
15940 ac_check_soname_save_LIBS=$LIBS
15941 LIBS="-lfontconfig $X_LIBS $LIBS"
15942 cat >conftest.$ac_ext <<_ACEOF
15943 /* confdefs.h. */
15944 _ACEOF
15945 cat confdefs.h >>conftest.$ac_ext
15946 cat >>conftest.$ac_ext <<_ACEOF
15947 /* end confdefs.h. */
15949 /* Override any GCC internal prototype to avoid an error.
15950 Use char because int might match the return type of a GCC
15951 builtin and then its argument prototype would still apply. */
15952 #ifdef __cplusplus
15953 extern "C"
15954 #endif
15955 char FcInit ();
15957 main ()
15959 return FcInit ();
15961 return 0;
15963 _ACEOF
15964 rm -f conftest.$ac_objext conftest$ac_exeext
15965 if { (ac_try="$ac_link"
15966 case "(($ac_try" in
15967 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15968 *) ac_try_echo=$ac_try;;
15969 esac
15970 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15971 (eval "$ac_link") 2>conftest.er1
15972 ac_status=$?
15973 grep -v '^ *+' conftest.er1 >conftest.err
15974 rm -f conftest.er1
15975 cat conftest.err >&5
15976 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15977 (exit $ac_status); } && {
15978 test -z "$ac_c_werror_flag" ||
15979 test ! -s conftest.err
15980 } && test -s conftest$ac_exeext &&
15981 $as_test_x conftest$ac_exeext; then
15982 case "$LIBEXT" in
15983 dll) ;;
15984 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'` ;;
15985 *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15986 esac
15987 else
15988 echo "$as_me: failed program was:" >&5
15989 sed 's/^/| /' conftest.$ac_ext >&5
15994 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15995 conftest$ac_exeext conftest.$ac_ext
15996 LIBS=$ac_check_soname_save_LIBS
15998 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
15999 { echo "$as_me:$LINENO: result: not found" >&5
16000 echo "${ECHO_T}not found" >&6; }
16002 else
16003 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_fontconfig" >&5
16004 echo "${ECHO_T}$ac_cv_lib_soname_fontconfig" >&6; }
16006 cat >>confdefs.h <<_ACEOF
16007 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
16008 _ACEOF
16015 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
16016 case "x$with_fontconfig" in
16017 x) wine_notices="$wine_notices|fontconfig ${notice_platform}development files not found, fontconfig won't be supported." ;;
16018 xno) ;;
16019 *) { { echo "$as_me:$LINENO: error: fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
16020 This is an error since --with-fontconfig was requested." >&5
16021 echo "$as_me: error: fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
16022 This is an error since --with-fontconfig was requested." >&2;}
16023 { (exit 1); exit 1; }; } ;;
16024 esac
16028 if test "$ac_cv_header_openssl_err_h" = "yes" -a "$ac_cv_header_openssl_ssl_h" = "yes"
16029 then
16030 { echo "$as_me:$LINENO: checking for -lssl" >&5
16031 echo $ECHO_N "checking for -lssl... $ECHO_C" >&6; }
16032 if test "${ac_cv_lib_soname_ssl+set}" = set; then
16033 echo $ECHO_N "(cached) $ECHO_C" >&6
16034 else
16035 ac_check_soname_save_LIBS=$LIBS
16036 LIBS="-lssl $LIBS"
16037 cat >conftest.$ac_ext <<_ACEOF
16038 /* confdefs.h. */
16039 _ACEOF
16040 cat confdefs.h >>conftest.$ac_ext
16041 cat >>conftest.$ac_ext <<_ACEOF
16042 /* end confdefs.h. */
16044 /* Override any GCC internal prototype to avoid an error.
16045 Use char because int might match the return type of a GCC
16046 builtin and then its argument prototype would still apply. */
16047 #ifdef __cplusplus
16048 extern "C"
16049 #endif
16050 char SSL_library_init ();
16052 main ()
16054 return SSL_library_init ();
16056 return 0;
16058 _ACEOF
16059 rm -f conftest.$ac_objext conftest$ac_exeext
16060 if { (ac_try="$ac_link"
16061 case "(($ac_try" in
16062 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16063 *) ac_try_echo=$ac_try;;
16064 esac
16065 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16066 (eval "$ac_link") 2>conftest.er1
16067 ac_status=$?
16068 grep -v '^ *+' conftest.er1 >conftest.err
16069 rm -f conftest.er1
16070 cat conftest.err >&5
16071 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16072 (exit $ac_status); } && {
16073 test -z "$ac_c_werror_flag" ||
16074 test ! -s conftest.err
16075 } && test -s conftest$ac_exeext &&
16076 $as_test_x conftest$ac_exeext; then
16077 case "$LIBEXT" in
16078 dll) ;;
16079 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'` ;;
16080 *) ac_cv_lib_soname_ssl=`$ac_cv_path_LDD conftest$ac_exeext | grep "libssl\\.$LIBEXT" | sed -e "s/^.*\(libssl\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16081 esac
16082 else
16083 echo "$as_me: failed program was:" >&5
16084 sed 's/^/| /' conftest.$ac_ext >&5
16089 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16090 conftest$ac_exeext conftest.$ac_ext
16091 LIBS=$ac_check_soname_save_LIBS
16093 if test "x$ac_cv_lib_soname_ssl" = "x"; then
16094 { echo "$as_me:$LINENO: result: not found" >&5
16095 echo "${ECHO_T}not found" >&6; }
16097 else
16098 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ssl" >&5
16099 echo "${ECHO_T}$ac_cv_lib_soname_ssl" >&6; }
16101 cat >>confdefs.h <<_ACEOF
16102 #define SONAME_LIBSSL "$ac_cv_lib_soname_ssl"
16103 _ACEOF
16108 { echo "$as_me:$LINENO: checking for -lcrypto" >&5
16109 echo $ECHO_N "checking for -lcrypto... $ECHO_C" >&6; }
16110 if test "${ac_cv_lib_soname_crypto+set}" = set; then
16111 echo $ECHO_N "(cached) $ECHO_C" >&6
16112 else
16113 ac_check_soname_save_LIBS=$LIBS
16114 LIBS="-lcrypto $LIBS"
16115 cat >conftest.$ac_ext <<_ACEOF
16116 /* confdefs.h. */
16117 _ACEOF
16118 cat confdefs.h >>conftest.$ac_ext
16119 cat >>conftest.$ac_ext <<_ACEOF
16120 /* end confdefs.h. */
16122 /* Override any GCC internal prototype to avoid an error.
16123 Use char because int might match the return type of a GCC
16124 builtin and then its argument prototype would still apply. */
16125 #ifdef __cplusplus
16126 extern "C"
16127 #endif
16128 char BIO_new_socket ();
16130 main ()
16132 return BIO_new_socket ();
16134 return 0;
16136 _ACEOF
16137 rm -f conftest.$ac_objext conftest$ac_exeext
16138 if { (ac_try="$ac_link"
16139 case "(($ac_try" in
16140 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16141 *) ac_try_echo=$ac_try;;
16142 esac
16143 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16144 (eval "$ac_link") 2>conftest.er1
16145 ac_status=$?
16146 grep -v '^ *+' conftest.er1 >conftest.err
16147 rm -f conftest.er1
16148 cat conftest.err >&5
16149 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16150 (exit $ac_status); } && {
16151 test -z "$ac_c_werror_flag" ||
16152 test ! -s conftest.err
16153 } && test -s conftest$ac_exeext &&
16154 $as_test_x conftest$ac_exeext; then
16155 case "$LIBEXT" in
16156 dll) ;;
16157 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'` ;;
16158 *) ac_cv_lib_soname_crypto=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcrypto\\.$LIBEXT" | sed -e "s/^.*\(libcrypto\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16159 esac
16160 else
16161 echo "$as_me: failed program was:" >&5
16162 sed 's/^/| /' conftest.$ac_ext >&5
16167 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16168 conftest$ac_exeext conftest.$ac_ext
16169 LIBS=$ac_check_soname_save_LIBS
16171 if test "x$ac_cv_lib_soname_crypto" = "x"; then
16172 { echo "$as_me:$LINENO: result: not found" >&5
16173 echo "${ECHO_T}not found" >&6; }
16175 else
16176 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_crypto" >&5
16177 echo "${ECHO_T}$ac_cv_lib_soname_crypto" >&6; }
16179 cat >>confdefs.h <<_ACEOF
16180 #define SONAME_LIBCRYPTO "$ac_cv_lib_soname_crypto"
16181 _ACEOF
16187 if test "x$ac_cv_lib_soname_ssl" = "x" -o "x$ac_cv_lib_soname_crypto" = "x"; then
16188 case "x$with_openssl" in
16189 x) wine_warnings="$wine_warnings|OpenSSL ${notice_platform}development files not found, SSL won't be supported." ;;
16190 xno) ;;
16191 *) { { echo "$as_me:$LINENO: error: OpenSSL ${notice_platform}development files not found, SSL won't be supported.
16192 This is an error since --with-openssl was requested." >&5
16193 echo "$as_me: error: OpenSSL ${notice_platform}development files not found, SSL won't be supported.
16194 This is an error since --with-openssl was requested." >&2;}
16195 { (exit 1); exit 1; }; } ;;
16196 esac
16200 if test "$ac_cv_header_jpeglib_h" = "yes"
16201 then
16202 { echo "$as_me:$LINENO: checking for -ljpeg" >&5
16203 echo $ECHO_N "checking for -ljpeg... $ECHO_C" >&6; }
16204 if test "${ac_cv_lib_soname_jpeg+set}" = set; then
16205 echo $ECHO_N "(cached) $ECHO_C" >&6
16206 else
16207 ac_check_soname_save_LIBS=$LIBS
16208 LIBS="-ljpeg $LIBS"
16209 cat >conftest.$ac_ext <<_ACEOF
16210 /* confdefs.h. */
16211 _ACEOF
16212 cat confdefs.h >>conftest.$ac_ext
16213 cat >>conftest.$ac_ext <<_ACEOF
16214 /* end confdefs.h. */
16216 /* Override any GCC internal prototype to avoid an error.
16217 Use char because int might match the return type of a GCC
16218 builtin and then its argument prototype would still apply. */
16219 #ifdef __cplusplus
16220 extern "C"
16221 #endif
16222 char jpeg_start_decompress ();
16224 main ()
16226 return jpeg_start_decompress ();
16228 return 0;
16230 _ACEOF
16231 rm -f conftest.$ac_objext conftest$ac_exeext
16232 if { (ac_try="$ac_link"
16233 case "(($ac_try" in
16234 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16235 *) ac_try_echo=$ac_try;;
16236 esac
16237 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16238 (eval "$ac_link") 2>conftest.er1
16239 ac_status=$?
16240 grep -v '^ *+' conftest.er1 >conftest.err
16241 rm -f conftest.er1
16242 cat conftest.err >&5
16243 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16244 (exit $ac_status); } && {
16245 test -z "$ac_c_werror_flag" ||
16246 test ! -s conftest.err
16247 } && test -s conftest$ac_exeext &&
16248 $as_test_x conftest$ac_exeext; then
16249 case "$LIBEXT" in
16250 dll) ;;
16251 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'` ;;
16252 *) ac_cv_lib_soname_jpeg=`$ac_cv_path_LDD conftest$ac_exeext | grep "libjpeg\\.$LIBEXT" | sed -e "s/^.*\(libjpeg\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16253 esac
16254 else
16255 echo "$as_me: failed program was:" >&5
16256 sed 's/^/| /' conftest.$ac_ext >&5
16261 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16262 conftest$ac_exeext conftest.$ac_ext
16263 LIBS=$ac_check_soname_save_LIBS
16265 if test "x$ac_cv_lib_soname_jpeg" = "x"; then
16266 { echo "$as_me:$LINENO: result: not found" >&5
16267 echo "${ECHO_T}not found" >&6; }
16269 else
16270 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jpeg" >&5
16271 echo "${ECHO_T}$ac_cv_lib_soname_jpeg" >&6; }
16273 cat >>confdefs.h <<_ACEOF
16274 #define SONAME_LIBJPEG "$ac_cv_lib_soname_jpeg"
16275 _ACEOF
16281 if test "x$ac_cv_lib_soname_jpeg" = "x"; then
16282 case "x$with_jpeg" in
16283 x) wine_warnings="$wine_warnings|libjpeg ${notice_platform}development files not found, JPEG won't be supported." ;;
16284 xno) ;;
16285 *) { { echo "$as_me:$LINENO: error: libjpeg ${notice_platform}development files not found, JPEG won't be supported.
16286 This is an error since --with-jpeg was requested." >&5
16287 echo "$as_me: error: libjpeg ${notice_platform}development files not found, JPEG won't be supported.
16288 This is an error since --with-jpeg was requested." >&2;}
16289 { (exit 1); exit 1; }; } ;;
16290 esac
16294 if test "$ac_cv_header_png_h" = "yes"
16295 then
16296 { echo "$as_me:$LINENO: checking for -lpng" >&5
16297 echo $ECHO_N "checking for -lpng... $ECHO_C" >&6; }
16298 if test "${ac_cv_lib_soname_png+set}" = set; then
16299 echo $ECHO_N "(cached) $ECHO_C" >&6
16300 else
16301 ac_check_soname_save_LIBS=$LIBS
16302 LIBS="-lpng -lm $LIBS"
16303 cat >conftest.$ac_ext <<_ACEOF
16304 /* confdefs.h. */
16305 _ACEOF
16306 cat confdefs.h >>conftest.$ac_ext
16307 cat >>conftest.$ac_ext <<_ACEOF
16308 /* end confdefs.h. */
16310 /* Override any GCC internal prototype to avoid an error.
16311 Use char because int might match the return type of a GCC
16312 builtin and then its argument prototype would still apply. */
16313 #ifdef __cplusplus
16314 extern "C"
16315 #endif
16316 char png_create_read_struct ();
16318 main ()
16320 return png_create_read_struct ();
16322 return 0;
16324 _ACEOF
16325 rm -f conftest.$ac_objext conftest$ac_exeext
16326 if { (ac_try="$ac_link"
16327 case "(($ac_try" in
16328 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16329 *) ac_try_echo=$ac_try;;
16330 esac
16331 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16332 (eval "$ac_link") 2>conftest.er1
16333 ac_status=$?
16334 grep -v '^ *+' conftest.er1 >conftest.err
16335 rm -f conftest.er1
16336 cat conftest.err >&5
16337 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16338 (exit $ac_status); } && {
16339 test -z "$ac_c_werror_flag" ||
16340 test ! -s conftest.err
16341 } && test -s conftest$ac_exeext &&
16342 $as_test_x conftest$ac_exeext; then
16343 case "$LIBEXT" in
16344 dll) ;;
16345 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'` ;;
16346 *) 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'` ;;
16347 esac
16348 else
16349 echo "$as_me: failed program was:" >&5
16350 sed 's/^/| /' conftest.$ac_ext >&5
16355 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16356 conftest$ac_exeext conftest.$ac_ext
16357 LIBS=$ac_check_soname_save_LIBS
16359 if test "x$ac_cv_lib_soname_png" = "x"; then
16360 { echo "$as_me:$LINENO: result: not found" >&5
16361 echo "${ECHO_T}not found" >&6; }
16363 else
16364 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_png" >&5
16365 echo "${ECHO_T}$ac_cv_lib_soname_png" >&6; }
16367 cat >>confdefs.h <<_ACEOF
16368 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
16369 _ACEOF
16375 if test "x$ac_cv_lib_soname_png" = "x"; then
16376 case "x$with_png" in
16377 x) wine_warnings="$wine_warnings|libpng ${notice_platform}development files not found, PNG won't be supported." ;;
16378 xno) ;;
16379 *) { { echo "$as_me:$LINENO: error: libpng ${notice_platform}development files not found, PNG won't be supported.
16380 This is an error since --with-png was requested." >&5
16381 echo "$as_me: error: libpng ${notice_platform}development files not found, PNG won't be supported.
16382 This is an error since --with-png was requested." >&2;}
16383 { (exit 1); exit 1; }; } ;;
16384 esac
16388 { echo "$as_me:$LINENO: checking for -lodbc" >&5
16389 echo $ECHO_N "checking for -lodbc... $ECHO_C" >&6; }
16390 if test "${ac_cv_lib_soname_odbc+set}" = set; then
16391 echo $ECHO_N "(cached) $ECHO_C" >&6
16392 else
16393 ac_check_soname_save_LIBS=$LIBS
16394 LIBS="-lodbc $LIBS"
16395 cat >conftest.$ac_ext <<_ACEOF
16396 /* confdefs.h. */
16397 _ACEOF
16398 cat confdefs.h >>conftest.$ac_ext
16399 cat >>conftest.$ac_ext <<_ACEOF
16400 /* end confdefs.h. */
16402 /* Override any GCC internal prototype to avoid an error.
16403 Use char because int might match the return type of a GCC
16404 builtin and then its argument prototype would still apply. */
16405 #ifdef __cplusplus
16406 extern "C"
16407 #endif
16408 char SQLConnect ();
16410 main ()
16412 return SQLConnect ();
16414 return 0;
16416 _ACEOF
16417 rm -f conftest.$ac_objext conftest$ac_exeext
16418 if { (ac_try="$ac_link"
16419 case "(($ac_try" in
16420 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16421 *) ac_try_echo=$ac_try;;
16422 esac
16423 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16424 (eval "$ac_link") 2>conftest.er1
16425 ac_status=$?
16426 grep -v '^ *+' conftest.er1 >conftest.err
16427 rm -f conftest.er1
16428 cat conftest.err >&5
16429 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16430 (exit $ac_status); } && {
16431 test -z "$ac_c_werror_flag" ||
16432 test ! -s conftest.err
16433 } && test -s conftest$ac_exeext &&
16434 $as_test_x conftest$ac_exeext; then
16435 case "$LIBEXT" in
16436 dll) ;;
16437 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'` ;;
16438 *) ac_cv_lib_soname_odbc=`$ac_cv_path_LDD conftest$ac_exeext | grep "libodbc\\.$LIBEXT" | sed -e "s/^.*\(libodbc\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16439 esac
16440 else
16441 echo "$as_me: failed program was:" >&5
16442 sed 's/^/| /' conftest.$ac_ext >&5
16447 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16448 conftest$ac_exeext conftest.$ac_ext
16449 LIBS=$ac_check_soname_save_LIBS
16451 if test "x$ac_cv_lib_soname_odbc" = "x"; then
16452 { echo "$as_me:$LINENO: result: not found" >&5
16453 echo "${ECHO_T}not found" >&6; }
16454 cat >>confdefs.h <<_ACEOF
16455 #define SONAME_LIBODBC "libodbc.$LIBEXT"
16456 _ACEOF
16458 else
16459 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_odbc" >&5
16460 echo "${ECHO_T}$ac_cv_lib_soname_odbc" >&6; }
16462 cat >>confdefs.h <<_ACEOF
16463 #define SONAME_LIBODBC "$ac_cv_lib_soname_odbc"
16464 _ACEOF
16470 if test "x$ALSALIBS$AUDIOIOLIBS$COREAUDIO$NASLIBS$ESDLIBS$PULSELIBS$ac_cv_lib_soname_jack" = "x" -a \
16471 "$ac_cv_header_sys_soundcard_h" != "yes" -a \
16472 "$ac_cv_header_machine_soundcard_h" != "yes" -a \
16473 "$ac_cv_header_soundcard_h" != "yes" -a \
16474 "x$with_alsa$with_audioio$with_coreaudio$with_nas$with_esd$with_jack$with_oss" != xnonononononono
16475 then
16476 wine_warnings="$wine_warnings|No sound system was found. Windows applications will be silent."
16480 EXTRACFLAGS=""
16482 if test "x${GCC}" = "xyes"
16483 then
16484 EXTRACFLAGS="-Wall -pipe"
16486 { echo "$as_me:$LINENO: checking for gcc strength-reduce bug" >&5
16487 echo $ECHO_N "checking for gcc strength-reduce bug... $ECHO_C" >&6; }
16488 if test "${ac_cv_c_gcc_strength_bug+set}" = set; then
16489 echo $ECHO_N "(cached) $ECHO_C" >&6
16490 else
16491 if test "$cross_compiling" = yes; then
16492 ac_cv_c_gcc_strength_bug="yes"
16493 else
16494 cat >conftest.$ac_ext <<_ACEOF
16495 /* confdefs.h. */
16496 _ACEOF
16497 cat confdefs.h >>conftest.$ac_ext
16498 cat >>conftest.$ac_ext <<_ACEOF
16499 /* end confdefs.h. */
16500 int L[4] = {0,1,2,3};
16502 main ()
16504 static int Array[3];
16505 unsigned int B = 3;
16506 int i;
16507 for(i=0; i<B; i++) Array[i] = i - 3;
16508 for(i=0; i<4 - 1; i++) L[i] = L[i + 1];
16509 L[i] = 4;
16510 exit( Array[1] != -2 || L[2] != 3)
16512 return 0;
16514 _ACEOF
16515 rm -f conftest$ac_exeext
16516 if { (ac_try="$ac_link"
16517 case "(($ac_try" in
16518 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16519 *) ac_try_echo=$ac_try;;
16520 esac
16521 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16522 (eval "$ac_link") 2>&5
16523 ac_status=$?
16524 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16525 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
16526 { (case "(($ac_try" in
16527 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16528 *) ac_try_echo=$ac_try;;
16529 esac
16530 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16531 (eval "$ac_try") 2>&5
16532 ac_status=$?
16533 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16534 (exit $ac_status); }; }; then
16535 ac_cv_c_gcc_strength_bug="no"
16536 else
16537 echo "$as_me: program exited with status $ac_status" >&5
16538 echo "$as_me: failed program was:" >&5
16539 sed 's/^/| /' conftest.$ac_ext >&5
16541 ( exit $ac_status )
16542 ac_cv_c_gcc_strength_bug="yes"
16544 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
16549 { echo "$as_me:$LINENO: result: $ac_cv_c_gcc_strength_bug" >&5
16550 echo "${ECHO_T}$ac_cv_c_gcc_strength_bug" >&6; }
16551 if test "$ac_cv_c_gcc_strength_bug" = "yes"
16552 then
16553 EXTRACFLAGS="$EXTRACFLAGS -fno-strength-reduce"
16557 { echo "$as_me:$LINENO: checking whether the compiler supports -fshort-wchar" >&5
16558 echo $ECHO_N "checking whether the compiler supports -fshort-wchar... $ECHO_C" >&6; }
16559 if test "${ac_cv_cflags__fshort_wchar+set}" = set; then
16560 echo $ECHO_N "(cached) $ECHO_C" >&6
16561 else
16562 ac_wine_try_cflags_saved=$CFLAGS
16563 CFLAGS="$CFLAGS -fshort-wchar"
16564 cat >conftest.$ac_ext <<_ACEOF
16565 /* confdefs.h. */
16566 _ACEOF
16567 cat confdefs.h >>conftest.$ac_ext
16568 cat >>conftest.$ac_ext <<_ACEOF
16569 /* end confdefs.h. */
16572 main ()
16576 return 0;
16578 _ACEOF
16579 rm -f conftest.$ac_objext conftest$ac_exeext
16580 if { (ac_try="$ac_link"
16581 case "(($ac_try" in
16582 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16583 *) ac_try_echo=$ac_try;;
16584 esac
16585 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16586 (eval "$ac_link") 2>conftest.er1
16587 ac_status=$?
16588 grep -v '^ *+' conftest.er1 >conftest.err
16589 rm -f conftest.er1
16590 cat conftest.err >&5
16591 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16592 (exit $ac_status); } && {
16593 test -z "$ac_c_werror_flag" ||
16594 test ! -s conftest.err
16595 } && test -s conftest$ac_exeext &&
16596 $as_test_x conftest$ac_exeext; then
16597 ac_cv_cflags__fshort_wchar=yes
16598 else
16599 echo "$as_me: failed program was:" >&5
16600 sed 's/^/| /' conftest.$ac_ext >&5
16602 ac_cv_cflags__fshort_wchar=no
16605 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16606 conftest$ac_exeext conftest.$ac_ext
16607 CFLAGS=$ac_wine_try_cflags_saved
16609 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fshort_wchar" >&5
16610 echo "${ECHO_T}$ac_cv_cflags__fshort_wchar" >&6; }
16611 if test $ac_cv_cflags__fshort_wchar = yes; then
16613 cat >>confdefs.h <<\_ACEOF
16614 #define CC_FLAG_SHORT_WCHAR "-fshort-wchar"
16615 _ACEOF
16619 { echo "$as_me:$LINENO: checking whether the compiler supports -fno-builtin" >&5
16620 echo $ECHO_N "checking whether the compiler supports -fno-builtin... $ECHO_C" >&6; }
16621 if test "${ac_cv_cflags__fno_builtin+set}" = set; then
16622 echo $ECHO_N "(cached) $ECHO_C" >&6
16623 else
16624 ac_wine_try_cflags_saved=$CFLAGS
16625 CFLAGS="$CFLAGS -fno-builtin"
16626 cat >conftest.$ac_ext <<_ACEOF
16627 /* confdefs.h. */
16628 _ACEOF
16629 cat confdefs.h >>conftest.$ac_ext
16630 cat >>conftest.$ac_ext <<_ACEOF
16631 /* end confdefs.h. */
16634 main ()
16638 return 0;
16640 _ACEOF
16641 rm -f conftest.$ac_objext conftest$ac_exeext
16642 if { (ac_try="$ac_link"
16643 case "(($ac_try" in
16644 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16645 *) ac_try_echo=$ac_try;;
16646 esac
16647 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16648 (eval "$ac_link") 2>conftest.er1
16649 ac_status=$?
16650 grep -v '^ *+' conftest.er1 >conftest.err
16651 rm -f conftest.er1
16652 cat conftest.err >&5
16653 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16654 (exit $ac_status); } && {
16655 test -z "$ac_c_werror_flag" ||
16656 test ! -s conftest.err
16657 } && test -s conftest$ac_exeext &&
16658 $as_test_x conftest$ac_exeext; then
16659 ac_cv_cflags__fno_builtin=yes
16660 else
16661 echo "$as_me: failed program was:" >&5
16662 sed 's/^/| /' conftest.$ac_ext >&5
16664 ac_cv_cflags__fno_builtin=no
16667 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16668 conftest$ac_exeext conftest.$ac_ext
16669 CFLAGS=$ac_wine_try_cflags_saved
16671 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fno_builtin" >&5
16672 echo "${ECHO_T}$ac_cv_cflags__fno_builtin" >&6; }
16673 if test $ac_cv_cflags__fno_builtin = yes; then
16674 BUILTINFLAG="-fno-builtin"
16678 { echo "$as_me:$LINENO: checking whether the compiler supports -fno-strict-aliasing" >&5
16679 echo $ECHO_N "checking whether the compiler supports -fno-strict-aliasing... $ECHO_C" >&6; }
16680 if test "${ac_cv_cflags__fno_strict_aliasing+set}" = set; then
16681 echo $ECHO_N "(cached) $ECHO_C" >&6
16682 else
16683 ac_wine_try_cflags_saved=$CFLAGS
16684 CFLAGS="$CFLAGS -fno-strict-aliasing"
16685 cat >conftest.$ac_ext <<_ACEOF
16686 /* confdefs.h. */
16687 _ACEOF
16688 cat confdefs.h >>conftest.$ac_ext
16689 cat >>conftest.$ac_ext <<_ACEOF
16690 /* end confdefs.h. */
16693 main ()
16697 return 0;
16699 _ACEOF
16700 rm -f conftest.$ac_objext conftest$ac_exeext
16701 if { (ac_try="$ac_link"
16702 case "(($ac_try" in
16703 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16704 *) ac_try_echo=$ac_try;;
16705 esac
16706 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16707 (eval "$ac_link") 2>conftest.er1
16708 ac_status=$?
16709 grep -v '^ *+' conftest.er1 >conftest.err
16710 rm -f conftest.er1
16711 cat conftest.err >&5
16712 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16713 (exit $ac_status); } && {
16714 test -z "$ac_c_werror_flag" ||
16715 test ! -s conftest.err
16716 } && test -s conftest$ac_exeext &&
16717 $as_test_x conftest$ac_exeext; then
16718 ac_cv_cflags__fno_strict_aliasing=yes
16719 else
16720 echo "$as_me: failed program was:" >&5
16721 sed 's/^/| /' conftest.$ac_ext >&5
16723 ac_cv_cflags__fno_strict_aliasing=no
16726 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16727 conftest$ac_exeext conftest.$ac_ext
16728 CFLAGS=$ac_wine_try_cflags_saved
16730 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fno_strict_aliasing" >&5
16731 echo "${ECHO_T}$ac_cv_cflags__fno_strict_aliasing" >&6; }
16732 if test $ac_cv_cflags__fno_strict_aliasing = yes; then
16733 EXTRACFLAGS="$EXTRACFLAGS -fno-strict-aliasing"
16736 { echo "$as_me:$LINENO: checking whether the compiler supports -Wdeclaration-after-statement" >&5
16737 echo $ECHO_N "checking whether the compiler supports -Wdeclaration-after-statement... $ECHO_C" >&6; }
16738 if test "${ac_cv_cflags__Wdeclaration_after_statement+set}" = set; then
16739 echo $ECHO_N "(cached) $ECHO_C" >&6
16740 else
16741 ac_wine_try_cflags_saved=$CFLAGS
16742 CFLAGS="$CFLAGS -Wdeclaration-after-statement"
16743 cat >conftest.$ac_ext <<_ACEOF
16744 /* confdefs.h. */
16745 _ACEOF
16746 cat confdefs.h >>conftest.$ac_ext
16747 cat >>conftest.$ac_ext <<_ACEOF
16748 /* end confdefs.h. */
16751 main ()
16755 return 0;
16757 _ACEOF
16758 rm -f conftest.$ac_objext conftest$ac_exeext
16759 if { (ac_try="$ac_link"
16760 case "(($ac_try" in
16761 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16762 *) ac_try_echo=$ac_try;;
16763 esac
16764 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16765 (eval "$ac_link") 2>conftest.er1
16766 ac_status=$?
16767 grep -v '^ *+' conftest.er1 >conftest.err
16768 rm -f conftest.er1
16769 cat conftest.err >&5
16770 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16771 (exit $ac_status); } && {
16772 test -z "$ac_c_werror_flag" ||
16773 test ! -s conftest.err
16774 } && test -s conftest$ac_exeext &&
16775 $as_test_x conftest$ac_exeext; then
16776 ac_cv_cflags__Wdeclaration_after_statement=yes
16777 else
16778 echo "$as_me: failed program was:" >&5
16779 sed 's/^/| /' conftest.$ac_ext >&5
16781 ac_cv_cflags__Wdeclaration_after_statement=no
16784 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16785 conftest$ac_exeext conftest.$ac_ext
16786 CFLAGS=$ac_wine_try_cflags_saved
16788 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wdeclaration_after_statement" >&5
16789 echo "${ECHO_T}$ac_cv_cflags__Wdeclaration_after_statement" >&6; }
16790 if test $ac_cv_cflags__Wdeclaration_after_statement = yes; then
16791 EXTRACFLAGS="$EXTRACFLAGS -Wdeclaration-after-statement"
16794 { echo "$as_me:$LINENO: checking whether the compiler supports -Wwrite-strings" >&5
16795 echo $ECHO_N "checking whether the compiler supports -Wwrite-strings... $ECHO_C" >&6; }
16796 if test "${ac_cv_cflags__Wwrite_strings+set}" = set; then
16797 echo $ECHO_N "(cached) $ECHO_C" >&6
16798 else
16799 ac_wine_try_cflags_saved=$CFLAGS
16800 CFLAGS="$CFLAGS -Wwrite-strings"
16801 cat >conftest.$ac_ext <<_ACEOF
16802 /* confdefs.h. */
16803 _ACEOF
16804 cat confdefs.h >>conftest.$ac_ext
16805 cat >>conftest.$ac_ext <<_ACEOF
16806 /* end confdefs.h. */
16809 main ()
16813 return 0;
16815 _ACEOF
16816 rm -f conftest.$ac_objext conftest$ac_exeext
16817 if { (ac_try="$ac_link"
16818 case "(($ac_try" in
16819 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16820 *) ac_try_echo=$ac_try;;
16821 esac
16822 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16823 (eval "$ac_link") 2>conftest.er1
16824 ac_status=$?
16825 grep -v '^ *+' conftest.er1 >conftest.err
16826 rm -f conftest.er1
16827 cat conftest.err >&5
16828 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16829 (exit $ac_status); } && {
16830 test -z "$ac_c_werror_flag" ||
16831 test ! -s conftest.err
16832 } && test -s conftest$ac_exeext &&
16833 $as_test_x conftest$ac_exeext; then
16834 ac_cv_cflags__Wwrite_strings=yes
16835 else
16836 echo "$as_me: failed program was:" >&5
16837 sed 's/^/| /' conftest.$ac_ext >&5
16839 ac_cv_cflags__Wwrite_strings=no
16842 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16843 conftest$ac_exeext conftest.$ac_ext
16844 CFLAGS=$ac_wine_try_cflags_saved
16846 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wwrite_strings" >&5
16847 echo "${ECHO_T}$ac_cv_cflags__Wwrite_strings" >&6; }
16848 if test $ac_cv_cflags__Wwrite_strings = yes; then
16849 EXTRACFLAGS="$EXTRACFLAGS -Wwrite-strings"
16852 { echo "$as_me:$LINENO: checking whether the compiler supports -Wtype-limits" >&5
16853 echo $ECHO_N "checking whether the compiler supports -Wtype-limits... $ECHO_C" >&6; }
16854 if test "${ac_cv_cflags__Wtype_limits+set}" = set; then
16855 echo $ECHO_N "(cached) $ECHO_C" >&6
16856 else
16857 ac_wine_try_cflags_saved=$CFLAGS
16858 CFLAGS="$CFLAGS -Wtype-limits"
16859 cat >conftest.$ac_ext <<_ACEOF
16860 /* confdefs.h. */
16861 _ACEOF
16862 cat confdefs.h >>conftest.$ac_ext
16863 cat >>conftest.$ac_ext <<_ACEOF
16864 /* end confdefs.h. */
16867 main ()
16871 return 0;
16873 _ACEOF
16874 rm -f conftest.$ac_objext conftest$ac_exeext
16875 if { (ac_try="$ac_link"
16876 case "(($ac_try" in
16877 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16878 *) ac_try_echo=$ac_try;;
16879 esac
16880 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16881 (eval "$ac_link") 2>conftest.er1
16882 ac_status=$?
16883 grep -v '^ *+' conftest.er1 >conftest.err
16884 rm -f conftest.er1
16885 cat conftest.err >&5
16886 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16887 (exit $ac_status); } && {
16888 test -z "$ac_c_werror_flag" ||
16889 test ! -s conftest.err
16890 } && test -s conftest$ac_exeext &&
16891 $as_test_x conftest$ac_exeext; then
16892 ac_cv_cflags__Wtype_limits=yes
16893 else
16894 echo "$as_me: failed program was:" >&5
16895 sed 's/^/| /' conftest.$ac_ext >&5
16897 ac_cv_cflags__Wtype_limits=no
16900 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16901 conftest$ac_exeext conftest.$ac_ext
16902 CFLAGS=$ac_wine_try_cflags_saved
16904 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wtype_limits" >&5
16905 echo "${ECHO_T}$ac_cv_cflags__Wtype_limits" >&6; }
16906 if test $ac_cv_cflags__Wtype_limits = yes; then
16907 EXTRACFLAGS="$EXTRACFLAGS -Wtype-limits"
16911 saved_CFLAGS="$CFLAGS"
16912 CFLAGS="$CFLAGS -Wpointer-arith -Werror"
16913 { echo "$as_me:$LINENO: checking for broken string.h that generates warnings" >&5
16914 echo $ECHO_N "checking for broken string.h that generates warnings... $ECHO_C" >&6; }
16915 if test "${ac_cv_c_string_h_warnings+set}" = set; then
16916 echo $ECHO_N "(cached) $ECHO_C" >&6
16917 else
16918 cat >conftest.$ac_ext <<_ACEOF
16919 /* confdefs.h. */
16920 _ACEOF
16921 cat confdefs.h >>conftest.$ac_ext
16922 cat >>conftest.$ac_ext <<_ACEOF
16923 /* end confdefs.h. */
16924 #include <string.h>
16926 main ()
16930 return 0;
16932 _ACEOF
16933 rm -f conftest.$ac_objext
16934 if { (ac_try="$ac_compile"
16935 case "(($ac_try" in
16936 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16937 *) ac_try_echo=$ac_try;;
16938 esac
16939 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16940 (eval "$ac_compile") 2>conftest.er1
16941 ac_status=$?
16942 grep -v '^ *+' conftest.er1 >conftest.err
16943 rm -f conftest.er1
16944 cat conftest.err >&5
16945 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16946 (exit $ac_status); } && {
16947 test -z "$ac_c_werror_flag" ||
16948 test ! -s conftest.err
16949 } && test -s conftest.$ac_objext; then
16950 ac_cv_c_string_h_warnings=no
16951 else
16952 echo "$as_me: failed program was:" >&5
16953 sed 's/^/| /' conftest.$ac_ext >&5
16955 ac_cv_c_string_h_warnings=yes
16958 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16960 { echo "$as_me:$LINENO: result: $ac_cv_c_string_h_warnings" >&5
16961 echo "${ECHO_T}$ac_cv_c_string_h_warnings" >&6; }
16962 CFLAGS="$saved_CFLAGS"
16963 if test "$ac_cv_c_string_h_warnings" = "no"
16964 then
16965 EXTRACFLAGS="$EXTRACFLAGS -Wpointer-arith"
16970 { echo "$as_me:$LINENO: checking how to define a function in assembly code" >&5
16971 echo $ECHO_N "checking how to define a function in assembly code... $ECHO_C" >&6; }
16972 if test "${ac_cv_asm_func_def+set}" = set; then
16973 echo $ECHO_N "(cached) $ECHO_C" >&6
16974 else
16975 cat >conftest.$ac_ext <<_ACEOF
16976 /* confdefs.h. */
16977 _ACEOF
16978 cat confdefs.h >>conftest.$ac_ext
16979 cat >>conftest.$ac_ext <<_ACEOF
16980 /* end confdefs.h. */
16983 main ()
16985 asm("\t.globl _ac_test\n\t.def _ac_test; .scl 2; .type 32; .endef\n_ac_test:\t.long 0");
16987 return 0;
16989 _ACEOF
16990 rm -f conftest.$ac_objext conftest$ac_exeext
16991 if { (ac_try="$ac_link"
16992 case "(($ac_try" in
16993 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16994 *) ac_try_echo=$ac_try;;
16995 esac
16996 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16997 (eval "$ac_link") 2>conftest.er1
16998 ac_status=$?
16999 grep -v '^ *+' conftest.er1 >conftest.err
17000 rm -f conftest.er1
17001 cat conftest.err >&5
17002 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17003 (exit $ac_status); } && {
17004 test -z "$ac_c_werror_flag" ||
17005 test ! -s conftest.err
17006 } && test -s conftest$ac_exeext &&
17007 $as_test_x conftest$ac_exeext; then
17008 ac_cv_asm_func_def=".def"
17009 else
17010 echo "$as_me: failed program was:" >&5
17011 sed 's/^/| /' conftest.$ac_ext >&5
17013 cat >conftest.$ac_ext <<_ACEOF
17014 /* confdefs.h. */
17015 _ACEOF
17016 cat confdefs.h >>conftest.$ac_ext
17017 cat >>conftest.$ac_ext <<_ACEOF
17018 /* end confdefs.h. */
17021 main ()
17023 asm("\t.globl _ac_test\n\t.type _ac_test,@function\n_ac_test:\t.long 0");
17025 return 0;
17027 _ACEOF
17028 rm -f conftest.$ac_objext conftest$ac_exeext
17029 if { (ac_try="$ac_link"
17030 case "(($ac_try" in
17031 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17032 *) ac_try_echo=$ac_try;;
17033 esac
17034 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17035 (eval "$ac_link") 2>conftest.er1
17036 ac_status=$?
17037 grep -v '^ *+' conftest.er1 >conftest.err
17038 rm -f conftest.er1
17039 cat conftest.err >&5
17040 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17041 (exit $ac_status); } && {
17042 test -z "$ac_c_werror_flag" ||
17043 test ! -s conftest.err
17044 } && test -s conftest$ac_exeext &&
17045 $as_test_x conftest$ac_exeext; then
17046 ac_cv_asm_func_def=".type @function"
17047 else
17048 echo "$as_me: failed program was:" >&5
17049 sed 's/^/| /' conftest.$ac_ext >&5
17051 cat >conftest.$ac_ext <<_ACEOF
17052 /* confdefs.h. */
17053 _ACEOF
17054 cat confdefs.h >>conftest.$ac_ext
17055 cat >>conftest.$ac_ext <<_ACEOF
17056 /* end confdefs.h. */
17059 main ()
17061 asm("\t.globl _ac_test\n\t.type _ac_test,2\n_ac_test:\t.long 0");
17063 return 0;
17065 _ACEOF
17066 rm -f conftest.$ac_objext conftest$ac_exeext
17067 if { (ac_try="$ac_link"
17068 case "(($ac_try" in
17069 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17070 *) ac_try_echo=$ac_try;;
17071 esac
17072 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17073 (eval "$ac_link") 2>conftest.er1
17074 ac_status=$?
17075 grep -v '^ *+' conftest.er1 >conftest.err
17076 rm -f conftest.er1
17077 cat conftest.err >&5
17078 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17079 (exit $ac_status); } && {
17080 test -z "$ac_c_werror_flag" ||
17081 test ! -s conftest.err
17082 } && test -s conftest$ac_exeext &&
17083 $as_test_x conftest$ac_exeext; then
17084 ac_cv_asm_func_def=".type 2"
17085 else
17086 echo "$as_me: failed program was:" >&5
17087 sed 's/^/| /' conftest.$ac_ext >&5
17089 ac_cv_asm_func_def="unknown"
17092 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17093 conftest$ac_exeext conftest.$ac_ext
17096 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17097 conftest$ac_exeext conftest.$ac_ext
17100 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17101 conftest$ac_exeext conftest.$ac_ext
17103 { echo "$as_me:$LINENO: result: $ac_cv_asm_func_def" >&5
17104 echo "${ECHO_T}$ac_cv_asm_func_def" >&6; }
17108 case "$ac_cv_asm_func_def" in
17109 ".def")
17110 cat >>confdefs.h <<\_ACEOF
17111 #define __ASM_FUNC(name) ".def " __ASM_NAME(name) "; .scl 2; .type 32; .endef"
17112 _ACEOF
17114 ".type @function")
17115 cat >>confdefs.h <<\_ACEOF
17116 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",@function"
17117 _ACEOF
17119 ".type 2")
17120 cat >>confdefs.h <<\_ACEOF
17121 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",2"
17122 _ACEOF
17125 cat >>confdefs.h <<\_ACEOF
17126 #define __ASM_FUNC(name) ""
17127 _ACEOF
17129 esac
17132 { echo "$as_me:$LINENO: checking whether external symbols need an underscore prefix" >&5
17133 echo $ECHO_N "checking whether external symbols need an underscore prefix... $ECHO_C" >&6; }
17134 if test "${ac_cv_c_extern_prefix+set}" = set; then
17135 echo $ECHO_N "(cached) $ECHO_C" >&6
17136 else
17137 cat >conftest.$ac_ext <<_ACEOF
17138 /* confdefs.h. */
17139 _ACEOF
17140 cat confdefs.h >>conftest.$ac_ext
17141 cat >>conftest.$ac_ext <<_ACEOF
17142 /* end confdefs.h. */
17143 extern int ac_test;
17145 main ()
17147 asm(".globl _ac_test\n_ac_test:\t.long 0"); if (ac_test) return 1
17149 return 0;
17151 _ACEOF
17152 rm -f conftest.$ac_objext conftest$ac_exeext
17153 if { (ac_try="$ac_link"
17154 case "(($ac_try" in
17155 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17156 *) ac_try_echo=$ac_try;;
17157 esac
17158 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17159 (eval "$ac_link") 2>conftest.er1
17160 ac_status=$?
17161 grep -v '^ *+' conftest.er1 >conftest.err
17162 rm -f conftest.er1
17163 cat conftest.err >&5
17164 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17165 (exit $ac_status); } && {
17166 test -z "$ac_c_werror_flag" ||
17167 test ! -s conftest.err
17168 } && test -s conftest$ac_exeext &&
17169 $as_test_x conftest$ac_exeext; then
17170 ac_cv_c_extern_prefix="yes"
17171 else
17172 echo "$as_me: failed program was:" >&5
17173 sed 's/^/| /' conftest.$ac_ext >&5
17175 ac_cv_c_extern_prefix="no"
17178 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17179 conftest$ac_exeext conftest.$ac_ext
17181 { echo "$as_me:$LINENO: result: $ac_cv_c_extern_prefix" >&5
17182 echo "${ECHO_T}$ac_cv_c_extern_prefix" >&6; }
17186 if test "$ac_cv_c_extern_prefix" = "yes"
17187 then
17188 cat >>confdefs.h <<\_ACEOF
17189 #define __ASM_NAME(name) "_" name
17190 _ACEOF
17192 else
17193 cat >>confdefs.h <<\_ACEOF
17194 #define __ASM_NAME(name) name
17195 _ACEOF
17200 LDPATH=""
17202 case $build_os in
17203 cygwin*|mingw32*)
17204 LDPATH="PATH=\"\$(TOOLSDIR)/libs/wine:\$\$PATH\""
17206 darwin*|macosx*)
17208 linux*|solaris*) if test -z "$LDRPATH_LOCAL"
17209 then
17210 LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
17214 LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
17216 esac
17218 case $host_os in
17219 mingw32*)
17220 CRTLIBS="-lmsvcrt"
17222 SOCKETLIBS="-lws2_32"
17225 esac
17227 MAIN_BINARY="wine-pthread"
17228 case $host_cpu in
17229 *i[3456789]86*)
17230 case $host_os in
17231 linux* | k*bsd*-gnu)
17232 MAIN_BINARY="wine-glibc"
17234 EXTRA_BINARIES="wine-kthread wine-pthread wine-preloader"
17236 freebsd*)
17237 MAIN_BINARY="wine-freebsd"
17239 EXTRA_BINARIES="wine-pthread"
17241 esac
17243 esac
17316 for ac_func in \
17317 _pclose \
17318 _popen \
17319 _snprintf \
17320 _spawnvp \
17321 _strdup \
17322 _stricmp \
17323 _strnicmp \
17324 _strtoi64 \
17325 _strtoui64 \
17326 _vsnprintf \
17327 asctime_r \
17328 chsize \
17329 clone \
17330 dlopen \
17331 epoll_create \
17332 ffs \
17333 finite \
17334 fork \
17335 fpclass \
17336 fstatfs \
17337 fstatvfs \
17338 ftruncate \
17339 futimes \
17340 futimesat \
17341 getdirentries \
17342 getopt_long \
17343 getpagesize \
17344 getpwuid \
17345 gettid \
17346 gettimeofday \
17347 getuid \
17348 inet_pton \
17349 kqueue \
17350 lstat \
17351 memmove \
17352 mmap \
17353 pclose \
17354 poll \
17355 popen \
17356 prctl \
17357 pread \
17358 pwrite \
17359 readdir \
17360 readlink \
17361 rfork \
17362 sched_yield \
17363 select \
17364 setproctitle \
17365 setrlimit \
17366 settimeofday \
17367 sigaltstack \
17368 sigprocmask \
17369 snprintf \
17370 spawnvp \
17371 statfs \
17372 statvfs \
17373 strcasecmp \
17374 strdup \
17375 strerror \
17376 strncasecmp \
17377 strtold \
17378 strtoll \
17379 strtoull \
17380 tcgetattr \
17381 thr_kill2 \
17382 timegm \
17383 usleep \
17384 vsnprintf \
17385 wait4 \
17386 waitpid \
17389 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
17390 { echo "$as_me:$LINENO: checking for $ac_func" >&5
17391 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
17392 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
17393 echo $ECHO_N "(cached) $ECHO_C" >&6
17394 else
17395 cat >conftest.$ac_ext <<_ACEOF
17396 /* confdefs.h. */
17397 _ACEOF
17398 cat confdefs.h >>conftest.$ac_ext
17399 cat >>conftest.$ac_ext <<_ACEOF
17400 /* end confdefs.h. */
17401 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
17402 For example, HP-UX 11i <limits.h> declares gettimeofday. */
17403 #define $ac_func innocuous_$ac_func
17405 /* System header to define __stub macros and hopefully few prototypes,
17406 which can conflict with char $ac_func (); below.
17407 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17408 <limits.h> exists even on freestanding compilers. */
17410 #ifdef __STDC__
17411 # include <limits.h>
17412 #else
17413 # include <assert.h>
17414 #endif
17416 #undef $ac_func
17418 /* Override any GCC internal prototype to avoid an error.
17419 Use char because int might match the return type of a GCC
17420 builtin and then its argument prototype would still apply. */
17421 #ifdef __cplusplus
17422 extern "C"
17423 #endif
17424 char $ac_func ();
17425 /* The GNU C library defines this for functions which it implements
17426 to always fail with ENOSYS. Some functions are actually named
17427 something starting with __ and the normal name is an alias. */
17428 #if defined __stub_$ac_func || defined __stub___$ac_func
17429 choke me
17430 #endif
17433 main ()
17435 return $ac_func ();
17437 return 0;
17439 _ACEOF
17440 rm -f conftest.$ac_objext conftest$ac_exeext
17441 if { (ac_try="$ac_link"
17442 case "(($ac_try" in
17443 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17444 *) ac_try_echo=$ac_try;;
17445 esac
17446 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17447 (eval "$ac_link") 2>conftest.er1
17448 ac_status=$?
17449 grep -v '^ *+' conftest.er1 >conftest.err
17450 rm -f conftest.er1
17451 cat conftest.err >&5
17452 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17453 (exit $ac_status); } && {
17454 test -z "$ac_c_werror_flag" ||
17455 test ! -s conftest.err
17456 } && test -s conftest$ac_exeext &&
17457 $as_test_x conftest$ac_exeext; then
17458 eval "$as_ac_var=yes"
17459 else
17460 echo "$as_me: failed program was:" >&5
17461 sed 's/^/| /' conftest.$ac_ext >&5
17463 eval "$as_ac_var=no"
17466 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17467 conftest$ac_exeext conftest.$ac_ext
17469 ac_res=`eval echo '${'$as_ac_var'}'`
17470 { echo "$as_me:$LINENO: result: $ac_res" >&5
17471 echo "${ECHO_T}$ac_res" >&6; }
17472 if test `eval echo '${'$as_ac_var'}'` = yes; then
17473 cat >>confdefs.h <<_ACEOF
17474 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
17475 _ACEOF
17478 done
17481 if test "$ac_cv_func_dlopen" = no
17482 then
17483 { echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
17484 echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6; }
17485 if test "${ac_cv_lib_dl_dlopen+set}" = set; then
17486 echo $ECHO_N "(cached) $ECHO_C" >&6
17487 else
17488 ac_check_lib_save_LIBS=$LIBS
17489 LIBS="-ldl $LIBS"
17490 cat >conftest.$ac_ext <<_ACEOF
17491 /* confdefs.h. */
17492 _ACEOF
17493 cat confdefs.h >>conftest.$ac_ext
17494 cat >>conftest.$ac_ext <<_ACEOF
17495 /* end confdefs.h. */
17497 /* Override any GCC internal prototype to avoid an error.
17498 Use char because int might match the return type of a GCC
17499 builtin and then its argument prototype would still apply. */
17500 #ifdef __cplusplus
17501 extern "C"
17502 #endif
17503 char dlopen ();
17505 main ()
17507 return dlopen ();
17509 return 0;
17511 _ACEOF
17512 rm -f conftest.$ac_objext conftest$ac_exeext
17513 if { (ac_try="$ac_link"
17514 case "(($ac_try" in
17515 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17516 *) ac_try_echo=$ac_try;;
17517 esac
17518 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17519 (eval "$ac_link") 2>conftest.er1
17520 ac_status=$?
17521 grep -v '^ *+' conftest.er1 >conftest.err
17522 rm -f conftest.er1
17523 cat conftest.err >&5
17524 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17525 (exit $ac_status); } && {
17526 test -z "$ac_c_werror_flag" ||
17527 test ! -s conftest.err
17528 } && test -s conftest$ac_exeext &&
17529 $as_test_x conftest$ac_exeext; then
17530 ac_cv_lib_dl_dlopen=yes
17531 else
17532 echo "$as_me: failed program was:" >&5
17533 sed 's/^/| /' conftest.$ac_ext >&5
17535 ac_cv_lib_dl_dlopen=no
17538 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17539 conftest$ac_exeext conftest.$ac_ext
17540 LIBS=$ac_check_lib_save_LIBS
17542 { echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
17543 echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6; }
17544 if test $ac_cv_lib_dl_dlopen = yes; then
17545 cat >>confdefs.h <<\_ACEOF
17546 #define HAVE_DLOPEN 1
17547 _ACEOF
17548 LIBDL="-ldl"
17553 ac_wine_check_funcs_save_LIBS="$LIBS"
17554 LIBS="$LIBS $LIBDL"
17556 for ac_func in dladdr
17558 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
17559 { echo "$as_me:$LINENO: checking for $ac_func" >&5
17560 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
17561 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
17562 echo $ECHO_N "(cached) $ECHO_C" >&6
17563 else
17564 cat >conftest.$ac_ext <<_ACEOF
17565 /* confdefs.h. */
17566 _ACEOF
17567 cat confdefs.h >>conftest.$ac_ext
17568 cat >>conftest.$ac_ext <<_ACEOF
17569 /* end confdefs.h. */
17570 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
17571 For example, HP-UX 11i <limits.h> declares gettimeofday. */
17572 #define $ac_func innocuous_$ac_func
17574 /* System header to define __stub macros and hopefully few prototypes,
17575 which can conflict with char $ac_func (); below.
17576 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17577 <limits.h> exists even on freestanding compilers. */
17579 #ifdef __STDC__
17580 # include <limits.h>
17581 #else
17582 # include <assert.h>
17583 #endif
17585 #undef $ac_func
17587 /* Override any GCC internal prototype to avoid an error.
17588 Use char because int might match the return type of a GCC
17589 builtin and then its argument prototype would still apply. */
17590 #ifdef __cplusplus
17591 extern "C"
17592 #endif
17593 char $ac_func ();
17594 /* The GNU C library defines this for functions which it implements
17595 to always fail with ENOSYS. Some functions are actually named
17596 something starting with __ and the normal name is an alias. */
17597 #if defined __stub_$ac_func || defined __stub___$ac_func
17598 choke me
17599 #endif
17602 main ()
17604 return $ac_func ();
17606 return 0;
17608 _ACEOF
17609 rm -f conftest.$ac_objext conftest$ac_exeext
17610 if { (ac_try="$ac_link"
17611 case "(($ac_try" in
17612 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17613 *) ac_try_echo=$ac_try;;
17614 esac
17615 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17616 (eval "$ac_link") 2>conftest.er1
17617 ac_status=$?
17618 grep -v '^ *+' conftest.er1 >conftest.err
17619 rm -f conftest.er1
17620 cat conftest.err >&5
17621 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17622 (exit $ac_status); } && {
17623 test -z "$ac_c_werror_flag" ||
17624 test ! -s conftest.err
17625 } && test -s conftest$ac_exeext &&
17626 $as_test_x conftest$ac_exeext; then
17627 eval "$as_ac_var=yes"
17628 else
17629 echo "$as_me: failed program was:" >&5
17630 sed 's/^/| /' conftest.$ac_ext >&5
17632 eval "$as_ac_var=no"
17635 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17636 conftest$ac_exeext conftest.$ac_ext
17638 ac_res=`eval echo '${'$as_ac_var'}'`
17639 { echo "$as_me:$LINENO: result: $ac_res" >&5
17640 echo "${ECHO_T}$ac_res" >&6; }
17641 if test `eval echo '${'$as_ac_var'}'` = yes; then
17642 cat >>confdefs.h <<_ACEOF
17643 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
17644 _ACEOF
17647 done
17649 LIBS="$ac_wine_check_funcs_save_LIBS"
17651 if test "$ac_cv_func_poll" = no
17652 then
17653 { echo "$as_me:$LINENO: checking for poll in -lpoll" >&5
17654 echo $ECHO_N "checking for poll in -lpoll... $ECHO_C" >&6; }
17655 if test "${ac_cv_lib_poll_poll+set}" = set; then
17656 echo $ECHO_N "(cached) $ECHO_C" >&6
17657 else
17658 ac_check_lib_save_LIBS=$LIBS
17659 LIBS="-lpoll $LIBS"
17660 cat >conftest.$ac_ext <<_ACEOF
17661 /* confdefs.h. */
17662 _ACEOF
17663 cat confdefs.h >>conftest.$ac_ext
17664 cat >>conftest.$ac_ext <<_ACEOF
17665 /* end confdefs.h. */
17667 /* Override any GCC internal prototype to avoid an error.
17668 Use char because int might match the return type of a GCC
17669 builtin and then its argument prototype would still apply. */
17670 #ifdef __cplusplus
17671 extern "C"
17672 #endif
17673 char poll ();
17675 main ()
17677 return poll ();
17679 return 0;
17681 _ACEOF
17682 rm -f conftest.$ac_objext conftest$ac_exeext
17683 if { (ac_try="$ac_link"
17684 case "(($ac_try" in
17685 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17686 *) ac_try_echo=$ac_try;;
17687 esac
17688 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17689 (eval "$ac_link") 2>conftest.er1
17690 ac_status=$?
17691 grep -v '^ *+' conftest.er1 >conftest.err
17692 rm -f conftest.er1
17693 cat conftest.err >&5
17694 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17695 (exit $ac_status); } && {
17696 test -z "$ac_c_werror_flag" ||
17697 test ! -s conftest.err
17698 } && test -s conftest$ac_exeext &&
17699 $as_test_x conftest$ac_exeext; then
17700 ac_cv_lib_poll_poll=yes
17701 else
17702 echo "$as_me: failed program was:" >&5
17703 sed 's/^/| /' conftest.$ac_ext >&5
17705 ac_cv_lib_poll_poll=no
17708 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17709 conftest$ac_exeext conftest.$ac_ext
17710 LIBS=$ac_check_lib_save_LIBS
17712 { echo "$as_me:$LINENO: result: $ac_cv_lib_poll_poll" >&5
17713 echo "${ECHO_T}$ac_cv_lib_poll_poll" >&6; }
17714 if test $ac_cv_lib_poll_poll = yes; then
17715 cat >>confdefs.h <<\_ACEOF
17716 #define HAVE_POLL 1
17717 _ACEOF
17718 LIBPOLL="-lpoll"
17724 { echo "$as_me:$LINENO: checking for library containing gethostbyname" >&5
17725 echo $ECHO_N "checking for library containing gethostbyname... $ECHO_C" >&6; }
17726 if test "${ac_cv_search_gethostbyname+set}" = set; then
17727 echo $ECHO_N "(cached) $ECHO_C" >&6
17728 else
17729 ac_func_search_save_LIBS=$LIBS
17730 cat >conftest.$ac_ext <<_ACEOF
17731 /* confdefs.h. */
17732 _ACEOF
17733 cat confdefs.h >>conftest.$ac_ext
17734 cat >>conftest.$ac_ext <<_ACEOF
17735 /* end confdefs.h. */
17737 /* Override any GCC internal prototype to avoid an error.
17738 Use char because int might match the return type of a GCC
17739 builtin and then its argument prototype would still apply. */
17740 #ifdef __cplusplus
17741 extern "C"
17742 #endif
17743 char gethostbyname ();
17745 main ()
17747 return gethostbyname ();
17749 return 0;
17751 _ACEOF
17752 for ac_lib in '' nsl; do
17753 if test -z "$ac_lib"; then
17754 ac_res="none required"
17755 else
17756 ac_res=-l$ac_lib
17757 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
17759 rm -f conftest.$ac_objext conftest$ac_exeext
17760 if { (ac_try="$ac_link"
17761 case "(($ac_try" in
17762 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17763 *) ac_try_echo=$ac_try;;
17764 esac
17765 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17766 (eval "$ac_link") 2>conftest.er1
17767 ac_status=$?
17768 grep -v '^ *+' conftest.er1 >conftest.err
17769 rm -f conftest.er1
17770 cat conftest.err >&5
17771 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17772 (exit $ac_status); } && {
17773 test -z "$ac_c_werror_flag" ||
17774 test ! -s conftest.err
17775 } && test -s conftest$ac_exeext &&
17776 $as_test_x conftest$ac_exeext; then
17777 ac_cv_search_gethostbyname=$ac_res
17778 else
17779 echo "$as_me: failed program was:" >&5
17780 sed 's/^/| /' conftest.$ac_ext >&5
17785 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17786 conftest$ac_exeext
17787 if test "${ac_cv_search_gethostbyname+set}" = set; then
17788 break
17790 done
17791 if test "${ac_cv_search_gethostbyname+set}" = set; then
17793 else
17794 ac_cv_search_gethostbyname=no
17796 rm conftest.$ac_ext
17797 LIBS=$ac_func_search_save_LIBS
17799 { echo "$as_me:$LINENO: result: $ac_cv_search_gethostbyname" >&5
17800 echo "${ECHO_T}$ac_cv_search_gethostbyname" >&6; }
17801 ac_res=$ac_cv_search_gethostbyname
17802 if test "$ac_res" != no; then
17803 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
17808 { echo "$as_me:$LINENO: checking for library containing connect" >&5
17809 echo $ECHO_N "checking for library containing connect... $ECHO_C" >&6; }
17810 if test "${ac_cv_search_connect+set}" = set; then
17811 echo $ECHO_N "(cached) $ECHO_C" >&6
17812 else
17813 ac_func_search_save_LIBS=$LIBS
17814 cat >conftest.$ac_ext <<_ACEOF
17815 /* confdefs.h. */
17816 _ACEOF
17817 cat confdefs.h >>conftest.$ac_ext
17818 cat >>conftest.$ac_ext <<_ACEOF
17819 /* end confdefs.h. */
17821 /* Override any GCC internal prototype to avoid an error.
17822 Use char because int might match the return type of a GCC
17823 builtin and then its argument prototype would still apply. */
17824 #ifdef __cplusplus
17825 extern "C"
17826 #endif
17827 char connect ();
17829 main ()
17831 return connect ();
17833 return 0;
17835 _ACEOF
17836 for ac_lib in '' socket; do
17837 if test -z "$ac_lib"; then
17838 ac_res="none required"
17839 else
17840 ac_res=-l$ac_lib
17841 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
17843 rm -f conftest.$ac_objext conftest$ac_exeext
17844 if { (ac_try="$ac_link"
17845 case "(($ac_try" in
17846 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17847 *) ac_try_echo=$ac_try;;
17848 esac
17849 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17850 (eval "$ac_link") 2>conftest.er1
17851 ac_status=$?
17852 grep -v '^ *+' conftest.er1 >conftest.err
17853 rm -f conftest.er1
17854 cat conftest.err >&5
17855 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17856 (exit $ac_status); } && {
17857 test -z "$ac_c_werror_flag" ||
17858 test ! -s conftest.err
17859 } && test -s conftest$ac_exeext &&
17860 $as_test_x conftest$ac_exeext; then
17861 ac_cv_search_connect=$ac_res
17862 else
17863 echo "$as_me: failed program was:" >&5
17864 sed 's/^/| /' conftest.$ac_ext >&5
17869 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17870 conftest$ac_exeext
17871 if test "${ac_cv_search_connect+set}" = set; then
17872 break
17874 done
17875 if test "${ac_cv_search_connect+set}" = set; then
17877 else
17878 ac_cv_search_connect=no
17880 rm conftest.$ac_ext
17881 LIBS=$ac_func_search_save_LIBS
17883 { echo "$as_me:$LINENO: result: $ac_cv_search_connect" >&5
17884 echo "${ECHO_T}$ac_cv_search_connect" >&6; }
17885 ac_res=$ac_cv_search_connect
17886 if test "$ac_res" != no; then
17887 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
17892 { echo "$as_me:$LINENO: checking for library containing inet_aton" >&5
17893 echo $ECHO_N "checking for library containing inet_aton... $ECHO_C" >&6; }
17894 if test "${ac_cv_search_inet_aton+set}" = set; then
17895 echo $ECHO_N "(cached) $ECHO_C" >&6
17896 else
17897 ac_func_search_save_LIBS=$LIBS
17898 cat >conftest.$ac_ext <<_ACEOF
17899 /* confdefs.h. */
17900 _ACEOF
17901 cat confdefs.h >>conftest.$ac_ext
17902 cat >>conftest.$ac_ext <<_ACEOF
17903 /* end confdefs.h. */
17905 /* Override any GCC internal prototype to avoid an error.
17906 Use char because int might match the return type of a GCC
17907 builtin and then its argument prototype would still apply. */
17908 #ifdef __cplusplus
17909 extern "C"
17910 #endif
17911 char inet_aton ();
17913 main ()
17915 return inet_aton ();
17917 return 0;
17919 _ACEOF
17920 for ac_lib in '' resolv; do
17921 if test -z "$ac_lib"; then
17922 ac_res="none required"
17923 else
17924 ac_res=-l$ac_lib
17925 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
17927 rm -f conftest.$ac_objext conftest$ac_exeext
17928 if { (ac_try="$ac_link"
17929 case "(($ac_try" in
17930 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17931 *) ac_try_echo=$ac_try;;
17932 esac
17933 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17934 (eval "$ac_link") 2>conftest.er1
17935 ac_status=$?
17936 grep -v '^ *+' conftest.er1 >conftest.err
17937 rm -f conftest.er1
17938 cat conftest.err >&5
17939 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17940 (exit $ac_status); } && {
17941 test -z "$ac_c_werror_flag" ||
17942 test ! -s conftest.err
17943 } && test -s conftest$ac_exeext &&
17944 $as_test_x conftest$ac_exeext; then
17945 ac_cv_search_inet_aton=$ac_res
17946 else
17947 echo "$as_me: failed program was:" >&5
17948 sed 's/^/| /' conftest.$ac_ext >&5
17953 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17954 conftest$ac_exeext
17955 if test "${ac_cv_search_inet_aton+set}" = set; then
17956 break
17958 done
17959 if test "${ac_cv_search_inet_aton+set}" = set; then
17961 else
17962 ac_cv_search_inet_aton=no
17964 rm conftest.$ac_ext
17965 LIBS=$ac_func_search_save_LIBS
17967 { echo "$as_me:$LINENO: result: $ac_cv_search_inet_aton" >&5
17968 echo "${ECHO_T}$ac_cv_search_inet_aton" >&6; }
17969 ac_res=$ac_cv_search_inet_aton
17970 if test "$ac_res" != no; then
17971 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
17984 for ac_func in \
17985 getaddrinfo \
17986 getnameinfo \
17987 getnetbyname \
17988 getprotobyname \
17989 getprotobynumber \
17990 getservbyport \
17991 inet_network \
17992 sendmsg \
17995 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
17996 { echo "$as_me:$LINENO: checking for $ac_func" >&5
17997 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
17998 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
17999 echo $ECHO_N "(cached) $ECHO_C" >&6
18000 else
18001 cat >conftest.$ac_ext <<_ACEOF
18002 /* confdefs.h. */
18003 _ACEOF
18004 cat confdefs.h >>conftest.$ac_ext
18005 cat >>conftest.$ac_ext <<_ACEOF
18006 /* end confdefs.h. */
18007 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
18008 For example, HP-UX 11i <limits.h> declares gettimeofday. */
18009 #define $ac_func innocuous_$ac_func
18011 /* System header to define __stub macros and hopefully few prototypes,
18012 which can conflict with char $ac_func (); below.
18013 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18014 <limits.h> exists even on freestanding compilers. */
18016 #ifdef __STDC__
18017 # include <limits.h>
18018 #else
18019 # include <assert.h>
18020 #endif
18022 #undef $ac_func
18024 /* Override any GCC internal prototype to avoid an error.
18025 Use char because int might match the return type of a GCC
18026 builtin and then its argument prototype would still apply. */
18027 #ifdef __cplusplus
18028 extern "C"
18029 #endif
18030 char $ac_func ();
18031 /* The GNU C library defines this for functions which it implements
18032 to always fail with ENOSYS. Some functions are actually named
18033 something starting with __ and the normal name is an alias. */
18034 #if defined __stub_$ac_func || defined __stub___$ac_func
18035 choke me
18036 #endif
18039 main ()
18041 return $ac_func ();
18043 return 0;
18045 _ACEOF
18046 rm -f conftest.$ac_objext conftest$ac_exeext
18047 if { (ac_try="$ac_link"
18048 case "(($ac_try" in
18049 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18050 *) ac_try_echo=$ac_try;;
18051 esac
18052 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18053 (eval "$ac_link") 2>conftest.er1
18054 ac_status=$?
18055 grep -v '^ *+' conftest.er1 >conftest.err
18056 rm -f conftest.er1
18057 cat conftest.err >&5
18058 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18059 (exit $ac_status); } && {
18060 test -z "$ac_c_werror_flag" ||
18061 test ! -s conftest.err
18062 } && test -s conftest$ac_exeext &&
18063 $as_test_x conftest$ac_exeext; then
18064 eval "$as_ac_var=yes"
18065 else
18066 echo "$as_me: failed program was:" >&5
18067 sed 's/^/| /' conftest.$ac_ext >&5
18069 eval "$as_ac_var=no"
18072 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18073 conftest$ac_exeext conftest.$ac_ext
18075 ac_res=`eval echo '${'$as_ac_var'}'`
18076 { echo "$as_me:$LINENO: result: $ac_res" >&5
18077 echo "${ECHO_T}$ac_res" >&6; }
18078 if test `eval echo '${'$as_ac_var'}'` = yes; then
18079 cat >>confdefs.h <<_ACEOF
18080 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
18081 _ACEOF
18084 done
18087 LDAPLIBS=""
18089 if test "$ac_cv_header_ldap_h" = "yes" -a "$ac_cv_header_lber_h" = "yes"
18090 then
18091 { echo "$as_me:$LINENO: checking for LDAPSortKey" >&5
18092 echo $ECHO_N "checking for LDAPSortKey... $ECHO_C" >&6; }
18093 if test "${ac_cv_type_LDAPSortKey+set}" = set; then
18094 echo $ECHO_N "(cached) $ECHO_C" >&6
18095 else
18096 cat >conftest.$ac_ext <<_ACEOF
18097 /* confdefs.h. */
18098 _ACEOF
18099 cat confdefs.h >>conftest.$ac_ext
18100 cat >>conftest.$ac_ext <<_ACEOF
18101 /* end confdefs.h. */
18102 #include <ldap.h>
18104 typedef LDAPSortKey ac__type_new_;
18106 main ()
18108 if ((ac__type_new_ *) 0)
18109 return 0;
18110 if (sizeof (ac__type_new_))
18111 return 0;
18113 return 0;
18115 _ACEOF
18116 rm -f conftest.$ac_objext
18117 if { (ac_try="$ac_compile"
18118 case "(($ac_try" in
18119 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18120 *) ac_try_echo=$ac_try;;
18121 esac
18122 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18123 (eval "$ac_compile") 2>conftest.er1
18124 ac_status=$?
18125 grep -v '^ *+' conftest.er1 >conftest.err
18126 rm -f conftest.er1
18127 cat conftest.err >&5
18128 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18129 (exit $ac_status); } && {
18130 test -z "$ac_c_werror_flag" ||
18131 test ! -s conftest.err
18132 } && test -s conftest.$ac_objext; then
18133 ac_cv_type_LDAPSortKey=yes
18134 else
18135 echo "$as_me: failed program was:" >&5
18136 sed 's/^/| /' conftest.$ac_ext >&5
18138 ac_cv_type_LDAPSortKey=no
18141 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18143 { echo "$as_me:$LINENO: result: $ac_cv_type_LDAPSortKey" >&5
18144 echo "${ECHO_T}$ac_cv_type_LDAPSortKey" >&6; }
18145 if test $ac_cv_type_LDAPSortKey = yes; then
18146 { echo "$as_me:$LINENO: checking for ldap_initialize in -lldap_r" >&5
18147 echo $ECHO_N "checking for ldap_initialize in -lldap_r... $ECHO_C" >&6; }
18148 if test "${ac_cv_lib_ldap_r_ldap_initialize+set}" = set; then
18149 echo $ECHO_N "(cached) $ECHO_C" >&6
18150 else
18151 ac_check_lib_save_LIBS=$LIBS
18152 LIBS="-lldap_r $LIBPTHREAD $LIBS"
18153 cat >conftest.$ac_ext <<_ACEOF
18154 /* confdefs.h. */
18155 _ACEOF
18156 cat confdefs.h >>conftest.$ac_ext
18157 cat >>conftest.$ac_ext <<_ACEOF
18158 /* end confdefs.h. */
18160 /* Override any GCC internal prototype to avoid an error.
18161 Use char because int might match the return type of a GCC
18162 builtin and then its argument prototype would still apply. */
18163 #ifdef __cplusplus
18164 extern "C"
18165 #endif
18166 char ldap_initialize ();
18168 main ()
18170 return ldap_initialize ();
18172 return 0;
18174 _ACEOF
18175 rm -f conftest.$ac_objext conftest$ac_exeext
18176 if { (ac_try="$ac_link"
18177 case "(($ac_try" in
18178 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18179 *) ac_try_echo=$ac_try;;
18180 esac
18181 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18182 (eval "$ac_link") 2>conftest.er1
18183 ac_status=$?
18184 grep -v '^ *+' conftest.er1 >conftest.err
18185 rm -f conftest.er1
18186 cat conftest.err >&5
18187 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18188 (exit $ac_status); } && {
18189 test -z "$ac_c_werror_flag" ||
18190 test ! -s conftest.err
18191 } && test -s conftest$ac_exeext &&
18192 $as_test_x conftest$ac_exeext; then
18193 ac_cv_lib_ldap_r_ldap_initialize=yes
18194 else
18195 echo "$as_me: failed program was:" >&5
18196 sed 's/^/| /' conftest.$ac_ext >&5
18198 ac_cv_lib_ldap_r_ldap_initialize=no
18201 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18202 conftest$ac_exeext conftest.$ac_ext
18203 LIBS=$ac_check_lib_save_LIBS
18205 { echo "$as_me:$LINENO: result: $ac_cv_lib_ldap_r_ldap_initialize" >&5
18206 echo "${ECHO_T}$ac_cv_lib_ldap_r_ldap_initialize" >&6; }
18207 if test $ac_cv_lib_ldap_r_ldap_initialize = yes; then
18208 { echo "$as_me:$LINENO: checking for ber_init in -llber" >&5
18209 echo $ECHO_N "checking for ber_init in -llber... $ECHO_C" >&6; }
18210 if test "${ac_cv_lib_lber_ber_init+set}" = set; then
18211 echo $ECHO_N "(cached) $ECHO_C" >&6
18212 else
18213 ac_check_lib_save_LIBS=$LIBS
18214 LIBS="-llber $LIBPTHREAD $LIBS"
18215 cat >conftest.$ac_ext <<_ACEOF
18216 /* confdefs.h. */
18217 _ACEOF
18218 cat confdefs.h >>conftest.$ac_ext
18219 cat >>conftest.$ac_ext <<_ACEOF
18220 /* end confdefs.h. */
18222 /* Override any GCC internal prototype to avoid an error.
18223 Use char because int might match the return type of a GCC
18224 builtin and then its argument prototype would still apply. */
18225 #ifdef __cplusplus
18226 extern "C"
18227 #endif
18228 char ber_init ();
18230 main ()
18232 return ber_init ();
18234 return 0;
18236 _ACEOF
18237 rm -f conftest.$ac_objext conftest$ac_exeext
18238 if { (ac_try="$ac_link"
18239 case "(($ac_try" in
18240 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18241 *) ac_try_echo=$ac_try;;
18242 esac
18243 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18244 (eval "$ac_link") 2>conftest.er1
18245 ac_status=$?
18246 grep -v '^ *+' conftest.er1 >conftest.err
18247 rm -f conftest.er1
18248 cat conftest.err >&5
18249 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18250 (exit $ac_status); } && {
18251 test -z "$ac_c_werror_flag" ||
18252 test ! -s conftest.err
18253 } && test -s conftest$ac_exeext &&
18254 $as_test_x conftest$ac_exeext; then
18255 ac_cv_lib_lber_ber_init=yes
18256 else
18257 echo "$as_me: failed program was:" >&5
18258 sed 's/^/| /' conftest.$ac_ext >&5
18260 ac_cv_lib_lber_ber_init=no
18263 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18264 conftest$ac_exeext conftest.$ac_ext
18265 LIBS=$ac_check_lib_save_LIBS
18267 { echo "$as_me:$LINENO: result: $ac_cv_lib_lber_ber_init" >&5
18268 echo "${ECHO_T}$ac_cv_lib_lber_ber_init" >&6; }
18269 if test $ac_cv_lib_lber_ber_init = yes; then
18271 cat >>confdefs.h <<\_ACEOF
18272 #define HAVE_LDAP 1
18273 _ACEOF
18275 LDAPLIBS="-lldap_r -llber"
18282 ac_wine_check_funcs_save_LIBS="$LIBS"
18283 LIBS="$LIBS $LDAPLIBS $LIBPTHREAD"
18292 for ac_func in \
18293 ldap_count_references \
18294 ldap_first_reference \
18295 ldap_next_reference \
18296 ldap_parse_reference \
18297 ldap_parse_sort_control \
18298 ldap_parse_sortresponse_control \
18299 ldap_parse_vlv_control \
18300 ldap_parse_vlvresponse_control
18302 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
18303 { echo "$as_me:$LINENO: checking for $ac_func" >&5
18304 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
18305 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
18306 echo $ECHO_N "(cached) $ECHO_C" >&6
18307 else
18308 cat >conftest.$ac_ext <<_ACEOF
18309 /* confdefs.h. */
18310 _ACEOF
18311 cat confdefs.h >>conftest.$ac_ext
18312 cat >>conftest.$ac_ext <<_ACEOF
18313 /* end confdefs.h. */
18314 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
18315 For example, HP-UX 11i <limits.h> declares gettimeofday. */
18316 #define $ac_func innocuous_$ac_func
18318 /* System header to define __stub macros and hopefully few prototypes,
18319 which can conflict with char $ac_func (); below.
18320 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18321 <limits.h> exists even on freestanding compilers. */
18323 #ifdef __STDC__
18324 # include <limits.h>
18325 #else
18326 # include <assert.h>
18327 #endif
18329 #undef $ac_func
18331 /* Override any GCC internal prototype to avoid an error.
18332 Use char because int might match the return type of a GCC
18333 builtin and then its argument prototype would still apply. */
18334 #ifdef __cplusplus
18335 extern "C"
18336 #endif
18337 char $ac_func ();
18338 /* The GNU C library defines this for functions which it implements
18339 to always fail with ENOSYS. Some functions are actually named
18340 something starting with __ and the normal name is an alias. */
18341 #if defined __stub_$ac_func || defined __stub___$ac_func
18342 choke me
18343 #endif
18346 main ()
18348 return $ac_func ();
18350 return 0;
18352 _ACEOF
18353 rm -f conftest.$ac_objext conftest$ac_exeext
18354 if { (ac_try="$ac_link"
18355 case "(($ac_try" in
18356 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18357 *) ac_try_echo=$ac_try;;
18358 esac
18359 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18360 (eval "$ac_link") 2>conftest.er1
18361 ac_status=$?
18362 grep -v '^ *+' conftest.er1 >conftest.err
18363 rm -f conftest.er1
18364 cat conftest.err >&5
18365 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18366 (exit $ac_status); } && {
18367 test -z "$ac_c_werror_flag" ||
18368 test ! -s conftest.err
18369 } && test -s conftest$ac_exeext &&
18370 $as_test_x conftest$ac_exeext; then
18371 eval "$as_ac_var=yes"
18372 else
18373 echo "$as_me: failed program was:" >&5
18374 sed 's/^/| /' conftest.$ac_ext >&5
18376 eval "$as_ac_var=no"
18379 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18380 conftest$ac_exeext conftest.$ac_ext
18382 ac_res=`eval echo '${'$as_ac_var'}'`
18383 { echo "$as_me:$LINENO: result: $ac_res" >&5
18384 echo "${ECHO_T}$ac_res" >&6; }
18385 if test `eval echo '${'$as_ac_var'}'` = yes; then
18386 cat >>confdefs.h <<_ACEOF
18387 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
18388 _ACEOF
18391 done
18393 LIBS="$ac_wine_check_funcs_save_LIBS"
18395 if test "x$LDAPLIBS" = "x"; then
18396 case "x$with_ldap" in
18397 x) wine_notices="$wine_notices|libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported." ;;
18398 xno) ;;
18399 *) { { echo "$as_me:$LINENO: error: libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
18400 This is an error since --with-ldap was requested." >&5
18401 echo "$as_me: error: libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
18402 This is an error since --with-ldap was requested." >&2;}
18403 { (exit 1); exit 1; }; } ;;
18404 esac
18409 { echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
18410 echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6; }
18411 if test "${ac_cv_c_const+set}" = set; then
18412 echo $ECHO_N "(cached) $ECHO_C" >&6
18413 else
18414 cat >conftest.$ac_ext <<_ACEOF
18415 /* confdefs.h. */
18416 _ACEOF
18417 cat confdefs.h >>conftest.$ac_ext
18418 cat >>conftest.$ac_ext <<_ACEOF
18419 /* end confdefs.h. */
18422 main ()
18424 /* FIXME: Include the comments suggested by Paul. */
18425 #ifndef __cplusplus
18426 /* Ultrix mips cc rejects this. */
18427 typedef int charset[2];
18428 const charset cs;
18429 /* SunOS 4.1.1 cc rejects this. */
18430 char const *const *pcpcc;
18431 char **ppc;
18432 /* NEC SVR4.0.2 mips cc rejects this. */
18433 struct point {int x, y;};
18434 static struct point const zero = {0,0};
18435 /* AIX XL C 1.02.0.0 rejects this.
18436 It does not let you subtract one const X* pointer from another in
18437 an arm of an if-expression whose if-part is not a constant
18438 expression */
18439 const char *g = "string";
18440 pcpcc = &g + (g ? g-g : 0);
18441 /* HPUX 7.0 cc rejects these. */
18442 ++pcpcc;
18443 ppc = (char**) pcpcc;
18444 pcpcc = (char const *const *) ppc;
18445 { /* SCO 3.2v4 cc rejects this. */
18446 char *t;
18447 char const *s = 0 ? (char *) 0 : (char const *) 0;
18449 *t++ = 0;
18450 if (s) return 0;
18452 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
18453 int x[] = {25, 17};
18454 const int *foo = &x[0];
18455 ++foo;
18457 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
18458 typedef const int *iptr;
18459 iptr p = 0;
18460 ++p;
18462 { /* AIX XL C 1.02.0.0 rejects this saying
18463 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
18464 struct s { int j; const int *ap[3]; };
18465 struct s *b; b->j = 5;
18467 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
18468 const int foo = 10;
18469 if (!foo) return 0;
18471 return !cs[0] && !zero.x;
18472 #endif
18475 return 0;
18477 _ACEOF
18478 rm -f conftest.$ac_objext
18479 if { (ac_try="$ac_compile"
18480 case "(($ac_try" in
18481 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18482 *) ac_try_echo=$ac_try;;
18483 esac
18484 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18485 (eval "$ac_compile") 2>conftest.er1
18486 ac_status=$?
18487 grep -v '^ *+' conftest.er1 >conftest.err
18488 rm -f conftest.er1
18489 cat conftest.err >&5
18490 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18491 (exit $ac_status); } && {
18492 test -z "$ac_c_werror_flag" ||
18493 test ! -s conftest.err
18494 } && test -s conftest.$ac_objext; then
18495 ac_cv_c_const=yes
18496 else
18497 echo "$as_me: failed program was:" >&5
18498 sed 's/^/| /' conftest.$ac_ext >&5
18500 ac_cv_c_const=no
18503 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18505 { echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
18506 echo "${ECHO_T}$ac_cv_c_const" >&6; }
18507 if test $ac_cv_c_const = no; then
18509 cat >>confdefs.h <<\_ACEOF
18510 #define const
18511 _ACEOF
18515 { echo "$as_me:$LINENO: checking for inline" >&5
18516 echo $ECHO_N "checking for inline... $ECHO_C" >&6; }
18517 if test "${ac_cv_c_inline+set}" = set; then
18518 echo $ECHO_N "(cached) $ECHO_C" >&6
18519 else
18520 ac_cv_c_inline=no
18521 for ac_kw in inline __inline__ __inline; do
18522 cat >conftest.$ac_ext <<_ACEOF
18523 /* confdefs.h. */
18524 _ACEOF
18525 cat confdefs.h >>conftest.$ac_ext
18526 cat >>conftest.$ac_ext <<_ACEOF
18527 /* end confdefs.h. */
18528 #ifndef __cplusplus
18529 typedef int foo_t;
18530 static $ac_kw foo_t static_foo () {return 0; }
18531 $ac_kw foo_t foo () {return 0; }
18532 #endif
18534 _ACEOF
18535 rm -f conftest.$ac_objext
18536 if { (ac_try="$ac_compile"
18537 case "(($ac_try" in
18538 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18539 *) ac_try_echo=$ac_try;;
18540 esac
18541 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18542 (eval "$ac_compile") 2>conftest.er1
18543 ac_status=$?
18544 grep -v '^ *+' conftest.er1 >conftest.err
18545 rm -f conftest.er1
18546 cat conftest.err >&5
18547 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18548 (exit $ac_status); } && {
18549 test -z "$ac_c_werror_flag" ||
18550 test ! -s conftest.err
18551 } && test -s conftest.$ac_objext; then
18552 ac_cv_c_inline=$ac_kw
18553 else
18554 echo "$as_me: failed program was:" >&5
18555 sed 's/^/| /' conftest.$ac_ext >&5
18560 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18561 test "$ac_cv_c_inline" != no && break
18562 done
18565 { echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5
18566 echo "${ECHO_T}$ac_cv_c_inline" >&6; }
18569 case $ac_cv_c_inline in
18570 inline | yes) ;;
18572 case $ac_cv_c_inline in
18573 no) ac_val=;;
18574 *) ac_val=$ac_cv_c_inline;;
18575 esac
18576 cat >>confdefs.h <<_ACEOF
18577 #ifndef __cplusplus
18578 #define inline $ac_val
18579 #endif
18580 _ACEOF
18582 esac
18584 { echo "$as_me:$LINENO: checking for mode_t" >&5
18585 echo $ECHO_N "checking for mode_t... $ECHO_C" >&6; }
18586 if test "${ac_cv_type_mode_t+set}" = set; then
18587 echo $ECHO_N "(cached) $ECHO_C" >&6
18588 else
18589 cat >conftest.$ac_ext <<_ACEOF
18590 /* confdefs.h. */
18591 _ACEOF
18592 cat confdefs.h >>conftest.$ac_ext
18593 cat >>conftest.$ac_ext <<_ACEOF
18594 /* end confdefs.h. */
18595 $ac_includes_default
18596 typedef mode_t ac__type_new_;
18598 main ()
18600 if ((ac__type_new_ *) 0)
18601 return 0;
18602 if (sizeof (ac__type_new_))
18603 return 0;
18605 return 0;
18607 _ACEOF
18608 rm -f conftest.$ac_objext
18609 if { (ac_try="$ac_compile"
18610 case "(($ac_try" in
18611 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18612 *) ac_try_echo=$ac_try;;
18613 esac
18614 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18615 (eval "$ac_compile") 2>conftest.er1
18616 ac_status=$?
18617 grep -v '^ *+' conftest.er1 >conftest.err
18618 rm -f conftest.er1
18619 cat conftest.err >&5
18620 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18621 (exit $ac_status); } && {
18622 test -z "$ac_c_werror_flag" ||
18623 test ! -s conftest.err
18624 } && test -s conftest.$ac_objext; then
18625 ac_cv_type_mode_t=yes
18626 else
18627 echo "$as_me: failed program was:" >&5
18628 sed 's/^/| /' conftest.$ac_ext >&5
18630 ac_cv_type_mode_t=no
18633 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18635 { echo "$as_me:$LINENO: result: $ac_cv_type_mode_t" >&5
18636 echo "${ECHO_T}$ac_cv_type_mode_t" >&6; }
18637 if test $ac_cv_type_mode_t = yes; then
18639 cat >>confdefs.h <<_ACEOF
18640 #define HAVE_MODE_T 1
18641 _ACEOF
18645 { echo "$as_me:$LINENO: checking for off_t" >&5
18646 echo $ECHO_N "checking for off_t... $ECHO_C" >&6; }
18647 if test "${ac_cv_type_off_t+set}" = set; then
18648 echo $ECHO_N "(cached) $ECHO_C" >&6
18649 else
18650 cat >conftest.$ac_ext <<_ACEOF
18651 /* confdefs.h. */
18652 _ACEOF
18653 cat confdefs.h >>conftest.$ac_ext
18654 cat >>conftest.$ac_ext <<_ACEOF
18655 /* end confdefs.h. */
18656 $ac_includes_default
18657 typedef off_t ac__type_new_;
18659 main ()
18661 if ((ac__type_new_ *) 0)
18662 return 0;
18663 if (sizeof (ac__type_new_))
18664 return 0;
18666 return 0;
18668 _ACEOF
18669 rm -f conftest.$ac_objext
18670 if { (ac_try="$ac_compile"
18671 case "(($ac_try" in
18672 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18673 *) ac_try_echo=$ac_try;;
18674 esac
18675 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18676 (eval "$ac_compile") 2>conftest.er1
18677 ac_status=$?
18678 grep -v '^ *+' conftest.er1 >conftest.err
18679 rm -f conftest.er1
18680 cat conftest.err >&5
18681 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18682 (exit $ac_status); } && {
18683 test -z "$ac_c_werror_flag" ||
18684 test ! -s conftest.err
18685 } && test -s conftest.$ac_objext; then
18686 ac_cv_type_off_t=yes
18687 else
18688 echo "$as_me: failed program was:" >&5
18689 sed 's/^/| /' conftest.$ac_ext >&5
18691 ac_cv_type_off_t=no
18694 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18696 { echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5
18697 echo "${ECHO_T}$ac_cv_type_off_t" >&6; }
18698 if test $ac_cv_type_off_t = yes; then
18700 cat >>confdefs.h <<_ACEOF
18701 #define HAVE_OFF_T 1
18702 _ACEOF
18706 { echo "$as_me:$LINENO: checking for pid_t" >&5
18707 echo $ECHO_N "checking for pid_t... $ECHO_C" >&6; }
18708 if test "${ac_cv_type_pid_t+set}" = set; then
18709 echo $ECHO_N "(cached) $ECHO_C" >&6
18710 else
18711 cat >conftest.$ac_ext <<_ACEOF
18712 /* confdefs.h. */
18713 _ACEOF
18714 cat confdefs.h >>conftest.$ac_ext
18715 cat >>conftest.$ac_ext <<_ACEOF
18716 /* end confdefs.h. */
18717 $ac_includes_default
18718 typedef pid_t ac__type_new_;
18720 main ()
18722 if ((ac__type_new_ *) 0)
18723 return 0;
18724 if (sizeof (ac__type_new_))
18725 return 0;
18727 return 0;
18729 _ACEOF
18730 rm -f conftest.$ac_objext
18731 if { (ac_try="$ac_compile"
18732 case "(($ac_try" in
18733 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18734 *) ac_try_echo=$ac_try;;
18735 esac
18736 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18737 (eval "$ac_compile") 2>conftest.er1
18738 ac_status=$?
18739 grep -v '^ *+' conftest.er1 >conftest.err
18740 rm -f conftest.er1
18741 cat conftest.err >&5
18742 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18743 (exit $ac_status); } && {
18744 test -z "$ac_c_werror_flag" ||
18745 test ! -s conftest.err
18746 } && test -s conftest.$ac_objext; then
18747 ac_cv_type_pid_t=yes
18748 else
18749 echo "$as_me: failed program was:" >&5
18750 sed 's/^/| /' conftest.$ac_ext >&5
18752 ac_cv_type_pid_t=no
18755 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18757 { echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5
18758 echo "${ECHO_T}$ac_cv_type_pid_t" >&6; }
18759 if test $ac_cv_type_pid_t = yes; then
18761 cat >>confdefs.h <<_ACEOF
18762 #define HAVE_PID_T 1
18763 _ACEOF
18767 { echo "$as_me:$LINENO: checking for size_t" >&5
18768 echo $ECHO_N "checking for size_t... $ECHO_C" >&6; }
18769 if test "${ac_cv_type_size_t+set}" = set; then
18770 echo $ECHO_N "(cached) $ECHO_C" >&6
18771 else
18772 cat >conftest.$ac_ext <<_ACEOF
18773 /* confdefs.h. */
18774 _ACEOF
18775 cat confdefs.h >>conftest.$ac_ext
18776 cat >>conftest.$ac_ext <<_ACEOF
18777 /* end confdefs.h. */
18778 $ac_includes_default
18779 typedef size_t ac__type_new_;
18781 main ()
18783 if ((ac__type_new_ *) 0)
18784 return 0;
18785 if (sizeof (ac__type_new_))
18786 return 0;
18788 return 0;
18790 _ACEOF
18791 rm -f conftest.$ac_objext
18792 if { (ac_try="$ac_compile"
18793 case "(($ac_try" in
18794 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18795 *) ac_try_echo=$ac_try;;
18796 esac
18797 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18798 (eval "$ac_compile") 2>conftest.er1
18799 ac_status=$?
18800 grep -v '^ *+' conftest.er1 >conftest.err
18801 rm -f conftest.er1
18802 cat conftest.err >&5
18803 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18804 (exit $ac_status); } && {
18805 test -z "$ac_c_werror_flag" ||
18806 test ! -s conftest.err
18807 } && test -s conftest.$ac_objext; then
18808 ac_cv_type_size_t=yes
18809 else
18810 echo "$as_me: failed program was:" >&5
18811 sed 's/^/| /' conftest.$ac_ext >&5
18813 ac_cv_type_size_t=no
18816 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18818 { echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
18819 echo "${ECHO_T}$ac_cv_type_size_t" >&6; }
18820 if test $ac_cv_type_size_t = yes; then
18822 cat >>confdefs.h <<_ACEOF
18823 #define HAVE_SIZE_T 1
18824 _ACEOF
18828 { echo "$as_me:$LINENO: checking for ssize_t" >&5
18829 echo $ECHO_N "checking for ssize_t... $ECHO_C" >&6; }
18830 if test "${ac_cv_type_ssize_t+set}" = set; then
18831 echo $ECHO_N "(cached) $ECHO_C" >&6
18832 else
18833 cat >conftest.$ac_ext <<_ACEOF
18834 /* confdefs.h. */
18835 _ACEOF
18836 cat confdefs.h >>conftest.$ac_ext
18837 cat >>conftest.$ac_ext <<_ACEOF
18838 /* end confdefs.h. */
18839 $ac_includes_default
18840 typedef ssize_t ac__type_new_;
18842 main ()
18844 if ((ac__type_new_ *) 0)
18845 return 0;
18846 if (sizeof (ac__type_new_))
18847 return 0;
18849 return 0;
18851 _ACEOF
18852 rm -f conftest.$ac_objext
18853 if { (ac_try="$ac_compile"
18854 case "(($ac_try" in
18855 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18856 *) ac_try_echo=$ac_try;;
18857 esac
18858 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18859 (eval "$ac_compile") 2>conftest.er1
18860 ac_status=$?
18861 grep -v '^ *+' conftest.er1 >conftest.err
18862 rm -f conftest.er1
18863 cat conftest.err >&5
18864 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18865 (exit $ac_status); } && {
18866 test -z "$ac_c_werror_flag" ||
18867 test ! -s conftest.err
18868 } && test -s conftest.$ac_objext; then
18869 ac_cv_type_ssize_t=yes
18870 else
18871 echo "$as_me: failed program was:" >&5
18872 sed 's/^/| /' conftest.$ac_ext >&5
18874 ac_cv_type_ssize_t=no
18877 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18879 { echo "$as_me:$LINENO: result: $ac_cv_type_ssize_t" >&5
18880 echo "${ECHO_T}$ac_cv_type_ssize_t" >&6; }
18881 if test $ac_cv_type_ssize_t = yes; then
18883 cat >>confdefs.h <<_ACEOF
18884 #define HAVE_SSIZE_T 1
18885 _ACEOF
18889 { echo "$as_me:$LINENO: checking for long long" >&5
18890 echo $ECHO_N "checking for long long... $ECHO_C" >&6; }
18891 if test "${ac_cv_type_long_long+set}" = set; then
18892 echo $ECHO_N "(cached) $ECHO_C" >&6
18893 else
18894 cat >conftest.$ac_ext <<_ACEOF
18895 /* confdefs.h. */
18896 _ACEOF
18897 cat confdefs.h >>conftest.$ac_ext
18898 cat >>conftest.$ac_ext <<_ACEOF
18899 /* end confdefs.h. */
18900 $ac_includes_default
18901 typedef long long ac__type_new_;
18903 main ()
18905 if ((ac__type_new_ *) 0)
18906 return 0;
18907 if (sizeof (ac__type_new_))
18908 return 0;
18910 return 0;
18912 _ACEOF
18913 rm -f conftest.$ac_objext
18914 if { (ac_try="$ac_compile"
18915 case "(($ac_try" in
18916 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18917 *) ac_try_echo=$ac_try;;
18918 esac
18919 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18920 (eval "$ac_compile") 2>conftest.er1
18921 ac_status=$?
18922 grep -v '^ *+' conftest.er1 >conftest.err
18923 rm -f conftest.er1
18924 cat conftest.err >&5
18925 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18926 (exit $ac_status); } && {
18927 test -z "$ac_c_werror_flag" ||
18928 test ! -s conftest.err
18929 } && test -s conftest.$ac_objext; then
18930 ac_cv_type_long_long=yes
18931 else
18932 echo "$as_me: failed program was:" >&5
18933 sed 's/^/| /' conftest.$ac_ext >&5
18935 ac_cv_type_long_long=no
18938 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18940 { echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
18941 echo "${ECHO_T}$ac_cv_type_long_long" >&6; }
18942 if test $ac_cv_type_long_long = yes; then
18944 cat >>confdefs.h <<_ACEOF
18945 #define HAVE_LONG_LONG 1
18946 _ACEOF
18950 { echo "$as_me:$LINENO: checking for fsblkcnt_t" >&5
18951 echo $ECHO_N "checking for fsblkcnt_t... $ECHO_C" >&6; }
18952 if test "${ac_cv_type_fsblkcnt_t+set}" = set; then
18953 echo $ECHO_N "(cached) $ECHO_C" >&6
18954 else
18955 cat >conftest.$ac_ext <<_ACEOF
18956 /* confdefs.h. */
18957 _ACEOF
18958 cat confdefs.h >>conftest.$ac_ext
18959 cat >>conftest.$ac_ext <<_ACEOF
18960 /* end confdefs.h. */
18961 $ac_includes_default
18962 typedef fsblkcnt_t ac__type_new_;
18964 main ()
18966 if ((ac__type_new_ *) 0)
18967 return 0;
18968 if (sizeof (ac__type_new_))
18969 return 0;
18971 return 0;
18973 _ACEOF
18974 rm -f conftest.$ac_objext
18975 if { (ac_try="$ac_compile"
18976 case "(($ac_try" in
18977 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18978 *) ac_try_echo=$ac_try;;
18979 esac
18980 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18981 (eval "$ac_compile") 2>conftest.er1
18982 ac_status=$?
18983 grep -v '^ *+' conftest.er1 >conftest.err
18984 rm -f conftest.er1
18985 cat conftest.err >&5
18986 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18987 (exit $ac_status); } && {
18988 test -z "$ac_c_werror_flag" ||
18989 test ! -s conftest.err
18990 } && test -s conftest.$ac_objext; then
18991 ac_cv_type_fsblkcnt_t=yes
18992 else
18993 echo "$as_me: failed program was:" >&5
18994 sed 's/^/| /' conftest.$ac_ext >&5
18996 ac_cv_type_fsblkcnt_t=no
18999 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19001 { echo "$as_me:$LINENO: result: $ac_cv_type_fsblkcnt_t" >&5
19002 echo "${ECHO_T}$ac_cv_type_fsblkcnt_t" >&6; }
19003 if test $ac_cv_type_fsblkcnt_t = yes; then
19005 cat >>confdefs.h <<_ACEOF
19006 #define HAVE_FSBLKCNT_T 1
19007 _ACEOF
19011 { echo "$as_me:$LINENO: checking for fsfilcnt_t" >&5
19012 echo $ECHO_N "checking for fsfilcnt_t... $ECHO_C" >&6; }
19013 if test "${ac_cv_type_fsfilcnt_t+set}" = set; then
19014 echo $ECHO_N "(cached) $ECHO_C" >&6
19015 else
19016 cat >conftest.$ac_ext <<_ACEOF
19017 /* confdefs.h. */
19018 _ACEOF
19019 cat confdefs.h >>conftest.$ac_ext
19020 cat >>conftest.$ac_ext <<_ACEOF
19021 /* end confdefs.h. */
19022 $ac_includes_default
19023 typedef fsfilcnt_t ac__type_new_;
19025 main ()
19027 if ((ac__type_new_ *) 0)
19028 return 0;
19029 if (sizeof (ac__type_new_))
19030 return 0;
19032 return 0;
19034 _ACEOF
19035 rm -f conftest.$ac_objext
19036 if { (ac_try="$ac_compile"
19037 case "(($ac_try" in
19038 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19039 *) ac_try_echo=$ac_try;;
19040 esac
19041 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19042 (eval "$ac_compile") 2>conftest.er1
19043 ac_status=$?
19044 grep -v '^ *+' conftest.er1 >conftest.err
19045 rm -f conftest.er1
19046 cat conftest.err >&5
19047 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19048 (exit $ac_status); } && {
19049 test -z "$ac_c_werror_flag" ||
19050 test ! -s conftest.err
19051 } && test -s conftest.$ac_objext; then
19052 ac_cv_type_fsfilcnt_t=yes
19053 else
19054 echo "$as_me: failed program was:" >&5
19055 sed 's/^/| /' conftest.$ac_ext >&5
19057 ac_cv_type_fsfilcnt_t=no
19060 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19062 { echo "$as_me:$LINENO: result: $ac_cv_type_fsfilcnt_t" >&5
19063 echo "${ECHO_T}$ac_cv_type_fsfilcnt_t" >&6; }
19064 if test $ac_cv_type_fsfilcnt_t = yes; then
19066 cat >>confdefs.h <<_ACEOF
19067 #define HAVE_FSFILCNT_T 1
19068 _ACEOF
19073 { echo "$as_me:$LINENO: checking for sigset_t" >&5
19074 echo $ECHO_N "checking for sigset_t... $ECHO_C" >&6; }
19075 if test "${ac_cv_type_sigset_t+set}" = set; then
19076 echo $ECHO_N "(cached) $ECHO_C" >&6
19077 else
19078 cat >conftest.$ac_ext <<_ACEOF
19079 /* confdefs.h. */
19080 _ACEOF
19081 cat confdefs.h >>conftest.$ac_ext
19082 cat >>conftest.$ac_ext <<_ACEOF
19083 /* end confdefs.h. */
19084 #include <sys/types.h>
19085 #include <signal.h>
19087 typedef sigset_t ac__type_new_;
19089 main ()
19091 if ((ac__type_new_ *) 0)
19092 return 0;
19093 if (sizeof (ac__type_new_))
19094 return 0;
19096 return 0;
19098 _ACEOF
19099 rm -f conftest.$ac_objext
19100 if { (ac_try="$ac_compile"
19101 case "(($ac_try" in
19102 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19103 *) ac_try_echo=$ac_try;;
19104 esac
19105 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19106 (eval "$ac_compile") 2>conftest.er1
19107 ac_status=$?
19108 grep -v '^ *+' conftest.er1 >conftest.err
19109 rm -f conftest.er1
19110 cat conftest.err >&5
19111 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19112 (exit $ac_status); } && {
19113 test -z "$ac_c_werror_flag" ||
19114 test ! -s conftest.err
19115 } && test -s conftest.$ac_objext; then
19116 ac_cv_type_sigset_t=yes
19117 else
19118 echo "$as_me: failed program was:" >&5
19119 sed 's/^/| /' conftest.$ac_ext >&5
19121 ac_cv_type_sigset_t=no
19124 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19126 { echo "$as_me:$LINENO: result: $ac_cv_type_sigset_t" >&5
19127 echo "${ECHO_T}$ac_cv_type_sigset_t" >&6; }
19128 if test $ac_cv_type_sigset_t = yes; then
19130 cat >>confdefs.h <<_ACEOF
19131 #define HAVE_SIGSET_T 1
19132 _ACEOF
19137 { echo "$as_me:$LINENO: checking for request_sense" >&5
19138 echo $ECHO_N "checking for request_sense... $ECHO_C" >&6; }
19139 if test "${ac_cv_type_request_sense+set}" = set; then
19140 echo $ECHO_N "(cached) $ECHO_C" >&6
19141 else
19142 cat >conftest.$ac_ext <<_ACEOF
19143 /* confdefs.h. */
19144 _ACEOF
19145 cat confdefs.h >>conftest.$ac_ext
19146 cat >>conftest.$ac_ext <<_ACEOF
19147 /* end confdefs.h. */
19148 #include <linux/cdrom.h>
19150 typedef request_sense ac__type_new_;
19152 main ()
19154 if ((ac__type_new_ *) 0)
19155 return 0;
19156 if (sizeof (ac__type_new_))
19157 return 0;
19159 return 0;
19161 _ACEOF
19162 rm -f conftest.$ac_objext
19163 if { (ac_try="$ac_compile"
19164 case "(($ac_try" in
19165 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19166 *) ac_try_echo=$ac_try;;
19167 esac
19168 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19169 (eval "$ac_compile") 2>conftest.er1
19170 ac_status=$?
19171 grep -v '^ *+' conftest.er1 >conftest.err
19172 rm -f conftest.er1
19173 cat conftest.err >&5
19174 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19175 (exit $ac_status); } && {
19176 test -z "$ac_c_werror_flag" ||
19177 test ! -s conftest.err
19178 } && test -s conftest.$ac_objext; then
19179 ac_cv_type_request_sense=yes
19180 else
19181 echo "$as_me: failed program was:" >&5
19182 sed 's/^/| /' conftest.$ac_ext >&5
19184 ac_cv_type_request_sense=no
19187 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19189 { echo "$as_me:$LINENO: result: $ac_cv_type_request_sense" >&5
19190 echo "${ECHO_T}$ac_cv_type_request_sense" >&6; }
19191 if test $ac_cv_type_request_sense = yes; then
19193 cat >>confdefs.h <<_ACEOF
19194 #define HAVE_REQUEST_SENSE 1
19195 _ACEOF
19201 { echo "$as_me:$LINENO: checking for struct ff_effect.direction" >&5
19202 echo $ECHO_N "checking for struct ff_effect.direction... $ECHO_C" >&6; }
19203 if test "${ac_cv_member_struct_ff_effect_direction+set}" = set; then
19204 echo $ECHO_N "(cached) $ECHO_C" >&6
19205 else
19206 cat >conftest.$ac_ext <<_ACEOF
19207 /* confdefs.h. */
19208 _ACEOF
19209 cat confdefs.h >>conftest.$ac_ext
19210 cat >>conftest.$ac_ext <<_ACEOF
19211 /* end confdefs.h. */
19212 #ifdef HAVE_LINUX_INPUT_H
19213 #include <linux/input.h>
19214 #endif
19217 main ()
19219 static struct ff_effect ac_aggr;
19220 if (ac_aggr.direction)
19221 return 0;
19223 return 0;
19225 _ACEOF
19226 rm -f conftest.$ac_objext
19227 if { (ac_try="$ac_compile"
19228 case "(($ac_try" in
19229 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19230 *) ac_try_echo=$ac_try;;
19231 esac
19232 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19233 (eval "$ac_compile") 2>conftest.er1
19234 ac_status=$?
19235 grep -v '^ *+' conftest.er1 >conftest.err
19236 rm -f conftest.er1
19237 cat conftest.err >&5
19238 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19239 (exit $ac_status); } && {
19240 test -z "$ac_c_werror_flag" ||
19241 test ! -s conftest.err
19242 } && test -s conftest.$ac_objext; then
19243 ac_cv_member_struct_ff_effect_direction=yes
19244 else
19245 echo "$as_me: failed program was:" >&5
19246 sed 's/^/| /' conftest.$ac_ext >&5
19248 cat >conftest.$ac_ext <<_ACEOF
19249 /* confdefs.h. */
19250 _ACEOF
19251 cat confdefs.h >>conftest.$ac_ext
19252 cat >>conftest.$ac_ext <<_ACEOF
19253 /* end confdefs.h. */
19254 #ifdef HAVE_LINUX_INPUT_H
19255 #include <linux/input.h>
19256 #endif
19259 main ()
19261 static struct ff_effect ac_aggr;
19262 if (sizeof ac_aggr.direction)
19263 return 0;
19265 return 0;
19267 _ACEOF
19268 rm -f conftest.$ac_objext
19269 if { (ac_try="$ac_compile"
19270 case "(($ac_try" in
19271 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19272 *) ac_try_echo=$ac_try;;
19273 esac
19274 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19275 (eval "$ac_compile") 2>conftest.er1
19276 ac_status=$?
19277 grep -v '^ *+' conftest.er1 >conftest.err
19278 rm -f conftest.er1
19279 cat conftest.err >&5
19280 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19281 (exit $ac_status); } && {
19282 test -z "$ac_c_werror_flag" ||
19283 test ! -s conftest.err
19284 } && test -s conftest.$ac_objext; then
19285 ac_cv_member_struct_ff_effect_direction=yes
19286 else
19287 echo "$as_me: failed program was:" >&5
19288 sed 's/^/| /' conftest.$ac_ext >&5
19290 ac_cv_member_struct_ff_effect_direction=no
19293 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19296 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19298 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_ff_effect_direction" >&5
19299 echo "${ECHO_T}$ac_cv_member_struct_ff_effect_direction" >&6; }
19300 if test $ac_cv_member_struct_ff_effect_direction = yes; then
19302 cat >>confdefs.h <<_ACEOF
19303 #define HAVE_STRUCT_FF_EFFECT_DIRECTION 1
19304 _ACEOF
19310 { echo "$as_me:$LINENO: checking for sigaddset" >&5
19311 echo $ECHO_N "checking for sigaddset... $ECHO_C" >&6; }
19312 if test "${wine_cv_have_sigaddset+set}" = set; then
19313 echo $ECHO_N "(cached) $ECHO_C" >&6
19314 else
19315 cat >conftest.$ac_ext <<_ACEOF
19316 /* confdefs.h. */
19317 _ACEOF
19318 cat confdefs.h >>conftest.$ac_ext
19319 cat >>conftest.$ac_ext <<_ACEOF
19320 /* end confdefs.h. */
19321 #include <signal.h>
19323 main ()
19325 sigset_t set; sigaddset(&set,SIGTERM);
19327 return 0;
19329 _ACEOF
19330 rm -f conftest.$ac_objext conftest$ac_exeext
19331 if { (ac_try="$ac_link"
19332 case "(($ac_try" in
19333 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19334 *) ac_try_echo=$ac_try;;
19335 esac
19336 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19337 (eval "$ac_link") 2>conftest.er1
19338 ac_status=$?
19339 grep -v '^ *+' conftest.er1 >conftest.err
19340 rm -f conftest.er1
19341 cat conftest.err >&5
19342 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19343 (exit $ac_status); } && {
19344 test -z "$ac_c_werror_flag" ||
19345 test ! -s conftest.err
19346 } && test -s conftest$ac_exeext &&
19347 $as_test_x conftest$ac_exeext; then
19348 wine_cv_have_sigaddset=yes
19349 else
19350 echo "$as_me: failed program was:" >&5
19351 sed 's/^/| /' conftest.$ac_ext >&5
19353 wine_cv_have_sigaddset=no
19356 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19357 conftest$ac_exeext conftest.$ac_ext
19359 { echo "$as_me:$LINENO: result: $wine_cv_have_sigaddset" >&5
19360 echo "${ECHO_T}$wine_cv_have_sigaddset" >&6; }
19361 if test "$wine_cv_have_sigaddset" = "yes"
19362 then
19364 cat >>confdefs.h <<\_ACEOF
19365 #define HAVE_SIGADDSET 1
19366 _ACEOF
19371 { echo "$as_me:$LINENO: checking whether we can use re-entrant gethostbyname_r Linux style" >&5
19372 echo $ECHO_N "checking whether we can use re-entrant gethostbyname_r Linux style... $ECHO_C" >&6; }
19373 if test "${wine_cv_linux_gethostbyname_r_6+set}" = set; then
19374 echo $ECHO_N "(cached) $ECHO_C" >&6
19375 else
19376 cat >conftest.$ac_ext <<_ACEOF
19377 /* confdefs.h. */
19378 _ACEOF
19379 cat confdefs.h >>conftest.$ac_ext
19380 cat >>conftest.$ac_ext <<_ACEOF
19381 /* end confdefs.h. */
19382 #include <netdb.h>
19384 main ()
19387 char *name=0;
19388 struct hostent he;
19389 struct hostent *result;
19390 char *buf=0;
19391 int bufsize=0;
19392 int res,errnr;
19393 char *addr=0;
19394 int addrlen=0;
19395 int addrtype=0;
19396 res=gethostbyname_r(name,&he,buf,bufsize,&result,&errnr);
19397 res=gethostbyaddr_r(addr, addrlen, addrtype,&he,buf,bufsize,&result,&errnr);
19400 return 0;
19402 _ACEOF
19403 rm -f conftest.$ac_objext conftest$ac_exeext
19404 if { (ac_try="$ac_link"
19405 case "(($ac_try" in
19406 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19407 *) ac_try_echo=$ac_try;;
19408 esac
19409 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19410 (eval "$ac_link") 2>conftest.er1
19411 ac_status=$?
19412 grep -v '^ *+' conftest.er1 >conftest.err
19413 rm -f conftest.er1
19414 cat conftest.err >&5
19415 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19416 (exit $ac_status); } && {
19417 test -z "$ac_c_werror_flag" ||
19418 test ! -s conftest.err
19419 } && test -s conftest$ac_exeext &&
19420 $as_test_x conftest$ac_exeext; then
19421 wine_cv_linux_gethostbyname_r_6=yes
19422 else
19423 echo "$as_me: failed program was:" >&5
19424 sed 's/^/| /' conftest.$ac_ext >&5
19426 wine_cv_linux_gethostbyname_r_6=no
19430 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19431 conftest$ac_exeext conftest.$ac_ext
19434 { echo "$as_me:$LINENO: result: $wine_cv_linux_gethostbyname_r_6" >&5
19435 echo "${ECHO_T}$wine_cv_linux_gethostbyname_r_6" >&6; }
19436 if test "$wine_cv_linux_gethostbyname_r_6" = "yes"
19437 then
19439 cat >>confdefs.h <<\_ACEOF
19440 #define HAVE_LINUX_GETHOSTBYNAME_R_6 1
19441 _ACEOF
19445 if test "$ac_cv_header_linux_joystick_h" = "yes"
19446 then
19447 { echo "$as_me:$LINENO: checking whether linux/joystick.h uses the Linux 2.2+ API" >&5
19448 echo $ECHO_N "checking whether linux/joystick.h uses the Linux 2.2+ API... $ECHO_C" >&6; }
19449 if test "${wine_cv_linux_joystick_22_api+set}" = set; then
19450 echo $ECHO_N "(cached) $ECHO_C" >&6
19451 else
19452 cat >conftest.$ac_ext <<_ACEOF
19453 /* confdefs.h. */
19454 _ACEOF
19455 cat confdefs.h >>conftest.$ac_ext
19456 cat >>conftest.$ac_ext <<_ACEOF
19457 /* end confdefs.h. */
19459 #include <sys/ioctl.h>
19460 #include <sys/types.h>
19461 #include <linux/joystick.h>
19463 struct js_event blub;
19464 #if !defined(JS_EVENT_AXIS) || !defined(JS_EVENT_BUTTON)
19465 #error "no 2.2 header"
19466 #endif
19469 main ()
19471 /*empty*/
19473 return 0;
19475 _ACEOF
19476 rm -f conftest.$ac_objext
19477 if { (ac_try="$ac_compile"
19478 case "(($ac_try" in
19479 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19480 *) ac_try_echo=$ac_try;;
19481 esac
19482 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19483 (eval "$ac_compile") 2>conftest.er1
19484 ac_status=$?
19485 grep -v '^ *+' conftest.er1 >conftest.err
19486 rm -f conftest.er1
19487 cat conftest.err >&5
19488 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19489 (exit $ac_status); } && {
19490 test -z "$ac_c_werror_flag" ||
19491 test ! -s conftest.err
19492 } && test -s conftest.$ac_objext; then
19493 wine_cv_linux_joystick_22_api=yes
19494 else
19495 echo "$as_me: failed program was:" >&5
19496 sed 's/^/| /' conftest.$ac_ext >&5
19498 wine_cv_linux_joystick_22_api=no
19501 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19504 { echo "$as_me:$LINENO: result: $wine_cv_linux_joystick_22_api" >&5
19505 echo "${ECHO_T}$wine_cv_linux_joystick_22_api" >&6; }
19506 if test "$wine_cv_linux_joystick_22_api" = "yes"
19507 then
19509 cat >>confdefs.h <<\_ACEOF
19510 #define HAVE_LINUX_22_JOYSTICK_API 1
19511 _ACEOF
19517 { echo "$as_me:$LINENO: checking for struct statfs.f_bfree" >&5
19518 echo $ECHO_N "checking for struct statfs.f_bfree... $ECHO_C" >&6; }
19519 if test "${ac_cv_member_struct_statfs_f_bfree+set}" = set; then
19520 echo $ECHO_N "(cached) $ECHO_C" >&6
19521 else
19522 cat >conftest.$ac_ext <<_ACEOF
19523 /* confdefs.h. */
19524 _ACEOF
19525 cat confdefs.h >>conftest.$ac_ext
19526 cat >>conftest.$ac_ext <<_ACEOF
19527 /* end confdefs.h. */
19528 #include <sys/types.h>
19529 #ifdef HAVE_SYS_PARAM_H
19530 # include <sys/param.h>
19531 #endif
19532 #ifdef HAVE_SYS_MOUNT_H
19533 # include <sys/mount.h>
19534 #endif
19535 #ifdef HAVE_SYS_VFS_H
19536 # include <sys/vfs.h>
19537 #endif
19538 #ifdef HAVE_SYS_STATFS_H
19539 # include <sys/statfs.h>
19540 #endif
19543 main ()
19545 static struct statfs ac_aggr;
19546 if (ac_aggr.f_bfree)
19547 return 0;
19549 return 0;
19551 _ACEOF
19552 rm -f conftest.$ac_objext
19553 if { (ac_try="$ac_compile"
19554 case "(($ac_try" in
19555 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19556 *) ac_try_echo=$ac_try;;
19557 esac
19558 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19559 (eval "$ac_compile") 2>conftest.er1
19560 ac_status=$?
19561 grep -v '^ *+' conftest.er1 >conftest.err
19562 rm -f conftest.er1
19563 cat conftest.err >&5
19564 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19565 (exit $ac_status); } && {
19566 test -z "$ac_c_werror_flag" ||
19567 test ! -s conftest.err
19568 } && test -s conftest.$ac_objext; then
19569 ac_cv_member_struct_statfs_f_bfree=yes
19570 else
19571 echo "$as_me: failed program was:" >&5
19572 sed 's/^/| /' conftest.$ac_ext >&5
19574 cat >conftest.$ac_ext <<_ACEOF
19575 /* confdefs.h. */
19576 _ACEOF
19577 cat confdefs.h >>conftest.$ac_ext
19578 cat >>conftest.$ac_ext <<_ACEOF
19579 /* end confdefs.h. */
19580 #include <sys/types.h>
19581 #ifdef HAVE_SYS_PARAM_H
19582 # include <sys/param.h>
19583 #endif
19584 #ifdef HAVE_SYS_MOUNT_H
19585 # include <sys/mount.h>
19586 #endif
19587 #ifdef HAVE_SYS_VFS_H
19588 # include <sys/vfs.h>
19589 #endif
19590 #ifdef HAVE_SYS_STATFS_H
19591 # include <sys/statfs.h>
19592 #endif
19595 main ()
19597 static struct statfs ac_aggr;
19598 if (sizeof ac_aggr.f_bfree)
19599 return 0;
19601 return 0;
19603 _ACEOF
19604 rm -f conftest.$ac_objext
19605 if { (ac_try="$ac_compile"
19606 case "(($ac_try" in
19607 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19608 *) ac_try_echo=$ac_try;;
19609 esac
19610 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19611 (eval "$ac_compile") 2>conftest.er1
19612 ac_status=$?
19613 grep -v '^ *+' conftest.er1 >conftest.err
19614 rm -f conftest.er1
19615 cat conftest.err >&5
19616 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19617 (exit $ac_status); } && {
19618 test -z "$ac_c_werror_flag" ||
19619 test ! -s conftest.err
19620 } && test -s conftest.$ac_objext; then
19621 ac_cv_member_struct_statfs_f_bfree=yes
19622 else
19623 echo "$as_me: failed program was:" >&5
19624 sed 's/^/| /' conftest.$ac_ext >&5
19626 ac_cv_member_struct_statfs_f_bfree=no
19629 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19632 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19634 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bfree" >&5
19635 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_bfree" >&6; }
19636 if test $ac_cv_member_struct_statfs_f_bfree = yes; then
19638 cat >>confdefs.h <<_ACEOF
19639 #define HAVE_STRUCT_STATFS_F_BFREE 1
19640 _ACEOF
19644 { echo "$as_me:$LINENO: checking for struct statfs.f_bavail" >&5
19645 echo $ECHO_N "checking for struct statfs.f_bavail... $ECHO_C" >&6; }
19646 if test "${ac_cv_member_struct_statfs_f_bavail+set}" = set; then
19647 echo $ECHO_N "(cached) $ECHO_C" >&6
19648 else
19649 cat >conftest.$ac_ext <<_ACEOF
19650 /* confdefs.h. */
19651 _ACEOF
19652 cat confdefs.h >>conftest.$ac_ext
19653 cat >>conftest.$ac_ext <<_ACEOF
19654 /* end confdefs.h. */
19655 #include <sys/types.h>
19656 #ifdef HAVE_SYS_PARAM_H
19657 # include <sys/param.h>
19658 #endif
19659 #ifdef HAVE_SYS_MOUNT_H
19660 # include <sys/mount.h>
19661 #endif
19662 #ifdef HAVE_SYS_VFS_H
19663 # include <sys/vfs.h>
19664 #endif
19665 #ifdef HAVE_SYS_STATFS_H
19666 # include <sys/statfs.h>
19667 #endif
19670 main ()
19672 static struct statfs ac_aggr;
19673 if (ac_aggr.f_bavail)
19674 return 0;
19676 return 0;
19678 _ACEOF
19679 rm -f conftest.$ac_objext
19680 if { (ac_try="$ac_compile"
19681 case "(($ac_try" in
19682 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19683 *) ac_try_echo=$ac_try;;
19684 esac
19685 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19686 (eval "$ac_compile") 2>conftest.er1
19687 ac_status=$?
19688 grep -v '^ *+' conftest.er1 >conftest.err
19689 rm -f conftest.er1
19690 cat conftest.err >&5
19691 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19692 (exit $ac_status); } && {
19693 test -z "$ac_c_werror_flag" ||
19694 test ! -s conftest.err
19695 } && test -s conftest.$ac_objext; then
19696 ac_cv_member_struct_statfs_f_bavail=yes
19697 else
19698 echo "$as_me: failed program was:" >&5
19699 sed 's/^/| /' conftest.$ac_ext >&5
19701 cat >conftest.$ac_ext <<_ACEOF
19702 /* confdefs.h. */
19703 _ACEOF
19704 cat confdefs.h >>conftest.$ac_ext
19705 cat >>conftest.$ac_ext <<_ACEOF
19706 /* end confdefs.h. */
19707 #include <sys/types.h>
19708 #ifdef HAVE_SYS_PARAM_H
19709 # include <sys/param.h>
19710 #endif
19711 #ifdef HAVE_SYS_MOUNT_H
19712 # include <sys/mount.h>
19713 #endif
19714 #ifdef HAVE_SYS_VFS_H
19715 # include <sys/vfs.h>
19716 #endif
19717 #ifdef HAVE_SYS_STATFS_H
19718 # include <sys/statfs.h>
19719 #endif
19722 main ()
19724 static struct statfs ac_aggr;
19725 if (sizeof ac_aggr.f_bavail)
19726 return 0;
19728 return 0;
19730 _ACEOF
19731 rm -f conftest.$ac_objext
19732 if { (ac_try="$ac_compile"
19733 case "(($ac_try" in
19734 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19735 *) ac_try_echo=$ac_try;;
19736 esac
19737 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19738 (eval "$ac_compile") 2>conftest.er1
19739 ac_status=$?
19740 grep -v '^ *+' conftest.er1 >conftest.err
19741 rm -f conftest.er1
19742 cat conftest.err >&5
19743 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19744 (exit $ac_status); } && {
19745 test -z "$ac_c_werror_flag" ||
19746 test ! -s conftest.err
19747 } && test -s conftest.$ac_objext; then
19748 ac_cv_member_struct_statfs_f_bavail=yes
19749 else
19750 echo "$as_me: failed program was:" >&5
19751 sed 's/^/| /' conftest.$ac_ext >&5
19753 ac_cv_member_struct_statfs_f_bavail=no
19756 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19759 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19761 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bavail" >&5
19762 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_bavail" >&6; }
19763 if test $ac_cv_member_struct_statfs_f_bavail = yes; then
19765 cat >>confdefs.h <<_ACEOF
19766 #define HAVE_STRUCT_STATFS_F_BAVAIL 1
19767 _ACEOF
19771 { echo "$as_me:$LINENO: checking for struct statfs.f_frsize" >&5
19772 echo $ECHO_N "checking for struct statfs.f_frsize... $ECHO_C" >&6; }
19773 if test "${ac_cv_member_struct_statfs_f_frsize+set}" = set; then
19774 echo $ECHO_N "(cached) $ECHO_C" >&6
19775 else
19776 cat >conftest.$ac_ext <<_ACEOF
19777 /* confdefs.h. */
19778 _ACEOF
19779 cat confdefs.h >>conftest.$ac_ext
19780 cat >>conftest.$ac_ext <<_ACEOF
19781 /* end confdefs.h. */
19782 #include <sys/types.h>
19783 #ifdef HAVE_SYS_PARAM_H
19784 # include <sys/param.h>
19785 #endif
19786 #ifdef HAVE_SYS_MOUNT_H
19787 # include <sys/mount.h>
19788 #endif
19789 #ifdef HAVE_SYS_VFS_H
19790 # include <sys/vfs.h>
19791 #endif
19792 #ifdef HAVE_SYS_STATFS_H
19793 # include <sys/statfs.h>
19794 #endif
19797 main ()
19799 static struct statfs ac_aggr;
19800 if (ac_aggr.f_frsize)
19801 return 0;
19803 return 0;
19805 _ACEOF
19806 rm -f conftest.$ac_objext
19807 if { (ac_try="$ac_compile"
19808 case "(($ac_try" in
19809 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19810 *) ac_try_echo=$ac_try;;
19811 esac
19812 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19813 (eval "$ac_compile") 2>conftest.er1
19814 ac_status=$?
19815 grep -v '^ *+' conftest.er1 >conftest.err
19816 rm -f conftest.er1
19817 cat conftest.err >&5
19818 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19819 (exit $ac_status); } && {
19820 test -z "$ac_c_werror_flag" ||
19821 test ! -s conftest.err
19822 } && test -s conftest.$ac_objext; then
19823 ac_cv_member_struct_statfs_f_frsize=yes
19824 else
19825 echo "$as_me: failed program was:" >&5
19826 sed 's/^/| /' conftest.$ac_ext >&5
19828 cat >conftest.$ac_ext <<_ACEOF
19829 /* confdefs.h. */
19830 _ACEOF
19831 cat confdefs.h >>conftest.$ac_ext
19832 cat >>conftest.$ac_ext <<_ACEOF
19833 /* end confdefs.h. */
19834 #include <sys/types.h>
19835 #ifdef HAVE_SYS_PARAM_H
19836 # include <sys/param.h>
19837 #endif
19838 #ifdef HAVE_SYS_MOUNT_H
19839 # include <sys/mount.h>
19840 #endif
19841 #ifdef HAVE_SYS_VFS_H
19842 # include <sys/vfs.h>
19843 #endif
19844 #ifdef HAVE_SYS_STATFS_H
19845 # include <sys/statfs.h>
19846 #endif
19849 main ()
19851 static struct statfs ac_aggr;
19852 if (sizeof ac_aggr.f_frsize)
19853 return 0;
19855 return 0;
19857 _ACEOF
19858 rm -f conftest.$ac_objext
19859 if { (ac_try="$ac_compile"
19860 case "(($ac_try" in
19861 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19862 *) ac_try_echo=$ac_try;;
19863 esac
19864 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19865 (eval "$ac_compile") 2>conftest.er1
19866 ac_status=$?
19867 grep -v '^ *+' conftest.er1 >conftest.err
19868 rm -f conftest.er1
19869 cat conftest.err >&5
19870 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19871 (exit $ac_status); } && {
19872 test -z "$ac_c_werror_flag" ||
19873 test ! -s conftest.err
19874 } && test -s conftest.$ac_objext; then
19875 ac_cv_member_struct_statfs_f_frsize=yes
19876 else
19877 echo "$as_me: failed program was:" >&5
19878 sed 's/^/| /' conftest.$ac_ext >&5
19880 ac_cv_member_struct_statfs_f_frsize=no
19883 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19886 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19888 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_frsize" >&5
19889 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_frsize" >&6; }
19890 if test $ac_cv_member_struct_statfs_f_frsize = yes; then
19892 cat >>confdefs.h <<_ACEOF
19893 #define HAVE_STRUCT_STATFS_F_FRSIZE 1
19894 _ACEOF
19898 { echo "$as_me:$LINENO: checking for struct statfs.f_ffree" >&5
19899 echo $ECHO_N "checking for struct statfs.f_ffree... $ECHO_C" >&6; }
19900 if test "${ac_cv_member_struct_statfs_f_ffree+set}" = set; then
19901 echo $ECHO_N "(cached) $ECHO_C" >&6
19902 else
19903 cat >conftest.$ac_ext <<_ACEOF
19904 /* confdefs.h. */
19905 _ACEOF
19906 cat confdefs.h >>conftest.$ac_ext
19907 cat >>conftest.$ac_ext <<_ACEOF
19908 /* end confdefs.h. */
19909 #include <sys/types.h>
19910 #ifdef HAVE_SYS_PARAM_H
19911 # include <sys/param.h>
19912 #endif
19913 #ifdef HAVE_SYS_MOUNT_H
19914 # include <sys/mount.h>
19915 #endif
19916 #ifdef HAVE_SYS_VFS_H
19917 # include <sys/vfs.h>
19918 #endif
19919 #ifdef HAVE_SYS_STATFS_H
19920 # include <sys/statfs.h>
19921 #endif
19924 main ()
19926 static struct statfs ac_aggr;
19927 if (ac_aggr.f_ffree)
19928 return 0;
19930 return 0;
19932 _ACEOF
19933 rm -f conftest.$ac_objext
19934 if { (ac_try="$ac_compile"
19935 case "(($ac_try" in
19936 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19937 *) ac_try_echo=$ac_try;;
19938 esac
19939 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19940 (eval "$ac_compile") 2>conftest.er1
19941 ac_status=$?
19942 grep -v '^ *+' conftest.er1 >conftest.err
19943 rm -f conftest.er1
19944 cat conftest.err >&5
19945 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19946 (exit $ac_status); } && {
19947 test -z "$ac_c_werror_flag" ||
19948 test ! -s conftest.err
19949 } && test -s conftest.$ac_objext; then
19950 ac_cv_member_struct_statfs_f_ffree=yes
19951 else
19952 echo "$as_me: failed program was:" >&5
19953 sed 's/^/| /' conftest.$ac_ext >&5
19955 cat >conftest.$ac_ext <<_ACEOF
19956 /* confdefs.h. */
19957 _ACEOF
19958 cat confdefs.h >>conftest.$ac_ext
19959 cat >>conftest.$ac_ext <<_ACEOF
19960 /* end confdefs.h. */
19961 #include <sys/types.h>
19962 #ifdef HAVE_SYS_PARAM_H
19963 # include <sys/param.h>
19964 #endif
19965 #ifdef HAVE_SYS_MOUNT_H
19966 # include <sys/mount.h>
19967 #endif
19968 #ifdef HAVE_SYS_VFS_H
19969 # include <sys/vfs.h>
19970 #endif
19971 #ifdef HAVE_SYS_STATFS_H
19972 # include <sys/statfs.h>
19973 #endif
19976 main ()
19978 static struct statfs ac_aggr;
19979 if (sizeof ac_aggr.f_ffree)
19980 return 0;
19982 return 0;
19984 _ACEOF
19985 rm -f conftest.$ac_objext
19986 if { (ac_try="$ac_compile"
19987 case "(($ac_try" in
19988 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19989 *) ac_try_echo=$ac_try;;
19990 esac
19991 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19992 (eval "$ac_compile") 2>conftest.er1
19993 ac_status=$?
19994 grep -v '^ *+' conftest.er1 >conftest.err
19995 rm -f conftest.er1
19996 cat conftest.err >&5
19997 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19998 (exit $ac_status); } && {
19999 test -z "$ac_c_werror_flag" ||
20000 test ! -s conftest.err
20001 } && test -s conftest.$ac_objext; then
20002 ac_cv_member_struct_statfs_f_ffree=yes
20003 else
20004 echo "$as_me: failed program was:" >&5
20005 sed 's/^/| /' conftest.$ac_ext >&5
20007 ac_cv_member_struct_statfs_f_ffree=no
20010 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20013 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20015 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_ffree" >&5
20016 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_ffree" >&6; }
20017 if test $ac_cv_member_struct_statfs_f_ffree = yes; then
20019 cat >>confdefs.h <<_ACEOF
20020 #define HAVE_STRUCT_STATFS_F_FFREE 1
20021 _ACEOF
20025 { echo "$as_me:$LINENO: checking for struct statfs.f_favail" >&5
20026 echo $ECHO_N "checking for struct statfs.f_favail... $ECHO_C" >&6; }
20027 if test "${ac_cv_member_struct_statfs_f_favail+set}" = set; then
20028 echo $ECHO_N "(cached) $ECHO_C" >&6
20029 else
20030 cat >conftest.$ac_ext <<_ACEOF
20031 /* confdefs.h. */
20032 _ACEOF
20033 cat confdefs.h >>conftest.$ac_ext
20034 cat >>conftest.$ac_ext <<_ACEOF
20035 /* end confdefs.h. */
20036 #include <sys/types.h>
20037 #ifdef HAVE_SYS_PARAM_H
20038 # include <sys/param.h>
20039 #endif
20040 #ifdef HAVE_SYS_MOUNT_H
20041 # include <sys/mount.h>
20042 #endif
20043 #ifdef HAVE_SYS_VFS_H
20044 # include <sys/vfs.h>
20045 #endif
20046 #ifdef HAVE_SYS_STATFS_H
20047 # include <sys/statfs.h>
20048 #endif
20051 main ()
20053 static struct statfs ac_aggr;
20054 if (ac_aggr.f_favail)
20055 return 0;
20057 return 0;
20059 _ACEOF
20060 rm -f conftest.$ac_objext
20061 if { (ac_try="$ac_compile"
20062 case "(($ac_try" in
20063 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20064 *) ac_try_echo=$ac_try;;
20065 esac
20066 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20067 (eval "$ac_compile") 2>conftest.er1
20068 ac_status=$?
20069 grep -v '^ *+' conftest.er1 >conftest.err
20070 rm -f conftest.er1
20071 cat conftest.err >&5
20072 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20073 (exit $ac_status); } && {
20074 test -z "$ac_c_werror_flag" ||
20075 test ! -s conftest.err
20076 } && test -s conftest.$ac_objext; then
20077 ac_cv_member_struct_statfs_f_favail=yes
20078 else
20079 echo "$as_me: failed program was:" >&5
20080 sed 's/^/| /' conftest.$ac_ext >&5
20082 cat >conftest.$ac_ext <<_ACEOF
20083 /* confdefs.h. */
20084 _ACEOF
20085 cat confdefs.h >>conftest.$ac_ext
20086 cat >>conftest.$ac_ext <<_ACEOF
20087 /* end confdefs.h. */
20088 #include <sys/types.h>
20089 #ifdef HAVE_SYS_PARAM_H
20090 # include <sys/param.h>
20091 #endif
20092 #ifdef HAVE_SYS_MOUNT_H
20093 # include <sys/mount.h>
20094 #endif
20095 #ifdef HAVE_SYS_VFS_H
20096 # include <sys/vfs.h>
20097 #endif
20098 #ifdef HAVE_SYS_STATFS_H
20099 # include <sys/statfs.h>
20100 #endif
20103 main ()
20105 static struct statfs ac_aggr;
20106 if (sizeof ac_aggr.f_favail)
20107 return 0;
20109 return 0;
20111 _ACEOF
20112 rm -f conftest.$ac_objext
20113 if { (ac_try="$ac_compile"
20114 case "(($ac_try" in
20115 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20116 *) ac_try_echo=$ac_try;;
20117 esac
20118 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20119 (eval "$ac_compile") 2>conftest.er1
20120 ac_status=$?
20121 grep -v '^ *+' conftest.er1 >conftest.err
20122 rm -f conftest.er1
20123 cat conftest.err >&5
20124 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20125 (exit $ac_status); } && {
20126 test -z "$ac_c_werror_flag" ||
20127 test ! -s conftest.err
20128 } && test -s conftest.$ac_objext; then
20129 ac_cv_member_struct_statfs_f_favail=yes
20130 else
20131 echo "$as_me: failed program was:" >&5
20132 sed 's/^/| /' conftest.$ac_ext >&5
20134 ac_cv_member_struct_statfs_f_favail=no
20137 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20140 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20142 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_favail" >&5
20143 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_favail" >&6; }
20144 if test $ac_cv_member_struct_statfs_f_favail = yes; then
20146 cat >>confdefs.h <<_ACEOF
20147 #define HAVE_STRUCT_STATFS_F_FAVAIL 1
20148 _ACEOF
20152 { echo "$as_me:$LINENO: checking for struct statfs.f_namelen" >&5
20153 echo $ECHO_N "checking for struct statfs.f_namelen... $ECHO_C" >&6; }
20154 if test "${ac_cv_member_struct_statfs_f_namelen+set}" = set; then
20155 echo $ECHO_N "(cached) $ECHO_C" >&6
20156 else
20157 cat >conftest.$ac_ext <<_ACEOF
20158 /* confdefs.h. */
20159 _ACEOF
20160 cat confdefs.h >>conftest.$ac_ext
20161 cat >>conftest.$ac_ext <<_ACEOF
20162 /* end confdefs.h. */
20163 #include <sys/types.h>
20164 #ifdef HAVE_SYS_PARAM_H
20165 # include <sys/param.h>
20166 #endif
20167 #ifdef HAVE_SYS_MOUNT_H
20168 # include <sys/mount.h>
20169 #endif
20170 #ifdef HAVE_SYS_VFS_H
20171 # include <sys/vfs.h>
20172 #endif
20173 #ifdef HAVE_SYS_STATFS_H
20174 # include <sys/statfs.h>
20175 #endif
20178 main ()
20180 static struct statfs ac_aggr;
20181 if (ac_aggr.f_namelen)
20182 return 0;
20184 return 0;
20186 _ACEOF
20187 rm -f conftest.$ac_objext
20188 if { (ac_try="$ac_compile"
20189 case "(($ac_try" in
20190 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20191 *) ac_try_echo=$ac_try;;
20192 esac
20193 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20194 (eval "$ac_compile") 2>conftest.er1
20195 ac_status=$?
20196 grep -v '^ *+' conftest.er1 >conftest.err
20197 rm -f conftest.er1
20198 cat conftest.err >&5
20199 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20200 (exit $ac_status); } && {
20201 test -z "$ac_c_werror_flag" ||
20202 test ! -s conftest.err
20203 } && test -s conftest.$ac_objext; then
20204 ac_cv_member_struct_statfs_f_namelen=yes
20205 else
20206 echo "$as_me: failed program was:" >&5
20207 sed 's/^/| /' conftest.$ac_ext >&5
20209 cat >conftest.$ac_ext <<_ACEOF
20210 /* confdefs.h. */
20211 _ACEOF
20212 cat confdefs.h >>conftest.$ac_ext
20213 cat >>conftest.$ac_ext <<_ACEOF
20214 /* end confdefs.h. */
20215 #include <sys/types.h>
20216 #ifdef HAVE_SYS_PARAM_H
20217 # include <sys/param.h>
20218 #endif
20219 #ifdef HAVE_SYS_MOUNT_H
20220 # include <sys/mount.h>
20221 #endif
20222 #ifdef HAVE_SYS_VFS_H
20223 # include <sys/vfs.h>
20224 #endif
20225 #ifdef HAVE_SYS_STATFS_H
20226 # include <sys/statfs.h>
20227 #endif
20230 main ()
20232 static struct statfs ac_aggr;
20233 if (sizeof ac_aggr.f_namelen)
20234 return 0;
20236 return 0;
20238 _ACEOF
20239 rm -f conftest.$ac_objext
20240 if { (ac_try="$ac_compile"
20241 case "(($ac_try" in
20242 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20243 *) ac_try_echo=$ac_try;;
20244 esac
20245 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20246 (eval "$ac_compile") 2>conftest.er1
20247 ac_status=$?
20248 grep -v '^ *+' conftest.er1 >conftest.err
20249 rm -f conftest.er1
20250 cat conftest.err >&5
20251 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20252 (exit $ac_status); } && {
20253 test -z "$ac_c_werror_flag" ||
20254 test ! -s conftest.err
20255 } && test -s conftest.$ac_objext; then
20256 ac_cv_member_struct_statfs_f_namelen=yes
20257 else
20258 echo "$as_me: failed program was:" >&5
20259 sed 's/^/| /' conftest.$ac_ext >&5
20261 ac_cv_member_struct_statfs_f_namelen=no
20264 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20267 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20269 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_namelen" >&5
20270 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_namelen" >&6; }
20271 if test $ac_cv_member_struct_statfs_f_namelen = yes; then
20273 cat >>confdefs.h <<_ACEOF
20274 #define HAVE_STRUCT_STATFS_F_NAMELEN 1
20275 _ACEOF
20281 { echo "$as_me:$LINENO: checking for struct statvfs.f_blocks" >&5
20282 echo $ECHO_N "checking for struct statvfs.f_blocks... $ECHO_C" >&6; }
20283 if test "${ac_cv_member_struct_statvfs_f_blocks+set}" = set; then
20284 echo $ECHO_N "(cached) $ECHO_C" >&6
20285 else
20286 cat >conftest.$ac_ext <<_ACEOF
20287 /* confdefs.h. */
20288 _ACEOF
20289 cat confdefs.h >>conftest.$ac_ext
20290 cat >>conftest.$ac_ext <<_ACEOF
20291 /* end confdefs.h. */
20292 #ifdef HAVE_SYS_STATVFS_H
20293 #include <sys/statvfs.h>
20294 #endif
20297 main ()
20299 static struct statvfs ac_aggr;
20300 if (ac_aggr.f_blocks)
20301 return 0;
20303 return 0;
20305 _ACEOF
20306 rm -f conftest.$ac_objext
20307 if { (ac_try="$ac_compile"
20308 case "(($ac_try" in
20309 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20310 *) ac_try_echo=$ac_try;;
20311 esac
20312 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20313 (eval "$ac_compile") 2>conftest.er1
20314 ac_status=$?
20315 grep -v '^ *+' conftest.er1 >conftest.err
20316 rm -f conftest.er1
20317 cat conftest.err >&5
20318 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20319 (exit $ac_status); } && {
20320 test -z "$ac_c_werror_flag" ||
20321 test ! -s conftest.err
20322 } && test -s conftest.$ac_objext; then
20323 ac_cv_member_struct_statvfs_f_blocks=yes
20324 else
20325 echo "$as_me: failed program was:" >&5
20326 sed 's/^/| /' conftest.$ac_ext >&5
20328 cat >conftest.$ac_ext <<_ACEOF
20329 /* confdefs.h. */
20330 _ACEOF
20331 cat confdefs.h >>conftest.$ac_ext
20332 cat >>conftest.$ac_ext <<_ACEOF
20333 /* end confdefs.h. */
20334 #ifdef HAVE_SYS_STATVFS_H
20335 #include <sys/statvfs.h>
20336 #endif
20339 main ()
20341 static struct statvfs ac_aggr;
20342 if (sizeof ac_aggr.f_blocks)
20343 return 0;
20345 return 0;
20347 _ACEOF
20348 rm -f conftest.$ac_objext
20349 if { (ac_try="$ac_compile"
20350 case "(($ac_try" in
20351 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20352 *) ac_try_echo=$ac_try;;
20353 esac
20354 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20355 (eval "$ac_compile") 2>conftest.er1
20356 ac_status=$?
20357 grep -v '^ *+' conftest.er1 >conftest.err
20358 rm -f conftest.er1
20359 cat conftest.err >&5
20360 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20361 (exit $ac_status); } && {
20362 test -z "$ac_c_werror_flag" ||
20363 test ! -s conftest.err
20364 } && test -s conftest.$ac_objext; then
20365 ac_cv_member_struct_statvfs_f_blocks=yes
20366 else
20367 echo "$as_me: failed program was:" >&5
20368 sed 's/^/| /' conftest.$ac_ext >&5
20370 ac_cv_member_struct_statvfs_f_blocks=no
20373 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20376 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20378 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statvfs_f_blocks" >&5
20379 echo "${ECHO_T}$ac_cv_member_struct_statvfs_f_blocks" >&6; }
20380 if test $ac_cv_member_struct_statvfs_f_blocks = yes; then
20382 cat >>confdefs.h <<_ACEOF
20383 #define HAVE_STRUCT_STATVFS_F_BLOCKS 1
20384 _ACEOF
20390 { echo "$as_me:$LINENO: checking for struct msghdr.msg_accrights" >&5
20391 echo $ECHO_N "checking for struct msghdr.msg_accrights... $ECHO_C" >&6; }
20392 if test "${ac_cv_member_struct_msghdr_msg_accrights+set}" = set; then
20393 echo $ECHO_N "(cached) $ECHO_C" >&6
20394 else
20395 cat >conftest.$ac_ext <<_ACEOF
20396 /* confdefs.h. */
20397 _ACEOF
20398 cat confdefs.h >>conftest.$ac_ext
20399 cat >>conftest.$ac_ext <<_ACEOF
20400 /* end confdefs.h. */
20401 #include <sys/types.h>
20402 #ifdef HAVE_SYS_SOCKET_H
20403 # include <sys/socket.h>
20404 #endif
20405 #ifdef HAVE_SYS_UN_H
20406 # include <sys/un.h>
20407 #endif
20410 main ()
20412 static struct msghdr ac_aggr;
20413 if (ac_aggr.msg_accrights)
20414 return 0;
20416 return 0;
20418 _ACEOF
20419 rm -f conftest.$ac_objext
20420 if { (ac_try="$ac_compile"
20421 case "(($ac_try" in
20422 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20423 *) ac_try_echo=$ac_try;;
20424 esac
20425 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20426 (eval "$ac_compile") 2>conftest.er1
20427 ac_status=$?
20428 grep -v '^ *+' conftest.er1 >conftest.err
20429 rm -f conftest.er1
20430 cat conftest.err >&5
20431 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20432 (exit $ac_status); } && {
20433 test -z "$ac_c_werror_flag" ||
20434 test ! -s conftest.err
20435 } && test -s conftest.$ac_objext; then
20436 ac_cv_member_struct_msghdr_msg_accrights=yes
20437 else
20438 echo "$as_me: failed program was:" >&5
20439 sed 's/^/| /' conftest.$ac_ext >&5
20441 cat >conftest.$ac_ext <<_ACEOF
20442 /* confdefs.h. */
20443 _ACEOF
20444 cat confdefs.h >>conftest.$ac_ext
20445 cat >>conftest.$ac_ext <<_ACEOF
20446 /* end confdefs.h. */
20447 #include <sys/types.h>
20448 #ifdef HAVE_SYS_SOCKET_H
20449 # include <sys/socket.h>
20450 #endif
20451 #ifdef HAVE_SYS_UN_H
20452 # include <sys/un.h>
20453 #endif
20456 main ()
20458 static struct msghdr ac_aggr;
20459 if (sizeof ac_aggr.msg_accrights)
20460 return 0;
20462 return 0;
20464 _ACEOF
20465 rm -f conftest.$ac_objext
20466 if { (ac_try="$ac_compile"
20467 case "(($ac_try" in
20468 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20469 *) ac_try_echo=$ac_try;;
20470 esac
20471 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20472 (eval "$ac_compile") 2>conftest.er1
20473 ac_status=$?
20474 grep -v '^ *+' conftest.er1 >conftest.err
20475 rm -f conftest.er1
20476 cat conftest.err >&5
20477 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20478 (exit $ac_status); } && {
20479 test -z "$ac_c_werror_flag" ||
20480 test ! -s conftest.err
20481 } && test -s conftest.$ac_objext; then
20482 ac_cv_member_struct_msghdr_msg_accrights=yes
20483 else
20484 echo "$as_me: failed program was:" >&5
20485 sed 's/^/| /' conftest.$ac_ext >&5
20487 ac_cv_member_struct_msghdr_msg_accrights=no
20490 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20493 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20495 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_msghdr_msg_accrights" >&5
20496 echo "${ECHO_T}$ac_cv_member_struct_msghdr_msg_accrights" >&6; }
20497 if test $ac_cv_member_struct_msghdr_msg_accrights = yes; then
20499 cat >>confdefs.h <<_ACEOF
20500 #define HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTS 1
20501 _ACEOF
20505 { echo "$as_me:$LINENO: checking for struct sockaddr.sa_len" >&5
20506 echo $ECHO_N "checking for struct sockaddr.sa_len... $ECHO_C" >&6; }
20507 if test "${ac_cv_member_struct_sockaddr_sa_len+set}" = set; then
20508 echo $ECHO_N "(cached) $ECHO_C" >&6
20509 else
20510 cat >conftest.$ac_ext <<_ACEOF
20511 /* confdefs.h. */
20512 _ACEOF
20513 cat confdefs.h >>conftest.$ac_ext
20514 cat >>conftest.$ac_ext <<_ACEOF
20515 /* end confdefs.h. */
20516 #include <sys/types.h>
20517 #ifdef HAVE_SYS_SOCKET_H
20518 # include <sys/socket.h>
20519 #endif
20520 #ifdef HAVE_SYS_UN_H
20521 # include <sys/un.h>
20522 #endif
20525 main ()
20527 static struct sockaddr ac_aggr;
20528 if (ac_aggr.sa_len)
20529 return 0;
20531 return 0;
20533 _ACEOF
20534 rm -f conftest.$ac_objext
20535 if { (ac_try="$ac_compile"
20536 case "(($ac_try" in
20537 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20538 *) ac_try_echo=$ac_try;;
20539 esac
20540 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20541 (eval "$ac_compile") 2>conftest.er1
20542 ac_status=$?
20543 grep -v '^ *+' conftest.er1 >conftest.err
20544 rm -f conftest.er1
20545 cat conftest.err >&5
20546 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20547 (exit $ac_status); } && {
20548 test -z "$ac_c_werror_flag" ||
20549 test ! -s conftest.err
20550 } && test -s conftest.$ac_objext; then
20551 ac_cv_member_struct_sockaddr_sa_len=yes
20552 else
20553 echo "$as_me: failed program was:" >&5
20554 sed 's/^/| /' conftest.$ac_ext >&5
20556 cat >conftest.$ac_ext <<_ACEOF
20557 /* confdefs.h. */
20558 _ACEOF
20559 cat confdefs.h >>conftest.$ac_ext
20560 cat >>conftest.$ac_ext <<_ACEOF
20561 /* end confdefs.h. */
20562 #include <sys/types.h>
20563 #ifdef HAVE_SYS_SOCKET_H
20564 # include <sys/socket.h>
20565 #endif
20566 #ifdef HAVE_SYS_UN_H
20567 # include <sys/un.h>
20568 #endif
20571 main ()
20573 static struct sockaddr ac_aggr;
20574 if (sizeof ac_aggr.sa_len)
20575 return 0;
20577 return 0;
20579 _ACEOF
20580 rm -f conftest.$ac_objext
20581 if { (ac_try="$ac_compile"
20582 case "(($ac_try" in
20583 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20584 *) ac_try_echo=$ac_try;;
20585 esac
20586 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20587 (eval "$ac_compile") 2>conftest.er1
20588 ac_status=$?
20589 grep -v '^ *+' conftest.er1 >conftest.err
20590 rm -f conftest.er1
20591 cat conftest.err >&5
20592 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20593 (exit $ac_status); } && {
20594 test -z "$ac_c_werror_flag" ||
20595 test ! -s conftest.err
20596 } && test -s conftest.$ac_objext; then
20597 ac_cv_member_struct_sockaddr_sa_len=yes
20598 else
20599 echo "$as_me: failed program was:" >&5
20600 sed 's/^/| /' conftest.$ac_ext >&5
20602 ac_cv_member_struct_sockaddr_sa_len=no
20605 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20608 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20610 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_sa_len" >&5
20611 echo "${ECHO_T}$ac_cv_member_struct_sockaddr_sa_len" >&6; }
20612 if test $ac_cv_member_struct_sockaddr_sa_len = yes; then
20614 cat >>confdefs.h <<_ACEOF
20615 #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
20616 _ACEOF
20620 { echo "$as_me:$LINENO: checking for struct sockaddr_un.sun_len" >&5
20621 echo $ECHO_N "checking for struct sockaddr_un.sun_len... $ECHO_C" >&6; }
20622 if test "${ac_cv_member_struct_sockaddr_un_sun_len+set}" = set; then
20623 echo $ECHO_N "(cached) $ECHO_C" >&6
20624 else
20625 cat >conftest.$ac_ext <<_ACEOF
20626 /* confdefs.h. */
20627 _ACEOF
20628 cat confdefs.h >>conftest.$ac_ext
20629 cat >>conftest.$ac_ext <<_ACEOF
20630 /* end confdefs.h. */
20631 #include <sys/types.h>
20632 #ifdef HAVE_SYS_SOCKET_H
20633 # include <sys/socket.h>
20634 #endif
20635 #ifdef HAVE_SYS_UN_H
20636 # include <sys/un.h>
20637 #endif
20640 main ()
20642 static struct sockaddr_un ac_aggr;
20643 if (ac_aggr.sun_len)
20644 return 0;
20646 return 0;
20648 _ACEOF
20649 rm -f conftest.$ac_objext
20650 if { (ac_try="$ac_compile"
20651 case "(($ac_try" in
20652 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20653 *) ac_try_echo=$ac_try;;
20654 esac
20655 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20656 (eval "$ac_compile") 2>conftest.er1
20657 ac_status=$?
20658 grep -v '^ *+' conftest.er1 >conftest.err
20659 rm -f conftest.er1
20660 cat conftest.err >&5
20661 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20662 (exit $ac_status); } && {
20663 test -z "$ac_c_werror_flag" ||
20664 test ! -s conftest.err
20665 } && test -s conftest.$ac_objext; then
20666 ac_cv_member_struct_sockaddr_un_sun_len=yes
20667 else
20668 echo "$as_me: failed program was:" >&5
20669 sed 's/^/| /' conftest.$ac_ext >&5
20671 cat >conftest.$ac_ext <<_ACEOF
20672 /* confdefs.h. */
20673 _ACEOF
20674 cat confdefs.h >>conftest.$ac_ext
20675 cat >>conftest.$ac_ext <<_ACEOF
20676 /* end confdefs.h. */
20677 #include <sys/types.h>
20678 #ifdef HAVE_SYS_SOCKET_H
20679 # include <sys/socket.h>
20680 #endif
20681 #ifdef HAVE_SYS_UN_H
20682 # include <sys/un.h>
20683 #endif
20686 main ()
20688 static struct sockaddr_un ac_aggr;
20689 if (sizeof ac_aggr.sun_len)
20690 return 0;
20692 return 0;
20694 _ACEOF
20695 rm -f conftest.$ac_objext
20696 if { (ac_try="$ac_compile"
20697 case "(($ac_try" in
20698 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20699 *) ac_try_echo=$ac_try;;
20700 esac
20701 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20702 (eval "$ac_compile") 2>conftest.er1
20703 ac_status=$?
20704 grep -v '^ *+' conftest.er1 >conftest.err
20705 rm -f conftest.er1
20706 cat conftest.err >&5
20707 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20708 (exit $ac_status); } && {
20709 test -z "$ac_c_werror_flag" ||
20710 test ! -s conftest.err
20711 } && test -s conftest.$ac_objext; then
20712 ac_cv_member_struct_sockaddr_un_sun_len=yes
20713 else
20714 echo "$as_me: failed program was:" >&5
20715 sed 's/^/| /' conftest.$ac_ext >&5
20717 ac_cv_member_struct_sockaddr_un_sun_len=no
20720 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20723 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20725 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_un_sun_len" >&5
20726 echo "${ECHO_T}$ac_cv_member_struct_sockaddr_un_sun_len" >&6; }
20727 if test $ac_cv_member_struct_sockaddr_un_sun_len = yes; then
20729 cat >>confdefs.h <<_ACEOF
20730 #define HAVE_STRUCT_SOCKADDR_UN_SUN_LEN 1
20731 _ACEOF
20737 { echo "$as_me:$LINENO: checking for scsireq_t.cmd" >&5
20738 echo $ECHO_N "checking for scsireq_t.cmd... $ECHO_C" >&6; }
20739 if test "${ac_cv_member_scsireq_t_cmd+set}" = set; then
20740 echo $ECHO_N "(cached) $ECHO_C" >&6
20741 else
20742 cat >conftest.$ac_ext <<_ACEOF
20743 /* confdefs.h. */
20744 _ACEOF
20745 cat confdefs.h >>conftest.$ac_ext
20746 cat >>conftest.$ac_ext <<_ACEOF
20747 /* end confdefs.h. */
20748 #include <sys/types.h>
20749 #ifdef HAVE_SCSI_SG_H
20750 #include <scsi/sg.h>
20751 #endif
20754 main ()
20756 static scsireq_t ac_aggr;
20757 if (ac_aggr.cmd)
20758 return 0;
20760 return 0;
20762 _ACEOF
20763 rm -f conftest.$ac_objext
20764 if { (ac_try="$ac_compile"
20765 case "(($ac_try" in
20766 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20767 *) ac_try_echo=$ac_try;;
20768 esac
20769 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20770 (eval "$ac_compile") 2>conftest.er1
20771 ac_status=$?
20772 grep -v '^ *+' conftest.er1 >conftest.err
20773 rm -f conftest.er1
20774 cat conftest.err >&5
20775 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20776 (exit $ac_status); } && {
20777 test -z "$ac_c_werror_flag" ||
20778 test ! -s conftest.err
20779 } && test -s conftest.$ac_objext; then
20780 ac_cv_member_scsireq_t_cmd=yes
20781 else
20782 echo "$as_me: failed program was:" >&5
20783 sed 's/^/| /' conftest.$ac_ext >&5
20785 cat >conftest.$ac_ext <<_ACEOF
20786 /* confdefs.h. */
20787 _ACEOF
20788 cat confdefs.h >>conftest.$ac_ext
20789 cat >>conftest.$ac_ext <<_ACEOF
20790 /* end confdefs.h. */
20791 #include <sys/types.h>
20792 #ifdef HAVE_SCSI_SG_H
20793 #include <scsi/sg.h>
20794 #endif
20797 main ()
20799 static scsireq_t ac_aggr;
20800 if (sizeof ac_aggr.cmd)
20801 return 0;
20803 return 0;
20805 _ACEOF
20806 rm -f conftest.$ac_objext
20807 if { (ac_try="$ac_compile"
20808 case "(($ac_try" in
20809 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20810 *) ac_try_echo=$ac_try;;
20811 esac
20812 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20813 (eval "$ac_compile") 2>conftest.er1
20814 ac_status=$?
20815 grep -v '^ *+' conftest.er1 >conftest.err
20816 rm -f conftest.er1
20817 cat conftest.err >&5
20818 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20819 (exit $ac_status); } && {
20820 test -z "$ac_c_werror_flag" ||
20821 test ! -s conftest.err
20822 } && test -s conftest.$ac_objext; then
20823 ac_cv_member_scsireq_t_cmd=yes
20824 else
20825 echo "$as_me: failed program was:" >&5
20826 sed 's/^/| /' conftest.$ac_ext >&5
20828 ac_cv_member_scsireq_t_cmd=no
20831 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20834 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20836 { echo "$as_me:$LINENO: result: $ac_cv_member_scsireq_t_cmd" >&5
20837 echo "${ECHO_T}$ac_cv_member_scsireq_t_cmd" >&6; }
20838 if test $ac_cv_member_scsireq_t_cmd = yes; then
20840 cat >>confdefs.h <<_ACEOF
20841 #define HAVE_SCSIREQ_T_CMD 1
20842 _ACEOF
20846 { echo "$as_me:$LINENO: checking for sg_io_hdr_t.interface_id" >&5
20847 echo $ECHO_N "checking for sg_io_hdr_t.interface_id... $ECHO_C" >&6; }
20848 if test "${ac_cv_member_sg_io_hdr_t_interface_id+set}" = set; then
20849 echo $ECHO_N "(cached) $ECHO_C" >&6
20850 else
20851 cat >conftest.$ac_ext <<_ACEOF
20852 /* confdefs.h. */
20853 _ACEOF
20854 cat confdefs.h >>conftest.$ac_ext
20855 cat >>conftest.$ac_ext <<_ACEOF
20856 /* end confdefs.h. */
20857 #include <sys/types.h>
20858 #ifdef HAVE_SCSI_SG_H
20859 #include <scsi/sg.h>
20860 #endif
20863 main ()
20865 static sg_io_hdr_t ac_aggr;
20866 if (ac_aggr.interface_id)
20867 return 0;
20869 return 0;
20871 _ACEOF
20872 rm -f conftest.$ac_objext
20873 if { (ac_try="$ac_compile"
20874 case "(($ac_try" in
20875 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20876 *) ac_try_echo=$ac_try;;
20877 esac
20878 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20879 (eval "$ac_compile") 2>conftest.er1
20880 ac_status=$?
20881 grep -v '^ *+' conftest.er1 >conftest.err
20882 rm -f conftest.er1
20883 cat conftest.err >&5
20884 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20885 (exit $ac_status); } && {
20886 test -z "$ac_c_werror_flag" ||
20887 test ! -s conftest.err
20888 } && test -s conftest.$ac_objext; then
20889 ac_cv_member_sg_io_hdr_t_interface_id=yes
20890 else
20891 echo "$as_me: failed program was:" >&5
20892 sed 's/^/| /' conftest.$ac_ext >&5
20894 cat >conftest.$ac_ext <<_ACEOF
20895 /* confdefs.h. */
20896 _ACEOF
20897 cat confdefs.h >>conftest.$ac_ext
20898 cat >>conftest.$ac_ext <<_ACEOF
20899 /* end confdefs.h. */
20900 #include <sys/types.h>
20901 #ifdef HAVE_SCSI_SG_H
20902 #include <scsi/sg.h>
20903 #endif
20906 main ()
20908 static sg_io_hdr_t ac_aggr;
20909 if (sizeof ac_aggr.interface_id)
20910 return 0;
20912 return 0;
20914 _ACEOF
20915 rm -f conftest.$ac_objext
20916 if { (ac_try="$ac_compile"
20917 case "(($ac_try" in
20918 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20919 *) ac_try_echo=$ac_try;;
20920 esac
20921 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20922 (eval "$ac_compile") 2>conftest.er1
20923 ac_status=$?
20924 grep -v '^ *+' conftest.er1 >conftest.err
20925 rm -f conftest.er1
20926 cat conftest.err >&5
20927 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20928 (exit $ac_status); } && {
20929 test -z "$ac_c_werror_flag" ||
20930 test ! -s conftest.err
20931 } && test -s conftest.$ac_objext; then
20932 ac_cv_member_sg_io_hdr_t_interface_id=yes
20933 else
20934 echo "$as_me: failed program was:" >&5
20935 sed 's/^/| /' conftest.$ac_ext >&5
20937 ac_cv_member_sg_io_hdr_t_interface_id=no
20940 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20943 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20945 { echo "$as_me:$LINENO: result: $ac_cv_member_sg_io_hdr_t_interface_id" >&5
20946 echo "${ECHO_T}$ac_cv_member_sg_io_hdr_t_interface_id" >&6; }
20947 if test $ac_cv_member_sg_io_hdr_t_interface_id = yes; then
20949 cat >>confdefs.h <<_ACEOF
20950 #define HAVE_SG_IO_HDR_T_INTERFACE_ID 1
20951 _ACEOF
20957 { echo "$as_me:$LINENO: checking for siginfo_t.si_fd" >&5
20958 echo $ECHO_N "checking for siginfo_t.si_fd... $ECHO_C" >&6; }
20959 if test "${ac_cv_member_siginfo_t_si_fd+set}" = set; then
20960 echo $ECHO_N "(cached) $ECHO_C" >&6
20961 else
20962 cat >conftest.$ac_ext <<_ACEOF
20963 /* confdefs.h. */
20964 _ACEOF
20965 cat confdefs.h >>conftest.$ac_ext
20966 cat >>conftest.$ac_ext <<_ACEOF
20967 /* end confdefs.h. */
20968 #include <signal.h>
20971 main ()
20973 static siginfo_t ac_aggr;
20974 if (ac_aggr.si_fd)
20975 return 0;
20977 return 0;
20979 _ACEOF
20980 rm -f conftest.$ac_objext
20981 if { (ac_try="$ac_compile"
20982 case "(($ac_try" in
20983 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20984 *) ac_try_echo=$ac_try;;
20985 esac
20986 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20987 (eval "$ac_compile") 2>conftest.er1
20988 ac_status=$?
20989 grep -v '^ *+' conftest.er1 >conftest.err
20990 rm -f conftest.er1
20991 cat conftest.err >&5
20992 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20993 (exit $ac_status); } && {
20994 test -z "$ac_c_werror_flag" ||
20995 test ! -s conftest.err
20996 } && test -s conftest.$ac_objext; then
20997 ac_cv_member_siginfo_t_si_fd=yes
20998 else
20999 echo "$as_me: failed program was:" >&5
21000 sed 's/^/| /' conftest.$ac_ext >&5
21002 cat >conftest.$ac_ext <<_ACEOF
21003 /* confdefs.h. */
21004 _ACEOF
21005 cat confdefs.h >>conftest.$ac_ext
21006 cat >>conftest.$ac_ext <<_ACEOF
21007 /* end confdefs.h. */
21008 #include <signal.h>
21011 main ()
21013 static siginfo_t ac_aggr;
21014 if (sizeof ac_aggr.si_fd)
21015 return 0;
21017 return 0;
21019 _ACEOF
21020 rm -f conftest.$ac_objext
21021 if { (ac_try="$ac_compile"
21022 case "(($ac_try" in
21023 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21024 *) ac_try_echo=$ac_try;;
21025 esac
21026 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21027 (eval "$ac_compile") 2>conftest.er1
21028 ac_status=$?
21029 grep -v '^ *+' conftest.er1 >conftest.err
21030 rm -f conftest.er1
21031 cat conftest.err >&5
21032 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21033 (exit $ac_status); } && {
21034 test -z "$ac_c_werror_flag" ||
21035 test ! -s conftest.err
21036 } && test -s conftest.$ac_objext; then
21037 ac_cv_member_siginfo_t_si_fd=yes
21038 else
21039 echo "$as_me: failed program was:" >&5
21040 sed 's/^/| /' conftest.$ac_ext >&5
21042 ac_cv_member_siginfo_t_si_fd=no
21045 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21048 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21050 { echo "$as_me:$LINENO: result: $ac_cv_member_siginfo_t_si_fd" >&5
21051 echo "${ECHO_T}$ac_cv_member_siginfo_t_si_fd" >&6; }
21052 if test $ac_cv_member_siginfo_t_si_fd = yes; then
21054 cat >>confdefs.h <<_ACEOF
21055 #define HAVE_SIGINFO_T_SI_FD 1
21056 _ACEOF
21062 { echo "$as_me:$LINENO: checking for struct mtget.mt_blksiz" >&5
21063 echo $ECHO_N "checking for struct mtget.mt_blksiz... $ECHO_C" >&6; }
21064 if test "${ac_cv_member_struct_mtget_mt_blksiz+set}" = set; then
21065 echo $ECHO_N "(cached) $ECHO_C" >&6
21066 else
21067 cat >conftest.$ac_ext <<_ACEOF
21068 /* confdefs.h. */
21069 _ACEOF
21070 cat confdefs.h >>conftest.$ac_ext
21071 cat >>conftest.$ac_ext <<_ACEOF
21072 /* end confdefs.h. */
21073 #include <sys/types.h>
21074 #ifdef HAVE_SYS_MTIO_H
21075 #include <sys/mtio.h>
21076 #endif
21079 main ()
21081 static struct mtget ac_aggr;
21082 if (ac_aggr.mt_blksiz)
21083 return 0;
21085 return 0;
21087 _ACEOF
21088 rm -f conftest.$ac_objext
21089 if { (ac_try="$ac_compile"
21090 case "(($ac_try" in
21091 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21092 *) ac_try_echo=$ac_try;;
21093 esac
21094 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21095 (eval "$ac_compile") 2>conftest.er1
21096 ac_status=$?
21097 grep -v '^ *+' conftest.er1 >conftest.err
21098 rm -f conftest.er1
21099 cat conftest.err >&5
21100 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21101 (exit $ac_status); } && {
21102 test -z "$ac_c_werror_flag" ||
21103 test ! -s conftest.err
21104 } && test -s conftest.$ac_objext; then
21105 ac_cv_member_struct_mtget_mt_blksiz=yes
21106 else
21107 echo "$as_me: failed program was:" >&5
21108 sed 's/^/| /' conftest.$ac_ext >&5
21110 cat >conftest.$ac_ext <<_ACEOF
21111 /* confdefs.h. */
21112 _ACEOF
21113 cat confdefs.h >>conftest.$ac_ext
21114 cat >>conftest.$ac_ext <<_ACEOF
21115 /* end confdefs.h. */
21116 #include <sys/types.h>
21117 #ifdef HAVE_SYS_MTIO_H
21118 #include <sys/mtio.h>
21119 #endif
21122 main ()
21124 static struct mtget ac_aggr;
21125 if (sizeof ac_aggr.mt_blksiz)
21126 return 0;
21128 return 0;
21130 _ACEOF
21131 rm -f conftest.$ac_objext
21132 if { (ac_try="$ac_compile"
21133 case "(($ac_try" in
21134 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21135 *) ac_try_echo=$ac_try;;
21136 esac
21137 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21138 (eval "$ac_compile") 2>conftest.er1
21139 ac_status=$?
21140 grep -v '^ *+' conftest.er1 >conftest.err
21141 rm -f conftest.er1
21142 cat conftest.err >&5
21143 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21144 (exit $ac_status); } && {
21145 test -z "$ac_c_werror_flag" ||
21146 test ! -s conftest.err
21147 } && test -s conftest.$ac_objext; then
21148 ac_cv_member_struct_mtget_mt_blksiz=yes
21149 else
21150 echo "$as_me: failed program was:" >&5
21151 sed 's/^/| /' conftest.$ac_ext >&5
21153 ac_cv_member_struct_mtget_mt_blksiz=no
21156 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21159 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21161 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blksiz" >&5
21162 echo "${ECHO_T}$ac_cv_member_struct_mtget_mt_blksiz" >&6; }
21163 if test $ac_cv_member_struct_mtget_mt_blksiz = yes; then
21165 cat >>confdefs.h <<_ACEOF
21166 #define HAVE_STRUCT_MTGET_MT_BLKSIZ 1
21167 _ACEOF
21171 { echo "$as_me:$LINENO: checking for struct mtget.mt_gstat" >&5
21172 echo $ECHO_N "checking for struct mtget.mt_gstat... $ECHO_C" >&6; }
21173 if test "${ac_cv_member_struct_mtget_mt_gstat+set}" = set; then
21174 echo $ECHO_N "(cached) $ECHO_C" >&6
21175 else
21176 cat >conftest.$ac_ext <<_ACEOF
21177 /* confdefs.h. */
21178 _ACEOF
21179 cat confdefs.h >>conftest.$ac_ext
21180 cat >>conftest.$ac_ext <<_ACEOF
21181 /* end confdefs.h. */
21182 #include <sys/types.h>
21183 #ifdef HAVE_SYS_MTIO_H
21184 #include <sys/mtio.h>
21185 #endif
21188 main ()
21190 static struct mtget ac_aggr;
21191 if (ac_aggr.mt_gstat)
21192 return 0;
21194 return 0;
21196 _ACEOF
21197 rm -f conftest.$ac_objext
21198 if { (ac_try="$ac_compile"
21199 case "(($ac_try" in
21200 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21201 *) ac_try_echo=$ac_try;;
21202 esac
21203 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21204 (eval "$ac_compile") 2>conftest.er1
21205 ac_status=$?
21206 grep -v '^ *+' conftest.er1 >conftest.err
21207 rm -f conftest.er1
21208 cat conftest.err >&5
21209 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21210 (exit $ac_status); } && {
21211 test -z "$ac_c_werror_flag" ||
21212 test ! -s conftest.err
21213 } && test -s conftest.$ac_objext; then
21214 ac_cv_member_struct_mtget_mt_gstat=yes
21215 else
21216 echo "$as_me: failed program was:" >&5
21217 sed 's/^/| /' conftest.$ac_ext >&5
21219 cat >conftest.$ac_ext <<_ACEOF
21220 /* confdefs.h. */
21221 _ACEOF
21222 cat confdefs.h >>conftest.$ac_ext
21223 cat >>conftest.$ac_ext <<_ACEOF
21224 /* end confdefs.h. */
21225 #include <sys/types.h>
21226 #ifdef HAVE_SYS_MTIO_H
21227 #include <sys/mtio.h>
21228 #endif
21231 main ()
21233 static struct mtget ac_aggr;
21234 if (sizeof ac_aggr.mt_gstat)
21235 return 0;
21237 return 0;
21239 _ACEOF
21240 rm -f conftest.$ac_objext
21241 if { (ac_try="$ac_compile"
21242 case "(($ac_try" in
21243 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21244 *) ac_try_echo=$ac_try;;
21245 esac
21246 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21247 (eval "$ac_compile") 2>conftest.er1
21248 ac_status=$?
21249 grep -v '^ *+' conftest.er1 >conftest.err
21250 rm -f conftest.er1
21251 cat conftest.err >&5
21252 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21253 (exit $ac_status); } && {
21254 test -z "$ac_c_werror_flag" ||
21255 test ! -s conftest.err
21256 } && test -s conftest.$ac_objext; then
21257 ac_cv_member_struct_mtget_mt_gstat=yes
21258 else
21259 echo "$as_me: failed program was:" >&5
21260 sed 's/^/| /' conftest.$ac_ext >&5
21262 ac_cv_member_struct_mtget_mt_gstat=no
21265 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21268 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21270 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_gstat" >&5
21271 echo "${ECHO_T}$ac_cv_member_struct_mtget_mt_gstat" >&6; }
21272 if test $ac_cv_member_struct_mtget_mt_gstat = yes; then
21274 cat >>confdefs.h <<_ACEOF
21275 #define HAVE_STRUCT_MTGET_MT_GSTAT 1
21276 _ACEOF
21280 { echo "$as_me:$LINENO: checking for struct mtget.mt_blkno" >&5
21281 echo $ECHO_N "checking for struct mtget.mt_blkno... $ECHO_C" >&6; }
21282 if test "${ac_cv_member_struct_mtget_mt_blkno+set}" = set; then
21283 echo $ECHO_N "(cached) $ECHO_C" >&6
21284 else
21285 cat >conftest.$ac_ext <<_ACEOF
21286 /* confdefs.h. */
21287 _ACEOF
21288 cat confdefs.h >>conftest.$ac_ext
21289 cat >>conftest.$ac_ext <<_ACEOF
21290 /* end confdefs.h. */
21291 #include <sys/types.h>
21292 #ifdef HAVE_SYS_MTIO_H
21293 #include <sys/mtio.h>
21294 #endif
21297 main ()
21299 static struct mtget ac_aggr;
21300 if (ac_aggr.mt_blkno)
21301 return 0;
21303 return 0;
21305 _ACEOF
21306 rm -f conftest.$ac_objext
21307 if { (ac_try="$ac_compile"
21308 case "(($ac_try" in
21309 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21310 *) ac_try_echo=$ac_try;;
21311 esac
21312 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21313 (eval "$ac_compile") 2>conftest.er1
21314 ac_status=$?
21315 grep -v '^ *+' conftest.er1 >conftest.err
21316 rm -f conftest.er1
21317 cat conftest.err >&5
21318 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21319 (exit $ac_status); } && {
21320 test -z "$ac_c_werror_flag" ||
21321 test ! -s conftest.err
21322 } && test -s conftest.$ac_objext; then
21323 ac_cv_member_struct_mtget_mt_blkno=yes
21324 else
21325 echo "$as_me: failed program was:" >&5
21326 sed 's/^/| /' conftest.$ac_ext >&5
21328 cat >conftest.$ac_ext <<_ACEOF
21329 /* confdefs.h. */
21330 _ACEOF
21331 cat confdefs.h >>conftest.$ac_ext
21332 cat >>conftest.$ac_ext <<_ACEOF
21333 /* end confdefs.h. */
21334 #include <sys/types.h>
21335 #ifdef HAVE_SYS_MTIO_H
21336 #include <sys/mtio.h>
21337 #endif
21340 main ()
21342 static struct mtget ac_aggr;
21343 if (sizeof ac_aggr.mt_blkno)
21344 return 0;
21346 return 0;
21348 _ACEOF
21349 rm -f conftest.$ac_objext
21350 if { (ac_try="$ac_compile"
21351 case "(($ac_try" in
21352 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21353 *) ac_try_echo=$ac_try;;
21354 esac
21355 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21356 (eval "$ac_compile") 2>conftest.er1
21357 ac_status=$?
21358 grep -v '^ *+' conftest.er1 >conftest.err
21359 rm -f conftest.er1
21360 cat conftest.err >&5
21361 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21362 (exit $ac_status); } && {
21363 test -z "$ac_c_werror_flag" ||
21364 test ! -s conftest.err
21365 } && test -s conftest.$ac_objext; then
21366 ac_cv_member_struct_mtget_mt_blkno=yes
21367 else
21368 echo "$as_me: failed program was:" >&5
21369 sed 's/^/| /' conftest.$ac_ext >&5
21371 ac_cv_member_struct_mtget_mt_blkno=no
21374 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21377 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21379 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blkno" >&5
21380 echo "${ECHO_T}$ac_cv_member_struct_mtget_mt_blkno" >&6; }
21381 if test $ac_cv_member_struct_mtget_mt_blkno = yes; then
21383 cat >>confdefs.h <<_ACEOF
21384 #define HAVE_STRUCT_MTGET_MT_BLKNO 1
21385 _ACEOF
21391 { echo "$as_me:$LINENO: checking for struct option.name" >&5
21392 echo $ECHO_N "checking for struct option.name... $ECHO_C" >&6; }
21393 if test "${ac_cv_member_struct_option_name+set}" = set; then
21394 echo $ECHO_N "(cached) $ECHO_C" >&6
21395 else
21396 cat >conftest.$ac_ext <<_ACEOF
21397 /* confdefs.h. */
21398 _ACEOF
21399 cat confdefs.h >>conftest.$ac_ext
21400 cat >>conftest.$ac_ext <<_ACEOF
21401 /* end confdefs.h. */
21402 #ifdef HAVE_GETOPT_H
21403 #include <getopt.h>
21404 #endif
21407 main ()
21409 static struct option ac_aggr;
21410 if (ac_aggr.name)
21411 return 0;
21413 return 0;
21415 _ACEOF
21416 rm -f conftest.$ac_objext
21417 if { (ac_try="$ac_compile"
21418 case "(($ac_try" in
21419 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21420 *) ac_try_echo=$ac_try;;
21421 esac
21422 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21423 (eval "$ac_compile") 2>conftest.er1
21424 ac_status=$?
21425 grep -v '^ *+' conftest.er1 >conftest.err
21426 rm -f conftest.er1
21427 cat conftest.err >&5
21428 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21429 (exit $ac_status); } && {
21430 test -z "$ac_c_werror_flag" ||
21431 test ! -s conftest.err
21432 } && test -s conftest.$ac_objext; then
21433 ac_cv_member_struct_option_name=yes
21434 else
21435 echo "$as_me: failed program was:" >&5
21436 sed 's/^/| /' conftest.$ac_ext >&5
21438 cat >conftest.$ac_ext <<_ACEOF
21439 /* confdefs.h. */
21440 _ACEOF
21441 cat confdefs.h >>conftest.$ac_ext
21442 cat >>conftest.$ac_ext <<_ACEOF
21443 /* end confdefs.h. */
21444 #ifdef HAVE_GETOPT_H
21445 #include <getopt.h>
21446 #endif
21449 main ()
21451 static struct option ac_aggr;
21452 if (sizeof ac_aggr.name)
21453 return 0;
21455 return 0;
21457 _ACEOF
21458 rm -f conftest.$ac_objext
21459 if { (ac_try="$ac_compile"
21460 case "(($ac_try" in
21461 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21462 *) ac_try_echo=$ac_try;;
21463 esac
21464 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21465 (eval "$ac_compile") 2>conftest.er1
21466 ac_status=$?
21467 grep -v '^ *+' conftest.er1 >conftest.err
21468 rm -f conftest.er1
21469 cat conftest.err >&5
21470 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21471 (exit $ac_status); } && {
21472 test -z "$ac_c_werror_flag" ||
21473 test ! -s conftest.err
21474 } && test -s conftest.$ac_objext; then
21475 ac_cv_member_struct_option_name=yes
21476 else
21477 echo "$as_me: failed program was:" >&5
21478 sed 's/^/| /' conftest.$ac_ext >&5
21480 ac_cv_member_struct_option_name=no
21483 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21486 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21488 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_option_name" >&5
21489 echo "${ECHO_T}$ac_cv_member_struct_option_name" >&6; }
21490 if test $ac_cv_member_struct_option_name = yes; then
21492 cat >>confdefs.h <<_ACEOF
21493 #define HAVE_STRUCT_OPTION_NAME 1
21494 _ACEOF
21500 { echo "$as_me:$LINENO: checking for struct stat.st_blocks" >&5
21501 echo $ECHO_N "checking for struct stat.st_blocks... $ECHO_C" >&6; }
21502 if test "${ac_cv_member_struct_stat_st_blocks+set}" = set; then
21503 echo $ECHO_N "(cached) $ECHO_C" >&6
21504 else
21505 cat >conftest.$ac_ext <<_ACEOF
21506 /* confdefs.h. */
21507 _ACEOF
21508 cat confdefs.h >>conftest.$ac_ext
21509 cat >>conftest.$ac_ext <<_ACEOF
21510 /* end confdefs.h. */
21511 $ac_includes_default
21513 main ()
21515 static struct stat ac_aggr;
21516 if (ac_aggr.st_blocks)
21517 return 0;
21519 return 0;
21521 _ACEOF
21522 rm -f conftest.$ac_objext
21523 if { (ac_try="$ac_compile"
21524 case "(($ac_try" in
21525 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21526 *) ac_try_echo=$ac_try;;
21527 esac
21528 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21529 (eval "$ac_compile") 2>conftest.er1
21530 ac_status=$?
21531 grep -v '^ *+' conftest.er1 >conftest.err
21532 rm -f conftest.er1
21533 cat conftest.err >&5
21534 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21535 (exit $ac_status); } && {
21536 test -z "$ac_c_werror_flag" ||
21537 test ! -s conftest.err
21538 } && test -s conftest.$ac_objext; then
21539 ac_cv_member_struct_stat_st_blocks=yes
21540 else
21541 echo "$as_me: failed program was:" >&5
21542 sed 's/^/| /' conftest.$ac_ext >&5
21544 cat >conftest.$ac_ext <<_ACEOF
21545 /* confdefs.h. */
21546 _ACEOF
21547 cat confdefs.h >>conftest.$ac_ext
21548 cat >>conftest.$ac_ext <<_ACEOF
21549 /* end confdefs.h. */
21550 $ac_includes_default
21552 main ()
21554 static struct stat ac_aggr;
21555 if (sizeof ac_aggr.st_blocks)
21556 return 0;
21558 return 0;
21560 _ACEOF
21561 rm -f conftest.$ac_objext
21562 if { (ac_try="$ac_compile"
21563 case "(($ac_try" in
21564 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21565 *) ac_try_echo=$ac_try;;
21566 esac
21567 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21568 (eval "$ac_compile") 2>conftest.er1
21569 ac_status=$?
21570 grep -v '^ *+' conftest.er1 >conftest.err
21571 rm -f conftest.er1
21572 cat conftest.err >&5
21573 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21574 (exit $ac_status); } && {
21575 test -z "$ac_c_werror_flag" ||
21576 test ! -s conftest.err
21577 } && test -s conftest.$ac_objext; then
21578 ac_cv_member_struct_stat_st_blocks=yes
21579 else
21580 echo "$as_me: failed program was:" >&5
21581 sed 's/^/| /' conftest.$ac_ext >&5
21583 ac_cv_member_struct_stat_st_blocks=no
21586 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21589 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21591 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_blocks" >&5
21592 echo "${ECHO_T}$ac_cv_member_struct_stat_st_blocks" >&6; }
21593 if test $ac_cv_member_struct_stat_st_blocks = yes; then
21595 cat >>confdefs.h <<_ACEOF
21596 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
21597 _ACEOF
21601 { echo "$as_me:$LINENO: checking for struct stat.st_mtim" >&5
21602 echo $ECHO_N "checking for struct stat.st_mtim... $ECHO_C" >&6; }
21603 if test "${ac_cv_member_struct_stat_st_mtim+set}" = set; then
21604 echo $ECHO_N "(cached) $ECHO_C" >&6
21605 else
21606 cat >conftest.$ac_ext <<_ACEOF
21607 /* confdefs.h. */
21608 _ACEOF
21609 cat confdefs.h >>conftest.$ac_ext
21610 cat >>conftest.$ac_ext <<_ACEOF
21611 /* end confdefs.h. */
21612 $ac_includes_default
21614 main ()
21616 static struct stat ac_aggr;
21617 if (ac_aggr.st_mtim)
21618 return 0;
21620 return 0;
21622 _ACEOF
21623 rm -f conftest.$ac_objext
21624 if { (ac_try="$ac_compile"
21625 case "(($ac_try" in
21626 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21627 *) ac_try_echo=$ac_try;;
21628 esac
21629 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21630 (eval "$ac_compile") 2>conftest.er1
21631 ac_status=$?
21632 grep -v '^ *+' conftest.er1 >conftest.err
21633 rm -f conftest.er1
21634 cat conftest.err >&5
21635 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21636 (exit $ac_status); } && {
21637 test -z "$ac_c_werror_flag" ||
21638 test ! -s conftest.err
21639 } && test -s conftest.$ac_objext; then
21640 ac_cv_member_struct_stat_st_mtim=yes
21641 else
21642 echo "$as_me: failed program was:" >&5
21643 sed 's/^/| /' conftest.$ac_ext >&5
21645 cat >conftest.$ac_ext <<_ACEOF
21646 /* confdefs.h. */
21647 _ACEOF
21648 cat confdefs.h >>conftest.$ac_ext
21649 cat >>conftest.$ac_ext <<_ACEOF
21650 /* end confdefs.h. */
21651 $ac_includes_default
21653 main ()
21655 static struct stat ac_aggr;
21656 if (sizeof ac_aggr.st_mtim)
21657 return 0;
21659 return 0;
21661 _ACEOF
21662 rm -f conftest.$ac_objext
21663 if { (ac_try="$ac_compile"
21664 case "(($ac_try" in
21665 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21666 *) ac_try_echo=$ac_try;;
21667 esac
21668 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21669 (eval "$ac_compile") 2>conftest.er1
21670 ac_status=$?
21671 grep -v '^ *+' conftest.er1 >conftest.err
21672 rm -f conftest.er1
21673 cat conftest.err >&5
21674 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21675 (exit $ac_status); } && {
21676 test -z "$ac_c_werror_flag" ||
21677 test ! -s conftest.err
21678 } && test -s conftest.$ac_objext; then
21679 ac_cv_member_struct_stat_st_mtim=yes
21680 else
21681 echo "$as_me: failed program was:" >&5
21682 sed 's/^/| /' conftest.$ac_ext >&5
21684 ac_cv_member_struct_stat_st_mtim=no
21687 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21690 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21692 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_mtim" >&5
21693 echo "${ECHO_T}$ac_cv_member_struct_stat_st_mtim" >&6; }
21694 if test $ac_cv_member_struct_stat_st_mtim = yes; then
21696 cat >>confdefs.h <<_ACEOF
21697 #define HAVE_STRUCT_STAT_ST_MTIM 1
21698 _ACEOF
21702 { echo "$as_me:$LINENO: checking for struct stat.st_ctim" >&5
21703 echo $ECHO_N "checking for struct stat.st_ctim... $ECHO_C" >&6; }
21704 if test "${ac_cv_member_struct_stat_st_ctim+set}" = set; then
21705 echo $ECHO_N "(cached) $ECHO_C" >&6
21706 else
21707 cat >conftest.$ac_ext <<_ACEOF
21708 /* confdefs.h. */
21709 _ACEOF
21710 cat confdefs.h >>conftest.$ac_ext
21711 cat >>conftest.$ac_ext <<_ACEOF
21712 /* end confdefs.h. */
21713 $ac_includes_default
21715 main ()
21717 static struct stat ac_aggr;
21718 if (ac_aggr.st_ctim)
21719 return 0;
21721 return 0;
21723 _ACEOF
21724 rm -f conftest.$ac_objext
21725 if { (ac_try="$ac_compile"
21726 case "(($ac_try" in
21727 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21728 *) ac_try_echo=$ac_try;;
21729 esac
21730 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21731 (eval "$ac_compile") 2>conftest.er1
21732 ac_status=$?
21733 grep -v '^ *+' conftest.er1 >conftest.err
21734 rm -f conftest.er1
21735 cat conftest.err >&5
21736 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21737 (exit $ac_status); } && {
21738 test -z "$ac_c_werror_flag" ||
21739 test ! -s conftest.err
21740 } && test -s conftest.$ac_objext; then
21741 ac_cv_member_struct_stat_st_ctim=yes
21742 else
21743 echo "$as_me: failed program was:" >&5
21744 sed 's/^/| /' conftest.$ac_ext >&5
21746 cat >conftest.$ac_ext <<_ACEOF
21747 /* confdefs.h. */
21748 _ACEOF
21749 cat confdefs.h >>conftest.$ac_ext
21750 cat >>conftest.$ac_ext <<_ACEOF
21751 /* end confdefs.h. */
21752 $ac_includes_default
21754 main ()
21756 static struct stat ac_aggr;
21757 if (sizeof ac_aggr.st_ctim)
21758 return 0;
21760 return 0;
21762 _ACEOF
21763 rm -f conftest.$ac_objext
21764 if { (ac_try="$ac_compile"
21765 case "(($ac_try" in
21766 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21767 *) ac_try_echo=$ac_try;;
21768 esac
21769 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21770 (eval "$ac_compile") 2>conftest.er1
21771 ac_status=$?
21772 grep -v '^ *+' conftest.er1 >conftest.err
21773 rm -f conftest.er1
21774 cat conftest.err >&5
21775 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21776 (exit $ac_status); } && {
21777 test -z "$ac_c_werror_flag" ||
21778 test ! -s conftest.err
21779 } && test -s conftest.$ac_objext; then
21780 ac_cv_member_struct_stat_st_ctim=yes
21781 else
21782 echo "$as_me: failed program was:" >&5
21783 sed 's/^/| /' conftest.$ac_ext >&5
21785 ac_cv_member_struct_stat_st_ctim=no
21788 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21791 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21793 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_ctim" >&5
21794 echo "${ECHO_T}$ac_cv_member_struct_stat_st_ctim" >&6; }
21795 if test $ac_cv_member_struct_stat_st_ctim = yes; then
21797 cat >>confdefs.h <<_ACEOF
21798 #define HAVE_STRUCT_STAT_ST_CTIM 1
21799 _ACEOF
21803 { echo "$as_me:$LINENO: checking for struct stat.st_atim" >&5
21804 echo $ECHO_N "checking for struct stat.st_atim... $ECHO_C" >&6; }
21805 if test "${ac_cv_member_struct_stat_st_atim+set}" = set; then
21806 echo $ECHO_N "(cached) $ECHO_C" >&6
21807 else
21808 cat >conftest.$ac_ext <<_ACEOF
21809 /* confdefs.h. */
21810 _ACEOF
21811 cat confdefs.h >>conftest.$ac_ext
21812 cat >>conftest.$ac_ext <<_ACEOF
21813 /* end confdefs.h. */
21814 $ac_includes_default
21816 main ()
21818 static struct stat ac_aggr;
21819 if (ac_aggr.st_atim)
21820 return 0;
21822 return 0;
21824 _ACEOF
21825 rm -f conftest.$ac_objext
21826 if { (ac_try="$ac_compile"
21827 case "(($ac_try" in
21828 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21829 *) ac_try_echo=$ac_try;;
21830 esac
21831 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21832 (eval "$ac_compile") 2>conftest.er1
21833 ac_status=$?
21834 grep -v '^ *+' conftest.er1 >conftest.err
21835 rm -f conftest.er1
21836 cat conftest.err >&5
21837 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21838 (exit $ac_status); } && {
21839 test -z "$ac_c_werror_flag" ||
21840 test ! -s conftest.err
21841 } && test -s conftest.$ac_objext; then
21842 ac_cv_member_struct_stat_st_atim=yes
21843 else
21844 echo "$as_me: failed program was:" >&5
21845 sed 's/^/| /' conftest.$ac_ext >&5
21847 cat >conftest.$ac_ext <<_ACEOF
21848 /* confdefs.h. */
21849 _ACEOF
21850 cat confdefs.h >>conftest.$ac_ext
21851 cat >>conftest.$ac_ext <<_ACEOF
21852 /* end confdefs.h. */
21853 $ac_includes_default
21855 main ()
21857 static struct stat ac_aggr;
21858 if (sizeof ac_aggr.st_atim)
21859 return 0;
21861 return 0;
21863 _ACEOF
21864 rm -f conftest.$ac_objext
21865 if { (ac_try="$ac_compile"
21866 case "(($ac_try" in
21867 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21868 *) ac_try_echo=$ac_try;;
21869 esac
21870 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21871 (eval "$ac_compile") 2>conftest.er1
21872 ac_status=$?
21873 grep -v '^ *+' conftest.er1 >conftest.err
21874 rm -f conftest.er1
21875 cat conftest.err >&5
21876 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21877 (exit $ac_status); } && {
21878 test -z "$ac_c_werror_flag" ||
21879 test ! -s conftest.err
21880 } && test -s conftest.$ac_objext; then
21881 ac_cv_member_struct_stat_st_atim=yes
21882 else
21883 echo "$as_me: failed program was:" >&5
21884 sed 's/^/| /' conftest.$ac_ext >&5
21886 ac_cv_member_struct_stat_st_atim=no
21889 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21892 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21894 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_atim" >&5
21895 echo "${ECHO_T}$ac_cv_member_struct_stat_st_atim" >&6; }
21896 if test $ac_cv_member_struct_stat_st_atim = yes; then
21898 cat >>confdefs.h <<_ACEOF
21899 #define HAVE_STRUCT_STAT_ST_ATIM 1
21900 _ACEOF
21906 { echo "$as_me:$LINENO: checking for struct sockaddr_in6.sin6_scope_id" >&5
21907 echo $ECHO_N "checking for struct sockaddr_in6.sin6_scope_id... $ECHO_C" >&6; }
21908 if test "${ac_cv_member_struct_sockaddr_in6_sin6_scope_id+set}" = set; then
21909 echo $ECHO_N "(cached) $ECHO_C" >&6
21910 else
21911 cat >conftest.$ac_ext <<_ACEOF
21912 /* confdefs.h. */
21913 _ACEOF
21914 cat confdefs.h >>conftest.$ac_ext
21915 cat >>conftest.$ac_ext <<_ACEOF
21916 /* end confdefs.h. */
21917 #ifdef HAVE_SYS_TYPES_H
21918 #include <sys/types.h>
21919 #endif
21920 #ifdef HAVE_NETINET_IN_H
21921 #include <netinet/in.h>
21922 #endif
21925 main ()
21927 static struct sockaddr_in6 ac_aggr;
21928 if (ac_aggr.sin6_scope_id)
21929 return 0;
21931 return 0;
21933 _ACEOF
21934 rm -f conftest.$ac_objext
21935 if { (ac_try="$ac_compile"
21936 case "(($ac_try" in
21937 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21938 *) ac_try_echo=$ac_try;;
21939 esac
21940 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21941 (eval "$ac_compile") 2>conftest.er1
21942 ac_status=$?
21943 grep -v '^ *+' conftest.er1 >conftest.err
21944 rm -f conftest.er1
21945 cat conftest.err >&5
21946 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21947 (exit $ac_status); } && {
21948 test -z "$ac_c_werror_flag" ||
21949 test ! -s conftest.err
21950 } && test -s conftest.$ac_objext; then
21951 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes
21952 else
21953 echo "$as_me: failed program was:" >&5
21954 sed 's/^/| /' conftest.$ac_ext >&5
21956 cat >conftest.$ac_ext <<_ACEOF
21957 /* confdefs.h. */
21958 _ACEOF
21959 cat confdefs.h >>conftest.$ac_ext
21960 cat >>conftest.$ac_ext <<_ACEOF
21961 /* end confdefs.h. */
21962 #ifdef HAVE_SYS_TYPES_H
21963 #include <sys/types.h>
21964 #endif
21965 #ifdef HAVE_NETINET_IN_H
21966 #include <netinet/in.h>
21967 #endif
21970 main ()
21972 static struct sockaddr_in6 ac_aggr;
21973 if (sizeof ac_aggr.sin6_scope_id)
21974 return 0;
21976 return 0;
21978 _ACEOF
21979 rm -f conftest.$ac_objext
21980 if { (ac_try="$ac_compile"
21981 case "(($ac_try" in
21982 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21983 *) ac_try_echo=$ac_try;;
21984 esac
21985 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21986 (eval "$ac_compile") 2>conftest.er1
21987 ac_status=$?
21988 grep -v '^ *+' conftest.er1 >conftest.err
21989 rm -f conftest.er1
21990 cat conftest.err >&5
21991 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21992 (exit $ac_status); } && {
21993 test -z "$ac_c_werror_flag" ||
21994 test ! -s conftest.err
21995 } && test -s conftest.$ac_objext; then
21996 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes
21997 else
21998 echo "$as_me: failed program was:" >&5
21999 sed 's/^/| /' conftest.$ac_ext >&5
22001 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=no
22004 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22007 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22009 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&5
22010 echo "${ECHO_T}$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&6; }
22011 if test $ac_cv_member_struct_sockaddr_in6_sin6_scope_id = yes; then
22013 cat >>confdefs.h <<_ACEOF
22014 #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
22015 _ACEOF
22021 { echo "$as_me:$LINENO: checking for ns_msg._msg_ptr" >&5
22022 echo $ECHO_N "checking for ns_msg._msg_ptr... $ECHO_C" >&6; }
22023 if test "${ac_cv_member_ns_msg__msg_ptr+set}" = set; then
22024 echo $ECHO_N "(cached) $ECHO_C" >&6
22025 else
22026 cat >conftest.$ac_ext <<_ACEOF
22027 /* confdefs.h. */
22028 _ACEOF
22029 cat confdefs.h >>conftest.$ac_ext
22030 cat >>conftest.$ac_ext <<_ACEOF
22031 /* end confdefs.h. */
22032 #ifdef HAVE_SYS_TYPES_H
22033 #include <sys/types.h>
22034 #endif
22035 #ifdef HAVE_NETINET_IN_H
22036 # include <netinet/in.h>
22037 #endif
22038 #ifdef HAVE_ARPA_NAMESER_H
22039 # include <arpa/nameser.h>
22040 #endif
22043 main ()
22045 static ns_msg ac_aggr;
22046 if (ac_aggr._msg_ptr)
22047 return 0;
22049 return 0;
22051 _ACEOF
22052 rm -f conftest.$ac_objext
22053 if { (ac_try="$ac_compile"
22054 case "(($ac_try" in
22055 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22056 *) ac_try_echo=$ac_try;;
22057 esac
22058 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22059 (eval "$ac_compile") 2>conftest.er1
22060 ac_status=$?
22061 grep -v '^ *+' conftest.er1 >conftest.err
22062 rm -f conftest.er1
22063 cat conftest.err >&5
22064 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22065 (exit $ac_status); } && {
22066 test -z "$ac_c_werror_flag" ||
22067 test ! -s conftest.err
22068 } && test -s conftest.$ac_objext; then
22069 ac_cv_member_ns_msg__msg_ptr=yes
22070 else
22071 echo "$as_me: failed program was:" >&5
22072 sed 's/^/| /' conftest.$ac_ext >&5
22074 cat >conftest.$ac_ext <<_ACEOF
22075 /* confdefs.h. */
22076 _ACEOF
22077 cat confdefs.h >>conftest.$ac_ext
22078 cat >>conftest.$ac_ext <<_ACEOF
22079 /* end confdefs.h. */
22080 #ifdef HAVE_SYS_TYPES_H
22081 #include <sys/types.h>
22082 #endif
22083 #ifdef HAVE_NETINET_IN_H
22084 # include <netinet/in.h>
22085 #endif
22086 #ifdef HAVE_ARPA_NAMESER_H
22087 # include <arpa/nameser.h>
22088 #endif
22091 main ()
22093 static ns_msg ac_aggr;
22094 if (sizeof ac_aggr._msg_ptr)
22095 return 0;
22097 return 0;
22099 _ACEOF
22100 rm -f conftest.$ac_objext
22101 if { (ac_try="$ac_compile"
22102 case "(($ac_try" in
22103 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22104 *) ac_try_echo=$ac_try;;
22105 esac
22106 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22107 (eval "$ac_compile") 2>conftest.er1
22108 ac_status=$?
22109 grep -v '^ *+' conftest.er1 >conftest.err
22110 rm -f conftest.er1
22111 cat conftest.err >&5
22112 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22113 (exit $ac_status); } && {
22114 test -z "$ac_c_werror_flag" ||
22115 test ! -s conftest.err
22116 } && test -s conftest.$ac_objext; then
22117 ac_cv_member_ns_msg__msg_ptr=yes
22118 else
22119 echo "$as_me: failed program was:" >&5
22120 sed 's/^/| /' conftest.$ac_ext >&5
22122 ac_cv_member_ns_msg__msg_ptr=no
22125 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22128 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22130 { echo "$as_me:$LINENO: result: $ac_cv_member_ns_msg__msg_ptr" >&5
22131 echo "${ECHO_T}$ac_cv_member_ns_msg__msg_ptr" >&6; }
22132 if test $ac_cv_member_ns_msg__msg_ptr = yes; then
22134 cat >>confdefs.h <<_ACEOF
22135 #define HAVE_NS_MSG__MSG_PTR 1
22136 _ACEOF
22142 { echo "$as_me:$LINENO: checking for timezone variable" >&5
22143 echo $ECHO_N "checking for timezone variable... $ECHO_C" >&6; }
22144 if test "${ac_cv_have_timezone+set}" = set; then
22145 echo $ECHO_N "(cached) $ECHO_C" >&6
22146 else
22147 cat >conftest.$ac_ext <<_ACEOF
22148 /* confdefs.h. */
22149 _ACEOF
22150 cat confdefs.h >>conftest.$ac_ext
22151 cat >>conftest.$ac_ext <<_ACEOF
22152 /* end confdefs.h. */
22153 #include <time.h>
22155 main ()
22157 timezone = 1
22159 return 0;
22161 _ACEOF
22162 rm -f conftest.$ac_objext conftest$ac_exeext
22163 if { (ac_try="$ac_link"
22164 case "(($ac_try" in
22165 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22166 *) ac_try_echo=$ac_try;;
22167 esac
22168 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22169 (eval "$ac_link") 2>conftest.er1
22170 ac_status=$?
22171 grep -v '^ *+' conftest.er1 >conftest.err
22172 rm -f conftest.er1
22173 cat conftest.err >&5
22174 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22175 (exit $ac_status); } && {
22176 test -z "$ac_c_werror_flag" ||
22177 test ! -s conftest.err
22178 } && test -s conftest$ac_exeext &&
22179 $as_test_x conftest$ac_exeext; then
22180 ac_cv_have_timezone="yes"
22181 else
22182 echo "$as_me: failed program was:" >&5
22183 sed 's/^/| /' conftest.$ac_ext >&5
22185 ac_cv_have_timezone="no"
22188 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
22189 conftest$ac_exeext conftest.$ac_ext
22191 { echo "$as_me:$LINENO: result: $ac_cv_have_timezone" >&5
22192 echo "${ECHO_T}$ac_cv_have_timezone" >&6; }
22193 if test "$ac_cv_have_timezone" = "yes"
22194 then
22196 cat >>confdefs.h <<\_ACEOF
22197 #define HAVE_TIMEZONE 1
22198 _ACEOF
22201 { echo "$as_me:$LINENO: checking for daylight variable" >&5
22202 echo $ECHO_N "checking for daylight variable... $ECHO_C" >&6; }
22203 if test "${ac_cv_have_daylight+set}" = set; then
22204 echo $ECHO_N "(cached) $ECHO_C" >&6
22205 else
22206 cat >conftest.$ac_ext <<_ACEOF
22207 /* confdefs.h. */
22208 _ACEOF
22209 cat confdefs.h >>conftest.$ac_ext
22210 cat >>conftest.$ac_ext <<_ACEOF
22211 /* end confdefs.h. */
22212 #include <time.h>
22214 main ()
22216 daylight = 1
22218 return 0;
22220 _ACEOF
22221 rm -f conftest.$ac_objext conftest$ac_exeext
22222 if { (ac_try="$ac_link"
22223 case "(($ac_try" in
22224 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22225 *) ac_try_echo=$ac_try;;
22226 esac
22227 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22228 (eval "$ac_link") 2>conftest.er1
22229 ac_status=$?
22230 grep -v '^ *+' conftest.er1 >conftest.err
22231 rm -f conftest.er1
22232 cat conftest.err >&5
22233 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22234 (exit $ac_status); } && {
22235 test -z "$ac_c_werror_flag" ||
22236 test ! -s conftest.err
22237 } && test -s conftest$ac_exeext &&
22238 $as_test_x conftest$ac_exeext; then
22239 ac_cv_have_daylight="yes"
22240 else
22241 echo "$as_me: failed program was:" >&5
22242 sed 's/^/| /' conftest.$ac_ext >&5
22244 ac_cv_have_daylight="no"
22247 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
22248 conftest$ac_exeext conftest.$ac_ext
22250 { echo "$as_me:$LINENO: result: $ac_cv_have_daylight" >&5
22251 echo "${ECHO_T}$ac_cv_have_daylight" >&6; }
22252 if test "$ac_cv_have_daylight" = "yes"
22253 then
22255 cat >>confdefs.h <<\_ACEOF
22256 #define HAVE_DAYLIGHT 1
22257 _ACEOF
22261 { echo "$as_me:$LINENO: checking for isinf" >&5
22262 echo $ECHO_N "checking for isinf... $ECHO_C" >&6; }
22263 if test "${ac_cv_have_isinf+set}" = set; then
22264 echo $ECHO_N "(cached) $ECHO_C" >&6
22265 else
22266 cat >conftest.$ac_ext <<_ACEOF
22267 /* confdefs.h. */
22268 _ACEOF
22269 cat confdefs.h >>conftest.$ac_ext
22270 cat >>conftest.$ac_ext <<_ACEOF
22271 /* end confdefs.h. */
22272 #include <math.h>
22274 main ()
22276 float f = 0.0; int i=isinf(f)
22278 return 0;
22280 _ACEOF
22281 rm -f conftest.$ac_objext conftest$ac_exeext
22282 if { (ac_try="$ac_link"
22283 case "(($ac_try" in
22284 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22285 *) ac_try_echo=$ac_try;;
22286 esac
22287 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22288 (eval "$ac_link") 2>conftest.er1
22289 ac_status=$?
22290 grep -v '^ *+' conftest.er1 >conftest.err
22291 rm -f conftest.er1
22292 cat conftest.err >&5
22293 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22294 (exit $ac_status); } && {
22295 test -z "$ac_c_werror_flag" ||
22296 test ! -s conftest.err
22297 } && test -s conftest$ac_exeext &&
22298 $as_test_x conftest$ac_exeext; then
22299 ac_cv_have_isinf="yes"
22300 else
22301 echo "$as_me: failed program was:" >&5
22302 sed 's/^/| /' conftest.$ac_ext >&5
22304 ac_cv_have_isinf="no"
22307 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
22308 conftest$ac_exeext conftest.$ac_ext
22310 { echo "$as_me:$LINENO: result: $ac_cv_have_isinf" >&5
22311 echo "${ECHO_T}$ac_cv_have_isinf" >&6; }
22312 if test "$ac_cv_have_isinf" = "yes"
22313 then
22315 cat >>confdefs.h <<\_ACEOF
22316 #define HAVE_ISINF 1
22317 _ACEOF
22321 { echo "$as_me:$LINENO: checking for isnan" >&5
22322 echo $ECHO_N "checking for isnan... $ECHO_C" >&6; }
22323 if test "${ac_cv_have_isnan+set}" = set; then
22324 echo $ECHO_N "(cached) $ECHO_C" >&6
22325 else
22326 cat >conftest.$ac_ext <<_ACEOF
22327 /* confdefs.h. */
22328 _ACEOF
22329 cat confdefs.h >>conftest.$ac_ext
22330 cat >>conftest.$ac_ext <<_ACEOF
22331 /* end confdefs.h. */
22332 #include <math.h>
22334 main ()
22336 float f = 0.0; int i=isnan(f)
22338 return 0;
22340 _ACEOF
22341 rm -f conftest.$ac_objext conftest$ac_exeext
22342 if { (ac_try="$ac_link"
22343 case "(($ac_try" in
22344 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22345 *) ac_try_echo=$ac_try;;
22346 esac
22347 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22348 (eval "$ac_link") 2>conftest.er1
22349 ac_status=$?
22350 grep -v '^ *+' conftest.er1 >conftest.err
22351 rm -f conftest.er1
22352 cat conftest.err >&5
22353 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22354 (exit $ac_status); } && {
22355 test -z "$ac_c_werror_flag" ||
22356 test ! -s conftest.err
22357 } && test -s conftest$ac_exeext &&
22358 $as_test_x conftest$ac_exeext; then
22359 ac_cv_have_isnan="yes"
22360 else
22361 echo "$as_me: failed program was:" >&5
22362 sed 's/^/| /' conftest.$ac_ext >&5
22364 ac_cv_have_isnan="no"
22367 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
22368 conftest$ac_exeext conftest.$ac_ext
22370 { echo "$as_me:$LINENO: result: $ac_cv_have_isnan" >&5
22371 echo "${ECHO_T}$ac_cv_have_isnan" >&6; }
22372 if test "$ac_cv_have_isnan" = "yes"
22373 then
22375 cat >>confdefs.h <<\_ACEOF
22376 #define HAVE_ISNAN 1
22377 _ACEOF
22382 case $host_cpu in
22383 *i[3456789]86*) { echo "$as_me:$LINENO: checking whether we need to define __i386__" >&5
22384 echo $ECHO_N "checking whether we need to define __i386__... $ECHO_C" >&6; }
22385 if test "${ac_cv_cpp_def___i386__+set}" = set; then
22386 echo $ECHO_N "(cached) $ECHO_C" >&6
22387 else
22388 cat >conftest.$ac_ext <<_ACEOF
22389 /* confdefs.h. */
22390 _ACEOF
22391 cat confdefs.h >>conftest.$ac_ext
22392 cat >>conftest.$ac_ext <<_ACEOF
22393 /* end confdefs.h. */
22394 #ifndef __i386__
22396 #endif
22397 _ACEOF
22398 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22399 $EGREP "yes" >/dev/null 2>&1; then
22400 ac_cv_cpp_def___i386__=yes
22401 else
22402 ac_cv_cpp_def___i386__=no
22404 rm -f conftest*
22407 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___i386__" >&5
22408 echo "${ECHO_T}$ac_cv_cpp_def___i386__" >&6; }
22409 if test $ac_cv_cpp_def___i386__ = yes; then
22410 CFLAGS="$CFLAGS -D__i386__"
22411 LINTFLAGS="$LINTFLAGS -D__i386__"
22414 *x86_64*) { echo "$as_me:$LINENO: checking whether we need to define __x86_64__" >&5
22415 echo $ECHO_N "checking whether we need to define __x86_64__... $ECHO_C" >&6; }
22416 if test "${ac_cv_cpp_def___x86_64__+set}" = set; then
22417 echo $ECHO_N "(cached) $ECHO_C" >&6
22418 else
22419 cat >conftest.$ac_ext <<_ACEOF
22420 /* confdefs.h. */
22421 _ACEOF
22422 cat confdefs.h >>conftest.$ac_ext
22423 cat >>conftest.$ac_ext <<_ACEOF
22424 /* end confdefs.h. */
22425 #ifndef __x86_64__
22427 #endif
22428 _ACEOF
22429 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22430 $EGREP "yes" >/dev/null 2>&1; then
22431 ac_cv_cpp_def___x86_64__=yes
22432 else
22433 ac_cv_cpp_def___x86_64__=no
22435 rm -f conftest*
22438 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___x86_64__" >&5
22439 echo "${ECHO_T}$ac_cv_cpp_def___x86_64__" >&6; }
22440 if test $ac_cv_cpp_def___x86_64__ = yes; then
22441 CFLAGS="$CFLAGS -D__x86_64__"
22442 LINTFLAGS="$LINTFLAGS -D__x86_64__"
22445 *alpha*) { echo "$as_me:$LINENO: checking whether we need to define __ALPHA__" >&5
22446 echo $ECHO_N "checking whether we need to define __ALPHA__... $ECHO_C" >&6; }
22447 if test "${ac_cv_cpp_def___ALPHA__+set}" = set; then
22448 echo $ECHO_N "(cached) $ECHO_C" >&6
22449 else
22450 cat >conftest.$ac_ext <<_ACEOF
22451 /* confdefs.h. */
22452 _ACEOF
22453 cat confdefs.h >>conftest.$ac_ext
22454 cat >>conftest.$ac_ext <<_ACEOF
22455 /* end confdefs.h. */
22456 #ifndef __ALPHA__
22458 #endif
22459 _ACEOF
22460 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22461 $EGREP "yes" >/dev/null 2>&1; then
22462 ac_cv_cpp_def___ALPHA__=yes
22463 else
22464 ac_cv_cpp_def___ALPHA__=no
22466 rm -f conftest*
22469 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___ALPHA__" >&5
22470 echo "${ECHO_T}$ac_cv_cpp_def___ALPHA__" >&6; }
22471 if test $ac_cv_cpp_def___ALPHA__ = yes; then
22472 CFLAGS="$CFLAGS -D__ALPHA__"
22473 LINTFLAGS="$LINTFLAGS -D__ALPHA__"
22476 *sparc*) { echo "$as_me:$LINENO: checking whether we need to define __sparc__" >&5
22477 echo $ECHO_N "checking whether we need to define __sparc__... $ECHO_C" >&6; }
22478 if test "${ac_cv_cpp_def___sparc__+set}" = set; then
22479 echo $ECHO_N "(cached) $ECHO_C" >&6
22480 else
22481 cat >conftest.$ac_ext <<_ACEOF
22482 /* confdefs.h. */
22483 _ACEOF
22484 cat confdefs.h >>conftest.$ac_ext
22485 cat >>conftest.$ac_ext <<_ACEOF
22486 /* end confdefs.h. */
22487 #ifndef __sparc__
22489 #endif
22490 _ACEOF
22491 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22492 $EGREP "yes" >/dev/null 2>&1; then
22493 ac_cv_cpp_def___sparc__=yes
22494 else
22495 ac_cv_cpp_def___sparc__=no
22497 rm -f conftest*
22500 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sparc__" >&5
22501 echo "${ECHO_T}$ac_cv_cpp_def___sparc__" >&6; }
22502 if test $ac_cv_cpp_def___sparc__ = yes; then
22503 CFLAGS="$CFLAGS -D__sparc__"
22504 LINTFLAGS="$LINTFLAGS -D__sparc__"
22507 *powerpc*) { echo "$as_me:$LINENO: checking whether we need to define __powerpc__" >&5
22508 echo $ECHO_N "checking whether we need to define __powerpc__... $ECHO_C" >&6; }
22509 if test "${ac_cv_cpp_def___powerpc__+set}" = set; then
22510 echo $ECHO_N "(cached) $ECHO_C" >&6
22511 else
22512 cat >conftest.$ac_ext <<_ACEOF
22513 /* confdefs.h. */
22514 _ACEOF
22515 cat confdefs.h >>conftest.$ac_ext
22516 cat >>conftest.$ac_ext <<_ACEOF
22517 /* end confdefs.h. */
22518 #ifndef __powerpc__
22520 #endif
22521 _ACEOF
22522 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22523 $EGREP "yes" >/dev/null 2>&1; then
22524 ac_cv_cpp_def___powerpc__=yes
22525 else
22526 ac_cv_cpp_def___powerpc__=no
22528 rm -f conftest*
22531 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___powerpc__" >&5
22532 echo "${ECHO_T}$ac_cv_cpp_def___powerpc__" >&6; }
22533 if test $ac_cv_cpp_def___powerpc__ = yes; then
22534 CFLAGS="$CFLAGS -D__powerpc__"
22535 LINTFLAGS="$LINTFLAGS -D__powerpc__"
22538 esac
22540 case $host_vendor in
22541 *sun*) { echo "$as_me:$LINENO: checking whether we need to define __sun__" >&5
22542 echo $ECHO_N "checking whether we need to define __sun__... $ECHO_C" >&6; }
22543 if test "${ac_cv_cpp_def___sun__+set}" = set; then
22544 echo $ECHO_N "(cached) $ECHO_C" >&6
22545 else
22546 cat >conftest.$ac_ext <<_ACEOF
22547 /* confdefs.h. */
22548 _ACEOF
22549 cat confdefs.h >>conftest.$ac_ext
22550 cat >>conftest.$ac_ext <<_ACEOF
22551 /* end confdefs.h. */
22552 #ifndef __sun__
22554 #endif
22555 _ACEOF
22556 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22557 $EGREP "yes" >/dev/null 2>&1; then
22558 ac_cv_cpp_def___sun__=yes
22559 else
22560 ac_cv_cpp_def___sun__=no
22562 rm -f conftest*
22565 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sun__" >&5
22566 echo "${ECHO_T}$ac_cv_cpp_def___sun__" >&6; }
22567 if test $ac_cv_cpp_def___sun__ = yes; then
22568 CFLAGS="$CFLAGS -D__sun__"
22569 LINTFLAGS="$LINTFLAGS -D__sun__"
22572 esac
22575 DEPENDENCIES="### Dependencies:
22577 .INIT: Makefile
22578 .BEGIN: Makefile
22579 Makefile: dummy
22580 -\$(MAKEDEP) -C\$(SRCDIR) -S\$(TOPSRCDIR) -T\$(TOPOBJDIR) \$(EXTRAINCL) \$(DEPEND_SRCS)
22582 \$(OBJS): \$(IDL_GEN_HEADERS)
22583 \$(IDL_GEN_C_SRCS:.c=.o): \$(IDL_GEN_C_SRCS)
22584 \$(RC_SRCS:.rc=.res): \$(IDL_TLB_SRCS:.idl=.tlb)
22585 \$(LEX_SRCS:.l=.yy.o): \$(LEX_SRCS:.l=.yy.c)
22586 \$(BISON_SRCS:.y=.tab.o): \$(BISON_SRCS:.y=.tab.c)"
22589 ALL_MAKERULES=""
22591 ALL_MAKEFILES=""
22593 ALL_MAKEFILE_DEPENDS="# Makefile dependencies"
22596 ALL_TOP_DIRS=""
22598 ALL_DLL_DIRS=""
22600 ALL_IMPLIB_DIRS=""
22602 ALL_TEST_DIRS=""
22604 ALL_PROGRAM_DIRS=""
22606 ALL_PROGRAM_INSTALL_DIRS=""
22608 ALL_PROGRAM_BIN_INSTALL_DIRS=""
22614 ac_config_commands="$ac_config_commands include/stamp-h"
22617 ac_config_commands="$ac_config_commands dlls/gdi32/enhmfdrv"
22619 ac_config_commands="$ac_config_commands dlls/gdi32/mfdrv"
22621 ac_config_commands="$ac_config_commands dlls/kernel32/nls"
22623 ac_config_commands="$ac_config_commands dlls/user32/resources"
22625 ac_config_commands="$ac_config_commands dlls/wineps.drv/data"
22627 ac_config_commands="$ac_config_commands include/wine"
22630 ALL_MAKERULES="$ALL_MAKERULES \\
22631 Make.rules"
22632 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22633 Make.rules: Make.rules.in"
22634 MAKE_RULES=Make.rules
22635 ac_config_files="$ac_config_files Make.rules"
22637 ALL_MAKERULES="$ALL_MAKERULES \\
22638 dlls/Makedll.rules"
22639 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22640 dlls/Makedll.rules: dlls/Makedll.rules.in Make.rules"
22641 MAKE_DLL_RULES=dlls/Makedll.rules
22642 ac_config_files="$ac_config_files dlls/Makedll.rules"
22644 ALL_MAKERULES="$ALL_MAKERULES \\
22645 dlls/Makeimplib.rules"
22646 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22647 dlls/Makeimplib.rules: dlls/Makeimplib.rules.in Make.rules"
22648 MAKE_IMPLIB_RULES=dlls/Makeimplib.rules
22649 ac_config_files="$ac_config_files dlls/Makeimplib.rules"
22651 ALL_MAKERULES="$ALL_MAKERULES \\
22652 dlls/Maketest.rules"
22653 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22654 dlls/Maketest.rules: dlls/Maketest.rules.in Make.rules"
22655 MAKE_TEST_RULES=dlls/Maketest.rules
22656 ac_config_files="$ac_config_files dlls/Maketest.rules"
22658 ALL_MAKERULES="$ALL_MAKERULES \\
22659 programs/Makeprog.rules"
22660 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22661 programs/Makeprog.rules: programs/Makeprog.rules.in Make.rules"
22662 MAKE_PROG_RULES=programs/Makeprog.rules
22663 ac_config_files="$ac_config_files programs/Makeprog.rules"
22668 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22669 Makefile: Makefile.in Make.rules"
22670 ac_config_files="$ac_config_files Makefile"
22672 ALL_MAKEFILES="$ALL_MAKEFILES \\
22673 dlls/Makefile"
22674 test "x$enable_dlls" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
22675 dlls"
22676 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22677 dlls/Makefile: dlls/Makefile.in Make.rules"
22678 ac_config_files="$ac_config_files dlls/Makefile"
22680 ALL_MAKEFILES="$ALL_MAKEFILES \\
22681 dlls/acledit/Makefile"
22682 test "x$enable_acledit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22683 acledit"
22684 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22685 dlls/acledit/Makefile: dlls/acledit/Makefile.in dlls/Makedll.rules"
22686 ac_config_files="$ac_config_files dlls/acledit/Makefile"
22688 ALL_MAKEFILES="$ALL_MAKEFILES \\
22689 dlls/activeds/Makefile"
22690 test "x$enable_activeds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22691 activeds"
22692 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22693 dlls/activeds/Makefile: dlls/activeds/Makefile.in dlls/Makedll.rules"
22694 ac_config_files="$ac_config_files dlls/activeds/Makefile"
22696 ALL_MAKEFILES="$ALL_MAKEFILES \\
22697 dlls/actxprxy/Makefile"
22698 test "x$enable_actxprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22699 actxprxy"
22700 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22701 dlls/actxprxy/Makefile: dlls/actxprxy/Makefile.in dlls/Makedll.rules"
22702 ac_config_files="$ac_config_files dlls/actxprxy/Makefile"
22704 ALL_MAKEFILES="$ALL_MAKEFILES \\
22705 dlls/adsiid/Makefile"
22706 test "x$enable_adsiid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
22707 adsiid"
22708 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22709 dlls/adsiid/Makefile: dlls/adsiid/Makefile.in dlls/Makeimplib.rules"
22710 ac_config_files="$ac_config_files dlls/adsiid/Makefile"
22712 ALL_MAKEFILES="$ALL_MAKEFILES \\
22713 dlls/advapi32/Makefile"
22714 test "x$enable_advapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22715 advapi32"
22716 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22717 dlls/advapi32/Makefile: dlls/advapi32/Makefile.in dlls/Makedll.rules"
22718 ac_config_files="$ac_config_files dlls/advapi32/Makefile"
22720 ALL_MAKEFILES="$ALL_MAKEFILES \\
22721 dlls/advapi32/tests/Makefile"
22722 test "x$enable_advapi32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22723 advapi32/tests"
22724 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22725 dlls/advapi32/tests/Makefile: dlls/advapi32/tests/Makefile.in dlls/Maketest.rules"
22726 ac_config_files="$ac_config_files dlls/advapi32/tests/Makefile"
22728 ALL_MAKEFILES="$ALL_MAKEFILES \\
22729 dlls/advpack/Makefile"
22730 test "x$enable_advpack" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22731 advpack"
22732 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22733 dlls/advpack/Makefile: dlls/advpack/Makefile.in dlls/Makedll.rules"
22734 ac_config_files="$ac_config_files dlls/advpack/Makefile"
22736 ALL_MAKEFILES="$ALL_MAKEFILES \\
22737 dlls/advpack/tests/Makefile"
22738 test "x$enable_advpack_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22739 advpack/tests"
22740 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22741 dlls/advpack/tests/Makefile: dlls/advpack/tests/Makefile.in dlls/Maketest.rules"
22742 ac_config_files="$ac_config_files dlls/advpack/tests/Makefile"
22744 ALL_MAKEFILES="$ALL_MAKEFILES \\
22745 dlls/amstream/Makefile"
22746 test "x$enable_amstream" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22747 amstream"
22748 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22749 dlls/amstream/Makefile: dlls/amstream/Makefile.in dlls/Makedll.rules"
22750 ac_config_files="$ac_config_files dlls/amstream/Makefile"
22752 ALL_MAKEFILES="$ALL_MAKEFILES \\
22753 dlls/appwiz.cpl/Makefile"
22754 test "x$enable_appwiz_cpl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22755 appwiz.cpl"
22756 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22757 dlls/appwiz.cpl/Makefile: dlls/appwiz.cpl/Makefile.in dlls/Makedll.rules"
22758 ac_config_files="$ac_config_files dlls/appwiz.cpl/Makefile"
22760 ALL_MAKEFILES="$ALL_MAKEFILES \\
22761 dlls/atl/Makefile"
22762 test "x$enable_atl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22763 atl"
22764 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22765 dlls/atl/Makefile: dlls/atl/Makefile.in dlls/Makedll.rules"
22766 ac_config_files="$ac_config_files dlls/atl/Makefile"
22768 ALL_MAKEFILES="$ALL_MAKEFILES \\
22769 dlls/avicap32/Makefile"
22770 test "x$enable_avicap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22771 avicap32"
22772 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22773 dlls/avicap32/Makefile: dlls/avicap32/Makefile.in dlls/Makedll.rules"
22774 ac_config_files="$ac_config_files dlls/avicap32/Makefile"
22776 ALL_MAKEFILES="$ALL_MAKEFILES \\
22777 dlls/avifil32/Makefile"
22778 test "x$enable_avifil32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22779 avifil32"
22780 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22781 dlls/avifil32/Makefile: dlls/avifil32/Makefile.in dlls/Makedll.rules"
22782 ac_config_files="$ac_config_files dlls/avifil32/Makefile"
22784 ALL_MAKEFILES="$ALL_MAKEFILES \\
22785 dlls/browseui/Makefile"
22786 test "x$enable_browseui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22787 browseui"
22788 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22789 dlls/browseui/Makefile: dlls/browseui/Makefile.in dlls/Makedll.rules"
22790 ac_config_files="$ac_config_files dlls/browseui/Makefile"
22792 ALL_MAKEFILES="$ALL_MAKEFILES \\
22793 dlls/browseui/tests/Makefile"
22794 test "x$enable_browseui_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22795 browseui/tests"
22796 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22797 dlls/browseui/tests/Makefile: dlls/browseui/tests/Makefile.in dlls/Maketest.rules"
22798 ac_config_files="$ac_config_files dlls/browseui/tests/Makefile"
22800 ALL_MAKEFILES="$ALL_MAKEFILES \\
22801 dlls/cabinet/Makefile"
22802 test "x$enable_cabinet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22803 cabinet"
22804 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22805 dlls/cabinet/Makefile: dlls/cabinet/Makefile.in dlls/Makedll.rules"
22806 ac_config_files="$ac_config_files dlls/cabinet/Makefile"
22808 ALL_MAKEFILES="$ALL_MAKEFILES \\
22809 dlls/cabinet/tests/Makefile"
22810 test "x$enable_cabinet_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22811 cabinet/tests"
22812 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22813 dlls/cabinet/tests/Makefile: dlls/cabinet/tests/Makefile.in dlls/Maketest.rules"
22814 ac_config_files="$ac_config_files dlls/cabinet/tests/Makefile"
22816 ALL_MAKEFILES="$ALL_MAKEFILES \\
22817 dlls/capi2032/Makefile"
22818 test "x$enable_capi2032" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22819 capi2032"
22820 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22821 dlls/capi2032/Makefile: dlls/capi2032/Makefile.in dlls/Makedll.rules"
22822 ac_config_files="$ac_config_files dlls/capi2032/Makefile"
22824 ALL_MAKEFILES="$ALL_MAKEFILES \\
22825 dlls/cards/Makefile"
22826 test "x$enable_cards" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22827 cards"
22828 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22829 dlls/cards/Makefile: dlls/cards/Makefile.in dlls/Makedll.rules"
22830 ac_config_files="$ac_config_files dlls/cards/Makefile"
22832 ALL_MAKEFILES="$ALL_MAKEFILES \\
22833 dlls/cfgmgr32/Makefile"
22834 test "x$enable_cfgmgr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22835 cfgmgr32"
22836 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22837 dlls/cfgmgr32/Makefile: dlls/cfgmgr32/Makefile.in dlls/Makedll.rules"
22838 ac_config_files="$ac_config_files dlls/cfgmgr32/Makefile"
22840 ALL_MAKEFILES="$ALL_MAKEFILES \\
22841 dlls/clusapi/Makefile"
22842 test "x$enable_clusapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22843 clusapi"
22844 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22845 dlls/clusapi/Makefile: dlls/clusapi/Makefile.in dlls/Makedll.rules"
22846 ac_config_files="$ac_config_files dlls/clusapi/Makefile"
22848 ALL_MAKEFILES="$ALL_MAKEFILES \\
22849 dlls/comcat/Makefile"
22850 test "x$enable_comcat" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22851 comcat"
22852 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22853 dlls/comcat/Makefile: dlls/comcat/Makefile.in dlls/Makedll.rules"
22854 ac_config_files="$ac_config_files dlls/comcat/Makefile"
22856 ALL_MAKEFILES="$ALL_MAKEFILES \\
22857 dlls/comcat/tests/Makefile"
22858 test "x$enable_comcat_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22859 comcat/tests"
22860 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22861 dlls/comcat/tests/Makefile: dlls/comcat/tests/Makefile.in dlls/Maketest.rules"
22862 ac_config_files="$ac_config_files dlls/comcat/tests/Makefile"
22864 ALL_MAKEFILES="$ALL_MAKEFILES \\
22865 dlls/comctl32/Makefile"
22866 test "x$enable_comctl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22867 comctl32"
22868 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22869 dlls/comctl32/Makefile: dlls/comctl32/Makefile.in dlls/Makedll.rules"
22870 ac_config_files="$ac_config_files dlls/comctl32/Makefile"
22872 ALL_MAKEFILES="$ALL_MAKEFILES \\
22873 dlls/comctl32/tests/Makefile"
22874 test "x$enable_comctl32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22875 comctl32/tests"
22876 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22877 dlls/comctl32/tests/Makefile: dlls/comctl32/tests/Makefile.in dlls/Maketest.rules"
22878 ac_config_files="$ac_config_files dlls/comctl32/tests/Makefile"
22880 ALL_MAKEFILES="$ALL_MAKEFILES \\
22881 dlls/comdlg32/Makefile"
22882 test "x$enable_comdlg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22883 comdlg32"
22884 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22885 dlls/comdlg32/Makefile: dlls/comdlg32/Makefile.in dlls/Makedll.rules"
22886 ac_config_files="$ac_config_files dlls/comdlg32/Makefile"
22888 ALL_MAKEFILES="$ALL_MAKEFILES \\
22889 dlls/comdlg32/tests/Makefile"
22890 test "x$enable_comdlg32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22891 comdlg32/tests"
22892 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22893 dlls/comdlg32/tests/Makefile: dlls/comdlg32/tests/Makefile.in dlls/Maketest.rules"
22894 ac_config_files="$ac_config_files dlls/comdlg32/tests/Makefile"
22896 ALL_MAKEFILES="$ALL_MAKEFILES \\
22897 dlls/compstui/Makefile"
22898 test "x$enable_compstui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22899 compstui"
22900 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22901 dlls/compstui/Makefile: dlls/compstui/Makefile.in dlls/Makedll.rules"
22902 ac_config_files="$ac_config_files dlls/compstui/Makefile"
22904 ALL_MAKEFILES="$ALL_MAKEFILES \\
22905 dlls/credui/Makefile"
22906 test "x$enable_credui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22907 credui"
22908 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22909 dlls/credui/Makefile: dlls/credui/Makefile.in dlls/Makedll.rules"
22910 ac_config_files="$ac_config_files dlls/credui/Makefile"
22912 ALL_MAKEFILES="$ALL_MAKEFILES \\
22913 dlls/credui/tests/Makefile"
22914 test "x$enable_credui_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22915 credui/tests"
22916 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22917 dlls/credui/tests/Makefile: dlls/credui/tests/Makefile.in dlls/Maketest.rules"
22918 ac_config_files="$ac_config_files dlls/credui/tests/Makefile"
22920 ALL_MAKEFILES="$ALL_MAKEFILES \\
22921 dlls/crtdll/Makefile"
22922 test "x$enable_crtdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22923 crtdll"
22924 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22925 dlls/crtdll/Makefile: dlls/crtdll/Makefile.in dlls/Makedll.rules"
22926 ac_config_files="$ac_config_files dlls/crtdll/Makefile"
22928 ALL_MAKEFILES="$ALL_MAKEFILES \\
22929 dlls/crypt32/Makefile"
22930 test "x$enable_crypt32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22931 crypt32"
22932 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22933 dlls/crypt32/Makefile: dlls/crypt32/Makefile.in dlls/Makedll.rules"
22934 ac_config_files="$ac_config_files dlls/crypt32/Makefile"
22936 ALL_MAKEFILES="$ALL_MAKEFILES \\
22937 dlls/crypt32/tests/Makefile"
22938 test "x$enable_crypt32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22939 crypt32/tests"
22940 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22941 dlls/crypt32/tests/Makefile: dlls/crypt32/tests/Makefile.in dlls/Maketest.rules"
22942 ac_config_files="$ac_config_files dlls/crypt32/tests/Makefile"
22944 ALL_MAKEFILES="$ALL_MAKEFILES \\
22945 dlls/cryptdlg/Makefile"
22946 test "x$enable_cryptdlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22947 cryptdlg"
22948 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22949 dlls/cryptdlg/Makefile: dlls/cryptdlg/Makefile.in dlls/Makedll.rules"
22950 ac_config_files="$ac_config_files dlls/cryptdlg/Makefile"
22952 ALL_MAKEFILES="$ALL_MAKEFILES \\
22953 dlls/cryptdll/Makefile"
22954 test "x$enable_cryptdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22955 cryptdll"
22956 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22957 dlls/cryptdll/Makefile: dlls/cryptdll/Makefile.in dlls/Makedll.rules"
22958 ac_config_files="$ac_config_files dlls/cryptdll/Makefile"
22960 ALL_MAKEFILES="$ALL_MAKEFILES \\
22961 dlls/cryptnet/Makefile"
22962 test "x$enable_cryptnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22963 cryptnet"
22964 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22965 dlls/cryptnet/Makefile: dlls/cryptnet/Makefile.in dlls/Makedll.rules"
22966 ac_config_files="$ac_config_files dlls/cryptnet/Makefile"
22968 ALL_MAKEFILES="$ALL_MAKEFILES \\
22969 dlls/cryptnet/tests/Makefile"
22970 test "x$enable_cryptnet_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22971 cryptnet/tests"
22972 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22973 dlls/cryptnet/tests/Makefile: dlls/cryptnet/tests/Makefile.in dlls/Maketest.rules"
22974 ac_config_files="$ac_config_files dlls/cryptnet/tests/Makefile"
22976 ALL_MAKEFILES="$ALL_MAKEFILES \\
22977 dlls/cryptui/Makefile"
22978 test "x$enable_cryptui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22979 cryptui"
22980 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22981 dlls/cryptui/Makefile: dlls/cryptui/Makefile.in dlls/Makedll.rules"
22982 ac_config_files="$ac_config_files dlls/cryptui/Makefile"
22984 ALL_MAKEFILES="$ALL_MAKEFILES \\
22985 dlls/cryptui/tests/Makefile"
22986 test "x$enable_cryptui_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22987 cryptui/tests"
22988 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22989 dlls/cryptui/tests/Makefile: dlls/cryptui/tests/Makefile.in dlls/Maketest.rules"
22990 ac_config_files="$ac_config_files dlls/cryptui/tests/Makefile"
22992 ALL_MAKEFILES="$ALL_MAKEFILES \\
22993 dlls/ctapi32/Makefile"
22994 test "x$enable_ctapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22995 ctapi32"
22996 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22997 dlls/ctapi32/Makefile: dlls/ctapi32/Makefile.in dlls/Makedll.rules"
22998 ac_config_files="$ac_config_files dlls/ctapi32/Makefile"
23000 ALL_MAKEFILES="$ALL_MAKEFILES \\
23001 dlls/ctl3d32/Makefile"
23002 test "x$enable_ctl3d32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23003 ctl3d32"
23004 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23005 dlls/ctl3d32/Makefile: dlls/ctl3d32/Makefile.in dlls/Makedll.rules"
23006 ac_config_files="$ac_config_files dlls/ctl3d32/Makefile"
23008 ALL_MAKEFILES="$ALL_MAKEFILES \\
23009 dlls/d3d10/Makefile"
23010 test "x$enable_d3d10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23011 d3d10"
23012 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23013 dlls/d3d10/Makefile: dlls/d3d10/Makefile.in dlls/Makedll.rules"
23014 ac_config_files="$ac_config_files dlls/d3d10/Makefile"
23016 ALL_MAKEFILES="$ALL_MAKEFILES \\
23017 dlls/d3d10/tests/Makefile"
23018 test "x$enable_d3d10_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23019 d3d10/tests"
23020 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23021 dlls/d3d10/tests/Makefile: dlls/d3d10/tests/Makefile.in dlls/Maketest.rules"
23022 ac_config_files="$ac_config_files dlls/d3d10/tests/Makefile"
23024 ALL_MAKEFILES="$ALL_MAKEFILES \\
23025 dlls/d3d10core/Makefile"
23026 test "x$enable_d3d10core" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23027 d3d10core"
23028 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23029 dlls/d3d10core/Makefile: dlls/d3d10core/Makefile.in dlls/Makedll.rules"
23030 ac_config_files="$ac_config_files dlls/d3d10core/Makefile"
23032 ALL_MAKEFILES="$ALL_MAKEFILES \\
23033 dlls/d3d8/Makefile"
23034 test "x$enable_d3d8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23035 d3d8"
23036 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23037 dlls/d3d8/Makefile: dlls/d3d8/Makefile.in dlls/Makedll.rules"
23038 ac_config_files="$ac_config_files dlls/d3d8/Makefile"
23040 ALL_MAKEFILES="$ALL_MAKEFILES \\
23041 dlls/d3d8/tests/Makefile"
23042 test "x$enable_d3d8_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23043 d3d8/tests"
23044 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23045 dlls/d3d8/tests/Makefile: dlls/d3d8/tests/Makefile.in dlls/Maketest.rules"
23046 ac_config_files="$ac_config_files dlls/d3d8/tests/Makefile"
23048 ALL_MAKEFILES="$ALL_MAKEFILES \\
23049 dlls/d3d9/Makefile"
23050 test "x$enable_d3d9" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23051 d3d9"
23052 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23053 dlls/d3d9/Makefile: dlls/d3d9/Makefile.in dlls/Makedll.rules"
23054 ac_config_files="$ac_config_files dlls/d3d9/Makefile"
23056 ALL_MAKEFILES="$ALL_MAKEFILES \\
23057 dlls/d3d9/tests/Makefile"
23058 test "x$enable_d3d9_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23059 d3d9/tests"
23060 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23061 dlls/d3d9/tests/Makefile: dlls/d3d9/tests/Makefile.in dlls/Maketest.rules"
23062 ac_config_files="$ac_config_files dlls/d3d9/tests/Makefile"
23064 ALL_MAKEFILES="$ALL_MAKEFILES \\
23065 dlls/d3dim/Makefile"
23066 test "x$enable_d3dim" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23067 d3dim"
23068 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23069 dlls/d3dim/Makefile: dlls/d3dim/Makefile.in dlls/Makedll.rules"
23070 ac_config_files="$ac_config_files dlls/d3dim/Makefile"
23072 ALL_MAKEFILES="$ALL_MAKEFILES \\
23073 dlls/d3drm/Makefile"
23074 test "x$enable_d3drm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23075 d3drm"
23076 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23077 dlls/d3drm/Makefile: dlls/d3drm/Makefile.in dlls/Makedll.rules"
23078 ac_config_files="$ac_config_files dlls/d3drm/Makefile"
23080 ALL_MAKEFILES="$ALL_MAKEFILES \\
23081 dlls/d3drm/tests/Makefile"
23082 test "x$enable_d3drm_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23083 d3drm/tests"
23084 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23085 dlls/d3drm/tests/Makefile: dlls/d3drm/tests/Makefile.in dlls/Maketest.rules"
23086 ac_config_files="$ac_config_files dlls/d3drm/tests/Makefile"
23088 ALL_MAKEFILES="$ALL_MAKEFILES \\
23089 dlls/d3dx8/Makefile"
23090 test "x$enable_d3dx8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23091 d3dx8"
23092 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23093 dlls/d3dx8/Makefile: dlls/d3dx8/Makefile.in dlls/Makedll.rules"
23094 ac_config_files="$ac_config_files dlls/d3dx8/Makefile"
23096 ALL_MAKEFILES="$ALL_MAKEFILES \\
23097 dlls/d3dx8/tests/Makefile"
23098 test "x$enable_d3dx8_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23099 d3dx8/tests"
23100 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23101 dlls/d3dx8/tests/Makefile: dlls/d3dx8/tests/Makefile.in dlls/Maketest.rules"
23102 ac_config_files="$ac_config_files dlls/d3dx8/tests/Makefile"
23104 ALL_MAKEFILES="$ALL_MAKEFILES \\
23105 dlls/d3dx9_24/Makefile"
23106 test "x$enable_d3dx9_24" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23107 d3dx9_24"
23108 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23109 dlls/d3dx9_24/Makefile: dlls/d3dx9_24/Makefile.in dlls/Makedll.rules"
23110 ac_config_files="$ac_config_files dlls/d3dx9_24/Makefile"
23112 ALL_MAKEFILES="$ALL_MAKEFILES \\
23113 dlls/d3dx9_25/Makefile"
23114 test "x$enable_d3dx9_25" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23115 d3dx9_25"
23116 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23117 dlls/d3dx9_25/Makefile: dlls/d3dx9_25/Makefile.in dlls/Makedll.rules"
23118 ac_config_files="$ac_config_files dlls/d3dx9_25/Makefile"
23120 ALL_MAKEFILES="$ALL_MAKEFILES \\
23121 dlls/d3dx9_26/Makefile"
23122 test "x$enable_d3dx9_26" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23123 d3dx9_26"
23124 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23125 dlls/d3dx9_26/Makefile: dlls/d3dx9_26/Makefile.in dlls/Makedll.rules"
23126 ac_config_files="$ac_config_files dlls/d3dx9_26/Makefile"
23128 ALL_MAKEFILES="$ALL_MAKEFILES \\
23129 dlls/d3dx9_27/Makefile"
23130 test "x$enable_d3dx9_27" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23131 d3dx9_27"
23132 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23133 dlls/d3dx9_27/Makefile: dlls/d3dx9_27/Makefile.in dlls/Makedll.rules"
23134 ac_config_files="$ac_config_files dlls/d3dx9_27/Makefile"
23136 ALL_MAKEFILES="$ALL_MAKEFILES \\
23137 dlls/d3dx9_28/Makefile"
23138 test "x$enable_d3dx9_28" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23139 d3dx9_28"
23140 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23141 dlls/d3dx9_28/Makefile: dlls/d3dx9_28/Makefile.in dlls/Makedll.rules"
23142 ac_config_files="$ac_config_files dlls/d3dx9_28/Makefile"
23144 ALL_MAKEFILES="$ALL_MAKEFILES \\
23145 dlls/d3dx9_29/Makefile"
23146 test "x$enable_d3dx9_29" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23147 d3dx9_29"
23148 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23149 dlls/d3dx9_29/Makefile: dlls/d3dx9_29/Makefile.in dlls/Makedll.rules"
23150 ac_config_files="$ac_config_files dlls/d3dx9_29/Makefile"
23152 ALL_MAKEFILES="$ALL_MAKEFILES \\
23153 dlls/d3dx9_30/Makefile"
23154 test "x$enable_d3dx9_30" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23155 d3dx9_30"
23156 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23157 dlls/d3dx9_30/Makefile: dlls/d3dx9_30/Makefile.in dlls/Makedll.rules"
23158 ac_config_files="$ac_config_files dlls/d3dx9_30/Makefile"
23160 ALL_MAKEFILES="$ALL_MAKEFILES \\
23161 dlls/d3dx9_31/Makefile"
23162 test "x$enable_d3dx9_31" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23163 d3dx9_31"
23164 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23165 dlls/d3dx9_31/Makefile: dlls/d3dx9_31/Makefile.in dlls/Makedll.rules"
23166 ac_config_files="$ac_config_files dlls/d3dx9_31/Makefile"
23168 ALL_MAKEFILES="$ALL_MAKEFILES \\
23169 dlls/d3dx9_32/Makefile"
23170 test "x$enable_d3dx9_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23171 d3dx9_32"
23172 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23173 dlls/d3dx9_32/Makefile: dlls/d3dx9_32/Makefile.in dlls/Makedll.rules"
23174 ac_config_files="$ac_config_files dlls/d3dx9_32/Makefile"
23176 ALL_MAKEFILES="$ALL_MAKEFILES \\
23177 dlls/d3dx9_33/Makefile"
23178 test "x$enable_d3dx9_33" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23179 d3dx9_33"
23180 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23181 dlls/d3dx9_33/Makefile: dlls/d3dx9_33/Makefile.in dlls/Makedll.rules"
23182 ac_config_files="$ac_config_files dlls/d3dx9_33/Makefile"
23184 ALL_MAKEFILES="$ALL_MAKEFILES \\
23185 dlls/d3dx9_34/Makefile"
23186 test "x$enable_d3dx9_34" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23187 d3dx9_34"
23188 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23189 dlls/d3dx9_34/Makefile: dlls/d3dx9_34/Makefile.in dlls/Makedll.rules"
23190 ac_config_files="$ac_config_files dlls/d3dx9_34/Makefile"
23192 ALL_MAKEFILES="$ALL_MAKEFILES \\
23193 dlls/d3dx9_35/Makefile"
23194 test "x$enable_d3dx9_35" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23195 d3dx9_35"
23196 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23197 dlls/d3dx9_35/Makefile: dlls/d3dx9_35/Makefile.in dlls/Makedll.rules"
23198 ac_config_files="$ac_config_files dlls/d3dx9_35/Makefile"
23200 ALL_MAKEFILES="$ALL_MAKEFILES \\
23201 dlls/d3dx9_36/Makefile"
23202 test "x$enable_d3dx9_36" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23203 d3dx9_36"
23204 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23205 dlls/d3dx9_36/Makefile: dlls/d3dx9_36/Makefile.in dlls/Makedll.rules"
23206 ac_config_files="$ac_config_files dlls/d3dx9_36/Makefile"
23208 ALL_MAKEFILES="$ALL_MAKEFILES \\
23209 dlls/d3dx9_36/tests/Makefile"
23210 test "x$enable_d3dx9_36_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23211 d3dx9_36/tests"
23212 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23213 dlls/d3dx9_36/tests/Makefile: dlls/d3dx9_36/tests/Makefile.in dlls/Maketest.rules"
23214 ac_config_files="$ac_config_files dlls/d3dx9_36/tests/Makefile"
23216 ALL_MAKEFILES="$ALL_MAKEFILES \\
23217 dlls/d3dx9_37/Makefile"
23218 test "x$enable_d3dx9_37" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23219 d3dx9_37"
23220 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23221 dlls/d3dx9_37/Makefile: dlls/d3dx9_37/Makefile.in dlls/Makedll.rules"
23222 ac_config_files="$ac_config_files dlls/d3dx9_37/Makefile"
23224 ALL_MAKEFILES="$ALL_MAKEFILES \\
23225 dlls/d3dxof/Makefile"
23226 test "x$enable_d3dxof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23227 d3dxof"
23228 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23229 dlls/d3dxof/Makefile: dlls/d3dxof/Makefile.in dlls/Makedll.rules"
23230 ac_config_files="$ac_config_files dlls/d3dxof/Makefile"
23232 ALL_MAKEFILES="$ALL_MAKEFILES \\
23233 dlls/d3dxof/tests/Makefile"
23234 test "x$enable_d3dxof_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23235 d3dxof/tests"
23236 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23237 dlls/d3dxof/tests/Makefile: dlls/d3dxof/tests/Makefile.in dlls/Maketest.rules"
23238 ac_config_files="$ac_config_files dlls/d3dxof/tests/Makefile"
23240 ALL_MAKEFILES="$ALL_MAKEFILES \\
23241 dlls/dbghelp/Makefile"
23242 test "x$enable_dbghelp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23243 dbghelp"
23244 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23245 dlls/dbghelp/Makefile: dlls/dbghelp/Makefile.in dlls/Makedll.rules"
23246 ac_config_files="$ac_config_files dlls/dbghelp/Makefile"
23248 ALL_MAKEFILES="$ALL_MAKEFILES \\
23249 dlls/dciman32/Makefile"
23250 test "x$enable_dciman32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23251 dciman32"
23252 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23253 dlls/dciman32/Makefile: dlls/dciman32/Makefile.in dlls/Makedll.rules"
23254 ac_config_files="$ac_config_files dlls/dciman32/Makefile"
23256 ALL_MAKEFILES="$ALL_MAKEFILES \\
23257 dlls/ddraw/Makefile"
23258 test "x$enable_ddraw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23259 ddraw"
23260 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23261 dlls/ddraw/Makefile: dlls/ddraw/Makefile.in dlls/Makedll.rules"
23262 ac_config_files="$ac_config_files dlls/ddraw/Makefile"
23264 ALL_MAKEFILES="$ALL_MAKEFILES \\
23265 dlls/ddraw/tests/Makefile"
23266 test "x$enable_ddraw_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23267 ddraw/tests"
23268 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23269 dlls/ddraw/tests/Makefile: dlls/ddraw/tests/Makefile.in dlls/Maketest.rules"
23270 ac_config_files="$ac_config_files dlls/ddraw/tests/Makefile"
23272 ALL_MAKEFILES="$ALL_MAKEFILES \\
23273 dlls/ddrawex/Makefile"
23274 test "x$enable_ddrawex" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23275 ddrawex"
23276 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23277 dlls/ddrawex/Makefile: dlls/ddrawex/Makefile.in dlls/Makedll.rules"
23278 ac_config_files="$ac_config_files dlls/ddrawex/Makefile"
23280 ALL_MAKEFILES="$ALL_MAKEFILES \\
23281 dlls/devenum/Makefile"
23282 test "x$enable_devenum" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23283 devenum"
23284 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23285 dlls/devenum/Makefile: dlls/devenum/Makefile.in dlls/Makedll.rules"
23286 ac_config_files="$ac_config_files dlls/devenum/Makefile"
23288 ALL_MAKEFILES="$ALL_MAKEFILES \\
23289 dlls/dinput/Makefile"
23290 test "x$enable_dinput" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23291 dinput"
23292 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23293 dlls/dinput/Makefile: dlls/dinput/Makefile.in dlls/Makedll.rules"
23294 ac_config_files="$ac_config_files dlls/dinput/Makefile"
23296 ALL_MAKEFILES="$ALL_MAKEFILES \\
23297 dlls/dinput/tests/Makefile"
23298 test "x$enable_dinput_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23299 dinput/tests"
23300 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23301 dlls/dinput/tests/Makefile: dlls/dinput/tests/Makefile.in dlls/Maketest.rules"
23302 ac_config_files="$ac_config_files dlls/dinput/tests/Makefile"
23304 ALL_MAKEFILES="$ALL_MAKEFILES \\
23305 dlls/dinput8/Makefile"
23306 test "x$enable_dinput8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23307 dinput8"
23308 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23309 dlls/dinput8/Makefile: dlls/dinput8/Makefile.in dlls/Makedll.rules"
23310 ac_config_files="$ac_config_files dlls/dinput8/Makefile"
23312 ALL_MAKEFILES="$ALL_MAKEFILES \\
23313 dlls/dmband/Makefile"
23314 test "x$enable_dmband" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23315 dmband"
23316 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23317 dlls/dmband/Makefile: dlls/dmband/Makefile.in dlls/Makedll.rules"
23318 ac_config_files="$ac_config_files dlls/dmband/Makefile"
23320 ALL_MAKEFILES="$ALL_MAKEFILES \\
23321 dlls/dmcompos/Makefile"
23322 test "x$enable_dmcompos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23323 dmcompos"
23324 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23325 dlls/dmcompos/Makefile: dlls/dmcompos/Makefile.in dlls/Makedll.rules"
23326 ac_config_files="$ac_config_files dlls/dmcompos/Makefile"
23328 ALL_MAKEFILES="$ALL_MAKEFILES \\
23329 dlls/dmime/Makefile"
23330 test "x$enable_dmime" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23331 dmime"
23332 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23333 dlls/dmime/Makefile: dlls/dmime/Makefile.in dlls/Makedll.rules"
23334 ac_config_files="$ac_config_files dlls/dmime/Makefile"
23336 ALL_MAKEFILES="$ALL_MAKEFILES \\
23337 dlls/dmloader/Makefile"
23338 test "x$enable_dmloader" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23339 dmloader"
23340 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23341 dlls/dmloader/Makefile: dlls/dmloader/Makefile.in dlls/Makedll.rules"
23342 ac_config_files="$ac_config_files dlls/dmloader/Makefile"
23344 ALL_MAKEFILES="$ALL_MAKEFILES \\
23345 dlls/dmscript/Makefile"
23346 test "x$enable_dmscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23347 dmscript"
23348 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23349 dlls/dmscript/Makefile: dlls/dmscript/Makefile.in dlls/Makedll.rules"
23350 ac_config_files="$ac_config_files dlls/dmscript/Makefile"
23352 ALL_MAKEFILES="$ALL_MAKEFILES \\
23353 dlls/dmstyle/Makefile"
23354 test "x$enable_dmstyle" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23355 dmstyle"
23356 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23357 dlls/dmstyle/Makefile: dlls/dmstyle/Makefile.in dlls/Makedll.rules"
23358 ac_config_files="$ac_config_files dlls/dmstyle/Makefile"
23360 ALL_MAKEFILES="$ALL_MAKEFILES \\
23361 dlls/dmsynth/Makefile"
23362 test "x$enable_dmsynth" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23363 dmsynth"
23364 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23365 dlls/dmsynth/Makefile: dlls/dmsynth/Makefile.in dlls/Makedll.rules"
23366 ac_config_files="$ac_config_files dlls/dmsynth/Makefile"
23368 ALL_MAKEFILES="$ALL_MAKEFILES \\
23369 dlls/dmusic/Makefile"
23370 test "x$enable_dmusic" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23371 dmusic"
23372 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23373 dlls/dmusic/Makefile: dlls/dmusic/Makefile.in dlls/Makedll.rules"
23374 ac_config_files="$ac_config_files dlls/dmusic/Makefile"
23376 ALL_MAKEFILES="$ALL_MAKEFILES \\
23377 dlls/dmusic32/Makefile"
23378 test "x$enable_dmusic32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23379 dmusic32"
23380 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23381 dlls/dmusic32/Makefile: dlls/dmusic32/Makefile.in dlls/Makedll.rules"
23382 ac_config_files="$ac_config_files dlls/dmusic32/Makefile"
23384 ALL_MAKEFILES="$ALL_MAKEFILES \\
23385 dlls/dnsapi/Makefile"
23386 test "x$enable_dnsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23387 dnsapi"
23388 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23389 dlls/dnsapi/Makefile: dlls/dnsapi/Makefile.in dlls/Makedll.rules"
23390 ac_config_files="$ac_config_files dlls/dnsapi/Makefile"
23392 ALL_MAKEFILES="$ALL_MAKEFILES \\
23393 dlls/dnsapi/tests/Makefile"
23394 test "x$enable_dnsapi_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23395 dnsapi/tests"
23396 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23397 dlls/dnsapi/tests/Makefile: dlls/dnsapi/tests/Makefile.in dlls/Maketest.rules"
23398 ac_config_files="$ac_config_files dlls/dnsapi/tests/Makefile"
23400 ALL_MAKEFILES="$ALL_MAKEFILES \\
23401 dlls/dplay/Makefile"
23402 test "x$enable_dplay" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23403 dplay"
23404 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23405 dlls/dplay/Makefile: dlls/dplay/Makefile.in dlls/Makedll.rules"
23406 ac_config_files="$ac_config_files dlls/dplay/Makefile"
23408 ALL_MAKEFILES="$ALL_MAKEFILES \\
23409 dlls/dplayx/Makefile"
23410 test "x$enable_dplayx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23411 dplayx"
23412 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23413 dlls/dplayx/Makefile: dlls/dplayx/Makefile.in dlls/Makedll.rules"
23414 ac_config_files="$ac_config_files dlls/dplayx/Makefile"
23416 ALL_MAKEFILES="$ALL_MAKEFILES \\
23417 dlls/dplayx/tests/Makefile"
23418 test "x$enable_dplayx_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23419 dplayx/tests"
23420 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23421 dlls/dplayx/tests/Makefile: dlls/dplayx/tests/Makefile.in dlls/Maketest.rules"
23422 ac_config_files="$ac_config_files dlls/dplayx/tests/Makefile"
23424 ALL_MAKEFILES="$ALL_MAKEFILES \\
23425 dlls/dpnaddr/Makefile"
23426 test "x$enable_dpnaddr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23427 dpnaddr"
23428 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23429 dlls/dpnaddr/Makefile: dlls/dpnaddr/Makefile.in dlls/Makedll.rules"
23430 ac_config_files="$ac_config_files dlls/dpnaddr/Makefile"
23432 ALL_MAKEFILES="$ALL_MAKEFILES \\
23433 dlls/dpnet/Makefile"
23434 test "x$enable_dpnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23435 dpnet"
23436 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23437 dlls/dpnet/Makefile: dlls/dpnet/Makefile.in dlls/Makedll.rules"
23438 ac_config_files="$ac_config_files dlls/dpnet/Makefile"
23440 ALL_MAKEFILES="$ALL_MAKEFILES \\
23441 dlls/dpnhpast/Makefile"
23442 test "x$enable_dpnhpast" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23443 dpnhpast"
23444 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23445 dlls/dpnhpast/Makefile: dlls/dpnhpast/Makefile.in dlls/Makedll.rules"
23446 ac_config_files="$ac_config_files dlls/dpnhpast/Makefile"
23448 ALL_MAKEFILES="$ALL_MAKEFILES \\
23449 dlls/dpnlobby/Makefile"
23450 test "x$enable_dpnlobby" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23451 dpnlobby"
23452 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23453 dlls/dpnlobby/Makefile: dlls/dpnlobby/Makefile.in dlls/Makedll.rules"
23454 ac_config_files="$ac_config_files dlls/dpnlobby/Makefile"
23456 ALL_MAKEFILES="$ALL_MAKEFILES \\
23457 dlls/dpwsockx/Makefile"
23458 test "x$enable_dpwsockx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23459 dpwsockx"
23460 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23461 dlls/dpwsockx/Makefile: dlls/dpwsockx/Makefile.in dlls/Makedll.rules"
23462 ac_config_files="$ac_config_files dlls/dpwsockx/Makefile"
23464 ALL_MAKEFILES="$ALL_MAKEFILES \\
23465 dlls/dsound/Makefile"
23466 test "x$enable_dsound" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23467 dsound"
23468 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23469 dlls/dsound/Makefile: dlls/dsound/Makefile.in dlls/Makedll.rules"
23470 ac_config_files="$ac_config_files dlls/dsound/Makefile"
23472 ALL_MAKEFILES="$ALL_MAKEFILES \\
23473 dlls/dsound/tests/Makefile"
23474 test "x$enable_dsound_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23475 dsound/tests"
23476 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23477 dlls/dsound/tests/Makefile: dlls/dsound/tests/Makefile.in dlls/Maketest.rules"
23478 ac_config_files="$ac_config_files dlls/dsound/tests/Makefile"
23480 ALL_MAKEFILES="$ALL_MAKEFILES \\
23481 dlls/dssenh/Makefile"
23482 test "x$enable_dssenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23483 dssenh"
23484 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23485 dlls/dssenh/Makefile: dlls/dssenh/Makefile.in dlls/Makedll.rules"
23486 ac_config_files="$ac_config_files dlls/dssenh/Makefile"
23488 ALL_MAKEFILES="$ALL_MAKEFILES \\
23489 dlls/dswave/Makefile"
23490 test "x$enable_dswave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23491 dswave"
23492 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23493 dlls/dswave/Makefile: dlls/dswave/Makefile.in dlls/Makedll.rules"
23494 ac_config_files="$ac_config_files dlls/dswave/Makefile"
23496 ALL_MAKEFILES="$ALL_MAKEFILES \\
23497 dlls/dwmapi/Makefile"
23498 test "x$enable_dwmapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23499 dwmapi"
23500 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23501 dlls/dwmapi/Makefile: dlls/dwmapi/Makefile.in dlls/Makedll.rules"
23502 ac_config_files="$ac_config_files dlls/dwmapi/Makefile"
23504 ALL_MAKEFILES="$ALL_MAKEFILES \\
23505 dlls/dxdiagn/Makefile"
23506 test "x$enable_dxdiagn" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23507 dxdiagn"
23508 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23509 dlls/dxdiagn/Makefile: dlls/dxdiagn/Makefile.in dlls/Makedll.rules"
23510 ac_config_files="$ac_config_files dlls/dxdiagn/Makefile"
23512 ALL_MAKEFILES="$ALL_MAKEFILES \\
23513 dlls/dxerr8/Makefile"
23514 test "x$enable_dxerr8" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
23515 dxerr8"
23516 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23517 dlls/dxerr8/Makefile: dlls/dxerr8/Makefile.in dlls/Makeimplib.rules"
23518 ac_config_files="$ac_config_files dlls/dxerr8/Makefile"
23520 ALL_MAKEFILES="$ALL_MAKEFILES \\
23521 dlls/dxerr9/Makefile"
23522 test "x$enable_dxerr9" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
23523 dxerr9"
23524 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23525 dlls/dxerr9/Makefile: dlls/dxerr9/Makefile.in dlls/Makeimplib.rules"
23526 ac_config_files="$ac_config_files dlls/dxerr9/Makefile"
23528 ALL_MAKEFILES="$ALL_MAKEFILES \\
23529 dlls/dxgi/Makefile"
23530 test "x$enable_dxgi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23531 dxgi"
23532 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23533 dlls/dxgi/Makefile: dlls/dxgi/Makefile.in dlls/Makedll.rules"
23534 ac_config_files="$ac_config_files dlls/dxgi/Makefile"
23536 ALL_MAKEFILES="$ALL_MAKEFILES \\
23537 dlls/dxguid/Makefile"
23538 test "x$enable_dxguid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
23539 dxguid"
23540 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23541 dlls/dxguid/Makefile: dlls/dxguid/Makefile.in dlls/Makeimplib.rules"
23542 ac_config_files="$ac_config_files dlls/dxguid/Makefile"
23544 ALL_MAKEFILES="$ALL_MAKEFILES \\
23545 dlls/faultrep/Makefile"
23546 test "x$enable_faultrep" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23547 faultrep"
23548 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23549 dlls/faultrep/Makefile: dlls/faultrep/Makefile.in dlls/Makedll.rules"
23550 ac_config_files="$ac_config_files dlls/faultrep/Makefile"
23552 ALL_MAKEFILES="$ALL_MAKEFILES \\
23553 dlls/fusion/Makefile"
23554 test "x$enable_fusion" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23555 fusion"
23556 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23557 dlls/fusion/Makefile: dlls/fusion/Makefile.in dlls/Makedll.rules"
23558 ac_config_files="$ac_config_files dlls/fusion/Makefile"
23560 ALL_MAKEFILES="$ALL_MAKEFILES \\
23561 dlls/fusion/tests/Makefile"
23562 test "x$enable_fusion_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23563 fusion/tests"
23564 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23565 dlls/fusion/tests/Makefile: dlls/fusion/tests/Makefile.in dlls/Maketest.rules"
23566 ac_config_files="$ac_config_files dlls/fusion/tests/Makefile"
23568 ALL_MAKEFILES="$ALL_MAKEFILES \\
23569 dlls/gdi32/Makefile"
23570 test "x$enable_gdi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23571 gdi32"
23572 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23573 dlls/gdi32/Makefile: dlls/gdi32/Makefile.in dlls/Makedll.rules"
23574 ac_config_files="$ac_config_files dlls/gdi32/Makefile"
23576 ALL_MAKEFILES="$ALL_MAKEFILES \\
23577 dlls/gdi32/tests/Makefile"
23578 test "x$enable_gdi32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23579 gdi32/tests"
23580 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23581 dlls/gdi32/tests/Makefile: dlls/gdi32/tests/Makefile.in dlls/Maketest.rules"
23582 ac_config_files="$ac_config_files dlls/gdi32/tests/Makefile"
23584 ALL_MAKEFILES="$ALL_MAKEFILES \\
23585 dlls/gdiplus/Makefile"
23586 test "x$enable_gdiplus" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23587 gdiplus"
23588 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23589 dlls/gdiplus/Makefile: dlls/gdiplus/Makefile.in dlls/Makedll.rules"
23590 ac_config_files="$ac_config_files dlls/gdiplus/Makefile"
23592 ALL_MAKEFILES="$ALL_MAKEFILES \\
23593 dlls/gdiplus/tests/Makefile"
23594 test "x$enable_gdiplus_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23595 gdiplus/tests"
23596 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23597 dlls/gdiplus/tests/Makefile: dlls/gdiplus/tests/Makefile.in dlls/Maketest.rules"
23598 ac_config_files="$ac_config_files dlls/gdiplus/tests/Makefile"
23600 ALL_MAKEFILES="$ALL_MAKEFILES \\
23601 dlls/glu32/Makefile"
23602 test "x$enable_glu32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23603 glu32"
23604 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23605 dlls/glu32/Makefile: dlls/glu32/Makefile.in dlls/Makedll.rules"
23606 ac_config_files="$ac_config_files dlls/glu32/Makefile"
23608 ALL_MAKEFILES="$ALL_MAKEFILES \\
23609 dlls/gphoto2.ds/Makefile"
23610 test "x$enable_gphoto2_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23611 gphoto2.ds"
23612 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23613 dlls/gphoto2.ds/Makefile: dlls/gphoto2.ds/Makefile.in dlls/Makedll.rules"
23614 ac_config_files="$ac_config_files dlls/gphoto2.ds/Makefile"
23616 ALL_MAKEFILES="$ALL_MAKEFILES \\
23617 dlls/gpkcsp/Makefile"
23618 test "x$enable_gpkcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23619 gpkcsp"
23620 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23621 dlls/gpkcsp/Makefile: dlls/gpkcsp/Makefile.in dlls/Makedll.rules"
23622 ac_config_files="$ac_config_files dlls/gpkcsp/Makefile"
23624 ALL_MAKEFILES="$ALL_MAKEFILES \\
23625 dlls/hal/Makefile"
23626 test "x$enable_hal" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23627 hal"
23628 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23629 dlls/hal/Makefile: dlls/hal/Makefile.in dlls/Makedll.rules"
23630 ac_config_files="$ac_config_files dlls/hal/Makefile"
23632 ALL_MAKEFILES="$ALL_MAKEFILES \\
23633 dlls/hhctrl.ocx/Makefile"
23634 test "x$enable_hhctrl_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23635 hhctrl.ocx"
23636 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23637 dlls/hhctrl.ocx/Makefile: dlls/hhctrl.ocx/Makefile.in dlls/Makedll.rules"
23638 ac_config_files="$ac_config_files dlls/hhctrl.ocx/Makefile"
23640 ALL_MAKEFILES="$ALL_MAKEFILES \\
23641 dlls/hid/Makefile"
23642 test "x$enable_hid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23643 hid"
23644 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23645 dlls/hid/Makefile: dlls/hid/Makefile.in dlls/Makedll.rules"
23646 ac_config_files="$ac_config_files dlls/hid/Makefile"
23648 ALL_MAKEFILES="$ALL_MAKEFILES \\
23649 dlls/hlink/Makefile"
23650 test "x$enable_hlink" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23651 hlink"
23652 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23653 dlls/hlink/Makefile: dlls/hlink/Makefile.in dlls/Makedll.rules"
23654 ac_config_files="$ac_config_files dlls/hlink/Makefile"
23656 ALL_MAKEFILES="$ALL_MAKEFILES \\
23657 dlls/hlink/tests/Makefile"
23658 test "x$enable_hlink_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23659 hlink/tests"
23660 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23661 dlls/hlink/tests/Makefile: dlls/hlink/tests/Makefile.in dlls/Maketest.rules"
23662 ac_config_files="$ac_config_files dlls/hlink/tests/Makefile"
23664 ALL_MAKEFILES="$ALL_MAKEFILES \\
23665 dlls/hnetcfg/Makefile"
23666 test "x$enable_hnetcfg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23667 hnetcfg"
23668 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23669 dlls/hnetcfg/Makefile: dlls/hnetcfg/Makefile.in dlls/Makedll.rules"
23670 ac_config_files="$ac_config_files dlls/hnetcfg/Makefile"
23672 ALL_MAKEFILES="$ALL_MAKEFILES \\
23673 dlls/iccvid/Makefile"
23674 test "x$enable_iccvid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23675 iccvid"
23676 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23677 dlls/iccvid/Makefile: dlls/iccvid/Makefile.in dlls/Makedll.rules"
23678 ac_config_files="$ac_config_files dlls/iccvid/Makefile"
23680 ALL_MAKEFILES="$ALL_MAKEFILES \\
23681 dlls/icmp/Makefile"
23682 test "x$enable_icmp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23683 icmp"
23684 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23685 dlls/icmp/Makefile: dlls/icmp/Makefile.in dlls/Makedll.rules"
23686 ac_config_files="$ac_config_files dlls/icmp/Makefile"
23688 ALL_MAKEFILES="$ALL_MAKEFILES \\
23689 dlls/ifsmgr.vxd/Makefile"
23690 test "x$enable_ifsmgr_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23691 ifsmgr.vxd"
23692 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23693 dlls/ifsmgr.vxd/Makefile: dlls/ifsmgr.vxd/Makefile.in dlls/Makedll.rules"
23694 ac_config_files="$ac_config_files dlls/ifsmgr.vxd/Makefile"
23696 ALL_MAKEFILES="$ALL_MAKEFILES \\
23697 dlls/imaadp32.acm/Makefile"
23698 test "x$enable_imaadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23699 imaadp32.acm"
23700 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23701 dlls/imaadp32.acm/Makefile: dlls/imaadp32.acm/Makefile.in dlls/Makedll.rules"
23702 ac_config_files="$ac_config_files dlls/imaadp32.acm/Makefile"
23704 ALL_MAKEFILES="$ALL_MAKEFILES \\
23705 dlls/imagehlp/Makefile"
23706 test "x$enable_imagehlp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23707 imagehlp"
23708 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23709 dlls/imagehlp/Makefile: dlls/imagehlp/Makefile.in dlls/Makedll.rules"
23710 ac_config_files="$ac_config_files dlls/imagehlp/Makefile"
23712 ALL_MAKEFILES="$ALL_MAKEFILES \\
23713 dlls/imm32/Makefile"
23714 test "x$enable_imm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23715 imm32"
23716 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23717 dlls/imm32/Makefile: dlls/imm32/Makefile.in dlls/Makedll.rules"
23718 ac_config_files="$ac_config_files dlls/imm32/Makefile"
23720 ALL_MAKEFILES="$ALL_MAKEFILES \\
23721 dlls/imm32/tests/Makefile"
23722 test "x$enable_imm32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23723 imm32/tests"
23724 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23725 dlls/imm32/tests/Makefile: dlls/imm32/tests/Makefile.in dlls/Maketest.rules"
23726 ac_config_files="$ac_config_files dlls/imm32/tests/Makefile"
23728 ALL_MAKEFILES="$ALL_MAKEFILES \\
23729 dlls/inetcomm/Makefile"
23730 test "x$enable_inetcomm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23731 inetcomm"
23732 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23733 dlls/inetcomm/Makefile: dlls/inetcomm/Makefile.in dlls/Makedll.rules"
23734 ac_config_files="$ac_config_files dlls/inetcomm/Makefile"
23736 ALL_MAKEFILES="$ALL_MAKEFILES \\
23737 dlls/inetcomm/tests/Makefile"
23738 test "x$enable_inetcomm_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23739 inetcomm/tests"
23740 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23741 dlls/inetcomm/tests/Makefile: dlls/inetcomm/tests/Makefile.in dlls/Maketest.rules"
23742 ac_config_files="$ac_config_files dlls/inetcomm/tests/Makefile"
23744 ALL_MAKEFILES="$ALL_MAKEFILES \\
23745 dlls/inetmib1/Makefile"
23746 test "x$enable_inetmib1" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23747 inetmib1"
23748 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23749 dlls/inetmib1/Makefile: dlls/inetmib1/Makefile.in dlls/Makedll.rules"
23750 ac_config_files="$ac_config_files dlls/inetmib1/Makefile"
23752 ALL_MAKEFILES="$ALL_MAKEFILES \\
23753 dlls/inetmib1/tests/Makefile"
23754 test "x$enable_inetmib1_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23755 inetmib1/tests"
23756 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23757 dlls/inetmib1/tests/Makefile: dlls/inetmib1/tests/Makefile.in dlls/Maketest.rules"
23758 ac_config_files="$ac_config_files dlls/inetmib1/tests/Makefile"
23760 ALL_MAKEFILES="$ALL_MAKEFILES \\
23761 dlls/infosoft/Makefile"
23762 test "x$enable_infosoft" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23763 infosoft"
23764 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23765 dlls/infosoft/Makefile: dlls/infosoft/Makefile.in dlls/Makedll.rules"
23766 ac_config_files="$ac_config_files dlls/infosoft/Makefile"
23768 ALL_MAKEFILES="$ALL_MAKEFILES \\
23769 dlls/infosoft/tests/Makefile"
23770 test "x$enable_infosoft_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23771 infosoft/tests"
23772 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23773 dlls/infosoft/tests/Makefile: dlls/infosoft/tests/Makefile.in dlls/Maketest.rules"
23774 ac_config_files="$ac_config_files dlls/infosoft/tests/Makefile"
23776 ALL_MAKEFILES="$ALL_MAKEFILES \\
23777 dlls/initpki/Makefile"
23778 test "x$enable_initpki" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23779 initpki"
23780 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23781 dlls/initpki/Makefile: dlls/initpki/Makefile.in dlls/Makedll.rules"
23782 ac_config_files="$ac_config_files dlls/initpki/Makefile"
23784 ALL_MAKEFILES="$ALL_MAKEFILES \\
23785 dlls/inkobj/Makefile"
23786 test "x$enable_inkobj" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23787 inkobj"
23788 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23789 dlls/inkobj/Makefile: dlls/inkobj/Makefile.in dlls/Makedll.rules"
23790 ac_config_files="$ac_config_files dlls/inkobj/Makefile"
23792 ALL_MAKEFILES="$ALL_MAKEFILES \\
23793 dlls/inseng/Makefile"
23794 test "x$enable_inseng" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23795 inseng"
23796 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23797 dlls/inseng/Makefile: dlls/inseng/Makefile.in dlls/Makedll.rules"
23798 ac_config_files="$ac_config_files dlls/inseng/Makefile"
23800 ALL_MAKEFILES="$ALL_MAKEFILES \\
23801 dlls/iphlpapi/Makefile"
23802 test "x$enable_iphlpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23803 iphlpapi"
23804 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23805 dlls/iphlpapi/Makefile: dlls/iphlpapi/Makefile.in dlls/Makedll.rules"
23806 ac_config_files="$ac_config_files dlls/iphlpapi/Makefile"
23808 ALL_MAKEFILES="$ALL_MAKEFILES \\
23809 dlls/iphlpapi/tests/Makefile"
23810 test "x$enable_iphlpapi_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23811 iphlpapi/tests"
23812 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23813 dlls/iphlpapi/tests/Makefile: dlls/iphlpapi/tests/Makefile.in dlls/Maketest.rules"
23814 ac_config_files="$ac_config_files dlls/iphlpapi/tests/Makefile"
23816 ALL_MAKEFILES="$ALL_MAKEFILES \\
23817 dlls/itircl/Makefile"
23818 test "x$enable_itircl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23819 itircl"
23820 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23821 dlls/itircl/Makefile: dlls/itircl/Makefile.in dlls/Makedll.rules"
23822 ac_config_files="$ac_config_files dlls/itircl/Makefile"
23824 ALL_MAKEFILES="$ALL_MAKEFILES \\
23825 dlls/itss/Makefile"
23826 test "x$enable_itss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23827 itss"
23828 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23829 dlls/itss/Makefile: dlls/itss/Makefile.in dlls/Makedll.rules"
23830 ac_config_files="$ac_config_files dlls/itss/Makefile"
23832 ALL_MAKEFILES="$ALL_MAKEFILES \\
23833 dlls/itss/tests/Makefile"
23834 test "x$enable_itss_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23835 itss/tests"
23836 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23837 dlls/itss/tests/Makefile: dlls/itss/tests/Makefile.in dlls/Maketest.rules"
23838 ac_config_files="$ac_config_files dlls/itss/tests/Makefile"
23840 ALL_MAKEFILES="$ALL_MAKEFILES \\
23841 dlls/jscript/Makefile"
23842 test "x$enable_jscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23843 jscript"
23844 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23845 dlls/jscript/Makefile: dlls/jscript/Makefile.in dlls/Makedll.rules"
23846 ac_config_files="$ac_config_files dlls/jscript/Makefile"
23848 ALL_MAKEFILES="$ALL_MAKEFILES \\
23849 dlls/jscript/tests/Makefile"
23850 test "x$enable_jscript_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23851 jscript/tests"
23852 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23853 dlls/jscript/tests/Makefile: dlls/jscript/tests/Makefile.in dlls/Maketest.rules"
23854 ac_config_files="$ac_config_files dlls/jscript/tests/Makefile"
23856 ALL_MAKEFILES="$ALL_MAKEFILES \\
23857 dlls/kernel32/Makefile"
23858 test "x$enable_kernel32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23859 kernel32"
23860 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23861 dlls/kernel32/Makefile: dlls/kernel32/Makefile.in dlls/Makedll.rules"
23862 ac_config_files="$ac_config_files dlls/kernel32/Makefile"
23864 ALL_MAKEFILES="$ALL_MAKEFILES \\
23865 dlls/kernel32/tests/Makefile"
23866 test "x$enable_kernel32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23867 kernel32/tests"
23868 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23869 dlls/kernel32/tests/Makefile: dlls/kernel32/tests/Makefile.in dlls/Maketest.rules"
23870 ac_config_files="$ac_config_files dlls/kernel32/tests/Makefile"
23872 ALL_MAKEFILES="$ALL_MAKEFILES \\
23873 dlls/localspl/Makefile"
23874 test "x$enable_localspl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23875 localspl"
23876 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23877 dlls/localspl/Makefile: dlls/localspl/Makefile.in dlls/Makedll.rules"
23878 ac_config_files="$ac_config_files dlls/localspl/Makefile"
23880 ALL_MAKEFILES="$ALL_MAKEFILES \\
23881 dlls/localspl/tests/Makefile"
23882 test "x$enable_localspl_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23883 localspl/tests"
23884 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23885 dlls/localspl/tests/Makefile: dlls/localspl/tests/Makefile.in dlls/Maketest.rules"
23886 ac_config_files="$ac_config_files dlls/localspl/tests/Makefile"
23888 ALL_MAKEFILES="$ALL_MAKEFILES \\
23889 dlls/localui/Makefile"
23890 test "x$enable_localui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23891 localui"
23892 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23893 dlls/localui/Makefile: dlls/localui/Makefile.in dlls/Makedll.rules"
23894 ac_config_files="$ac_config_files dlls/localui/Makefile"
23896 ALL_MAKEFILES="$ALL_MAKEFILES \\
23897 dlls/localui/tests/Makefile"
23898 test "x$enable_localui_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23899 localui/tests"
23900 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23901 dlls/localui/tests/Makefile: dlls/localui/tests/Makefile.in dlls/Maketest.rules"
23902 ac_config_files="$ac_config_files dlls/localui/tests/Makefile"
23904 ALL_MAKEFILES="$ALL_MAKEFILES \\
23905 dlls/lz32/Makefile"
23906 test "x$enable_lz32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23907 lz32"
23908 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23909 dlls/lz32/Makefile: dlls/lz32/Makefile.in dlls/Makedll.rules"
23910 ac_config_files="$ac_config_files dlls/lz32/Makefile"
23912 ALL_MAKEFILES="$ALL_MAKEFILES \\
23913 dlls/lz32/tests/Makefile"
23914 test "x$enable_lz32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23915 lz32/tests"
23916 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23917 dlls/lz32/tests/Makefile: dlls/lz32/tests/Makefile.in dlls/Maketest.rules"
23918 ac_config_files="$ac_config_files dlls/lz32/tests/Makefile"
23920 ALL_MAKEFILES="$ALL_MAKEFILES \\
23921 dlls/mapi32/Makefile"
23922 test "x$enable_mapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23923 mapi32"
23924 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23925 dlls/mapi32/Makefile: dlls/mapi32/Makefile.in dlls/Makedll.rules"
23926 ac_config_files="$ac_config_files dlls/mapi32/Makefile"
23928 ALL_MAKEFILES="$ALL_MAKEFILES \\
23929 dlls/mapi32/tests/Makefile"
23930 test "x$enable_mapi32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23931 mapi32/tests"
23932 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23933 dlls/mapi32/tests/Makefile: dlls/mapi32/tests/Makefile.in dlls/Maketest.rules"
23934 ac_config_files="$ac_config_files dlls/mapi32/tests/Makefile"
23936 ALL_MAKEFILES="$ALL_MAKEFILES \\
23937 dlls/mciavi32/Makefile"
23938 test "x$enable_mciavi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23939 mciavi32"
23940 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23941 dlls/mciavi32/Makefile: dlls/mciavi32/Makefile.in dlls/Makedll.rules"
23942 ac_config_files="$ac_config_files dlls/mciavi32/Makefile"
23944 ALL_MAKEFILES="$ALL_MAKEFILES \\
23945 dlls/mcicda/Makefile"
23946 test "x$enable_mcicda" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23947 mcicda"
23948 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23949 dlls/mcicda/Makefile: dlls/mcicda/Makefile.in dlls/Makedll.rules"
23950 ac_config_files="$ac_config_files dlls/mcicda/Makefile"
23952 ALL_MAKEFILES="$ALL_MAKEFILES \\
23953 dlls/mciseq/Makefile"
23954 test "x$enable_mciseq" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23955 mciseq"
23956 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23957 dlls/mciseq/Makefile: dlls/mciseq/Makefile.in dlls/Makedll.rules"
23958 ac_config_files="$ac_config_files dlls/mciseq/Makefile"
23960 ALL_MAKEFILES="$ALL_MAKEFILES \\
23961 dlls/mciwave/Makefile"
23962 test "x$enable_mciwave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23963 mciwave"
23964 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23965 dlls/mciwave/Makefile: dlls/mciwave/Makefile.in dlls/Makedll.rules"
23966 ac_config_files="$ac_config_files dlls/mciwave/Makefile"
23968 ALL_MAKEFILES="$ALL_MAKEFILES \\
23969 dlls/midimap/Makefile"
23970 test "x$enable_midimap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23971 midimap"
23972 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23973 dlls/midimap/Makefile: dlls/midimap/Makefile.in dlls/Makedll.rules"
23974 ac_config_files="$ac_config_files dlls/midimap/Makefile"
23976 ALL_MAKEFILES="$ALL_MAKEFILES \\
23977 dlls/mlang/Makefile"
23978 test "x$enable_mlang" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23979 mlang"
23980 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23981 dlls/mlang/Makefile: dlls/mlang/Makefile.in dlls/Makedll.rules"
23982 ac_config_files="$ac_config_files dlls/mlang/Makefile"
23984 ALL_MAKEFILES="$ALL_MAKEFILES \\
23985 dlls/mlang/tests/Makefile"
23986 test "x$enable_mlang_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23987 mlang/tests"
23988 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23989 dlls/mlang/tests/Makefile: dlls/mlang/tests/Makefile.in dlls/Maketest.rules"
23990 ac_config_files="$ac_config_files dlls/mlang/tests/Makefile"
23992 ALL_MAKEFILES="$ALL_MAKEFILES \\
23993 dlls/mmdevldr.vxd/Makefile"
23994 test "x$enable_mmdevldr_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23995 mmdevldr.vxd"
23996 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23997 dlls/mmdevldr.vxd/Makefile: dlls/mmdevldr.vxd/Makefile.in dlls/Makedll.rules"
23998 ac_config_files="$ac_config_files dlls/mmdevldr.vxd/Makefile"
24000 ALL_MAKEFILES="$ALL_MAKEFILES \\
24001 dlls/monodebg.vxd/Makefile"
24002 test "x$enable_monodebg_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24003 monodebg.vxd"
24004 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24005 dlls/monodebg.vxd/Makefile: dlls/monodebg.vxd/Makefile.in dlls/Makedll.rules"
24006 ac_config_files="$ac_config_files dlls/monodebg.vxd/Makefile"
24008 ALL_MAKEFILES="$ALL_MAKEFILES \\
24009 dlls/mountmgr.sys/Makefile"
24010 test "x$enable_mountmgr_sys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24011 mountmgr.sys"
24012 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24013 dlls/mountmgr.sys/Makefile: dlls/mountmgr.sys/Makefile.in dlls/Makedll.rules"
24014 ac_config_files="$ac_config_files dlls/mountmgr.sys/Makefile"
24016 ALL_MAKEFILES="$ALL_MAKEFILES \\
24017 dlls/mpr/Makefile"
24018 test "x$enable_mpr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24019 mpr"
24020 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24021 dlls/mpr/Makefile: dlls/mpr/Makefile.in dlls/Makedll.rules"
24022 ac_config_files="$ac_config_files dlls/mpr/Makefile"
24024 ALL_MAKEFILES="$ALL_MAKEFILES \\
24025 dlls/mprapi/Makefile"
24026 test "x$enable_mprapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24027 mprapi"
24028 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24029 dlls/mprapi/Makefile: dlls/mprapi/Makefile.in dlls/Makedll.rules"
24030 ac_config_files="$ac_config_files dlls/mprapi/Makefile"
24032 ALL_MAKEFILES="$ALL_MAKEFILES \\
24033 dlls/msacm32.drv/Makefile"
24034 test "x$enable_msacm32_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24035 msacm32.drv"
24036 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24037 dlls/msacm32.drv/Makefile: dlls/msacm32.drv/Makefile.in dlls/Makedll.rules"
24038 ac_config_files="$ac_config_files dlls/msacm32.drv/Makefile"
24040 ALL_MAKEFILES="$ALL_MAKEFILES \\
24041 dlls/msacm32/Makefile"
24042 test "x$enable_msacm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24043 msacm32"
24044 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24045 dlls/msacm32/Makefile: dlls/msacm32/Makefile.in dlls/Makedll.rules"
24046 ac_config_files="$ac_config_files dlls/msacm32/Makefile"
24048 ALL_MAKEFILES="$ALL_MAKEFILES \\
24049 dlls/msacm32/tests/Makefile"
24050 test "x$enable_msacm32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24051 msacm32/tests"
24052 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24053 dlls/msacm32/tests/Makefile: dlls/msacm32/tests/Makefile.in dlls/Maketest.rules"
24054 ac_config_files="$ac_config_files dlls/msacm32/tests/Makefile"
24056 ALL_MAKEFILES="$ALL_MAKEFILES \\
24057 dlls/msadp32.acm/Makefile"
24058 test "x$enable_msadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24059 msadp32.acm"
24060 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24061 dlls/msadp32.acm/Makefile: dlls/msadp32.acm/Makefile.in dlls/Makedll.rules"
24062 ac_config_files="$ac_config_files dlls/msadp32.acm/Makefile"
24064 ALL_MAKEFILES="$ALL_MAKEFILES \\
24065 dlls/mscat32/Makefile"
24066 test "x$enable_mscat32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24067 mscat32"
24068 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24069 dlls/mscat32/Makefile: dlls/mscat32/Makefile.in dlls/Makedll.rules"
24070 ac_config_files="$ac_config_files dlls/mscat32/Makefile"
24072 ALL_MAKEFILES="$ALL_MAKEFILES \\
24073 dlls/mscms/Makefile"
24074 test "x$enable_mscms" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24075 mscms"
24076 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24077 dlls/mscms/Makefile: dlls/mscms/Makefile.in dlls/Makedll.rules"
24078 ac_config_files="$ac_config_files dlls/mscms/Makefile"
24080 ALL_MAKEFILES="$ALL_MAKEFILES \\
24081 dlls/mscms/tests/Makefile"
24082 test "x$enable_mscms_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24083 mscms/tests"
24084 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24085 dlls/mscms/tests/Makefile: dlls/mscms/tests/Makefile.in dlls/Maketest.rules"
24086 ac_config_files="$ac_config_files dlls/mscms/tests/Makefile"
24088 ALL_MAKEFILES="$ALL_MAKEFILES \\
24089 dlls/mscoree/Makefile"
24090 test "x$enable_mscoree" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24091 mscoree"
24092 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24093 dlls/mscoree/Makefile: dlls/mscoree/Makefile.in dlls/Makedll.rules"
24094 ac_config_files="$ac_config_files dlls/mscoree/Makefile"
24096 ALL_MAKEFILES="$ALL_MAKEFILES \\
24097 dlls/msdmo/Makefile"
24098 test "x$enable_msdmo" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24099 msdmo"
24100 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24101 dlls/msdmo/Makefile: dlls/msdmo/Makefile.in dlls/Makedll.rules"
24102 ac_config_files="$ac_config_files dlls/msdmo/Makefile"
24104 ALL_MAKEFILES="$ALL_MAKEFILES \\
24105 dlls/msftedit/Makefile"
24106 test "x$enable_msftedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24107 msftedit"
24108 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24109 dlls/msftedit/Makefile: dlls/msftedit/Makefile.in dlls/Makedll.rules"
24110 ac_config_files="$ac_config_files dlls/msftedit/Makefile"
24112 ALL_MAKEFILES="$ALL_MAKEFILES \\
24113 dlls/msg711.acm/Makefile"
24114 test "x$enable_msg711_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24115 msg711.acm"
24116 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24117 dlls/msg711.acm/Makefile: dlls/msg711.acm/Makefile.in dlls/Makedll.rules"
24118 ac_config_files="$ac_config_files dlls/msg711.acm/Makefile"
24120 ALL_MAKEFILES="$ALL_MAKEFILES \\
24121 dlls/mshtml.tlb/Makefile"
24122 test "x$enable_mshtml_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24123 mshtml.tlb"
24124 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24125 dlls/mshtml.tlb/Makefile: dlls/mshtml.tlb/Makefile.in dlls/Makedll.rules"
24126 ac_config_files="$ac_config_files dlls/mshtml.tlb/Makefile"
24128 ALL_MAKEFILES="$ALL_MAKEFILES \\
24129 dlls/mshtml/Makefile"
24130 test "x$enable_mshtml" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24131 mshtml"
24132 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24133 dlls/mshtml/Makefile: dlls/mshtml/Makefile.in dlls/Makedll.rules"
24134 ac_config_files="$ac_config_files dlls/mshtml/Makefile"
24136 ALL_MAKEFILES="$ALL_MAKEFILES \\
24137 dlls/mshtml/tests/Makefile"
24138 test "x$enable_mshtml_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24139 mshtml/tests"
24140 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24141 dlls/mshtml/tests/Makefile: dlls/mshtml/tests/Makefile.in dlls/Maketest.rules"
24142 ac_config_files="$ac_config_files dlls/mshtml/tests/Makefile"
24144 ALL_MAKEFILES="$ALL_MAKEFILES \\
24145 dlls/msi/Makefile"
24146 test "x$enable_msi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24147 msi"
24148 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24149 dlls/msi/Makefile: dlls/msi/Makefile.in dlls/Makedll.rules"
24150 ac_config_files="$ac_config_files dlls/msi/Makefile"
24152 ALL_MAKEFILES="$ALL_MAKEFILES \\
24153 dlls/msi/tests/Makefile"
24154 test "x$enable_msi_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24155 msi/tests"
24156 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24157 dlls/msi/tests/Makefile: dlls/msi/tests/Makefile.in dlls/Maketest.rules"
24158 ac_config_files="$ac_config_files dlls/msi/tests/Makefile"
24160 ALL_MAKEFILES="$ALL_MAKEFILES \\
24161 dlls/msimg32/Makefile"
24162 test "x$enable_msimg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24163 msimg32"
24164 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24165 dlls/msimg32/Makefile: dlls/msimg32/Makefile.in dlls/Makedll.rules"
24166 ac_config_files="$ac_config_files dlls/msimg32/Makefile"
24168 ALL_MAKEFILES="$ALL_MAKEFILES \\
24169 dlls/msimtf/Makefile"
24170 test "x$enable_msimtf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24171 msimtf"
24172 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24173 dlls/msimtf/Makefile: dlls/msimtf/Makefile.in dlls/Makedll.rules"
24174 ac_config_files="$ac_config_files dlls/msimtf/Makefile"
24176 ALL_MAKEFILES="$ALL_MAKEFILES \\
24177 dlls/msisip/Makefile"
24178 test "x$enable_msisip" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24179 msisip"
24180 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24181 dlls/msisip/Makefile: dlls/msisip/Makefile.in dlls/Makedll.rules"
24182 ac_config_files="$ac_config_files dlls/msisip/Makefile"
24184 ALL_MAKEFILES="$ALL_MAKEFILES \\
24185 dlls/msisys.ocx/Makefile"
24186 test "x$enable_msisys_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24187 msisys.ocx"
24188 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24189 dlls/msisys.ocx/Makefile: dlls/msisys.ocx/Makefile.in dlls/Makedll.rules"
24190 ac_config_files="$ac_config_files dlls/msisys.ocx/Makefile"
24192 ALL_MAKEFILES="$ALL_MAKEFILES \\
24193 dlls/msnet32/Makefile"
24194 test "x$enable_msnet32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24195 msnet32"
24196 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24197 dlls/msnet32/Makefile: dlls/msnet32/Makefile.in dlls/Makedll.rules"
24198 ac_config_files="$ac_config_files dlls/msnet32/Makefile"
24200 ALL_MAKEFILES="$ALL_MAKEFILES \\
24201 dlls/msrle32/Makefile"
24202 test "x$enable_msrle32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24203 msrle32"
24204 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24205 dlls/msrle32/Makefile: dlls/msrle32/Makefile.in dlls/Makedll.rules"
24206 ac_config_files="$ac_config_files dlls/msrle32/Makefile"
24208 ALL_MAKEFILES="$ALL_MAKEFILES \\
24209 dlls/mssip32/Makefile"
24210 test "x$enable_mssip32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24211 mssip32"
24212 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24213 dlls/mssip32/Makefile: dlls/mssip32/Makefile.in dlls/Makedll.rules"
24214 ac_config_files="$ac_config_files dlls/mssip32/Makefile"
24216 ALL_MAKEFILES="$ALL_MAKEFILES \\
24217 dlls/mstask/Makefile"
24218 test "x$enable_mstask" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24219 mstask"
24220 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24221 dlls/mstask/Makefile: dlls/mstask/Makefile.in dlls/Makedll.rules"
24222 ac_config_files="$ac_config_files dlls/mstask/Makefile"
24224 ALL_MAKEFILES="$ALL_MAKEFILES \\
24225 dlls/mstask/tests/Makefile"
24226 test "x$enable_mstask_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24227 mstask/tests"
24228 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24229 dlls/mstask/tests/Makefile: dlls/mstask/tests/Makefile.in dlls/Maketest.rules"
24230 ac_config_files="$ac_config_files dlls/mstask/tests/Makefile"
24232 ALL_MAKEFILES="$ALL_MAKEFILES \\
24233 dlls/msvcirt/Makefile"
24234 test "x$enable_msvcirt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24235 msvcirt"
24236 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24237 dlls/msvcirt/Makefile: dlls/msvcirt/Makefile.in dlls/Makedll.rules"
24238 ac_config_files="$ac_config_files dlls/msvcirt/Makefile"
24240 ALL_MAKEFILES="$ALL_MAKEFILES \\
24241 dlls/msvcr71/Makefile"
24242 test "x$enable_msvcr71" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24243 msvcr71"
24244 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24245 dlls/msvcr71/Makefile: dlls/msvcr71/Makefile.in dlls/Makedll.rules"
24246 ac_config_files="$ac_config_files dlls/msvcr71/Makefile"
24248 ALL_MAKEFILES="$ALL_MAKEFILES \\
24249 dlls/msvcrt/Makefile"
24250 test "x$enable_msvcrt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24251 msvcrt"
24252 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24253 dlls/msvcrt/Makefile: dlls/msvcrt/Makefile.in dlls/Makedll.rules"
24254 ac_config_files="$ac_config_files dlls/msvcrt/Makefile"
24256 ALL_MAKEFILES="$ALL_MAKEFILES \\
24257 dlls/msvcrt/tests/Makefile"
24258 test "x$enable_msvcrt_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24259 msvcrt/tests"
24260 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24261 dlls/msvcrt/tests/Makefile: dlls/msvcrt/tests/Makefile.in dlls/Maketest.rules"
24262 ac_config_files="$ac_config_files dlls/msvcrt/tests/Makefile"
24264 ALL_MAKEFILES="$ALL_MAKEFILES \\
24265 dlls/msvcrt20/Makefile"
24266 test "x$enable_msvcrt20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24267 msvcrt20"
24268 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24269 dlls/msvcrt20/Makefile: dlls/msvcrt20/Makefile.in dlls/Makedll.rules"
24270 ac_config_files="$ac_config_files dlls/msvcrt20/Makefile"
24272 ALL_MAKEFILES="$ALL_MAKEFILES \\
24273 dlls/msvcrt40/Makefile"
24274 test "x$enable_msvcrt40" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24275 msvcrt40"
24276 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24277 dlls/msvcrt40/Makefile: dlls/msvcrt40/Makefile.in dlls/Makedll.rules"
24278 ac_config_files="$ac_config_files dlls/msvcrt40/Makefile"
24280 ALL_MAKEFILES="$ALL_MAKEFILES \\
24281 dlls/msvcrtd/Makefile"
24282 test "x$enable_msvcrtd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24283 msvcrtd"
24284 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24285 dlls/msvcrtd/Makefile: dlls/msvcrtd/Makefile.in dlls/Makedll.rules"
24286 ac_config_files="$ac_config_files dlls/msvcrtd/Makefile"
24288 ALL_MAKEFILES="$ALL_MAKEFILES \\
24289 dlls/msvcrtd/tests/Makefile"
24290 test "x$enable_msvcrtd_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24291 msvcrtd/tests"
24292 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24293 dlls/msvcrtd/tests/Makefile: dlls/msvcrtd/tests/Makefile.in dlls/Maketest.rules"
24294 ac_config_files="$ac_config_files dlls/msvcrtd/tests/Makefile"
24296 ALL_MAKEFILES="$ALL_MAKEFILES \\
24297 dlls/msvfw32/Makefile"
24298 test "x$enable_msvfw32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24299 msvfw32"
24300 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24301 dlls/msvfw32/Makefile: dlls/msvfw32/Makefile.in dlls/Makedll.rules"
24302 ac_config_files="$ac_config_files dlls/msvfw32/Makefile"
24304 ALL_MAKEFILES="$ALL_MAKEFILES \\
24305 dlls/msvidc32/Makefile"
24306 test "x$enable_msvidc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24307 msvidc32"
24308 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24309 dlls/msvidc32/Makefile: dlls/msvidc32/Makefile.in dlls/Makedll.rules"
24310 ac_config_files="$ac_config_files dlls/msvidc32/Makefile"
24312 ALL_MAKEFILES="$ALL_MAKEFILES \\
24313 dlls/mswsock/Makefile"
24314 test "x$enable_mswsock" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24315 mswsock"
24316 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24317 dlls/mswsock/Makefile: dlls/mswsock/Makefile.in dlls/Makedll.rules"
24318 ac_config_files="$ac_config_files dlls/mswsock/Makefile"
24320 ALL_MAKEFILES="$ALL_MAKEFILES \\
24321 dlls/msxml3/Makefile"
24322 test "x$enable_msxml3" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24323 msxml3"
24324 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24325 dlls/msxml3/Makefile: dlls/msxml3/Makefile.in dlls/Makedll.rules"
24326 ac_config_files="$ac_config_files dlls/msxml3/Makefile"
24328 ALL_MAKEFILES="$ALL_MAKEFILES \\
24329 dlls/msxml3/tests/Makefile"
24330 test "x$enable_msxml3_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24331 msxml3/tests"
24332 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24333 dlls/msxml3/tests/Makefile: dlls/msxml3/tests/Makefile.in dlls/Maketest.rules"
24334 ac_config_files="$ac_config_files dlls/msxml3/tests/Makefile"
24336 ALL_MAKEFILES="$ALL_MAKEFILES \\
24337 dlls/nddeapi/Makefile"
24338 test "x$enable_nddeapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24339 nddeapi"
24340 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24341 dlls/nddeapi/Makefile: dlls/nddeapi/Makefile.in dlls/Makedll.rules"
24342 ac_config_files="$ac_config_files dlls/nddeapi/Makefile"
24344 ALL_MAKEFILES="$ALL_MAKEFILES \\
24345 dlls/netapi32/Makefile"
24346 test "x$enable_netapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24347 netapi32"
24348 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24349 dlls/netapi32/Makefile: dlls/netapi32/Makefile.in dlls/Makedll.rules"
24350 ac_config_files="$ac_config_files dlls/netapi32/Makefile"
24352 ALL_MAKEFILES="$ALL_MAKEFILES \\
24353 dlls/netapi32/tests/Makefile"
24354 test "x$enable_netapi32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24355 netapi32/tests"
24356 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24357 dlls/netapi32/tests/Makefile: dlls/netapi32/tests/Makefile.in dlls/Maketest.rules"
24358 ac_config_files="$ac_config_files dlls/netapi32/tests/Makefile"
24360 ALL_MAKEFILES="$ALL_MAKEFILES \\
24361 dlls/newdev/Makefile"
24362 test "x$enable_newdev" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24363 newdev"
24364 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24365 dlls/newdev/Makefile: dlls/newdev/Makefile.in dlls/Makedll.rules"
24366 ac_config_files="$ac_config_files dlls/newdev/Makefile"
24368 ALL_MAKEFILES="$ALL_MAKEFILES \\
24369 dlls/ntdll/Makefile"
24370 test "x$enable_ntdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24371 ntdll"
24372 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24373 dlls/ntdll/Makefile: dlls/ntdll/Makefile.in dlls/Makedll.rules"
24374 ac_config_files="$ac_config_files dlls/ntdll/Makefile"
24376 ALL_MAKEFILES="$ALL_MAKEFILES \\
24377 dlls/ntdll/tests/Makefile"
24378 test "x$enable_ntdll_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24379 ntdll/tests"
24380 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24381 dlls/ntdll/tests/Makefile: dlls/ntdll/tests/Makefile.in dlls/Maketest.rules"
24382 ac_config_files="$ac_config_files dlls/ntdll/tests/Makefile"
24384 ALL_MAKEFILES="$ALL_MAKEFILES \\
24385 dlls/ntdsapi/Makefile"
24386 test "x$enable_ntdsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24387 ntdsapi"
24388 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24389 dlls/ntdsapi/Makefile: dlls/ntdsapi/Makefile.in dlls/Makedll.rules"
24390 ac_config_files="$ac_config_files dlls/ntdsapi/Makefile"
24392 ALL_MAKEFILES="$ALL_MAKEFILES \\
24393 dlls/ntdsapi/tests/Makefile"
24394 test "x$enable_ntdsapi_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24395 ntdsapi/tests"
24396 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24397 dlls/ntdsapi/tests/Makefile: dlls/ntdsapi/tests/Makefile.in dlls/Maketest.rules"
24398 ac_config_files="$ac_config_files dlls/ntdsapi/tests/Makefile"
24400 ALL_MAKEFILES="$ALL_MAKEFILES \\
24401 dlls/ntoskrnl.exe/Makefile"
24402 test "x$enable_ntoskrnl_exe" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24403 ntoskrnl.exe"
24404 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24405 dlls/ntoskrnl.exe/Makefile: dlls/ntoskrnl.exe/Makefile.in dlls/Makedll.rules"
24406 ac_config_files="$ac_config_files dlls/ntoskrnl.exe/Makefile"
24408 ALL_MAKEFILES="$ALL_MAKEFILES \\
24409 dlls/ntprint/Makefile"
24410 test "x$enable_ntprint" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24411 ntprint"
24412 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24413 dlls/ntprint/Makefile: dlls/ntprint/Makefile.in dlls/Makedll.rules"
24414 ac_config_files="$ac_config_files dlls/ntprint/Makefile"
24416 ALL_MAKEFILES="$ALL_MAKEFILES \\
24417 dlls/ntprint/tests/Makefile"
24418 test "x$enable_ntprint_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24419 ntprint/tests"
24420 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24421 dlls/ntprint/tests/Makefile: dlls/ntprint/tests/Makefile.in dlls/Maketest.rules"
24422 ac_config_files="$ac_config_files dlls/ntprint/tests/Makefile"
24424 ALL_MAKEFILES="$ALL_MAKEFILES \\
24425 dlls/objsel/Makefile"
24426 test "x$enable_objsel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24427 objsel"
24428 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24429 dlls/objsel/Makefile: dlls/objsel/Makefile.in dlls/Makedll.rules"
24430 ac_config_files="$ac_config_files dlls/objsel/Makefile"
24432 ALL_MAKEFILES="$ALL_MAKEFILES \\
24433 dlls/odbc32/Makefile"
24434 test "x$enable_odbc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24435 odbc32"
24436 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24437 dlls/odbc32/Makefile: dlls/odbc32/Makefile.in dlls/Makedll.rules"
24438 ac_config_files="$ac_config_files dlls/odbc32/Makefile"
24440 ALL_MAKEFILES="$ALL_MAKEFILES \\
24441 dlls/odbccp32/Makefile"
24442 test "x$enable_odbccp32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24443 odbccp32"
24444 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24445 dlls/odbccp32/Makefile: dlls/odbccp32/Makefile.in dlls/Makedll.rules"
24446 ac_config_files="$ac_config_files dlls/odbccp32/Makefile"
24448 ALL_MAKEFILES="$ALL_MAKEFILES \\
24449 dlls/odbccp32/tests/Makefile"
24450 test "x$enable_odbccp32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24451 odbccp32/tests"
24452 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24453 dlls/odbccp32/tests/Makefile: dlls/odbccp32/tests/Makefile.in dlls/Maketest.rules"
24454 ac_config_files="$ac_config_files dlls/odbccp32/tests/Makefile"
24456 ALL_MAKEFILES="$ALL_MAKEFILES \\
24457 dlls/ole32/Makefile"
24458 test "x$enable_ole32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24459 ole32"
24460 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24461 dlls/ole32/Makefile: dlls/ole32/Makefile.in dlls/Makedll.rules"
24462 ac_config_files="$ac_config_files dlls/ole32/Makefile"
24464 ALL_MAKEFILES="$ALL_MAKEFILES \\
24465 dlls/ole32/tests/Makefile"
24466 test "x$enable_ole32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24467 ole32/tests"
24468 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24469 dlls/ole32/tests/Makefile: dlls/ole32/tests/Makefile.in dlls/Maketest.rules"
24470 ac_config_files="$ac_config_files dlls/ole32/tests/Makefile"
24472 ALL_MAKEFILES="$ALL_MAKEFILES \\
24473 dlls/oleacc/Makefile"
24474 test "x$enable_oleacc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24475 oleacc"
24476 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24477 dlls/oleacc/Makefile: dlls/oleacc/Makefile.in dlls/Makedll.rules"
24478 ac_config_files="$ac_config_files dlls/oleacc/Makefile"
24480 ALL_MAKEFILES="$ALL_MAKEFILES \\
24481 dlls/oleacc/tests/Makefile"
24482 test "x$enable_oleacc_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24483 oleacc/tests"
24484 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24485 dlls/oleacc/tests/Makefile: dlls/oleacc/tests/Makefile.in dlls/Maketest.rules"
24486 ac_config_files="$ac_config_files dlls/oleacc/tests/Makefile"
24488 ALL_MAKEFILES="$ALL_MAKEFILES \\
24489 dlls/oleaut32/Makefile"
24490 test "x$enable_oleaut32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24491 oleaut32"
24492 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24493 dlls/oleaut32/Makefile: dlls/oleaut32/Makefile.in dlls/Makedll.rules"
24494 ac_config_files="$ac_config_files dlls/oleaut32/Makefile"
24496 ALL_MAKEFILES="$ALL_MAKEFILES \\
24497 dlls/oleaut32/tests/Makefile"
24498 test "x$enable_oleaut32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24499 oleaut32/tests"
24500 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24501 dlls/oleaut32/tests/Makefile: dlls/oleaut32/tests/Makefile.in dlls/Maketest.rules"
24502 ac_config_files="$ac_config_files dlls/oleaut32/tests/Makefile"
24504 ALL_MAKEFILES="$ALL_MAKEFILES \\
24505 dlls/olecli32/Makefile"
24506 test "x$enable_olecli32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24507 olecli32"
24508 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24509 dlls/olecli32/Makefile: dlls/olecli32/Makefile.in dlls/Makedll.rules"
24510 ac_config_files="$ac_config_files dlls/olecli32/Makefile"
24512 ALL_MAKEFILES="$ALL_MAKEFILES \\
24513 dlls/oledlg/Makefile"
24514 test "x$enable_oledlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24515 oledlg"
24516 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24517 dlls/oledlg/Makefile: dlls/oledlg/Makefile.in dlls/Makedll.rules"
24518 ac_config_files="$ac_config_files dlls/oledlg/Makefile"
24520 ALL_MAKEFILES="$ALL_MAKEFILES \\
24521 dlls/olepro32/Makefile"
24522 test "x$enable_olepro32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24523 olepro32"
24524 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24525 dlls/olepro32/Makefile: dlls/olepro32/Makefile.in dlls/Makedll.rules"
24526 ac_config_files="$ac_config_files dlls/olepro32/Makefile"
24528 ALL_MAKEFILES="$ALL_MAKEFILES \\
24529 dlls/olesvr32/Makefile"
24530 test "x$enable_olesvr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24531 olesvr32"
24532 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24533 dlls/olesvr32/Makefile: dlls/olesvr32/Makefile.in dlls/Makedll.rules"
24534 ac_config_files="$ac_config_files dlls/olesvr32/Makefile"
24536 ALL_MAKEFILES="$ALL_MAKEFILES \\
24537 dlls/olethk32/Makefile"
24538 test "x$enable_olethk32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24539 olethk32"
24540 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24541 dlls/olethk32/Makefile: dlls/olethk32/Makefile.in dlls/Makedll.rules"
24542 ac_config_files="$ac_config_files dlls/olethk32/Makefile"
24544 ALL_MAKEFILES="$ALL_MAKEFILES \\
24545 dlls/opengl32/Makefile"
24546 test "x$enable_opengl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24547 opengl32"
24548 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24549 dlls/opengl32/Makefile: dlls/opengl32/Makefile.in dlls/Makedll.rules"
24550 ac_config_files="$ac_config_files dlls/opengl32/Makefile"
24552 ALL_MAKEFILES="$ALL_MAKEFILES \\
24553 dlls/opengl32/tests/Makefile"
24554 test "x$enable_opengl32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24555 opengl32/tests"
24556 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24557 dlls/opengl32/tests/Makefile: dlls/opengl32/tests/Makefile.in dlls/Maketest.rules"
24558 ac_config_files="$ac_config_files dlls/opengl32/tests/Makefile"
24560 ALL_MAKEFILES="$ALL_MAKEFILES \\
24561 dlls/pdh/Makefile"
24562 test "x$enable_pdh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24563 pdh"
24564 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24565 dlls/pdh/Makefile: dlls/pdh/Makefile.in dlls/Makedll.rules"
24566 ac_config_files="$ac_config_files dlls/pdh/Makefile"
24568 ALL_MAKEFILES="$ALL_MAKEFILES \\
24569 dlls/pdh/tests/Makefile"
24570 test "x$enable_pdh_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24571 pdh/tests"
24572 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24573 dlls/pdh/tests/Makefile: dlls/pdh/tests/Makefile.in dlls/Maketest.rules"
24574 ac_config_files="$ac_config_files dlls/pdh/tests/Makefile"
24576 ALL_MAKEFILES="$ALL_MAKEFILES \\
24577 dlls/powrprof/Makefile"
24578 test "x$enable_powrprof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24579 powrprof"
24580 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24581 dlls/powrprof/Makefile: dlls/powrprof/Makefile.in dlls/Makedll.rules"
24582 ac_config_files="$ac_config_files dlls/powrprof/Makefile"
24584 ALL_MAKEFILES="$ALL_MAKEFILES \\
24585 dlls/printui/Makefile"
24586 test "x$enable_printui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24587 printui"
24588 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24589 dlls/printui/Makefile: dlls/printui/Makefile.in dlls/Makedll.rules"
24590 ac_config_files="$ac_config_files dlls/printui/Makefile"
24592 ALL_MAKEFILES="$ALL_MAKEFILES \\
24593 dlls/propsys/Makefile"
24594 test "x$enable_propsys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24595 propsys"
24596 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24597 dlls/propsys/Makefile: dlls/propsys/Makefile.in dlls/Makedll.rules"
24598 ac_config_files="$ac_config_files dlls/propsys/Makefile"
24600 ALL_MAKEFILES="$ALL_MAKEFILES \\
24601 dlls/psapi/Makefile"
24602 test "x$enable_psapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24603 psapi"
24604 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24605 dlls/psapi/Makefile: dlls/psapi/Makefile.in dlls/Makedll.rules"
24606 ac_config_files="$ac_config_files dlls/psapi/Makefile"
24608 ALL_MAKEFILES="$ALL_MAKEFILES \\
24609 dlls/psapi/tests/Makefile"
24610 test "x$enable_psapi_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24611 psapi/tests"
24612 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24613 dlls/psapi/tests/Makefile: dlls/psapi/tests/Makefile.in dlls/Maketest.rules"
24614 ac_config_files="$ac_config_files dlls/psapi/tests/Makefile"
24616 ALL_MAKEFILES="$ALL_MAKEFILES \\
24617 dlls/pstorec/Makefile"
24618 test "x$enable_pstorec" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24619 pstorec"
24620 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24621 dlls/pstorec/Makefile: dlls/pstorec/Makefile.in dlls/Makedll.rules"
24622 ac_config_files="$ac_config_files dlls/pstorec/Makefile"
24624 ALL_MAKEFILES="$ALL_MAKEFILES \\
24625 dlls/qcap/Makefile"
24626 test "x$enable_qcap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24627 qcap"
24628 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24629 dlls/qcap/Makefile: dlls/qcap/Makefile.in dlls/Makedll.rules"
24630 ac_config_files="$ac_config_files dlls/qcap/Makefile"
24632 ALL_MAKEFILES="$ALL_MAKEFILES \\
24633 dlls/qedit/Makefile"
24634 test "x$enable_qedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24635 qedit"
24636 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24637 dlls/qedit/Makefile: dlls/qedit/Makefile.in dlls/Makedll.rules"
24638 ac_config_files="$ac_config_files dlls/qedit/Makefile"
24640 ALL_MAKEFILES="$ALL_MAKEFILES \\
24641 dlls/qedit/tests/Makefile"
24642 test "x$enable_qedit_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24643 qedit/tests"
24644 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24645 dlls/qedit/tests/Makefile: dlls/qedit/tests/Makefile.in dlls/Maketest.rules"
24646 ac_config_files="$ac_config_files dlls/qedit/tests/Makefile"
24648 ALL_MAKEFILES="$ALL_MAKEFILES \\
24649 dlls/qmgr/Makefile"
24650 test "x$enable_qmgr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24651 qmgr"
24652 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24653 dlls/qmgr/Makefile: dlls/qmgr/Makefile.in dlls/Makedll.rules"
24654 ac_config_files="$ac_config_files dlls/qmgr/Makefile"
24656 ALL_MAKEFILES="$ALL_MAKEFILES \\
24657 dlls/qmgr/tests/Makefile"
24658 test "x$enable_qmgr_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24659 qmgr/tests"
24660 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24661 dlls/qmgr/tests/Makefile: dlls/qmgr/tests/Makefile.in dlls/Maketest.rules"
24662 ac_config_files="$ac_config_files dlls/qmgr/tests/Makefile"
24664 ALL_MAKEFILES="$ALL_MAKEFILES \\
24665 dlls/qmgrprxy/Makefile"
24666 test "x$enable_qmgrprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24667 qmgrprxy"
24668 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24669 dlls/qmgrprxy/Makefile: dlls/qmgrprxy/Makefile.in dlls/Makedll.rules"
24670 ac_config_files="$ac_config_files dlls/qmgrprxy/Makefile"
24672 ALL_MAKEFILES="$ALL_MAKEFILES \\
24673 dlls/quartz/Makefile"
24674 test "x$enable_quartz" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24675 quartz"
24676 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24677 dlls/quartz/Makefile: dlls/quartz/Makefile.in dlls/Makedll.rules"
24678 ac_config_files="$ac_config_files dlls/quartz/Makefile"
24680 ALL_MAKEFILES="$ALL_MAKEFILES \\
24681 dlls/quartz/tests/Makefile"
24682 test "x$enable_quartz_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24683 quartz/tests"
24684 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24685 dlls/quartz/tests/Makefile: dlls/quartz/tests/Makefile.in dlls/Maketest.rules"
24686 ac_config_files="$ac_config_files dlls/quartz/tests/Makefile"
24688 ALL_MAKEFILES="$ALL_MAKEFILES \\
24689 dlls/query/Makefile"
24690 test "x$enable_query" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24691 query"
24692 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24693 dlls/query/Makefile: dlls/query/Makefile.in dlls/Makedll.rules"
24694 ac_config_files="$ac_config_files dlls/query/Makefile"
24696 ALL_MAKEFILES="$ALL_MAKEFILES \\
24697 dlls/rasapi32/Makefile"
24698 test "x$enable_rasapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24699 rasapi32"
24700 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24701 dlls/rasapi32/Makefile: dlls/rasapi32/Makefile.in dlls/Makedll.rules"
24702 ac_config_files="$ac_config_files dlls/rasapi32/Makefile"
24704 ALL_MAKEFILES="$ALL_MAKEFILES \\
24705 dlls/rasapi32/tests/Makefile"
24706 test "x$enable_rasapi32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24707 rasapi32/tests"
24708 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24709 dlls/rasapi32/tests/Makefile: dlls/rasapi32/tests/Makefile.in dlls/Maketest.rules"
24710 ac_config_files="$ac_config_files dlls/rasapi32/tests/Makefile"
24712 ALL_MAKEFILES="$ALL_MAKEFILES \\
24713 dlls/resutils/Makefile"
24714 test "x$enable_resutils" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24715 resutils"
24716 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24717 dlls/resutils/Makefile: dlls/resutils/Makefile.in dlls/Makedll.rules"
24718 ac_config_files="$ac_config_files dlls/resutils/Makefile"
24720 ALL_MAKEFILES="$ALL_MAKEFILES \\
24721 dlls/riched20/Makefile"
24722 test "x$enable_riched20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24723 riched20"
24724 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24725 dlls/riched20/Makefile: dlls/riched20/Makefile.in dlls/Makedll.rules"
24726 ac_config_files="$ac_config_files dlls/riched20/Makefile"
24728 ALL_MAKEFILES="$ALL_MAKEFILES \\
24729 dlls/riched20/tests/Makefile"
24730 test "x$enable_riched20_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24731 riched20/tests"
24732 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24733 dlls/riched20/tests/Makefile: dlls/riched20/tests/Makefile.in dlls/Maketest.rules"
24734 ac_config_files="$ac_config_files dlls/riched20/tests/Makefile"
24736 ALL_MAKEFILES="$ALL_MAKEFILES \\
24737 dlls/riched32/Makefile"
24738 test "x$enable_riched32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24739 riched32"
24740 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24741 dlls/riched32/Makefile: dlls/riched32/Makefile.in dlls/Makedll.rules"
24742 ac_config_files="$ac_config_files dlls/riched32/Makefile"
24744 ALL_MAKEFILES="$ALL_MAKEFILES \\
24745 dlls/riched32/tests/Makefile"
24746 test "x$enable_riched32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24747 riched32/tests"
24748 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24749 dlls/riched32/tests/Makefile: dlls/riched32/tests/Makefile.in dlls/Maketest.rules"
24750 ac_config_files="$ac_config_files dlls/riched32/tests/Makefile"
24752 ALL_MAKEFILES="$ALL_MAKEFILES \\
24753 dlls/rpcrt4/Makefile"
24754 test "x$enable_rpcrt4" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24755 rpcrt4"
24756 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24757 dlls/rpcrt4/Makefile: dlls/rpcrt4/Makefile.in dlls/Makedll.rules"
24758 ac_config_files="$ac_config_files dlls/rpcrt4/Makefile"
24760 ALL_MAKEFILES="$ALL_MAKEFILES \\
24761 dlls/rpcrt4/tests/Makefile"
24762 test "x$enable_rpcrt4_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24763 rpcrt4/tests"
24764 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24765 dlls/rpcrt4/tests/Makefile: dlls/rpcrt4/tests/Makefile.in dlls/Maketest.rules"
24766 ac_config_files="$ac_config_files dlls/rpcrt4/tests/Makefile"
24768 ALL_MAKEFILES="$ALL_MAKEFILES \\
24769 dlls/rsabase/Makefile"
24770 test "x$enable_rsabase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24771 rsabase"
24772 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24773 dlls/rsabase/Makefile: dlls/rsabase/Makefile.in dlls/Makedll.rules"
24774 ac_config_files="$ac_config_files dlls/rsabase/Makefile"
24776 ALL_MAKEFILES="$ALL_MAKEFILES \\
24777 dlls/rsaenh/Makefile"
24778 test "x$enable_rsaenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24779 rsaenh"
24780 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24781 dlls/rsaenh/Makefile: dlls/rsaenh/Makefile.in dlls/Makedll.rules"
24782 ac_config_files="$ac_config_files dlls/rsaenh/Makefile"
24784 ALL_MAKEFILES="$ALL_MAKEFILES \\
24785 dlls/rsaenh/tests/Makefile"
24786 test "x$enable_rsaenh_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24787 rsaenh/tests"
24788 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24789 dlls/rsaenh/tests/Makefile: dlls/rsaenh/tests/Makefile.in dlls/Maketest.rules"
24790 ac_config_files="$ac_config_files dlls/rsaenh/tests/Makefile"
24792 ALL_MAKEFILES="$ALL_MAKEFILES \\
24793 dlls/sane.ds/Makefile"
24794 test "x$enable_sane_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24795 sane.ds"
24796 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24797 dlls/sane.ds/Makefile: dlls/sane.ds/Makefile.in dlls/Makedll.rules"
24798 ac_config_files="$ac_config_files dlls/sane.ds/Makefile"
24800 ALL_MAKEFILES="$ALL_MAKEFILES \\
24801 dlls/sccbase/Makefile"
24802 test "x$enable_sccbase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24803 sccbase"
24804 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24805 dlls/sccbase/Makefile: dlls/sccbase/Makefile.in dlls/Makedll.rules"
24806 ac_config_files="$ac_config_files dlls/sccbase/Makefile"
24808 ALL_MAKEFILES="$ALL_MAKEFILES \\
24809 dlls/schannel/Makefile"
24810 test "x$enable_schannel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24811 schannel"
24812 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24813 dlls/schannel/Makefile: dlls/schannel/Makefile.in dlls/Makedll.rules"
24814 ac_config_files="$ac_config_files dlls/schannel/Makefile"
24816 ALL_MAKEFILES="$ALL_MAKEFILES \\
24817 dlls/schannel/tests/Makefile"
24818 test "x$enable_schannel_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24819 schannel/tests"
24820 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24821 dlls/schannel/tests/Makefile: dlls/schannel/tests/Makefile.in dlls/Maketest.rules"
24822 ac_config_files="$ac_config_files dlls/schannel/tests/Makefile"
24824 ALL_MAKEFILES="$ALL_MAKEFILES \\
24825 dlls/secur32/Makefile"
24826 test "x$enable_secur32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24827 secur32"
24828 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24829 dlls/secur32/Makefile: dlls/secur32/Makefile.in dlls/Makedll.rules"
24830 ac_config_files="$ac_config_files dlls/secur32/Makefile"
24832 ALL_MAKEFILES="$ALL_MAKEFILES \\
24833 dlls/secur32/tests/Makefile"
24834 test "x$enable_secur32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24835 secur32/tests"
24836 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24837 dlls/secur32/tests/Makefile: dlls/secur32/tests/Makefile.in dlls/Maketest.rules"
24838 ac_config_files="$ac_config_files dlls/secur32/tests/Makefile"
24840 ALL_MAKEFILES="$ALL_MAKEFILES \\
24841 dlls/security/Makefile"
24842 test "x$enable_security" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24843 security"
24844 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24845 dlls/security/Makefile: dlls/security/Makefile.in dlls/Makedll.rules"
24846 ac_config_files="$ac_config_files dlls/security/Makefile"
24848 ALL_MAKEFILES="$ALL_MAKEFILES \\
24849 dlls/sensapi/Makefile"
24850 test "x$enable_sensapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24851 sensapi"
24852 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24853 dlls/sensapi/Makefile: dlls/sensapi/Makefile.in dlls/Makedll.rules"
24854 ac_config_files="$ac_config_files dlls/sensapi/Makefile"
24856 ALL_MAKEFILES="$ALL_MAKEFILES \\
24857 dlls/serialui/Makefile"
24858 test "x$enable_serialui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24859 serialui"
24860 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24861 dlls/serialui/Makefile: dlls/serialui/Makefile.in dlls/Makedll.rules"
24862 ac_config_files="$ac_config_files dlls/serialui/Makefile"
24864 ALL_MAKEFILES="$ALL_MAKEFILES \\
24865 dlls/serialui/tests/Makefile"
24866 test "x$enable_serialui_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24867 serialui/tests"
24868 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24869 dlls/serialui/tests/Makefile: dlls/serialui/tests/Makefile.in dlls/Maketest.rules"
24870 ac_config_files="$ac_config_files dlls/serialui/tests/Makefile"
24872 ALL_MAKEFILES="$ALL_MAKEFILES \\
24873 dlls/setupapi/Makefile"
24874 test "x$enable_setupapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24875 setupapi"
24876 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24877 dlls/setupapi/Makefile: dlls/setupapi/Makefile.in dlls/Makedll.rules"
24878 ac_config_files="$ac_config_files dlls/setupapi/Makefile"
24880 ALL_MAKEFILES="$ALL_MAKEFILES \\
24881 dlls/setupapi/tests/Makefile"
24882 test "x$enable_setupapi_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24883 setupapi/tests"
24884 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24885 dlls/setupapi/tests/Makefile: dlls/setupapi/tests/Makefile.in dlls/Maketest.rules"
24886 ac_config_files="$ac_config_files dlls/setupapi/tests/Makefile"
24888 ALL_MAKEFILES="$ALL_MAKEFILES \\
24889 dlls/sfc/Makefile"
24890 test "x$enable_sfc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24891 sfc"
24892 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24893 dlls/sfc/Makefile: dlls/sfc/Makefile.in dlls/Makedll.rules"
24894 ac_config_files="$ac_config_files dlls/sfc/Makefile"
24896 ALL_MAKEFILES="$ALL_MAKEFILES \\
24897 dlls/sfc_os/Makefile"
24898 test "x$enable_sfc_os" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24899 sfc_os"
24900 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24901 dlls/sfc_os/Makefile: dlls/sfc_os/Makefile.in dlls/Makedll.rules"
24902 ac_config_files="$ac_config_files dlls/sfc_os/Makefile"
24904 ALL_MAKEFILES="$ALL_MAKEFILES \\
24905 dlls/shdoclc/Makefile"
24906 test "x$enable_shdoclc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24907 shdoclc"
24908 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24909 dlls/shdoclc/Makefile: dlls/shdoclc/Makefile.in dlls/Makedll.rules"
24910 ac_config_files="$ac_config_files dlls/shdoclc/Makefile"
24912 ALL_MAKEFILES="$ALL_MAKEFILES \\
24913 dlls/shdocvw/Makefile"
24914 test "x$enable_shdocvw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24915 shdocvw"
24916 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24917 dlls/shdocvw/Makefile: dlls/shdocvw/Makefile.in dlls/Makedll.rules"
24918 ac_config_files="$ac_config_files dlls/shdocvw/Makefile"
24920 ALL_MAKEFILES="$ALL_MAKEFILES \\
24921 dlls/shdocvw/tests/Makefile"
24922 test "x$enable_shdocvw_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24923 shdocvw/tests"
24924 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24925 dlls/shdocvw/tests/Makefile: dlls/shdocvw/tests/Makefile.in dlls/Maketest.rules"
24926 ac_config_files="$ac_config_files dlls/shdocvw/tests/Makefile"
24928 ALL_MAKEFILES="$ALL_MAKEFILES \\
24929 dlls/shell32/Makefile"
24930 test "x$enable_shell32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24931 shell32"
24932 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24933 dlls/shell32/Makefile: dlls/shell32/Makefile.in dlls/Makedll.rules"
24934 ac_config_files="$ac_config_files dlls/shell32/Makefile"
24936 ALL_MAKEFILES="$ALL_MAKEFILES \\
24937 dlls/shell32/tests/Makefile"
24938 test "x$enable_shell32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24939 shell32/tests"
24940 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24941 dlls/shell32/tests/Makefile: dlls/shell32/tests/Makefile.in dlls/Maketest.rules"
24942 ac_config_files="$ac_config_files dlls/shell32/tests/Makefile"
24944 ALL_MAKEFILES="$ALL_MAKEFILES \\
24945 dlls/shfolder/Makefile"
24946 test "x$enable_shfolder" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24947 shfolder"
24948 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24949 dlls/shfolder/Makefile: dlls/shfolder/Makefile.in dlls/Makedll.rules"
24950 ac_config_files="$ac_config_files dlls/shfolder/Makefile"
24952 ALL_MAKEFILES="$ALL_MAKEFILES \\
24953 dlls/shlwapi/Makefile"
24954 test "x$enable_shlwapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24955 shlwapi"
24956 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24957 dlls/shlwapi/Makefile: dlls/shlwapi/Makefile.in dlls/Makedll.rules"
24958 ac_config_files="$ac_config_files dlls/shlwapi/Makefile"
24960 ALL_MAKEFILES="$ALL_MAKEFILES \\
24961 dlls/shlwapi/tests/Makefile"
24962 test "x$enable_shlwapi_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24963 shlwapi/tests"
24964 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24965 dlls/shlwapi/tests/Makefile: dlls/shlwapi/tests/Makefile.in dlls/Maketest.rules"
24966 ac_config_files="$ac_config_files dlls/shlwapi/tests/Makefile"
24968 ALL_MAKEFILES="$ALL_MAKEFILES \\
24969 dlls/slbcsp/Makefile"
24970 test "x$enable_slbcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24971 slbcsp"
24972 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24973 dlls/slbcsp/Makefile: dlls/slbcsp/Makefile.in dlls/Makedll.rules"
24974 ac_config_files="$ac_config_files dlls/slbcsp/Makefile"
24976 ALL_MAKEFILES="$ALL_MAKEFILES \\
24977 dlls/slc/Makefile"
24978 test "x$enable_slc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24979 slc"
24980 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24981 dlls/slc/Makefile: dlls/slc/Makefile.in dlls/Makedll.rules"
24982 ac_config_files="$ac_config_files dlls/slc/Makefile"
24984 ALL_MAKEFILES="$ALL_MAKEFILES \\
24985 dlls/snmpapi/Makefile"
24986 test "x$enable_snmpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24987 snmpapi"
24988 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24989 dlls/snmpapi/Makefile: dlls/snmpapi/Makefile.in dlls/Makedll.rules"
24990 ac_config_files="$ac_config_files dlls/snmpapi/Makefile"
24992 ALL_MAKEFILES="$ALL_MAKEFILES \\
24993 dlls/snmpapi/tests/Makefile"
24994 test "x$enable_snmpapi_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24995 snmpapi/tests"
24996 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24997 dlls/snmpapi/tests/Makefile: dlls/snmpapi/tests/Makefile.in dlls/Maketest.rules"
24998 ac_config_files="$ac_config_files dlls/snmpapi/tests/Makefile"
25000 ALL_MAKEFILES="$ALL_MAKEFILES \\
25001 dlls/softpub/Makefile"
25002 test "x$enable_softpub" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25003 softpub"
25004 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25005 dlls/softpub/Makefile: dlls/softpub/Makefile.in dlls/Makedll.rules"
25006 ac_config_files="$ac_config_files dlls/softpub/Makefile"
25008 ALL_MAKEFILES="$ALL_MAKEFILES \\
25009 dlls/spoolss/Makefile"
25010 test "x$enable_spoolss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25011 spoolss"
25012 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25013 dlls/spoolss/Makefile: dlls/spoolss/Makefile.in dlls/Makedll.rules"
25014 ac_config_files="$ac_config_files dlls/spoolss/Makefile"
25016 ALL_MAKEFILES="$ALL_MAKEFILES \\
25017 dlls/spoolss/tests/Makefile"
25018 test "x$enable_spoolss_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25019 spoolss/tests"
25020 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25021 dlls/spoolss/tests/Makefile: dlls/spoolss/tests/Makefile.in dlls/Maketest.rules"
25022 ac_config_files="$ac_config_files dlls/spoolss/tests/Makefile"
25024 ALL_MAKEFILES="$ALL_MAKEFILES \\
25025 dlls/stdole2.tlb/Makefile"
25026 test "x$enable_stdole2_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25027 stdole2.tlb"
25028 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25029 dlls/stdole2.tlb/Makefile: dlls/stdole2.tlb/Makefile.in dlls/Makedll.rules"
25030 ac_config_files="$ac_config_files dlls/stdole2.tlb/Makefile"
25032 ALL_MAKEFILES="$ALL_MAKEFILES \\
25033 dlls/stdole32.tlb/Makefile"
25034 test "x$enable_stdole32_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25035 stdole32.tlb"
25036 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25037 dlls/stdole32.tlb/Makefile: dlls/stdole32.tlb/Makefile.in dlls/Makedll.rules"
25038 ac_config_files="$ac_config_files dlls/stdole32.tlb/Makefile"
25040 ALL_MAKEFILES="$ALL_MAKEFILES \\
25041 dlls/sti/Makefile"
25042 test "x$enable_sti" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25043 sti"
25044 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25045 dlls/sti/Makefile: dlls/sti/Makefile.in dlls/Makedll.rules"
25046 ac_config_files="$ac_config_files dlls/sti/Makefile"
25048 ALL_MAKEFILES="$ALL_MAKEFILES \\
25049 dlls/strmiids/Makefile"
25050 test "x$enable_strmiids" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
25051 strmiids"
25052 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25053 dlls/strmiids/Makefile: dlls/strmiids/Makefile.in dlls/Makeimplib.rules"
25054 ac_config_files="$ac_config_files dlls/strmiids/Makefile"
25056 ALL_MAKEFILES="$ALL_MAKEFILES \\
25057 dlls/svrapi/Makefile"
25058 test "x$enable_svrapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25059 svrapi"
25060 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25061 dlls/svrapi/Makefile: dlls/svrapi/Makefile.in dlls/Makedll.rules"
25062 ac_config_files="$ac_config_files dlls/svrapi/Makefile"
25064 ALL_MAKEFILES="$ALL_MAKEFILES \\
25065 dlls/sxs/Makefile"
25066 test "x$enable_sxs" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25067 sxs"
25068 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25069 dlls/sxs/Makefile: dlls/sxs/Makefile.in dlls/Makedll.rules"
25070 ac_config_files="$ac_config_files dlls/sxs/Makefile"
25072 ALL_MAKEFILES="$ALL_MAKEFILES \\
25073 dlls/tapi32/Makefile"
25074 test "x$enable_tapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25075 tapi32"
25076 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25077 dlls/tapi32/Makefile: dlls/tapi32/Makefile.in dlls/Makedll.rules"
25078 ac_config_files="$ac_config_files dlls/tapi32/Makefile"
25080 ALL_MAKEFILES="$ALL_MAKEFILES \\
25081 dlls/twain_32/Makefile"
25082 test "x$enable_twain_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25083 twain_32"
25084 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25085 dlls/twain_32/Makefile: dlls/twain_32/Makefile.in dlls/Makedll.rules"
25086 ac_config_files="$ac_config_files dlls/twain_32/Makefile"
25088 ALL_MAKEFILES="$ALL_MAKEFILES \\
25089 dlls/unicows/Makefile"
25090 test "x$enable_unicows" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25091 unicows"
25092 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25093 dlls/unicows/Makefile: dlls/unicows/Makefile.in dlls/Makedll.rules"
25094 ac_config_files="$ac_config_files dlls/unicows/Makefile"
25096 ALL_MAKEFILES="$ALL_MAKEFILES \\
25097 dlls/url/Makefile"
25098 test "x$enable_url" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25099 url"
25100 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25101 dlls/url/Makefile: dlls/url/Makefile.in dlls/Makedll.rules"
25102 ac_config_files="$ac_config_files dlls/url/Makefile"
25104 ALL_MAKEFILES="$ALL_MAKEFILES \\
25105 dlls/urlmon/Makefile"
25106 test "x$enable_urlmon" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25107 urlmon"
25108 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25109 dlls/urlmon/Makefile: dlls/urlmon/Makefile.in dlls/Makedll.rules"
25110 ac_config_files="$ac_config_files dlls/urlmon/Makefile"
25112 ALL_MAKEFILES="$ALL_MAKEFILES \\
25113 dlls/urlmon/tests/Makefile"
25114 test "x$enable_urlmon_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25115 urlmon/tests"
25116 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25117 dlls/urlmon/tests/Makefile: dlls/urlmon/tests/Makefile.in dlls/Maketest.rules"
25118 ac_config_files="$ac_config_files dlls/urlmon/tests/Makefile"
25120 ALL_MAKEFILES="$ALL_MAKEFILES \\
25121 dlls/user32/Makefile"
25122 test "x$enable_user32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25123 user32"
25124 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25125 dlls/user32/Makefile: dlls/user32/Makefile.in dlls/Makedll.rules"
25126 ac_config_files="$ac_config_files dlls/user32/Makefile"
25128 ALL_MAKEFILES="$ALL_MAKEFILES \\
25129 dlls/user32/tests/Makefile"
25130 test "x$enable_user32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25131 user32/tests"
25132 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25133 dlls/user32/tests/Makefile: dlls/user32/tests/Makefile.in dlls/Maketest.rules"
25134 ac_config_files="$ac_config_files dlls/user32/tests/Makefile"
25136 ALL_MAKEFILES="$ALL_MAKEFILES \\
25137 dlls/userenv/Makefile"
25138 test "x$enable_userenv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25139 userenv"
25140 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25141 dlls/userenv/Makefile: dlls/userenv/Makefile.in dlls/Makedll.rules"
25142 ac_config_files="$ac_config_files dlls/userenv/Makefile"
25144 ALL_MAKEFILES="$ALL_MAKEFILES \\
25145 dlls/userenv/tests/Makefile"
25146 test "x$enable_userenv_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25147 userenv/tests"
25148 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25149 dlls/userenv/tests/Makefile: dlls/userenv/tests/Makefile.in dlls/Maketest.rules"
25150 ac_config_files="$ac_config_files dlls/userenv/tests/Makefile"
25152 ALL_MAKEFILES="$ALL_MAKEFILES \\
25153 dlls/usp10/Makefile"
25154 test "x$enable_usp10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25155 usp10"
25156 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25157 dlls/usp10/Makefile: dlls/usp10/Makefile.in dlls/Makedll.rules"
25158 ac_config_files="$ac_config_files dlls/usp10/Makefile"
25160 ALL_MAKEFILES="$ALL_MAKEFILES \\
25161 dlls/usp10/tests/Makefile"
25162 test "x$enable_usp10_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25163 usp10/tests"
25164 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25165 dlls/usp10/tests/Makefile: dlls/usp10/tests/Makefile.in dlls/Maketest.rules"
25166 ac_config_files="$ac_config_files dlls/usp10/tests/Makefile"
25168 ALL_MAKEFILES="$ALL_MAKEFILES \\
25169 dlls/uuid/Makefile"
25170 test "x$enable_uuid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
25171 uuid"
25172 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25173 dlls/uuid/Makefile: dlls/uuid/Makefile.in dlls/Makeimplib.rules"
25174 ac_config_files="$ac_config_files dlls/uuid/Makefile"
25176 ALL_MAKEFILES="$ALL_MAKEFILES \\
25177 dlls/uxtheme/Makefile"
25178 test "x$enable_uxtheme" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25179 uxtheme"
25180 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25181 dlls/uxtheme/Makefile: dlls/uxtheme/Makefile.in dlls/Makedll.rules"
25182 ac_config_files="$ac_config_files dlls/uxtheme/Makefile"
25184 ALL_MAKEFILES="$ALL_MAKEFILES \\
25185 dlls/uxtheme/tests/Makefile"
25186 test "x$enable_uxtheme_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25187 uxtheme/tests"
25188 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25189 dlls/uxtheme/tests/Makefile: dlls/uxtheme/tests/Makefile.in dlls/Maketest.rules"
25190 ac_config_files="$ac_config_files dlls/uxtheme/tests/Makefile"
25192 ALL_MAKEFILES="$ALL_MAKEFILES \\
25193 dlls/vdhcp.vxd/Makefile"
25194 test "x$enable_vdhcp_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25195 vdhcp.vxd"
25196 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25197 dlls/vdhcp.vxd/Makefile: dlls/vdhcp.vxd/Makefile.in dlls/Makedll.rules"
25198 ac_config_files="$ac_config_files dlls/vdhcp.vxd/Makefile"
25200 ALL_MAKEFILES="$ALL_MAKEFILES \\
25201 dlls/vdmdbg/Makefile"
25202 test "x$enable_vdmdbg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25203 vdmdbg"
25204 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25205 dlls/vdmdbg/Makefile: dlls/vdmdbg/Makefile.in dlls/Makedll.rules"
25206 ac_config_files="$ac_config_files dlls/vdmdbg/Makefile"
25208 ALL_MAKEFILES="$ALL_MAKEFILES \\
25209 dlls/version/Makefile"
25210 test "x$enable_version" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25211 version"
25212 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25213 dlls/version/Makefile: dlls/version/Makefile.in dlls/Makedll.rules"
25214 ac_config_files="$ac_config_files dlls/version/Makefile"
25216 ALL_MAKEFILES="$ALL_MAKEFILES \\
25217 dlls/version/tests/Makefile"
25218 test "x$enable_version_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25219 version/tests"
25220 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25221 dlls/version/tests/Makefile: dlls/version/tests/Makefile.in dlls/Maketest.rules"
25222 ac_config_files="$ac_config_files dlls/version/tests/Makefile"
25224 ALL_MAKEFILES="$ALL_MAKEFILES \\
25225 dlls/vmm.vxd/Makefile"
25226 test "x$enable_vmm_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25227 vmm.vxd"
25228 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25229 dlls/vmm.vxd/Makefile: dlls/vmm.vxd/Makefile.in dlls/Makedll.rules"
25230 ac_config_files="$ac_config_files dlls/vmm.vxd/Makefile"
25232 ALL_MAKEFILES="$ALL_MAKEFILES \\
25233 dlls/vnbt.vxd/Makefile"
25234 test "x$enable_vnbt_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25235 vnbt.vxd"
25236 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25237 dlls/vnbt.vxd/Makefile: dlls/vnbt.vxd/Makefile.in dlls/Makedll.rules"
25238 ac_config_files="$ac_config_files dlls/vnbt.vxd/Makefile"
25240 ALL_MAKEFILES="$ALL_MAKEFILES \\
25241 dlls/vnetbios.vxd/Makefile"
25242 test "x$enable_vnetbios_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25243 vnetbios.vxd"
25244 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25245 dlls/vnetbios.vxd/Makefile: dlls/vnetbios.vxd/Makefile.in dlls/Makedll.rules"
25246 ac_config_files="$ac_config_files dlls/vnetbios.vxd/Makefile"
25248 ALL_MAKEFILES="$ALL_MAKEFILES \\
25249 dlls/vtdapi.vxd/Makefile"
25250 test "x$enable_vtdapi_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25251 vtdapi.vxd"
25252 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25253 dlls/vtdapi.vxd/Makefile: dlls/vtdapi.vxd/Makefile.in dlls/Makedll.rules"
25254 ac_config_files="$ac_config_files dlls/vtdapi.vxd/Makefile"
25256 ALL_MAKEFILES="$ALL_MAKEFILES \\
25257 dlls/vwin32.vxd/Makefile"
25258 test "x$enable_vwin32_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25259 vwin32.vxd"
25260 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25261 dlls/vwin32.vxd/Makefile: dlls/vwin32.vxd/Makefile.in dlls/Makedll.rules"
25262 ac_config_files="$ac_config_files dlls/vwin32.vxd/Makefile"
25264 ALL_MAKEFILES="$ALL_MAKEFILES \\
25265 dlls/w32skrnl/Makefile"
25266 test "x$enable_w32skrnl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25267 w32skrnl"
25268 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25269 dlls/w32skrnl/Makefile: dlls/w32skrnl/Makefile.in dlls/Makedll.rules"
25270 ac_config_files="$ac_config_files dlls/w32skrnl/Makefile"
25272 ALL_MAKEFILES="$ALL_MAKEFILES \\
25273 dlls/winealsa.drv/Makefile"
25274 test "x$enable_winealsa_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25275 winealsa.drv"
25276 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25277 dlls/winealsa.drv/Makefile: dlls/winealsa.drv/Makefile.in dlls/Makedll.rules"
25278 ac_config_files="$ac_config_files dlls/winealsa.drv/Makefile"
25280 ALL_MAKEFILES="$ALL_MAKEFILES \\
25281 dlls/wineaudioio.drv/Makefile"
25282 test "x$enable_wineaudioio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25283 wineaudioio.drv"
25284 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25285 dlls/wineaudioio.drv/Makefile: dlls/wineaudioio.drv/Makefile.in dlls/Makedll.rules"
25286 ac_config_files="$ac_config_files dlls/wineaudioio.drv/Makefile"
25288 ALL_MAKEFILES="$ALL_MAKEFILES \\
25289 dlls/winecoreaudio.drv/Makefile"
25290 test "x$enable_winecoreaudio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25291 winecoreaudio.drv"
25292 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25293 dlls/winecoreaudio.drv/Makefile: dlls/winecoreaudio.drv/Makefile.in dlls/Makedll.rules"
25294 ac_config_files="$ac_config_files dlls/winecoreaudio.drv/Makefile"
25296 ALL_MAKEFILES="$ALL_MAKEFILES \\
25297 dlls/winecrt0/Makefile"
25298 test "x$enable_winecrt0" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
25299 winecrt0"
25300 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25301 dlls/winecrt0/Makefile: dlls/winecrt0/Makefile.in dlls/Makeimplib.rules"
25302 ac_config_files="$ac_config_files dlls/winecrt0/Makefile"
25304 ALL_MAKEFILES="$ALL_MAKEFILES \\
25305 dlls/wined3d/Makefile"
25306 test "x$enable_wined3d" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25307 wined3d"
25308 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25309 dlls/wined3d/Makefile: dlls/wined3d/Makefile.in dlls/Makedll.rules"
25310 ac_config_files="$ac_config_files dlls/wined3d/Makefile"
25312 ALL_MAKEFILES="$ALL_MAKEFILES \\
25313 dlls/winedos/Makefile"
25314 test "x$enable_winedos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25315 winedos"
25316 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25317 dlls/winedos/Makefile: dlls/winedos/Makefile.in dlls/Makedll.rules"
25318 ac_config_files="$ac_config_files dlls/winedos/Makefile"
25320 ALL_MAKEFILES="$ALL_MAKEFILES \\
25321 dlls/wineesd.drv/Makefile"
25322 test "x$enable_wineesd_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25323 wineesd.drv"
25324 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25325 dlls/wineesd.drv/Makefile: dlls/wineesd.drv/Makefile.in dlls/Makedll.rules"
25326 ac_config_files="$ac_config_files dlls/wineesd.drv/Makefile"
25328 ALL_MAKEFILES="$ALL_MAKEFILES \\
25329 dlls/winejack.drv/Makefile"
25330 test "x$enable_winejack_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25331 winejack.drv"
25332 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25333 dlls/winejack.drv/Makefile: dlls/winejack.drv/Makefile.in dlls/Makedll.rules"
25334 ac_config_files="$ac_config_files dlls/winejack.drv/Makefile"
25336 ALL_MAKEFILES="$ALL_MAKEFILES \\
25337 dlls/winejoystick.drv/Makefile"
25338 test "x$enable_winejoystick_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25339 winejoystick.drv"
25340 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25341 dlls/winejoystick.drv/Makefile: dlls/winejoystick.drv/Makefile.in dlls/Makedll.rules"
25342 ac_config_files="$ac_config_files dlls/winejoystick.drv/Makefile"
25344 ALL_MAKEFILES="$ALL_MAKEFILES \\
25345 dlls/winemp3.acm/Makefile"
25346 test "x$enable_winemp3_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25347 winemp3.acm"
25348 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25349 dlls/winemp3.acm/Makefile: dlls/winemp3.acm/Makefile.in dlls/Makedll.rules"
25350 ac_config_files="$ac_config_files dlls/winemp3.acm/Makefile"
25352 ALL_MAKEFILES="$ALL_MAKEFILES \\
25353 dlls/winenas.drv/Makefile"
25354 test "x$enable_winenas_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25355 winenas.drv"
25356 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25357 dlls/winenas.drv/Makefile: dlls/winenas.drv/Makefile.in dlls/Makedll.rules"
25358 ac_config_files="$ac_config_files dlls/winenas.drv/Makefile"
25360 ALL_MAKEFILES="$ALL_MAKEFILES \\
25361 dlls/wineoss.drv/Makefile"
25362 test "x$enable_wineoss_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25363 wineoss.drv"
25364 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25365 dlls/wineoss.drv/Makefile: dlls/wineoss.drv/Makefile.in dlls/Makedll.rules"
25366 ac_config_files="$ac_config_files dlls/wineoss.drv/Makefile"
25368 ALL_MAKEFILES="$ALL_MAKEFILES \\
25369 dlls/wineps.drv/Makefile"
25370 test "x$enable_wineps_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25371 wineps.drv"
25372 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25373 dlls/wineps.drv/Makefile: dlls/wineps.drv/Makefile.in dlls/Makedll.rules"
25374 ac_config_files="$ac_config_files dlls/wineps.drv/Makefile"
25376 ALL_MAKEFILES="$ALL_MAKEFILES \\
25377 dlls/winepulse.drv/Makefile"
25378 test "x$enable_winepulse_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25379 winepulse.drv"
25380 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25381 dlls/winepulse.drv/Makefile: dlls/winepulse.drv/Makefile.in dlls/Makedll.rules"
25382 ac_config_files="$ac_config_files dlls/winepulse.drv/Makefile"
25384 ALL_MAKEFILES="$ALL_MAKEFILES \\
25385 dlls/winequartz.drv/Makefile"
25386 test "x$enable_winequartz_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25387 winequartz.drv"
25388 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25389 dlls/winequartz.drv/Makefile: dlls/winequartz.drv/Makefile.in dlls/Makedll.rules"
25390 ac_config_files="$ac_config_files dlls/winequartz.drv/Makefile"
25392 ALL_MAKEFILES="$ALL_MAKEFILES \\
25393 dlls/winex11.drv/Makefile"
25394 test "x$enable_winex11_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25395 winex11.drv"
25396 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25397 dlls/winex11.drv/Makefile: dlls/winex11.drv/Makefile.in dlls/Makedll.rules"
25398 ac_config_files="$ac_config_files dlls/winex11.drv/Makefile"
25400 ALL_MAKEFILES="$ALL_MAKEFILES \\
25401 dlls/wing32/Makefile"
25402 test "x$enable_wing32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25403 wing32"
25404 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25405 dlls/wing32/Makefile: dlls/wing32/Makefile.in dlls/Makedll.rules"
25406 ac_config_files="$ac_config_files dlls/wing32/Makefile"
25408 ALL_MAKEFILES="$ALL_MAKEFILES \\
25409 dlls/winhttp/Makefile"
25410 test "x$enable_winhttp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25411 winhttp"
25412 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25413 dlls/winhttp/Makefile: dlls/winhttp/Makefile.in dlls/Makedll.rules"
25414 ac_config_files="$ac_config_files dlls/winhttp/Makefile"
25416 ALL_MAKEFILES="$ALL_MAKEFILES \\
25417 dlls/winhttp/tests/Makefile"
25418 test "x$enable_winhttp_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25419 winhttp/tests"
25420 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25421 dlls/winhttp/tests/Makefile: dlls/winhttp/tests/Makefile.in dlls/Maketest.rules"
25422 ac_config_files="$ac_config_files dlls/winhttp/tests/Makefile"
25424 ALL_MAKEFILES="$ALL_MAKEFILES \\
25425 dlls/wininet/Makefile"
25426 test "x$enable_wininet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25427 wininet"
25428 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25429 dlls/wininet/Makefile: dlls/wininet/Makefile.in dlls/Makedll.rules"
25430 ac_config_files="$ac_config_files dlls/wininet/Makefile"
25432 ALL_MAKEFILES="$ALL_MAKEFILES \\
25433 dlls/wininet/tests/Makefile"
25434 test "x$enable_wininet_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25435 wininet/tests"
25436 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25437 dlls/wininet/tests/Makefile: dlls/wininet/tests/Makefile.in dlls/Maketest.rules"
25438 ac_config_files="$ac_config_files dlls/wininet/tests/Makefile"
25440 ALL_MAKEFILES="$ALL_MAKEFILES \\
25441 dlls/winmm/Makefile"
25442 test "x$enable_winmm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25443 winmm"
25444 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25445 dlls/winmm/Makefile: dlls/winmm/Makefile.in dlls/Makedll.rules"
25446 ac_config_files="$ac_config_files dlls/winmm/Makefile"
25448 ALL_MAKEFILES="$ALL_MAKEFILES \\
25449 dlls/winmm/tests/Makefile"
25450 test "x$enable_winmm_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25451 winmm/tests"
25452 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25453 dlls/winmm/tests/Makefile: dlls/winmm/tests/Makefile.in dlls/Maketest.rules"
25454 ac_config_files="$ac_config_files dlls/winmm/tests/Makefile"
25456 ALL_MAKEFILES="$ALL_MAKEFILES \\
25457 dlls/winnls32/Makefile"
25458 test "x$enable_winnls32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25459 winnls32"
25460 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25461 dlls/winnls32/Makefile: dlls/winnls32/Makefile.in dlls/Makedll.rules"
25462 ac_config_files="$ac_config_files dlls/winnls32/Makefile"
25464 ALL_MAKEFILES="$ALL_MAKEFILES \\
25465 dlls/winscard/Makefile"
25466 test "x$enable_winscard" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25467 winscard"
25468 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25469 dlls/winscard/Makefile: dlls/winscard/Makefile.in dlls/Makedll.rules"
25470 ac_config_files="$ac_config_files dlls/winscard/Makefile"
25472 ALL_MAKEFILES="$ALL_MAKEFILES \\
25473 dlls/winspool.drv/Makefile"
25474 test "x$enable_winspool_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25475 winspool.drv"
25476 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25477 dlls/winspool.drv/Makefile: dlls/winspool.drv/Makefile.in dlls/Makedll.rules"
25478 ac_config_files="$ac_config_files dlls/winspool.drv/Makefile"
25480 ALL_MAKEFILES="$ALL_MAKEFILES \\
25481 dlls/winspool.drv/tests/Makefile"
25482 test "x$enable_winspool_drv_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25483 winspool.drv/tests"
25484 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25485 dlls/winspool.drv/tests/Makefile: dlls/winspool.drv/tests/Makefile.in dlls/Maketest.rules"
25486 ac_config_files="$ac_config_files dlls/winspool.drv/tests/Makefile"
25488 ALL_MAKEFILES="$ALL_MAKEFILES \\
25489 dlls/wintab32/Makefile"
25490 test "x$enable_wintab32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25491 wintab32"
25492 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25493 dlls/wintab32/Makefile: dlls/wintab32/Makefile.in dlls/Makedll.rules"
25494 ac_config_files="$ac_config_files dlls/wintab32/Makefile"
25496 ALL_MAKEFILES="$ALL_MAKEFILES \\
25497 dlls/wintrust/Makefile"
25498 test "x$enable_wintrust" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25499 wintrust"
25500 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25501 dlls/wintrust/Makefile: dlls/wintrust/Makefile.in dlls/Makedll.rules"
25502 ac_config_files="$ac_config_files dlls/wintrust/Makefile"
25504 ALL_MAKEFILES="$ALL_MAKEFILES \\
25505 dlls/wintrust/tests/Makefile"
25506 test "x$enable_wintrust_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25507 wintrust/tests"
25508 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25509 dlls/wintrust/tests/Makefile: dlls/wintrust/tests/Makefile.in dlls/Maketest.rules"
25510 ac_config_files="$ac_config_files dlls/wintrust/tests/Makefile"
25512 ALL_MAKEFILES="$ALL_MAKEFILES \\
25513 dlls/wldap32/Makefile"
25514 test "x$enable_wldap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25515 wldap32"
25516 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25517 dlls/wldap32/Makefile: dlls/wldap32/Makefile.in dlls/Makedll.rules"
25518 ac_config_files="$ac_config_files dlls/wldap32/Makefile"
25520 ALL_MAKEFILES="$ALL_MAKEFILES \\
25521 dlls/wldap32/tests/Makefile"
25522 test "x$enable_wldap32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25523 wldap32/tests"
25524 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25525 dlls/wldap32/tests/Makefile: dlls/wldap32/tests/Makefile.in dlls/Maketest.rules"
25526 ac_config_files="$ac_config_files dlls/wldap32/tests/Makefile"
25528 ALL_MAKEFILES="$ALL_MAKEFILES \\
25529 dlls/wmi/Makefile"
25530 test "x$enable_wmi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25531 wmi"
25532 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25533 dlls/wmi/Makefile: dlls/wmi/Makefile.in dlls/Makedll.rules"
25534 ac_config_files="$ac_config_files dlls/wmi/Makefile"
25536 ALL_MAKEFILES="$ALL_MAKEFILES \\
25537 dlls/wnaspi32/Makefile"
25538 test "x$enable_wnaspi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25539 wnaspi32"
25540 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25541 dlls/wnaspi32/Makefile: dlls/wnaspi32/Makefile.in dlls/Makedll.rules"
25542 ac_config_files="$ac_config_files dlls/wnaspi32/Makefile"
25544 ALL_MAKEFILES="$ALL_MAKEFILES \\
25545 dlls/wow32/Makefile"
25546 test "x$enable_wow32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25547 wow32"
25548 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25549 dlls/wow32/Makefile: dlls/wow32/Makefile.in dlls/Makedll.rules"
25550 ac_config_files="$ac_config_files dlls/wow32/Makefile"
25552 ALL_MAKEFILES="$ALL_MAKEFILES \\
25553 dlls/ws2_32/Makefile"
25554 test "x$enable_ws2_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25555 ws2_32"
25556 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25557 dlls/ws2_32/Makefile: dlls/ws2_32/Makefile.in dlls/Makedll.rules"
25558 ac_config_files="$ac_config_files dlls/ws2_32/Makefile"
25560 ALL_MAKEFILES="$ALL_MAKEFILES \\
25561 dlls/ws2_32/tests/Makefile"
25562 test "x$enable_ws2_32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25563 ws2_32/tests"
25564 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25565 dlls/ws2_32/tests/Makefile: dlls/ws2_32/tests/Makefile.in dlls/Maketest.rules"
25566 ac_config_files="$ac_config_files dlls/ws2_32/tests/Makefile"
25568 ALL_MAKEFILES="$ALL_MAKEFILES \\
25569 dlls/wsock32/Makefile"
25570 test "x$enable_wsock32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25571 wsock32"
25572 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25573 dlls/wsock32/Makefile: dlls/wsock32/Makefile.in dlls/Makedll.rules"
25574 ac_config_files="$ac_config_files dlls/wsock32/Makefile"
25576 ALL_MAKEFILES="$ALL_MAKEFILES \\
25577 dlls/wtsapi32/Makefile"
25578 test "x$enable_wtsapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25579 wtsapi32"
25580 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25581 dlls/wtsapi32/Makefile: dlls/wtsapi32/Makefile.in dlls/Makedll.rules"
25582 ac_config_files="$ac_config_files dlls/wtsapi32/Makefile"
25584 ALL_MAKEFILES="$ALL_MAKEFILES \\
25585 dlls/xinput1_1/Makefile"
25586 test "x$enable_xinput1_1" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25587 xinput1_1"
25588 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25589 dlls/xinput1_1/Makefile: dlls/xinput1_1/Makefile.in dlls/Makedll.rules"
25590 ac_config_files="$ac_config_files dlls/xinput1_1/Makefile"
25592 ALL_MAKEFILES="$ALL_MAKEFILES \\
25593 dlls/xinput1_2/Makefile"
25594 test "x$enable_xinput1_2" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25595 xinput1_2"
25596 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25597 dlls/xinput1_2/Makefile: dlls/xinput1_2/Makefile.in dlls/Makedll.rules"
25598 ac_config_files="$ac_config_files dlls/xinput1_2/Makefile"
25600 ALL_MAKEFILES="$ALL_MAKEFILES \\
25601 dlls/xinput1_3/Makefile"
25602 test "x$enable_xinput1_3" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25603 xinput1_3"
25604 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25605 dlls/xinput1_3/Makefile: dlls/xinput1_3/Makefile.in dlls/Makedll.rules"
25606 ac_config_files="$ac_config_files dlls/xinput1_3/Makefile"
25608 ALL_MAKEFILES="$ALL_MAKEFILES \\
25609 dlls/xinput1_3/tests/Makefile"
25610 test "x$enable_xinput1_3_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25611 xinput1_3/tests"
25612 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25613 dlls/xinput1_3/tests/Makefile: dlls/xinput1_3/tests/Makefile.in dlls/Maketest.rules"
25614 ac_config_files="$ac_config_files dlls/xinput1_3/tests/Makefile"
25616 ALL_MAKEFILES="$ALL_MAKEFILES \\
25617 dlls/xinput9_1_0/Makefile"
25618 test "x$enable_xinput9_1_0" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25619 xinput9_1_0"
25620 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25621 dlls/xinput9_1_0/Makefile: dlls/xinput9_1_0/Makefile.in dlls/Makedll.rules"
25622 ac_config_files="$ac_config_files dlls/xinput9_1_0/Makefile"
25624 ALL_MAKEFILES="$ALL_MAKEFILES \\
25625 documentation/Makefile"
25626 test "x$enable_documentation" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
25627 documentation"
25628 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25629 documentation/Makefile: documentation/Makefile.in Make.rules"
25630 ac_config_files="$ac_config_files documentation/Makefile"
25632 ALL_MAKEFILES="$ALL_MAKEFILES \\
25633 fonts/Makefile"
25634 test "x$enable_fonts" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
25635 fonts"
25636 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25637 fonts/Makefile: fonts/Makefile.in Make.rules"
25638 ac_config_files="$ac_config_files fonts/Makefile"
25640 ALL_MAKEFILES="$ALL_MAKEFILES \\
25641 include/Makefile"
25642 test "x$enable_include" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
25643 include"
25644 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25645 include/Makefile: include/Makefile.in Make.rules"
25646 ac_config_files="$ac_config_files include/Makefile"
25648 ALL_MAKEFILES="$ALL_MAKEFILES \\
25649 libs/Makefile"
25650 test "x$enable_libs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
25651 libs"
25652 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25653 libs/Makefile: libs/Makefile.in Make.rules"
25654 ac_config_files="$ac_config_files libs/Makefile"
25656 ALL_MAKEFILES="$ALL_MAKEFILES \\
25657 libs/port/Makefile"
25659 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25660 libs/port/Makefile: libs/port/Makefile.in Make.rules"
25661 ac_config_files="$ac_config_files libs/port/Makefile"
25663 ALL_MAKEFILES="$ALL_MAKEFILES \\
25664 libs/wine/Makefile"
25666 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25667 libs/wine/Makefile: libs/wine/Makefile.in Make.rules"
25668 ac_config_files="$ac_config_files libs/wine/Makefile"
25670 ALL_MAKEFILES="$ALL_MAKEFILES \\
25671 libs/wpp/Makefile"
25673 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25674 libs/wpp/Makefile: libs/wpp/Makefile.in Make.rules"
25675 ac_config_files="$ac_config_files libs/wpp/Makefile"
25677 ALL_MAKEFILES="$ALL_MAKEFILES \\
25678 loader/Makefile"
25679 test "x$enable_loader" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
25680 loader"
25681 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25682 loader/Makefile: loader/Makefile.in Make.rules"
25683 ac_config_files="$ac_config_files loader/Makefile"
25685 ALL_MAKEFILES="$ALL_MAKEFILES \\
25686 programs/Makefile"
25687 test "x$enable_programs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
25688 programs"
25689 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25690 programs/Makefile: programs/Makefile.in Make.rules"
25691 ac_config_files="$ac_config_files programs/Makefile"
25693 ALL_MAKEFILES="$ALL_MAKEFILES \\
25694 programs/clock/Makefile"
25695 test "x$enable_clock" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25696 clock" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25697 clock"
25698 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25699 programs/clock/Makefile: programs/clock/Makefile.in programs/Makeprog.rules"
25700 ac_config_files="$ac_config_files programs/clock/Makefile"
25702 ALL_MAKEFILES="$ALL_MAKEFILES \\
25703 programs/cmd/Makefile"
25704 test "x$enable_cmd" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25705 cmd" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25706 cmd"
25707 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25708 programs/cmd/Makefile: programs/cmd/Makefile.in programs/Makeprog.rules"
25709 ac_config_files="$ac_config_files programs/cmd/Makefile"
25711 ALL_MAKEFILES="$ALL_MAKEFILES \\
25712 programs/cmdlgtst/Makefile"
25713 test "x$enable_cmdlgtst" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25714 cmdlgtst"
25715 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25716 programs/cmdlgtst/Makefile: programs/cmdlgtst/Makefile.in programs/Makeprog.rules"
25717 ac_config_files="$ac_config_files programs/cmdlgtst/Makefile"
25719 ALL_MAKEFILES="$ALL_MAKEFILES \\
25720 programs/control/Makefile"
25721 test "x$enable_control" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25722 control" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25723 control"
25724 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25725 programs/control/Makefile: programs/control/Makefile.in programs/Makeprog.rules"
25726 ac_config_files="$ac_config_files programs/control/Makefile"
25728 ALL_MAKEFILES="$ALL_MAKEFILES \\
25729 programs/eject/Makefile"
25730 test "x$enable_eject" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25731 eject" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25732 eject"
25733 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25734 programs/eject/Makefile: programs/eject/Makefile.in programs/Makeprog.rules"
25735 ac_config_files="$ac_config_files programs/eject/Makefile"
25737 ALL_MAKEFILES="$ALL_MAKEFILES \\
25738 programs/expand/Makefile"
25739 test "x$enable_expand" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25740 expand" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25741 expand"
25742 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25743 programs/expand/Makefile: programs/expand/Makefile.in programs/Makeprog.rules"
25744 ac_config_files="$ac_config_files programs/expand/Makefile"
25746 ALL_MAKEFILES="$ALL_MAKEFILES \\
25747 programs/explorer/Makefile"
25748 test "x$enable_explorer" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25749 explorer" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25750 explorer"
25751 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25752 programs/explorer/Makefile: programs/explorer/Makefile.in programs/Makeprog.rules"
25753 ac_config_files="$ac_config_files programs/explorer/Makefile"
25755 ALL_MAKEFILES="$ALL_MAKEFILES \\
25756 programs/hh/Makefile"
25757 test "x$enable_hh" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25758 hh" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25760 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25761 programs/hh/Makefile: programs/hh/Makefile.in programs/Makeprog.rules"
25762 ac_config_files="$ac_config_files programs/hh/Makefile"
25764 ALL_MAKEFILES="$ALL_MAKEFILES \\
25765 programs/icinfo/Makefile"
25766 test "x$enable_icinfo" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25767 icinfo" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25768 icinfo"
25769 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25770 programs/icinfo/Makefile: programs/icinfo/Makefile.in programs/Makeprog.rules"
25771 ac_config_files="$ac_config_files programs/icinfo/Makefile"
25773 ALL_MAKEFILES="$ALL_MAKEFILES \\
25774 programs/iexplore/Makefile"
25775 test "x$enable_iexplore" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25776 iexplore" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25777 iexplore"
25778 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25779 programs/iexplore/Makefile: programs/iexplore/Makefile.in programs/Makeprog.rules"
25780 ac_config_files="$ac_config_files programs/iexplore/Makefile"
25782 ALL_MAKEFILES="$ALL_MAKEFILES \\
25783 programs/msiexec/Makefile"
25784 test "x$enable_msiexec" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25785 msiexec" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25786 msiexec" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25787 msiexec"
25788 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25789 programs/msiexec/Makefile: programs/msiexec/Makefile.in programs/Makeprog.rules"
25790 ac_config_files="$ac_config_files programs/msiexec/Makefile"
25792 ALL_MAKEFILES="$ALL_MAKEFILES \\
25793 programs/net/Makefile"
25794 test "x$enable_net" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25795 net" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25796 net"
25797 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25798 programs/net/Makefile: programs/net/Makefile.in programs/Makeprog.rules"
25799 ac_config_files="$ac_config_files programs/net/Makefile"
25801 ALL_MAKEFILES="$ALL_MAKEFILES \\
25802 programs/notepad/Makefile"
25803 test "x$enable_notepad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25804 notepad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25805 notepad" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25806 notepad"
25807 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25808 programs/notepad/Makefile: programs/notepad/Makefile.in programs/Makeprog.rules"
25809 ac_config_files="$ac_config_files programs/notepad/Makefile"
25811 ALL_MAKEFILES="$ALL_MAKEFILES \\
25812 programs/oleview/Makefile"
25813 test "x$enable_oleview" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25814 oleview" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25815 oleview"
25816 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25817 programs/oleview/Makefile: programs/oleview/Makefile.in programs/Makeprog.rules"
25818 ac_config_files="$ac_config_files programs/oleview/Makefile"
25820 ALL_MAKEFILES="$ALL_MAKEFILES \\
25821 programs/progman/Makefile"
25822 test "x$enable_progman" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25823 progman" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25824 progman" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25825 progman"
25826 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25827 programs/progman/Makefile: programs/progman/Makefile.in programs/Makeprog.rules"
25828 ac_config_files="$ac_config_files programs/progman/Makefile"
25830 ALL_MAKEFILES="$ALL_MAKEFILES \\
25831 programs/reg/Makefile"
25832 test "x$enable_reg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25833 reg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25834 reg"
25835 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25836 programs/reg/Makefile: programs/reg/Makefile.in programs/Makeprog.rules"
25837 ac_config_files="$ac_config_files programs/reg/Makefile"
25839 ALL_MAKEFILES="$ALL_MAKEFILES \\
25840 programs/regedit/Makefile"
25841 test "x$enable_regedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25842 regedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25843 regedit" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25844 regedit"
25845 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25846 programs/regedit/Makefile: programs/regedit/Makefile.in programs/Makeprog.rules"
25847 ac_config_files="$ac_config_files programs/regedit/Makefile"
25849 ALL_MAKEFILES="$ALL_MAKEFILES \\
25850 programs/regsvr32/Makefile"
25851 test "x$enable_regsvr32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25852 regsvr32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25853 regsvr32" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25854 regsvr32"
25855 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25856 programs/regsvr32/Makefile: programs/regsvr32/Makefile.in programs/Makeprog.rules"
25857 ac_config_files="$ac_config_files programs/regsvr32/Makefile"
25859 ALL_MAKEFILES="$ALL_MAKEFILES \\
25860 programs/rpcss/Makefile"
25861 test "x$enable_rpcss" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25862 rpcss" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25863 rpcss"
25864 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25865 programs/rpcss/Makefile: programs/rpcss/Makefile.in programs/Makeprog.rules"
25866 ac_config_files="$ac_config_files programs/rpcss/Makefile"
25868 ALL_MAKEFILES="$ALL_MAKEFILES \\
25869 programs/rundll32/Makefile"
25870 test "x$enable_rundll32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25871 rundll32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25872 rundll32"
25873 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25874 programs/rundll32/Makefile: programs/rundll32/Makefile.in programs/Makeprog.rules"
25875 ac_config_files="$ac_config_files programs/rundll32/Makefile"
25877 ALL_MAKEFILES="$ALL_MAKEFILES \\
25878 programs/secedit/Makefile"
25879 test "x$enable_secedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25880 secedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25881 secedit"
25882 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25883 programs/secedit/Makefile: programs/secedit/Makefile.in programs/Makeprog.rules"
25884 ac_config_files="$ac_config_files programs/secedit/Makefile"
25886 ALL_MAKEFILES="$ALL_MAKEFILES \\
25887 programs/services/Makefile"
25888 test "x$enable_services" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25889 services" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25890 services"
25891 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25892 programs/services/Makefile: programs/services/Makefile.in programs/Makeprog.rules"
25893 ac_config_files="$ac_config_files programs/services/Makefile"
25895 ALL_MAKEFILES="$ALL_MAKEFILES \\
25896 programs/spoolsv/Makefile"
25897 test "x$enable_spoolsv" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25898 spoolsv" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25899 spoolsv"
25900 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25901 programs/spoolsv/Makefile: programs/spoolsv/Makefile.in programs/Makeprog.rules"
25902 ac_config_files="$ac_config_files programs/spoolsv/Makefile"
25904 ALL_MAKEFILES="$ALL_MAKEFILES \\
25905 programs/start/Makefile"
25906 test "x$enable_start" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25907 start" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25908 start"
25909 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25910 programs/start/Makefile: programs/start/Makefile.in programs/Makeprog.rules"
25911 ac_config_files="$ac_config_files programs/start/Makefile"
25913 ALL_MAKEFILES="$ALL_MAKEFILES \\
25914 programs/svchost/Makefile"
25915 test "x$enable_svchost" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25916 svchost" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25917 svchost"
25918 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25919 programs/svchost/Makefile: programs/svchost/Makefile.in programs/Makeprog.rules"
25920 ac_config_files="$ac_config_files programs/svchost/Makefile"
25922 ALL_MAKEFILES="$ALL_MAKEFILES \\
25923 programs/taskmgr/Makefile"
25924 test "x$enable_taskmgr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25925 taskmgr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25926 taskmgr"
25927 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25928 programs/taskmgr/Makefile: programs/taskmgr/Makefile.in programs/Makeprog.rules"
25929 ac_config_files="$ac_config_files programs/taskmgr/Makefile"
25931 ALL_MAKEFILES="$ALL_MAKEFILES \\
25932 programs/uninstaller/Makefile"
25933 test "x$enable_uninstaller" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25934 uninstaller" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25935 uninstaller" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25936 uninstaller"
25937 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25938 programs/uninstaller/Makefile: programs/uninstaller/Makefile.in programs/Makeprog.rules"
25939 ac_config_files="$ac_config_files programs/uninstaller/Makefile"
25941 ALL_MAKEFILES="$ALL_MAKEFILES \\
25942 programs/view/Makefile"
25943 test "x$enable_view" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25944 view"
25945 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25946 programs/view/Makefile: programs/view/Makefile.in programs/Makeprog.rules"
25947 ac_config_files="$ac_config_files programs/view/Makefile"
25949 ALL_MAKEFILES="$ALL_MAKEFILES \\
25950 programs/wineboot/Makefile"
25951 test "x$enable_wineboot" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25952 wineboot" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25953 wineboot" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25954 wineboot"
25955 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25956 programs/wineboot/Makefile: programs/wineboot/Makefile.in programs/Makeprog.rules"
25957 ac_config_files="$ac_config_files programs/wineboot/Makefile"
25959 ALL_MAKEFILES="$ALL_MAKEFILES \\
25960 programs/winebrowser/Makefile"
25961 test "x$enable_winebrowser" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25962 winebrowser" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25963 winebrowser" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25964 winebrowser"
25965 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25966 programs/winebrowser/Makefile: programs/winebrowser/Makefile.in programs/Makeprog.rules"
25967 ac_config_files="$ac_config_files programs/winebrowser/Makefile"
25969 ALL_MAKEFILES="$ALL_MAKEFILES \\
25970 programs/winecfg/Makefile"
25971 test "x$enable_winecfg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25972 winecfg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25973 winecfg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25974 winecfg"
25975 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25976 programs/winecfg/Makefile: programs/winecfg/Makefile.in programs/Makeprog.rules"
25977 ac_config_files="$ac_config_files programs/winecfg/Makefile"
25979 ALL_MAKEFILES="$ALL_MAKEFILES \\
25980 programs/wineconsole/Makefile"
25981 test "x$enable_wineconsole" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25982 wineconsole" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25983 wineconsole" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25984 wineconsole"
25985 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25986 programs/wineconsole/Makefile: programs/wineconsole/Makefile.in programs/Makeprog.rules"
25987 ac_config_files="$ac_config_files programs/wineconsole/Makefile"
25989 ALL_MAKEFILES="$ALL_MAKEFILES \\
25990 programs/winedbg/Makefile"
25991 test "x$enable_winedbg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25992 winedbg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25993 winedbg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25994 winedbg"
25995 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25996 programs/winedbg/Makefile: programs/winedbg/Makefile.in programs/Makeprog.rules"
25997 ac_config_files="$ac_config_files programs/winedbg/Makefile"
25999 ALL_MAKEFILES="$ALL_MAKEFILES \\
26000 programs/winedevice/Makefile"
26001 test "x$enable_winedevice" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26002 winedevice" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26003 winedevice"
26004 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26005 programs/winedevice/Makefile: programs/winedevice/Makefile.in programs/Makeprog.rules"
26006 ac_config_files="$ac_config_files programs/winedevice/Makefile"
26008 ALL_MAKEFILES="$ALL_MAKEFILES \\
26009 programs/winefile/Makefile"
26010 test "x$enable_winefile" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26011 winefile" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26012 winefile" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
26013 winefile"
26014 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26015 programs/winefile/Makefile: programs/winefile/Makefile.in programs/Makeprog.rules"
26016 ac_config_files="$ac_config_files programs/winefile/Makefile"
26018 ALL_MAKEFILES="$ALL_MAKEFILES \\
26019 programs/winemenubuilder/Makefile"
26020 test "x$enable_winemenubuilder" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26021 winemenubuilder" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26022 winemenubuilder"
26023 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26024 programs/winemenubuilder/Makefile: programs/winemenubuilder/Makefile.in programs/Makeprog.rules"
26025 ac_config_files="$ac_config_files programs/winemenubuilder/Makefile"
26027 ALL_MAKEFILES="$ALL_MAKEFILES \\
26028 programs/winemine/Makefile"
26029 test "x$enable_winemine" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26030 winemine" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26031 winemine" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
26032 winemine"
26033 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26034 programs/winemine/Makefile: programs/winemine/Makefile.in programs/Makeprog.rules"
26035 ac_config_files="$ac_config_files programs/winemine/Makefile"
26037 ALL_MAKEFILES="$ALL_MAKEFILES \\
26038 programs/winepath/Makefile"
26039 test "x$enable_winepath" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26040 winepath" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26041 winepath" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
26042 winepath"
26043 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26044 programs/winepath/Makefile: programs/winepath/Makefile.in programs/Makeprog.rules"
26045 ac_config_files="$ac_config_files programs/winepath/Makefile"
26047 ALL_MAKEFILES="$ALL_MAKEFILES \\
26048 programs/winetest/Makefile"
26049 test "x$enable_winetest" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26050 winetest"
26051 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26052 programs/winetest/Makefile: programs/winetest/Makefile.in programs/Makeprog.rules"
26053 ac_config_files="$ac_config_files programs/winetest/Makefile"
26055 ALL_MAKEFILES="$ALL_MAKEFILES \\
26056 programs/winevdm/Makefile"
26057 test "x$enable_winevdm" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26058 winevdm" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26059 winevdm"
26060 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26061 programs/winevdm/Makefile: programs/winevdm/Makefile.in programs/Makeprog.rules"
26062 ac_config_files="$ac_config_files programs/winevdm/Makefile"
26064 ALL_MAKEFILES="$ALL_MAKEFILES \\
26065 programs/winhlp32/Makefile"
26066 test "x$enable_winhlp32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26067 winhlp32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26068 winhlp32"
26069 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26070 programs/winhlp32/Makefile: programs/winhlp32/Makefile.in programs/Makeprog.rules"
26071 ac_config_files="$ac_config_files programs/winhlp32/Makefile"
26073 ALL_MAKEFILES="$ALL_MAKEFILES \\
26074 programs/winver/Makefile"
26075 test "x$enable_winver" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26076 winver" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26077 winver"
26078 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26079 programs/winver/Makefile: programs/winver/Makefile.in programs/Makeprog.rules"
26080 ac_config_files="$ac_config_files programs/winver/Makefile"
26082 ALL_MAKEFILES="$ALL_MAKEFILES \\
26083 programs/wordpad/Makefile"
26084 test "x$enable_wordpad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26085 wordpad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26086 wordpad"
26087 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26088 programs/wordpad/Makefile: programs/wordpad/Makefile.in programs/Makeprog.rules"
26089 ac_config_files="$ac_config_files programs/wordpad/Makefile"
26091 ALL_MAKEFILES="$ALL_MAKEFILES \\
26092 programs/write/Makefile"
26093 test "x$enable_write" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26094 write" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26095 write"
26096 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26097 programs/write/Makefile: programs/write/Makefile.in programs/Makeprog.rules"
26098 ac_config_files="$ac_config_files programs/write/Makefile"
26100 ALL_MAKEFILES="$ALL_MAKEFILES \\
26101 programs/xcopy/Makefile"
26102 test "x$enable_xcopy" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26103 xcopy" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26104 xcopy"
26105 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26106 programs/xcopy/Makefile: programs/xcopy/Makefile.in programs/Makeprog.rules"
26107 ac_config_files="$ac_config_files programs/xcopy/Makefile"
26109 ALL_MAKEFILES="$ALL_MAKEFILES \\
26110 server/Makefile"
26111 test "x$enable_server" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
26112 server"
26113 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26114 server/Makefile: server/Makefile.in Make.rules"
26115 ac_config_files="$ac_config_files server/Makefile"
26117 ALL_MAKEFILES="$ALL_MAKEFILES \\
26118 tools/Makefile"
26119 test "x$enable_tools" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
26120 tools"
26121 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26122 tools/Makefile: tools/Makefile.in Make.rules"
26123 ac_config_files="$ac_config_files tools/Makefile"
26125 ALL_MAKEFILES="$ALL_MAKEFILES \\
26126 tools/widl/Makefile"
26128 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26129 tools/widl/Makefile: tools/widl/Makefile.in Make.rules"
26130 ac_config_files="$ac_config_files tools/widl/Makefile"
26132 ALL_MAKEFILES="$ALL_MAKEFILES \\
26133 tools/winebuild/Makefile"
26135 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26136 tools/winebuild/Makefile: tools/winebuild/Makefile.in Make.rules"
26137 ac_config_files="$ac_config_files tools/winebuild/Makefile"
26139 ALL_MAKEFILES="$ALL_MAKEFILES \\
26140 tools/winedump/Makefile"
26142 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26143 tools/winedump/Makefile: tools/winedump/Makefile.in Make.rules"
26144 ac_config_files="$ac_config_files tools/winedump/Makefile"
26146 ALL_MAKEFILES="$ALL_MAKEFILES \\
26147 tools/winegcc/Makefile"
26149 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26150 tools/winegcc/Makefile: tools/winegcc/Makefile.in Make.rules"
26151 ac_config_files="$ac_config_files tools/winegcc/Makefile"
26153 ALL_MAKEFILES="$ALL_MAKEFILES \\
26154 tools/wmc/Makefile"
26156 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26157 tools/wmc/Makefile: tools/wmc/Makefile.in Make.rules"
26158 ac_config_files="$ac_config_files tools/wmc/Makefile"
26160 ALL_MAKEFILES="$ALL_MAKEFILES \\
26161 tools/wrc/Makefile"
26163 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26164 tools/wrc/Makefile: tools/wrc/Makefile.in Make.rules"
26165 ac_config_files="$ac_config_files tools/wrc/Makefile"
26168 if test "x$enable_tests" == "xno"
26169 then
26170 ALL_TEST_DIRS=""
26175 ALL_WINETEST_DEPENDS="# Test binaries"
26177 for dir in $ALL_TEST_DIRS
26179 if test "$dir" != "\\"
26180 then
26181 testname=`expr $dir : '\(.*\)/tests'`_test.exe
26182 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
26183 $testname: \$(DLLDIR)/$dir/$testname\$(DLLEXT)
26184 cp \$(DLLDIR)/$dir/$testname\$(DLLEXT) \$@ && \$(STRIP) \$@"
26186 done
26188 cat >confcache <<\_ACEOF
26189 # This file is a shell script that caches the results of configure
26190 # tests run on this system so they can be shared between configure
26191 # scripts and configure runs, see configure's option --config-cache.
26192 # It is not useful on other systems. If it contains results you don't
26193 # want to keep, you may remove or edit it.
26195 # config.status only pays attention to the cache file if you give it
26196 # the --recheck option to rerun configure.
26198 # `ac_cv_env_foo' variables (set or unset) will be overridden when
26199 # loading this file, other *unset* `ac_cv_foo' will be assigned the
26200 # following values.
26202 _ACEOF
26204 # The following way of writing the cache mishandles newlines in values,
26205 # but we know of no workaround that is simple, portable, and efficient.
26206 # So, we kill variables containing newlines.
26207 # Ultrix sh set writes to stderr and can't be redirected directly,
26208 # and sets the high bit in the cache file unless we assign to the vars.
26210 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
26211 eval ac_val=\$$ac_var
26212 case $ac_val in #(
26213 *${as_nl}*)
26214 case $ac_var in #(
26215 *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
26216 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
26217 esac
26218 case $ac_var in #(
26219 _ | IFS | as_nl) ;; #(
26220 *) $as_unset $ac_var ;;
26221 esac ;;
26222 esac
26223 done
26225 (set) 2>&1 |
26226 case $as_nl`(ac_space=' '; set) 2>&1` in #(
26227 *${as_nl}ac_space=\ *)
26228 # `set' does not quote correctly, so add quotes (double-quote
26229 # substitution turns \\\\ into \\, and sed turns \\ into \).
26230 sed -n \
26231 "s/'/'\\\\''/g;
26232 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
26233 ;; #(
26235 # `set' quotes correctly as required by POSIX, so do not add quotes.
26236 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
26238 esac |
26239 sort
26241 sed '
26242 /^ac_cv_env_/b end
26243 t clear
26244 :clear
26245 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
26246 t end
26247 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
26248 :end' >>confcache
26249 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
26250 if test -w "$cache_file"; then
26251 test "x$cache_file" != "x/dev/null" &&
26252 { echo "$as_me:$LINENO: updating cache $cache_file" >&5
26253 echo "$as_me: updating cache $cache_file" >&6;}
26254 cat confcache >$cache_file
26255 else
26256 { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
26257 echo "$as_me: not updating unwritable cache $cache_file" >&6;}
26260 rm -f confcache
26262 test "x$prefix" = xNONE && prefix=$ac_default_prefix
26263 # Let make expand exec_prefix.
26264 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
26266 DEFS=-DHAVE_CONFIG_H
26268 ac_libobjs=
26269 ac_ltlibobjs=
26270 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
26271 # 1. Remove the extension, and $U if already installed.
26272 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
26273 ac_i=`echo "$ac_i" | sed "$ac_script"`
26274 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
26275 # will be set to the directory where LIBOBJS objects are built.
26276 ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
26277 ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo'
26278 done
26279 LIBOBJS=$ac_libobjs
26281 LTLIBOBJS=$ac_ltlibobjs
26285 : ${CONFIG_STATUS=./config.status}
26286 ac_clean_files_save=$ac_clean_files
26287 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
26288 { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
26289 echo "$as_me: creating $CONFIG_STATUS" >&6;}
26290 cat >$CONFIG_STATUS <<_ACEOF
26291 #! $SHELL
26292 # Generated by $as_me.
26293 # Run this file to recreate the current configuration.
26294 # Compiler output produced by configure, useful for debugging
26295 # configure, is in config.log if it exists.
26297 debug=false
26298 ac_cs_recheck=false
26299 ac_cs_silent=false
26300 SHELL=\${CONFIG_SHELL-$SHELL}
26301 _ACEOF
26303 cat >>$CONFIG_STATUS <<\_ACEOF
26304 ## --------------------- ##
26305 ## M4sh Initialization. ##
26306 ## --------------------- ##
26308 # Be more Bourne compatible
26309 DUALCASE=1; export DUALCASE # for MKS sh
26310 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
26311 emulate sh
26312 NULLCMD=:
26313 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
26314 # is contrary to our usage. Disable this feature.
26315 alias -g '${1+"$@"}'='"$@"'
26316 setopt NO_GLOB_SUBST
26317 else
26318 case `(set -o) 2>/dev/null` in
26319 *posix*) set -o posix ;;
26320 esac
26327 # PATH needs CR
26328 # Avoid depending upon Character Ranges.
26329 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
26330 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
26331 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
26332 as_cr_digits='0123456789'
26333 as_cr_alnum=$as_cr_Letters$as_cr_digits
26335 # The user is always right.
26336 if test "${PATH_SEPARATOR+set}" != set; then
26337 echo "#! /bin/sh" >conf$$.sh
26338 echo "exit 0" >>conf$$.sh
26339 chmod +x conf$$.sh
26340 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
26341 PATH_SEPARATOR=';'
26342 else
26343 PATH_SEPARATOR=:
26345 rm -f conf$$.sh
26348 # Support unset when possible.
26349 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
26350 as_unset=unset
26351 else
26352 as_unset=false
26356 # IFS
26357 # We need space, tab and new line, in precisely that order. Quoting is
26358 # there to prevent editors from complaining about space-tab.
26359 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
26360 # splitting by setting IFS to empty value.)
26361 as_nl='
26363 IFS=" "" $as_nl"
26365 # Find who we are. Look in the path if we contain no directory separator.
26366 case $0 in
26367 *[\\/]* ) as_myself=$0 ;;
26368 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
26369 for as_dir in $PATH
26371 IFS=$as_save_IFS
26372 test -z "$as_dir" && as_dir=.
26373 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
26374 done
26375 IFS=$as_save_IFS
26378 esac
26379 # We did not find ourselves, most probably we were run as `sh COMMAND'
26380 # in which case we are not to be found in the path.
26381 if test "x$as_myself" = x; then
26382 as_myself=$0
26384 if test ! -f "$as_myself"; then
26385 echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
26386 { (exit 1); exit 1; }
26389 # Work around bugs in pre-3.0 UWIN ksh.
26390 for as_var in ENV MAIL MAILPATH
26391 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
26392 done
26393 PS1='$ '
26394 PS2='> '
26395 PS4='+ '
26397 # NLS nuisances.
26398 for as_var in \
26399 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
26400 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
26401 LC_TELEPHONE LC_TIME
26403 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
26404 eval $as_var=C; export $as_var
26405 else
26406 ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
26408 done
26410 # Required to use basename.
26411 if expr a : '\(a\)' >/dev/null 2>&1 &&
26412 test "X`expr 00001 : '.*\(...\)'`" = X001; then
26413 as_expr=expr
26414 else
26415 as_expr=false
26418 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
26419 as_basename=basename
26420 else
26421 as_basename=false
26425 # Name of the executable.
26426 as_me=`$as_basename -- "$0" ||
26427 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
26428 X"$0" : 'X\(//\)$' \| \
26429 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
26430 echo X/"$0" |
26431 sed '/^.*\/\([^/][^/]*\)\/*$/{
26432 s//\1/
26435 /^X\/\(\/\/\)$/{
26436 s//\1/
26439 /^X\/\(\/\).*/{
26440 s//\1/
26443 s/.*/./; q'`
26445 # CDPATH.
26446 $as_unset CDPATH
26450 as_lineno_1=$LINENO
26451 as_lineno_2=$LINENO
26452 test "x$as_lineno_1" != "x$as_lineno_2" &&
26453 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
26455 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
26456 # uniformly replaced by the line number. The first 'sed' inserts a
26457 # line-number line after each line using $LINENO; the second 'sed'
26458 # does the real work. The second script uses 'N' to pair each
26459 # line-number line with the line containing $LINENO, and appends
26460 # trailing '-' during substitution so that $LINENO is not a special
26461 # case at line end.
26462 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
26463 # scripts with optimization help from Paolo Bonzini. Blame Lee
26464 # E. McMahon (1931-1989) for sed's syntax. :-)
26465 sed -n '
26467 /[$]LINENO/=
26468 ' <$as_myself |
26469 sed '
26470 s/[$]LINENO.*/&-/
26471 t lineno
26473 :lineno
26475 :loop
26476 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
26477 t loop
26478 s/-\n.*//
26479 ' >$as_me.lineno &&
26480 chmod +x "$as_me.lineno" ||
26481 { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
26482 { (exit 1); exit 1; }; }
26484 # Don't try to exec as it changes $[0], causing all sort of problems
26485 # (the dirname of $[0] is not the place where we might find the
26486 # original and so on. Autoconf is especially sensitive to this).
26487 . "./$as_me.lineno"
26488 # Exit status is that of the last command.
26489 exit
26493 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
26494 as_dirname=dirname
26495 else
26496 as_dirname=false
26499 ECHO_C= ECHO_N= ECHO_T=
26500 case `echo -n x` in
26501 -n*)
26502 case `echo 'x\c'` in
26503 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
26504 *) ECHO_C='\c';;
26505 esac;;
26507 ECHO_N='-n';;
26508 esac
26510 if expr a : '\(a\)' >/dev/null 2>&1 &&
26511 test "X`expr 00001 : '.*\(...\)'`" = X001; then
26512 as_expr=expr
26513 else
26514 as_expr=false
26517 rm -f conf$$ conf$$.exe conf$$.file
26518 if test -d conf$$.dir; then
26519 rm -f conf$$.dir/conf$$.file
26520 else
26521 rm -f conf$$.dir
26522 mkdir conf$$.dir
26524 echo >conf$$.file
26525 if ln -s conf$$.file conf$$ 2>/dev/null; then
26526 as_ln_s='ln -s'
26527 # ... but there are two gotchas:
26528 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
26529 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
26530 # In both cases, we have to default to `cp -p'.
26531 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
26532 as_ln_s='cp -p'
26533 elif ln conf$$.file conf$$ 2>/dev/null; then
26534 as_ln_s=ln
26535 else
26536 as_ln_s='cp -p'
26538 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
26539 rmdir conf$$.dir 2>/dev/null
26541 if mkdir -p . 2>/dev/null; then
26542 as_mkdir_p=:
26543 else
26544 test -d ./-p && rmdir ./-p
26545 as_mkdir_p=false
26548 if test -x / >/dev/null 2>&1; then
26549 as_test_x='test -x'
26550 else
26551 if ls -dL / >/dev/null 2>&1; then
26552 as_ls_L_option=L
26553 else
26554 as_ls_L_option=
26556 as_test_x='
26557 eval sh -c '\''
26558 if test -d "$1"; then
26559 test -d "$1/.";
26560 else
26561 case $1 in
26562 -*)set "./$1";;
26563 esac;
26564 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
26565 ???[sx]*):;;*)false;;esac;fi
26566 '\'' sh
26569 as_executable_p=$as_test_x
26571 # Sed expression to map a string onto a valid CPP name.
26572 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
26574 # Sed expression to map a string onto a valid variable name.
26575 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
26578 exec 6>&1
26580 # Save the log message, to keep $[0] and so on meaningful, and to
26581 # report actual input values of CONFIG_FILES etc. instead of their
26582 # values after options handling.
26583 ac_log="
26584 This file was extended by Wine $as_me 1.1.8, which was
26585 generated by GNU Autoconf 2.61. Invocation command line was
26587 CONFIG_FILES = $CONFIG_FILES
26588 CONFIG_HEADERS = $CONFIG_HEADERS
26589 CONFIG_LINKS = $CONFIG_LINKS
26590 CONFIG_COMMANDS = $CONFIG_COMMANDS
26591 $ $0 $@
26593 on `(hostname || uname -n) 2>/dev/null | sed 1q`
26596 _ACEOF
26598 cat >>$CONFIG_STATUS <<_ACEOF
26599 # Files that config.status was made for.
26600 config_files="$ac_config_files"
26601 config_headers="$ac_config_headers"
26602 config_commands="$ac_config_commands"
26604 _ACEOF
26606 cat >>$CONFIG_STATUS <<\_ACEOF
26607 ac_cs_usage="\
26608 \`$as_me' instantiates files from templates according to the
26609 current configuration.
26611 Usage: $0 [OPTIONS] [FILE]...
26613 -h, --help print this help, then exit
26614 -V, --version print version number and configuration settings, then exit
26615 -q, --quiet do not print progress messages
26616 -d, --debug don't remove temporary files
26617 --recheck update $as_me by reconfiguring in the same conditions
26618 --file=FILE[:TEMPLATE]
26619 instantiate the configuration file FILE
26620 --header=FILE[:TEMPLATE]
26621 instantiate the configuration header FILE
26623 Configuration files:
26624 $config_files
26626 Configuration headers:
26627 $config_headers
26629 Configuration commands:
26630 $config_commands
26632 Report bugs to <bug-autoconf@gnu.org>."
26634 _ACEOF
26635 cat >>$CONFIG_STATUS <<_ACEOF
26636 ac_cs_version="\\
26637 Wine config.status 1.1.8
26638 configured by $0, generated by GNU Autoconf 2.61,
26639 with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
26641 Copyright (C) 2006 Free Software Foundation, Inc.
26642 This config.status script is free software; the Free Software Foundation
26643 gives unlimited permission to copy, distribute and modify it."
26645 ac_pwd='$ac_pwd'
26646 srcdir='$srcdir'
26647 INSTALL='$INSTALL'
26648 _ACEOF
26650 cat >>$CONFIG_STATUS <<\_ACEOF
26651 # If no file are specified by the user, then we need to provide default
26652 # value. By we need to know if files were specified by the user.
26653 ac_need_defaults=:
26654 while test $# != 0
26656 case $1 in
26657 --*=*)
26658 ac_option=`expr "X$1" : 'X\([^=]*\)='`
26659 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
26660 ac_shift=:
26663 ac_option=$1
26664 ac_optarg=$2
26665 ac_shift=shift
26667 esac
26669 case $ac_option in
26670 # Handling of the options.
26671 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
26672 ac_cs_recheck=: ;;
26673 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
26674 echo "$ac_cs_version"; exit ;;
26675 --debug | --debu | --deb | --de | --d | -d )
26676 debug=: ;;
26677 --file | --fil | --fi | --f )
26678 $ac_shift
26679 CONFIG_FILES="$CONFIG_FILES $ac_optarg"
26680 ac_need_defaults=false;;
26681 --header | --heade | --head | --hea )
26682 $ac_shift
26683 CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
26684 ac_need_defaults=false;;
26685 --he | --h)
26686 # Conflict between --help and --header
26687 { echo "$as_me: error: ambiguous option: $1
26688 Try \`$0 --help' for more information." >&2
26689 { (exit 1); exit 1; }; };;
26690 --help | --hel | -h )
26691 echo "$ac_cs_usage"; exit ;;
26692 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
26693 | -silent | --silent | --silen | --sile | --sil | --si | --s)
26694 ac_cs_silent=: ;;
26696 # This is an error.
26697 -*) { echo "$as_me: error: unrecognized option: $1
26698 Try \`$0 --help' for more information." >&2
26699 { (exit 1); exit 1; }; } ;;
26701 *) ac_config_targets="$ac_config_targets $1"
26702 ac_need_defaults=false ;;
26704 esac
26705 shift
26706 done
26708 ac_configure_extra_args=
26710 if $ac_cs_silent; then
26711 exec 6>/dev/null
26712 ac_configure_extra_args="$ac_configure_extra_args --silent"
26715 _ACEOF
26716 cat >>$CONFIG_STATUS <<_ACEOF
26717 if \$ac_cs_recheck; then
26718 echo "running CONFIG_SHELL=$SHELL $SHELL $0 "$ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
26719 CONFIG_SHELL=$SHELL
26720 export CONFIG_SHELL
26721 exec $SHELL "$0"$ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
26724 _ACEOF
26725 cat >>$CONFIG_STATUS <<\_ACEOF
26726 exec 5>>config.log
26728 echo
26729 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
26730 ## Running $as_me. ##
26731 _ASBOX
26732 echo "$ac_log"
26733 } >&5
26735 _ACEOF
26736 cat >>$CONFIG_STATUS <<_ACEOF
26737 _ACEOF
26739 cat >>$CONFIG_STATUS <<\_ACEOF
26741 # Handling of arguments.
26742 for ac_config_target in $ac_config_targets
26744 case $ac_config_target in
26745 "include/config.h") CONFIG_HEADERS="$CONFIG_HEADERS include/config.h" ;;
26746 "include/stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS include/stamp-h" ;;
26747 "dlls/gdi32/enhmfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/enhmfdrv" ;;
26748 "dlls/gdi32/mfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/mfdrv" ;;
26749 "dlls/kernel32/nls") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/kernel32/nls" ;;
26750 "dlls/user32/resources") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/user32/resources" ;;
26751 "dlls/wineps.drv/data") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/wineps.drv/data" ;;
26752 "include/wine") CONFIG_COMMANDS="$CONFIG_COMMANDS include/wine" ;;
26753 "Make.rules") CONFIG_FILES="$CONFIG_FILES Make.rules" ;;
26754 "dlls/Makedll.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makedll.rules" ;;
26755 "dlls/Makeimplib.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makeimplib.rules" ;;
26756 "dlls/Maketest.rules") CONFIG_FILES="$CONFIG_FILES dlls/Maketest.rules" ;;
26757 "programs/Makeprog.rules") CONFIG_FILES="$CONFIG_FILES programs/Makeprog.rules" ;;
26758 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
26759 "dlls/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/Makefile" ;;
26760 "dlls/acledit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/acledit/Makefile" ;;
26761 "dlls/activeds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/activeds/Makefile" ;;
26762 "dlls/actxprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/actxprxy/Makefile" ;;
26763 "dlls/adsiid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/adsiid/Makefile" ;;
26764 "dlls/advapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/Makefile" ;;
26765 "dlls/advapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/tests/Makefile" ;;
26766 "dlls/advpack/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/Makefile" ;;
26767 "dlls/advpack/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/tests/Makefile" ;;
26768 "dlls/amstream/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/amstream/Makefile" ;;
26769 "dlls/appwiz.cpl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/appwiz.cpl/Makefile" ;;
26770 "dlls/atl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/atl/Makefile" ;;
26771 "dlls/avicap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avicap32/Makefile" ;;
26772 "dlls/avifil32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avifil32/Makefile" ;;
26773 "dlls/browseui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/Makefile" ;;
26774 "dlls/browseui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/tests/Makefile" ;;
26775 "dlls/cabinet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/Makefile" ;;
26776 "dlls/cabinet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/tests/Makefile" ;;
26777 "dlls/capi2032/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/capi2032/Makefile" ;;
26778 "dlls/cards/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cards/Makefile" ;;
26779 "dlls/cfgmgr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cfgmgr32/Makefile" ;;
26780 "dlls/clusapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/clusapi/Makefile" ;;
26781 "dlls/comcat/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/Makefile" ;;
26782 "dlls/comcat/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/tests/Makefile" ;;
26783 "dlls/comctl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/Makefile" ;;
26784 "dlls/comctl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/tests/Makefile" ;;
26785 "dlls/comdlg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/Makefile" ;;
26786 "dlls/comdlg32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/tests/Makefile" ;;
26787 "dlls/compstui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/compstui/Makefile" ;;
26788 "dlls/credui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/Makefile" ;;
26789 "dlls/credui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/tests/Makefile" ;;
26790 "dlls/crtdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crtdll/Makefile" ;;
26791 "dlls/crypt32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/Makefile" ;;
26792 "dlls/crypt32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/tests/Makefile" ;;
26793 "dlls/cryptdlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdlg/Makefile" ;;
26794 "dlls/cryptdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdll/Makefile" ;;
26795 "dlls/cryptnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/Makefile" ;;
26796 "dlls/cryptnet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/tests/Makefile" ;;
26797 "dlls/cryptui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/Makefile" ;;
26798 "dlls/cryptui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/tests/Makefile" ;;
26799 "dlls/ctapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctapi32/Makefile" ;;
26800 "dlls/ctl3d32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3d32/Makefile" ;;
26801 "dlls/d3d10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/Makefile" ;;
26802 "dlls/d3d10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/tests/Makefile" ;;
26803 "dlls/d3d10core/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10core/Makefile" ;;
26804 "dlls/d3d8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/Makefile" ;;
26805 "dlls/d3d8/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/tests/Makefile" ;;
26806 "dlls/d3d9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/Makefile" ;;
26807 "dlls/d3d9/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/tests/Makefile" ;;
26808 "dlls/d3dim/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dim/Makefile" ;;
26809 "dlls/d3drm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/Makefile" ;;
26810 "dlls/d3drm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/tests/Makefile" ;;
26811 "dlls/d3dx8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx8/Makefile" ;;
26812 "dlls/d3dx8/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx8/tests/Makefile" ;;
26813 "dlls/d3dx9_24/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_24/Makefile" ;;
26814 "dlls/d3dx9_25/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_25/Makefile" ;;
26815 "dlls/d3dx9_26/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_26/Makefile" ;;
26816 "dlls/d3dx9_27/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_27/Makefile" ;;
26817 "dlls/d3dx9_28/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_28/Makefile" ;;
26818 "dlls/d3dx9_29/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_29/Makefile" ;;
26819 "dlls/d3dx9_30/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_30/Makefile" ;;
26820 "dlls/d3dx9_31/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_31/Makefile" ;;
26821 "dlls/d3dx9_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_32/Makefile" ;;
26822 "dlls/d3dx9_33/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_33/Makefile" ;;
26823 "dlls/d3dx9_34/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_34/Makefile" ;;
26824 "dlls/d3dx9_35/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_35/Makefile" ;;
26825 "dlls/d3dx9_36/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/Makefile" ;;
26826 "dlls/d3dx9_36/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/tests/Makefile" ;;
26827 "dlls/d3dx9_37/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_37/Makefile" ;;
26828 "dlls/d3dxof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/Makefile" ;;
26829 "dlls/d3dxof/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/tests/Makefile" ;;
26830 "dlls/dbghelp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dbghelp/Makefile" ;;
26831 "dlls/dciman32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dciman32/Makefile" ;;
26832 "dlls/ddraw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/Makefile" ;;
26833 "dlls/ddraw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/tests/Makefile" ;;
26834 "dlls/ddrawex/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddrawex/Makefile" ;;
26835 "dlls/devenum/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/devenum/Makefile" ;;
26836 "dlls/dinput/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/Makefile" ;;
26837 "dlls/dinput/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/tests/Makefile" ;;
26838 "dlls/dinput8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput8/Makefile" ;;
26839 "dlls/dmband/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmband/Makefile" ;;
26840 "dlls/dmcompos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmcompos/Makefile" ;;
26841 "dlls/dmime/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmime/Makefile" ;;
26842 "dlls/dmloader/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmloader/Makefile" ;;
26843 "dlls/dmscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmscript/Makefile" ;;
26844 "dlls/dmstyle/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmstyle/Makefile" ;;
26845 "dlls/dmsynth/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmsynth/Makefile" ;;
26846 "dlls/dmusic/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic/Makefile" ;;
26847 "dlls/dmusic32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic32/Makefile" ;;
26848 "dlls/dnsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/Makefile" ;;
26849 "dlls/dnsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/tests/Makefile" ;;
26850 "dlls/dplay/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplay/Makefile" ;;
26851 "dlls/dplayx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/Makefile" ;;
26852 "dlls/dplayx/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/tests/Makefile" ;;
26853 "dlls/dpnaddr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnaddr/Makefile" ;;
26854 "dlls/dpnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnet/Makefile" ;;
26855 "dlls/dpnhpast/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnhpast/Makefile" ;;
26856 "dlls/dpnlobby/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnlobby/Makefile" ;;
26857 "dlls/dpwsockx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpwsockx/Makefile" ;;
26858 "dlls/dsound/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/Makefile" ;;
26859 "dlls/dsound/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/tests/Makefile" ;;
26860 "dlls/dssenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dssenh/Makefile" ;;
26861 "dlls/dswave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dswave/Makefile" ;;
26862 "dlls/dwmapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dwmapi/Makefile" ;;
26863 "dlls/dxdiagn/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxdiagn/Makefile" ;;
26864 "dlls/dxerr8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr8/Makefile" ;;
26865 "dlls/dxerr9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr9/Makefile" ;;
26866 "dlls/dxgi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxgi/Makefile" ;;
26867 "dlls/dxguid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxguid/Makefile" ;;
26868 "dlls/faultrep/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/faultrep/Makefile" ;;
26869 "dlls/fusion/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/Makefile" ;;
26870 "dlls/fusion/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/tests/Makefile" ;;
26871 "dlls/gdi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/Makefile" ;;
26872 "dlls/gdi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/tests/Makefile" ;;
26873 "dlls/gdiplus/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/Makefile" ;;
26874 "dlls/gdiplus/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/tests/Makefile" ;;
26875 "dlls/glu32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/glu32/Makefile" ;;
26876 "dlls/gphoto2.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gphoto2.ds/Makefile" ;;
26877 "dlls/gpkcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gpkcsp/Makefile" ;;
26878 "dlls/hal/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hal/Makefile" ;;
26879 "dlls/hhctrl.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hhctrl.ocx/Makefile" ;;
26880 "dlls/hid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hid/Makefile" ;;
26881 "dlls/hlink/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/Makefile" ;;
26882 "dlls/hlink/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/tests/Makefile" ;;
26883 "dlls/hnetcfg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hnetcfg/Makefile" ;;
26884 "dlls/iccvid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iccvid/Makefile" ;;
26885 "dlls/icmp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/icmp/Makefile" ;;
26886 "dlls/ifsmgr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ifsmgr.vxd/Makefile" ;;
26887 "dlls/imaadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imaadp32.acm/Makefile" ;;
26888 "dlls/imagehlp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imagehlp/Makefile" ;;
26889 "dlls/imm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/Makefile" ;;
26890 "dlls/imm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/tests/Makefile" ;;
26891 "dlls/inetcomm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/Makefile" ;;
26892 "dlls/inetcomm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/tests/Makefile" ;;
26893 "dlls/inetmib1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/Makefile" ;;
26894 "dlls/inetmib1/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/tests/Makefile" ;;
26895 "dlls/infosoft/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/Makefile" ;;
26896 "dlls/infosoft/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/tests/Makefile" ;;
26897 "dlls/initpki/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/initpki/Makefile" ;;
26898 "dlls/inkobj/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inkobj/Makefile" ;;
26899 "dlls/inseng/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inseng/Makefile" ;;
26900 "dlls/iphlpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/Makefile" ;;
26901 "dlls/iphlpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/tests/Makefile" ;;
26902 "dlls/itircl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itircl/Makefile" ;;
26903 "dlls/itss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/Makefile" ;;
26904 "dlls/itss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/tests/Makefile" ;;
26905 "dlls/jscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/Makefile" ;;
26906 "dlls/jscript/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/tests/Makefile" ;;
26907 "dlls/kernel32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/Makefile" ;;
26908 "dlls/kernel32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/tests/Makefile" ;;
26909 "dlls/localspl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/Makefile" ;;
26910 "dlls/localspl/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/tests/Makefile" ;;
26911 "dlls/localui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/Makefile" ;;
26912 "dlls/localui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/tests/Makefile" ;;
26913 "dlls/lz32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/Makefile" ;;
26914 "dlls/lz32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/tests/Makefile" ;;
26915 "dlls/mapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/Makefile" ;;
26916 "dlls/mapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/tests/Makefile" ;;
26917 "dlls/mciavi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciavi32/Makefile" ;;
26918 "dlls/mcicda/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mcicda/Makefile" ;;
26919 "dlls/mciseq/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciseq/Makefile" ;;
26920 "dlls/mciwave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciwave/Makefile" ;;
26921 "dlls/midimap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/midimap/Makefile" ;;
26922 "dlls/mlang/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/Makefile" ;;
26923 "dlls/mlang/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/tests/Makefile" ;;
26924 "dlls/mmdevldr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mmdevldr.vxd/Makefile" ;;
26925 "dlls/monodebg.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/monodebg.vxd/Makefile" ;;
26926 "dlls/mountmgr.sys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mountmgr.sys/Makefile" ;;
26927 "dlls/mpr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mpr/Makefile" ;;
26928 "dlls/mprapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mprapi/Makefile" ;;
26929 "dlls/msacm32.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32.drv/Makefile" ;;
26930 "dlls/msacm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/Makefile" ;;
26931 "dlls/msacm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/tests/Makefile" ;;
26932 "dlls/msadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msadp32.acm/Makefile" ;;
26933 "dlls/mscat32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscat32/Makefile" ;;
26934 "dlls/mscms/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/Makefile" ;;
26935 "dlls/mscms/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/tests/Makefile" ;;
26936 "dlls/mscoree/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscoree/Makefile" ;;
26937 "dlls/msdmo/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msdmo/Makefile" ;;
26938 "dlls/msftedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msftedit/Makefile" ;;
26939 "dlls/msg711.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msg711.acm/Makefile" ;;
26940 "dlls/mshtml.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml.tlb/Makefile" ;;
26941 "dlls/mshtml/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/Makefile" ;;
26942 "dlls/mshtml/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/tests/Makefile" ;;
26943 "dlls/msi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/Makefile" ;;
26944 "dlls/msi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/tests/Makefile" ;;
26945 "dlls/msimg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimg32/Makefile" ;;
26946 "dlls/msimtf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimtf/Makefile" ;;
26947 "dlls/msisip/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisip/Makefile" ;;
26948 "dlls/msisys.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisys.ocx/Makefile" ;;
26949 "dlls/msnet32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msnet32/Makefile" ;;
26950 "dlls/msrle32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msrle32/Makefile" ;;
26951 "dlls/mssip32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mssip32/Makefile" ;;
26952 "dlls/mstask/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/Makefile" ;;
26953 "dlls/mstask/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/tests/Makefile" ;;
26954 "dlls/msvcirt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcirt/Makefile" ;;
26955 "dlls/msvcr71/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcr71/Makefile" ;;
26956 "dlls/msvcrt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/Makefile" ;;
26957 "dlls/msvcrt/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/tests/Makefile" ;;
26958 "dlls/msvcrt20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt20/Makefile" ;;
26959 "dlls/msvcrt40/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt40/Makefile" ;;
26960 "dlls/msvcrtd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/Makefile" ;;
26961 "dlls/msvcrtd/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/tests/Makefile" ;;
26962 "dlls/msvfw32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvfw32/Makefile" ;;
26963 "dlls/msvidc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvidc32/Makefile" ;;
26964 "dlls/mswsock/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mswsock/Makefile" ;;
26965 "dlls/msxml3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/Makefile" ;;
26966 "dlls/msxml3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/tests/Makefile" ;;
26967 "dlls/nddeapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/nddeapi/Makefile" ;;
26968 "dlls/netapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/Makefile" ;;
26969 "dlls/netapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/tests/Makefile" ;;
26970 "dlls/newdev/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/newdev/Makefile" ;;
26971 "dlls/ntdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/Makefile" ;;
26972 "dlls/ntdll/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/tests/Makefile" ;;
26973 "dlls/ntdsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/Makefile" ;;
26974 "dlls/ntdsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/tests/Makefile" ;;
26975 "dlls/ntoskrnl.exe/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntoskrnl.exe/Makefile" ;;
26976 "dlls/ntprint/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/Makefile" ;;
26977 "dlls/ntprint/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/tests/Makefile" ;;
26978 "dlls/objsel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/objsel/Makefile" ;;
26979 "dlls/odbc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbc32/Makefile" ;;
26980 "dlls/odbccp32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/Makefile" ;;
26981 "dlls/odbccp32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/tests/Makefile" ;;
26982 "dlls/ole32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/Makefile" ;;
26983 "dlls/ole32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/tests/Makefile" ;;
26984 "dlls/oleacc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/Makefile" ;;
26985 "dlls/oleacc/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/tests/Makefile" ;;
26986 "dlls/oleaut32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/Makefile" ;;
26987 "dlls/oleaut32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/tests/Makefile" ;;
26988 "dlls/olecli32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olecli32/Makefile" ;;
26989 "dlls/oledlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oledlg/Makefile" ;;
26990 "dlls/olepro32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olepro32/Makefile" ;;
26991 "dlls/olesvr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olesvr32/Makefile" ;;
26992 "dlls/olethk32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olethk32/Makefile" ;;
26993 "dlls/opengl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/Makefile" ;;
26994 "dlls/opengl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/tests/Makefile" ;;
26995 "dlls/pdh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/Makefile" ;;
26996 "dlls/pdh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/tests/Makefile" ;;
26997 "dlls/powrprof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/powrprof/Makefile" ;;
26998 "dlls/printui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/printui/Makefile" ;;
26999 "dlls/propsys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/propsys/Makefile" ;;
27000 "dlls/psapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/Makefile" ;;
27001 "dlls/psapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/tests/Makefile" ;;
27002 "dlls/pstorec/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pstorec/Makefile" ;;
27003 "dlls/qcap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qcap/Makefile" ;;
27004 "dlls/qedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/Makefile" ;;
27005 "dlls/qedit/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/tests/Makefile" ;;
27006 "dlls/qmgr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/Makefile" ;;
27007 "dlls/qmgr/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/tests/Makefile" ;;
27008 "dlls/qmgrprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgrprxy/Makefile" ;;
27009 "dlls/quartz/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/Makefile" ;;
27010 "dlls/quartz/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/tests/Makefile" ;;
27011 "dlls/query/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/query/Makefile" ;;
27012 "dlls/rasapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/Makefile" ;;
27013 "dlls/rasapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/tests/Makefile" ;;
27014 "dlls/resutils/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/resutils/Makefile" ;;
27015 "dlls/riched20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/Makefile" ;;
27016 "dlls/riched20/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/tests/Makefile" ;;
27017 "dlls/riched32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/Makefile" ;;
27018 "dlls/riched32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/tests/Makefile" ;;
27019 "dlls/rpcrt4/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/Makefile" ;;
27020 "dlls/rpcrt4/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/tests/Makefile" ;;
27021 "dlls/rsabase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsabase/Makefile" ;;
27022 "dlls/rsaenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/Makefile" ;;
27023 "dlls/rsaenh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/tests/Makefile" ;;
27024 "dlls/sane.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sane.ds/Makefile" ;;
27025 "dlls/sccbase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sccbase/Makefile" ;;
27026 "dlls/schannel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/Makefile" ;;
27027 "dlls/schannel/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/tests/Makefile" ;;
27028 "dlls/secur32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/Makefile" ;;
27029 "dlls/secur32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/tests/Makefile" ;;
27030 "dlls/security/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/security/Makefile" ;;
27031 "dlls/sensapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sensapi/Makefile" ;;
27032 "dlls/serialui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/Makefile" ;;
27033 "dlls/serialui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/tests/Makefile" ;;
27034 "dlls/setupapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/Makefile" ;;
27035 "dlls/setupapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/tests/Makefile" ;;
27036 "dlls/sfc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc/Makefile" ;;
27037 "dlls/sfc_os/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc_os/Makefile" ;;
27038 "dlls/shdoclc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdoclc/Makefile" ;;
27039 "dlls/shdocvw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/Makefile" ;;
27040 "dlls/shdocvw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/tests/Makefile" ;;
27041 "dlls/shell32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/Makefile" ;;
27042 "dlls/shell32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/tests/Makefile" ;;
27043 "dlls/shfolder/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shfolder/Makefile" ;;
27044 "dlls/shlwapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/Makefile" ;;
27045 "dlls/shlwapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/tests/Makefile" ;;
27046 "dlls/slbcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slbcsp/Makefile" ;;
27047 "dlls/slc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slc/Makefile" ;;
27048 "dlls/snmpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/Makefile" ;;
27049 "dlls/snmpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/tests/Makefile" ;;
27050 "dlls/softpub/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/softpub/Makefile" ;;
27051 "dlls/spoolss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/Makefile" ;;
27052 "dlls/spoolss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/tests/Makefile" ;;
27053 "dlls/stdole2.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole2.tlb/Makefile" ;;
27054 "dlls/stdole32.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole32.tlb/Makefile" ;;
27055 "dlls/sti/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sti/Makefile" ;;
27056 "dlls/strmiids/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/strmiids/Makefile" ;;
27057 "dlls/svrapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/svrapi/Makefile" ;;
27058 "dlls/sxs/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sxs/Makefile" ;;
27059 "dlls/tapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/tapi32/Makefile" ;;
27060 "dlls/twain_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain_32/Makefile" ;;
27061 "dlls/unicows/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/unicows/Makefile" ;;
27062 "dlls/url/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/url/Makefile" ;;
27063 "dlls/urlmon/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/Makefile" ;;
27064 "dlls/urlmon/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/tests/Makefile" ;;
27065 "dlls/user32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/Makefile" ;;
27066 "dlls/user32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/tests/Makefile" ;;
27067 "dlls/userenv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/Makefile" ;;
27068 "dlls/userenv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/tests/Makefile" ;;
27069 "dlls/usp10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/Makefile" ;;
27070 "dlls/usp10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/tests/Makefile" ;;
27071 "dlls/uuid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uuid/Makefile" ;;
27072 "dlls/uxtheme/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/Makefile" ;;
27073 "dlls/uxtheme/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/tests/Makefile" ;;
27074 "dlls/vdhcp.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdhcp.vxd/Makefile" ;;
27075 "dlls/vdmdbg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdmdbg/Makefile" ;;
27076 "dlls/version/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/Makefile" ;;
27077 "dlls/version/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/tests/Makefile" ;;
27078 "dlls/vmm.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vmm.vxd/Makefile" ;;
27079 "dlls/vnbt.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnbt.vxd/Makefile" ;;
27080 "dlls/vnetbios.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnetbios.vxd/Makefile" ;;
27081 "dlls/vtdapi.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vtdapi.vxd/Makefile" ;;
27082 "dlls/vwin32.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vwin32.vxd/Makefile" ;;
27083 "dlls/w32skrnl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/w32skrnl/Makefile" ;;
27084 "dlls/winealsa.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winealsa.drv/Makefile" ;;
27085 "dlls/wineaudioio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineaudioio.drv/Makefile" ;;
27086 "dlls/winecoreaudio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecoreaudio.drv/Makefile" ;;
27087 "dlls/winecrt0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecrt0/Makefile" ;;
27088 "dlls/wined3d/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wined3d/Makefile" ;;
27089 "dlls/winedos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winedos/Makefile" ;;
27090 "dlls/wineesd.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineesd.drv/Makefile" ;;
27091 "dlls/winejack.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejack.drv/Makefile" ;;
27092 "dlls/winejoystick.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejoystick.drv/Makefile" ;;
27093 "dlls/winemp3.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winemp3.acm/Makefile" ;;
27094 "dlls/winenas.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winenas.drv/Makefile" ;;
27095 "dlls/wineoss.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineoss.drv/Makefile" ;;
27096 "dlls/wineps.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineps.drv/Makefile" ;;
27097 "dlls/winepulse.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winepulse.drv/Makefile" ;;
27098 "dlls/winequartz.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winequartz.drv/Makefile" ;;
27099 "dlls/winex11.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winex11.drv/Makefile" ;;
27100 "dlls/wing32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wing32/Makefile" ;;
27101 "dlls/winhttp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/Makefile" ;;
27102 "dlls/winhttp/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/tests/Makefile" ;;
27103 "dlls/wininet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/Makefile" ;;
27104 "dlls/wininet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/tests/Makefile" ;;
27105 "dlls/winmm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/Makefile" ;;
27106 "dlls/winmm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/tests/Makefile" ;;
27107 "dlls/winnls32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winnls32/Makefile" ;;
27108 "dlls/winscard/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winscard/Makefile" ;;
27109 "dlls/winspool.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/Makefile" ;;
27110 "dlls/winspool.drv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/tests/Makefile" ;;
27111 "dlls/wintab32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab32/Makefile" ;;
27112 "dlls/wintrust/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/Makefile" ;;
27113 "dlls/wintrust/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/tests/Makefile" ;;
27114 "dlls/wldap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/Makefile" ;;
27115 "dlls/wldap32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/tests/Makefile" ;;
27116 "dlls/wmi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wmi/Makefile" ;;
27117 "dlls/wnaspi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wnaspi32/Makefile" ;;
27118 "dlls/wow32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wow32/Makefile" ;;
27119 "dlls/ws2_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/Makefile" ;;
27120 "dlls/ws2_32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/tests/Makefile" ;;
27121 "dlls/wsock32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wsock32/Makefile" ;;
27122 "dlls/wtsapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wtsapi32/Makefile" ;;
27123 "dlls/xinput1_1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_1/Makefile" ;;
27124 "dlls/xinput1_2/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_2/Makefile" ;;
27125 "dlls/xinput1_3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_3/Makefile" ;;
27126 "dlls/xinput1_3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_3/tests/Makefile" ;;
27127 "dlls/xinput9_1_0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput9_1_0/Makefile" ;;
27128 "documentation/Makefile") CONFIG_FILES="$CONFIG_FILES documentation/Makefile" ;;
27129 "fonts/Makefile") CONFIG_FILES="$CONFIG_FILES fonts/Makefile" ;;
27130 "include/Makefile") CONFIG_FILES="$CONFIG_FILES include/Makefile" ;;
27131 "libs/Makefile") CONFIG_FILES="$CONFIG_FILES libs/Makefile" ;;
27132 "libs/port/Makefile") CONFIG_FILES="$CONFIG_FILES libs/port/Makefile" ;;
27133 "libs/wine/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wine/Makefile" ;;
27134 "libs/wpp/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wpp/Makefile" ;;
27135 "loader/Makefile") CONFIG_FILES="$CONFIG_FILES loader/Makefile" ;;
27136 "programs/Makefile") CONFIG_FILES="$CONFIG_FILES programs/Makefile" ;;
27137 "programs/clock/Makefile") CONFIG_FILES="$CONFIG_FILES programs/clock/Makefile" ;;
27138 "programs/cmd/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmd/Makefile" ;;
27139 "programs/cmdlgtst/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmdlgtst/Makefile" ;;
27140 "programs/control/Makefile") CONFIG_FILES="$CONFIG_FILES programs/control/Makefile" ;;
27141 "programs/eject/Makefile") CONFIG_FILES="$CONFIG_FILES programs/eject/Makefile" ;;
27142 "programs/expand/Makefile") CONFIG_FILES="$CONFIG_FILES programs/expand/Makefile" ;;
27143 "programs/explorer/Makefile") CONFIG_FILES="$CONFIG_FILES programs/explorer/Makefile" ;;
27144 "programs/hh/Makefile") CONFIG_FILES="$CONFIG_FILES programs/hh/Makefile" ;;
27145 "programs/icinfo/Makefile") CONFIG_FILES="$CONFIG_FILES programs/icinfo/Makefile" ;;
27146 "programs/iexplore/Makefile") CONFIG_FILES="$CONFIG_FILES programs/iexplore/Makefile" ;;
27147 "programs/msiexec/Makefile") CONFIG_FILES="$CONFIG_FILES programs/msiexec/Makefile" ;;
27148 "programs/net/Makefile") CONFIG_FILES="$CONFIG_FILES programs/net/Makefile" ;;
27149 "programs/notepad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/notepad/Makefile" ;;
27150 "programs/oleview/Makefile") CONFIG_FILES="$CONFIG_FILES programs/oleview/Makefile" ;;
27151 "programs/progman/Makefile") CONFIG_FILES="$CONFIG_FILES programs/progman/Makefile" ;;
27152 "programs/reg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/reg/Makefile" ;;
27153 "programs/regedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regedit/Makefile" ;;
27154 "programs/regsvr32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regsvr32/Makefile" ;;
27155 "programs/rpcss/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rpcss/Makefile" ;;
27156 "programs/rundll32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rundll32/Makefile" ;;
27157 "programs/secedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/secedit/Makefile" ;;
27158 "programs/services/Makefile") CONFIG_FILES="$CONFIG_FILES programs/services/Makefile" ;;
27159 "programs/spoolsv/Makefile") CONFIG_FILES="$CONFIG_FILES programs/spoolsv/Makefile" ;;
27160 "programs/start/Makefile") CONFIG_FILES="$CONFIG_FILES programs/start/Makefile" ;;
27161 "programs/svchost/Makefile") CONFIG_FILES="$CONFIG_FILES programs/svchost/Makefile" ;;
27162 "programs/taskmgr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/taskmgr/Makefile" ;;
27163 "programs/uninstaller/Makefile") CONFIG_FILES="$CONFIG_FILES programs/uninstaller/Makefile" ;;
27164 "programs/view/Makefile") CONFIG_FILES="$CONFIG_FILES programs/view/Makefile" ;;
27165 "programs/wineboot/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineboot/Makefile" ;;
27166 "programs/winebrowser/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winebrowser/Makefile" ;;
27167 "programs/winecfg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winecfg/Makefile" ;;
27168 "programs/wineconsole/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineconsole/Makefile" ;;
27169 "programs/winedbg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedbg/Makefile" ;;
27170 "programs/winedevice/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedevice/Makefile" ;;
27171 "programs/winefile/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winefile/Makefile" ;;
27172 "programs/winemenubuilder/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemenubuilder/Makefile" ;;
27173 "programs/winemine/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemine/Makefile" ;;
27174 "programs/winepath/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winepath/Makefile" ;;
27175 "programs/winetest/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winetest/Makefile" ;;
27176 "programs/winevdm/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winevdm/Makefile" ;;
27177 "programs/winhlp32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winhlp32/Makefile" ;;
27178 "programs/winver/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winver/Makefile" ;;
27179 "programs/wordpad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wordpad/Makefile" ;;
27180 "programs/write/Makefile") CONFIG_FILES="$CONFIG_FILES programs/write/Makefile" ;;
27181 "programs/xcopy/Makefile") CONFIG_FILES="$CONFIG_FILES programs/xcopy/Makefile" ;;
27182 "server/Makefile") CONFIG_FILES="$CONFIG_FILES server/Makefile" ;;
27183 "tools/Makefile") CONFIG_FILES="$CONFIG_FILES tools/Makefile" ;;
27184 "tools/widl/Makefile") CONFIG_FILES="$CONFIG_FILES tools/widl/Makefile" ;;
27185 "tools/winebuild/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winebuild/Makefile" ;;
27186 "tools/winedump/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winedump/Makefile" ;;
27187 "tools/winegcc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winegcc/Makefile" ;;
27188 "tools/wmc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wmc/Makefile" ;;
27189 "tools/wrc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wrc/Makefile" ;;
27191 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
27192 echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
27193 { (exit 1); exit 1; }; };;
27194 esac
27195 done
27198 # If the user did not use the arguments to specify the items to instantiate,
27199 # then the envvar interface is used. Set only those that are not.
27200 # We use the long form for the default assignment because of an extremely
27201 # bizarre bug on SunOS 4.1.3.
27202 if $ac_need_defaults; then
27203 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
27204 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
27205 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
27208 # Have a temporary directory for convenience. Make it in the build tree
27209 # simply because there is no reason against having it here, and in addition,
27210 # creating and moving files from /tmp can sometimes cause problems.
27211 # Hook for its removal unless debugging.
27212 # Note that there is a small window in which the directory will not be cleaned:
27213 # after its creation but before its name has been assigned to `$tmp'.
27214 $debug ||
27216 tmp=
27217 trap 'exit_status=$?
27218 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
27220 trap '{ (exit 1); exit 1; }' 1 2 13 15
27222 # Create a (secure) tmp directory for tmp files.
27225 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
27226 test -n "$tmp" && test -d "$tmp"
27227 } ||
27229 tmp=./conf$$-$RANDOM
27230 (umask 077 && mkdir "$tmp")
27231 } ||
27233 echo "$me: cannot create a temporary directory in ." >&2
27234 { (exit 1); exit 1; }
27238 # Set up the sed scripts for CONFIG_FILES section.
27241 # No need to generate the scripts if there are no CONFIG_FILES.
27242 # This happens for instance when ./config.status config.h
27243 if test -n "$CONFIG_FILES"; then
27245 _ACEOF
27247 # Create sed commands to just substitute file output variables.
27249 # Remaining file output variables are in a fragment that also has non-file
27250 # output varibles.
27254 ac_delim='%!_!# '
27255 for ac_last_try in false false false false false :; do
27256 cat >conf$$subs.sed <<_ACEOF
27257 SHELL!$SHELL$ac_delim
27258 PATH_SEPARATOR!$PATH_SEPARATOR$ac_delim
27259 PACKAGE_NAME!$PACKAGE_NAME$ac_delim
27260 PACKAGE_TARNAME!$PACKAGE_TARNAME$ac_delim
27261 PACKAGE_VERSION!$PACKAGE_VERSION$ac_delim
27262 PACKAGE_STRING!$PACKAGE_STRING$ac_delim
27263 PACKAGE_BUGREPORT!$PACKAGE_BUGREPORT$ac_delim
27264 exec_prefix!$exec_prefix$ac_delim
27265 prefix!$prefix$ac_delim
27266 program_transform_name!$program_transform_name$ac_delim
27267 bindir!$bindir$ac_delim
27268 sbindir!$sbindir$ac_delim
27269 libexecdir!$libexecdir$ac_delim
27270 datarootdir!$datarootdir$ac_delim
27271 datadir!$datadir$ac_delim
27272 sysconfdir!$sysconfdir$ac_delim
27273 sharedstatedir!$sharedstatedir$ac_delim
27274 localstatedir!$localstatedir$ac_delim
27275 includedir!$includedir$ac_delim
27276 oldincludedir!$oldincludedir$ac_delim
27277 docdir!$docdir$ac_delim
27278 infodir!$infodir$ac_delim
27279 htmldir!$htmldir$ac_delim
27280 dvidir!$dvidir$ac_delim
27281 pdfdir!$pdfdir$ac_delim
27282 psdir!$psdir$ac_delim
27283 libdir!$libdir$ac_delim
27284 localedir!$localedir$ac_delim
27285 mandir!$mandir$ac_delim
27286 DEFS!$DEFS$ac_delim
27287 ECHO_C!$ECHO_C$ac_delim
27288 ECHO_N!$ECHO_N$ac_delim
27289 ECHO_T!$ECHO_T$ac_delim
27290 LIBS!$LIBS$ac_delim
27291 build_alias!$build_alias$ac_delim
27292 host_alias!$host_alias$ac_delim
27293 target_alias!$target_alias$ac_delim
27294 MAINTAINER_MODE!$MAINTAINER_MODE$ac_delim
27295 build!$build$ac_delim
27296 build_cpu!$build_cpu$ac_delim
27297 build_vendor!$build_vendor$ac_delim
27298 build_os!$build_os$ac_delim
27299 host!$host$ac_delim
27300 host_cpu!$host_cpu$ac_delim
27301 host_vendor!$host_vendor$ac_delim
27302 host_os!$host_os$ac_delim
27303 WIN16_FILES!$WIN16_FILES$ac_delim
27304 WIN16_INSTALL!$WIN16_INSTALL$ac_delim
27305 WINETEST!$WINETEST$ac_delim
27306 SET_MAKE!$SET_MAKE$ac_delim
27307 CC!$CC$ac_delim
27308 CFLAGS!$CFLAGS$ac_delim
27309 LDFLAGS!$LDFLAGS$ac_delim
27310 CPPFLAGS!$CPPFLAGS$ac_delim
27311 ac_ct_CC!$ac_ct_CC$ac_delim
27312 EXEEXT!$EXEEXT$ac_delim
27313 OBJEXT!$OBJEXT$ac_delim
27314 CXX!$CXX$ac_delim
27315 CXXFLAGS!$CXXFLAGS$ac_delim
27316 ac_ct_CXX!$ac_ct_CXX$ac_delim
27317 CPPBIN!$CPPBIN$ac_delim
27318 TOOLSDIR!$TOOLSDIR$ac_delim
27319 XMKMF!$XMKMF$ac_delim
27320 CPP!$CPP$ac_delim
27321 X_CFLAGS!$X_CFLAGS$ac_delim
27322 X_PRE_LIBS!$X_PRE_LIBS$ac_delim
27323 X_LIBS!$X_LIBS$ac_delim
27324 X_EXTRA_LIBS!$X_EXTRA_LIBS$ac_delim
27325 FLEX!$FLEX$ac_delim
27326 BISON!$BISON$ac_delim
27327 AS!$AS$ac_delim
27328 ac_ct_AS!$ac_ct_AS$ac_delim
27329 LD!$LD$ac_delim
27330 ac_ct_LD!$ac_ct_LD$ac_delim
27331 NM!$NM$ac_delim
27332 ac_ct_NM!$ac_ct_NM$ac_delim
27333 AR!$AR$ac_delim
27334 ac_ct_AR!$ac_ct_AR$ac_delim
27335 ARFLAGS!$ARFLAGS$ac_delim
27336 RANLIB!$RANLIB$ac_delim
27337 STRIP!$STRIP$ac_delim
27338 WINDRES!$WINDRES$ac_delim
27339 _ACEOF
27341 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 82; then
27342 break
27343 elif $ac_last_try; then
27344 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
27345 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
27346 { (exit 1); exit 1; }; }
27347 else
27348 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
27350 done
27352 ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
27353 if test -n "$ac_eof"; then
27354 ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
27355 ac_eof=`expr $ac_eof + 1`
27358 cat >>$CONFIG_STATUS <<_ACEOF
27359 cat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof
27360 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
27361 /^[ ]*@MAKE_RULES@[ ]*$/{
27362 r $MAKE_RULES
27365 /^[ ]*@MAKE_DLL_RULES@[ ]*$/{
27366 r $MAKE_DLL_RULES
27369 /^[ ]*@MAKE_IMPLIB_RULES@[ ]*$/{
27370 r $MAKE_IMPLIB_RULES
27373 /^[ ]*@MAKE_TEST_RULES@[ ]*$/{
27374 r $MAKE_TEST_RULES
27377 /^[ ]*@MAKE_PROG_RULES@[ ]*$/{
27378 r $MAKE_PROG_RULES
27381 _ACEOF
27382 sed '
27383 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
27384 s/^/s,@/; s/!/@,|#_!!_#|/
27387 s/'"$ac_delim"'$/,g/; t
27388 s/$/\\/; p
27389 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
27390 ' >>$CONFIG_STATUS <conf$$subs.sed
27391 rm -f conf$$subs.sed
27392 cat >>$CONFIG_STATUS <<_ACEOF
27393 CEOF$ac_eof
27394 _ACEOF
27397 ac_delim='%!_!# '
27398 for ac_last_try in false false false false false :; do
27399 cat >conf$$subs.sed <<_ACEOF
27400 LN_S!$LN_S$ac_delim
27401 LN!$LN$ac_delim
27402 GREP!$GREP$ac_delim
27403 EGREP!$EGREP$ac_delim
27404 LDCONFIG!$LDCONFIG$ac_delim
27405 INSTALL_PROGRAM!$INSTALL_PROGRAM$ac_delim
27406 INSTALL_SCRIPT!$INSTALL_SCRIPT$ac_delim
27407 INSTALL_DATA!$INSTALL_DATA$ac_delim
27408 LINT!$LINT$ac_delim
27409 LINTFLAGS!$LINTFLAGS$ac_delim
27410 FONTFORGE!$FONTFORGE$ac_delim
27411 PKG_CONFIG!$PKG_CONFIG$ac_delim
27412 RSVG!$RSVG$ac_delim
27413 ICOTOOL!$ICOTOOL$ac_delim
27414 PRELINK!$PRELINK$ac_delim
27415 LIBPTHREAD!$LIBPTHREAD$ac_delim
27416 XLIB!$XLIB$ac_delim
27417 OPENGL_LIBS!$OPENGL_LIBS$ac_delim
27418 DLLEXT!$DLLEXT$ac_delim
27419 DLLFLAGS!$DLLFLAGS$ac_delim
27420 LDSHARED!$LDSHARED$ac_delim
27421 LDDLLFLAGS!$LDDLLFLAGS$ac_delim
27422 LIBEXT!$LIBEXT$ac_delim
27423 IMPLIBEXT!$IMPLIBEXT$ac_delim
27424 LDRPATH_INSTALL!$LDRPATH_INSTALL$ac_delim
27425 LDRPATH_LOCAL!$LDRPATH_LOCAL$ac_delim
27426 LDD!$LDD$ac_delim
27427 DLLTOOL!$DLLTOOL$ac_delim
27428 DLLWRAP!$DLLWRAP$ac_delim
27429 MINGWAR!$MINGWAR$ac_delim
27430 SECURITYLIB!$SECURITYLIB$ac_delim
27431 COREFOUNDATIONLIB!$COREFOUNDATIONLIB$ac_delim
27432 IOKITLIB!$IOKITLIB$ac_delim
27433 LDEXECFLAGS!$LDEXECFLAGS$ac_delim
27434 DISKARBITRATIONLIB!$DISKARBITRATIONLIB$ac_delim
27435 COREAUDIO!$COREAUDIO$ac_delim
27436 CARBONLIB!$CARBONLIB$ac_delim
27437 CROSSCC!$CROSSCC$ac_delim
27438 CROSSWINDRES!$CROSSWINDRES$ac_delim
27439 CROSSTEST!$CROSSTEST$ac_delim
27440 NASLIBS!$NASLIBS$ac_delim
27441 XML2LIBS!$XML2LIBS$ac_delim
27442 XML2INCL!$XML2INCL$ac_delim
27443 XSLTLIBS!$XSLTLIBS$ac_delim
27444 XSLTINCL!$XSLTINCL$ac_delim
27445 HALINCL!$HALINCL$ac_delim
27446 GNUTLSINCL!$GNUTLSINCL$ac_delim
27447 sane_devel!$sane_devel$ac_delim
27448 SANEINCL!$SANEINCL$ac_delim
27449 gphoto2_devel!$gphoto2_devel$ac_delim
27450 gphoto2port_devel!$gphoto2port_devel$ac_delim
27451 GPHOTO2LIBS!$GPHOTO2LIBS$ac_delim
27452 GPHOTO2INCL!$GPHOTO2INCL$ac_delim
27453 RESOLVLIBS!$RESOLVLIBS$ac_delim
27454 LCMSLIBS!$LCMSLIBS$ac_delim
27455 ft_devel!$ft_devel$ac_delim
27456 FREETYPELIBS!$FREETYPELIBS$ac_delim
27457 FREETYPEINCL!$FREETYPEINCL$ac_delim
27458 ESDCONFIG!$ESDCONFIG$ac_delim
27459 ESDINCL!$ESDINCL$ac_delim
27460 ESDLIBS!$ESDLIBS$ac_delim
27461 PULSELIBS!$PULSELIBS$ac_delim
27462 ALSALIBS!$ALSALIBS$ac_delim
27463 AUDIOIOLIBS!$AUDIOIOLIBS$ac_delim
27464 CUPSINCL!$CUPSINCL$ac_delim
27465 FONTCONFIGINCL!$FONTCONFIGINCL$ac_delim
27466 EXTRACFLAGS!$EXTRACFLAGS$ac_delim
27467 BUILTINFLAG!$BUILTINFLAG$ac_delim
27468 LDPATH!$LDPATH$ac_delim
27469 CRTLIBS!$CRTLIBS$ac_delim
27470 SOCKETLIBS!$SOCKETLIBS$ac_delim
27471 MAIN_BINARY!$MAIN_BINARY$ac_delim
27472 EXTRA_BINARIES!$EXTRA_BINARIES$ac_delim
27473 LIBDL!$LIBDL$ac_delim
27474 LIBPOLL!$LIBPOLL$ac_delim
27475 LDAPLIBS!$LDAPLIBS$ac_delim
27476 DEPENDENCIES!$DEPENDENCIES$ac_delim
27477 ALL_MAKERULES!$ALL_MAKERULES$ac_delim
27478 ALL_MAKEFILES!$ALL_MAKEFILES$ac_delim
27479 ALL_MAKEFILE_DEPENDS!$ALL_MAKEFILE_DEPENDS$ac_delim
27480 ALL_TOP_DIRS!$ALL_TOP_DIRS$ac_delim
27481 ALL_DLL_DIRS!$ALL_DLL_DIRS$ac_delim
27482 ALL_IMPLIB_DIRS!$ALL_IMPLIB_DIRS$ac_delim
27483 ALL_TEST_DIRS!$ALL_TEST_DIRS$ac_delim
27484 ALL_PROGRAM_DIRS!$ALL_PROGRAM_DIRS$ac_delim
27485 ALL_PROGRAM_INSTALL_DIRS!$ALL_PROGRAM_INSTALL_DIRS$ac_delim
27486 ALL_PROGRAM_BIN_INSTALL_DIRS!$ALL_PROGRAM_BIN_INSTALL_DIRS$ac_delim
27487 ALL_WINETEST_DEPENDS!$ALL_WINETEST_DEPENDS$ac_delim
27488 LIBOBJS!$LIBOBJS$ac_delim
27489 LTLIBOBJS!$LTLIBOBJS$ac_delim
27490 _ACEOF
27492 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 90; then
27493 break
27494 elif $ac_last_try; then
27495 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
27496 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
27497 { (exit 1); exit 1; }; }
27498 else
27499 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
27501 done
27503 ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
27504 if test -n "$ac_eof"; then
27505 ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
27506 ac_eof=`expr $ac_eof + 1`
27509 cat >>$CONFIG_STATUS <<_ACEOF
27510 cat >"\$tmp/subs-2.sed" <<\CEOF$ac_eof
27511 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b end
27512 _ACEOF
27513 sed '
27514 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
27515 s/^/s,@/; s/!/@,|#_!!_#|/
27518 s/'"$ac_delim"'$/,g/; t
27519 s/$/\\/; p
27520 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
27521 ' >>$CONFIG_STATUS <conf$$subs.sed
27522 rm -f conf$$subs.sed
27523 cat >>$CONFIG_STATUS <<_ACEOF
27524 :end
27525 s/|#_!!_#|//g
27526 CEOF$ac_eof
27527 _ACEOF
27530 # VPATH may cause trouble with some makes, so we remove $(srcdir),
27531 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
27532 # trailing colons and then remove the whole line if VPATH becomes empty
27533 # (actually we leave an empty line to preserve line numbers).
27534 if test "x$srcdir" = x.; then
27535 ac_vpsub='/^[ ]*VPATH[ ]*=/{
27536 s/:*\$(srcdir):*/:/
27537 s/:*\${srcdir}:*/:/
27538 s/:*@srcdir@:*/:/
27539 s/^\([^=]*=[ ]*\):*/\1/
27540 s/:*$//
27541 s/^[^=]*=[ ]*$//
27545 cat >>$CONFIG_STATUS <<\_ACEOF
27546 fi # test -n "$CONFIG_FILES"
27549 for ac_tag in :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS
27551 case $ac_tag in
27552 :[FHLC]) ac_mode=$ac_tag; continue;;
27553 esac
27554 case $ac_mode$ac_tag in
27555 :[FHL]*:*);;
27556 :L* | :C*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5
27557 echo "$as_me: error: Invalid tag $ac_tag." >&2;}
27558 { (exit 1); exit 1; }; };;
27559 :[FH]-) ac_tag=-:-;;
27560 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
27561 esac
27562 ac_save_IFS=$IFS
27563 IFS=:
27564 set x $ac_tag
27565 IFS=$ac_save_IFS
27566 shift
27567 ac_file=$1
27568 shift
27570 case $ac_mode in
27571 :L) ac_source=$1;;
27572 :[FH])
27573 ac_file_inputs=
27574 for ac_f
27576 case $ac_f in
27577 -) ac_f="$tmp/stdin";;
27578 *) # Look for the file first in the build tree, then in the source tree
27579 # (if the path is not absolute). The absolute path cannot be DOS-style,
27580 # because $ac_f cannot contain `:'.
27581 test -f "$ac_f" ||
27582 case $ac_f in
27583 [\\/$]*) false;;
27584 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
27585 esac ||
27586 { { echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
27587 echo "$as_me: error: cannot find input file: $ac_f" >&2;}
27588 { (exit 1); exit 1; }; };;
27589 esac
27590 ac_file_inputs="$ac_file_inputs $ac_f"
27591 done
27593 # Let's still pretend it is `configure' which instantiates (i.e., don't
27594 # use $as_me), people would be surprised to read:
27595 # /* config.h. Generated by config.status. */
27596 configure_input="Generated from "`IFS=:
27597 echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure."
27598 if test x"$ac_file" != x-; then
27599 configure_input="$ac_file. $configure_input"
27600 { echo "$as_me:$LINENO: creating $ac_file" >&5
27601 echo "$as_me: creating $ac_file" >&6;}
27604 case $ac_tag in
27605 *:-:* | *:-) cat >"$tmp/stdin";;
27606 esac
27608 esac
27610 ac_dir=`$as_dirname -- "$ac_file" ||
27611 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
27612 X"$ac_file" : 'X\(//\)[^/]' \| \
27613 X"$ac_file" : 'X\(//\)$' \| \
27614 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
27615 echo X"$ac_file" |
27616 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
27617 s//\1/
27620 /^X\(\/\/\)[^/].*/{
27621 s//\1/
27624 /^X\(\/\/\)$/{
27625 s//\1/
27628 /^X\(\/\).*/{
27629 s//\1/
27632 s/.*/./; q'`
27633 { as_dir="$ac_dir"
27634 case $as_dir in #(
27635 -*) as_dir=./$as_dir;;
27636 esac
27637 test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
27638 as_dirs=
27639 while :; do
27640 case $as_dir in #(
27641 *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
27642 *) as_qdir=$as_dir;;
27643 esac
27644 as_dirs="'$as_qdir' $as_dirs"
27645 as_dir=`$as_dirname -- "$as_dir" ||
27646 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
27647 X"$as_dir" : 'X\(//\)[^/]' \| \
27648 X"$as_dir" : 'X\(//\)$' \| \
27649 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
27650 echo X"$as_dir" |
27651 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
27652 s//\1/
27655 /^X\(\/\/\)[^/].*/{
27656 s//\1/
27659 /^X\(\/\/\)$/{
27660 s//\1/
27663 /^X\(\/\).*/{
27664 s//\1/
27667 s/.*/./; q'`
27668 test -d "$as_dir" && break
27669 done
27670 test -z "$as_dirs" || eval "mkdir $as_dirs"
27671 } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
27672 echo "$as_me: error: cannot create directory $as_dir" >&2;}
27673 { (exit 1); exit 1; }; }; }
27674 ac_builddir=.
27676 case "$ac_dir" in
27677 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
27679 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
27680 # A ".." for each directory in $ac_dir_suffix.
27681 ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
27682 case $ac_top_builddir_sub in
27683 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
27684 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
27685 esac ;;
27686 esac
27687 ac_abs_top_builddir=$ac_pwd
27688 ac_abs_builddir=$ac_pwd$ac_dir_suffix
27689 # for backward compatibility:
27690 ac_top_builddir=$ac_top_build_prefix
27692 case $srcdir in
27693 .) # We are building in place.
27694 ac_srcdir=.
27695 ac_top_srcdir=$ac_top_builddir_sub
27696 ac_abs_top_srcdir=$ac_pwd ;;
27697 [\\/]* | ?:[\\/]* ) # Absolute name.
27698 ac_srcdir=$srcdir$ac_dir_suffix;
27699 ac_top_srcdir=$srcdir
27700 ac_abs_top_srcdir=$srcdir ;;
27701 *) # Relative name.
27702 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
27703 ac_top_srcdir=$ac_top_build_prefix$srcdir
27704 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
27705 esac
27706 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
27709 case $ac_mode in
27712 # CONFIG_FILE
27715 case $INSTALL in
27716 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
27717 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
27718 esac
27719 _ACEOF
27721 cat >>$CONFIG_STATUS <<\_ACEOF
27722 # If the template does not know about datarootdir, expand it.
27723 # FIXME: This hack should be removed a few years after 2.60.
27724 ac_datarootdir_hack=; ac_datarootdir_seen=
27726 case `sed -n '/datarootdir/ {
27730 /@datadir@/p
27731 /@docdir@/p
27732 /@infodir@/p
27733 /@localedir@/p
27734 /@mandir@/p
27735 ' $ac_file_inputs` in
27736 *datarootdir*) ac_datarootdir_seen=yes;;
27737 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
27738 { echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
27739 echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
27740 _ACEOF
27741 cat >>$CONFIG_STATUS <<_ACEOF
27742 ac_datarootdir_hack='
27743 s&@datadir@&$datadir&g
27744 s&@docdir@&$docdir&g
27745 s&@infodir@&$infodir&g
27746 s&@localedir@&$localedir&g
27747 s&@mandir@&$mandir&g
27748 s&\\\${datarootdir}&$datarootdir&g' ;;
27749 esac
27750 _ACEOF
27752 # Neutralize VPATH when `$srcdir' = `.'.
27753 # Shell code in configure.ac might set extrasub.
27754 # FIXME: do we really want to maintain this feature?
27755 cat >>$CONFIG_STATUS <<_ACEOF
27756 sed "$ac_vpsub
27757 $extrasub
27758 _ACEOF
27759 cat >>$CONFIG_STATUS <<\_ACEOF
27761 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
27762 s&@configure_input@&$configure_input&;t t
27763 s&@top_builddir@&$ac_top_builddir_sub&;t t
27764 s&@srcdir@&$ac_srcdir&;t t
27765 s&@abs_srcdir@&$ac_abs_srcdir&;t t
27766 s&@top_srcdir@&$ac_top_srcdir&;t t
27767 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
27768 s&@builddir@&$ac_builddir&;t t
27769 s&@abs_builddir@&$ac_abs_builddir&;t t
27770 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
27771 s&@INSTALL@&$ac_INSTALL&;t t
27772 $ac_datarootdir_hack
27773 " $ac_file_inputs | sed -f "$tmp/subs-1.sed" | sed -f "$tmp/subs-2.sed" >$tmp/out
27775 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
27776 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
27777 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
27778 { echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
27779 which seems to be undefined. Please make sure it is defined." >&5
27780 echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
27781 which seems to be undefined. Please make sure it is defined." >&2;}
27783 rm -f "$tmp/stdin"
27784 case $ac_file in
27785 -) cat "$tmp/out"; rm -f "$tmp/out";;
27786 *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;;
27787 esac
27791 # CONFIG_HEADER
27793 _ACEOF
27795 # Transform confdefs.h into a sed script `conftest.defines', that
27796 # substitutes the proper values into config.h.in to produce config.h.
27797 rm -f conftest.defines conftest.tail
27798 # First, append a space to every undef/define line, to ease matching.
27799 echo 's/$/ /' >conftest.defines
27800 # Then, protect against being on the right side of a sed subst, or in
27801 # an unquoted here document, in config.status. If some macros were
27802 # called several times there might be several #defines for the same
27803 # symbol, which is useless. But do not sort them, since the last
27804 # AC_DEFINE must be honored.
27805 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
27806 # These sed commands are passed to sed as "A NAME B PARAMS C VALUE D", where
27807 # NAME is the cpp macro being defined, VALUE is the value it is being given.
27808 # PARAMS is the parameter list in the macro definition--in most cases, it's
27809 # just an empty string.
27810 ac_dA='s,^\\([ #]*\\)[^ ]*\\([ ]*'
27811 ac_dB='\\)[ (].*,\\1define\\2'
27812 ac_dC=' '
27813 ac_dD=' ,'
27815 uniq confdefs.h |
27816 sed -n '
27817 t rset
27818 :rset
27819 s/^[ ]*#[ ]*define[ ][ ]*//
27820 t ok
27823 s/[\\&,]/\\&/g
27824 s/^\('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/ '"$ac_dA"'\1'"$ac_dB"'\2'"${ac_dC}"'\3'"$ac_dD"'/p
27825 s/^\('"$ac_word_re"'\)[ ]*\(.*\)/'"$ac_dA"'\1'"$ac_dB$ac_dC"'\2'"$ac_dD"'/p
27826 ' >>conftest.defines
27828 # Remove the space that was appended to ease matching.
27829 # Then replace #undef with comments. This is necessary, for
27830 # example, in the case of _POSIX_SOURCE, which is predefined and required
27831 # on some systems where configure will not decide to define it.
27832 # (The regexp can be short, since the line contains either #define or #undef.)
27833 echo 's/ $//
27834 s,^[ #]*u.*,/* & */,' >>conftest.defines
27836 # Break up conftest.defines:
27837 ac_max_sed_lines=50
27839 # First sed command is: sed -f defines.sed $ac_file_inputs >"$tmp/out1"
27840 # Second one is: sed -f defines.sed "$tmp/out1" >"$tmp/out2"
27841 # Third one will be: sed -f defines.sed "$tmp/out2" >"$tmp/out1"
27842 # et cetera.
27843 ac_in='$ac_file_inputs'
27844 ac_out='"$tmp/out1"'
27845 ac_nxt='"$tmp/out2"'
27847 while :
27849 # Write a here document:
27850 cat >>$CONFIG_STATUS <<_ACEOF
27851 # First, check the format of the line:
27852 cat >"\$tmp/defines.sed" <<\\CEOF
27853 /^[ ]*#[ ]*undef[ ][ ]*$ac_word_re[ ]*\$/b def
27854 /^[ ]*#[ ]*define[ ][ ]*$ac_word_re[( ]/b def
27856 :def
27857 _ACEOF
27858 sed ${ac_max_sed_lines}q conftest.defines >>$CONFIG_STATUS
27859 echo 'CEOF
27860 sed -f "$tmp/defines.sed"' "$ac_in >$ac_out" >>$CONFIG_STATUS
27861 ac_in=$ac_out; ac_out=$ac_nxt; ac_nxt=$ac_in
27862 sed 1,${ac_max_sed_lines}d conftest.defines >conftest.tail
27863 grep . conftest.tail >/dev/null || break
27864 rm -f conftest.defines
27865 mv conftest.tail conftest.defines
27866 done
27867 rm -f conftest.defines conftest.tail
27869 echo "ac_result=$ac_in" >>$CONFIG_STATUS
27870 cat >>$CONFIG_STATUS <<\_ACEOF
27871 if test x"$ac_file" != x-; then
27872 echo "/* $configure_input */" >"$tmp/config.h"
27873 cat "$ac_result" >>"$tmp/config.h"
27874 if diff $ac_file "$tmp/config.h" >/dev/null 2>&1; then
27875 { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
27876 echo "$as_me: $ac_file is unchanged" >&6;}
27877 else
27878 rm -f $ac_file
27879 mv "$tmp/config.h" $ac_file
27881 else
27882 echo "/* $configure_input */"
27883 cat "$ac_result"
27885 rm -f "$tmp/out12"
27888 :C) { echo "$as_me:$LINENO: executing $ac_file commands" >&5
27889 echo "$as_me: executing $ac_file commands" >&6;}
27891 esac
27894 case $ac_file$ac_mode in
27895 "include/stamp-h":C) echo timestamp > include/stamp-h ;;
27896 "dlls/gdi32/enhmfdrv":C) test -d "dlls/gdi32/enhmfdrv" || ({ echo "$as_me:$LINENO: creating dlls/gdi32/enhmfdrv" >&5
27897 echo "$as_me: creating dlls/gdi32/enhmfdrv" >&6;} && mkdir "dlls/gdi32/enhmfdrv") ;;
27898 "dlls/gdi32/mfdrv":C) test -d "dlls/gdi32/mfdrv" || ({ echo "$as_me:$LINENO: creating dlls/gdi32/mfdrv" >&5
27899 echo "$as_me: creating dlls/gdi32/mfdrv" >&6;} && mkdir "dlls/gdi32/mfdrv") ;;
27900 "dlls/kernel32/nls":C) test -d "dlls/kernel32/nls" || ({ echo "$as_me:$LINENO: creating dlls/kernel32/nls" >&5
27901 echo "$as_me: creating dlls/kernel32/nls" >&6;} && mkdir "dlls/kernel32/nls") ;;
27902 "dlls/user32/resources":C) test -d "dlls/user32/resources" || ({ echo "$as_me:$LINENO: creating dlls/user32/resources" >&5
27903 echo "$as_me: creating dlls/user32/resources" >&6;} && mkdir "dlls/user32/resources") ;;
27904 "dlls/wineps.drv/data":C) test -d "dlls/wineps.drv/data" || ({ echo "$as_me:$LINENO: creating dlls/wineps.drv/data" >&5
27905 echo "$as_me: creating dlls/wineps.drv/data" >&6;} && mkdir "dlls/wineps.drv/data") ;;
27906 "include/wine":C) test -d "include/wine" || ({ echo "$as_me:$LINENO: creating include/wine" >&5
27907 echo "$as_me: creating include/wine" >&6;} && mkdir "include/wine") ;;
27909 esac
27910 done # for ac_tag
27913 { (exit 0); exit 0; }
27914 _ACEOF
27915 chmod +x $CONFIG_STATUS
27916 ac_clean_files=$ac_clean_files_save
27919 # configure is writing to config.log, and then calls config.status.
27920 # config.status does its own redirection, appending to config.log.
27921 # Unfortunately, on DOS this fails, as config.log is still kept open
27922 # by configure, so config.status won't be able to write to it; its
27923 # output is simply discarded. So we exec the FD to /dev/null,
27924 # effectively closing config.log, so it can be properly (re)opened and
27925 # appended to by config.status. When coming back to configure, we
27926 # need to make the FD available again.
27927 if test "$no_create" != yes; then
27928 ac_cs_success=:
27929 ac_config_status_args=
27930 test "$silent" = yes &&
27931 ac_config_status_args="$ac_config_status_args --quiet"
27932 exec 5>/dev/null
27933 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
27934 exec 5>>config.log
27935 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
27936 # would make configure fail if this is the last instruction.
27937 $ac_cs_success || { (exit 1); exit 1; }
27941 if test "$no_create" = "yes"
27942 then
27943 exit 0
27946 ac_save_IFS="$IFS"
27947 if test "x$wine_notices != "x; then
27948 echo >&6
27949 IFS="|"
27950 for msg in $wine_notices; do
27951 IFS="$ac_save_IFS"
27952 if test -n "$msg"; then
27953 { echo "$as_me:$LINENO: $msg" >&5
27954 echo "$as_me: $msg" >&6;}
27956 done
27958 IFS="|"
27959 for msg in $wine_warnings; do
27960 IFS="$ac_save_IFS"
27961 if test -n "$msg"; then
27962 echo >&2
27963 { echo "$as_me:$LINENO: WARNING: $msg" >&5
27964 echo "$as_me: WARNING: $msg" >&2;}
27966 done
27967 IFS="$ac_save_IFS"
27969 echo "
27970 $as_me: Finished. Do '${ac_make} depend && ${ac_make}' to compile Wine.
27971 " >&6